]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* make-dist: Add a --tests option, to include test/ (backport from trunk)
[gnu-emacs] / lisp / ChangeLog
1 2013-07-24 Glenn Morris <rgm@gnu.org>
2
3 * dired-x.el (dired-mark-extension): Convert comment to doc string.
4
5 2013-07-20 Glenn Morris <rgm@gnu.org>
6
7 * image-dired.el (image-dired-track-original-file):
8 Avoid changing point of wrong window. (Bug#14909)
9
10 2013-07-18 Richard Copley <rcopley@gmail.com> (tiny change)
11
12 * progmodes/gdb-mi.el (gdb-done-or-error):
13 Guard against "%" in gdb output. (Bug#14127)
14
15 2013-07-08 Andreas Schwab <schwab@linux-m68k.org>
16
17 * progmodes/sh-script.el (sh-read-variable): Remove interactive
18 spec. (Bug#14826)
19
20 2013-07-03 Glenn Morris <rgm@gnu.org>
21
22 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
23
24 2013-05-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
25
26 * progmodes/python.el (python-indent-block-enders): Add break,
27 continue and raise keywords.
28
29 2013-05-08 Ulrich Mueller <ulm@gentoo.org>
30
31 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
32
33 2013-04-24 Glenn Morris <rgm@gnu.org>
34
35 * subr.el (read-number): Once more use `read' rather than
36 `string-to-number', to trap non-numeric input. (Bug#14254)
37
38 2013-04-22 Erik Charlebois <erikcharlebois@gmail.com>
39
40 * emacs-lisp/syntax.el (syntax-propertize-multiline):
41 Use `syntax-multiline' text property consistently instead of
42 `font-lock-multiline'. (bug#14237).
43
44 2013-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
45
46 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
47 into the prompt either (bug#13963).
48
49 2013-03-26 Fabián Ezequiel Gallina <fabian@anue.biz>
50
51 Un-indent after "pass" and "return" statements (Bug#13888)
52 * progmodes/python.el (python-indent-block-enders): New var.
53 (python-indent-calculate-indentation): Use it.
54
55 2013-03-25 Michael Albinus <michael.albinus@gmx.de>
56
57 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
58 defun. Defining it as defalias could introduce too eager
59 byte-compiler optimization. (Bug#14030)
60
61 2013-03-25 Chong Yidong <cyd@gnu.org>
62
63 * iswitchb.el (iswitchb-read-buffer): Fix typo.
64
65 2013-03-16 Leo Liu <sdl.web@gmail.com>
66
67 * progmodes/scheme.el: Add indentation and font-locking for λ.
68 (Bug#13975)
69
70 2013-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
73 token before point (bug#13942).
74
75 2013-03-14 Leo Liu <sdl.web@gmail.com>
76
77 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
78
79 2013-03-11 Glenn Morris <rgm@gnu.org>
80
81 * Version 24.3 released.
82
83 2013-02-25 Glenn Morris <rgm@gnu.org>
84
85 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
86
87 2013-02-21 Juri Linkov <juri@jurta.org>
88
89 * isearch.el (isearch-lazy-highlight-new-loop):
90 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
91 to `isearch-other-end' if it is not nil. (Bug#13402)
92
93 * replace.el (replace-highlight): Let-bind `isearch-other-end'
94 to `match-beg'.
95
96 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
97 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
98 and `isearch-error' to nil.
99
100 2013-02-20 Fabián Ezequiel Gallina <fgallina@cuca>
101
102 * progmodes/python.el (python-info-current-defun):
103 Enhance match-data cluttering prevention.
104
105 2013-02-19 Glenn Morris <rgm@gnu.org>
106
107 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
108 loaded while outline-regexp is let bound. (Bug#9584)
109
110 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
111
112 * progmodes/python.el (python-info-current-defun): Fix failed
113 defun name retrieval because of unwanted match-data cluttering.
114
115 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
116
117 * progmodes/python.el (python-indent-context):
118 Fix python-info-line-ends-backslash-p call.
119 (python-info-line-ends-backslash-p)
120 (python-info-beginning-of-backslash): Respect line-number
121 argument.
122 (python-info-current-line-comment-p): Fix behavior when not at
123 beginning-of-line.
124 (python-util-position): Remove function.
125 (python-util-goto-line): New function.
126
127 2013-02-18 Michael Albinus <michael.albinus@gmx.de>
128
129 * eshell/em-unix.el (eshell/su): Require tramp.
130 (eshell/sudo): Require tramp. Remove now unnecessary check.
131
132 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
133 `tramp-current-connection' in order to avoid an error when several
134 commands are invoked in a short time in eshell and friends.
135
136 2013-02-16 Didier Verna <didier@didierverna.net>
137
138 * net/network-stream.el (network-stream-open-starttls):
139 Check that response to the starttls-command is non-nil. (Bug#13706)
140
141 2013-02-14 Glenn Morris <rgm@gnu.org>
142
143 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
144
145 2013-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * net/goto-addr.el (goto-address-fontify): Add start and end args.
148 (goto-address-fontify-region): Use them instead of narrowing, so
149 syntax-ppss has access to the whole buffer.
150
151 2013-02-14 Fabián Ezequiel Gallina <fgallina@cuca>
152
153 * progmodes/python.el: Explain how to restore "cc-mode"-like
154 forward-sexp movement in header documentation (Bug#13642).
155 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
156 comments and strings (GH bug 114).
157
158 2013-02-13 Fabián Ezequiel Gallina <fgallina@cuca>
159
160 * progmodes/python.el (python-info-current-defun): Fix current
161 defun detection (Bug#13618).
162
163 2013-02-13 Chong Yidong <cyd@gnu.org>
164
165 * xml.el (xml-parse-string): Fix typo in handling of bad character
166 references.
167
168 2013-02-10 Michael Albinus <michael.albinus@gmx.de>
169
170 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
171 if DIR exists and PARENTS is non-nil.
172
173 2013-02-09 Chong Yidong <cyd@gnu.org>
174
175 * mail/emacsbug.el (report-emacs-bug): Change binding of
176 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
177
178 2013-02-02 Alan Mackenzie <acm@muc.de>
179
180 Fix bug in the state cache mechanism. Remove 'BOD "strategy". Refactor.
181 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
182 (c-parse-state-get-strategy): Don't return 'BOD any more.
183 (c-append-lower-brace-pair-to-state-cache): Extra parameter HERE
184 instead of narrowing. Widen to top of buffer before searching
185 backwards for a brace pair.
186 (c-state-push-any-brace-pair): Add HERE parameter to function
187 call.
188 (c-append-to-state-cache): Extra parameter HERE in place of
189 narrowing. Narrow to parameter HERE, in place of being called
190 narrowed.
191 (c-remove-stale-state-cache): Extra parameter HERE in place of
192 narrowing. Check there's an open brace in the cache before
193 searching for its match.
194 (c-invalidate-state-cache-1): Add HERE parameter to function call.
195 (c-parse-state-1): Don't narrow here for 'forward strategy,
196 instead passing extra parameter HERE to several functions.
197 Remove 'BOD strategy.
198
199 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * mouse.el (mouse-drag-track): Always deactivate the mark before
202 running the final event's command since that command is in charge of
203 activating the mark if needed (bug#13523).
204
205 2013-02-01 Juri Linkov <juri@jurta.org>
206
207 * replace.el (perform-replace): Move let-bindings of isearch-*
208 variables deeper to the loop that searches for the next match.
209 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
210 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
211 (Bug#13579)
212
213 * isearch.el (isearch-search-fun-default): Check for null
214 first element of isearch-cmds as a precaution when it's used
215 with inactive isearch.
216
217 2013-02-01 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
218
219 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
220 error when buffer in question is narrowed so position 1 is out of
221 visible part.
222
223 2013-01-31 Glenn Morris <rgm@gnu.org>
224
225 * textmodes/remember.el (remember-clipboard): Doc fix.
226
227 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
230 properties (bug#13179).
231
232 2013-01-30 Glenn Morris <rgm@gnu.org>
233
234 * mouse.el (mouse-drag-line): Avoid pushing same event onto
235 unread-command-events twice in some cases. This tries to implement
236 the 2012-07-26 changes in a different way. (Bug#13560)
237
238 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
239
240 * progmodes/python.el
241 (python-pdbtrack-comint-output-filter-function): Enhancements on
242 stacktrace detection. (thanks @gnovak)
243
244 2013-01-30 Glenn Morris <rgm@gnu.org>
245
246 * imenu.el (imenu-default-create-index-function):
247 Put back a version of the infinite loop test removed 2013-01-23.
248
249 2013-01-28 Fabián Ezequiel Gallina <fgallina@cuca>
250
251 * progmodes/python.el (python-shell-parse-command):
252 Find python-shell-interpreter with modified environment.
253
254 2013-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
257
258 2013-01-24 Fabián Ezequiel Gallina <fgallina@cuca>
259
260 * progmodes/python.el: Enhancements to header documentation about
261 skeletons. (Bug#5716)
262
263 2013-01-23 Fabián Ezequiel Gallina <fgallina@cuca>
264
265 * imenu.el (imenu-default-create-index-function): Remove useless
266 infinite loop check. (Bug#13438)
267
268 2013-01-23 Alan Mackenzie <acm@muc.de>
269
270 Fix a bug in the state cache mechanism. Refactor this a bit.
271
272 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
273 `cache-pos' element from the return value.
274 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
275 buffer to enable proper searching from beyond HERE. Amend the
276 test for detecting the sought brace pair. Amend the value written
277 to the "brace desert cache" when the brace isn't found.
278 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
279 and several other variables analogously.
280 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
281 parameter to a locally calculated variable.
282 (c-parse-state-1): Change the calling conventions to the two
283 defuns involving `cache-pos'.
284
285 2013-01-23 Chong Yidong <cyd@gnu.org>
286
287 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
288
289 2013-01-18 Leo Liu <sdl.web@gmail.com>
290
291 * dired.el (dired-get-marked-files): Prune erroneous values due to
292 last change. (Bug#13152)
293
294 2013-01-17 Glenn Morris <rgm@gnu.org>
295
296 * progmodes/etags.el (tags-table-check-computed-list):
297 Preserve point in tags buffer. (Bug#13412)
298
299 2013-01-16 Glenn Morris <rgm@gnu.org>
300
301 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
302
303 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
304 Revert 2012-12-29 change. Ref:
305 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00360.html>
306
307 2013-01-10 Fabián Ezequiel Gallina <fgallina@cuca>
308
309 * progmodes/python.el (python-nav-end-of-statement):
310 Fix cornercase when handling multiline strings.
311
312 2013-01-10 Glenn Morris <rgm@gnu.org>
313
314 * emacs-lisp/authors.el (authors-ignored-files)
315 (authors-valid-file-names, authors-renamed-files-alist):
316 Add some more entries.
317
318 2013-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * image-mode.el (image-mode-winprops): Don't throw away the fallback
321 `t' pseudo-window entry.
322
323 2013-01-09 Alan Mackenzie <acm@muc.de>
324
325 Fix bugs in the c-parse-state mechanism. Reuse some markers
326 instead of continually generating new ones.
327
328 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
329 (c-state-old-cpp-end-marker): New variables.
330 (c-append-lower-brace-pair-to-state-cache): Start a backward
331 search for "}" definitively outside CPP constructs.
332 (c-remove-stale-state-cache): Inform the caller of a need to
333 search back for a brace pair in certain circumstances.
334 (c-state-maybe-marker): New macro.
335 (c-parse-state): Reuse markers when appropriate.
336
337 2013-01-09 Glenn Morris <rgm@gnu.org>
338
339 * simple.el (execute-extended-command): Doc fix.
340 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
341
342 2013-01-09 Chong Yidong <cyd@gnu.org>
343
344 * faces.el (read-face-name): Doc fix.
345
346 2013-01-09 Glenn Morris <rgm@gnu.org>
347
348 * emacs-lisp/trace.el (trace-function, trace-function-background):
349 Doc fix.
350
351 2013-01-09 Juri Linkov <juri@jurta.org>
352
353 * international/mule-cmds.el (read-char-by-name): Move let-binding
354 of completion-ignore-case around completing-read to fix regression
355 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
356 `string-match-p' using the nil value of `case-fold-search' and
357 `completion-ignore-case' in `completion-pcm--all-completions'.
358 (Bug#12615).
359
360 2013-01-07 Glenn Morris <rgm@gnu.org>
361
362 * progmodes/compile.el (compilation-parse-errors):
363 Fix typo. (Bug#13369)
364
365 2013-01-07 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
366
367 * comint.el (comint-send-input): Check size of buffer before
368 waiting for process output, in case already accepted. (Bug#13290)
369
370 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
371
372 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
373 non-negative integers. Otherwise, the default values are used.
374 (tramp-convert-file-attributes): Convert uid and gid to integers.
375
376 2013-01-03 Glenn Morris <rgm@gnu.org>
377
378 * term.el (term-handle-colors-array): Ensure face attributes
379 are fully specified, not nil. (Bug#13337)
380
381 * term.el (term-default-fg-color, term-default-bg-color):
382 Fix custom type.
383
384 * progmodes/etags.el (tags-compression-info-list): Doc fix.
385 (tag-find-file-of-tag-noselect): Check auto-compression-mode
386 rather than 'jka-compr being loaded. (Bug#13338)
387
388 * subr.el (eval-after-load): Don't purecopy the form, so that it
389 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
390
391 * emacs-lisp/byte-run.el (defun): Place cl declarations
392 after any interactive spec. (Bug#13265)
393
394 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
395
396 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
397 defun. Don't check for DECL if DOCSTRING isn't a string.
398 (defun): Likewise.
399
400 2012-12-31 Glenn Morris <rgm@gnu.org>
401
402 * eshell/em-cmpl.el (eshell-pcomplete):
403 More thoroughly imitate pcomplete. (Bug#13293)
404
405 * files.el (parse-colon-path): Doc fix. (Bug#12351)
406 Return nil for empty path elements. (Bug#13296)
407
408 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
409
410 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
411 order to improve efficiency (Based on Daniel Colascione's
412 <dancol@dancol.org> patch). (Bug#13182)
413
414 2012-12-31 Glenn Morris <rgm@gnu.org>
415
416 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
417
418 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
419
420 * progmodes/python.el: Support other commands triggering
421 python-indent-line so indentation cycling continues to work.
422 (python-indent-trigger-commands): New defcustom.
423 (python-indent-line): Use it.
424
425 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
426
427 * progmodes/python.el (python-shell-send-region): Add blank lines
428 for non sent code so backtraces remain correct.
429
430 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
431
432 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
433 neither DOCSTRING nor DECL was given. (Bug#13316)
434
435 2012-12-30 Glenn Morris <rgm@gnu.org>
436
437 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
438 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
439 (rmail-summary-displayed, rmail-summary): Declare.
440 (mairix-rmail-display): Just require rmail.
441
442 2012-12-29 Chong Yidong <cyd@gnu.org>
443
444 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
445 check for the tarball contents.
446
447 2012-12-29 Matt Fidler <matt.fidler@alcon.com> (tiny change)
448
449 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
450 tarfile content listings (Bug#13136).
451
452 2012-12-29 Mark Lillibridge <mark.lillibridge@hp.com>
453
454 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
455 Insert the undecoded text of the message being forwarded. (Bug#9521)
456
457 2012-12-28 Michael Albinus <michael.albinus@gmx.de>
458
459 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
460 integers, if they are real numbers. (Bug#13282)
461
462 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
463
464 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
465 "module" and "def" to have indentation before them.
466 Regression from 109911 (see the new test).
467
468 2012-12-24 Dmitry Gutov <dgutov@yandex.ru>
469
470 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
471
472 2012-12-23 Alan Mackenzie <acm@muc.de>
473
474 Speed up fontification where there's large brace blocks.
475 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
476 to a call of c-beginning-of-decl-1.
477
478 2012-12-21 Chong Yidong <cyd@gnu.org>
479
480 * sort.el (sort-subr): Doc fix (Bug#13056).
481
482 2012-12-20 Bastien Guerry <bzg@gnu.org>
483
484 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
485
486 2012-12-11 Alan Mackenzie <acm@muc.de>
487
488 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
489 * progmodes/cc-engine.el (c-backward-comments): Add code to work
490 around `forward-comment' not recognizing ^M as whitespace.
491
492 2012-12-11 Fabián Ezequiel Gallina <fgallina@cuca>
493
494 * progmodes/python.el (python-skeleton-class)
495 (python-skeleton-def): Do not add space after defun name.
496
497 2012-12-09 Chong Yidong <cyd@gnu.org>
498
499 * simple.el (set-mark-default-inactive): Mark as obsolete, for
500 removal after 24.3.
501
502 2012-12-08 Dani Moncayo <dmoncayo@gmail.com>
503
504 * simple.el (just-one-space): Doc fix.
505
506 2012-12-07 Eli Zaretskii <eliz@gnu.org>
507
508 * textmodes/texinfo.el (texinfo-enable-quote-envs):
509 Add "smallexample".
510
511 2012-12-07 Le Wang <l26wang@gmail.com>
512
513 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
514 narrowed buffer (bug#12361).
515
516 2012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
517
518 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
519 Virtually backported from trunk.
520
521 2012-12-07 Juanma Barranquero <lekktu@gmail.com>
522
523 * vc/vc-hooks.el (vc-state): Doc fix.
524
525 2012-12-06 Glenn Morris <rgm@gnu.org>
526
527 * mail/rmail.el (rmail-maybe-display-summary):
528 Preserve buffer, in case select-window changes it. (Bug#13066)
529
530 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
533 cl-load-hook where they belong.
534
535 2012-12-06 Chong Yidong <cyd@gnu.org>
536
537 * ffap.el (ffap-replace-file-component): Fix typo.
538
539 2012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
542 fix open-paren-like token test (bug#12785).
543
544 2012-12-04 Glenn Morris <rgm@gnu.org>
545
546 * mail/rmailsum.el (rmail-new-summary): Tweak for
547 rmail-maybe-display-summary changing buffer. (Bug#13066)
548
549 2012-12-03 Juri Linkov <juri@jurta.org>
550
551 * info.el (Info-fontify-node): Don't hide the last newline.
552 (Bug#12272)
553
554 2012-12-01 Leo Liu <sdl.web@gmail.com>
555
556 * files.el (dir-locals-read-from-file): Check file non-empty
557 before reading. (Bug#13038)
558
559 2012-11-28 Glenn Morris <rgm@gnu.org>
560
561 * jka-cmpr-hook.el (jka-compr-get-compression-info):
562 Remove any version extension before checking filename. (Bug#13006)
563 (jka-compr-compression-info-list): Belated :version bump.
564
565 2012-11-28 Chong Yidong <cyd@gnu.org>
566
567 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
568
569 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
570 (buffer-menu): Doc fix (Bug#12294).
571
572 2012-11-27 Roland Winkler <winkler@gnu.org>
573
574 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
575 of diary-show-all-entries in the diary buffer (Bug#12994).
576
577 2012-11-27 Michael Albinus <michael.albinus@gmx.de>
578
579 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
580 "<STDIN>". This is binary safe.
581
582 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * textmodes/table.el (table-insert): Don't use `symbol-name' on
585 lexically scoped variables (bug#13005).
586
587 2012-11-26 Glenn Morris <rgm@gnu.org>
588
589 * vc/vc-hooks.el (vc-mistrust-permissions):
590 Default to t, to avoid data-loss. (Bug#11490)
591
592 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
593
594 * progmodes/python.el (python-indent-guess-indent-offset):
595 If indentation is guessed make python-indent-offset buffer-local.
596
597 Fix Imenu regression.
598 * progmodes/python.el (python-nav-beginning-of-defun):
599 Fix forward movement when statement(s) separates point from defun.
600 (python-imenu-prev-index-position): New function.
601
602 2012-11-26 Eli Zaretskii <eliz@gnu.org>
603
604 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
605
606 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
607 Don't set buffer-file-type. Return nil. (Bug#12989)
608
609 2012-11-26 Glenn Morris <rgm@gnu.org>
610
611 * hippie-exp.el (hippie-expand-try-functions-list):
612 Re-autoload it. (Bug#12982)
613
614 2012-11-25 Eli Zaretskii <eliz@gnu.org>
615
616 * descr-text.el (describe-char-padded-string):
617 Call internal-char-font only on GUI frames. (Bug#11964)
618
619 2012-11-24 Andreas Schwab <schwab@linux-m68k.org>
620
621 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
622 and obsoletion message.
623
624 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
627 the constructs to keep outside of the `cl-block' (bug#12977).
628
629 2012-11-24 Chong Yidong <cyd@gnu.org>
630
631 * mouse.el (mouse-drag-line): Even if the line is not draggable,
632 keep reading until we get the up-event anyway, in order to process
633 the up-event for mouse-1-click-follows-link (Bug#12971).
634
635 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
638 lexical-binding (bug#12938).
639
640 2012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
641
642 * image-mode.el (image-transform-check-size): Use assertions only
643 for images of type imagemagick.
644
645 Otherwise no error, image-transform-fit-to-{width,height} is
646 silently ignored, as before. Doc fix.
647
648 2012-11-23 Chong Yidong <cyd@gnu.org>
649
650 * faces.el (color-defined-p): Doc fix (Bug#12853).
651
652 2012-11-23 Juri Linkov <juri@jurta.org>
653
654 * dired.el (dired-mark): Add optional arg `interactive'.
655 Check for `use-region-p' if `interactive' is non-nil.
656 (dired-unmark, dired-flag-file-deletion): Add optional arg
657 `interactive'. Call `dired-mark' with the arg `interactive'.
658 (Bug#10624)
659
660 2012-11-23 Juri Linkov <juri@jurta.org>
661
662 * wdired.el: Revert 2012-10-17 change partly and replace it with
663 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
664 (wdired-finish-edit): Add marks for new file names to
665 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
666 after `revert-buffer'.
667 (wdired-do-renames): Remove calls to `dired-remove-file',
668 `dired-add-file', `dired-add-entry'. (Bug#11795)
669
670 2012-11-21 Alan Mackenzie <acm@muc.de>
671
672 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
673
674 Fix bugs in the state cache. Enhance a debugging mechanism.
675 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
676 "brace at column zero" strategy for C++.
677 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
678 (c-parse-state-point): New variable.
679 (c-record-parse-state-state): Record old parse state with
680 `copy-tree'. Record previous value of point.
681 (c-debug-parse-state-double-cons): New debugging function.
682 (c-debug-parse-state): Call the above new function.
683 (c-toggle-parse-state-debug): Output a confirmatory message.
684
685 * progmodes/cc-mode.el (c-before-change, c-after-change):
686 Call c-invalidate-state-cache from `c-before-change' instead of
687 `c-after-change'.
688
689 2012-11-20 Daniel Colascione <dancol@dancol.org>
690
691 * term/w32-win.el (cygwin-convert-path-from-windows):
692 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
693 This change is a backport from trunk.
694
695 2012-11-20 Eli Zaretskii <eliz@gnu.org>
696
697 * simple.el (line-move): Don't call line-move-partial if
698 scroll-conservatively is in effect. (Bug#12927)
699
700 2012-11-20 Michael Albinus <michael.albinus@gmx.de>
701
702 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
703 order to distinguish from trunk.
704
705 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
708 non-symbols for compiler macros (yet).
709
710 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
711 Fallback on completion-at-point rather than
712 pcomplete-expand-and-complete, and only if pcomplete actually failed.
713 (eshell-cmpl-initialize): Setup completion-at-point.
714
715 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
716
717 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
718
719 2012-11-19 Michael Albinus <michael.albinus@gmx.de>
720
721 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
722 are remote, check out-of-band property for both.
723
724 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * window.el (switch-to-buffer): Re-add the warning that was lost in the
727 code rewrite.
728
729 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
730
731 More minor time fixes.
732 * calendar/time-date.el: Commentary fix.
733 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
734 too much other code depends on (0 0) time stamps.
735 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
736 Add a couple of FIXME comments.
737
738 Minor cleanup for times as lists of four integers.
739 * files.el (dir-locals-directory-cache):
740 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
741 Doc fixes.
742 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
743 * ps-bdf.el (bdf-file-newer-than-time):
744 Process four-integers time stamps, not two. Doc fixes.
745
746 2012-11-18 Glenn Morris <rgm@gnu.org>
747
748 * image.el (insert-image, insert-sliced-image): Doc fix.
749
750 2012-11-17 Chong Yidong <cyd@gnu.org>
751
752 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
753 (Bug#12810).
754
755 2012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
756
757 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
758 response when the target file is in a subdirectory (Bug#12757).
759
760 2012-11-17 Chong Yidong <cyd@gnu.org>
761
762 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
763
764 2012-11-17 Glenn Morris <rgm@gnu.org>
765
766 * woman.el (woman-non-underline-faces):
767 * emacs-lisp/cl-lib.el (face-underline-p):
768 Use set-face-underline rather than the alias set-face-underline-p.
769
770 * window.el (with-temp-buffer-window): Doc fix.
771 * subr.el (with-output-to-temp-buffer):
772 Add doc xref to with-temp-buffer-window.
773
774 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * emacs-lisp/cl-lib.el: Set more meaningful version number.
777
778 2012-11-16 Martin Rudalics <rudalics@gmx.at>
779
780 * window.el (enlarge-window, shrink-window): Don't mention return
781 value in doc-string (Bug#12896).
782 (window--display-buffer): Don't resize frames - it won't work
783 with all window managers and defeat pop-up-frame-alist.
784 (display-buffer-alist): In doc-string explain that CONDITION can
785 be a function and which arguments are passed to it (Bug#12854).
786 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
787 expressions (Bug#12854).
788 (display-buffer): Pass ACTION argument to
789 display-buffer-assq-regexp.
790
791 2012-11-16 Glenn Morris <rgm@gnu.org>
792
793 * window.el (fit-frame-to-buffer-bottom-margin)
794 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
795
796 * faces.el (face-underline-p): Use face-attribute-specified-or.
797
798 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
799
800 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
801
802 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
805
806 2012-11-15 Glenn Morris <rgm@gnu.org>
807
808 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
809 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
810
811 * faces.el (face-underline-p): Doc fix. Handle :underline being
812 things other than `t' (a string, a list).
813 (face-inverse-video-p): Doc fix.
814 (set-face-underline): Rename it back from set-face-underline-p.
815 Doc fix. Allow interactive input of values other than t.
816 (read-face-attribute): Apply formatting to :underline,
817 since like :box and :stipple it can take list values.
818
819 * term.el (ansi-term): Don't let C-x escape-char binding
820 clobber the more standard C-c binding. (Bug#12842)
821
822 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
825 (bug#12879).
826
827 2012-11-14 Glenn Morris <rgm@gnu.org>
828
829 * subr.el (set-temporary-overlay-map): Doc fix.
830
831 2012-11-13 Martin Rudalics <rudalics@gmx.at>
832
833 * window.el (record-window-buffer)
834 (display-buffer-record-window): When copying the markers to
835 window-point preserve window-point-insertion-type. (Bug#12588)
836
837 2012-11-13 Glenn Morris <rgm@gnu.org>
838
839 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
840 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
841 Use new names for hooks rather than obsolete aliases.
842
843 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
844
845 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
846
847 2012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
848
849 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
850 39 and 49. This fixes bug#12792. Also, treat unimplemented
851 parameters as 0, thereby restoring the behavior of revisions prior
852 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
853
854 2012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
855
856 Fix end-of-defun misbehavior.
857 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
858 python-beginning-of-defun-function. Handle nested defuns
859 correctly.
860 (python-nav-end-of-defun): Rename from
861 python-end-of-defun-function. Ensure forward movement.
862 (python-info-current-defun): Reimplement to work as intended
863 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
864 parent defuns as soon as possible.
865
866 2012-11-12 Glenn Morris <rgm@gnu.org>
867
868 * progmodes/flymake.el (flymake-error-bitmap)
869 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
870 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
871
872 2012-11-12 Dmitry Gutov <dgutov@yandex.ru>
873
874 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
875 backward, always stop at indentation. Reverts the change from
876 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
877
878 2012-11-11 Glenn Morris <rgm@gnu.org>
879
880 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
881 Add ibuffer-filter-by-derived-mode.
882
883 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
884 the same name shadowing each other.
885
886 * window.el (with-temp-buffer-window): Doc tweak.
887
888 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
889
890 * help.el (temp-buffer-max-height):
891 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
892 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
893
894 2012-11-10 Leo Liu <sdl.web@gmail.com>
895
896 * ido.el (ido-set-matches-1): Fix split-string args to avoid
897 performance issue. (Bug#12796)
898
899 2012-11-10 Glenn Morris <rgm@gnu.org>
900
901 * term.el (term-default-fg-color, term-default-bg-color):
902 Make obsolete, rather than just saying "deprecated" in the doc.
903
904 * term.el (term): Rename from `term-face'.
905 (term-current-face, ansi-term-color-vector)
906 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
907 Update all users.
908
909 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
910
911 * server.el (server-create-window-system-frame): Improve comment.
912
913 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
914
915 * server.el (server-create-window-system-frame): Handle Nextstep
916 specially (Bug#12780).
917
918 2012-11-08 Glenn Morris <rgm@gnu.org>
919
920 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
921 Unautoload, and make obsolete. (Bug#7449)
922
923 2012-11-08 Chong Yidong <cyd@gnu.org>
924
925 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
926 rename from diff-remove-trailing-whitespace (Bug#12831).
927
928 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
931 miscompilation of trace.el.
932
933 2012-11-08 Glenn Morris <rgm@gnu.org>
934
935 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
936
937 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
940 (bug#12812).
941
942 2012-11-07 Chong Yidong <cyd@gnu.org>
943
944 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
945 a defcustom with an appropriate :set function.
946 (minibuffer-default--in-prompt-regexps): New function.
947
948 2012-11-07 Glenn Morris <rgm@gnu.org>
949
950 * emacs-lisp/cl.el (define-setf-expander, defsetf)
951 (define-modify-macro): Doc fixes.
952
953 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
954 (gv-define-simple-setter): Update doc of `fix-return'.
955
956 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
959 twice when `fix-return' is set (bug#12813).
960
961 * emacs-lisp/cl.el (defsetf): Pass the third arg to
962 gv-define-simple-setter (bug#12812).
963
964 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
967 (bug#12756).
968
969 2012-11-06 Glenn Morris <rgm@gnu.org>
970
971 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
972
973 2012-11-05 Glenn Morris <rgm@gnu.org>
974
975 * emacs-lisp/cl-extra.el (cl-prettyexpand):
976 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
977 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
978 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
979
980 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
981
982 2012-11-03 Glenn Morris <rgm@gnu.org>
983
984 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
985 Rename handler properties back from cl-- to cl-. (Bug#12788)
986
987 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
988
989 2012-11-03 Eli Zaretskii <eliz@gnu.org>
990
991 * term/pc-win.el: Don't load term/internal from here.
992
993 * loadup.el: Load term/internal from here.
994
995 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
996
997 * progmodes/python.el (inferior-python-mode): Fix hang in
998 jit-lock (Bug#12645).
999
1000 2012-11-03 Martin Rudalics <rudalics@gmx.at>
1001
1002 * window.el (switch-to-visible-buffer)
1003 (switch-to-buffer-preserve-window-point): Fix doc-strings.
1004
1005 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
1006
1007 * play/gomoku.el (gomoku-display-statistics): Update mode line
1008 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
1009
1010 2012-10-31 Martin Rudalics <rudalics@gmx.at>
1011
1012 * window.el (quit-restore-window): If the window has been
1013 created on an existing frame and ended up as the sole window on
1014 that frame, do not delete it (Bug#12764).
1015
1016 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * progmodes/sh-script.el (sh--inside-noncommand-expression):
1019 Rename from sh--inside-arithmetic-expression, handle more cases
1020 (bug#11263).
1021
1022 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
1023 (sh-font-lock-open-heredoc): Use it (bug#12770).
1024
1025 2012-10-30 Glenn Morris <rgm@gnu.org>
1026
1027 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
1028
1029 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
1030
1031 2012-10-29 Chong Yidong <cyd@gnu.org>
1032
1033 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
1034 function key is stored in a keyboard macro (Bug#4894).
1035
1036 * thingatpt.el (number-at-point): Apply a thing-at-point property.
1037
1038 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1041 header comments".
1042 (diff-unified->context, diff-context->unified)
1043 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1044
1045 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1046
1047 * files.el (find-alternate-file): Only ask one question (bug#12487).
1048
1049 2012-10-29 Chong Yidong <cyd@gnu.org>
1050
1051 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1052 Suggested by Dan Nicolaescu (Bug#6326).
1053
1054 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1055
1056 * startup.el (fancy-about-screen): Don't message (Bug#12680).
1057
1058 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1059
1060 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1061
1062 * face-remap.el (face-remap-add-relative): Handle the case where a
1063 face-remapping-alist entry is a cons cell (Bug#12762).
1064
1065 2012-10-29 Kevin Ryde <user42@zip.com.au>
1066
1067 * woman.el (woman-parse-numeric-value): Handle picas correctly
1068 (Bug#12639).
1069
1070 2012-10-29 Glenn Morris <rgm@gnu.org>
1071
1072 * emacs-lisp/cl.el (defsetf): Doc fix.
1073
1074 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1077 syntax to the matching opener, if any (bug#12547).
1078 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1079 matching open as a "case-(".
1080 (sh-smie-rc-grammar): Add a corresponding rule for it.
1081
1082 2012-10-28 Daniel Hackney <dan@haxney.org>
1083
1084 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1085 "PKGNAME-autoloads.el" in case we created it.
1086
1087 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1090 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
1091 (completion--twq-all): Disable too-strict assertions.
1092
1093 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1094
1095 2012-10-27 Eli Zaretskii <eliz@gnu.org>
1096
1097 * profiler.el (profiler-report-make-entry-part): Fix help-echo
1098 text to match the real keybindings.
1099
1100 2012-10-27 Juri Linkov <juri@jurta.org>
1101
1102 * wdired.el (wdired-keep-marker-rename): New defcustom.
1103 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1104 (Bug#11795)
1105
1106 * dired.el (dired-keep-marker-rename): Add reference to
1107 `wdired-keep-marker-rename' in the docstring.
1108 Add default character value ?R to display initially in
1109 Customization UI instead of ?@.
1110
1111 2012-10-27 Martin Rudalics <rudalics@gmx.at>
1112
1113 * window.el (display-buffer): In doc-string describe
1114 window-height and window-width alist entries.
1115
1116 * time.el (display-time-world): Restore fit-window-to-buffer
1117 behavior.
1118
1119 2012-10-27 Chong Yidong <cyd@gnu.org>
1120
1121 * subr.el (insert-buffer-substring-as-yank): Doc fix.
1122
1123 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
1124
1125 * minibuffer.el (completion-category-overrides): New completion
1126 category `bookmark' (bug#11131).
1127
1128 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * emacs-lisp/advice.el (ad-assemble-advised-definition):
1131 Silence bogus compiler warnings for ad-do-it.
1132
1133 * bookmark.el (bookmark-completing-read): Set the completion category
1134 to `bookmark' (bug#11131).
1135
1136 2012-10-26 Bastien <bzg@altern.org>
1137 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * face-remap.el: Use lexical-binding.
1140 (text-scale-adjust): Improve docstring. Use itself for the temporary
1141 overlay-map bindings, so as to repeat the "Use..." message each time.
1142
1143 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * emacs-lisp/macroexp.el (macroexp--expand-all):
1146 Obey byte-compile-warning-enabled-p (bug#12486).
1147
1148 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
1149 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
1150
1151 2012-10-26 Martin Rudalics <rudalics@gmx.at>
1152
1153 * mouse.el (mouse-drag-line): Move last form into preceding when
1154 clause (Bug#12731).
1155
1156 * help.el (resize-temp-buffer-window): Fix doc-string.
1157
1158 2012-10-25 David Engster <deng@randomsample.de>
1159
1160 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
1161 Remove. This feature is already integrated in imenu.
1162
1163 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
1164 always loaded. Require `speedbar' unconditionally.
1165
1166 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1167
1168 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1169
1170 * minibuffer.el (minibuffer-force-complete): Fix thinko.
1171
1172 * net/ldap.el (ldap-search-internal): The official ldif format starts
1173 with a "version: 1" header (bug#12724).
1174
1175 * emacs-lisp/package.el (package-installed-p): Warn if not ready
1176 (bug#12721).
1177
1178 2012-10-25 Glenn Morris <rgm@gnu.org>
1179
1180 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1181
1182 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1183
1184 * minibuffer.el (minibuffer-force-complete): Use one more marker
1185 for the temporary-overlay-map command (bug#12619).
1186
1187 2012-10-24 Chong Yidong <cyd@gnu.org>
1188
1189 * time.el (display-time-world-mode): Derive from special-mode.
1190 (display-time-world): Use display-buffer (Bug#12708).
1191 (display-time-world-mode-map): Variable deleted.
1192 (display-time-world-display): Wrap the final delete-char inside
1193 inhibit-read-only.
1194
1195 2012-10-24 Chong Yidong <cyd@gnu.org>
1196
1197 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1198 Doc fix.
1199
1200 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1201
1202 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1203
1204 * minibuffer.el (completion--all-sorted-completions-location): New var.
1205 (completion--cache-all-sorted-completions)
1206 (completion--flush-all-sorted-completions): Use it.
1207 (completion-in-region, completion-in-region--postch)
1208 (completion-at-point, completion-help-at-point): Use markers in
1209 completion-in-region--data (bug#12619).
1210
1211 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * progmodes/compile.el (compilation-start): Try to handle common
1214 quoting of `cd' argument (bug#12640).
1215
1216 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1217 (bug#12671).
1218
1219 2012-10-23 Glenn Morris <rgm@gnu.org>
1220
1221 * progmodes/gud.el (gud-menu-map):
1222 Check gdb-active-process is bound. (Bug#12358)
1223
1224 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * repeat.el (repeat): Set real-this-command (bug#12232).
1227
1228 * htmlfontify.el (hfy-post-html-hook):
1229 * filesets.el (filesets-cache-fill-content-hook):
1230 * arc-mode.el (archive-extract-hook):
1231 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1232 * net/rcirc.el (rcirc-sentinel-functions)
1233 (rcirc-receive-message-functions, rcirc-activity-functions)
1234 (rcirc-print-functions):
1235 * net/dbus.el (dbus-event-error-functions):
1236 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1237 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1238 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1239 * term/sun.el (sun-raw-prefix-hooks):
1240 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1241
1242 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
1243
1244 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1245 Set `tramp-chunksize' to 1. This improves the performance.
1246 (tramp-smb-wait-for-output): Add timeout to
1247 `tramp-accept-process-output' calls.
1248
1249 2012-10-23 Chong Yidong <cyd@gnu.org>
1250
1251 * faces.el (font-list-limit): Define as an obsolete variable.
1252
1253 * startup.el (command-line):
1254 * cus-start.el: Don't refer to font-list-limit.
1255
1256 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1257
1258 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * subr.el (internal-temp-output-buffer-show): Rename from
1261 temp-output-buffer-show, since previously compiled files expect this name.
1262
1263 2012-10-23 Glenn Morris <rgm@gnu.org>
1264
1265 * image.el (image-type-from-file-name): If multiple types match,
1266 return the first one that is supported. (Bug#9045)
1267
1268 2012-10-22 Glenn Morris <rgm@gnu.org>
1269
1270 * image.el (imagemagick-enabled-types): Doc fix.
1271
1272 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1273
1274 * progmodes/which-func.el (which-func-current): The hash-table may have
1275 an explicit nil (bug#12338).
1276
1277 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * electric.el (electric-pair-delete-selection-self-insert-function):
1280 Rename to electric-pair-will-use-region, return a boolean.
1281 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1282
1283 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1284 (delete-selection-pre-hook): Use use-region-p.
1285 (delete-selection-self-insert-function): Remove.
1286 (self-insert-command): Obey self-insert-uses-region-functions.
1287 (self-insert-iso): Revert to previous setting, since we don't actually
1288 know what that command does.
1289 (delete-selection-self-insert-hooks): Remove.
1290
1291 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1292
1293 * delsel.el (delete-selection-helper): New function, extracted from
1294 delete-selection-pre-hook.
1295 (delete-selection-pre-hook): Use it.
1296 (delete-selection-self-insert-function): New function.
1297 (delete-selection-self-insert-hooks): New hook.
1298 (self-insert-command, self-insert-iso): Use it.
1299 * electric.el (electric-pair-syntax): New function, extracted from
1300 electric-pair-post-self-insert-function.
1301 (electric-pair-post-self-insert-function): Use it.
1302 (electric-pair-delete-selection-self-insert-function): New function.
1303 (electric-pair-mode): Require delsel and setup
1304 delete-selection-self-insert-hooks (bug#11520).
1305
1306 2012-10-20 Chong Yidong <cyd@gnu.org>
1307
1308 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1309 no changes to show (Bug#12586).
1310
1311 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1312 list explicitly (Bug#12571).
1313
1314 2012-10-20 Arne Jørgensen <arne@arnested.dk>
1315
1316 * progmodes/flymake.el (flymake-create-temp-inplace):
1317 Use file-truename.
1318
1319 2012-10-20 Eli Zaretskii <eliz@gnu.org>
1320
1321 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1322
1323 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1324
1325 * calc/calc-units.el (math-extract-units): Properly extract powers
1326 of units.
1327
1328 2012-10-20 Daniel Colascione <dancol@dancol.org>
1329
1330 * frame.el (make-frame): Set x-display-name as we used to in order
1331 to unbreak creating an X11 frame from an Emacs daemon started
1332 without a display.
1333
1334 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1337 the same completion-field (bug@12221).
1338
1339 2012-10-19 Martin Rudalics <rudalics@gmx.at>
1340
1341 * emacs-lisp/debug.el (debug): Record height of debugger window
1342 also when debugger will be back (Bug#8789).
1343
1344 2012-10-18 Chong Yidong <cyd@gnu.org>
1345
1346 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1347 Convert to defcustom.
1348 (gdb-get-source-file): Don't bind pop-up-windows.
1349
1350 * progmodes/gud.el (gud-display-line): Don't specially re-use
1351 other frames for the gdb-mi case (Bug#12648).
1352
1353 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * emacs-lisp/advice.el: Clean up commentary a bit.
1356 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1357 (byte-code-function-p): Never redefine.
1358
1359 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1360
1361 2012-10-18 Glenn Morris <rgm@gnu.org>
1362
1363 * dired.el (dired-sort-toggle): Some ls implementations only allow
1364 a single option string. (Bug#12666)
1365
1366 * minibuffer.el (completion-cycle-threshold): Doc fix.
1367
1368 2012-10-17 Kenichi Handa <handa@gnu.org>
1369
1370 * international/mule.el (set-keyboard-coding-system):
1371 Recover input meta mode when the new coding system doesn not use 8-bit.
1372 Supply TERMINAL arg to set-input-meta-mode.
1373
1374 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1375
1376 * wdired.el (wdired-old-marks): New variable.
1377 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1378 (wdired-do-renames): Move point with renamed file and don't lose
1379 mark status (Bug#11795).
1380
1381 2012-10-16 Juri Linkov <juri@jurta.org>
1382
1383 * replace.el (query-replace-help): Mention multi-buffer replacement
1384 keys in the Help message. (Bug#12655)
1385
1386 2012-10-15 Chong Yidong <cyd@gnu.org>
1387
1388 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1389
1390 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1391
1392 * window.el (display-buffer): Doc fix.
1393
1394 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1395 Adjust the msft regexp to the output of Studio 2010, and move msft
1396 before edg-1. See the discussion on emacs-devel,
1397 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1398 for the details.
1399
1400 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1403 (oset): Move uses of object-class-fast macro after its definition.
1404
1405 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1406
1407 2012-10-13 Chong Yidong <cyd@gnu.org>
1408
1409 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1410 enabled, re-enable it (Bug#11963).
1411
1412 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1413
1414 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1415 non-nil, restore window configuration (Bug#12623).
1416
1417 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * help-fns.el (describe-variable, describe-function-1):
1420 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1421
1422 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1423
1424 2012-10-12 Glenn Morris <rgm@gnu.org>
1425
1426 * mail/rmailsum.el (rmail-header-summary):
1427 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1428
1429 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1430
1431 * progmodes/python.el (python-mode-map):
1432 Replace subtitute-key-definition with proper command remapping.
1433 (python-nav--up-list): Fix behavior for blocks on the same level.
1434
1435 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1438
1439 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1440 changes to the format of load-history.
1441
1442 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1443 completion-ignore-case in case that var is buffer-local (bug#12615).
1444
1445 2012-10-11 Kenichi Handa <handa@gnu.org>
1446
1447 * international/eucjp-ms.el: Re-generated.
1448
1449 2012-10-10 Kenichi Handa <handa@gnu.org>
1450
1451 * select.el (xselect--encode-string): If a coding is specified for
1452 selection, and that is compatible with COMPOUND_TEXT, use it.
1453
1454 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1455
1456 * window.el (switch-to-buffer-preserve-window-point): New option.
1457 (switch-to-buffer):
1458 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1459
1460 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1463 Don't document nil as a useful value (bug#12583).
1464
1465 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1466
1467 * net/tramp.el (tramp-debug-message):
1468 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1469 (with-tramp-progress-reporter): Rename from
1470 `tramp-with-progress-reporter'.
1471 (with-tramp-file-property, with-tramp-connection-property):
1472 Move from tramp-cache.el, rename from `with-file-property' and
1473 `with-connection-property', respectively.
1474
1475 * net/tramp-cache.el: Remove `with-file-property' and
1476 `with-connection-property'.
1477
1478 * net/tramp.el:
1479 * net/tramp-gvfs.el:
1480 * net/tramp-sh.el:
1481 * net/tramp-smb.el: Adapt callees.
1482
1483 * net/trampver.el: Update release number.
1484
1485 2012-10-09 Glenn Morris <rgm@gnu.org>
1486
1487 * w32-fns.el (set-message-beep):
1488 * term/w32-win.el (set-message-beep): Update declarations.
1489
1490 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1493 (mode-line-widen, mode-line-input-method-map)
1494 (mode-line-coding-system-map, mode-line-remote)
1495 (mode-line-unbury-buffer, mode-line-bury-buffer)
1496 (mode-line-next-buffer, mode-line-previous-buffer):
1497 Replace save-selected-window+select-window => with-selected-window.
1498
1499 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1500 * progmodes/cc-vars.el (bq-process): Remove, unused.
1501
1502 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1503
1504 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1505
1506 Implemented `backward-up-list'-like navigation.
1507 * progmodes/python.el (python-nav-up-list)
1508 (python-nav-backward-up-list): New functions.
1509 (python-mode-map): Define substitute key for backward-up-list to
1510 python-nav-backward-up-list.
1511
1512 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1513
1514 * progmodes/python.el (python-fill-paragraph): Rename from
1515 python-fill-paragraph-function. Fixed fill-paragraph for
1516 decorators (Bug#12605).
1517
1518 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1519
1520 * progmodes/python.el (python-shell-output-filter): Handle extra
1521 carriage return in OSX (Bug#12409).
1522
1523 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1524
1525 Fix shell handling of unbalanced quotes and parens in output.
1526 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1527 (python-syntax-propertize-function): Use it.
1528 (python-shell-output-syntax-table): New var.
1529 (inferior-python-mode): Prevent unbalanced parens/quotes from
1530 previous output mess with current input context.
1531
1532 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1535 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1536
1537 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1538
1539 * ffap.el (ffap-replace-file-component): Support Tramp file name
1540 syntax, not only ange-ftp's one.
1541
1542 2012-10-08 Glenn Morris <rgm@gnu.org>
1543
1544 * cus-start.el (message-log-max): Set :version.
1545
1546 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1547
1548 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1549
1550 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1551 the minibuffer window (Bug#10851).
1552
1553 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1554
1555 Enhancements on forward-sexp movement.
1556 * progmodes/python.el (python-nav-beginning-of-statement)
1557 (python-nav-end-of-statement): Return point-marker.
1558 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1559 (python-info-current-symbol)
1560 (python-info-statement-starts-block-p): Rename from
1561 python-info-beginning-of-block-p.
1562 (python-info-statement-ends-block-p): Rename from
1563 python-info-end-of-block-p.
1564 (python-info-beginning-of-statement-p)
1565 (python-info-end-of-statement-p)
1566 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1567 New functions.
1568
1569 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1572 frame-selected-windows.
1573
1574 2012-10-08 Daniel Colascione <dancol@dancol.org>
1575
1576 * battery.el (battery-status-function): Check for
1577 w32-battery-status itself, not system-time windows-nt.
1578
1579 * frame.el: Require cl-lib.
1580 (display-format-alist): New variable mapping frame types to
1581 functions that initialize them.
1582 (window-system-for-display): New function: interprets
1583 display-format-alist.
1584 (make-frame-on-display): Remove existing display-selection logic
1585 and just forward to make-frame, which will now DTRT.
1586 (make-frame): Restructure to use window-system-for-display to
1587 figure out how to create a frame on a given display.
1588 (display-mouse-p): Look for frame-type w32, not a particular
1589 system-type.
1590
1591 * loadup.el: Load w32 lisp code when we have the w32 feature.
1592
1593 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1594 system-type windows-nt.
1595
1596 * server.el (server-create-window-system-frame): Look for window
1597 type.
1598 (server-proces-filter): Only force a window system when windows-nt
1599 _and_ w32. Explain why.
1600
1601 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1602 of window systems we configure for the mode.
1603
1604 * startup.el (command-line): Mark window system is initialized
1605 after we've done it.
1606
1607 * common-win.el (x-select-text): Look for w32, not windows-nt.
1608
1609 * ns-win.el: Require cl-lib. Add ourselves to
1610 display-format-alist.
1611 (ns-initialize-window-system): Assert we're not initialized twice.
1612
1613 * w32-win.el: Enable lexical binding; require cl-lib; add
1614 ourselves to display-format-alist.
1615 (w32-handle-dropped-file): Convert incoming dropped files from
1616 Windows paths to Cygwin ones before passing them on to the rest of
1617 Emacs.
1618 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1619 (w32-initialize-window-system): Assert we're not initialized twice.
1620
1621 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1622 (x-initialize-window-system): Assert we're not initialized twice.
1623
1624 * w32-common-fns.el: New File.
1625 (w32-version, w32-using-nt, w32-get-clipboard-data)
1626 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1627 (w32-charset-info-alist, x-last-selected, text)
1628 (x-get-selection-value, x-selection-value): Move here.
1629
1630 * w32-fns.el: Require w32-common-fns.
1631 (w32-version, w32-using-nt, w32-get-clipboard-data)
1632 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1633 (w32-charset-info-alist, x-last-selected, text)
1634 (x-get-selection-value, x-selection-value): Move to
1635 w32-common-fns.
1636
1637 * w32-vars.el:
1638 (w32-allow-system-shell, w32-system-shells): Define only in
1639 non-cygwin case.
1640
1641 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1644 (read-passwd): Remove a few more potential sources of leaks.
1645
1646 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1647
1648 * progmodes/python.el (inferior-python-mode)
1649 (python-shell-make-comint): Fix initialization of local
1650 variables copied from parent buffer.
1651
1652 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1653
1654 * term/ns-win.el (ns-read-file-name): Update declaration to match
1655 nsfns.m.
1656 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1657 it is set when font is acted upon.
1658
1659 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1660
1661 Enhancements to indentation.
1662 * progmodes/python.el (python-indent-context): Give priority to
1663 inside-string context. Make comments indentation markers.
1664 (python-indent-region): Do not mess with strings, unless it's the
1665 enclosing set of quotes.
1666
1667 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * window.el (internal--before-save-selected-window)
1670 (internal--after-save-selected-window): New functions extracted from
1671 save-selected-window. Make sure we return the `alist' we construct.
1672 (save-selected-window): Use them.
1673
1674 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1675 Use with-selected-window.
1676
1677 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1678 forms that define macros (bug#12593).
1679
1680 2012-10-07 Kenichi Handa <handa@gnu.org>
1681
1682 * international/mule-conf.el (compound-text-with-extensions):
1683 Add :mime-charset property as x-ctext.
1684
1685 2012-10-07 Stefan Merten <smerten@oekonux.de>
1686
1687 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1688 (rst-indent-literal-normal, rst-indent-literal-minimized)
1689 (rst-indent-comment): Correct :version tag.
1690 (rst-official-cvs-rev): Correct version string.
1691
1692 2012-10-07 Glenn Morris <rgm@gnu.org>
1693
1694 * mail/rmailmm.el (rmail-mime-process-multipart):
1695 Do not confuse a multipart message with an epilogue
1696 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1697
1698 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1699
1700 Fix shell output retrieval and comint-prompt-regexp init.
1701 * progmodes/python.el (inferior-python-mode):
1702 (python-shell-make-comint): Fix initialization of
1703 comint-prompt-regexp from copied file local variables.
1704 (python-shell-fetched-lines): Remove var.
1705 (python-shell-output-filter-in-progress): Rename from
1706 python-shell-fetch-lines-in-progress.
1707 (python-shell-output-filter-buffer): Rename from
1708 python-shell-fetch-lines-string.
1709 (python-shell-fetch-lines-filter): Delete function.
1710 (python-shell-output-filter): New function.
1711 (python-shell-send-string-no-output): Use them.
1712
1713 2012-10-07 Glenn Morris <rgm@gnu.org>
1714
1715 * hi-lock.el (hi-lock-process-phrase):
1716 Try to make it less fragile. (Bug#7161)
1717
1718 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1719
1720 2012-10-06 Glenn Morris <rgm@gnu.org>
1721
1722 * ehelp.el (electric-help-mode): Use help-mode rather than
1723 non-existent mode `help'.
1724 (electric-help-map): Use button-buffer-map. (Bug#10917)
1725
1726 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1727 (reftex-create-bibtex-footer): Fix custom types.
1728
1729 * progmodes/sh-script.el (sh-indent-after-continuation):
1730 Add explicit :group.
1731
1732 * textmodes/rst.el (rst-preferred-decorations)
1733 (rst-shift-basic-offset): Clarify obsolescence versions.
1734
1735 * profiler.el (profiler): Add missing group :version tag.
1736 * avoid.el (mouse-avoidance-banish-position):
1737 * proced.el (proced-renice-command):
1738 * calc/calc.el (calc-ensure-consistent-units):
1739 * calendar/icalendar.el (icalendar-import-format-uid):
1740 * net/tramp.el (tramp-save-ad-hoc-proxies):
1741 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1742 * progmodes/flymake.el (flymake-error-bitmap)
1743 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1744 * progmodes/sh-script.el (sh-indent-after-continuation):
1745 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1746 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1747 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1748 (vhdl-array-index-record-field-in-sensitivity-list)
1749 (vhdl-indent-comment-like-next-code-line):
1750 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1751 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1752 (reftex-cite-key-separator, reftex-create-bibtex-header)
1753 (reftex-create-bibtex-footer):
1754 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1755 (rst-indent-literal-normal, rst-indent-literal-minimized)
1756 (rst-indent-comment): Add missing custom :version tags.
1757
1758 * calendar/timeclock.el (timeclock-modeline-display):
1759 Add missing obsolete alias for renamed user option.
1760
1761 * strokes.el (strokes-modeline-string):
1762 * emulation/crisp.el (crisp-mode-modeline-string):
1763 * eshell/esh-mode.el (eshell-status-in-modeline):
1764 Aliases to defcustoms must come before the defcustom.
1765
1766 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1767 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1768 (cal-tex-cursor-week-monday): Doc fixes.
1769 (cal-tex-cursor-week2-summary): Doc fix.
1770 Rename from cal-tex-cursor-week-at-a-glance.
1771
1772 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1773 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1774
1775 * calendar/calendar.el (calendar-mode-map):
1776 Add cal-tex-cursor-week2-summary.
1777
1778 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1781
1782 * subr.el (read-passwd-map): New var.
1783 (read-passwd): Use `read-string' again.
1784 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1785
1786 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1787
1788 * register.el (append-to-register, prepend-to-register):
1789 Deactivate mark, as does `copy-to-register' (bug#12389).
1790
1791 2012-10-06 Chong Yidong <cyd@gnu.org>
1792
1793 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1794
1795 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1796
1797 * international/characters.el: Fix simple mistake ((car chars) ->
1798 elt), delete duplicated code.
1799
1800 2012-10-06 Glenn Morris <rgm@gnu.org>
1801
1802 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1803
1804 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1805
1806 * color.el (color-hsl-to-rgb): Fix incorrect results for
1807 small and large hue values. (Bug#12559)
1808
1809 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1810
1811 Enhancements to docstring formatting when filling paragraphs.
1812 * progmodes/python.el (python-fill-docstring-style): Rename from
1813 python-fill-string-style. Added new style.
1814 (python-fill-string): Use new style. Better checks for
1815 docstrings.
1816
1817 2012-10-05 Glenn Morris <rgm@gnu.org>
1818
1819 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1820
1821 * color.el (color-name-to-rgb, color-rgb-to-hex)
1822 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1823 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1824 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1825 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1826
1827 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1828
1829 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1830
1831 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1832 to get the correct size across symlinks.
1833
1834 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1835
1836 2012-10-04 Juri Linkov <juri@jurta.org>
1837
1838 * replace.el (query-replace-interactive): Declare obsolete.
1839 (query-replace-read-from): Add the last incremental search string
1840 to the list of default values accessible via M-n.
1841 (map-query-replace-regexp): Use `read-regexp'.
1842 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1843 (map-query-replace-regexp, replace-string, replace-regexp):
1844 Fix docstrings to replace mentions of `query-replace-interactive'
1845 with alternatives. (Bug#12526)
1846
1847 2012-10-04 Juri Linkov <juri@jurta.org>
1848
1849 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1850 (dired-pop-to-buffer): Declare obsolete.
1851 (dired-mark-pop-up): Doc fix.
1852
1853 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1854
1855 Allow user to set docstring style for fill-paragraph.
1856 * progmodes/python.el
1857 (python-fill-comment-function, python-fill-string-function)
1858 (python-fill-decorator-function, python-fill-paren-function):
1859 Remove :safe for defcustoms.
1860 (python-fill-string-style): New defcustom
1861 (python-fill-paragraph-function): Enhance context detection.
1862 (python-fill-string): Honor python-fill-string-style settings.
1863
1864 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1865
1866 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1867 after setting its buffer (Bug#10805).
1868
1869 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1870
1871 Fix cornercase for string syntax.
1872 * progmodes/python.el (python-syntax-propertize-function):
1873 Simplify and enhance the regexp for unescaped quotes. Now it also
1874 matches quotes in weird situations like the single quote in
1875 "something\"'".
1876 (python-syntax-stringify): Simplify num-quotes detecting code.
1877
1878 2012-10-03 Glenn Morris <rgm@gnu.org>
1879
1880 * help-macro.el (three-step-help):
1881 Revert 2012-09-29 change. (Bug#12567)
1882
1883 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1884
1885 * menu-bar.el (kill-this-buffer): Don't do anything when
1886 `menu-frame' is not alive or visible (Bug#8184).
1887
1888 * emacs-lisp/debug.el (debug): When quitting the debugger window
1889 restore current buffer (Bug#12502).
1890
1891 2012-10-02 Chong Yidong <cyd@gnu.org>
1892
1893 * progmodes/hideif.el (hif-lookup, hif-defined):
1894 Handle semantic-c-takeover-hideif.
1895
1896 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1897
1898 Change sampling interval units from ms to ns.
1899 * profiler.el (profiler-sampling-interval): Change units
1900 from ms to ns, multiplying the default by 1000000 so that
1901 it remains 1 ms.
1902 (profiler-report-cpu-line-format): Give enough room for
1903 the maximum counters on 64-bit hosts.
1904 (profiler-report-render-calltree-1): Call them "CPU samples",
1905 not "Time (ms)", since they are not milliseconds now (and
1906 never really were).
1907
1908 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1909
1910 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1911 Fix querying BBDB for entries without a last name (Bug#11580).
1912
1913 2012-10-02 Chong Yidong <cyd@gnu.org>
1914
1915 * emacs-lisp/eieio.el: Restore Version header.
1916
1917 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * vc/diff-mode.el (diff--auto-refine-data): New var.
1920 (diff-hunk): Use it to delay refinement.
1921 (diff-mode): Remove overlays when we turn off font-lock.
1922
1923 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1924 (table-initialize-table-fixed-width-mode)
1925 (table-set-table-fixed-width-mode): Remove functions.
1926 (table-command-list): Move initialization into declaration.
1927 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1928 (table-with-cache-buffer): Use `declare'.
1929 (table-span-cell): Simplify via CSE.
1930 (table-fixed-width-mode): Use define-minor-mode.
1931 (table-call-interactively, table-funcall, table-apply): Remove.
1932 (table-function): New function, to replace them.
1933
1934 * bookmark.el (bookmark-search-pattern): Remove var.
1935 (bookmark-read-search-input): Remove function.
1936 (bookmark-bmenu-search): Reimplement using a minibuffer.
1937
1938 * faces.el (modeline): Remove obsolete face name.
1939
1940 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1941 and give a non-nil default value.
1942 (add-change-log-entry): Simplify accordingly.
1943
1944 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1945
1946 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1947 (vc-git-log-edit-toggle-amend): New function.
1948 (vc-git-log-edit-toggle-signoff): New function.
1949 (vc-git-log-edit-mode): New major mode.
1950 (vc-git-log-edit-mode-map): Keymap for it.
1951 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1952
1953 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1954 header names.
1955 (log-edit-toggle-header): New function.
1956 (log-edit-extract-headers): Accept function values in HEADERS alist.
1957
1958 2012-10-01 David Engster <deng@randomsample.de>
1959
1960 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1961 from symbol property and change message to be more consistent with
1962 Emacs proper.
1963 (eieio-describe-generic): Add filename for each implementation.
1964 Fix indices for generic and normal methods.
1965 (eieio-method-def, eieio-class-def): New buttons.
1966 (eieio-help-find-method-definition)
1967 (eieio-help-find-class-definition): New functions.
1968 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1969 class, constructor and method definitions.
1970
1971 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1972 information in symbol property.
1973 (scoped-class): Remove.
1974 (eieio-slot-name-index, call-next-method): Check if it is bound.
1975
1976 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1977
1978 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1979 (eieio-custom-mode): New major mode.
1980 (eieio-customize-object): Use it.
1981
1982 2012-10-01 Eric Ludlam <zappo@gnu.org>
1983
1984 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1985 specifying the expected class, and whether subclassing is allowed.
1986 (eieio-persistent-convert-list-to-object):
1987 (eieio-persistent-validate/fix-slot-value)
1988 (eieio-persistent-slot-type-is-class-p): New functions.
1989 (eieio-named::slot-missing): Doc fix.
1990
1991 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1992 Stop using unused publd variable.
1993
1994 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1995 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1996 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1997 (eieio-speedbar-handle-click): Do not specify a class for the
1998 method. Fixes method invocation order problems with EDE.
1999
2000 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
2003 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
2004
2005 2012-10-01 Karl Fogel <kfogel@red-bean.com>
2006
2007 * bookmark.el (bookmark-version-control): Give tags in the
2008 :type choices (Bug#12309), and improve doc string.
2009 (bookmark-write-file): Bind `print-circle' to `t' to allow
2010 circular custom bookmark types. (Bug#12503)
2011
2012 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2013
2014 Revert the FOLLOW-SYMLINKS change for file-attributes.
2015 * files.el (remote-file-name-inhibit-cache, after-find-file):
2016 * time.el (display-time-file-nonempty-p): Undo last change.
2017
2018 * profiler.el (profiler-sampling-interval): Change default back to 1.
2019 See Stefan Monnier in
2020 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
2021
2022 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
2023
2024 Shell output catching a la gud-gdb.
2025 * progmodes/python.el (python-shell-fetch-lines-in-progress)
2026 (python-shell-fetch-lines-string, python-shell-fetched-lines):
2027 New Vars.
2028 (python-shell-fetch-lines-filter): New function.
2029 (python-shell-send-string-no-output): Use them.
2030
2031 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
2032
2033 * profiler.el (profiler-sampling-interval): Rename from
2034 profiler-sample-interval.
2035 (profiler-sampling-interval): Default to 10.
2036 (profiler-find-profile): New command (was profiler-find-log).
2037 (profiler-find-profile-other-window): New command.
2038 (profiler-find-profile-other-frame): New command.
2039 (profiler-profile): Introduce API-level data structure.
2040
2041 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2042
2043 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2044 * files.el (remote-file-name-inhibit-cache):
2045 * time.el (display-time-file-nonempty-p): Use it.
2046 * files.el (after-find-file): Don't chase links before calling
2047 file-exists-p, as file-exists-p already does the right thing.
2048
2049 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2050
2051 Merge from standalone RefTeX repository.
2052
2053 The following ChangeLog entries are shortened versions of the
2054 original ones with file paths adapted. A not so strongly edited
2055 version of the original ChangeLog can be found in the commit log.
2056
2057 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
2058 (reftex-arg-cite): Use `reftex-cite-key-separator'.
2059 Correctly handle new value type returned by `reftex-citation'.
2060
2061 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
2062 that entries with whitespace at various places are found.
2063 Doc fix. Include entries that are cross-referenced from cited entries.
2064 Include @String definitions in the resulting bib file. Add header
2065 and footer defined in `reftex-create-bibtex-header' and
2066 `reftex-create-bibtex-footer'.
2067 (reftex-do-citation): Make it possible again to insert
2068 non-existent entries. Save match data when asking for optional
2069 arguments. Return all keys, not just the first one.
2070 (reftex-all-used-citation-keys): Fix regexp to correctly extract
2071 all citations in the same line.
2072 (reftex-parse-bibtex-entry): Accept additional optional argument
2073 `raw' and keep quotes or braces if it is non-nil. Match fields
2074 containing hyphens besides word constituents.
2075 (reftex-get-string-refs): New function.
2076 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2077 and ask if it should be reread in case it did.
2078 (reftex-pop-to-bibtex-entry)
2079 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2080 entries with spaces or tabs in front of arguments.
2081 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2082 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2083 Match entries containing numbers and symbol constituents.
2084 (reftex-do-citation, reftex-figure-out-cite-format):
2085 Use `reftex-cite-key-separator'.
2086
2087 * textmodes/reftex-dcr.el: Move provide statement to end of file.
2088 (reftex-mouse-view-crossref): Explain why point is set.
2089
2090 * textmodes/reftex-global.el: Whitespace changes.
2091
2092 * textmodes/reftex-index.el: Move provide statement to end of
2093 file.
2094 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2095 (reftex-index-visit-phrases-buffer): Set marker when visiting
2096 buffer. This allows for returning from the phrases file to the
2097 file one was just editing instead of the file where the last
2098 phrases was added from.
2099 (reftex-index-phrases-syntax-table): New variable. Give ?\"
2100 punctuation syntax as it usually is not used as string quote in
2101 TeX-related modes and may occur unmatched. The change also
2102 prevents fontification of quoted content.
2103 (reftex-index-phrases-mode): Use it.
2104
2105 * textmodes/reftex-parse.el (reftex-parse-from-file):
2106 Move backward one char if a `\' was matched after a section macro.
2107 (reftex-parse-from-file): Use beginning of match instead of end as
2108 bound.
2109
2110 * textmodes/reftex-ref.el: Adapt creation of
2111 `reftex-<package>-<macro>' functions to new structure of
2112 `reftex-ref-style-alist'.
2113 (reftex-reference): Use `reftex-ref-style-list' function.
2114 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
2115 reference macro if `reftex-ref-macro-prompt' is non-nil.
2116 (reftex-reference): Pass refstyle to `reftex-format-special'.
2117 Determine reference macro by looking at
2118 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
2119 Use only one special format function.
2120 (reftex-varioref-vref, reftex-fancyref-fref)
2121 (reftex-fancyref-Fref): Remove definitions. The functions are now
2122 generated from `reftex-ref-style-alist'.
2123 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
2124 Remove.
2125 (reftex-format-special): New function.
2126
2127 * textmodes/reftex-sel.el
2128 (reftex-select-cycle-ref-style-internal): Adapt to new structure
2129 of `reftex-ref-style-alist'. Remove code for testing macro type.
2130 (reftex-select-toggle-varioref)
2131 (reftex-select-toggle-fancyref): Remove.
2132 (reftex-select-cycle-ref-style-internal)
2133 (reftex-select-cycle-ref-style-forward)
2134 (reftex-select-cycle-ref-style-backward): New functions.
2135 (reftex-select-label-map): Use `v' and `V' for general cycling
2136 through reference styles. Add `p' for switching between number
2137 and page reference types.
2138
2139 * textmodes/reftex-toc.el (reftex-re-enlarge):
2140 Call `enlarge-window' only if there is something to do because in Emacs
2141 the horizontal version throws an error even if the parameter is 0.
2142
2143 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
2144 (reftex-plug-into-AUCTeX): Doc fix.
2145 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
2146 string. Adapt to new name.
2147 (reftex-ref-style-alist): Change structure so that it is not
2148 possible to use multiple different package names within a style.
2149 Remove the symbols for symbols for macro type distinction.
2150 Add characters for macro selection.
2151 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
2152 (reftex-create-bibtex-footer): New variables.
2153 (reftex-format-ref-function): Mention third argument of special
2154 format function.
2155 (reftex-ref-style-alist, reftex-ref-style-default-list):
2156 New variables.
2157 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
2158 to new implementation. Mark as obsolete. Add compatibility code
2159 for honoring the variable values in case they are set.
2160 (reftex-cite-format-builtin, reftex-bibliography-commands):
2161 Add support for ConTeXt.
2162 (reftex-format-ref-function, reftex-format-cite-function):
2163 Fix custom type.
2164 (reftex-cite-key-separator): New variable.
2165
2166 * textmodes/reftex.el (reftex-syntax-table-for-bib)
2167 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2168 `reftex-syntax-table' because parens have to retain their paren
2169 syntax in order for parsing of BibTeX entries like @book(...) to
2170 work.
2171 (reftex-in-comment): Do not error out if `comment-start-skip' is
2172 not set. Deal correctly with escaped comment characters.
2173 (reftex-tie-multifile-symbols): Add doc string.
2174 Initialize `reftex-ref-style-list'.
2175 (reftex-untie-multifile-symbols): Add doc string.
2176 (reftex-add-index-macros): Doc fix.
2177 (reftex-ref-style-activate, reftex-ref-style-toggle)
2178 (reftex-ref-style-list): New functions.
2179 (reftex-mode-menu): Use them. Adapt to new structure of
2180 `reftex-ref-style-alist'.
2181 (reftex-select-with-char): Kill the RefTeX Select buffer when
2182 done.
2183 (reftex-remove-if): New function.
2184 (reftex-erase-all-selection-and-index-buffers)
2185 (reftex-mode-menu): Reference styles are now computed from
2186 `reftex-ref-style-alist'. Fix typo.
2187 (reftex-report-bug): New function.
2188 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2189 algorithms with O(n log n). Introduce optional argument SORT (not
2190 yet used).
2191
2192 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2193
2194 Enhancements for triple-quote string syntax.
2195 * progmodes/python.el (python-syntax-propertize-function):
2196 Match both quote cases in one regexp.
2197 (python-syntax-stringify): Handle matches properly.
2198
2199 2012-09-30 Juri Linkov <juri@jurta.org>
2200
2201 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2202 to nil around the call to `insert' to prevent
2203 directory time modification by lock_file. (Bug#2295)
2204 * tar-mode.el (tar-summarize-buffer): Idem.
2205
2206 2012-09-30 Juri Linkov <juri@jurta.org>
2207
2208 * facemenu.el (list-colors-sort): Add option "Luminance".
2209 (list-colors-sort-key): Implement it.
2210
2211 * vc/diff-mode.el (diff-refine-removed):
2212 * vc/ediff-init.el (ediff-fine-diff-A):
2213 * vc/smerge-mode.el (smerge-refined-removed):
2214 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2215
2216 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2217
2218 * term/ns-win.el (x-file-dialog): New function.
2219
2220 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
2221
2222 * ido.el (ido-max-directory-size): Default to nil; the current
2223 default is small for POSIX systems, and impractical on Windows 7
2224 now that lstat returns directory sizes for NTFS.
2225
2226 2012-09-30 Martin Rudalics <rudalics@gmx.at>
2227
2228 In buffer display functions handle window-height/window-width
2229 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
2230 * window.el (window--display-buffer): New argument ALIST.
2231 Obey window-height and window-width alist entries.
2232 (window--try-to-split-window): New argument ALIST.
2233 Bind window-combination-limit to t when the window's size shall be
2234 changed and window-combination-limit equals `window-size'.
2235 (display-buffer-in-atom-window)
2236 (display-buffer-in-major-side-window)
2237 (display-buffer-in-side-window, display-buffer-same-window)
2238 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2239 (display-buffer-pop-up-window, display-buffer-below-selected)
2240 (display-buffer-at-bottom, display-buffer-in-previous-window)
2241 (display-buffer-use-some-window): Adjust all callers of
2242 window--display-buffer and window--try-to-split-window.
2243 (fit-frame-to-buffer): New option.
2244 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2245 is non-nil.
2246 (display-buffer-in-major-side-window): Evaluate window-height /
2247 window-width alist entries.
2248
2249 * help.el (temp-buffer-resize-frames)
2250 (temp-buffer-resize-regexps): Remove options.
2251 (temp-buffer-resize-mode): Adjust doc-string.
2252 (resize-temp-buffer-window): Don't consult
2253 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2254 temp-buffer-resize-frames.
2255
2256 * dired.el (dired-mark-pop-up):
2257 Call display-buffer-below-selected with a fit-window-to-buffer alist
2258 entry.
2259
2260 2012-09-30 Chong Yidong <cyd@gnu.org>
2261
2262 * server.el (server-host): Document the security implications.
2263 (server-auth-key): Doc fix.
2264
2265 * startup.el (initial-buffer-choice): Doc fix.
2266
2267 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2268
2269 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2270 restriction change.
2271
2272 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2273
2274 * help-fns.el (help-fns--obsolete): Fix last change.
2275
2276 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2279 (minor-mode-map-alist): Remove redundant code.
2280
2281 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2282 visited in a buffer.
2283 (cvs-insert-visited-file): New function.
2284 (find-file-hook): Use it.
2285
2286 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2287
2288 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2289 chose face.
2290 (log-edit-empty-buffer-p): Don't require a space after a header.
2291
2292 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2293
2294 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2295
2296 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2297 a proper minor-mode.
2298
2299 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2300
2301 2012-09-29 Glenn Morris <rgm@gnu.org>
2302
2303 * winner.el (winner-mode): Remove variable (let define-minor-mode
2304 handle it).
2305 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2306 Doc fixes.
2307 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2308 (winner-mode): Use define-minor-mode.
2309
2310 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2311 the full definition in loaddefs, rather than duplicating it.
2312
2313 * help-macro.el (three-step-help): No need to autoload defcustom.
2314
2315 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2316 (inferior-lisp-program, inferior-lisp-load-command)
2317 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2318 No need to autoload defcustoms.
2319
2320 * hippie-exp.el (hippie-expand-try-functions-list)
2321 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2322 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2323 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2324 (hippie-expand-only-buffers): No need to autoload defcustoms.
2325 * progmodes/vhdl-mode.el (vhdl-line-expand):
2326 Explicitly load hippie-exp, so it does not get autoloaded
2327 while hippie-expand-try-functions-list is let-bound.
2328
2329 2012-09-28 Glenn Morris <rgm@gnu.org>
2330
2331 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2332
2333 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2334 Only "cl.el" counts as cl these days.
2335
2336 2012-09-28 Juri Linkov <juri@jurta.org>
2337
2338 Display archive errors in the echo area instead of inserting
2339 to the file buffer.
2340
2341 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2342 to STDERR-TEST that can be a regexp matching a successful output.
2343 Create a temporary file and redirect stderr to it. Search for
2344 STDERR-TEST in the stderr output and display it in the echo area
2345 if no match is found.
2346 (archive-extract-by-file): New function like
2347 `archive-extract-by-stdout' but extracting archives to files
2348 and looking for successful matches in stdout. Function body is
2349 mostly copied from `archive-rar-extract'.
2350 (archive-rar-extract): Use `archive-extract-by-file'.
2351 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2352
2353 2012-09-28 Leo Liu <sdl.web@gmail.com>
2354
2355 * pcomplete.el (pcomplete-show-completions):
2356 Use minibuffer-message to make pcomplete usable in minibuffer.
2357
2358 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2359
2360 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * type-break.el: Use lexical-binding.
2363 (type-break-mode): Use define-minor-mode.
2364
2365 * emacs-lisp/pcase.el (pcase--mark-used): New.
2366 (pcase--u1): Use it (bug#12512).
2367
2368 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2369 in load-history with the right file name.
2370
2371 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2372
2373 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2374 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2375 (doc-view-get-bounding-box): Make bounding box slicing work for
2376 ODF and DVI documents.
2377
2378 2012-09-28 Glenn Morris <rgm@gnu.org>
2379
2380 * type-break.el (type-break-mode, type-break-interval)
2381 (type-break-good-rest-interval, type-break-keystroke-threshold):
2382 No need to autoload.
2383 (type-break-good-rest-interval, type-break-keystroke-threshold):
2384 Add :set-after.
2385
2386 2012-09-28 Chong Yidong <cyd@gnu.org>
2387
2388 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2389 Add :version tag.
2390
2391 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2392
2393 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2394
2395 2012-09-27 Glenn Morris <rgm@gnu.org>
2396
2397 * faces.el (x-display-name): Declare (for without-x builds).
2398
2399 * linum.el (linum-format): Don't autoload it. Improve :type.
2400
2401 * progmodes/tcl.el: Don't require outline when compiling.
2402 (outline-regexp, outline-level): Declare.
2403 * textmodes/sgml-mode.el: Don't require outline when compiling.
2404 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2405
2406 * term.el (term-ansi-reset):
2407 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2408
2409 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2410 files for RCS and SCCS. (Bug#9781)
2411
2412 2012-09-27 Chong Yidong <cyd@gnu.org>
2413
2414 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2415 change; value should be t.
2416
2417 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * image-mode.el: Use lexical-binding.
2420 (image-mode-winprops): Use t to stand for the window of
2421 a buffer that's not displayed.
2422 * doc-view.el (doc-view-new-window-function): Handle the new
2423 t in winprops.
2424 (doc-view-enlarge): Make it a real nop if the size is not changed.
2425 (doc-view-display): Handle the case where the buffer is not (yet?)
2426 displayed in any window.
2427 (doc-view-saved-settings): New var.
2428 (doc-view-mode): Use it.
2429 (doc-view-fallback-mode): Set it.
2430
2431 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2432 Set lexical-binding.
2433 (minibuffer-eldef-shorten-default): New var.
2434 (minibuffer-default-in-prompt-regexps): Use it for new default.
2435 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2436
2437 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * international/uni-bidi.el:
2440 * international/uni-category.el:
2441 * international/uni-name.el:
2442 * international/uni-numeric.el: Regenerate.
2443
2444 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2445 Stefan Monnier <monnier@iro.umontreal.ca>
2446
2447 * profiler.el: New file.
2448
2449 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2452 (testcover-reinstrument): Simplify with CSE.
2453
2454 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2455
2456 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2457
2458 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2459
2460 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2461 (verilog-auto-input, verilog-auto-insert-lisp)
2462 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2463 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2464 (verilog-auto-unused, verilog-auto-wire)
2465 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2466 newline. Reported by Andrew Jones.
2467 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2468 Reported by Brad Dobbie.
2469 (verilog-batch-delete-trailing-whitespace):
2470 Create verilog-batch-delete-trailing-whitespace.
2471 Reported by Brad Dobbie.
2472 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2473 parameters from another module. Reported by Dan Katz.
2474 (verilog-auto, verilog-auto-assign-modport)
2475 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2476 AUTOINOUTMODPORT for UVM interface module shell generation.
2477 Reported by Brad Dobbie.
2478 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2479 standard behavior.
2480 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2481 Reported by Matt Martin.
2482
2483 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2484
2485 * window.el (window--resize-child-windows): When resizing child
2486 windows proportionally, process them in reverse order to
2487 preserve the "when splitting a window the new one gets the odd
2488 line" behavior.
2489 (window--resize-root-window-vertically): When resizing the
2490 minibuffer window try to affect only windows at the bottom of the
2491 frame. (Bug#12419)
2492
2493 2012-09-25 Chong Yidong <cyd@gnu.org>
2494
2495 * subr.el (declare): Doc fix.
2496
2497 * help-fns.el (help-fns--obsolete): Handle macros properly.
2498
2499 2012-09-25 Chong Yidong <cyd@gnu.org>
2500
2501 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2502 this function obsolete.
2503
2504 * calendar/cal-x.el (calendar-two-frame-setup)
2505 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2506 * calendar/calendar.el (american-calendar, european-calendar)
2507 (calendar-for-loop):
2508 * comint.el (comint-dynamic-simple-complete)
2509 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2510 * desktop.el (desktop-load-default):
2511 * dired-x.el (dired-omit-here-always)
2512 (dired-hack-local-variables, dired-default-directory):
2513 * emacs-lisp/derived.el (derived-mode-class):
2514 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2515 * emacs-lock.el (toggle-emacs-lock):
2516 * epa.el (epa-display-verify-result):
2517 * epg.el (epg-sign-keys, epg-start-sign-keys)
2518 (epg-passphrase-callback-function):
2519 * eshell/esh-util.el (eshell-for):
2520 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2521 (eshell-add-to-window-buffer-names):
2522 * files.el (locate-file-completion):
2523 * imenu.el (imenu-example--create-c-index)
2524 (imenu-example--create-lisp-index)
2525 (imenu-example--lisp-extract-index-name)
2526 (imenu-example--name-and-position):
2527 * international/mule-cmds.el (princ-list):
2528 * international/mule-diag.el (decode-codepage-char):
2529 * international/mule-util.el (detect-coding-with-priority):
2530 * iswitchb.el (iswitchb-read-buffer):
2531 * mail/mailalias.el (mail-complete):
2532 * mail/sendmail.el (mail-sent-via):
2533 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2534 (mouse-major-mode-menu):
2535 * password-cache.el (password-read-and-add):
2536 * pcomplete.el (pcomplete-parse-comint-arguments):
2537 * progmodes/sh-script.el (sh-maybe-here-document):
2538 * replace.el (query-replace-regexp-eval):
2539 * savehist.el (savehist-load):
2540 * simple.el (choose-completion-delete-max-match):
2541 * term.el (term-dynamic-simple-complete):
2542 * vc/ediff-init.el (ediff-check-version):
2543 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2544 * vc/vc.el (vc-diff-switches-list):
2545 * view.el (view-return-to-alist-update): Likewise.
2546
2547 * subr.el (eval-next-after-load, makehash, insert-string)
2548 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2549 mark obsolete.
2550 (mode-line-inverse-video): Variable deleted.
2551
2552 * international/mule-util.el (string-to-sequence): Remove.
2553
2554 * calendar/calendar.el (calendar-version):
2555 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2556 (icalendar-convert-diary-to-ical):
2557 * cus-edit.el (custom-mode):
2558 * ansi-color.el (ansi-color-unfontify-region):
2559 * international/latin1-disp.el (latin1-char-displayable-p):
2560 * progmodes/cwarn.el (turn-on-cwarn-mode):
2561 * progmodes/which-func.el (which-func-update-1):
2562 Use define-obsolete-function-alias.
2563
2564 * net/newst-backend.el (newsticker-cache-filename):
2565 * net/newst-treeview.el (newsticker-groups-filename):
2566 Fix incorrect obsolescence declaration.
2567
2568 * allout.el (allout-passphrase-hint-string): Likewise.
2569 (allout-init): Use a declare form to mark obsolete.
2570
2571 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2572 this applies to functions.
2573
2574 * iswitchb.el (iswitchb-read-buffer): Move code of
2575 iswitchb-define-mode-map here, and delete that obsolete function.
2576
2577 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2578 font-lock-reference-face.
2579
2580 2012-09-25 Glenn Morris <rgm@gnu.org>
2581
2582 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2583 Doc fixes.
2584
2585 * eshell/em-term.el (eshell-term-name):
2586 Default to term-term-name. (Bug#12485)
2587
2588 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2589
2590 * progmodes/python.el (python-shell-send-buffer): Better handling
2591 of "if __name__ == '__main__':" conditionals when sending the buffer.
2592
2593 2012-09-24 Glenn Morris <rgm@gnu.org>
2594
2595 * eshell/esh-cmd.el (eshell-find-alias-function):
2596 Tighten up file-name regexp. (Bug#12499)
2597
2598 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2599
2600 Enhancements for triple-quote string syntax.
2601 * progmodes/python.el (python-quote-syntax): Remove.
2602 (python-syntax-propertize-function): New value.
2603 (python-syntax-count-quotes, python-syntax-stringify):
2604 New functions.
2605
2606 2012-09-24 Chong Yidong <cyd@gnu.org>
2607
2608 * mail/supercite.el (sc-version): Remove obsolete function.
2609 (sc-describe): Don't mark as obsolete, since it is bound.
2610 (sc-submit-bug-report): Remove.
2611
2612 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2613 (cvs-commit-buffer-require-final-newline): Remove.
2614 (log-edit-require-final-newline)
2615 (log-edit-changelog-full-paragraphs): Default to t.
2616
2617 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2618 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2619 * vc/vc.el (vc-checkout-carefully): Likewise.
2620
2621 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2622 (emerge-version): Remove.
2623
2624 * progmodes/compile.el (compile-internal): Remove.
2625 (compilation-parse-errors-function): Fix typo.
2626
2627 * international/mule.el (set-char-table-default): Remove.
2628 (set-coding-priority, make-coding-system, generic-char-p)
2629 (charset-list, charset-bytes, charset-id): Use declare to mark
2630 functions as obsolete.
2631
2632 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2633 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2634 * vc/vc-hooks.el (vc-default-registered): Don't use
2635 vc-master-templates.
2636
2637 * font-lock.el (font-lock-reference-face):
2638 Use define-obsolete-variable-alias.
2639
2640 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2641 * calendar/calendar.el (calendar-font-lock-keywords):
2642 * calendar/diary-lib.el (diary-font-lock-keywords)
2643 (diary-fancy-font-lock-keywords):
2644 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2645 * textmodes/reftex-index.el (reftex-insert-index):
2646 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2647 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2648 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2649 * progmodes/prolog.el (prolog-font-lock-keywords):
2650 * progmodes/idlwave.el (idlwave-idl-keywords):
2651 * progmodes/ada-mode.el (ada-font-lock-keywords):
2652 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2653
2654 2012-09-24 Glenn Morris <rgm@gnu.org>
2655
2656 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2657
2658 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2659
2660 * progmodes/python.el (python-indent-line): More consistent cursor
2661 movement behavior.
2662
2663 2012-09-23 Stefan Merten <smerten@oekonux.de>
2664
2665 * textmodes/rst.el: Fix compiler warning.
2666
2667 2012-09-23 Roland Winkler <winkler@gnu.org>
2668
2669 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2670 Transcribe also LaTeX hyphenation.
2671 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2672 bibtex-reformat-previous-options.
2673
2674 2012-09-23 Roland Winkler <winkler@gnu.org>
2675
2676 * proced.el (proced-renice-command): New variable.
2677 (proced-marked-processes): New function.
2678 (proced-with-processes-buffer): New macro.
2679 (proced-send-signal): Use them.
2680 (proced-renice): New command bound to r.
2681
2682 2012-09-23 Roland Winkler <winkler@gnu.org>
2683
2684 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2685 ibuffer-saved-filter-groups has one element, shortcut the call of
2686 completing-read. (Bug#12331)
2687
2688 2012-09-23 Chong Yidong <cyd@gnu.org>
2689
2690 * bindings.el (mode-line-toggle-read-only):
2691 * bs.el (bs-toggle-readonly):
2692 * buff-menu.el (Buffer-menu-toggle-read-only):
2693 * dired.el (dired-toggle-read-only):
2694 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2695
2696 2012-09-23 Chong Yidong <cyd@gnu.org>
2697
2698 * image.el (image-type-available-p): Adapt to init-image-library
2699 argument changes.
2700
2701 2012-09-22 Juri Linkov <juri@jurta.org>
2702
2703 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2704 `dired-toggle-read-only'. (Bug#12462)
2705
2706 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2707
2708 * subr.el (temp-output-buffer-show): New function.
2709 (with-output-to-temp-buffer): Call temp-output-buffer-show
2710 instead of internal-temp-output-buffer-show.
2711
2712 2012-09-22 Chong Yidong <cyd@gnu.org>
2713
2714 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2715 (Bug#12462).
2716
2717 * repeat.el (repeat): Doc fix (Bug#12348).
2718
2719 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2720 (Bug#10909).
2721
2722 * simple.el (shell-command-on-region): Doc fix.
2723 (read-only-mode): Doc fix.
2724
2725 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2726
2727 * emacs-lisp/timer.el (run-with-idle-timer)
2728 (timer-activate-when-idle): Warn against reinvoking an idle timer
2729 from within its own timer action. (Bug#12447)
2730
2731 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2732
2733 * cus-start.el (window-combination-limit): Add new optional
2734 values.
2735 * window.el (temp-buffer-window-show)
2736 (window--try-to-split-window): Handle new values of
2737 window-combination-limit (Bug#1806).
2738 (split-window): Test window-combination-limit for t instead of
2739 non-nil.
2740 (display-buffer-at-bottom): New buffer display action function.
2741 * help.el (temp-buffer-resize-regexps): New option.
2742 (temp-buffer-resize-mode): Rewrite doc-string.
2743 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2744 Don't resize reused window. Suggested by Glenn Morris.
2745
2746 2012-09-22 Stefan Merten <smerten@oekonux.de>
2747
2748 * textmodes/rst.el: Revamp section title faces.
2749 (rst-official-version)
2750 (rst-package-emacs-version-alist): Sync with official version
2751 V1.4.0.
2752 (rst-faces-defaults, rst-set-level-default)
2753 (rst-level-face-max, rst-level-face-base-color)
2754 (rst-level-face-base-light, rst-level-face-format-light)
2755 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2756 (rst-adornment-faces-alist): Match new setup.
2757 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2758 (rst-level-5, rst-level-6): New faces.
2759
2760 2012-09-22 Chong Yidong <cyd@gnu.org>
2761
2762 * simple.el (undo): Handle indirect buffers (Bug#8207).
2763
2764 2012-09-21 Leo Liu <sdl.web@gmail.com>
2765
2766 IDO: Disable match re-ordering for buffer switching.
2767 * ido.el (ido-buffer-disable-smart-matches): New variable.
2768 (ido-set-matches-1): Use it. (Bug#2042)
2769
2770 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2771
2772 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2773 Fix 2011-05-17 change. (Bug#12418)
2774
2775 2012-09-21 Leo Liu <sdl.web@gmail.com>
2776
2777 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2778
2779 2012-09-21 Glenn Morris <rgm@gnu.org>
2780
2781 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2782 Be more robust about locating simple.el.
2783
2784 2012-09-21 Glenn Morris <rgm@gnu.org>
2785
2786 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2787
2788 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2789
2790 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2791
2792 2012-09-20 Juri Linkov <juri@jurta.org>
2793
2794 * replace.el (query-replace-read-from): Use `read-regexp' instead
2795 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2796 (occur-read-primary-args): Use `read-regexp' instead of
2797 `read-string'.
2798 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2799 `read-from-minibuffer'.
2800 * isearch.el (isearch-occur): Use `read-regexp' instead of
2801 `read-string'.
2802 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2803 `read-from-minibuffer'.
2804 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2805 of `read-string'. (Bug#7567)
2806
2807 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2808 and allow accepting a list of strings prepended to a list of
2809 standard default values. Doc fix. (Bug#12321)
2810
2811 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2812
2813 * replace.el (read-regexp): Don't add ": " when PROMPT already
2814 ends with a colon and space. (Bug#12321)
2815
2816 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2817
2818 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2819 error.
2820
2821 2012-09-20 Stefan Merten <smerten@oekonux.de>
2822
2823 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2824 Fixes feature request bug#11711.
2825 (rst-mode): Create `imenu-create-index-function'.
2826 (rst-get-stripped-line): Delete after refactoring.
2827 (rst-section-tree, rst-section-tree-rec)
2828 (rst-section-tree-point): Refactor and document properly.
2829 (rst-imenu-find-adornments-for-position)
2830 (rst-imenu-convert-cell, rst-imenu-create-index):
2831 New function.
2832
2833 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2836 (macroexp--expand-all): Use it.
2837 (macroexp--funcall-and-return): Remove by folding it into its sole
2838 caller (macroexp--warn-and-return).
2839 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2840 Use macroexp--obsolete-warning.
2841
2842 * calc/calc.el: Fix last change by removing the whole chunk, since it
2843 was only needed back when Calc was not bundled.
2844
2845 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2846
2847 * emacs-lisp/debug.el (debug): Restore assignment to
2848 debugger-old-buffer removed on 2012-09-08.
2849
2850 2012-09-20 Juri Linkov <juri@jurta.org>
2851
2852 * dired-aux.el (dired-diff): Remove (require 'diff) since
2853 `diff-latest-backup-file' is now autoloaded.
2854
2855 2012-09-20 Chong Yidong <cyd@gnu.org>
2856
2857 * vc/diff.el (diff-latest-backup-file): Autoload.
2858
2859 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * calc/calc.el: Remove redundant autoload shape check.
2862 (sel-mode): Don't defvar.
2863 (calc-get-stack-element): Add `sel-mode' arg instead.
2864 (calc-top, calc-top-list): Pass it this additional argument.
2865 * calc/calc-store.el (calc-store-map):
2866 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2867 (calc-map-equation, calc-outer-product, calc-inner-product):
2868 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2869
2870 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2871
2872 2012-09-19 Juri Linkov <juri@jurta.org>
2873
2874 * dired-aux.el (dired-diff): Add (require 'diff) because
2875 `diff-latest-backup-file' is not autoloaded.
2876 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2877 of `dired-get-filename' to t to not report error when there is
2878 no default file on the current line.
2879
2880 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2883 macroexp--eval-if-compile.
2884 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2885 (macroexp--expand-all): Use them (bug#12371).
2886
2887 * doc-view.el (doc-view-guess-paper-size)
2888 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2889
2890 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2891
2892 New feature: set optimal slice from BoundingBox information.
2893 * doc-view.el (doc-view-mode-map): Add keybinding.
2894 (doc-view-menu): Add menu entry.
2895 (doc-view-set-slice): Adapt docstring.
2896 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2897 (doc-view-scale-bounding-box)
2898 (doc-view-set-slice-from-bounding-box): New functions.
2899 (doc-view-paper-sizes): New defvar.
2900
2901 2012-09-19 Glenn Morris <rgm@gnu.org>
2902
2903 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2904 (byte-compile-log-warning): Autoload. (Bug#12371)
2905
2906 * calendar/calendar.el (calendar-american-month-header)
2907 (calendar-european-month-header, calendar-iso-month-header)
2908 (calendar-month-header): New options.
2909 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2910 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2911
2912 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2913
2914 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2915
2916 2012-09-18 Juri Linkov <juri@jurta.org>
2917
2918 * dired-aux.el (dired-diff): Restore original functionality of
2919 getting the default value, but keep new feature of using the
2920 latest existing backup file (`diff-latest-backup-file').
2921
2922 2012-09-18 Juri Linkov <juri@jurta.org>
2923
2924 * dired.el (dired-mark): If the region is active in Transient Mark
2925 mode, mark all files in the active region. Doc fix.
2926 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2927 Doc fix. (Bug#10624)
2928
2929 2012-09-18 Juri Linkov <juri@jurta.org>
2930
2931 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2932 attributes for M-n are pulled from the file at point.
2933 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2934 Suggested by Drew Adams. (Bug#10624)
2935
2936 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2937
2938 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2939 whitespace after "end".
2940 (ruby-do-end-to-brace): Collapse block to one line if it fits
2941 within fill-column.
2942
2943 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2944
2945 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2946 value.
2947 (debug): Don't remove debugger window when debugger is expected
2948 to be back.
2949
2950 2012-09-18 Chong Yidong <cyd@gnu.org>
2951
2952 * custom.el (defface): Doc fix.
2953
2954 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2955
2956 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2957
2958 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2959 to initialize query-on-exit; then test that instead (bug#12288).
2960
2961 2012-09-17 Stefan Merten <smerten@oekonux.de>
2962
2963 * textmodes/rst.el: Add support for `testcover'.
2964 (rst-defcustom-testcover, rst-testcover-add-compose)
2965 (rst-testcover-add-1value): New functions.
2966 (rst-portable-mark-active-p): Replace by `use-region-p'.
2967 (rst-update-section, rst-classify-adornment)
2968 (rst-find-title-line): Mark `1value' forms.
2969 (rst-classify-adornment): Remove superfluous form.
2970 (rst-update-section, rst-get-adornments-around)
2971 (rst-adornment-complete-p, rst-get-next-adornment)
2972 (rst-adjust, rst-promote-region)
2973 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2974 (rst-find-pfx-in-region, rst-section-tree-rec)
2975 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2976 (rst-toc-node, rst-toc, rst-forward-section)
2977 (rst-iterate-leftmost-paragraphs)
2978 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2979 (rst-bullet-list-region)
2980 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2981 (rst-compile-find-conf, rst-compile)
2982 (rst-repeat-last-character): Fix style.
2983
2984 2012-09-17 Chong Yidong <cyd@gnu.org>
2985
2986 * comint.el (comint--complete-file-name-data): Don't add a space
2987 if the status is `sole'; that adds a gratuitous space in the
2988 completion-cycling case (Bug#12092).
2989
2990 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2991
2992 2012-09-17 Richard Stallman <rms@gnu.org>
2993
2994 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2995 only in the mime-shown mode, not in raw mode.
2996 (rmail-mime): Toggle off mime by displaying the message without
2997 mime processing. (Bug#12305)
2998
2999 * mail/rmail.el (rmail-retry-failure):
3000 Turn off mime processing first. (Bug#12037)
3001
3002 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
3003
3004 2012-09-17 Chong Yidong <cyd@gnu.org>
3005
3006 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
3007 (shell-dynamic-complete-functions): Convert to defcustom.
3008 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
3009
3010 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
3011 * comint.el (comint-prompt-read-only):
3012 * custom.el (defcustom):
3013 * hi-lock.el (hi-lock-mode):
3014 * ibuffer.el (ibuffer-formats):
3015 * ielm.el (ielm-prompt-read-only):
3016 * novice.el (disable-command):
3017 * saveplace.el (toggle-save-place):
3018 * speedbar.el (speedbar-supported-extension-expressions):
3019 * startup.el (auto-save-list-file-prefix, init-file-user)
3020 (after-init-hook, inhibit-startup-echo-area-message):
3021 * strokes.el (strokes-help):
3022 * time-stamp.el (time-stamp):
3023 * calendar/calendar.el (calendar, diary-file):
3024 * calendar/diary-lib.el (diary-mail-entries, diary)
3025 (diary-list-entries-hook):
3026 * calendar/holidays.el (holidays, calendar-holidays):
3027 * calendar/lunar.el (lunar-phases):
3028 * calendar/solar.el (sunrise-sunset):
3029 * emulation/edt.el (edt-load-keys):
3030 * emulation/viper.el (viper-mode):
3031 * eshell/em-alias.el (eshell-command-aliases-list):
3032 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3033 * international/ogonek.el (ogonek-information):
3034 * net/tramp-cmds.el (tramp-bug):
3035 * net/quickurl.el (quickurl-reread-hook-postfix):
3036 * play/decipher.el (decipher-font-lock-keywords):
3037 * progmodes/cc-styles.el (c-set-style):
3038 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3039 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3040 * progmodes/octave-mod.el (octave-mode):
3041 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3042 * progmodes/verilog-mode.el (verilog-read-defines):
3043 * textmodes/two-column.el (2C-mode): Likewise.
3044
3045 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3046
3047 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3048 that holds many addresses.
3049
3050 2012-09-16 Chong Yidong <cyd@gnu.org>
3051
3052 * align.el (align-areas): Call the indication function with
3053 positions instead of markers for arguments (Bug#12343).
3054
3055 * files.el (parse-colon-path): Use split-string (Bug#12351).
3056
3057 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3058 (display-buffer-function): Mark as obsolete.
3059
3060 * progmodes/compile.el (compilation-parse-errors): Accept list
3061 values similar to font-lock-keywords (Bug#12136).
3062 Suggested by Oleksandr Manzyuk.
3063 (compilation-error-regexp-alist): Doc fix.
3064
3065 2012-09-15 Glenn Morris <rgm@gnu.org>
3066
3067 * version.el (emacs-bzr-version-bzr): New function.
3068 (emacs-bzr-get-version): Add optional EXTERNAL argument.
3069
3070 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3071 checkouts, check the parent dirstate matches the branch.
3072 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
3073 empty string.
3074
3075 * version.el (emacs-bzr-version): Doc fix.
3076 (emacs-bzr-version-dirstate): New function.
3077 (emacs-bzr-get-version): For lightweight checkouts, if the parent
3078 is local try and check that it matches the branch. If not, just
3079 use dirstate information. (Bug#12441)
3080
3081 2012-09-14 Juri Linkov <juri@jurta.org>
3082
3083 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3084 (Bug#12399)
3085
3086 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3089
3090 * emacs-lisp/edebug.el: Miscellaneous cleanup.
3091 Remove obsolete byte-compiler hack that tried to silence some warnings.
3092 (edebug-submit-bug-report): Remove.
3093 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3094 Remove aliases, use the un-prefixed name instead.
3095 (edebug-pop-to-buffer): Consider other frames.
3096 (edebug-original-read):: Make it more obvious that it's always defined.
3097 (edebug--make-form-data-entry, edebug--form-data-name)
3098 (edebug--form-data-begin, edebug--form-data-end): Rename from the
3099 single-dashed name, and implement with cl-defstruct.
3100 (edebug-set-form-data-entry): Use the standard accessors.
3101 (edebug-make-top-form-data-entry): Use push.
3102 (edebug-no-match): Drop useless `funcall'.
3103 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3104 to functions.
3105 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3106 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
3107 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
3108 (easy-menu-define, with-custom-print): Remove redundant specs.
3109 (edebug-outside-overriding-local-map)
3110 (edebug-outside-overriding-terminal-local-map): Remove, unused.
3111 (edebug--display): Bind unread-command-events directly to nil rather
3112 than binding it to unread-command-events and later setting it to nil.
3113 (edebug--display): Kill edebug-eval-buffer here...
3114 (edebug--recursive-edit): ...rather than here.
3115 Bind standard-output and standard-input.
3116 (edebug-eval): Check cl-macroexpand-all is fboundp.
3117 (edebug-temp-display-freq-count): Fix last change.
3118
3119 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
3120 * subr.el (noreturn, 1value): Add `debug' spec.
3121 * emacs-lisp/advice.el: Require cl-lib.
3122 (ad-copy-tree): Remove, use copy-tree instead.
3123 (ad-dolist): Remove use dolist or cl-dolist instead.
3124 (ad-do-return): Remove, use cl-return instead.
3125 (defadvice): Add `debug' spec.
3126
3127 2012-09-13 Juri Linkov <juri@jurta.org>
3128
3129 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
3130 (Bug#12399)
3131
3132 2012-09-13 Glenn Morris <rgm@gnu.org>
3133
3134 * calc/calc.el (math-compose-expr):
3135 * calc/calc-ext.el (math-compose-expr):
3136 * progmodes/cc-defs.el (cl-macroexpand-all):
3137 * progmodes/cc-langs.el (delete-duplicates, mapcan)
3138 (cl-macroexpand-all): Update declarations.
3139
3140 * vc/vc.el: No need to require ediff.
3141 (ediff-load-version-control): Declare.
3142 (ediff-vc-internal): Fix declaration.
3143 (vc-version-ediff): Require ediff.
3144
3145 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3146
3147 Use a more backwards-compatible timer format (Bug#12430).
3148 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
3149 being right after USECS, as that better supports old code that
3150 inadvisedly looked directly at the timer vector.
3151
3152 2012-09-13 Kenichi Handa <handa@gnu.org>
3153
3154 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3155 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
3156 `coding-priority' property of these language environment.
3157
3158 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3159
3160 Fix glitches caused by addition of psec to timers (Bug#12430).
3161 * image.el (image-animate-timer):
3162 * time.el (display-time-world-timer):
3163 Use timer--function and timer--args rather than raw access to
3164 timer vector.
3165
3166 2012-09-13 Glenn Morris <rgm@gnu.org>
3167
3168 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3169 If not compiling a file, try using load-file-name.
3170
3171 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3174 Fix last change.
3175 (edebug-update-eval-list): Use `push'.
3176
3177 * emacs-lisp/edebug.el: Use lexical-binding.
3178 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3179 Mark unused args with underscore.
3180 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3181 (edebug-form-data): Use defvar-local.
3182 (edebug-make-before-and-after-form, edebug-make-after-form):
3183 Use backquote.
3184 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3185 Not dynamically scoped any more.
3186 (edebug--enter-trace): Add arguments `function' and `args'.
3187 Rename from edebug-enter-trace.
3188 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3189 (edebug--update-coverage): Add `after-index' and `value' args.
3190 Rename from edebug-update-coverage.
3191 (edebug-slow-after): Call it accordingly.
3192 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3193 edebug-recursive-edit.
3194 (edebug--display): Call it accordingly. Add args `value',
3195 `offset-index', and `arg-mode'. Rename from edebug-display.
3196 (edebug-debugger, edebug): Call it accordingly.
3197 (edebug-eval-display-list): Use dolist.
3198
3199 2012-09-12 Juri Linkov <juri@jurta.org>
3200
3201 * info.el (Info-search): Don't check for isearch-mode and
3202 isearch-regexp before let-binding search-spaces-regexp to
3203 Info-search-whitespace-regexp.
3204 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3205 search-whitespace-regexp if isearch-lax-whitespace or
3206 isearch-regexp-lax-whitespace is non-nil.
3207 (Info-mode): Don't set local variable search-whitespace-regexp.
3208 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3209
3210 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3211
3212 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3213 (debugger-env-macro): Remove support for unread-command-char.
3214
3215 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3216 the temporary map re-appearing on emulation-mode-map-alists.
3217
3218 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3219 since 22.1.
3220
3221 * ehelp.el (with-electric-help): Accept functions in
3222 electric-help-form-to-execute.
3223 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3224 And replace unread-command-char -> unread-command-events.
3225
3226 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
3227
3228 Sync with Tramp 2.2.6.
3229
3230 * net/tramp.el (tramp-accept-process-output): Don't use
3231 JUST-THIS-ONE in the XEmacs case.
3232
3233 * net/trampver.el: Update release number.
3234
3235 2012-09-12 Martin Rudalics <rudalics@gmx.at>
3236
3237 * emacs-lisp/debug.el (debugger-previous-window-height):
3238 New variable.
3239 (debug): When debugger-jumping-flag is non-nil try to restore
3240 height of debugger window. (Bug#8789)
3241
3242 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3245 overriding-local-map and pre/post-command-hook here.
3246 (edebug-recursive-edit): Do it here instead (bug#12345).
3247 (edebug-outside-unread-command-char): Remove all uses of
3248 unread-command-char.
3249
3250 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3251 inhibit-debugger is bound instead.
3252
3253 2012-09-11 Bastien Guerry <bzg@gnu.org>
3254
3255 * subr.el (set-temporary-overlay-map): Add a docstring.
3256 (Bug#12346)
3257
3258 2012-09-11 Bastien Guerry <bzg@gnu.org>
3259
3260 * minibuffer.el (completion-table-subvert): Fix docstring.
3261 (Bug#12347)
3262
3263 2012-09-11 Bastien Guerry <bzg@gnu.org>
3264
3265 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
3266
3267 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3268
3269 * progmodes/sql.el: Version 3.1
3270 (sql-db2-escape-newlines): New variable.
3271 (sql-escape-newlines-filter): Use it.
3272
3273 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
3274
3275 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3276
3277 2012-09-10 Dan Nicolaescu <dann@gnu.org>
3278
3279 * vc/diff-mode.el (diff-mode-menu):
3280 Bind diff-remove-trailing-whitespace.
3281
3282 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3285 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3286 (emacs-lisp-byte-code-mode): New functions.
3287 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3288 (eval-defun-2): Remove bogus interactive spec.
3289 (lisp-indent-line): Remove redundant whole-exp code, now done in
3290 indent-according-to-mode.
3291 (save-match-data): Remove redundant indent data.
3292
3293 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3294 Use `declare'.
3295
3296 2012-09-09 Juri Linkov <juri@jurta.org>
3297
3298 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3299 (replace-lax-whitespace, query-replace-regexp)
3300 (query-replace-regexp-eval, replace-regexp): Doc fix.
3301 (perform-replace, replace-highlight): Let-bind
3302 isearch-lax-whitespace to replace-lax-whitespace and
3303 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3304
3305 * isearch.el (isearch-query-replace): Let-bind
3306 replace-lax-whitespace to isearch-lax-whitespace and
3307 replace-regexp-lax-whitespace to
3308 isearch-regexp-lax-whitespace. (Bug#10885)
3309
3310 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3313
3314 2012-09-09 Alan Mackenzie <acm@muc.de>
3315
3316 * progmodes/cc-engine.el (c-state-cache-init):
3317 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3318 (c-record-parse-state-state):
3319 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3320
3321 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3322
3323 * register.el (register-separator): Rename from
3324 separator-register. All uses changed. Doc fix.
3325 (register): Fix version.
3326
3327 2012-09-09 Chong Yidong <cyd@gnu.org>
3328
3329 * replace.el (query-replace-map): Bind four new symbols for
3330 requesting window scrolling.
3331
3332 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3333 query-replace-map (Bug#8948).
3334
3335 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3336
3337 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3338 since they are now in query-replace-map.
3339
3340 * window.el (scroll-other-window-down): Make the arg optional.
3341
3342 2012-09-09 Chong Yidong <cyd@gnu.org>
3343
3344 * files.el (hack-local-variables-confirm): Use quit-window to kill
3345 the *Local Variables* buffer.
3346
3347 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3348
3349 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3350 not just expect to be at its beginning. Adjust callees.
3351 Succeed when do-end block has no space before the pipe character.
3352 (ruby-brace-to-do-end): When the original block is one-liner,
3353 convert to multiline. Reindent the result.
3354
3355 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3356
3357 * register.el (register): New group.
3358 (separator-register): New user option.
3359 (increment-register): Route it to `append-to-register', if
3360 register contains text. Implication is that `C-x r +' can now be
3361 used for appending to a text register (bug#12217).
3362 (append-to-register, prepend-to-register): Add separator based on
3363 `separator-register'.
3364
3365 2012-09-08 Alan Mackenzie <acm@muc.de>
3366
3367 AWK Mode: make auto-newline work when there's "==" in the pattern.
3368 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3369 correctly.
3370 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3371 Test more rigorously for "=" token.
3372
3373 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3374
3375 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3376 Only fail when reached LIMIT.
3377
3378 2012-09-08 Chong Yidong <cyd@gnu.org>
3379
3380 * dired.el (dired-mode-map): Don't bind M-=.
3381
3382 * dired-aux.el (dired-diff): Use backup file as default.
3383
3384 2012-09-08 Drew Adams <drew.adams@oracle.com>
3385
3386 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3387
3388 2012-09-08 Chong Yidong <cyd@gnu.org>
3389
3390 * subr.el (syntax-after, syntax-class): Doc fix.
3391
3392 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3393
3394 * window.el (display-buffer-in-previous-window): New buffer
3395 display action function.
3396
3397 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3398 (debugger-previous-window): New variable.
3399 (debug): Rewrite using display-buffer-in-previous-window,
3400 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3401
3402 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3405
3406 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3407
3408 * progmodes/python.el (python-shell-send-string):
3409 When default-directory is remote, create temp file on remote
3410 filesystem.
3411 (python-shell-send-file): When file is remote, pass local view of
3412 file paths to remote Python interpreter. (Bug#12340)
3413
3414 2012-09-07 Chong Yidong <cyd@gnu.org>
3415
3416 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3417
3418 * files.el (after-find-file): Don't fail on a read-only buffer if
3419 require-final-newline is `visit' or `visit-save' (Bug#11156).
3420
3421 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3422
3423 * userlock.el (ask-user-about-supersession-threat):
3424 Use read-char-choice (Bug#12093).
3425
3426 2012-09-07 Chong Yidong <cyd@gnu.org>
3427
3428 * subr.el (buffer-narrowed-p): New function.
3429
3430 * ses.el (ses-widen):
3431 * simple.el (count-words--buffer-message):
3432 * net/browse-url.el (browse-url-of-buffer): Use it.
3433
3434 * simple.el (count-words-region): Don't signal an error if there
3435 is a non-nil prefix arg and the mark is not set.
3436
3437 * help.el (describe-key-briefly): Allow the message to be seen
3438 when invoked from the minibuffer (Bug#7014).
3439
3440 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3441
3442 * progmodes/ruby-mode.el (ruby-end-of-defun)
3443 (ruby-beginning-of-defun): Simplify, allow indentation before
3444 block beginning and end keywords.
3445 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3446 (ruby-end-of-defun): Expect that the point is at the beginning of
3447 the defun.
3448
3449 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3452 (bug#12367).
3453 (cl--make-usage-args): Strip _ from argument names.
3454
3455 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3456
3457 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3458 obsolete alias speedbar-key-map.
3459 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3460 (vhdl-index-menu-init): Don't use obsolete variable
3461 font-lock-maximum-size.
3462
3463 2012-09-06 Chong Yidong <cyd@gnu.org>
3464
3465 * frame.el (window-system-version): Mark as obsolete.
3466
3467 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3468 of obsolete variable speedbar-key-map.
3469
3470 2012-09-06 Juri Linkov <juri@jurta.org>
3471
3472 * replace.el (replace-lax-whitespace): New defcustom.
3473 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3474 (replace-string, replace-regexp): Mention it in docstrings.
3475 (perform-replace, replace-highlight): Let-bind
3476 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3477 to the values of replace-lax-whitespace and regexp-flag.
3478 Don't let-bind search-whitespace-regexp. (Bug#10885)
3479
3480 * isearch.el (isearch-query-replace): Let-bind
3481 replace-lax-whitespace instead of let-binding
3482 replace-search-function and replace-re-search-function.
3483 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3484 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3485 (isearch-toggle-symbol): Set isearch-regexp to nil
3486 in isearch-word mode (like in isearch-toggle-word).
3487
3488 2012-09-06 Juri Linkov <juri@jurta.org>
3489
3490 * replace.el (replace-search-function)
3491 (replace-re-search-function): Set default values to nil.
3492 (perform-replace): Let-bind isearch-related variables based on
3493 replace-related values, call `isearch-search-fun' and let-bind
3494 the result to `search-function'. Remove code that sets
3495 `search-function' and `search-string' separately for
3496 `delimited-flag'.
3497 (replace-highlight): Add new argument `delimited-flag' and
3498 rename other arguments to the names used in `perform-replace'.
3499 Let-bind `isearch-word' to the argument `delimited-flag'.
3500 (Bug#10885, bug#10887)
3501
3502 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3503
3504 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3505 ruby-beginning-of-indent, simplify, allow all keywords to have
3506 indentation before them.
3507 (ruby-beginning-of-indent): Adjust for above. Search until the
3508 found point is not inside a string or comment.
3509 (ruby-font-lock-keywords): Allow symbols to start with "@"
3510 character, give them higher priority than variables.
3511 (ruby-syntax-propertize-function)
3512 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3513 matchers. Expression expansions are not comments when inside a
3514 string, and there comment syntax status is irrelevant.
3515 (ruby-match-expression-expansion): New function. Check that
3516 expression expansion is inside a string, and it's not escaped.
3517 (ruby-font-lock-keywords): Use it.
3518
3519 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3520
3521 * help.el (temp-buffer-max-height): New default value.
3522 (temp-buffer-resize-frames): New option.
3523 (resize-temp-buffer-window): Optionally resize frame.
3524
3525 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3526 (fit-frame-to-buffer): New function.
3527
3528 2012-09-05 Glenn Morris <rgm@gnu.org>
3529
3530 * emulation/cua-rect.el (cua--init-rectangles):
3531 * textmodes/picture.el (picture-mode-map):
3532 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3533 like forward-char and backward-char. (Bug#12317)
3534
3535 2012-09-05 Leo Liu <sdl.web@gmail.com>
3536
3537 * progmodes/flymake.el (flymake-warning-re): New variable.
3538 (flymake-parse-line): Use it.
3539
3540 2012-09-05 Glenn Morris <rgm@gnu.org>
3541
3542 * calendar/holidays.el (holiday-christian-holidays):
3543 Rename an entry. (Bug#12289)
3544
3545 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3546
3547 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3548 (bug#12222).
3549
3550 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * loadup.el: Load macroexp. Remove hack.
3553 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3554 (macroexp--expand-all): Use it to get better warnings.
3555 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3556 (internal-macroexpand-for-load): New functions.
3557 (macroexp--pending-eager-loads): New var.
3558 (emacs-startup-hook): New hack to replace one in loadup.el.
3559 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3560 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3561 (cl-psetf): Simplify.
3562 (cl-defstruct): Add indent rule.
3563
3564 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3565
3566 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3567 over `user-mail-address' for the SMTP MAIL FROM envelope.
3568 (smtpmail-via-smtp): Ditto.
3569
3570 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3571
3572 * progmodes/ruby-mode.el: Clean up keybindings.
3573 (ruby-mode-map): Don't bind ruby-electric-brace,
3574 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3575 backward-kill-word, reindent-then-newline-and-indent.
3576 (ruby-mark-defun): Remove.
3577 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3578 (ruby-mode): Set local beginning-of-defun-function and
3579 end-of-defun-function values.
3580
3581 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3582
3583 * window.el (temp-buffer-window-setup-hook)
3584 (temp-buffer-window-show-hook): New hooks.
3585 (temp-buffer-window-setup, temp-buffer-window-show)
3586 (with-temp-buffer-window): New functions.
3587 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3588 (special-display-popup-frame): Make sure the window used shows BUFFER.
3589
3590 * help.el (temp-buffer-resize-mode): Fix doc-string.
3591 (resize-temp-buffer-window): New optional argument WINDOW.
3592
3593 * files.el (recover-file, save-buffers-kill-emacs):
3594 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3595
3596 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3597
3598 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3599 remote definition of `default-directory', ensure we can connect.
3600
3601 2012-09-02 Juri Linkov <juri@jurta.org>
3602
3603 Toggle whitespace matching mode with M-s SPC.
3604 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3605
3606 * isearch.el (search-whitespace-regexp): Doc fix.
3607 Remove cons cell customization.
3608 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3609 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3610 New variables.
3611 (isearch-forward, isearch-forward-regexp): Doc fix.
3612 (isearch-toggle-lax-whitespace): New command.
3613 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3614 (re-search-forward-lax-whitespace)
3615 (re-search-backward-lax-whitespace): New functions.
3616 (isearch-whitespace-regexp): Remove function.
3617 (isearch-query-replace): Let-bind replace-search-function and
3618 replace-re-search-function.
3619 (isearch-occur): Let-bind search-spaces-regexp according to the
3620 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3621 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3622 condition for C-q SPC.
3623 (isearch-search-fun-default): Use new functions mentioned above.
3624 (isearch-search-forward, isearch-search-backward): Remove functions.
3625 (isearch-search): Don't let-bind search-spaces-regexp.
3626 (isearch-lazy-highlight-space-regexp): Remove variable.
3627 (isearch-lazy-highlight-lax-whitespace)
3628 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3629 (isearch-lazy-highlight-new-loop): Use them.
3630 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3631
3632 2012-09-02 Chong Yidong <cyd@gnu.org>
3633
3634 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3635
3636 2012-09-02 Glenn Morris <rgm@gnu.org>
3637
3638 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3639
3640 2012-09-01 Glenn Morris <rgm@gnu.org>
3641
3642 * term.el: Tidy up menu definitions.
3643 (term-mode-map): Use easymenu for In/Out, Complete menus.
3644 (term-pager-break-map): Initialize in the defvar.
3645 (term-terminal-menu, term-signals-menu): Define with easymenu.
3646 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3647 (term-pager-menu): New, extracted from term-process-pager.
3648 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3649 (term-update-mode-line): Propertize line/char and page items.
3650 (term-process-pager): Move keymap initialization elsewhere.
3651
3652 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3653
3654 * window.el (switch-to-prev-buffer): Handle additional values of
3655 BURY-OR-KILL argument. Don't switch in minibuffer window.
3656 (switch-to-next-buffer): Don't switch in minibuffer window.
3657 (quit-restore-window): New function based on quit-window.
3658 Handle additional values of former KILL argument.
3659 (quit-window): Call quit-restore-window with appropriate
3660 interpretation of KILL argument.
3661 (display-buffer-below-selected): New buffer display action
3662 function.
3663
3664 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * minibuffer.el (completion-at-point-functions): Complete docstring
3667 (bug#12254).
3668
3669 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3670
3671 Better seed support for (random).
3672 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3673 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3674 * play/mpuz.el, play/tetris.el, play/zone.el:
3675 * calc/calc-comb.el (math-init-random-base):
3676 * play/blackbox.el (bb-init-board):
3677 * play/life.el (life):
3678 * server.el (server-use-tcp):
3679 * type-break.el (type-break):
3680 Remove unnecessary call to (random t).
3681 * net/sasl.el (sasl-unique-id-function):
3682 Change (random t) to (random), now that the latter is more random.
3683 * play/life.el (life-initialized): Remove no-longer-needed var.
3684
3685 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3686
3687 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3688 Consider frame's buffer predicate when choosing the buffer.
3689 (Bug#12081)
3690
3691 2012-08-30 Richard Stallman <rms@gnu.org>
3692
3693 * simple.el (special-mode-map): Delete binding for `z'.
3694
3695 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3696
3697 * progmodes/compile.el (compilation-always-kill): Doc fix.
3698
3699 2012-08-30 Chong Yidong <cyd@gnu.org>
3700
3701 * window.el (display-buffer-reuse-frames): Make the obsolescence
3702 message more informative.
3703
3704 2012-08-30 Glenn Morris <rgm@gnu.org>
3705
3706 * paren.el (show-paren-delay):
3707 Add a :set function. Doc fix. (Bug#12297)
3708
3709 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3710
3711 * progmodes/compile.el (compilation-always-kill): New var.
3712 (compilation-start): Use it.
3713
3714 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3717 * files.el (read-only-mode): Move to simple.el.
3718
3719 * files.el (read-only-mode): New minor mode.
3720 (toggle-read-only): Use it and mark obsolete.
3721 (find-file--read-only):
3722 * vc/vc.el (vc-next-action, vc-checkout):
3723 * vc/vc-cvs.el (vc-cvs-checkout):
3724 * obsolete/vc-mcvs.el (vc-mcvs-update):
3725 * ffap.el (ffap--toggle-read-only): Update callers.
3726
3727 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3728
3729 * eshell/esh-ext.el (eshell-external-command): Do not examine
3730 remote shell scripts.
3731 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3732
3733 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3734 "/usr/local/sbin".
3735
3736 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3739
3740 2012-08-28 Leo Liu <sdl.web@gmail.com>
3741
3742 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3743 completion-at-point. (Bug#12220)
3744
3745 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3746
3747 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3748
3749 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3750
3751 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3752 be buffer-local; add delete-trailing-whitespace (bug#12259).
3753
3754 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3755
3756 * progmodes/hideif.el (hif-compress-define-list):
3757 Fix typo. (Bug#11951)
3758
3759 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3760
3761 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3762 buffer local setting.
3763
3764 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3765 rcirc-encode-coding-system.
3766
3767 2012-08-28 Leo Liu <sdl.web@gmail.com>
3768
3769 * net/rcirc.el (rcirc-split-message): New function.
3770 (rcirc-send-message): Use it. (Bug#12051)
3771
3772 2012-08-28 Juri Linkov <juri@jurta.org>
3773
3774 * info.el (Info-fontify-node): Hide empty lines at the end of
3775 the node. (Bug#12272)
3776
3777 2012-08-27 Drew Adams <drew.adams@oracle.com>
3778
3779 * dired.el (dired-pop-to-buffer): Make window start at beginning
3780 of buffer (Bug#12281).
3781
3782 2012-08-26 Chong Yidong <cyd@gnu.org>
3783
3784 * window.el (special-display-regexps, special-display-frame-alist)
3785 (special-display-buffer-names, special-display-function)
3786 (display-buffer-reuse-frames): Mark as obsolete.
3787
3788 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3789
3790 * help.el (help-print-return-message): Don't treat
3791 display-buffer-reuse-frames specially.
3792
3793 2012-08-26 Chong Yidong <cyd@gnu.org>
3794
3795 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3796 New variable, replacing gdb-frame-parameters.
3797 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3798 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3799 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3800 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3801 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3802 the functions directly with gdb-display-buffer-other-frame-action.
3803 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3804 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3805 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3806 (gdb-display-registers-buffer): Define directly.
3807 (def-gdb-display-buffer): Macro deleted.
3808 (gdb-display-buffer): Remove second and third args, callers don't
3809 use them. Defer to the default display-buffer behavior, apart
3810 from making windows dedicated.
3811 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3812
3813 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3814
3815 * window.el (display-buffer-pop-up-frame): Handle a
3816 pop-up-frame-parameters alist entry.
3817 (display-buffer): Document it.
3818
3819 2012-08-26 Chong Yidong <cyd@gnu.org>
3820
3821 * isearch.el (search-whitespace-regexp): Make string and nil
3822 values apply to both ordinary and regexp search. Allow a cons
3823 cell value to distinguish between the two.
3824 (isearch-whitespace-regexp, isearch-search-forward)
3825 (isearch-search-backward): New functions.
3826 (isearch-occur, isearch-search-fun-default, isearch-search)
3827 (isearch-lazy-highlight-new-loop): Use them.
3828 (isearch-forward, isearch-forward-regexp): Doc fix.
3829
3830 2012-08-26 Chong Yidong <cyd@gnu.org>
3831
3832 * faces.el (help-argument-name): Always inherit from italic
3833 (Bug#12213).
3834
3835 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3836
3837 * window.el (window--even-window-heights): Even heights when
3838 WINDOW and the selected window form a vertical combination.
3839 (display-buffer-use-some-window): Provide that window used gets
3840 sized back by quit-window. (Bug#11880) and (Bug#12091)
3841
3842 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3843
3844 Fix file time stamp problem with bzr and CVS (Bug#12001).
3845 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3846 in the file's time stamp, since the version control system loses
3847 that information.
3848
3849 2012-08-22 Juri Linkov <juri@jurta.org>
3850
3851 * info.el (Info-fontify-node): Hide the suffix of the
3852 Info file name in the header line. (Bug#12187)
3853
3854 2012-08-22 Glenn Morris <rgm@gnu.org>
3855
3856 * calendar/cal-tex.el (cal-tex-weekly-common):
3857 Restore leading blank page.
3858
3859 2012-08-22 Le Wang <l26wang@gmail.com>
3860
3861 * misc.el (forward-to-word, backward-to-word): Activate or extend
3862 the region under `shift-select-mode'. (Bug#12231)
3863
3864 2012-08-22 Bastien Guerry <bzg@gnu.org>
3865
3866 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3867 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3868 gives details on why the space is never needed.
3869
3870 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3871
3872 * window.el (walk-window-tree, window-with-parameter):
3873 New optional argument MINIBUF to control whether these functions
3874 should run on the minibuffer window.
3875 (window-at-side-list): Don't operate on minibuffer window.
3876 (window-in-direction): Simplify and rewrite doc-string.
3877 (window--size-ignore): Rename to window--size-ignore-p.
3878 Update callers.
3879 (display-buffer-in-atom-window, window--major-non-side-window)
3880 (window--major-side-window, display-buffer-in-major-side-window)
3881 (delete-side-window, display-buffer-in-side-window):
3882 New functions.
3883 (window--side-check, window-deletable-p, delete-window)
3884 (delete-other-windows, split-window): Handle side windows and
3885 atomic windows appropriately.
3886 (window--display-buffer): Call display-buffer-record-window also
3887 when the window buffer did not change.
3888
3889 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3890
3891 * help-fns.el (help-fns--key-bindings):
3892 Abbreviate non-symbol remap targets. (Bug#12174)
3893
3894 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3895
3896 * dired.el (dired-mark-remembered): Don't clobber point.
3897 (Bug#11795)
3898
3899 2012-08-22 Glenn Morris <rgm@gnu.org>
3900
3901 * progmodes/bug-reference.el (bug-reference): New custom group.
3902 (bug-reference-bug-regexp): Make it a defcustom.
3903
3904 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3905
3906 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3907 (js-paren-indent-offset, js-square-indent-offset)
3908 (js-curly-indent-offset): Add :safe (Bug#12257).
3909
3910 2012-08-22 Edward O'Connor <hober0@gmail.com>
3911
3912 * json.el (json-key-format): Add error properties.
3913 (json-encode-key): New function.
3914 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3915 Use json-encode-key.
3916
3917 2012-08-22 Glenn Morris <rgm@gnu.org>
3918
3919 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3920 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3921 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3922 Update for above change.
3923
3924 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3925
3926 * cus-face.el (custom-face-attributes): Fix customize type for the
3927 :underline attribute. (Bug#11805)
3928
3929 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3930
3931 * window.el (window-point-1, set-window-point-1): Remove.
3932 (window-in-direction, record-window-buffer)
3933 (set-window-buffer-start-and-point, split-window-below)
3934 (window--state-get-1, display-buffer-record-window):
3935 Replace calls to window-point-1 and set-window-point-1 by calls to
3936 window-point and set-window-point respectively.
3937
3938 2012-08-21 Glenn Morris <rgm@gnu.org>
3939
3940 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3941 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3942 Use it.
3943
3944 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3945 (cal-tex-shortday): New function.
3946 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3947 (cal-tex-cursor-filofax-daily): Use the above.
3948
3949 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3950 New functions.
3951 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3952 (cal-tex-cursor-filofax-week): Use them.
3953
3954 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3955 New constants.
3956 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3957 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3958
3959 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3960 (cal-tex-end-document): Don't rely on buffer name.
3961
3962 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3963 Use cal-tex-vspace.
3964 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3965 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3966 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3967 Use cal-tex-arg.
3968
3969 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3970 (cal-tex-cursor-week, cal-tex-cursor-week2)
3971 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3972 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3973 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3974 (cal-tex-insert-preamble, cal-tex-b-document)
3975 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3976 Improve cal-tex-cmd usage.
3977
3978 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3979 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3980 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3981 (cal-tex-weekly-paper): New function.
3982 (cal-tex-cursor-week, cal-tex-cursor-week2)
3983 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3984 (cal-tex-cursor-day): Use it.
3985
3986 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3987 (cal-tex-cursor-filofax-week): Remove leading blank page.
3988
3989 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3990 Add autoload cookie. For now at least, don't use color, since
3991 no other cal-tex function does.
3992
3993 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3994 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3995 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3996
3997 2012-08-21 Juri Linkov <juri@jurta.org>
3998
3999 * info.el (Info-file-attributes): New variable.
4000 (info-insert-file-contents): Add file attributes to
4001 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
4002 `Info-toc-nodes' when previous modtime of the Info file is less
4003 than new modtime.
4004 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
4005 of info.el. (Bug#12230)
4006
4007 2012-08-20 Glenn Morris <rgm@gnu.org>
4008
4009 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
4010 * calendar/holidays.el (calendar-holiday-list):
4011 Report errors with display-warning rather than beep'n'sleep.
4012
4013 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
4014
4015 * net/tramp.el (tramp-accept-process-output): Accept only output
4016 from PROC. Otherwise, process filters and sentinels might be
4017 confused. (Bug#12145)
4018
4019 2012-08-20 Chong Yidong <cyd@gnu.org>
4020
4021 * descr-text.el (describe-text-properties-1): Use overlays-in to
4022 report on empty overlays (Bug#3322).
4023
4024 2012-08-20 Glenn Morris <rgm@gnu.org>
4025
4026 * mail/rmailout.el (rmail-output-read-file-name):
4027 Trap and report errors in rmail-output-file-alist elements.
4028
4029 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
4030 since most non-font-lock faces are not also variables).
4031
4032 2012-08-20 Edward Reingold <reingold@iit.edu>
4033
4034 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4035 New function. (Bug12160)
4036
4037 2012-08-19 Glenn Morris <rgm@gnu.org>
4038
4039 * mail/rmailout.el (rmail-output-read-file-name):
4040 Fix previous change (when the alist is nil or does not match).
4041
4042 2012-08-19 Chong Yidong <cyd@gnu.org>
4043
4044 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4045 (Bug#12228).
4046
4047 2012-08-18 Chong Yidong <cyd@gnu.org>
4048
4049 * simple.el (yank-handled-properties): New defcustom.
4050 (yank-excluded-properties): Add font-lock-face and category.
4051 (yank): Doc fix.
4052
4053 * subr.el (remove-yank-excluded-properties):
4054 Obey yank-handled-properties. The special handling of font-lock-face
4055 and category is now done this way, instead of being hard-coded.
4056 (insert-for-yank-1): Remove font-lock-face handling.
4057 (yank-handle-font-lock-face-property)
4058 (yank-handle-category-property): New function.
4059
4060 2012-08-17 Glenn Morris <rgm@gnu.org>
4061
4062 * mail/rmailout.el (rmail-output-read-file-name):
4063 Check rmail-output-file-alist against the full message body
4064 in the correct rmail buffer. (Bug#12214)
4065
4066 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
4067
4068 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4069 Eliminate superfluous prompt. (Bug#12203)
4070
4071 2012-08-17 Chong Yidong <cyd@gnu.org>
4072
4073 * mouse.el (mouse-appearance-menu): If x-select-font returns a
4074 font spec, set the font directly (Bug#3228).
4075
4076 2012-08-17 Martin Rudalics <rudalics@gmx.at>
4077
4078 * window.el (delete-window): Fix last fix.
4079
4080 2012-08-16 Martin Rudalics <rudalics@gmx.at>
4081
4082 * window.el (window-valid-p): Move to window.c.
4083 (window-child, window-child-count, window-last-child)
4084 (window-normalize-window, window-combined-p)
4085 (window-combinations, window-atom-root, window-min-size)
4086 (window-sizable, window-sizable-p, window-size-fixed-p)
4087 (window-min-delta, window-max-delta, window--resizable)
4088 (window--resizable-p, window-resizable, window-total-size)
4089 (window-full-height-p, window-full-width-p, window-body-size)
4090 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4091 (minimize-window, window-deletable-p, delete-window)
4092 (delete-other-windows, set-window-buffer-start-and-point)
4093 (next-buffer, previous-buffer, split-window, balance-windows-2)
4094 (set-window-text-height, window-buffer-height)
4095 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4096 (truncated-partial-width-window-p): Minor code adjustments.
4097 In doc-strings state whether the argument window has to denote a
4098 live, valid or any window.
4099
4100 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
4101
4102 * progmodes/subword.el (subword-forward-function)
4103 (subword-backward-function, subword-forward-regexp)
4104 (subword-backward-regexp): New variables.
4105 (subword-forward, subword-forward-internal, subword-backward-internal):
4106 Use new variables, eg so that different "word" definitions
4107 can be easily used. (Bug#11411)
4108
4109 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
4112 for composite selectors.
4113 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
4114 operation just because we can't find a previous revision.
4115
4116 2012-08-15 Chong Yidong <cyd@gnu.org>
4117
4118 * frame.el (set-frame-font): Accept font objects.
4119
4120 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
4123
4124 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
4125
4126 * man.el (Man-overstrike-face, Man-underline-face)
4127 (Man-reverse-face): Remove variables.
4128 (Man-overstrike, Man-underline, Man-reverse): New faces.
4129 (Man-fontify-manpage): Use them instead of the variables.
4130 (Man-cleanup-manpage): Comment change.
4131 (Man-ansi-color-map): New variable.
4132 (Man-fontify-manpage): Use it.
4133 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
4134
4135 Implement ANSI SGR parameters 22-27 (bug#12146).
4136 * ansi-color.el (ansi-colors): Doc fix.
4137 (ansi-color-context, ansi-color-context-region): Doc fix.
4138 (ansi-color--find-face): New function.
4139 (ansi-color-apply, ansi-color-apply-on-region): Use it.
4140 Rename the local variable `face' to `codes' since it is now a list of
4141 ansi codes. Doc fix.
4142 (ansi-color-get-face): Remove.
4143 (ansi-color-parse-sequence): New function, derived from
4144 ansi-color-get-face.
4145 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
4146 codes 22-27.
4147
4148 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * subr.el (read-passwd): Allow use from a minibuffer.
4151
4152 2012-08-14 Eli Zaretskii <eliz@gnu.org>
4153
4154 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
4155 inside comments and strings as identifiers.
4156
4157 * progmodes/gud.el (gud-tooltip-print-command): Quote the
4158 expression to evaluate. This allows to evaluate expressions with
4159 embedded whitespace.
4160 (gud-tooltip-tips): Add a blank before the newline in the
4161 message-box text, for the benefit of message-box emulation on
4162 MS-Windows.
4163
4164 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
4165 messages from GDB, pop them up in a tooltip to give feedback to
4166 user.
4167 (gdb-tooltip-print-1): Quote the expression to evaluate.
4168 This allows to evaluate expressions with embedded whitespace.
4169 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4170 if the TTY name is nil or empty (which happens when communicating
4171 with the inferior via pipes, e.g. on MS-Windows).
4172 (gdb-internals): If GDB sends a "&\n" empty debugging message,
4173 don't send that to the GUD buffer.
4174
4175 2012-08-14 Glenn Morris <rgm@gnu.org>
4176
4177 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4178 Optimize away setq-default with no args, as for setq. (Bug#12195)
4179
4180 2012-08-14 Chong Yidong <cyd@gnu.org>
4181
4182 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4183
4184 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4185 (Bug#12085).
4186
4187 2012-08-14 Glenn Morris <rgm@gnu.org>
4188
4189 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4190
4191 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
4192
4193 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4194 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4195 Use cached shell name.
4196
4197 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4198
4199 * progmodes/python.el (python-shell-send-string):
4200 (python-shell-send-setup-code): Do not use `format' with `message'.
4201
4202 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4203
4204 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4205 (ruby-percent-literal-beg-re): New constant.
4206 (ruby-syntax-general-delimiters-goto-beg): Rename to
4207 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4208 (ruby-syntax-propertize-general-delimiters): Rename to
4209 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4210 popular term. Adjust comments everywhere.
4211 (ruby-syntax-propertize-percent-literal): Only propertize when not
4212 inside a simple string or comment. When the literal is unclosed,
4213 leave the text after it unpropertized.
4214 (ruby-syntax-methods-before-regexp): New constant.
4215 (ruby-syntax-propertize-function): Use it to recognize regexps.
4216 Don't look at the text after regexp, just use the whitelist.
4217
4218 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4219
4220 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4221 non-nil always load the compiled file if it exists. (Bug#12197)
4222
4223 2012-08-14 Chong Yidong <cyd@gnu.org>
4224
4225 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4226 (hi-lock-set-pattern): When deciding whether to use font lock or
4227 overlays, look at font-lock-mode instead of font-lock-fontified
4228 (Bug#12168).
4229 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4230 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4231
4232 2012-08-14 Daiki Ueno <ueno@unixuser.org>
4233
4234 * subr.el (internal--after-with-selected-window): Fix typo
4235 (Bug#12193).
4236
4237 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4238
4239 Use `completion-table-dynamic' for completion functions.
4240 * progmodes/python.el
4241 (python-shell-completion--do-completion-at-point)
4242 (python-shell-completion--get-completions):
4243 Remove functions.
4244 (python-shell-completion-complete-at-point): New function.
4245 (python-completion-complete-at-point): Use it.
4246
4247 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
4248
4249 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4250 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4251
4252 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4253
4254 * subr.el (function-get): Refine `autoload' arg so it can also
4255 autoload functions for gv.el (bug#12191).
4256 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4257 autoloads macros.
4258
4259 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4260 Prefer pcase-let over destructuring-bind.
4261 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4262 Also, remove whitespace as we go, rather than after accumulating the
4263 various places.
4264
4265 * subr.el (internal--before-with-selected-window)
4266 (internal--after-with-selected-window): Fix typo seleted->selected.
4267 (with-selected-window): Adjust callers.
4268 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4269
4270 2012-08-13 Bastien Guerry <bzg@gnu.org>
4271
4272 * window.el (special-display-popup-frame): Minor docstring
4273 enhancement. (Bug#12172)
4274
4275 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4276
4277 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4278 type 1-6.
4279 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4280 extended headers.
4281
4282 * files.el (hack-local-variables-filter): Remove useless eval.
4283
4284 2012-08-13 Martin Rudalics <rudalics@gmx.at>
4285
4286 * subr.el (with-selected-window): Fix last change.
4287
4288 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * subr.el (internal--before-with-seleted-window)
4291 (internal--after-with-seleted-window): New functions.
4292 (with-selected-window): Use them, to replace dependency on
4293 tty-top-frame.
4294
4295 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4296
4297 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4298 binding for `newline'.
4299 (ruby-move-to-block): When moving backward, stop at block opening,
4300 not indentation.
4301 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4302 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4303 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4304 `ruby-toggle-block'.
4305
4306 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * ibuffer.el (ibuffer-do-toggle-read-only):
4309 * dired.el (dired-toggle-read-only):
4310 * buff-menu.el (Buffer-menu-toggle-read-only):
4311 * bindings.el (mode-line-toggle-read-only):
4312 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4313
4314 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4315
4316 * descr-text.el (describe-char): Put the overlays over the
4317 "displayed as" character.
4318
4319 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4320
4321 * calc/calc-units.el (math-default-units-table): Give an
4322 initial value.
4323 (math-put-default-units): Add options to put composite units and
4324 unit systems in the default units table.
4325 (calc-convert-units): Send composite units to
4326 `math-put-default-units' when appropriate.
4327
4328 2012-08-11 Glenn Morris <rgm@gnu.org>
4329
4330 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4331
4332 * tutorial.el (help-with-tutorial):
4333 * emacs-lisp/copyright.el (copyright-update-directory):
4334 * emacs-lisp/autoload.el (autoload-find-generated-file)
4335 (autoload-find-file): Disable local eval: (for insurance).
4336
4337 * files.el (hack-local-variables-filter): If an eval: form is not
4338 known to be safe, and enable-local-variables is :safe, then ignore
4339 the form totally, as is done for non-eval forms. (Bug#12155)
4340 This is CVE-2012-3479.
4341
4342 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4345 (rx-form): Simplify.
4346
4347 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4348
4349 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4350 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4351 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4352 (ruby-syntax-propertize-function): Adjust for changes in
4353 `ruby-syntax-propertize-heredoc'.
4354
4355 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4356
4357 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4358 binding (use `M-;' instead).
4359 (ruby-singleton-class-p): New function.
4360 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4361
4362 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4365
4366 2012-08-10 Chong Yidong <cyd@gnu.org>
4367
4368 * progmodes/python.el (python-shell-get-process-name): Don't mess
4369 with same-window-buffer-names.
4370
4371 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4372 (eshell-remove-from-window-buffer-names): Make obsolete.
4373 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4374 (eshell): Just use pop-to-buffer-same-window instead.
4375
4376 2012-08-10 Chong Yidong <cyd@gnu.org>
4377
4378 * bindings.el: Bind M-= back to count-words-region.
4379
4380 * simple.el (count-words-region): Accept a prefix arg for acting
4381 on the entire buffer.
4382 (count-words--buffer-message): New helper function.
4383
4384 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4387 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4388 (event-start, event-end): Use posn-at-point to return a more
4389 informative posn.
4390 (posnp): New function.
4391 * mouse.el (popup-menu-normalize-position): Use it.
4392
4393 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4394
4395 * mouse.el (popup-menu-normalize-position): New function.
4396 (popup-menu): Use `popup-menu-normalize-position' to normalize
4397 the form for POSITION argument.
4398
4399 * term/x-win.el (x-menu-bar-open):
4400 Use the value returend from (posn-at-point) as position
4401 passed to `popup-menu'.
4402
4403 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4404
4405 * calc/calccomp.el (math-compose-expr): Add extra argument
4406 indicating that parentheses should be put around products in
4407 denominators. Give multiplication precedence over division during
4408 composition.
4409
4410 2012-08-09 Chong Yidong <cyd@gnu.org>
4411
4412 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4413 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4414 (Man-untabify-command, manual-program): Convert to defcustom
4415 (Bug#10429).
4416
4417 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4418
4419 * descr-text.el (describe-char): Don't insert extra newlines
4420 (Bug#10127).
4421
4422 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4423 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4424
4425 * align.el (align-region): Delete temporary markers (Bug#10047).
4426 Plus some code cleanups.
4427
4428 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4429
4430 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4431 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4432 (python-shell-internal-last-output): Use make-local-variable
4433 instead of make-variable-buffer-local.
4434
4435 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4436
4437 * progmodes/python.el: Enhancements to forward-sexp.
4438 (python-nav-forward-sexp): Rename from
4439 python-nav-forward-sexp-function.
4440 (python-nav--forward-sexp, python-nav--backward-sexp):
4441 New functions.
4442
4443 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4444
4445 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4446 modes and simplification modes.
4447
4448 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * delsel.el (delete-selection-pre-hook): Don't propagate the
4451 file-supersession signals (bug#12161).
4452
4453 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4456 (cl-map-extents): Add compatibility aliases (bug#12135).
4457
4458 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4459
4460 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4461 tests by `ignore-error'.
4462 (tramp-find-shell): Open also a new shell, when cache is already
4463 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4464
4465 2012-08-08 Juri Linkov <juri@jurta.org>
4466
4467 * bookmark.el: Add `defaults' property to the bookmark record.
4468 (bookmark-current-buffer): Doc fix.
4469 (bookmark-make-record): Add `defaults' property with default values
4470 to the bookmark record.
4471 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4472 with `bookmark-insert-current-bookmark'.
4473 (bookmark-set): Get `defaults' property from the bookmark record
4474 and use it in `read-from-minibuffer'.
4475 (bookmark-insert-current-bookmark): Remove function.
4476
4477 * info.el (Info-bookmark-make-record): Add `defaults' property
4478 with values of canonical Info node name, the current Info file
4479 name and the current Info node name. (Bug#12107)
4480
4481 2012-08-08 Juri Linkov <juri@jurta.org>
4482
4483 * files.el (basic-save-buffer): Use `buffer-name' as the default
4484 of `read-file-name' when buffer is not visiting a file (bug#12128).
4485
4486 2012-08-08 Juri Linkov <juri@jurta.org>
4487
4488 * info.el (Info-isearch-search): Doc fix.
4489 (Info-search): Change search-failed message from "initial node" to
4490 "end of node" (bug#12078).
4491 (Info-isearch-search): Change `isearch-string-state' to
4492 `isearch--state-string'.
4493
4494 2012-08-08 Glenn Morris <rgm@gnu.org>
4495
4496 * language/persian.el: Remove file.
4497 * language/misc-lang.el: Move unique part of persian.el here.
4498 * loadup.el: Remove language/persian.
4499
4500 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4501
4502 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4503
4504 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4505
4506 * progmodes/python.el: Fix defsubst warning.
4507 (python-syntax-context) Rename from python-info-ppss-context.
4508 (python-syntax-context-type): Rename from
4509 python-info-ppss-context-type.
4510 (python-syntax-comment-or-string-p): Rename from
4511 python-info-ppss-comment-or-string-p.
4512
4513 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4514
4515 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4516
4517 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4518
4519 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4520 a defcustom that is quoted with backquote.
4521
4522 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4523 Fix handling of interactive spec when the body uses return.
4524 (math-do-arg-check, math-define-function-body): Use backquote forms.
4525 * calc/calc-ext.el (math-defcache): Likewise.
4526 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4527 * allout.el (allout-new-exposure): Likewise.
4528 * calc/calcalg2.el (math-tracing-integral): Likewise.
4529 * info.el (Info-last-menu-item): Likewise.
4530 * emulation/vip.el (vip-loop): Likewise.
4531 * textmodes/artist.el (artist-funcall): Likewise.
4532 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4533 Construct menu-item directly.
4534
4535 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4536 Don't declare.
4537
4538 2012-08-07 Chong Yidong <cyd@gnu.org>
4539
4540 * simple.el (deactivate-mark): Preserve text properties when
4541 saving the primary selection (Bug#8384).
4542
4543 2012-08-07 Kevin Ryde <user42@zip.com.au>
4544
4545 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4546 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4547 and continue processing (Bug#12110).
4548
4549 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4552 syntax-propertize-function (bug#10095).
4553
4554 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4555
4556 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4557 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4558 describe-function-1.
4559 (describe-function-1): Use them. Move compiler macro after sig.
4560 (help-fns--compiler-macro): Use function-get. Assume we're already in
4561 standard-output. Adjust layout to new call order.
4562
4563 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4564 re-binding a symbol that has a symbol-macro (bug#12119).
4565
4566 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4567
4568 * language/persian.el: New file. (Bug#11812)
4569 * loadup.el: Add language/persian.el.
4570
4571 2012-08-06 Chong Yidong <cyd@gnu.org>
4572
4573 * window.el (window--maybe-raise-frame): New function.
4574 (window--display-buffer): Split off from here.
4575 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4576 (display-buffer-pop-up-window, display-buffer-use-some-window):
4577 Obey an inhibit-switch-frame action alist entry.
4578 (display-buffer): Update doc.
4579
4580 * replace.el (occur-after-change-function): Avoid losing focus by
4581 using the inhibit-switch-frame display parameter (Bug#12139).
4582
4583 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4584
4585 Make internal shell process buffer names start with space.
4586 * progmodes/python.el (python-shell-make-comint): Add optional
4587 argument INTERNAL.
4588 (run-python-internal): Use it.
4589 (python-shell-internal-get-or-create-process): Check for new
4590 internal buffer names.
4591
4592 2012-08-06 Glenn Morris <rgm@gnu.org>
4593
4594 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4595 Do less getting and setting of environment variables.
4596
4597 2012-08-05 Chong Yidong <cyd@gnu.org>
4598
4599 * proced.el (proced): Add substitution string to docstring to
4600 trigger autoloading of the proced library on C-h f (Bug#1768).
4601
4602 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4603 Don't show defvars which have no second argument (Bug#8638).
4604
4605 * imenu.el (imenu-generic-expression): Move documentation here
4606 from imenu--generic-function.
4607 (imenu--generic-function): Refer to imenu-generic-expression.
4608
4609 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4610
4611 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4612 indentation declaration.
4613 (viper-loop): Add indentation declaration (Bug#7025).
4614
4615 2012-08-05 Chong Yidong <cyd@gnu.org>
4616
4617 * help-fns.el (describe-variable): Add hyperlink for
4618 directory-local variables files. Improve buffer-local and
4619 permanent-local reporting; suggested by MON KEY (Bug#6644).
4620
4621 * help-mode.el (help-dir-local-var-def): New button type.
4622
4623 * files.el (kill-buffer-hook): Provide a defvar.
4624
4625 2012-08-05 Glenn Morris <rgm@gnu.org>
4626
4627 * eshell/esh-ext.el (eshell/addpath):
4628 Also update eshell-path-env. (Bug#12013)
4629
4630 2012-08-05 Chong Yidong <cyd@gnu.org>
4631
4632 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4633
4634 * fringe.el (fringe-styles): Add docstring.
4635 (fringe--check-mode): New function.
4636 (set-fringe-mode, set-fringe-style): Use it.
4637 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4638
4639 * files.el (set-auto-mode): Fix invalid setq call.
4640
4641 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4642
4643 * isearch.el: Misc simplification; use defstruct.
4644 (isearch-mode-map): Dense maps now work like sparse ones.
4645 (isearch--state): New defstruct.
4646 (isearch-string-state, isearch-message-state, isearch-point-state)
4647 (isearch-success-state, isearch-forward-state)
4648 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4649 (isearch-wrapped-state, isearch-barrier-state)
4650 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4651 replaced by defstruct's accessors.
4652 (isearch--set-state): Rename from isearch-top-state and change
4653 calling convention.
4654 (isearch-push-state): Use new isearch--get-state.
4655 (isearch-toggle-word): Disable regexp when enabling word.
4656 (isearch-message-prefix): Remove unused arg _c-q-hack.
4657 (isearch-message-suffix): Remove unused arg _ellipsis.
4658
4659 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4660
4661 * simple.el (list-processes--refresh): For a server use :host or
4662 :local as the address.
4663 (list-processes): Doc fix.
4664
4665 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4666
4667 * lisp/mpc.el: Support password in host argument.
4668 (mpc--proc-connect): Parse and use new password element.
4669 Set mpc-proc variable instead of returning process.
4670 (mpc-proc): Adjust accordingly.
4671
4672 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4673
4674 * whitespace.el (whitespace-display-mappings): Use Unicode
4675 codepoints, instead of emacs-mule codepoints. See
4676 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4677 for the details.
4678
4679 * files.el (file-truename): Don't skip symlink-chasing part on
4680 windows-nt. Incorporate the resolution of 8+3 short aliases on
4681 Windows into the loop that recursively chases symlinks.
4682 Compare directory and its parent case-insensitively on MS-Windows and
4683 MS-DOS.
4684
4685 2012-08-03 Chong Yidong <cyd@gnu.org>
4686
4687 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4688
4689 * sort.el (sort-regexp-fields): Doc fix.
4690
4691 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4692
4693 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4694 labels regex position point at the expected place.
4695
4696 2012-08-03 MON KEY <monkey@sandpframing.com>
4697
4698 * net/imap.el (imap-interactive-login, imap-authenticate)
4699 (imap-mailbox-lsub, imap-mailbox-list)
4700 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4701 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4702 (imap-parse-response): Doc fix.
4703
4704 2012-08-03 João Távora <joaotavora@gmail.com>
4705
4706 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4707 if sexp scanning does not move point (Bug#5734).
4708
4709 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4710
4711 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4712 Add listings, minted, and ctable packages.
4713 (reftex-label-alist-builtin): Move listings, minted, and ctable
4714 entries before LaTeX.
4715 (reftex-label-alist): Docfix.
4716
4717 2012-08-02 Bastien Guerry <bzg@gnu.org>
4718
4719 * replace.el (occur): Fix docstring (bug#12122).
4720
4721 2012-08-02 Glenn Morris <rgm@gnu.org>
4722
4723 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4724
4725 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4726
4727 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4728 * international/mule-cmds.el: Create
4729 inactivate-current-input-method-function as an obsolete alias for
4730 deactivate-current-input-method-function. See Katsumi Yamaoka in
4731 <http://bugs.gnu.org/10150#46>.
4732
4733 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4734
4735 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4736 of nested `if's.
4737
4738 2012-08-01 Glenn Morris <rgm@gnu.org>
4739
4740 * progmodes/autoconf.el (autoconf-definition-regexp):
4741 Add AH_TEMPLATE, adjust submatch numbering.
4742 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4743 (autoconf-current-defun-function): Update for above change.
4744 (autoconf-current-defun-function): First skip to end of current word.
4745
4746 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4747
4748 * calendar/cal-html.el (cal-html-insert-agenda-days):
4749 Fix typo. (Bug#12018)
4750
4751 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4752
4753 Shell processes: enhancements to startup and CEDET compatibility.
4754 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4755 (python-shell-make-comint): accept-process-output at startup.
4756 (run-python-internal): Set inferior-python-mode-hook to nil.
4757 (python-shell-internal-get-or-create-process): call sit-for.
4758 (python-preoutput-result): Add obsolete alias.
4759 (python-shell-internal-send-string): Use it.
4760 (python-shell-send-setup-code): Remove call to
4761 accept-process-output.
4762
4763 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4764
4765 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4766 (Bug#12108)
4767
4768 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4769
4770 * calc-mode.el (calc-basic-simplification-mode): Rename from
4771 `calc-limited-simplification-mode'.
4772 (calc-alg-simplification-mode): New function.
4773 (calc-set-simplify-mode): Adjust message.
4774
4775 * calc.el (calc-set-mode-line): Adjust mode line display for
4776 basic simplification mode.
4777
4778 * calc-help.el (calc-m-prefix-help): Update help message.
4779
4780 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4781 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4782
4783 2012-07-31 Bastien Guerry <bzg@gnu.org>
4784
4785 * man.el (man): Fix comment. (bug#12101)
4786
4787 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4788
4789 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4790 Don't return a non-nil value when no suitable buffer was found.
4791
4792 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4793
4794 * progmodes/python.el (run-python-internal): Disable font lock for
4795 internal shells.
4796
4797 2012-07-30 Stefan Merten <smerten@oekonux.de>
4798
4799 * textmodes/rst.el: Silence `checkdoc-ispell'.
4800 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4801 (rst-official-version, rst-official-cvs-rev)
4802 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4803 (rst-mode-map): New key binding.
4804
4805 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4806
4807 Update .PHONY listings in makefiles.
4808 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4809 autoloads, update-subdirs, updates, bzr-update, update-authors,
4810 compile-onefile, compile-calc, backup-compiled-files,
4811 compile-after-backup, compile-one-process, mh-autoloads,
4812 bootstrap-clean, distclean, maintainer-clean.
4813
4814 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4815
4816 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4817 (calc-set-mode-line): Don't display "AlgSimp ".
4818
4819 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4820 (calc-lim-simplify-mode): New function.
4821 (calc-set-simplify-mode): Default to 'alg.
4822 (calc-default-simplify-mode): Make algebraic simplifications
4823 the default.
4824
4825 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4826 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4827
4828 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4829 indicate new simplification modes.
4830
4831 * calc/README: Mention new default simplification mode.
4832
4833 * calc/calc.el (math-normalize-error): New variable.
4834 (math-normalize): Set `math-normalize-error' to t
4835 when there's an error.
4836
4837 * calc/calc-alg.el (math-simplify): Don't simplify when
4838 `math-normalize' returns an error.
4839
4840 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4841
4842 * international/mule-cmds.el (set-locale-environment): Revert last
4843 change, since display-graphic-p returns nil when this function is
4844 called during startup. Instead...
4845
4846 * term/w32console.el (terminal-init-w32console): ...setup the
4847 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4848
4849 2012-07-29 Juri Linkov <juri@jurta.org>
4850
4851 * simple.el (goto-line): Don't display default line number in the
4852 prompt because it should be displayed by `read-number' (bug#9952).
4853 Add the current line number to the defaults of `goto-line' to
4854 allow its easier modification by users with `M-n' (bug#9201).
4855
4856 * subr.el (read-number): Support multiple default values like in
4857 other minibuffer reading functions. Replace `read' with
4858 `string-to-number' for consistency with `number-to-string'.
4859
4860 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4861
4862 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4863 * emulation/viper-init.el (viper-deactivate-input-method-action):
4864 Rename from viper-inactivate-input-method-action.
4865 (viper-deactivate-input-method):
4866 Rename from viper-inactivate-input-method.
4867 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4868 * international/mule-cmds.el (deactivate-input-method):
4869 Rename from inactivate-input-method.
4870 Also run input-method-deactivate-hook.
4871 (deactivate-current-input-method-function):
4872 Rename from inactivate-current-input-method-function.
4873 (input-method-deactivate-hook): New hook.
4874 (input-method-inactivate-hook): Mark obsolete.
4875 (inactivate-input-method): Mark obsolete.
4876
4877 * international/quail.el (quail-activate):
4878 Also run quail-deactivate-hook.
4879 (quail-deactivate): Rename from quail-inactivate.
4880 * international/robin.el (robin-activate):
4881 Also run robin-deactivate-hook.
4882 (robin-deactivate): Rename from robin-inactivate.
4883
4884 2012-07-29 Chong Yidong <cyd@gnu.org>
4885
4886 * simple.el (indicate-copied-region): New function.
4887 (kill-ring-save): Split off from here.
4888
4889 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4890 (kill-rectangle): Set deactivate-mark to t on read-only error.
4891
4892 * register.el (copy-to-register, copy-rectangle-to-register):
4893 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4894 (append-to-register, prepend-to-register): Call indicate-copied-region.
4895
4896 2012-07-29 Juri Linkov <juri@jurta.org>
4897
4898 * simple.el (async-shell-command-buffer): New defcustom.
4899 (shell-command): Use it. (Bug#4719)
4900
4901 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4902
4903 * international/mule-cmds.el (set-locale-environment): In a
4904 console session on MS-Windows, set up keyboard and terminal
4905 encoding from the OEM codepage, not the ANSI codepage.
4906 (Bug#12055)
4907
4908 2012-07-28 Chong Yidong <cyd@gnu.org>
4909
4910 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4911 gdb-get-location.
4912
4913 2012-07-28 Leo Liu <sdl.web@gmail.com>
4914
4915 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4916 the alist (bug#12029).
4917
4918 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4919
4920 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4921 (compile-always, compile-first)
4922 ($(lisp)/calendar/cal-loaddefs.el)
4923 ($(lisp)/calendar/diary-loaddefs.el)
4924 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4925 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4926 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4927 instead of on update-subdirs.
4928 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4929
4930 2012-07-28 Chong Yidong <cyd@gnu.org>
4931
4932 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4933 directory if vc-deduce-backend returns nil (Bug#7350).
4934
4935 * simple.el (delete-trailing-lines): New option.
4936 (delete-trailing-whitespace): Obey it (Bug#11879).
4937
4938 2012-07-28 David Engster <deng@randomsample.de>
4939
4940 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4941 Explanation of new 'symbol-qnames feature in doc-strings.
4942 (xml-maybe-do-ns): Return expanded names as plain symbols if
4943 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4944 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4945
4946 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4947
4948 Consistent completion in inferior python with emacs -nw.
4949 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4950 binding in inferior-python-mode-map with "\t".
4951 (python-shell-completion-complete-at-point)
4952 (python-completion-complete-at-point): Remove interactive spec.
4953
4954 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4955
4956 * calc/calccomp.el (math-compose-expr): Undo previous change.
4957
4958 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4959
4960 * progmodes/python.el (python-mode-map): Add keybinding for
4961 run-python.
4962 (python-shell-make-comint): Fix pop-to-buffer call.
4963 (run-python): Autoload. New arg SHOW.
4964 (python-shell-get-or-create-process): Do not pop python process
4965 buffer.
4966
4967 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4968
4969 * notifications.el (notifications-on-action-signal)
4970 (notifications-on-closed-signal): Use also the bus address for the map.
4971 (notifications-notify, notifications-close-notification)
4972 (notifications-get-capabilities): Add optional argument BUS.
4973
4974 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4975
4976 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4977 Add support for the lstlisting and minted environments, and for the
4978 ctable macro.
4979 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4980 labels written in keyvals syntax.
4981
4982 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4983
4984 * calc/calccomp.el (math-compose-expr): Use parentheses when
4985 there is a product in the denominator of a fraction.
4986
4987 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4988
4989 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4990 ($(lisp)/calendar/diary-loaddefs.el)
4991 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4992 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4993 Fixes failures in parallel bootstrap because subdirs.el is being
4994 rewritten while the autoload files are built at the same time,
4995 which needs to load subdirs.el.
4996
4997 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4998
4999 * mouse.el (popup-menu): Fix doc-string and re-indent code.
5000 (mouse-drag-line): Don't exit tracking when a switch-frame or
5001 switch-window event occurs (Bug#12006).
5002
5003 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * mouse.el (popup-menu): Fix last change.
5006
5007 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 Autoload from Lisp with more care. Follow aliases when looking for
5010 function properties.
5011 * subr.el (autoloadp): New function.
5012 (symbol-file): Use it.
5013 (function-get): New function.
5014 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
5015 autoload-do-load.
5016 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
5017 (lisp-indent-function):
5018 * emacs-lisp/gv.el (gv-get):
5019 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
5020 * emacs-lisp/byte-opt.el (byte-optimize-form):
5021 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5022 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
5023 Use function-get.
5024 * emacs-lisp/cl.el: Don't propagate function properties any more.
5025
5026 * speedbar.el (speedbar-add-localized-speedbar-support):
5027 * emacs-lisp/disass.el (disassemble-internal):
5028 * desktop.el (desktop-load-file):
5029 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
5030 (describe-function-1):
5031 * emacs-lisp/find-func.el (find-function-noselect):
5032 * emacs-lisp/elp.el (elp-instrument-function):
5033 * emacs-lisp/advice.el (ad-has-proper-definition):
5034 * apropos.el (apropos-safe-documentation, apropos-macrop):
5035 * emacs-lisp/debug.el (debug-on-entry):
5036 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5037 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5038 * calc/calc.el (name): Use autoloadp & autoload-do-load.
5039
5040 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
5041
5042 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5043 function, not an obsolete variable (Bug#12046).
5044
5045 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
5046
5047 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
5048
5049 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
5050
5051 * emacs-lisp/pp.el (pp-display-expression): Select old selected
5052 window only if it is still live (Bug#12034).
5053
5054 2012-07-25 Martin Rudalics <rudalics@gmx.at>
5055
5056 * subr.el (redirect-frame-focus): Add advertised calling
5057 convention (Bug#12030).
5058
5059 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
5060
5061 Prefer typical American spelling for "acknowledgment".
5062 * vc/add-log.el (change-log-acknowledgment): Rename from
5063 change-log-acknowledgement, with an alias for the old name.
5064
5065 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
5066
5067 * calc-alg.el (math-simplify-divide): Don't cross multiply
5068 in an equation when the lhs is a variable.
5069
5070 2012-07-24 Julien Danjou <julien@danjou.info>
5071
5072 * net/netrc.el (netrc-find-service-number, netrc-store-data):
5073 Remove, unused.
5074
5075 2012-07-23 Eli Zaretskii <eliz@gnu.org>
5076
5077 * startup.el (command-line): Don't display an empty user name in
5078 the error message about non-existent home directory, when
5079 init-file-user was set to an empty string. See
5080 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5081 for the details and context.
5082
5083 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
5084
5085 * ses.el (ses-cell-formula-aset): New macro.
5086 (ses-cell-references-aset): New macro.
5087 (ses-cell-p): New function.
5088 (ses-rename-cell): Do no longer rely on complex operations like
5089 ses-cell-set-formula or ses-set-cell to change the cell and handle
5090 the undo at the same time, but rather use lower level new macros
5091 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
5092 the undo directly. Refresh the mode line.
5093
5094 2012-07-21 Leo Liu <sdl.web@gmail.com>
5095
5096 * progmodes/cc-cmds.el (c-defun-name):
5097 Use match-string-no-properties instead for consistency.
5098
5099 2012-07-20 Leo Liu <sdl.web@gmail.com>
5100
5101 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5102 (Bug#7879)
5103
5104 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5105
5106 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
5109 * progmodes/bug-reference.el, misearch.el: Provide themselves
5110 (bug#11915).
5111
5112 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
5113 of narrowed buffer (bug#11966).
5114
5115 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
5116
5117 * ses.el (ses-rename-cell): Set new name also in reference list of
5118 cells of which the renamed cell depends.
5119
5120 2012-07-20 Masatake YAMATO <yamato@redhat.com>
5121
5122 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
5123 to check whether menu-bar is shown or not. If not shown,
5124 show the menu-bar as a popup menu instead of using tmm.
5125 * mouse.el (popup-menu): Accept `point' as `position' argument.
5126
5127 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
5128
5129 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
5130 up inside string symbol literal (bug#11923).
5131
5132 2012-07-20 Eli Zaretskii <eliz@gnu.org>
5133
5134 * startup.el (fancy-startup-text): Read the whole tutorial, not
5135 just its first 256 bytes. Prevents gibberish in display of the
5136 tutorial title.
5137
5138 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5139
5140 Drop idle buffer compaction due to an absence of the
5141 proved efficiency.
5142 * compact.el: Remove.
5143
5144 2012-07-19 Sam Steingold <sds@gnu.org>
5145
5146 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
5147 vc-bzr-pull & vc-bzr-merge-branch.
5148 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
5149 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
5150 for consistency with compilation-error-regexp-alist.
5151 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
5152 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
5153 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
5154 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
5155
5156 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * emacs-lisp/chart.el: Use lexical-binding.
5159 (chart-emacs-storage): Don't hardcode the list of entries.
5160
5161 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5162
5163 Next round of tweaks caused by Fgarbage_collect changes.
5164 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
5165
5166 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5167
5168 Compact buffers when idle.
5169 * compact.el: New file.
5170
5171 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * subr.el (eventp): Presume that if it looks vaguely like an event,
5174 it's an event (bug#10190).
5175
5176 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5177
5178 Enhancements to ppss related code (thanks Stefan).
5179 * progmodes/python.el (python-indent-context)
5180 (python-indent-calculate-indentation, python-indent-dedent-line)
5181 (python-indent-electric-colon, python-nav-forward-block)
5182 (python-mode-abbrev-table)
5183 (python-info-assignment-continuation-line-p): Simplify checks
5184 for ppss context.
5185 (python-info-continuation-line-p): Cleanup.
5186 (python-info-ppss-context): Do not catch 'quote.
5187 (python-info-ppss-context-type)
5188 (python-info-ppss-comment-or-string-p): Simplify.
5189
5190 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5191
5192 * progmodes/python.el: Enhancements to eldoc support.
5193 (python-info-current-symbol): New function.
5194 (python-eldoc-at-point): Use python-info-current-symbol.
5195 (python-info-current-defun): Fix cornercase on first defun scan.
5196 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5197 and signal error when no inferior python process is available.
5198
5199 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5200
5201 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5202 assume it's always t.
5203 (vc-git-registered): Remove caching, the function is only called
5204 once.
5205 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5206
5207 2012-07-18 Chong Yidong <cyd@gnu.org>
5208
5209 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5210
5211 * simple.el (count-words): Report on narrowing (Bug#9959).
5212
5213 * bindings.el: Bind M-= to count-words.
5214
5215 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5216
5217 2012-07-18 Masatake YAMATO <yamato@redhat.com>
5218
5219 * progmodes/sh-script.el (sh-imenu-generic-expression):
5220 Capture a function with `function' keyword and without parentheses
5221 like "function FOO" (bug#11856).
5222
5223 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5224
5225 * window.el (split-window-sensibly): Make WINDOW argument
5226 optional.
5227
5228 2012-07-18 Chong Yidong <cyd@gnu.org>
5229
5230 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5231
5232 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5233 and make C-x 8 RET exit isearch (Bug#11439).
5234
5235 * international/iso-transl.el: Move isearch-mode-map key
5236 definitions to isearch.el.
5237
5238 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5241 (eieio-defclass): Use gv-define-setter when possible.
5242
5243 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5244
5245 Reflect recent changes in Fgarbage_collect.
5246 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5247 reflect new format of data returned by Fgarbage_collect.
5248
5249 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5250
5251 New utility functions + python-info-ppss-context fix (Bug#11910).
5252 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5253 (python-info-ppss-comment-or-string-p): New functions.
5254 (python-info-ppss-context): Small fix for string check.
5255
5256 2012-07-17 Juri Linkov <juri@jurta.org>
5257
5258 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5259 (dired-do-async-shell-command): Don't add `*' at the end of the
5260 command (Bug#11815).
5261 (dired-do-shell-command): Doc fix.
5262 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5263 Join the individual commands using either "&" or ";" as the
5264 separator depending on the values of these trailing characters.
5265 At the end re-add the trailing "&". (Bug#10598)
5266
5267 * simple.el (async-shell-command): Sync the interactive spec with
5268 `shell-command'. Doc fix.
5269 (shell-command): Doc fix.
5270
5271 2012-07-17 Juri Linkov <juri@jurta.org>
5272
5273 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5274
5275 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5276
5277 Final renames and doc fixes for movement commands (bug#11899).
5278 * progmodes/python.el (python-nav-beginning-of-statement):
5279 Rename from python-nav-statement-start.
5280 (python-nav-end-of-statement): Rename from
5281 python-nav-statement-end.
5282 (python-nav-beginning-of-block): Rename from
5283 python-nav-block-start.
5284 (python-nav-end-of-block): Rename from python-nav-block-end.
5285
5286 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5287
5288 * progmodes/python.el (python-shell-send-string-no-output):
5289 Allow accept-process-output to quit, keeping shell process ready for
5290 future interactions (Bug#11868).
5291
5292 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5295
5296 * emacs-lisp/elint.el (elint-find-args-in-code):
5297 Use help-function-arglist, so as to handle lexical byte-code.
5298
5299 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5300 change (bug#11826).
5301
5302 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5305 Avoid spuriously marking the buffer as modified because of c-is-sws.
5306
5307 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5308 as not-a-comment (bug#11946).
5309
5310 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5311 for uninterned vars.
5312
5313 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5314 Use read-event since we don't really want to read chars but bytes.
5315
5316 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5317 $$..$$ but also $..$ using regexps (bug#11953).
5318 Use tex-verbatim for \url and \path.
5319 (tex-font-lock-keywords): Define as defconst like the others.
5320 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5321
5322 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5323
5324 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5325 alias for insert-char.
5326
5327 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5328
5329 * progmodes/python.el: Simplified imenu implementation.
5330 (python-nav-jump-to-defun): Remove command.
5331 (python-mode-map): Use `imenu' instead.
5332 (python-nav-list-defun-positions-cache)
5333 (python-imenu-include-defun-type, python-imenu-make-tree)
5334 (python-imenu-subtree-root-label, python-imenu-index-alist):
5335 Remove vars.
5336 (python-nav-list-defun-positions, python-nav-read-defun)
5337 (python-imenu-tree-assoc, python-imenu-make-element-tree)
5338 (python-imenu-make-tree, python-imenu-create-index):
5339 Remove functions.
5340 (python-mode): Update to interact with imenu by setting
5341 `imenu-extract-index-name-function' only.
5342
5343 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5344
5345 * progmodes/python.el: Enhancements to navigation commands.
5346 (python-nav-backward-sentence)
5347 (python-nav-forward-sentence): Remove.
5348 (python-nav-backward-statement, python-nav-forward-statement)
5349 (python-nav-statement-start, python-nav-statement-end)
5350 (python-nav-backward-block, python-nav-forward-block)
5351 (python-nav-block-start, python-nav-block-end)
5352 (python-nav-forward-sexp-function)
5353 (python-info-current-line-comment-p)
5354 (python-info-current-line-empty-p): New functions.
5355 (python-indent-context): Use `python-nav-statement-start'.
5356
5357 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5358
5359 * eshell/em-ls.el (eshell/ls): Use `apply'.
5360
5361 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5362 multi-hops, instead of Tramp internals.
5363
5364 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5365
5366 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5367 when F1 and F2 are located on different hosts.
5368
5369 2012-07-14 Chong Yidong <cyd@gnu.org>
5370
5371 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5372 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5373 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5374 (xterm-mouse--read-event-sequence-1000)
5375 (xterm-mouse--read-event-sequence-1006): New functions. For old
5376 mouse protocol, handle M-mouse-X events correctly.
5377 (xterm-mouse-event): New arg specifying mouse protocol.
5378 (turn-on-xterm-mouse-tracking-on-terminal)
5379 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5380 sequence to toggle extended coordinates on newer XTerms.
5381 This appears to be harmless on terminals which do not support this.
5382
5383 2012-07-14 Leo Liu <sdl.web@gmail.com>
5384
5385 Add fringe bitmap indicators for flymake. (Bug#11253)
5386 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5387 (flymake-make-overlay): New arg BITMAP.
5388 (flymake-error-bitmap, flymake-warning-bitmap)
5389 (flymake-fringe-indicator-position): New user variables.
5390
5391 * fringe.el: New bitmap exclamation-mark.
5392
5393 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5394
5395 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5396 also (Bug#7879).
5397
5398 2012-07-14 Chong Yidong <cyd@gnu.org>
5399
5400 * electric.el (electric-pair-post-self-insert-function): Fix pair
5401 insertion in empty-region case (Bug#11520).
5402
5403 2012-07-14 Chong Yidong <cyd@gnu.org>
5404
5405 * bindings.el: Consolidate ctl-x-r-map bindings.
5406 Bind copy-rectangle-as-kill to C-x r w.
5407
5408 * rect.el, register.el: Move bindings to bindings.el.
5409
5410 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5411
5412 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5413
5414 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5415
5416 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5417
5418 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5419
5420 * bindings.el (top): Use `mapc' instead of `mapcar'.
5421
5422 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5423
5424 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5425
5426 * progmodes/sql.el (sql-comint): Suppress the check for program on
5427 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5428 (Bug#11908)
5429
5430 2012-07-13 Chong Yidong <cyd@gnu.org>
5431
5432 * bindings.el: Assign a non-nil permanent-local property to
5433 per-buffer variables which lack a default value (Bug#11930).
5434
5435 * help-fns.el (describe-variable): In the "automatically becomes
5436 local" notice, take note of permanent-local variables.
5437
5438 2012-07-13 Chong Yidong <cyd@gnu.org>
5439
5440 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5441 to allow printing the message when called from Lisp.
5442
5443 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5444 Remove toggle-read-only.
5445
5446 * bs.el (bs-toggle-readonly):
5447 * buff-menu.el (Buffer-menu-toggle-read-only):
5448 Remove with-no-warnings around toggle-read-only.
5449
5450 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5451 Remove with-no-warnings around toggle-read-only.
5452 (ffap-read-only, ffap-read-only-other-window)
5453 (ffap-read-only-other-frame): Callers changed.
5454
5455 * help-mode.el: Don't require view package.
5456 (help-mode-finish): Set buffer-read-only instead of calling
5457 toggle-read-only.
5458
5459 * bindings.el (mode-line-toggle-read-only):
5460 * dired.el (dired-toggle-read-only):
5461 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5462 with non-nil second arg.
5463
5464 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5465 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5466 directly.
5467
5468 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5469
5470 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5471 not incf.
5472
5473 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 More CL cleanups and reduction of use of cl.el.
5476 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5477 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5478 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5479 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5480 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5481 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5482 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5483 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5484 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5485 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5486 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5487 * eshell/em-cmpl.el, eshell/em-banner.el:
5488 * calendar/parse-time.el: Use cl-lib.
5489 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5490 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5491 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5492 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5493 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5494 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5495 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5496 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5497 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5498 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5499 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5500 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5501 `lambda' rather than with `quote'.
5502 (eshell-do-opt): Adjust accordingly.
5503 (eshell-process-option): Simplify.
5504 * eshell/esh-var.el:
5505 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5506 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5507 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5508 to `pcase--dontcare'.
5509 * emacs-lisp/cl.el (labels): Mark obsolete.
5510 (cl--letf, letf): Move to cl-lib.
5511 (cl--letf*, letf*): Remove.
5512 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5513 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5514 (cl-progv): Rewrite.
5515 (cl--letf, cl-letf): Move from cl.el.
5516 (cl-letf*): New macro.
5517 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5518
5519 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5520
5521 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5522
5523 2012-07-11 Chong Yidong <cyd@gnu.org>
5524
5525 * vc/log-edit.el (log-edit-vc-backend): New variable.
5526 (log-edit): Doc fix.
5527
5528 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5529 argument of log-edit to set up all local variables.
5530 (vc-start-logentry): New optional arg specifying VC backend.
5531
5532 * vc/vc.el (vc-checkin): Use it.
5533 (vc-deduce-fileset): Handle Log Edit buffers.
5534 (vc-diff): Make first argument optional too.
5535
5536 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5537
5538 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5539
5540 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5541 command, just in case. The function is not needed anymore.
5542 (eshell-external-command): Do not call `eshell-remote-command'.
5543
5544 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 Reduce use of (require 'cl).
5547 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5548 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5549 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5550 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5551 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5552 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5553 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5554 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5555 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5556 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5557 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5558 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5559 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5560 (byte-compile-unfold-bcf, byte-compile-check-variable):
5561 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5562 (byte-compile-nilconstp):
5563 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5564 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5565
5566 * emacs-lisp/gv.el (cond): Make it a valid place.
5567 (if): Simplify slightly.
5568
5569 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5570 (pcase--self-quoting-p): New function.
5571 (pcase--u1): Use it.
5572
5573 2012-07-10 Glenn Morris <rgm@gnu.org>
5574
5575 * emacs-lisp/authors.el (authors-fixed-entries):
5576 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5577
5578 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5579
5580 Rename configure.in to configure.ac (Bug#11603).
5581 * emacs-lisp/authors.el (authors-canonical-file-name):
5582 * progmodes/autoconf.el (autoconf-mode):
5583 Prefer configure.ac to configure.in.
5584
5585 2012-07-08 Chong Yidong <cyd@gnu.org>
5586
5587 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5588 Implement the mouse-1-click-follows-link handling properly.
5589
5590 * info.el (Info-link-keymap): Use follow-link mechanism for
5591 header-line links (Bug#374).
5592
5593 * simple.el (deactivate-mark): Do not set the primary selection
5594 if another program has acquired it (Bug#11772).
5595
5596 2012-07-07 Kevin Ryde <user42@zip.com.au>
5597
5598 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5599 (woman-decode-region): Replace escaped-escapes without destroying
5600 bold or underline (Bug#11552).
5601 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5602
5603 2012-07-07 Chong Yidong <cyd@gnu.org>
5604
5605 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5606 (interprogram-cut-function, interprogram-paste-function):
5607 Mention that we typically mean the clipboard.
5608
5609 2012-07-06 Glenn Morris <rgm@gnu.org>
5610
5611 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5612
5613 * files.el (toggle-read-only): Restrict message to interactive use.
5614
5615 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5616
5617 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5618
5619 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5620
5621 2012-07-06 Glenn Morris <rgm@gnu.org>
5622
5623 * Makefile.in (compile-one-process): Rename from "recompile".
5624
5625 * Makefile.in (bzr-update): "compile" is the same as "recompile
5626 autoloads", but parallelizable, so use that instead.
5627
5628 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5629
5630 * window.el (quit-window): Always restore window height when
5631 it's saved in quit-restore parameter (Bug#11810).
5632
5633 2012-07-06 Glenn Morris <rgm@gnu.org>
5634
5635 * simple.el (kill-whole-line): Doc tweak.
5636
5637 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5638
5639 * files.el (file-relative-name): Compare file names
5640 case-insensitively if on MS-Windows or MS-DOS, or if
5641 read-file-name-completion-ignore-case is non-nil. Don't use
5642 case-fold-search for this purpose. (Bug#11827)
5643
5644 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5645
5646 * calendar/cal-dst.el (calendar-current-time-zone):
5647 Return calendar-current-time-zone-cache if non-nil.
5648
5649 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5650 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5651
5652 * calendar/cal-dst.el (calendar-current-time-zone):
5653 Return calendar-current-time-zone-cache if non-nil.
5654
5655 2012-07-06 Glenn Morris <rgm@gnu.org>
5656
5657 * Makefile.in (cvs-update): Remove old alias.
5658
5659 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5660
5661 Sync with Tramp 2.2.6-pre.
5662
5663 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5664 compatible declaration.
5665
5666 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5667 Protect `list-load-path-shadows' call.
5668
5669 * net/tramp-compat.el (top): Require packages, which aren't
5670 autoloaded anymore for XEmacs. Protect call of
5671 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5672 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5673 it hurts at least for SXEmacs.
5674 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5675 standard-value for `temporary-file-directory'.
5676
5677 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5678 Redirect stderr to /dev/null.
5679 (tramp-sh-handle-write-region): uid and gid can be floats.
5680 Reported by Russell Sim <russell.sim@gmail.com>.
5681 (tramp-sh-handle-vc-registered): Hide errors.
5682 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5683 and `start-file-process'.
5684 (tramp-maybe-open-connection): Check also whether `non-essential'
5685 is bound.
5686
5687 2012-07-04 Chong Yidong <cyd@gnu.org>
5688
5689 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5690 (xml-parse-tag): Likewise, and avoid changing entity tables.
5691 (xml-syntax-table): Define from scratch, making sure not to give
5692 x2000 and other Unicode spaces whitespace syntax, since those are
5693 not spaces in XML.
5694 (xml-parse-fragment): Delete unused function.
5695 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5696 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5697 (xml-entity-ref, xml-pe-reference-re)
5698 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5699 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5700 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5701 (xml-entity-value-re): Use syntax references in regexps where
5702 possible; no need to define inside a let-binding.
5703 (xml-parse-dtd): Use xml-pe-reference-re.
5704 (xml-entity-or-char-ref-re): New defconst.
5705 (xml-parse-string, xml-substitute-special): Use it.
5706
5707 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5708
5709 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5710 (find-file--read-only): New function.
5711 (find-file-read-only, find-file-read-only-other-window)
5712 (find-file-read-only-other-frame): Use it.
5713 (insert-file-contents-literally): Don't `fset'.
5714 (get-free-disk-space): Use locate-dominating-file.
5715
5716 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5717 function is already compiled.
5718
5719 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5720
5721 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5722
5723 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5724 files on the same host.
5725
5726 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5727
5728 * help-fns.el (describe-function-1): Only call
5729 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5730
5731 2012-07-03 Chong Yidong <cyd@gnu.org>
5732
5733 * xml.el: Protect parser against XML bombs.
5734 (xml-entity-expansion-limit): New variable.
5735 (xml-parse-string, xml-substitute-special): Use it.
5736 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5737
5738 2012-07-03 Glenn Morris <rgm@gnu.org>
5739
5740 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5741 Allow linking to specific messages in debbugs reports (eg 123#5).
5742
5743 2012-07-02 Chong Yidong <cyd@gnu.org>
5744
5745 * xml.el: Fix entity and character reference expansion, allowing
5746 them to expand into markup as per XML spec.
5747 (xml-default-ns): New variable.
5748 (xml-entity-alist): Use XML spec definitions for lt and amp.
5749 (xml-parse-region): Make first two arguments optional.
5750 Discard text properties.
5751 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5752 All callers changed.
5753 (xml-parse-tag): Call xml-parse-tag-1. For backward
5754 compatibility, this function should not modify buffer contents.
5755 (xml-parse-tag-1): Fix opening-tag regexp.
5756 (xml-parse-string): Rewrite, handling entity and character
5757 references properly.
5758 (xml--entity-replacement-text): Signal an error if a parameter
5759 entity is undefined.
5760
5761 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * comint.el (comint-output-filter): Filter out repeated prompts.
5764
5765 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5766 and file-name-absolute-p.
5767 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5768 internal calls.
5769
5770 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5771
5772 Spelling fixes.
5773 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5774 Rename from byte-compile--refiy-function. All uses changed.
5775
5776 2012-07-01 Chong Yidong <cyd@gnu.org>
5777
5778 * xml.el (xml--parse-buffer): New function. Move most of
5779 xml-parse-region here.
5780 (xml-parse-region): Copy region into a temporary buffer, since
5781 parameter entity substitution requires changing buffer contents.
5782 Use xml--parse-buffer.
5783 (xml-parse-file): Use xml--parse-buffer.
5784 (xml-parse-dtd): Make parameter entity substitution work right.
5785 Use proper regexps for ELEMENT declarations (Bug#7172).
5786
5787 2012-06-30 Glenn Morris <rgm@gnu.org>
5788
5789 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5790
5791 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5792 Remove outdated and unnecessary dbus declarations.
5793
5794 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5795
5796 * emacs-lisp/timer.el (timer-until): Subtract results of
5797 float-time, instead of taking float-time of the result of
5798 time-subtract, since float-time signals an error for negative time
5799 arguments.
5800
5801 2012-06-30 Chong Yidong <cyd@gnu.org>
5802
5803 * xml.el (xml-*-re): Convert defvars into defconsts, and
5804 eval-and-compile them so eval-and-compile works on derivatives.
5805 (xml--entity-replacement-text): Use eval-and-comple.
5806
5807 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5808
5809 * vc/vc-git.el (vc-git-registered): Use cache property
5810 `git-registered'.
5811 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5812 `vc-git-working-revision' in order to benefit from the cache.
5813 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5814
5815 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5816
5817 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5818 removed (likely outside Emacs). (Bug#11757)
5819
5820 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5821
5822 * emacs-lisp/cl-lib.el: Require macroexp.
5823
5824 2012-06-30 Chong Yidong <cyd@gnu.org>
5825
5826 * xml.el: Implement XML parameter entities.
5827 (xml-parameter-entity-alist): New variable.
5828 (xml-parse-region, xml-parse-fragment): Preserve previous values
5829 of xml-entity-alist and xml-parameter-entity-alist, so that
5830 repeated calls on different documents do not change them.
5831 (xml-parse-tag): Fix doctype regexp.
5832 (xml--entity-replacement-text): New function.
5833 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5834 properly requires url retrieval which is unimplemented.
5835 (xml-escape-string): Doc fix.
5836
5837 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5840
5841 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5842
5843 * fringe.el (fringe-mode): Doc fix.
5844
5845 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5846
5847 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5848 is non-nil.
5849 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5850 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5851
5852 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5853
5854 * calendar/cal-dst.el (calendar-current-time-zone):
5855 Return calendar-current-time-zone-cache if non-nil.
5856
5857 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5858
5859 * progmodes/which-func.el (which-func-format):
5860 Add mouse-face. (Bug#11698)
5861
5862 2012-06-29 Leo Liu <sdl.web@gmail.com>
5863
5864 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5865
5866 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * minibuffer.el (minibuffer-confirm-exit-commands):
5869 Add completion-at-point (bug#11725).
5870
5871 2012-06-29 Glenn Morris <rgm@gnu.org>
5872
5873 * progmodes/f90.el (f90-font-lock-keywords-2):
5874 Add some preprocessor elements. (Bug#10499)
5875
5876 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5879 Use syntax-propertize (bug#11739).
5880
5881 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5882
5883 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5884
5885 2012-06-28 Julien Danjou <julien@danjou.info>
5886
5887 * term.el (term-handle-colors-array): Use a set of new faces to
5888 color the terminal. Also uses :inverse-video property.
5889 (term-default-fg-color): Set to nil by default, deprecate in favor
5890 of `term-face'.
5891 (term-default-bg-color): Set to nil by default, deprecate in favor
5892 of `term-face'.
5893 (term-current-face): Use `term-face' by default.
5894 (term-bold-attribute): Variable deleted.
5895
5896 2012-06-28 Glenn Morris <rgm@gnu.org>
5897
5898 * simple.el (completion-list-mode-finish):
5899 Don't use toggle-read-only. (Since completion-list-mode has
5900 a special mode-class, it wasn't doing anything extra anyway.)
5901
5902 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 Make inlining of other-mode interpreted functions work (bug#11799).
5905 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5906 (byte-compile): Use it to fix compilation of lexical-binding closures.
5907 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5908 function, if needed.
5909
5910 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * help-mode.el (help-make-xrefs): Don't just withstand
5913 cyclic-variable-indirection but any error in documentation-property.
5914
5915 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5916 memory use.
5917 * bindings.el (bindings--define-key): New function.
5918 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5919 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5920 * bindings.el: Use it to purecopy define-key bindings.
5921
5922 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5923
5924 * emacs-lisp/cl.el (flet): Mark obsolete.
5925 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5926 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5927 * progmodes/js.el (js-c-fill-paragraph):
5928 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5929 (ebrowse-switch-member-buffer-to-derived-class):
5930 * play/5x5.el (5x5-solver): Use cl-flet.
5931
5932 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5933 (cl--symbol-function): New macro.
5934 (cl--letf, cl--letf*): Use it.
5935
5936 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5937 Strip "toggle-" if any.
5938
5939 2012-06-27 Glenn Morris <rgm@gnu.org>
5940
5941 * info.el (Info-default-directory-list): Move here from paths.el.
5942 * paths.el: Remove file, which is now empty.
5943 * loadup.el: No longer load "paths".
5944
5945 * custom.el (custom-initialize-delay): Doc fix.
5946
5947 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5948 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5949 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5950 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5951 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5952 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5953 * eshell/eshell.el (eshell-defgroup): Remove alias.
5954
5955 2012-06-27 Chong Yidong <cyd@gnu.org>
5956
5957 * help.el (help-enable-auto-load): New variable.
5958
5959 * help-fns.el (help-fns--autoloaded-p): New function.
5960 (describe-function-1): Refer to a function as "autoloaded" if it
5961 was autoloaded at any time in the past. Perform autoloading if
5962 help-enable-auto-load is non-nil.
5963
5964 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5965
5966 * makefile.w32-in (compile, compile-always): Depend on
5967 update-subdirs, not on subdirs.el. Otherwise, several different
5968 sub-targets of 'bootstrap' running in parallel could
5969 simultaneously write to subdirs.el, producing a garbled file.
5970
5971 2012-06-26 Sam Steingold <sds@gnu.org>
5972
5973 * files.el (file-name-base): New convenience function.
5974 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5975 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5976 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5977 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5978 * textmodes/ispell.el, textmodes/reftex-ref.el:
5979 * textmodes/tex-mode.el: Use it.
5980 Did not touch cedet and org because they are maintained elsewhere.
5981
5982 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5983
5984 * calendar/calendar.el (calendar-exit): Don't try to delete or
5985 iconify last frame. See:
5986 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5987
5988 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5989
5990 * server.el (server-process-filter): Remember dir in the
5991 process's `server-client-directory' properties.
5992
5993 2012-06-24 Chong Yidong <cyd@gnu.org>
5994
5995 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5996 non-tag text.
5997
5998 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5999
6000 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
6001
6002 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * help-fns.el (describe-variable): Don't croak when doc is not found.
6005 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
6006 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
6007 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
6008 * emacs-lisp/smie.el (smie-next-sexp): CSE.
6009 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
6010 ((lambda ..) ..).
6011 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
6012
6013 2012-06-23 Chong Yidong <cyd@gnu.org>
6014
6015 * info.el (Info-mouse-follow-link): Accept symbol values of
6016 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
6017 (Info-fontify-node): Use Info-link-keymap for all navigation
6018 buttons, with link-args property to perform the desired action.
6019 (Info-link-keymap): Doc fix.
6020 (Info-next-link-keymap, Info-prev-link-keymap)
6021 (Info-up-link-keymap): Delete now-unused keymaps.
6022
6023 2012-06-23 Chong Yidong <cyd@gnu.org>
6024
6025 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
6026
6027 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
6028 system abbrevs.
6029
6030 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
6031
6032 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
6035 (bug#11719).
6036
6037 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6038 the requote function doesn't work properly (bug#11714).
6039
6040 2012-06-23 Glenn Morris <rgm@gnu.org>
6041
6042 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6043
6044 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 Further GV/CL cleanups.
6047 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6048 gv-expander.
6049 (gv--defun-declaration): New function.
6050 (defun-declarations-alist): Use it.
6051 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6052 (gv-place): Autoload.
6053 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6054 original definition of dotimes and dolist.
6055 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6056 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6057 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6058 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6059 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6060 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6061 to the function's definition.
6062 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6063 * window.el:
6064 * files.el:
6065 * faces.el:
6066 * env.el: Don't use CL.
6067
6068 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6069
6070 Support higher-resolution time stamps (Bug#9000).
6071
6072 * calendar/time-date.el (with-decoded-time-value): New arg
6073 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
6074 (encode-time-value): New optional arg PICO. New type 3.
6075 (time-to-seconds) [!float-time]: Support the new picoseconds
6076 component if it's used.
6077 (seconds-to-time, time-subtract, time-add):
6078 Support ps-resolution time stamps as well.
6079
6080 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
6081 (timerp): Timer vectors now have length 9, not 8.
6082 (timer--time): Support new-style (4-part) time stamps.
6083 (timer-next-integral-multiple-of-time): Time stamps now have
6084 picosecond resolution, so take a bit more care about rounding.
6085 (timer-relative-time, timer-inc-time): New optional arg psecs.
6086 (timer-set-time-with-usecs): Set psecs to 0.
6087 (timer--activate): Check psecs component, too.
6088
6089 * proced.el (proced-time-lessp): Support ps-resolution stamps.
6090
6091 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6094 Move the non-essential binding to the post/pre-command-hook where it is
6095 more obviously correct.
6096
6097 * subr.el (read-passwd): Don't use a history at all.
6098 * savehist.el (savehist-save): Remove password saved accidentally
6099 because of the above bug.
6100
6101 2012-06-22 Bastien Guerry <bzg@gnu.org>
6102
6103 * files.el (toggle-read-only): Display a message telling whether
6104 the buffer is read-only or not (bug#11726).
6105
6106 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * emacs-lisp/gv.el: New file.
6109 * subr.el (push, pop): Extend to generalized variables.
6110 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
6111 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
6112 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
6113 gv-define-simple-setter, and gv-define-expander.
6114 Remove setf-methods defined in gv. Rename cl-setf -> setf.
6115 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
6116 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
6117 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
6118 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
6119 gv-letplace.
6120 (cl-defstruct): Don't define setf-method any more.
6121 * emacs-lisp/cl.el (flet): Don't autoload.
6122 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
6123 (define-setf-expander, defsetf, define-modify-macro)
6124 (cl-struct-setf-expander): Move from cl-lib.el.
6125 * emacs-lisp/syntax.el:
6126 * emacs-lisp/ewoc.el:
6127 * emacs-lisp/smie.el:
6128 * emacs-lisp/cconv.el:
6129 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
6130 (timer--time): Use gv-define-simple-setter.
6131 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
6132 to avoid coding-system problems in subr.el. Adjust all users.
6133 (macroexp--maxsize, macroexp-small-p): New functions.
6134 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
6135 * scroll-bar.el (scroll-bar-mode):
6136 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6137 (normal-erase-is-backspace-mode): Don't use the `eq' place.
6138 * winner.el (winner-configuration, winner-make-point-alist)
6139 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
6140 * files.el (locate-file-completion-table): Avoid list*.
6141
6142 2012-06-22 Chong Yidong <cyd@gnu.org>
6143
6144 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
6145 (dired-create-files): Doc fix (Bug#11329).
6146 (dired-do-copy): Doc fix (Bug#11334).
6147 (dired-mark-read-string): Doc fix (Bug#11553).
6148
6149 * dired.el (dired-recursive-copies, dired-recursive-deletes):
6150 Doc fix (Bug#11326).
6151 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
6152 (dired-dwim-target): Doc fix.
6153
6154 * wdired.el (wdired-mode): Doc fix.
6155
6156 2012-06-22 Glenn Morris <rgm@gnu.org>
6157
6158 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
6159 (pcmpl-rpm-cache-stamp-file): New constant.
6160 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
6161 (pcmpl-rpm-packages): Optionally cache list of packages.
6162
6163 * pcmpl-rpm.el (pcmpl-rpm): New group.
6164 (pcmpl-rpm-query-options): New option.
6165 (pcmpl-rpm-packages): No need to inline it.
6166 Use pcmpl-rpm-query-options.
6167
6168 * calendar/calendar.el (calendar-in-read-only-buffer):
6169 Avoid some needless mode changes.
6170
6171 2012-06-21 Chong Yidong <cyd@gnu.org>
6172
6173 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6174 (desktop-path): Remove . from the default value (Bug#10977).
6175 (desktop-read): Use user-emacs-directory if desktop-path is nil.
6176
6177 2012-06-20 Chong Yidong <cyd@gnu.org>
6178
6179 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6180
6181 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6182
6183 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6184 (bug#11201).
6185
6186 2012-06-20 Chong Yidong <cyd@gnu.org>
6187
6188 * term.el (term-window-width): Handle the case of a missing right
6189 fringe (Bug#8837).
6190 (term-check-size): Use window-text-height (Bug#5445).
6191 (term-mode): Use define-derived-mode. Minor cleanups.
6192 Set font-lock-defaults (Bug#7692).
6193 (term-move-columns, term-insert-char, term-emulate-terminal)
6194 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6195
6196 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
6197
6198 * net/ange-ftp.el (ange-ftp-get-passwd):
6199 Bind `enable-recursive-minibuffers'.
6200 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6201
6202 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6203
6204 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6205
6206 2012-06-19 Glenn Morris <rgm@gnu.org>
6207
6208 * progmodes/python.el (python-mode): Derive from prog-mode.
6209
6210 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6211
6212 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6213 (edt-user-menu-bar-update-buffers): New functions.
6214 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6215
6216 2012-06-19 Chong Yidong <cyd@gnu.org>
6217
6218 * subr.el (with-selected-window): Preserve the selected window's
6219 terminal's top-frame (Bug#4702).
6220
6221 * window.el (save-selected-window): Likewise.
6222
6223 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * progmodes/python.el (python-rx-constituents): Move backquote.
6226 (python-skeleton-define, python-define-auxiliary-skeleton):
6227 Use `declare'.
6228
6229 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
6230
6231 * minibuffer.el (read-file-name-default): Revert the patch from
6232 2012-06-17.
6233
6234 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6237 (pcase--u1, pcase--q1): Don't use apply-partially.
6238
6239 2012-06-18 Glenn Morris <rgm@gnu.org>
6240
6241 * progmodes/python.el (python-proc, python-buffer)
6242 (python-send-receive, python-send-string): Fix obsolete versions.
6243
6244 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6245
6246 * window.el (special-display-p): Completely remove stringp
6247 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6248
6249 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
6250
6251 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6252
6253 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6254
6255 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6256 * net/tramp-sh.el (tramp-maybe-open-connection):
6257 Throw if `non-essential' is non-nil.
6258
6259 2012-06-17 Martin Rudalics <rudalics@gmx.at>
6260
6261 * window.el (special-display-p): Signal an error if BUFFER-NAME
6262 is not a string (Bug#11713).
6263
6264 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6265
6266 * progmodes/python.el (python-info-beginning-of-backslash):
6267 Rename from python-info-beginning-of-backlash, as a spelling fix.
6268
6269 2012-06-17 Chong Yidong <cyd@gnu.org>
6270
6271 * term.el (term-emulate-terminal): If term-check-size is called,
6272 move point to the process mark without resetting point (Bug#4635).
6273
6274 2012-06-17 Glenn Morris <rgm@gnu.org>
6275
6276 * international/mule-cmds.el (mule-menu-keymap)
6277 (set-language-environment, set-locale-environment): Doc tweaks.
6278
6279 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6280
6281 * cus-face.el (custom-face-attributes): Add wave-style underline
6282 attribute.
6283 * faces.el (set-face-attribute): Update docstring to describe
6284 wave-style underline attribute.
6285
6286 2012-06-16 Chong Yidong <cyd@gnu.org>
6287
6288 * term/xterm.el (terminal-init-xterm): Discard input before
6289 querying background mode (Bug#10959).
6290
6291 2012-06-16 Stefan Merten <smerten@oekonux.de>
6292
6293 * textmodes/rst.el: Added and corrected some comments.
6294 (rst-re-alist-def): Improve symbol syntax.
6295 (rst-mode-syntax-table): Correct syntax entries.
6296 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6297 (rst-official-version, rst-official-cvs-rev): Update version
6298 information.
6299
6300 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
6301
6302 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6303 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6304
6305 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6306
6307 * progmodes/python.el: New python.el merge.
6308 (python-guess-indent): Obsolete var.
6309 (python-indent-guess-indent-offset): New defcustom.
6310 (python-indent): Obsolete var.
6311 (python-indent-offset): New defcustom.
6312 (python-python-command, python-jython-command): Delete var.
6313 (python-shell-interpreter): New defcustom.
6314 (python-pdbtrack-do-tracking-p): Delete var.
6315 (python-pdbtrack-activate): New defcustom.
6316 (python-use-skeletons): Obsolete var.
6317 (python-skeleton-autoinsert): New defcustom.
6318 (inferior-python-filter-regexp, python-continuation-offset)
6319 (python-honour-comment-indentation, python-indent-string-contents)
6320 (python-jython-packages, python-mode-hook)
6321 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6322 (python-shell-prompt-alist)
6323 (python-source-modes): Delete defcustoms.
6324 (python-check-buffer-name, python-eldoc-setup-code)
6325 (python-eldoc-string-code, python-ffap-setup-code)
6326 (python-ffap-string-code, python-fill-comment-function)
6327 (python-fill-decorator-function, python-fill-paren-function)
6328 (python-fill-string-function, python-imenu-include-defun-type)
6329 (python-imenu-make-tree, python-imenu-subtree-root-label)
6330 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6331 (python-shell-compilation-regexp-alist)
6332 (python-shell-completion-module-string-code)
6333 (python-shell-completion-pdb-string-code)
6334 (python-shell-completion-setup-code)
6335 (python-shell-completion-string-code)
6336 (python-shell-enable-font-lock, python-shell-exec-path)
6337 (python-shell-extra-pythonpaths)
6338 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6339 (python-shell-process-environment)
6340 (python-shell-prompt-block-regexp)
6341 (python-shell-prompt-output-regexp)
6342 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6343 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6344 (python-shell-virtualenv-path): New defcustoms.
6345 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6346 (inferior-python-mode-syntax-table, python--prompt-regexp)
6347 (python-buffer, python-command python-python-command)
6348 (python-default-template, python-imports, python-indent-index)
6349 (python-indent-list, python-indent-list-length)
6350 (python-mode-running, python-pdbtrack-is-tracking-p)
6351 (python-preoutput-continuation, python-preoutput-leftover)
6352 (python-preoutput-result, python-preoutput-skip-next-prompt)
6353 (python-prev-dir/file, python-recursing)
6354 (python-saved-check-command, python-version-checked)
6355 (python-which-func-length-limit)
6356 (view-return-to-alist): Delete vars.
6357 (python-check-custom-command, python-dotty-syntax-table)
6358 (python-imenu-index-alist, python-indent-current-level)
6359 (python-indent-dedenters, python-indent-levels)
6360 (python-nav-beginning-of-defun-regexp)
6361 (python-nav-list-defun-positions-cache)
6362 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6363 (python-shell-internal-buffer)
6364 (python-skeleton-available): New vars.
6365 (def-python-skeleton): Delete macro.
6366 (python-skeleton-define): New macro.
6367 (python-define-auxiliary-skeleton, python-rx): New macros.
6368 (python-insert-class): Delete command.
6369 (python-skeleton-class): New command.
6370 (python-insert-def): Delete command.
6371 (python-skeleton-def): New command.
6372 (python-insert-for): Delete command.
6373 (python-skeleton-for): New command.
6374 (python-insert-if): Delete command.
6375 (python-skeleton-if): New command.
6376 (python-insert-try/except, python-insert-try/finally): Delete commands.
6377 (python-skeleton-try): New command.
6378 (python-insert-while): Delete command.
6379 (python-skeleton-while): New command.
6380 (python-backspace): Delete command.
6381 (python-indent-dedent-line-backspace): New command.
6382 (python-electric-colon): Delete command.
6383 (python-indent-electric-colon): New command.
6384 (python-guess-indent): Delete command.
6385 (python-indent-guess-indent-offset): New command.
6386 (python-shift-left): Delete command.
6387 (python-indent-shift-left): New command.
6388 (python-shift-right): Delete command.
6389 (python-indent-shift-right): New command.
6390 (python-find-function): Delete command.
6391 (python-nav-jump-to-defun): New command.
6392 (python-next-statement): Delete command.
6393 (python-nav-forward-sentence): New command.
6394 (python-previous-statement): Delete command.
6395 (python-nav-backward-sentence): New command.
6396 (python-fill-paragraph): Delete command.
6397 (python-fill-paragraph-function): New command.
6398 (python-send-buffer): Delete command.
6399 (python-shell-send-buffer): New command.
6400 (python-send-defun): Delete command.
6401 (python-shell-send-defun): New command.
6402 (python-send-region, python-send-region-and-go): Delete commands.
6403 (python-shell-send-region)
6404 (python-shell-switch-to-shell): New commands.
6405 (python-send-string): Delete command.
6406 (python-shell-send-string): New command.
6407 (python-switch-to-python): Delete command.
6408 (python-shell-switch-to-shell): New command.
6409 (python-describe-symbol): Delete command.
6410 (python-eldoc-at-point): New command.
6411 (python--set-prompt-regexp, python-args-to-list)
6412 (python-after-info-look, python-check-version)
6413 (python-check-comint-prompt, python-find-imports)
6414 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6415 (python-unload-function, python-expand-template)
6416 (python-maybe-jython, python-preoutput-filter)
6417 (python-pdbtrack-get-source-buffer)
6418 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6419 (python-pdbtrack-toggle-stack-tracking)
6420 (python-pdbtrack-track-stack-file, python-initial-text)
6421 (python-first-word, python-comment-line-p, python-send-command)
6422 (python-setup-brm, python-sentinel, python-set-proc)
6423 (python-skip-out, python-input-filter, python-outdent-p)
6424 (python-outline-level, python-backslash-continuation-line-p)
6425 (python-end-of-block, python-end-of-statement, python-mark-block)
6426 (python-beginning-of-block, python-beginning-of-statement)
6427 (python-blank-line-p, python-beginning-of-string)
6428 (python-open-block-statement-p): Delete functions.
6429 (python-indent-line, python-indent-line-1): Delete functions.
6430 (python-indent-line): New function.
6431 (python-indentation-levels): Delete function.
6432 (python-indent-calculate-levels): New function.
6433 (python-proc): Delete function.
6434 (python-shell-get-process): New function.
6435 (python-send-receive): Delete function.
6436 (python-shell-send-string-no-output): New function.
6437 (python-module-path): Delete function.
6438 (python-ffap-module-path): New function.
6439 (python-completion-at-point)
6440 (python-symbol-completions): Delete functions.
6441 (python-completion-complete-at-point): New function.
6442 (python-load-file): Delete function.
6443 (python-shell-send-file): New function.
6444 (python-calculate-indentation): Delete function.
6445 (python-indent-calculate-indentation): New function.
6446 (python-skip-comments/blanks): Delete function.
6447 (python-util-forward-comment): New function.
6448 (python-continuation-line-p): Delete function.
6449 (python-info-continuation-line-p): New function.
6450 (python-which-func, python-current-defun): Delete function.
6451 (python-info-current-defun): New function.
6452 (python-beginning-of-defun): Delete function.
6453 (python-nav-beginning-of-defun): New function.
6454 (python-close-block-statement-p)
6455 (python-block-end-p): Delete function.
6456 (python-info-closing-block): New function.
6457 (python-comint-output-filter-function)
6458 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6459 (python-fill-comment, python-fill-decorator, python-fill-paren)
6460 (python-fill-string, python-imenu-make-element-tree)
6461 (python-imenu-make-tree, python-imenu-tree-assoc)
6462 (python-indent-context, python-indent-dedent-line)
6463 (python-indent-line-function)
6464 (python-indent-post-self-insert-function)
6465 (python-indent-toggle-levels)
6466 (python-info-assignment-continuation-line-p)
6467 (python-info-beginning-of-backlash)
6468 (python-info-block-continuation-line-p)
6469 (python-info-closing-block-message)
6470 (python-info-line-ends-backslash-p)
6471 (python-info-looking-at-beginning-of-defun)
6472 (python-info-ppss-context, python-info-ppss-context-type)
6473 (python-nav-list-defun-positions, python-nav-read-defun)
6474 (python-nav-sentence-end, python-nav-sentence-start)
6475 (python-pdbtrack-comint-output-filter-function)
6476 (python-pdbtrack-set-tracked-buffer)
6477 (python-shell-calculate-exec-path)
6478 (python-shell-calculate-process-environment)
6479 (python-shell-completion--do-completion-at-point)
6480 (python-shell-completion--get-completions)
6481 (python-shell-completion-complete-at-point)
6482 (python-shell-completion-complete-or-indent)
6483 (python-shell-get-or-create-process)
6484 (python-shell-get-process-name)
6485 (python-shell-internal-get-or-create-process)
6486 (python-shell-internal-get-process-name)
6487 (python-shell-internal-send-string, python-shell-make-comint)
6488 (python-shell-parse-command, python-shell-send-setup-code)
6489 (python-skeleton-add-menu-items)
6490 (python-util-clone-local-variables, python-util-position)
6491 (run-python-internal, python-indentation-levels)
6492 (python-nav-beginning-of-defun)
6493 (python-completion-complete-at-point): New functions.
6494 (run-python): Change arguments. New API requirements.
6495
6496 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6499 (bug#11649).
6500
6501 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6502 (macroexp--expand-all): Use it.
6503
6504 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6505 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6506 Use `cl-function' instead.
6507
6508 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6509
6510 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6511 Suggested by Stefan Monnier while discussing bug#11657.
6512
6513 2012-06-14 Sam Steingold <sds@gnu.org>
6514
6515 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6516
6517 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6518
6519 * play/doctor.el (doctor-doc): Remove parameter and use
6520 doctor-sent instead of sent.
6521 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6522
6523 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * files.el: Require cl-lib.
6526 (file-name-non-special): Replace case -> cl-case.
6527
6528 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6529
6530 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6531 mapping from #' to function*.
6532
6533 2012-06-13 Chong Yidong <cyd@gnu.org>
6534
6535 * mouse.el (mouse-drag-track): Do not set the mark if the user
6536 releases the mouse without selecting anything (Bug#11588).
6537
6538 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6541 as well (bug#11646).
6542
6543 * loadup.el: Count byte-code functions as well.
6544
6545 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6546 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6547
6548 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6549 (bug#11649). Add cl-defun and cl-defmacro.
6550
6551 2012-06-13 Drew Adams <drew.adams@oracle.com>
6552
6553 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6554 Fix last change.
6555
6556 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6557
6558 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6559 Otherwise, it blocks in batch mode.
6560
6561 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6562
6563 * help-mode.el (bookmark-make-record-default): Declare.
6564
6565 2012-06-13 Chong Yidong <cyd@gnu.org>
6566
6567 * emacs-lisp/package.el (list-packages): Compute a list of
6568 packages that are newly-available since the last list-packages
6569 invocation.
6570 (package-menu--new-package-list): New var.
6571 (package-menu--generate, package-menu--print-info)
6572 (package-menu--status-predicate, package-menu-mark-install):
6573 Handle new status label "new".
6574
6575 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6576
6577 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6578 conversion to backquotes.
6579
6580 2012-06-12 Chong Yidong <cyd@gnu.org>
6581
6582 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6583 Rename from gud-inhibit-global-bindings.
6584
6585 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6586
6587 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6588 hook from nxml-glyph-set-hook.
6589
6590 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6591 declaration.
6592
6593 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6594
6595 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6596 Convert to defcustom.
6597
6598 2012-06-12 Drew Adams <drew.adams@oracle.com>
6599
6600 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6601 New functions.
6602 (help-mode): Use them.
6603
6604 2012-06-11 Glenn Morris <rgm@gnu.org>
6605
6606 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6607 Use preprocessor face for directives.
6608 (fortran-directive-re): Doc fix.
6609
6610 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6611
6612 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6613 conversion to backquotes (bug#11652).
6614
6615 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6616 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6617 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6618 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6619 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6620 (cl-ninth, cl-tenth): Mark them as inlinable.
6621 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6622 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6623 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6624 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6625 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6626 (cl-list*, cl-adjoin): Don't put an autoload manually.
6627 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6628 (cl--compiler-macro-list*): Add autoload cookie.
6629 (cl--compiler-macro-cXXr): New function.
6630
6631 * help-fns.el (help-fns--compiler-macro): New function extracted from
6632 describe-function-1; follow aliases and use `compiler-macro' property.
6633 (describe-function-1): Use it.
6634
6635 2012-06-11 Chong Yidong <cyd@gnu.org>
6636
6637 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6638 is uninstalled, if imagemagick is installed.
6639
6640 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * emacs-lisp/cl-lib.el: Use lexical-binding.
6643 (cl-map-extents, cl-maclisp-member): Remove.
6644 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6645 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6646 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6647 * emacs-lisp/cl-extra.el: Use lexical-binding.
6648 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6649 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6650 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6651 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6652 * emacs-lisp/cl-seq.el: Use lexical-binding.
6653 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6654 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6655 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6656 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6657 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6658 CL's internals.
6659
6660 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6661
6662 Sync with Tramp 2.2.6-pre.
6663
6664 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6665 `print-length' and `print-level' to nil, in order to avoid
6666 truncation. Reported by Christopher Schmidt
6667 <christopher@ristopher.com>.
6668
6669 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6670
6671 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6672 New defmacro.
6673 (tramp-compat-copy-directory): Add optional argument
6674 COPY-CONTENTS. It is not handled yet.
6675
6676 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6677 (tramp-ftp-file-name-p): Simplify.
6678
6679 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6680 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6681 connection vector.
6682
6683 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6684 (tramp-methods): Do not use `tramp-password-end-of-line'.
6685 (tramp-completion-function-alist-putty): Handle UNIX case.
6686 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6687 (tramp-do-file-attributes-with-stat)
6688 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6689 gid as real numbers. They could run out of integer range on cygwin.
6690 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6691 (tramp-sh-handle-expand-file-name): Handle hops.
6692 (tramp-open-connection-setup-interactive-shell):
6693 Use `tramp-cleanup'. Move check for busyboxes ...
6694 (tramp-find-shell): ... here. Simplify implementation.
6695 Set "remote-shell" property also for alternative shells.
6696 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6697 If failing, a regular file would be written otherwise.
6698 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6699 (tramp-find-inline-encoding): Cache the coding commands in the
6700 process cache. Apply test command on the remote side, if defined.
6701 (tramp-find-inline-compress): Cache the compress commands in the
6702 process cache.
6703 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6704 when requested. Handle hops.
6705 (tramp-current-connection): New defvar.
6706 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6707 Throw `suppress', if there was a failed connection shortly before.
6708 Handle user interrupt. (Bug#10187)
6709 (tramp-get-inline-compress, tramp-get-inline-coding):
6710 Read connection properties from the process cache.
6711
6712 * net/tramp-smb.el (tramp-smb-server-version)
6713 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6714 New defconsts.
6715 (tramp-smb-prompt): Extend for powershell prompt.
6716 (tramp-smb-file-name-handler-alist): Add handlers for
6717 `process-file', `shell-command' and `start-file-process'.
6718 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6719 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6720 (tramp-smb-file-name-p): Simplify.
6721 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6722 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6723 (tramp-smb-shell-quote-argument): New defuns.
6724 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6725 Implement using "tar". By this, time-stamps are preserved.
6726 (tramp-smb-handle-copy-file): Handle also the case of directories.
6727 (tramp-smb-do-file-attributes-with-stat)
6728 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6729 Use `tramp-get-connection-buffer').
6730 (tramp-smb-handle-rename-file): Use "rename", when source and
6731 target are on the same share.
6732 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6733 Use `tramp-smb-server-version'.
6734 (tramp-smb-wait-for-output): Remove prompt.
6735
6736 * net/tramp.el (top): Require 'cl.
6737 (tramp-methods, tramp-rsh-end-of-line):
6738 Remove `tramp-password-end-of-line' from docstring.
6739 (tramp-save-ad-hoc-proxies): New defcustom.
6740 (tramp-completion-function-alist): Adapt docstring.
6741 (tramp-default-password-end-of-line): Remove defcustom.
6742 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6743 (tramp-user-regexp, tramp-file-name-regexp-unified)
6744 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6745 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6746 (tramp-remote-file-name-spec-regexp): New defconst.
6747 (tramp-file-name-structure): Extend structure for hops.
6748 (tramp-get-method-parameter): Move up.
6749 (tramp-file-name-p, tramp-dissect-file-name)
6750 (with-parsed-tramp-file-name): Handle hops.
6751 (tramp-file-name-hop): New defun.
6752 (tramp-make-tramp-file-name): New optional arg HOP.
6753 (tramp-message-show-progress-reporter-message): New defvar.
6754 (tramp-with-progress-reporter): Use it. We cannot use
6755 `tramp-message-show-message' here, because this suppresses also
6756 error buffers.
6757 (tramp-error-with-buffer): Suppress buffer view, if
6758 `tramp-message-show-message' is nil.
6759 Use `tramp-get-connection-buffer'.
6760 (tramp-cleanup): New defun.
6761 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6762 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6763 an error unchanged.
6764 (tramp-completion-handle-file-name-all-completions): Handle hops.
6765 Fix an error when called from ido.
6766 (tramp-completion-dissect-file-name): Use better local variable
6767 name. Add hop to the vector.
6768 (tramp-handle-insert-file-contents): Use progress-reporter for the
6769 whole scenario.
6770 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6771 to `t'.
6772 (tramp-check-for-regexp): Simplify search.
6773 (tramp-enter-password): Remove it. Move implementation ...
6774 (tramp-action-password): ... here.
6775 (tramp-mode-string-to-int, tramp-local-host-p)
6776 (tramp-make-tramp-temp-file, tramp-read-passwd)
6777 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6778 Set tramp-autoload cookie.
6779
6780 * net/trampver.el: Update release number.
6781
6782 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6783 Michael Albinus <michael.albinus@gmx.de>
6784
6785 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6786 (tramp-parse-group, tramp-parse-file)
6787 (tramp-parse-shostkeys-sknownhosts): New defuns.
6788 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6789 (tramp-parse-shosts-group, tramp-parse-sconfig)
6790 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6791 (tramp-parse-sknownhosts, tramp-parse-hosts)
6792 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6793 Use them.
6794 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6795 (tramp-parse-putty-group): Don't narrow.
6796 (tramp-parse-putty): Make a loop.
6797 (tramp-file-name-handler): Catch the `suppress' signal.
6798
6799 2012-06-11 Chong Yidong <cyd@gnu.org>
6800
6801 * image.el (imagemagick-register-types): Put the ImageMagick entry
6802 at the end of image-type-file-name-regexps.
6803
6804 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6805
6806 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6807 (pcase, pcase-let*, pcase-dolist): Use them.
6808
6809 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6810
6811 * emacs-lisp/pcase.el (pcase--let*): New function.
6812 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6813 (pcase--expand): Use macroexp-let².
6814
6815 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6816
6817 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6818 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6819 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6820 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6821 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6822 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6823
6824 2012-06-10 Glenn Morris <rgm@gnu.org>
6825
6826 * mail/rmail.el (rmail-yank-current-message): Leave point at
6827 correct position. (Bug#11660)
6828
6829 2012-06-10 Chong Yidong <cyd@gnu.org>
6830
6831 * allout-widgets.el: Fix code header.
6832
6833 2012-06-10 Chong Yidong <cyd@gnu.org>
6834
6835 * cus-edit.el (customize-changed-options-previous-release):
6836 Bump to 24.1.
6837
6838 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6839
6840 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6841
6842 2012-06-09 Chong Yidong <cyd@gnu.org>
6843
6844 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6845
6846 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6847
6848 * window.el (special-display-popup-frame): Don't use
6849 window--display-buffer (Bug#11651).
6850
6851 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6852
6853 Fix parallel builds: make sure loaddefs.el is not being written
6854 while Lisp files are compiled.
6855 (compile): Don't depend on 'mh-autoloads'.
6856 (compile-CMD, compile-SH): Depend on 'autoloads'.
6857 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6858
6859 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6860
6861 2012-06-09 Chong Yidong <cyd@gnu.org>
6862
6863 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6864 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6865 Doc fixes (Bug#11225).
6866
6867 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6870 a function if there's a clear indication that it has a compiler-macro.
6871 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6872 (macro-declarations-alist): Add arglist to declaration functions.
6873 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6874 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6875 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6876 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6877 Also add autoload to find the compiler macro.
6878 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6879 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6880 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6881 (cl--compiler-macro-get): New functions, replacing calls to
6882 cl-define-compiler-macro.
6883 (cl-typep) [compiler-macro]: Use macroexp-let².
6884
6885 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6886
6887 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6888 string properly, fixes Bug#11473.
6889
6890 2012-06-08 Chong Yidong <cyd@gnu.org>
6891
6892 * faces.el (set-face-attribute): Doc fix.
6893 (modify-face): Don't use :bold and :italic.
6894 (error, warning, success): Tweak definitions.
6895
6896 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6897 (custom-modified, custom-set, custom-changed, custom-themed)
6898 (custom-saved, custom-button, custom-button-mouse)
6899 (custom-button-pressed, custom-state, custom-comment-tag)
6900 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6901 (custom-group-subtitle): Use new-style face specs.
6902 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6903 (custom-set-face, custom-changed-face, custom-saved-face)
6904 (custom-button-face, custom-button-pressed-face)
6905 (custom-documentation-face, custom-state-face)
6906 (custom-comment-face, custom-comment-tag-face)
6907 (custom-variable-tag-face, custom-variable-button-face)
6908 (custom-face-tag-face, custom-group-tag-face-1)
6909 (custom-group-tag-face): Remove obsolete face alias.
6910
6911 * epa.el (epa-validity-high, epa-validity-medium)
6912 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6913 (epa-field-name, epa-field-body):
6914 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6915 (font-lock-keyword-face, font-lock-builtin-face)
6916 (font-lock-function-name-face, font-lock-variable-name-face)
6917 (font-lock-type-face, font-lock-constant-face):
6918 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6919 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6920 * speedbar.el (speedbar-button-face, speedbar-file-face)
6921 (speedbar-directory-face, speedbar-tag-face)
6922 (speedbar-selected-face, speedbar-highlight-face)
6923 (speedbar-separator-face):
6924 * whitespace.el (whitespace-newline, whitespace-space)
6925 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6926 (whitespace-line, whitespace-space-before-tab)
6927 (whitespace-space-after-tab, whitespace-indentation)
6928 (whitespace-empty):
6929 * emulation/cua-base.el (cua-global-mark):
6930 * eshell/em-prompt.el (eshell-prompt):
6931 * net/newst-plainview.el (newsticker-new-item-face)
6932 (newsticker-old-item-face, newsticker-immortal-item-face)
6933 (newsticker-obsolete-item-face, newsticker-date-face)
6934 (newsticker-statistics-face, newsticker-default-face):
6935 * net/newst-reader.el (newsticker-feed-face)
6936 (newsticker-extra-face, newsticker-enclosure-face):
6937 * net/newst-treeview.el (newsticker-treeview-face)
6938 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6939 (newsticker-treeview-immortal-face)
6940 (newsticker-treeview-obsolete-face)
6941 (newsticker-treeview-selection-face):
6942 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6943 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6944 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6945 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6946 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6947 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6948 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6949 (mpuz-text):
6950 * progmodes/vera-mode.el (vera-font-lock-number)
6951 (vera-font-lock-function, vera-font-lock-interface):
6952 * textmodes/table.el (table-cell): Use new-style face specs, and
6953 don't use the old :bold and :italic attributes.
6954
6955 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6956 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6957 (ebrowse-member-class, ebrowse-progress): Likewise.
6958 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6959 (ebrowse-file-name-face, ebrowse-default-face)
6960 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6961 (ebrowse-progress-face): Remove obsolete faces.
6962
6963 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6964 Inherit from error and warning faces respectively.
6965
6966 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6967 Likewise.
6968 (flyspell-incorrect-face, flyspell-duplicate-face):
6969 Remove obsolete aliases.
6970
6971 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6972
6973 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6974 Avoid infloop.
6975
6976 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * startup.el (argv, argi): Make lexically scoped.
6979 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6980 * emacs-lisp/cl-macs.el: Use lexical-binding.
6981 Rename cl-bind-* to cl--bind-*.
6982 * files.el: Don't require `cl' since it doesn't use it.
6983 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6984
6985 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6986
6987 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6988 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6989 instead of calling external sort utility.
6990 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6991
6992 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6993
6994 * descr-text.el (describe-char): Mention how to insert the
6995 character, if the current input method doesn't support it.
6996 See the discussion in this thread for the details:
6997 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6998
6999 2012-06-08 Sam Steingold <sds@gnu.org>
7000
7001 * bindings.el (global-map): Bind XF86Forward to next-buffer and
7002 XF86Back to previous-buffer.
7003 (minibuffer-local-map): Bind them to next-history-element and
7004 previous-history-element respectively.
7005 * help-mode.el (help-mode-map): Bind them to help-go-forward and
7006 help-go-back respectively.
7007 * info.el (Info-mode-map): Bind them to Info-history-forward and
7008 Info-history-back respectively.
7009 These are the keys next to Up on the ThinkPad keyboard.
7010
7011 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7012
7013 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
7014 * emacs-lisp/cl-macs.el: Provide itself.
7015 (cl--labels-convert-cache): New var.
7016 (cl--labels-convert): New function.
7017 (cl-flet, cl-labels): New implementation with new semantics, relying on
7018 lexical-binding.
7019 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
7020 (cl-closure-vars, cl--function-convert-cache)
7021 (cl--function-convert): Move from cl-macs.el.
7022 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
7023 rename by removing the "cl-" prefix.
7024 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
7025
7026 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
7029 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
7030 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
7031 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
7032 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
7033 (cl-hash-table-count): Add old compatibility aliases.
7034
7035 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
7036 Use macroexpand-all-environment instead.
7037 (cl--old-macroexpand): New var.
7038 (cl--sm-macroexpand): New function.
7039 (cl-symbol-macrolet): Use it during macro expansion.
7040 (cl--function-convert-cache): New var.
7041 (cl--function-convert): New function, extracted from
7042 cl-macroexpand-all.
7043 (cl-lexical-let): Use it.
7044
7045 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7046 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7047 (cl-member): Remove old alias.
7048
7049 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7050 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7051 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7052 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7053 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7054 (cl-macroexpand-cmacs): Remove var.
7055 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7056 Use macroexpand-all instead.
7057
7058 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7059
7060 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7061 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7062 (macroexp-copyable-p): New functions and macros.
7063 * emacs-lisp/edebug.el (edebug-unwrap):
7064 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7065 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7066 (pcase--let*): Remove.
7067 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7068 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
7069 macroexp-const-p instead.
7070 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7071
7072 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7073 instead of "cl-" for internal definitions. Use macroexp-const-p.
7074 (cl-old-bc-file-form): Remove var.
7075 (cl-const-exprs-p): Remove fun.
7076 (cl-labels, cl-macrolet): Use backquote.
7077 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
7078 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7079 (cl-define-setf-expander): Rename from cl-define-setf-method.
7080 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7081
7082 * international/mule-cmds.el: Don't require CL.
7083 (view-hello-file): Don't use `letf'.
7084
7085 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * tmm.el (tmm-prompt): Use string-prefix-p.
7088 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7089 (tmm-add-prompt): Use minibuffer-completion-help.
7090 (tmm-delete-map): Remove.
7091
7092 * subr.el (kbd): Make it its own function.
7093
7094 2012-06-07 Stefan Merten <smerten@oekonux.de>
7095
7096 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7097 Silence compiler warnings. Fix versions.
7098 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7099 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
7100 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7101 (rst-package-emacs-version-alist): Correct Emacs version to
7102 represent major merge with upstream.
7103 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7104
7105 2012-06-06 Glenn Morris <rgm@gnu.org>
7106
7107 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
7108 Only print environment variables if set.
7109
7110 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
7113 (macroexp--cons): Rename from maybe-cons.
7114 (macroexp--accumulate): Rename from macroexp-accumulate.
7115 (macroexp--all-forms): Rename from macroexpand-all-forms.
7116 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
7117 (macroexp--expand-all): Rename from macroexpand-all-1.
7118
7119 2012-06-06 Sam Steingold <sds@gnu.org>
7120
7121 * calendar/calendar.el (calendar-in-read-only-buffer):
7122 Call `special-mode' to enable the standard read-only keybindings.
7123
7124 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
7127 with "loading" messages (bug#11635).
7128
7129 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
7130
7131 * files.el (enable-remote-dir-locals): New option.
7132 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
7133
7134 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7135 Ensure, that the temp directory is local.
7136
7137 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
7138 `temporary-file-directory'.
7139
7140 * progmodes/python.el (python-send-region): Ensure, that the
7141 temporary file is created also in the remote case.
7142
7143 2012-06-06 Glenn Morris <rgm@gnu.org>
7144
7145 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
7146 (vc-rcs-update-changelog): Use it.
7147
7148 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
7149
7150 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
7151 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
7152 (vc-sccs-diff): Replace use of the external vcdiff script.
7153
7154 2012-06-05 Glenn Morris <rgm@gnu.org>
7155
7156 * ledit.el: Move to obsolete/.
7157
7158 2012-06-05 Sam Steingold <sds@gnu.org>
7159
7160 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
7161 patch (Bug#11140).
7162
7163 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * emacs-lisp/cust-print.el: Move to obsolete.
7166
7167 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7168 compiler-macro expansion.
7169
7170 Add native compiler-macro support.
7171 * emacs-lisp/macroexp.el (macroexpand-all-1):
7172 Support compiler-macros directly. Properly follow aliases and apply
7173 the compiler macros more thoroughly.
7174 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7175 macroexpand now properly follows aliases.
7176 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7177 (cl-compiler-macroexpand): Use new prop.
7178 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7179
7180 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7181
7182 2012-06-05 Martin Rudalics <rudalics@gmx.at>
7183
7184 * window.el (get-lru-window, get-mru-window, get-largest-window):
7185 New argument NOT-SELECTED to avoid picking the selected window.
7186 (window--display-buffer-1, window--display-buffer-2): Replace by
7187 new function window--display-buffer
7188 (display-buffer-same-window, display-buffer-reuse-window)
7189 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7190 Use window--display-buffer.
7191 (display-buffer-use-some-window): Remove temporary dedication
7192 hack by calling get-lru-window and get-largest-window with
7193 NOT-SELECTED argument non-nil. Call window--display-buffer.
7194
7195 2012-06-05 Glenn Morris <rgm@gnu.org>
7196
7197 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7198 Replace external vcdiff script.
7199
7200 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7203
7204 2012-06-04 Chong Yidong <cyd@gnu.org>
7205
7206 * image.el (imagemagick-types-inhibit): Revert last change.
7207 Add INFO and M.
7208 (imagemagick-enabled-types): Remove CIN and EPS*.
7209
7210 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7211
7212 * emacs-lisp/cl-lib.el: Rename from cl.el.
7213 * emacs-lisp/cl.el: New compatibility file.
7214 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7215 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7216 to obey the "cl-" prefix.
7217 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7218
7219 2012-06-03 Glenn Morris <rgm@gnu.org>
7220
7221 * emacs-lisp/authors.el (authors-aliases): Addition.
7222
7223 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7224 Fix :version.
7225
7226 2012-06-03 Stefan Merten <smerten@oekonux.de>
7227
7228 * textmodes/rst.el: Add comments.
7229 (rst-transition, rst-adornment): New faces.
7230 (rst-adornment-faces-alist): Make default safe to reevaluate.
7231 Fixes
7232 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7233 Improve customization tags.
7234 (rst-define-level-faces): Clarify meaning.
7235
7236 2012-06-03 Chong Yidong <cyd@gnu.org>
7237
7238 * progmodes/compile.el (compilation-mode-line-fail)
7239 (compilation-mode-line-run, compilation-mode-line-exit):
7240 New faces.
7241 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7242
7243 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7244
7245 * progmodes/which-func.el (which-func-update-ediff-windows):
7246 New function. Use it in ediff-select-hook (Bug#11478).
7247
7248 2012-06-03 Chong Yidong <cyd@gnu.org>
7249
7250 * bindings.el: Remove explicit help text from format-mode-line.
7251 It is now supplied by mode-line-default-help-echo.
7252 (mode-line-front-space, mode-line-end-spaces)
7253 (mode-line-misc-info): New variables.
7254 (mode-line-modes, mode-line-position): Move the default value to
7255 the variable definition.
7256 (mode-line-default-help-echo): New defcustom.
7257 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7258 (mode-line-modified-help-echo): New functions.
7259 (mode-line-mule-info, mode-line-modified): Use them.
7260 (mode-line-eol-desc, propertized-buffer-identification):
7261 Consistency fixes for help text.
7262 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7263 set-buffer-file-coding-system (Bug#289).
7264 (mode-line-mule-info-help-echo): Update help text.
7265
7266 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * simple.el (execute-extended-command): Set real-this-command
7269 (bug#11506).
7270
7271 2012-06-02 Chong Yidong <cyd@gnu.org>
7272
7273 Remove incorrect uses of "modeline" in comments, docstrings, and
7274 function/variable names (Bug#10329).
7275
7276 * cus-edit.el (mode-line):
7277 * dframe.el (dframe-mouse-hscroll):
7278 * emacs-lisp/re-builder.el:
7279 * emacs-lisp/easy-mmode.el (define-minor-mode):
7280 * frame.el (set-frame-name):
7281 * help.el (lookup-minor-mode-from-indicator):
7282 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7283 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7284 (c-toggle-hungry-state):
7285 * progmodes/antlr-mode.el (antlr-language-alist):
7286 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7287 * progmodes/vhdl-mode.el (vhdl-mode):
7288 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7289 * term/ns-win.el (ns-face-at-pos):
7290 * term/sup-mouse.el (sup-mouse-report):
7291 * textmodes/flyspell.el (flyspell-mode-line-string):
7292 * textmodes/ispell.el (ispell-highlight-face):
7293 * textmodes/reftex-global.el:
7294 * vc/vc-arch.el (vc-arch-mode-line-string):
7295 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7296 * vc/vc-git.el (vc-git-mode-line-string):
7297 * vc/vc-hooks.el (vc-display-status)
7298 (vc-default-mode-line-string):
7299 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7300
7301 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7302
7303 * dired.el (dired-sort-set-mode-line): Rename from
7304 dired-sort-set-modeline. All callers changed.
7305
7306 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7307 eshell-status-in-modeline.
7308
7309 * foldout.el (foldout-mode-line-string): Rename from
7310 foldout-modeline-string. All callers changed.
7311 (foldout-update-mode-line): Rename from foldout-update-modeline.
7312
7313 * subr.el (redraw-modeline): Make into obsolete alias.
7314
7315 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7316 timeclock-modeline-display. Make old name an alias.
7317 (timeclock-update-mode-line): Likewise. All callers changed.
7318 (timeclock-mode-line-display): No need to check before using
7319 add-hook.
7320 (timeclock-relative, timeclock-day-over-hook)
7321 (timeclock-use-elapsed, timeclock-mode-string)
7322 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7323
7324 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7325 crisp-mode-modeline-string.
7326
7327 * play/solitaire.el (solitaire-build-mode-line): Rename from
7328 solitaire-build-modeline. All callers changed.
7329
7330 * play/zone.el (zone-hiding-mode-line): Rename from
7331 zone-hiding-modeline. All callers changed.
7332 (zone): Remove unusued `modeline-hidden-level' property.
7333
7334 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7335 xscheme-modeline-initialize. All callers changed.
7336
7337 * strokes.el (strokes-lighter): Rename from
7338 strokes-modeline-string.
7339
7340 * textmodes/sgml-mode.el (html-face-tag-alist)
7341 (html-tag-face-alist): Use mode-line face instead of obsolete
7342 alias modeline.
7343
7344 2012-06-02 Stefan Merten <smerten@oekonux.de>
7345
7346 * textmodes/rst.el: Always require `cl'.
7347 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7348
7349 2012-06-02 Chong Yidong <cyd@gnu.org>
7350
7351 * image.el (imagemagick-enabled-types): Rename from
7352 imagemagick-types-enable. Add many more types.
7353 (imagemagick-types-inhibit): Change default to nil.
7354 (imagemagick-filter-types): Caller changed.
7355
7356 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * emacs-lisp/cl-macs.el: Use backquotes.
7359 (cl-transform-function-property): Use eval-and-compile rather than
7360 abusing `require'.
7361 (defstruct): Use declare-function instead of with-no-warnings.
7362
7363 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7364 (byte-compile-output-docform): Re-add the print-circle bindings.
7365 (byte-compile-fix-header): Use #$ just because it's shorter.
7366 (byte-compile-output-file-form): Remove defun/defmacro.
7367
7368 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7369
7370 * simple.el (choose-completion): Remove now obsolete binding for
7371 owindow.
7372
7373 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7374
7375 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7376 in order to avoid "Stack overflow in regexp matcher".
7377
7378 2012-05-31 Glenn Morris <rgm@gnu.org>
7379
7380 * image.el: For clarity, call imagemagick-register-types at
7381 top-level, rather than relying on a custom :initialize.
7382 (imagemagick-types-enable): New option. (Bug#11557)
7383 (imagemagick-filter-types): New function. (Bug#7406)
7384 (imagemagick-register-types): Use imagemagick-filter-types.
7385 If disabling support, remove elements altogether rather
7386 than using an impossible regexp.
7387 (imagemagick-types-inhibit): Give it the default init function.
7388
7389 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7392 Handle arbitrary file name lengths (Bug#11585).
7393
7394 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7395
7396 * desktop.el (desktop-read): Clear previous and next buffers for
7397 all windows and bury *Messages* buffer (bug#11556).
7398
7399 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 Add `declare' for `defun'. Align `defmacro's with it.
7402 * emacs-lisp/easy-mmode.el (define-minor-mode)
7403 (define-globalized-minor-mode): Don't autoload the var definitions.
7404 * emacs-lisp/byte-run.el: Use lexical-binding.
7405 (defun-declarations-alist, macro-declarations-alist): New vars.
7406 (defmacro, defun): Use them.
7407 (make-obsolete, define-obsolete-function-alias)
7408 (make-obsolete-variable, define-obsolete-variable-alias):
7409 Use `declare'.
7410 (macro-declaration-function): Mark obsolete.
7411 * emacs-lisp/autoload.el: Use lexical-binding.
7412 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7413
7414 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7415
7416 * textmodes/ispell.el (ispell-with-no-warnings):
7417 Define as a macro.
7418 (ispell-kill-ispell, ispell-change-dictionary):
7419 Use `called-interactively-p' for Emacs instead of obsolete
7420 `interactive-p'.
7421
7422 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7425 (macro-declaration-function): Move var from C code.
7426 (macro-declaration-function): Define function with defalias.
7427 * emacs-lisp/macroexp.el (macroexpand-all-1):
7428 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7429 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7430 defun/defmacro any more.
7431 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7432 Provide fallback for unknown arglist.
7433 (byte-compile-arglist-warn): Change calling convention.
7434 (byte-compile-output-file-form): Move print-vars binding.
7435 (byte-compile-output-docform): Simplify accordingly.
7436 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7437 (byte-compile-defmacro-declaration): Remove.
7438 (byte-compile-file-form-defmumble): Generalize to defalias.
7439 (byte-compile-output-as-comment): Return byte-positions.
7440 Simplify callers accordingly.
7441 (byte-compile-lambda): Use `assert'.
7442 (byte-compile-defun, byte-compile-defmacro): Remove.
7443 (byte-compile-file-form-defalias):
7444 Use byte-compile-file-form-defmumble.
7445 (byte-compile-defalias-warn): Remove.
7446
7447 2012-05-29 Stefan Merten <smerten@oekonux.de>
7448
7449 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7450 possible. Fix authors. Improve comments. Improve loading of `cl'.
7451
7452 (rst-mode-abbrev-table): Merge definition.
7453 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7454 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7455
7456 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7457
7458 * calendar/icalendar.el
7459 (icalendar-export-region): Export UID properly.
7460
7461 2012-05-29 Leo Liu <sdl.web@gmail.com>
7462 * calendar/icalendar.el (icalendar-import-format):
7463 Add `icalendar-import-format-uid' (Bug#11525).
7464 (icalendar-import-format-uid): New.
7465 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7466 Export UID.
7467
7468 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7471 different alternative patterns.
7472 (pcase-codegen): Be more careful to preserve identity.
7473 (pcase--u1): Don't forget to mark vars as used.
7474
7475 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7476 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7477 (byte-compile-from-buffer): ...rather than here.
7478
7479 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7480 functions from byte-compile-function-environment.
7481
7482 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7483
7484 * window.el (window-deletable-p): Avoid deleting the root window
7485 of a frame with an active minibuffer.
7486
7487 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7488
7489 * simple.el (choose-completion): Use quit-window (Bug#11567).
7490
7491 2012-05-29 Chong Yidong <cyd@gnu.org>
7492
7493 * whitespace.el (whitespace-cleanup): Fix usage of
7494 whitespace-empty-at-bob-regexp (Bug#11492).
7495
7496 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7497
7498 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7499 revert (Bug#11488).
7500
7501 2012-05-29 Juri Linkov <juri@jurta.org>
7502
7503 * isearch.el (isearch-mode-map): Bind `M-s _' to
7504 `isearch-toggle-symbol'. Bind `M-s c' to
7505 `isearch-toggle-case-fold'.
7506 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7507 (isearch-forward): Add `M-s _' to the docstring.
7508 (isearch-forward-symbol, isearch-toggle-case-fold)
7509 (isearch-symbol-regexp): New functions. (Bug#11381)
7510
7511 2012-05-29 Juri Linkov <juri@jurta.org>
7512
7513 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7514 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7515 a function, call it to get the regexp.
7516 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7517 property `isearch-message-prefix' instead of the string "word ".
7518 (isearch-search-fun-default): For the case of `isearch-word',
7519 return a lambda that calls re-search-forward/re-search-backward
7520 with a regexp returned by `word-search-regexp' or by the function
7521 in `isearch-word'.
7522
7523 2012-05-29 Juri Linkov <juri@jurta.org>
7524
7525 * isearch.el (isearch-search-fun-default): New function.
7526 (isearch-search-fun): Move default part to the new function
7527 `isearch-search-fun-default'.
7528 (isearch-search-fun-function): Set the default value to
7529 `isearch-search-fun-default'. (Bug#11381)
7530
7531 * comint.el (comint-history-isearch-end):
7532 Use `isearch-search-fun-default'.
7533 (comint-history-isearch-search): Use `isearch-search-fun-default'
7534 and remove spacial case for `isearch-word'.
7535 (comint-history-isearch-wrap): Remove spacial case for
7536 `isearch-word'.
7537
7538 * hexl.el (hexl-isearch-search-function):
7539 Use `isearch-search-fun-default'.
7540
7541 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7542 Use `word-search-regexp' for `isearch-word'.
7543
7544 * misearch.el (multi-isearch-search-fun):
7545 Use `isearch-search-fun-default'.
7546
7547 * simple.el (minibuffer-history-isearch-search):
7548 Use `isearch-search-fun-default' and remove spacial case for
7549 `isearch-word'.
7550 (minibuffer-history-isearch-wrap): Remove spacial case for
7551 `isearch-word'.
7552
7553 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7554 Remove spacial case for `isearch-word'.
7555 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7556
7557 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7558
7559 Decrease XEmacs incompatibilities.
7560 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7561 Use `string-match'.
7562 (flyspell-delete-region-overlays): Use alternative definition for
7563 XEmacs.
7564 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7565 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7566 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7567 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7568 `define-obsolete-face-alias' under XEmacs, but old method.
7569
7570 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7571 `with-no-warnings' definition or Emacs alias.
7572 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7573 (ispell-word): Do not use `region-p' if XEmacs.
7574
7575 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7576
7577 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7578 Check for `ispell-dictionary-base-alist' instead of full
7579 `ispell-dictionary-alist'.
7580 (ispell-init-process): Show spellchecker when starting new Ispell
7581 process.
7582
7583 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7586 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7587
7588 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7589
7590 * version.el (motif-version-string, gtk-version-string)
7591 (ns-version-string): Declare.
7592
7593 2012-05-27 Juri Linkov <juri@jurta.org>
7594
7595 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7596 after the `eval-defun-1' specialcaseing
7597 like in `edebug-eval-defun' (bug#10181).
7598
7599 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7600 like in `eval-defun-1'.
7601
7602 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7603
7604 * mail/sendmail.el (mail-yank-region):
7605 Recognize rmail-yank-current-message in addition to insert-buffer.
7606 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7607 a *mail* buffer created through rmail-start-mail with sendmail as
7608 mail-user-agent.
7609
7610 2012-05-27 Chong Yidong <cyd@gnu.org>
7611
7612 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7613 Default to 256 (Bug#11267).
7614
7615 * help.el (describe-mode): Doc fix.
7616
7617 2012-05-26 Glenn Morris <rgm@gnu.org>
7618
7619 * w32-fns.el (w32-init-info): Remove.
7620 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7621
7622 * info.el (info-initialize): For self-contained NS builds, put the
7623 included info/ directory at the front. (Bug#2791)
7624
7625 * paths.el (Info-default-directory-list): Make it a defcustom,
7626 mainly so that we can use custom-initialize-delay.
7627
7628 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * subr.el (buffer-has-markers-at): Mark obsolete.
7631
7632 * subr.el (lambda): Use declare.
7633
7634 * emacs-lisp/lisp-mode.el (lambda):
7635 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7636
7637 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7638
7639 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7640
7641 2012-05-26 Glenn Morris <rgm@gnu.org>
7642
7643 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7644
7645 2012-05-25 Glenn Morris <rgm@gnu.org>
7646
7647 * paths.el: Remove no-byte-compile.
7648 * loadup.el: No need to load paths.el uncompiled.
7649
7650 * image.el (imagemagick-types-inhibit): Doc fix.
7651
7652 * version.el: Remove no-byte-compile and associated formatting.
7653 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7654 is ancient code from when there was an "inc-vers.el".
7655
7656 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * progmodes/gdb-mi.el: Minor style changes.
7659 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7660 Turn into minor modes.
7661 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7662 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7663 (gdb-shell): Remove unneeded let-binding.
7664 (gdb-get-many-fields): Eliminate O(n²) behavior.
7665
7666 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7667
7668 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7669 platforms that don't link in fontset.c.
7670
7671 2012-05-25 Juri Linkov <juri@jurta.org>
7672
7673 Use the same diff color scheme as in modern VCSes (bug#10181).
7674
7675 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7676 to avoid confusion with `diff-added' that now uses green colors.
7677 (diff-removed): Use shades of red.
7678 (diff-added): Use shades of green.
7679 (diff-changed): Leave just the yellow color.
7680 (diff-use-changed-face): New variable.
7681 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7682 how to highlight context diff changes.
7683 (diff-refine-change): Use shades of yellow.
7684 (diff-refine-removed): New face that uses shades of red.
7685 (diff-refine-added): New face that uses shades of green.
7686 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7687 `diff-refine-removed' in the call to `smerge-refine-subst'
7688 depending on the value of `diff-use-changed-face'.
7689
7690 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7691 (smerge-other): Use shades of green.
7692 (smerge-base): Use shades of yellow.
7693 (smerge-refined-change): Empty face.
7694 (smerge-refined-removed): New face that uses shades of red.
7695 (smerge-refined-added): New face that uses shades of green.
7696 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7697 args `props-r' and `props-a', and use them. Doc fix.
7698 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7699 on its value use different faces `smerge-refined-change',
7700 `smerge-refined-removed', `smerge-refined-added' in the call to
7701 `smerge-refine-subst'.
7702
7703 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7704 Add face condition `min-colors 88' with shades of red.
7705 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7706 `min-colors 88' with shades of green.
7707 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7708 `min-colors 88' with shades of yellow.
7709
7710 2012-05-24 Glenn Morris <rgm@gnu.org>
7711
7712 * paths.el (prune-directory-list, remote-shell-program): Move to...
7713 * files.el (prune-directory-list, remote-shell-program): ...here.
7714 For the latter, delay initialization, prefer ssh, just search PATH.
7715
7716 * paths.el (term-file-prefix): Move to faces.el (the only user).
7717 * faces.el (term-file-prefix): Move here, make it a defcustom.
7718
7719 * paths.el (news-directory, news-path, news-inews-program):
7720 Move to gnus/nnspool.el.
7721
7722 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7723
7724 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7725 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7726 Make the latter a defcustom, with a delayed initialization.
7727
7728 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7729 These were deleted from Gnus itself late 2010.
7730
7731 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7732
7733 * progmodes/which-func.el (which-func-ff-hook):
7734 Check against user-error, not error.
7735
7736 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7737 cl-specs.el, which no longer exists.
7738
7739 2012-05-22 Glenn Morris <rgm@gnu.org>
7740
7741 * info.el (info-emacs-bug): New command.
7742 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7743 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7744
7745 2012-05-21 Glenn Morris <rgm@gnu.org>
7746
7747 * makefile.w32-in (update-subdirs-SH):
7748 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7749
7750 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7753
7754 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7755 Simplify Maven regexp, and make sure the file can't start with a space
7756 (bug#11517).
7757
7758 2012-05-21 Glenn Morris <rgm@gnu.org>
7759
7760 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7761 Scrap superfluous subshells.
7762
7763 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7766 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7767
7768 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7769
7770 * calc/calc.el (calc-ensure-consistent-units): New variable.
7771
7772 * calc/calc-units.el (math-consistent-units-p)
7773 (math-check-unit-consistency): New functions.
7774 (calc-quick-units, calc-convert-units):
7775 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7776 is non-nil.
7777 (calc-extract-units): Fix typo.
7778
7779 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7782
7783 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7784 (flyspell-default-deplacement-commands): Don't spell check after
7785 repeated window/frame switches (e.g. triggered by mouse-movement).
7786 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7787 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7788 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7789 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7790 Remove unused vars.
7791 (flyspell-get-casechars, flyspell-get-not-casechars):
7792 Simplify; Don't bother removing a ] just to add it back.
7793 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7794
7795 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7796
7797 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7798 New functions.
7799 (math-function-table): Add support for more C functions.
7800
7801 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7802
7803 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7804 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7805 Protect delay handling for otherchars against empty otherchars.
7806
7807 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7810 their respective macro declarations.
7811 * skeleton.el (define-skeleton):
7812 * progmodes/compile.el (define-compilation-mode):
7813 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7814 (define-ibuffer-filter):
7815 * emacs-lisp/generic.el (define-generic-mode):
7816 * emacs-lisp/easy-mmode.el (define-minor-mode)
7817 (define-globalized-minor-mode):
7818 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7819 * emacs-lisp/byte-run.el (defsubst):
7820 * custom.el (deftheme): Add doc-string metadata.
7821
7822 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7825
7826 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7829
7830 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7831 * emacs-lisp/cl-macs.el: Idem.
7832 * emacs-lisp/cl-specs.el: Remove.
7833
7834 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 Minor renaming of internal CL functions and variables.
7837 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7838 (cl--position): Rename from cl-position.
7839 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7840 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7841 (cl--random-state): Rename from *random-state*.
7842
7843 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7846 parens around the arg list (bug#11499).
7847
7848 2012-05-17 Juri Linkov <juri@jurta.org>
7849
7850 * isearch.el (word-search-regexp, word-search-backward)
7851 (word-search-forward, word-search-backward-lax)
7852 (word-search-forward-lax): Move functions from search.c
7853 (bug#10145, bug#11381).
7854
7855 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7856
7857 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7858 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7859 Delay for otherchars as for normal word components.
7860
7861 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * minibuffer.el (completion--sifn-requote): Fix last change.
7864 (minibuffer-local-must-match-filename-map):
7865 Move define-obsolete-variable-alias before its var.
7866
7867 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7868
7869 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7870
7871 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7872 behavior.
7873 (completion--string-equal-p): New function.
7874 (completion--twq-all): Use it to get better assertion failure data.
7875
7876 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7877 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7878 (shell--requote-argument): New functions.
7879 (shell-completion-vars): Use them.
7880 (shell--parse-pcomplete-arguments): Rename from
7881 shell-parse-pcomplete-arguments.
7882 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7883 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7884 Obey comint-file-name-quote-list.
7885
7886 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7887 (smie-indent-keyword): Use it.
7888
7889 2012-05-14 Stefan Merten <smerten@oekonux.de>
7890
7891 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7892
7893 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * net/rlogin.el (rlogin-mode-map): Fix last change.
7896
7897 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7898
7899 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7900 the following \r\n using a single `process-send-string', since the
7901 Lotus SMTP server refuses to accept any commands if they are sent
7902 with two `process-send-string's (Bug#11444).
7903
7904 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7905
7906 * shell.el (shell-parse-pcomplete-arguments):
7907 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7908
7909 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7910
7911 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7912 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7913 (image-transform-width, image-transform-fit-width): New functions.
7914 (image-transform-properties): Use them.
7915 (image-transform-check-size): New function.
7916 (image-toggle-display-image): Use it (for testing).
7917 (image-transform-set-rotation): Reduce angle mod 360.
7918 Delete obsolete comment.
7919
7920 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7921
7922 * image-mode.el: Fix scaling (bug#11399).
7923 (image-transform-resize): Doc fix.
7924 (image-transform-properties): Default scale is 1 and height should
7925 be an integer.
7926
7927 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7928
7929 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7930 than hard-coding `car', to fix misbehavior when moving forward.
7931
7932 2012-05-13 Chong Yidong <cyd@gnu.org>
7933
7934 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7935 (tabulated-list-entries, tabulated-list-padding)
7936 (tabulated-list-sort-key): Make permanent-local.
7937
7938 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7939 (electric-buffer-list): Put electric buffer menu
7940 command descriptions in this docstring, instead of the docstring
7941 of electric-buffer-menu-mode. Code cleanups.
7942 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7943 Electric-buffer-menu-mode.
7944 (electric-buffer-update-highlight): Minor code cleanup.
7945
7946 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7947
7948 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7949 (Bug#11447)
7950
7951 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 Move define-obsolete-variable-alias before the var's definition.
7954 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7955 * tooltip.el (tooltip-hook):
7956 * textmodes/reftex-toc.el (reftex-toc-map):
7957 * textmodes/reftex-sel.el (reftex-select-label-map)
7958 (reftex-select-bib-map):
7959 * textmodes/reftex-index.el (reftex-index-map)
7960 (reftex-index-phrases-map):
7961 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7962 * progmodes/meta-mode.el (meta-mode-map):
7963 * novice.el (disabled-command-hook):
7964 * loadhist.el (unload-hook-features-list):
7965 * frame.el (blink-cursor):
7966 * files.el (find-file-not-found-hooks, write-file-hooks)
7967 (write-contents-hooks):
7968 * emulation/tpu-edt.el (GOLD-map):
7969 * emacs-lock.el (emacs-lock-from-exiting):
7970 * emacs-lisp/generic.el (generic-font-lock-defaults):
7971 * emacs-lisp/chart.el (chart-map):
7972 * dos-fns.el (register-name-alist):
7973 * dired-x.el (dired-omit-files-p):
7974 * desktop.el (desktop-enable):
7975 * cus-edit.el (custom-mode-hook):
7976 * buff-menu.el (buffer-menu-mode-hook):
7977 * bookmark.el (bookmark-read-annotation-text-func)
7978 (bookmark-exit-hooks):
7979 * allout.el (allout-mode-deactivate-hook)
7980 (allout-exposure-change-hook, allout-structure-added-hook)
7981 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7982 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7983 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7984 comes before the corresponding variable's definition.
7985
7986 2012-05-12 Chong Yidong <cyd@gnu.org>
7987
7988 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7989 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7990 (Buffer-menu-mode-map): Bind it.
7991 (Buffer-menu--pretty-name): Add a mouse-face property.
7992
7993 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7996 (prolog-upper-case-string, prolog-lower-case-string)
7997 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7998 (prolog-use-smie, prolog-smie-grammar): New vars.
7999 (prolog-smie-forward-token, prolog-smie-backward-token)
8000 (prolog-smie-rules): New funs.
8001 (prolog-comment-indent): Remove.
8002 (prolog-mode-variables): Use default comment indentation instead.
8003 Setup SMIE.
8004 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
8005 (prolog-mode): Don't call them any more.
8006 (prolog-electric-colon, prolog-electric-dash)
8007 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
8008
8009 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
8010
8011 * minibuffer.el (completion--twq-all): Again, allow case differences.
8012
8013 * term.el: Move keymap initialization code to be more idiomatic.
8014 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
8015 (term-terminal-menu): Move initialization into declaration.
8016 (term-escape-char): Let the user set it in her .emacs.
8017
8018 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
8019 Provide SMIE-based indentation (not enabled by default yet).
8020 (sh-mode-map): Don't bind electric keys.
8021 Use electric-pair-mode instead of skeleton-pair.
8022 (sh-assignment-regexp): Fit within 80 columns.
8023 (sh-indent-supported): Specify actual shell name instead of boolean.
8024 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
8025 (sh-maybe-here-document): Use it. Make obsolete.
8026 (sh-electric-here-document-mode) New minor mode.
8027 (sh-mode): Use it. Don't set sh-indent-supported-here here.
8028 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
8029 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
8030 (sh-smie-rc-grammar, sh-use-smie): New vars.
8031 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
8032 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
8033 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
8034 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
8035 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
8036 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8037 (sh-set-shell): Use smie-setup if requested.
8038
8039 * term.el (term-set-escape-char): Properly set term-escape-char.
8040 See http://stackoverflow.com/questions/10524656.
8041
8042 2012-05-10 Chong Yidong <cyd@gnu.org>
8043
8044 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8045 Use url-generic-parse-url, and handle host names and Windows
8046 filenames properly.
8047 (ffap-url-unwrap-remote): Use url-generic-parse-url.
8048 (ffap-url-unwrap-remote): Accept list values, specifying a list of
8049 URL schemes to work on.
8050 (ffap--toggle-read-only): New function.
8051 (ffap-read-only, ffap-read-only-other-window)
8052 (ffap-read-only-other-frame): Use it.
8053 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8054 necessary for ffap-url-unwrap-remote.
8055
8056 2012-05-10 Dave Abrahams <dave@boostpro.com>
8057
8058 * cus-start.el (create-lockfiles): Add it.
8059
8060 2012-05-09 Chong Yidong <cyd@gnu.org>
8061
8062 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8063 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8064
8065 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * shell.el (shell-completion-vars): Fix last change (bug#11348).
8068
8069 2012-05-09 Chong Yidong <cyd@gnu.org>
8070
8071 * ansi-color.el (ansi-color-process-output): Check for validity of
8072 comint-last-output-start before using it. This avoids a bad
8073 interaction with gdb-mi's input/output buffer.
8074
8075 2012-05-09 Glenn Morris <rgm@gnu.org>
8076
8077 * files.el (dir-locals-read-from-file):
8078 Mention dir-locals in any error message.
8079
8080 2012-05-09 Chong Yidong <cyd@gnu.org>
8081
8082 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8083 package (Bug#11410).
8084
8085 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8086 variables into description.
8087
8088 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8091 shell-delimiter-argument-list (bug#11348).
8092 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8093
8094 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
8095
8096 * textmodes/rst.el: Silence byte-compiler warnings.
8097 (rst-re-alist, rst-reset-section-caches): Move around.
8098 (rst-re): Use `characterp', not `char-valid-p'.
8099 (font-lock-beg, font-lock-end): Declare.
8100
8101 * progmodes/idlw-shell.el (specs): Remove reference to deleted
8102 variable `idlwave-shell-activate-alt-keybindings' and simplify.
8103
8104 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8105
8106 2012-05-08 Glenn Morris <rgm@gnu.org>
8107
8108 * files.el (auto-mode-alist): Treat ".make" like ".mk".
8109
8110 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * vc/log-edit.el: Add GNU coding standards highlighting.
8113 (log-edit-font-lock-gnu-style)
8114 (log-edit-font-lock-gnu-keywords): New vars.
8115 (log-edit-font-lock-keywords): New fun.
8116 (log-edit-mode): Don't fold case in font-lock.
8117 (log-edit-font-lock-keywords): Do not assume case-folding.
8118
8119 * imenu.el: Misc cleanup. Make docstrings out of comments.
8120 Use lexical-binding.
8121 (imenu--index-alist, imenu--last-menubar-index-alist)
8122 (imenu-menubar-modified-tick): Use defvar-local.
8123 (imenu--split-menu): Remove unused var.
8124 (imenu--cleanup-seen): Declare as global.
8125 (imenu--cleanup): Use dolist.
8126
8127 * subr.el (defvar-local): Add debug spec and doc-string position.
8128
8129 2012-05-08 Glenn Morris <rgm@gnu.org>
8130
8131 * language/burmese.el, language/cham.el, language/czech.el:
8132 * language/english.el, language/georgian.el, language/greek.el:
8133 * language/japanese.el, language/khmer.el, language/korean.el:
8134 * language/lao.el, language/misc-lang.el, language/romanian.el:
8135 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8136 * language/thai.el, language/utf-8-lang.el:
8137 Remove no-byte-compile setting.
8138
8139 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
8140
8141 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8142
8143 * progmodes/make-mode.el (makefile-browse):
8144 Remove unnecessary interactive. (Bug#11324)
8145
8146 2012-05-07 Glenn Morris <rgm@gnu.org>
8147
8148 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
8149
8150 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
8151
8152 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * loadup.el: Preload newcomment.el.
8155 * newcomment.el: Move autoload-only code to toplevel.
8156
8157 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
8158 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8159 Handle new :right-align column property.
8160 (tabulated-list-print-col): Idem, plus use `display' text-property to
8161 try and preserve alignment for variable pitch fonts.
8162
8163 2012-05-07 Chong Yidong <cyd@gnu.org>
8164
8165 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8166 (tabulated-list-use-header-line): New var.
8167 (tabulated-list-init-header): Use it.
8168 (tabulated-list-print-fake-header): New function.
8169 (tabulated-list-print): Use it.
8170 (tabulated-list-sort-button-map): Add non-header-line commands.
8171 (tabulated-list-init-header): Add column name property to basic
8172 labels as well.
8173 (tabulated-list-col-sort): Handle non-header-line button case.
8174 (tabulated-list--sort-by-column-name): Fix a corner case.
8175
8176 * buff-menu.el (list-buffers--refresh):
8177 Handle Buffer-menu-use-header-line.
8178
8179 2012-05-06 Chong Yidong <cyd@gnu.org>
8180
8181 * buff-menu.el: Convert to Tabulated List mode.
8182 (Buffer-menu-buffer+size-width): Make obsolete.
8183 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8184 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8185 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8186 documentation into docstring of buffer-menu.
8187 (Buffer-menu-toggle-files-only): Add an informative message.
8188 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8189 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8190 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8191 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8192 (Buffer-menu-execute, Buffer-menu-select)
8193 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8194 (Buffer-menu-bury): Use Tabulated List machinery.
8195 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8196 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8197 Delete.
8198 (list-buffers--refresh): New function.
8199 (list-buffers-noselect): Use it.
8200 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8201 (Buffer-menu--pretty-file-name): New helper functions.
8202
8203 * loadup.el: Preload tabulated-list.
8204
8205 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8206 tabulated-list-sort-column.
8207 (tabulated-list-init-header): Add the initial aligning space even
8208 if tabulated-list-padding is zero.
8209
8210 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8211
8212 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8213 whose cdr is not a cons cell correctly (bug#11038).
8214
8215 2012-05-06 Chong Yidong <cyd@gnu.org>
8216
8217 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8218 Accept additional plist in column descriptors.
8219 (tabulated-list-init-header): Obey it.
8220 (tabulated-list-get-entry): New function.
8221 (tabulated-list-put-tag): Use it. Use string-width instead of
8222 length.
8223 (tabulated-list--column-number): New function.
8224 (tabulated-list-print): Use it.
8225 (tabulated-list-print-col): New function.
8226 Set `tabulated-list-column-name' property on each column's text.
8227 (tabulated-list-print-entry): Use it.
8228 (tabulated-list-delete-entry, tabulated-list-set-col):
8229 New functions.
8230 (tabulated-list-sort-column): New command (Bug#11337).
8231
8232 * buff-menu.el (list-buffers): Move C-x C-b binding from
8233 buff-menu.el to bindings.el.
8234
8235 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8236 :advertised-binding feature.
8237
8238 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8239
8240 * progmodes/compile.el (compilation-internal-error-properties):
8241 Calculate start position correctly when end-col is set but
8242 end-line is not (Bug#11382).
8243
8244 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8245
8246 * man.el (Man-unindent): Use text-property-default-nonsticky to
8247 prevent untabify from inheriting face properties (Bug#11408).
8248
8249 2012-05-05 Stefan Merten <smerten@oekonux.de>
8250
8251 * textmodes/rst.el: Major merge with upstream development up to
8252 Docutils SVN r7399 / rst.el V1.2.1.
8253
8254 Clarify maintainership and authors.
8255
8256 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8257 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8258 (rst-official-version, rst-official-cvs-rev, rst-version)
8259 (rst-package-emacs-version-alist): New functions and variables
8260 for version information.
8261
8262 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8263 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8264 (rst-mode-syntax-table, rst-mode): New and corrected functions
8265 and variables representing reStructuredText features.
8266
8267 (rst-re): New function for reStructuredText regexes. Use in
8268 many places.
8269
8270 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8271 (rst-mode-map): Rebind keys.
8272
8273 (rst-mode-lazy, rst-font-lock-keywords)
8274 (rst-font-lock-extend-region)
8275 (rst-font-lock-extend-region-internal)
8276 (rst-font-lock-extend-region-extend)
8277 (rst-font-lock-find-unindented-line-limit)
8278 (rst-font-lock-find-unindented-line-match)
8279 (rst-adornment-level, rst-font-lock-adornment-level)
8280 (rst-font-lock-adornment-match)
8281 (rst-font-lock-handle-adornment-pre-match-form)
8282 (rst-font-lock-handle-adornment-matcher): Major revision of
8283 font-locking. Integrate with other code. Use `jit-lock-mode'.
8284
8285 (rst-preferred-adornments, rst-adjust-hook)
8286 (rst-new-adornment-down, rst-preferred-bullets)
8287 (rst-preferred-bullets, rst-indent, rst-indent-width)
8288 (rst-indent-field, rst-indent-literal-normal)
8289 (rst-indent-literal-minimized, rst-indent-comment): Change,
8290 extend and improve customization.
8291
8292 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8293 (rst-normalize-cursor-position, rst-get-decoration)
8294 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8295 (rst-rstrip, rst-toc-insert-find-delete-contents)
8296 (rst-shift-fill-region, rst-compute-bullet-tabs)
8297 (rst-debug-print-tabs, rst-debug-mark-found)
8298 (rst-shift-region-guts, rst-shift-region-right)
8299 (rst-shift-region-left, rst-use-char-classes)
8300 (rst-font-lock-keywords-function)
8301 (rst-font-lock-indentation-point)
8302 (rst-font-lock-find-unindented-line-begin)
8303 (rst-font-lock-find-unindented-line-end)
8304 (rst-font-lock-find-unindented-line)
8305 (rst-font-lock-adornment-point, rst-font-lock-level)
8306 (rst-adornment-level-alist): Remove functions and variables.
8307
8308 (rst-compare-adornments, rst-get-adornment-match)
8309 (rst-suggest-new-adornment, rst-get-adornments-around)
8310 (rst-adornment-complete-p, rst-get-next-adornment)
8311 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8312 (rst-straighten-adornments): Standardize function names to
8313 use "adornment" instead of "decoration". Correct callers.
8314 Similar standardizing in many places.
8315
8316 (rst-update-section, rst-adjust, rst-promote-region)
8317 (rst-enumerate-region, rst-bullet-list-region)
8318 (rst-repeat-last-character): Correct use of `interactive'.
8319
8320 (rst-classify-adornment, rst-find-all-adornments)
8321 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8322 (rst-find-leftmost-column, rst-repeat-last-character):
8323 Refactor functions.
8324
8325 (rst-find-title-line, rst-reset-section-caches)
8326 (rst-get-adornments-around, rst-adjust-adornment-work)
8327 (rst-arabic-to-roman, rst-roman-to-arabic)
8328 (rst-insert-list-pos, rst-insert-list-new-item)
8329 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8330 New functions.
8331
8332 (rst-all-sections, rst-section-hierarchy)
8333 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8334 New variables.
8335
8336 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8337 configuration instead of only buffer. Change where necessary.
8338
8339 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8340 (rst-shift-region, rst-adaptive-fill): New functions for
8341 indentation and filling.
8342
8343 (rst-comment-line-break, rst-comment-indent)
8344 (rst-comment-insert-comment, rst-comment-region)
8345 (rst-uncomment-region): New functions for handling comments.
8346
8347 (rst-compile): Quote shell arguments.
8348
8349 (rst-compile-pdf-preview, rst-compile-slides-preview):
8350 Delete temporary files after use.
8351
8352 2012-05-05 Glenn Morris <rgm@gnu.org>
8353
8354 * calendar/cal-html.el: Optionally include holidays in the output.
8355 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8356 (cal-html-holidays): New option.
8357 (cal-html-css-default): Add holiday entry.
8358 (holiday-in-range): Autoload it.
8359 (cal-html-htmlify-entry): Add optional class argument.
8360 (cal-html-htmlify-list): Add optional holidays argument.
8361 (cal-html-insert-agenda-days): Include holidays in the output.
8362 (cal-html-one-month): Maybe include holidays.
8363
8364 * calendar/holidays.el (holiday-in-range):
8365 Move here from cal-tex-list-holidays.
8366 * calendar/cal-tex.el (cal-tex-list-holidays):
8367 Make it an obsolete alias for holiday-in-range. Update all callers.
8368
8369 2012-05-05 Chong Yidong <cyd@gnu.org>
8370
8371 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8372 Nextstep.
8373
8374 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8375
8376 * files.el (file-auto-mode-skip): New var.
8377 (set-auto-mode-1): Use it.
8378
8379 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * repeat.el: Use lexical-binding.
8382 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8383 (repeat-undo-count): Remove.
8384 (repeat):
8385 * progmodes/octave-mod.el (octave-abbrev-start):
8386 * progmodes/f90.el (f90-abbrev-start):
8387 * face-remap.el (text-scale-adjust):
8388 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8389
8390 * emacs-lisp/pcase.el (pcase--let*): New function.
8391 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8392 a bit more.
8393 (pcase--split-pred): Be more clever about ruling out overlap between
8394 a predicate and some constant pattern.
8395 (pcase--q1): Use `null' instead of (eq foo nil).
8396
8397 * subr.el (setq-local, defvar-local): New macros.
8398 (kbd): Redefine as an alias.
8399 (with-selected-window): Leave unrelated frames alone.
8400 (set-temporary-overlay-map): New function.
8401
8402 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * subr.el (user-error): New function.
8405 * window.el (switch-to-buffer):
8406 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8407 (smerge-match-conflict):
8408 * simple.el (previous-matching-history-element)
8409 (next-matching-history-element, goto-history-element, undo-more)
8410 (undo-start):
8411 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8412 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8413 (next-file, tags-loop-scan, list-tags, complete-tag):
8414 * progmodes/compile.el (compilation-loop):
8415 * mouse.el (mouse-minibuffer-check):
8416 * man.el (Man-bgproc-sentinel, Man-goto-page):
8417 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8418 (Info-history-forward, Info-follow-reference, Info-menu)
8419 (Info-extract-menu-item, Info-extract-menu-counting)
8420 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8421 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8422 (Info-next-reference, Info-prev-reference, Info-index)
8423 (Info-index-next, Info-follow-nearest-node)
8424 (Info-copy-current-node-name):
8425 * imenu.el (imenu--make-index-alist)
8426 (imenu-default-create-index-function, imenu-add-to-menubar):
8427 * files.el (basic-save-buffer, recover-file):
8428 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8429 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8430 (checkdoc-message-text, checkdoc-defun):
8431 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8432 * cus-edit.el (customize-changed-options, customize-rogue)
8433 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8434 (custom-variable-mark-to-reset-standard)
8435 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8436 (custom-file):
8437 * completion.el (check-completion-length):
8438 * comint.el (comint-search-arg)
8439 (comint-previous-matching-input-string-position)
8440 (comint-previous-matching-input)
8441 (comint-replace-by-expanded-history-before-point, comint-send-input)
8442 (comint-copy-old-input, comint-backward-matching-input)
8443 (comint-goto-process-mark, comint-set-process-mark):
8444 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8445 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8446
8447 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * dabbrev.el (dabbrev--ignore-case-p): New function.
8450 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8451 Use it.
8452
8453 * files.el (automount-dir-prefix): Mark as obsolete.
8454
8455 2012-05-04 Glenn Morris <rgm@gnu.org>
8456
8457 * patcomp.el, play/bruce.el: Move to obsolete/.
8458
8459 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8460
8461 Fix minor Y10k bugs.
8462 * arc-mode.el (archive-unixdate):
8463 * autoinsert.el (auto-insert-alist):
8464 * calc/calc-forms.el (math-this-year):
8465 * emacs-lisp/copyright.el (copyright-current-year)
8466 (copyright-update-year, copyright):
8467 * tar-mode.el (tar-clip-time-string):
8468 * time.el (display-time-update):
8469 Don't assume years have 4 digits.
8470
8471 2012-05-04 Chong Yidong <cyd@gnu.org>
8472
8473 * dos-w32.el (file-name-buffer-file-type-alist)
8474 (direct-print-region-use-command-dot-com):
8475 * ffap.el (ffap-menu-regexp):
8476 * find-file.el (ff-special-constructs):
8477 * follow.el (follow-debug):
8478 * forms.el (forms--debug):
8479 * iswitchb.el (iswitchb-all-frames):
8480 * ido.el (ido-all-frames):
8481 * emacs-lisp/timer.el (timer-max-repeats):
8482 * mail/feedmail.el (feedmail-mail-send-hook)
8483 (feedmail-mail-send-hook-queued):
8484 * mail/footnote.el (footnote-signature-separator):
8485 * mail/mailabbrev.el (mail-alias-separator-string)
8486 (mail-abbrev-mode-regexp):
8487 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8488 * progmodes/idlwave.el (idlwave-libinfo-file)
8489 (idlwave-default-completion-case-is-down)
8490 (idlwave-library-routines): Convert defvars to defcustoms.
8491
8492 * mail/rmail.el (rmail-decode-mime-charset):
8493 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8494 (idlwave-shell-fix-inserted-breaks)
8495 (idlwave-shell-activate-alt-keybindings)
8496 (idlwave-shell-use-breakpoint-glyph):
8497 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8498
8499 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8502
8503 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8504
8505 * progmodes/verilog-mode.el (font-lock-keywords):
8506 Fix mis-highligting auto. Reported by Craig Barner.
8507 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8508 defines from global name space. Reported by Dan Dever.
8509 (verilog-auto-reset, verilog-auto-reset-widths)
8510 (verilog-auto-tieoff): Support using unbased numbers for
8511 AUTORESET and AUTOTIEOFF.
8512 (verilog-submit-bug-report): Update variable list.
8513 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8514 parenthesis from not matching. Reported by Michael Rytting.
8515 (verilog-auto-template-lint): Fix hash error when linting modules
8516 with no used templates.
8517 (verilog-warn, verilog-warn-error)
8518 (verilog-warn-fatal): When non-interactive report multiple
8519 warnings before exiting. Suggested by Brad Dobbie.
8520 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8521 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8522 to report unused template errors. Reported by Brad Dobbie.
8523 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8524 nets, bug438. Reported by Vns Blore.
8525 (verilog-auto-inout-module, verilog-auto-reg)
8526 (verilog-read-decls, verilog-read-sub-decls-sig)
8527 (verilog-signals-edit-wire-reg, verilog-signals-with):
8528 Fix passing of Verilog data types in ANSI input/output ports
8529 such as "output logic" into the AUTOs. Special case "wire" and
8530 "reg" for backwards compatibility presuming Verilog 2001.
8531 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8532 (verilog-preprocess): Fix replication of preprocess output.
8533 Reported by Brad Dobbie.
8534 (verilog-auto-inst-interfaced-ports):
8535 Create verilog-auto-inst-interfaced-ports, bug429.
8536 Reported by Julian Gorfajn.
8537 (verilog-after-save-font-hook)
8538 (verilog-before-save-font-hook): New variable.
8539 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8540 (verilog-save-font-mods): Wrap disabling fontification, reported
8541 by David Rogoff.
8542 (verilog-do-indent, verilog-pretty-declarations-auto)
8543 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8544 Reported by Pierre-David Pfister.
8545 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8546 of class declarations, bug292. Reported by Kevin Heilman.
8547 (verilog-read-decls): Fix 'parameter type' not appearing in
8548 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8549 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8550 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8551 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8552 Reported by David Kravitz.
8553
8554 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8555
8556 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8557 assignment with tests in ifs and for loops.
8558 (verilog-extended-complete-re, verilog-complete-reg): Change so
8559 that DPI inport functions don't look like fuction declarations.
8560 (verilog-pretty-expr): Don't line up assignment
8561 operations to the test and increment in if and for loops
8562 (verilog-extended-complete-re, verilog-complete-reg): Change so
8563 that DPI inport functions don't look like fuction declarations.
8564
8565 2012-05-03 Kenichi Handa <handa@m17n.org>
8566
8567 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8568 decoding, and show a warning message without signaling an error
8569 (Bug#11282).
8570
8571 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * emacs-lisp/bytecomp.el
8574 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8575 since cconv.el might have introduced :fun-body, internal-make-closure,
8576 and friends for bytecomp to handle (bug#11391).
8577 * custom.el (defcustom): Avoid ((λ ..) ..).
8578
8579 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8580
8581 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8582
8583 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8584
8585 * notifications.el (dbus-debug):
8586 * term/linux.el (gpm-mouse-enable):
8587 * term/screen.el (xterm-register-default-colors): Declare.
8588
8589 2012-05-02 Chong Yidong <cyd@gnu.org>
8590
8591 * cus-start.el (gc-cons-percentage, exec-suffixes)
8592 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8593 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8594 (make-cursor-line-fully-visible, void-text-area-pointer)
8595 (font-list-limit): Add customization data.
8596
8597 * allout.el (allout-exposure-change-functions)
8598 (allout-structure-added-functions)
8599 (allout-structure-deleted-functions)
8600 (allout-structure-shifted-functions): Rename abnormal hooks from
8601 *-hook, and convert to defcustoms.
8602 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8603 Convert to defcustoms.
8604 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8605
8606 * allout-widgets.el: Hook callers changed.
8607
8608 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8609
8610 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8611 the yanked message in preference to the default value of
8612 buffer-file-coding-system.
8613
8614 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8615
8616 * window.el (display-buffer--action-function-custom-type):
8617 Fix entry.
8618
8619 2012-05-02 Alan Mackenzie <acm@muc.de>
8620
8621 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8622
8623 2012-05-01 Glenn Morris <rgm@gnu.org>
8624
8625 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8626
8627 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8628
8629 * cus-edit.el (custom-variable-documentation): Simplify with format.
8630
8631 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8632 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * simple.el (suggest-key-bindings, execute-extended-command):
8635 Move from keyboard.c.
8636
8637 2012-05-01 Chong Yidong <cyd@gnu.org>
8638
8639 * follow.el: Eliminate advice.
8640 (set-process-filter, process-filter, sit-for): Advice deleted.
8641 (follow-mode-off-hook): Obsolete hook removed.
8642 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8643 Vars deleted.
8644 (follow-auto): Use a :set function.
8645 (follow-mode): Rewritten. Don't advise process filters.
8646 (follow-switch-to-current-buffer-all, follow-scroll-up)
8647 (follow-scroll-down): Assume follow-mode is bound.
8648 (follow-comint-scroll-to-bottom)
8649 (follow-align-compilation-windows): New functions.
8650 (follow--window-sorter): New function.
8651 (follow-all-followers): Use it to explicitly sort windows by their
8652 positions; don't make assumptions about next-window order.
8653 (follow-windows-start-end, follow-delete-other-windows-and-split)
8654 (follow-calc-win-start): Doc fix.
8655 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8656 vertical-motion unnecessarily.
8657 (follow-adjust-window): New function.
8658 (follow-post-command-hook): Use it.
8659 (follow-call-set-process-filter, follow-call-process-filter)
8660 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8661 (follow-stop-intercept-process-output, follow-generic-filter):
8662 Functions deleted.
8663 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8664 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8665 New functions, replacing advice on scroll-bar-* commands.
8666 (follow-mwheel-scroll): New function (Bug#4112).
8667
8668 * comint.el (comint-adjust-point): New function.
8669 (comint-postoutput-scroll-to-bottom): Use it.
8670 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8671
8672 2012-05-01 Glenn Morris <rgm@gnu.org>
8673
8674 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8675 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8676 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8677 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8678 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8679 Remove no-byte-compile setting.
8680
8681 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8684 all-completions code to not return a number in the last cdr.
8685
8686 2012-04-30 Leo Liu <sdl.web@gmail.com>
8687
8688 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8689 read-only error.
8690
8691 2012-04-29 Chong Yidong <cyd@gnu.org>
8692
8693 * follow.el (follow-calc-win-end): Rewrite to handle partial
8694 screen lines correctly (Bug#8390).
8695 (follow-avoid-tail-recenter): Minor cleanup.
8696
8697 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8698
8699 Avoid the obsolete `assoc' package.
8700 * speedbar.el (speedbar-refresh): Avoid adelete.
8701 (speedbar-file-lists): Simplify and avoid aput.
8702 * man.el (Man--sections, Man--refpages): New vars, replacing
8703 Man-sections-alist and Man-refpages-alist.
8704 (Man-build-section-alist, Man-build-references-alist):
8705 Use them; avoid aput.
8706 (Man--last-section, Man--last-refpage): New vars.
8707 (Man-follow-manual-reference): Use them.
8708 Use the `default' arg of completing-read.
8709 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8710
8711 2012-04-27 Chong Yidong <cyd@gnu.org>
8712
8713 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8714
8715 * startup.el (x-apply-session-resources): New function.
8716
8717 * term/ns-win.el (ns-initialize-window-system):
8718 * term/w32-win.el (w32-initialize-window-system):
8719 * term/x-win.el (x-initialize-window-system): Use it to properly
8720 set menu-bar-mode and other vars from X resources, even if the
8721 initial frame is not a window-system frame (Bug#2299).
8722
8723 * subr.el (read-key): Avoid running filter function when setting
8724 up temporary tool bar entries (Bug#9922).
8725
8726 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8727
8728 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8729 (Bug#11344)
8730
8731 2012-04-27 Chong Yidong <cyd@gnu.org>
8732
8733 * select.el (xselect--encode-string): New function, split from
8734 xselect-convert-to-string.
8735 (xselect-convert-to-string): Use it.
8736 (xselect-convert-to-filename, xselect-convert-to-os)
8737 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8738 returned strings are properly encoded (Bug#11315).
8739
8740 2012-04-27 Chong Yidong <cyd@gnu.org>
8741
8742 * simple.el (delete-active-region): Move to killing custom group.
8743
8744 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8745
8746 * progmodes/which-func.el (which-func-current): Quote %
8747 characters for mode-line processing.
8748
8749 2012-04-27 Chong Yidong <cyd@gnu.org>
8750
8751 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8752 reaching eob (Bug#11286).
8753
8754 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8755
8756 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8757 (gdb): Make it buffer-local and init to zero.
8758 (gdb-control-commands-regexp): New variable.
8759 (gdb-send): Don't wrap in "-interpreter-exec console" if
8760 gdb-control-level is positive. Increment gdb-control-level
8761 whenever the command matches gdb-control-commands-regexp, and
8762 decrement it each time the command is "end". (Bug#11279)
8763
8764 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8765
8766 * window.el (adjust-window-trailing-edge, enlarge-window)
8767 (shrink-window, window-resize):
8768 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8769 windows (Bug#11276).
8770
8771 2012-04-27 Chong Yidong <cyd@gnu.org>
8772
8773 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8774 fix "missing prefix" warning. All callers changed.
8775
8776 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8777
8778 * emacs-lisp/assoc.el: Move to obsolete/.
8779
8780 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8783
8784 * term/ns-win.el (ns-define-service):
8785 * progmodes/pascal.el (pascal-goto-defun):
8786 * progmodes/js.el (js--read-tab):
8787 * progmodes/etags.el (tags-lazy-completion-table):
8788 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8789 * emacs-lisp/ewoc.el (ewoc--wrap):
8790 * emacs-lisp/assoc.el (aput, adelete, amake):
8791 * doc-view.el (doc-view-convert-current-doc):
8792 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8793
8794 2012-04-26 Chong Yidong <cyd@gnu.org>
8795
8796 * image.el (image-type-from-buffer): Only return supported image
8797 type (Bug#9045).
8798
8799 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8800 value, for symmetry with diff-end-of-hunk.
8801 (diff-split-hunk, diff-find-source-location)
8802 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8803 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8804 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8805 compute the relevant hunk or file properly (Bug#6005).
8806 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8807
8808 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8809
8810 * vc/vc-mtn.el:
8811 * vc/vc-hg.el:
8812 * vc/vc-git.el:
8813 * vc/vc-dir.el:
8814 * vc/vc-cvs.el:
8815 * vc/vc-bzr.el:
8816 * vc/vc-arch.el:
8817 * vc/vc.el: Replace lexical-let by lexical-binding.
8818 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8819 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8820 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8821
8822 2012-04-26 Chong Yidong <cyd@gnu.org>
8823
8824 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8825 (diff-mode-shared-map): Bind it to / and [remap undo].
8826
8827 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8828 (ediff-window-setup-function): Use it as the default, to set up
8829 windows based on whether the current frame is graphical (Bug#2138).
8830 (ediff-choose-window-setup-function-automatically): Make obsolete.
8831
8832 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8833
8834 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * ffap.el: Remove old code for obsolete package.
8837 (ffap-complete-as-file-p): Remove.
8838
8839 Use completion-table-with-quoting for comint and pcomplete.
8840 * comint.el (comint--unquote&requote-argument)
8841 (comint--unquote-argument, comint--requote-argument): New functions.
8842 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8843 (comint-quote-filename): Use regexp-opt-charset.
8844 (comint--common-suffix, comint--common-quoted-suffix)
8845 (comint--table-subvert): Remove.
8846 (comint-unquote-function, comint-requote-function): New vars.
8847 (comint--complete-file-name-data): Use them with
8848 completion-table-with-quoting.
8849 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8850 * pcomplete.el (pcomplete-arg-quote-list)
8851 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8852 (pcomplete-unquote-argument-function): Default to non-nil.
8853 (pcomplete-unquote-argument): Simplify.
8854 (pcomplete--common-quoted-suffix): Remove.
8855 (pcomplete-requote-argument-function): New var.
8856 (pcomplete--common-suffix): New function.
8857 (pcomplete-completions-at-point): Use completion-table-with-quoting
8858 and completion-table-subvert.
8859
8860 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8861 (minibuffer--double-dollars): Preserve properties.
8862 (completion--sifn-requote): New function.
8863 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8864
8865 * minibuffer.el: Add support for completion of quoted/escaped data.
8866 (completion-table-with-quoting, completion-table-subvert): New funs.
8867 (completion--twq-try, completion--twq-all): New functions.
8868 (completion--nth-completion): New function.
8869 (completion-try-completion, completion-all-completions): Use it.
8870
8871 2012-04-25 Leo Liu <sdl.web@gmail.com>
8872
8873 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8874 Use compilation-message if available to find real filename.
8875
8876 2012-04-25 Chong Yidong <cyd@gnu.org>
8877
8878 * vc/diff-mode.el (diff-setup-whitespace): New function.
8879 (diff-mode): Use it.
8880
8881 * vc/diff.el (diff-sentinel):
8882 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8883 Whitespace mode variables based on diff style (Bug#8612).
8884
8885 2012-04-25 Leo Liu <sdl.web@gmail.com>
8886
8887 * progmodes/python.el (python-send-region): Add suffix .py to the
8888 temp file.
8889
8890 * files.el (auto-mode-alist): Use javascript-mode instead.
8891
8892 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8893
8894 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8895
8896 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8897 (soap-resolve-references-for-array-type): Hack to prevent self
8898 references, see Bug#9.
8899 (soap-parse-envelope): Report the contents of the 'detail' node
8900 when receiving a fault reply.
8901 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8902
8903 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8904 (soap-inspect-simple-type): New function.
8905
8906 * net/soap-client.el (soap-simple-type): New struct.
8907 (soap-default-xsd-types, soap-default-soapenc-types)
8908 (soap-decode-basic-type, soap-encode-basic-type):
8909 support unsignedInt and double basic types.
8910 (soap-resolve-references-for-simple-type)
8911 (soap-parse-simple-type, soap-encode-simple-type): New function.
8912 (soap-parse-schema): Parse xsd:simpleType declarations.
8913
8914 * net/soap-client.el (soap-default-xsd-types)
8915 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8916 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8917 the local name of "soapenc:Array".
8918 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8919 decoding integer, byte and anyURI xsd types.
8920
8921 2012-04-25 Chong Yidong <cyd@gnu.org>
8922
8923 * cus-edit.el (custom-buffer-create-internal): Update header text.
8924
8925 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8926
8927 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8928 settings on 'system-type', not on 'window-system'. On MS-Windows,
8929 set interactive-mode on in GDB.
8930
8931 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8932
8933 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8934 (ruby-syntax-propertize-regexp): Remove.
8935 (ruby-syntax-propertize-function): Split regexp into chunks.
8936 Match following code directly.
8937
8938 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8939
8940 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8941 (ruby-syntax-propertize-regexp): New function.
8942 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8943 by a special keyword.
8944
8945 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8946 (ruby-syntax-general-delimiters-goto-beg)
8947 (ruby-syntax-propertize-general-delimiters): New functions.
8948 (ruby-syntax-propertize-function): Use them to handle GDL.
8949 (ruby-font-lock-keywords): Move old handling of GDL...
8950 (ruby-font-lock-syntactic-keywords): .. to here.
8951 (ruby-calculate-indent): Adjust indentation for GDL.
8952
8953 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8954
8955 * notifications.el (top): Remove unneeded declarations.
8956 (notifications-specification-version): Change to "1.2".
8957 (notifications-interface, notifications-notify-method)
8958 (notifications-close-notification-method): Fix docstring.
8959 (notifications-get-capabilities-method): New defconst.
8960 (notifications-notify): Add :action-items, :resident and
8961 :transient hints. Change "image_data" to "image-data" and
8962 "image_path" to "image-path".
8963 (notifications-get-capabilities): New defun.
8964
8965 2012-04-24 Leo Liu <sdl.web@gmail.com>
8966
8967 * progmodes/python.el: Move hideshow setup to the end.
8968
8969 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8970
8971 * window.el (handle-select-window): Clear echo area since this is
8972 no more done by read_char (Bug#11304).
8973
8974 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8975
8976 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8977 and `/ M' to filter-derived-mode.
8978 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8979 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8980 (ibuffer-mark-by-mode): Use default rather than initial-input.
8981 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8982
8983 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8984
8985 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8986 (ibuffer-filter-by-derived-mode): New filter.
8987 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8988
8989 2012-04-23 Andreas Politz <politza@fh-trier.de>
8990
8991 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8992
8993 2012-04-23 Chong Yidong <cyd@gnu.org>
8994
8995 * cus-edit.el (customize-apropos, customize-apropos-options):
8996 Disable matching of non-option variables (Bug#11176).
8997 (customize-option, customize-option-other-window)
8998 (customize-changed-options): Doc fix.
8999 (customize-apropos-options, customize-apropos-faces)
9000 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
9001
9002 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
9003 Fix word list splitting (Bug#11132).
9004 (apropos-symbol, apropos-keybinding, apropos-label)
9005 (apropos-property, apropos-function-button)
9006 (apropos-variable-button, apropos-misc-button): New faces.
9007 (apropos-symbol-face, apropos-keybinding-face)
9008 (apropos-label-face, apropos-property-face, apropos-match-face):
9009 Variables removed (Bug#8396).
9010 (apropos-library-button, apropos-format-plist, apropos-print)
9011 (apropos-print-doc, apropos-describe-plist): Callers changed.
9012
9013 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
9014
9015 * net/xesam.el (xesam-mode-map): Use let-bound map in
9016 initialization. (Bug#11292)
9017
9018 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9019
9020 Preserve ispell session localwords when switching back to
9021 original buffer.
9022
9023 * textmodes/ispell.el (ispell-buffer-session-localwords):
9024 New buffer-local variable to hold buffer session localwords.
9025 (ispell-kill-ispell): Add option 'clear to delete session
9026 localwords.
9027 (ispell-command-loop, ispell-change-dictionary)
9028 (ispell-buffer-local-words): Preserve session localwords when
9029 needed.
9030
9031 * textmodes/flyspell.el (flyspell-process-localwords)
9032 (flyspell-do-correct): Preserve session localwords when needed.
9033
9034 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9035
9036 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9037 using obsolete `translation-table-for-input'.
9038 (ispell-word, ispell-process-line, ispell-complete-word):
9039 Use plain `insert' instead of removed `ispell-insert-word'.
9040
9041 2012-04-22 Chong Yidong <cyd@gnu.org>
9042
9043 * cus-edit.el (custom-variable-menu)
9044 (custom-variable-reset-saved, custom-face-menu)
9045 (custom-face-reset-saved): If there is no saved value, make the
9046 "reset-saved" operation bring back the default (Bug#9509).
9047 (custom-face-state): Properly detect themed faces.
9048
9049 * faces.el (face-spec-set): Stop supporting deprecated form of
9050 third arg.
9051
9052 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
9053
9054 Move functions from C to Lisp. Make non-blocking method calls
9055 the default. Implement further D-Bus standard interfaces.
9056
9057 * net/dbus.el (dbus-message-internal): Declare function.
9058 Remove unneeded function declarations.
9059 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9060 (dbus-message-type-method-return, dbus-message-type-error)
9061 (dbus-message-type-signal): Declare variables. Remove local
9062 definitions.
9063 (dbus-interface-dbus, dbus-interface-peer)
9064 (dbus-interface-introspectable, dbus-interface-properties)
9065 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9066 Adapt docstring.
9067 (dbus-interface-objectmanager): New defconst.
9068 (dbus-call-method, dbus-call-method-asynchronously)
9069 (dbus-send-signal, dbus-method-return-internal)
9070 (dbus-method-error-internal, dbus-register-service)
9071 (dbus-register-signal, dbus-register-method): New defuns, moved
9072 from dbusbind.c
9073 (dbus-call-method-handler, dbus-setenv)
9074 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9075 New defuns.
9076 (dbus-call-method-non-blocking): Make it an obsolete function.
9077 (dbus-unregister-object, dbus-unregister-service)
9078 (dbus-handle-event, dbus-register-property)
9079 (dbus-property-handler): Obey the new structure of
9080 `bus-registered-objects'.
9081 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
9082 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9083 Use `dbus-call-method'.
9084
9085 2012-04-22 Chong Yidong <cyd@gnu.org>
9086
9087 * cus-edit.el (custom-commands, custom-reset-menu)
9088 (Custom-reset-standard): Tweak labels.
9089 (custom-reset-button-menu): Change default to t.
9090 (custom-buffer-create-internal): For the custom-reset-button-menu
9091 case, put the revert button first.
9092 (custom-group-subtitle): New face.
9093 (custom-group-value-create): Align docstring to a specific column.
9094
9095 * wid-edit.el (widget-documentation-link-add): Don't handle
9096 indentation in this function.
9097 (widget-documentation-string-indent-to): New function.
9098 (widget-documentation-string-value-create): Use it.
9099
9100 * autorevert.el (auto-revert):
9101 * epg-config.el (epg):
9102 * ibuffer.el (ibuffer):
9103 * mpc.el (mpc):
9104 * ses.el (ses):
9105 * eshell/eshell.el (eshell):
9106 * net/ange-ftp.el (ange-ftp):
9107 * progmodes/ebnf2ps.el (postscript):
9108 * progmodes/flymake.el (flymake):
9109 * progmodes/prolog.el (prolog):
9110 * progmodes/verilog-mode.el (verilog-mode):
9111 * progmodes/which-func.el (which-func):
9112 * term/xterm.el (xterm):
9113 * textmodes/picture.el (picture):
9114 * textmodes/tildify.el (tildify):
9115 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
9116 customization buffers.
9117
9118 2012-04-22 Alan Mackenzie <acm@muc.de>
9119
9120 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9121 Adding a ) can hide the resulting (..) from searches. Fix it.
9122 Bound the backward search to the position of the existing (.
9123
9124 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
9125
9126 * progmodes/verilog-mode.el (verilog-mode): Check whether
9127 which-func-modes is t before adding verilog-mode.
9128 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9129
9130 2012-04-21 Leo Liu <sdl.web@gmail.com>
9131
9132 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
9133
9134 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
9135
9136 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
9137 filling of the last column of a table (Bug#5635).
9138 (woman-find-next-control-line): New arg, specifying an additional
9139 regexp component for the control line.
9140 (woman2-roff-buffer): Use it.
9141 (woman-break-table): New function.
9142 (woman2-TS): Use it.
9143
9144 2012-04-21 Chong Yidong <cyd@gnu.org>
9145
9146 * woman.el (woman-set-buffer-display-table, woman-decode-region)
9147 (woman-horizontal-escapes, woman-negative-vertical-space)
9148 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
9149 (WoMan-warn-ignored): Use ?\s instead of ?\ .
9150
9151 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * minibuffer.el (completion-file-name-table): Complete user names.
9154
9155 2012-04-20 Leo Liu <sdl.web@gmail.com>
9156
9157 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
9158 and pcase-let*.
9159
9160 2012-04-20 Chong Yidong <cyd@gnu.org>
9161
9162 * server.el (server-execute): Respect initial-buffer-choice if it
9163 is a string and there are no files to open (Bug#2825).
9164 (server-create-window-system-frame, server-create-tty-frame):
9165 Don't switch buffers here.
9166 (server-process-filter): Only try to open a window system frame if
9167 compiled with graphical support (Bug#8314).
9168
9169 2012-04-20 Dan Nicolaescu <dann@gnu.org>
9170
9171 * battery.el (battery-echo-area-format): Display remaining time
9172 for sysfs backend too (Bug#11269).
9173 (battery-linux-sysfs): Fix conditional for the charge.
9174
9175 2012-04-20 Chong Yidong <cyd@gnu.org>
9176
9177 * progmodes/gdb-mi.el (gdb): Revert previous change.
9178 (gdb-inferior-io--init-proc): New function.
9179 (gdb-init-1): Use it.
9180 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9181 responsible for allocating a new pty and hooking it to gdb when
9182 the old pty gets an EIO due to process exit.
9183 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9184 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9185 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9186
9187 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9188
9189 * window.el (window-min-size, window-sizable, window-min-delta)
9190 (window-max-delta, window--resizable, window-resizable)
9191 (window-total-size, window-full-height-p, window-full-width-p)
9192 (window-in-direction, window--resize-mini-window, window-resize)
9193 (window--resize-child-windows-normal)
9194 (window--resize-child-windows, window--resize-siblings)
9195 (window--resize-this-window, adjust-window-trailing-edge)
9196 (enlarge-window, shrink-window): Doc fixes.
9197
9198 2012-04-20 Chong Yidong <cyd@gnu.org>
9199
9200 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9201 New function to call delete-process on the gdb-inferior buffer's pty.
9202 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9203 pty process (Bug#11273).
9204 (gdb-update): New arg to suppress talking to the gdb process.
9205 (gdb-done-or-error): Use it.
9206 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9207 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9208 sentinel not being called.
9209
9210 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9211
9212 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9213
9214 2012-04-20 Glenn Morris <rgm@gnu.org>
9215
9216 * net/network-stream.el (open-network-stream): Doc fix.
9217
9218 2012-04-20 Chong Yidong <cyd@gnu.org>
9219
9220 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9221
9222 2012-04-20 Alan Mackenzie <acm@muc.de>
9223
9224 Ensure searching for keywords is case sensitive.
9225
9226 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9227 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9228 (c-defun-name, c-mark-function, c-cpp-define-name)
9229 (c-comment-indent, c-scan-conditionals, c-indent-defun)
9230 (c-context-line-break): Bind case-fold-search to nil.
9231
9232 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9233 Bind case-fold-search to nil.
9234
9235 2012-04-20 Chong Yidong <cyd@gnu.org>
9236
9237 * mail/sendmail.el (mail-bury): Call return action with the right
9238 Rmail buffer (Bug#11242).
9239
9240 * server.el (server-process-filter): Handle corner case where both
9241 tty and nowait options are present (Bug#11102).
9242
9243 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9244
9245 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9246 (top level): Put into the executable the ident-style '$Id:' tag on
9247 windows-nt as well.
9248
9249 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * electric.el (electric-indent-post-self-insert-function): Check that
9252 electric-indent-mode is enabled in current buffer.
9253
9254 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9255
9256 * imenu.el (imenu-progress-message): Restore; it is "used" in
9257 erc/erc-imenu.el and net/snmp-mode.el.
9258
9259 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9260
9261 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9262 (mouse-avoidance-nudge-mouse): Remove unused binding.
9263
9264 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9265
9266 * descr-text.el (describe-char):
9267 * progmodes/python.el (python-describe-symbol):
9268 Don't call `toggle-read-only', set `buffer-read-only'.
9269
9270 * imenu.el (imenu-default-goto-function): Mark unused args.
9271 (imenu-progress-message): Remove obsolete macro; all callers changed.
9272
9273 * subr.el (keymap-canonicalize): Remove unused binding.
9274 (read-passwd): Mark unused arg.
9275
9276 * tutorial.el (tutorial--display-changes): Remove unused binding.
9277 (tutorial--save-tutorial-to): Remove unused variable.
9278
9279 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9280 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9281 (package-generate-autoloads, package-menu--generate)
9282 (package-menu--find-upgrades): Remove unused bindings.
9283
9284 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9285 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9286 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9287 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9288 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9289 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9290 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9291 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9292 (cua-delete-char-rectangle): Mark unused args.
9293 (cua-align-rectangle): Remove unused binding.
9294
9295 * mail/rmail.el (compilation--message->loc)
9296 (epa--find-coding-system-for-mime-charset): Declare.
9297
9298 * net/dbus.el (dbus-register-service): Declare.
9299 (dbus-name-owner-changed-handler): Remove unused binding.
9300
9301 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9302 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9303 (nxml-scan-backward-within): Mark unused arg.
9304 (nxml-dynamic-markup-word): Remove unused binding.
9305
9306 * mouse.el (mouse-menu-major-mode-map):
9307 * emacs-lisp/authors.el (authors-scan-change-log)
9308 (authors-add-to-author-list):
9309 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9310 * emacs-lisp/smie.el (smie-auto-fill):
9311 * mail/sendmail.el (mail-bury):
9312 * mail/unrmail.el (unrmail):
9313 * net/tls.el (open-tls-stream):
9314 * textmodes/picture.el (picture-mouse-set-point):
9315 Remove unused bindings.
9316
9317 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
9318
9319 * net/tramp.el (tramp-action-password): Let-bind
9320 `enable-recursive-minibuffers' to t.
9321
9322 2012-04-18 Sam Steingold <sds@gnu.org>
9323
9324 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9325 instead of 'string to accommodate values like [f11].
9326 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9327 * progmodes/gdb-mi.el: Likewise.
9328
9329 2012-04-18 Leo Liu <sdl.web@gmail.com>
9330
9331 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9332 current buffer.
9333 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9334 LOCAL is nil.
9335
9336 2012-04-18 Chong Yidong <cyd@gnu.org>
9337
9338 * simple.el (line-move): Use forward-line if in batch mode
9339 (Bug#11053).
9340
9341 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9342
9343 * files.el (after-find-file): Do not try to add a final newline if
9344 the buffer is read-only (Bug#11156).
9345
9346 2012-04-17 Richard Stallman <rms@gnu.org>
9347
9348 * mail/rmail.el (rmail-start-mail):
9349 Pass (rmail-mail-return...) for the return-action.
9350 Pass (rmail-yank-current-message...) for the yank-action.
9351 (rmail-yank-current-message): New function.
9352 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9353 (rmail-reply): Likewise.
9354 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9355
9356 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9357 buffer, not the last. Reject temp buffers. Use the rmail-mode
9358 buffer, not newbuf.
9359
9360 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9361
9362 * server.el (server-ensure-safe-dir): Simplify.
9363
9364 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9365
9366 * emacs-lisp/smie.el: Provide smarter auto-filling.
9367 (smie-auto-fill): New function.
9368 (smie-setup): Use it.
9369
9370 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9371
9372 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9373
9374 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9375 (comment-indent): Use it.
9376
9377 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9378
9379 * ses.el: The overall change is to add cell renaming, that is
9380 setting fancy names for cell symbols other than name matching
9381 "\\`[A-Z]+[0-9]+\\'" regexp .
9382 (ses-localvars): Add ses--renamed-cell-symb-list.
9383 (ses-create-cell-variable): New defun.
9384 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9385 (ses-relocate-formula): Relocate formulas only for cells the
9386 symbols of which are not renamed, i.e. symbols whose names do not
9387 match regexp "\\`[A-Z]+[0-9]+\\'".
9388 (ses-relocate-all): Relocate values only for cells the symbols of
9389 which are not renamed.
9390 (ses-load): Create cells variables as the (ses-cell ...) are read,
9391 in order to check row col consistency with cell symbol name only
9392 for cells that are not renamed.
9393 (ses-replace-name-in-formula): New defun.
9394 (ses-rename-cell): New defun.
9395
9396 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9397
9398 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9399 New option (bug#11118).
9400 (perl-calculate-indent): Respect it.
9401
9402 2012-04-17 Glenn Morris <rgm@gnu.org>
9403
9404 * dired-aux.el (dired-mark-read-string): Doc fix.
9405
9406 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9407
9408 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9409 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9410
9411 2012-04-17 Glenn Morris <rgm@gnu.org>
9412
9413 * mouse.el (mouse-drag-track):
9414 * speedbar.el (speedbar-frame-mode):
9415 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9416
9417 2012-04-16 Leo Liu <sdl.web@gmail.com>
9418
9419 * progmodes/python.el: Trivial cleanup.
9420
9421 2012-04-16 Glenn Morris <rgm@gnu.org>
9422
9423 * vc/vc.el (vc-string-prefix-p):
9424 * vc/pcvs-util.el (cvs-string-prefix-p):
9425 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9426 * mpc.el (mpc-string-prefix-p):
9427 Make all of these into obsolete aliases for string-prefix-p.
9428 Update callers.
9429 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9430
9431 * textmodes/two-column.el: Move custom options to the start.
9432 (frame-width): Remove compat definition.
9433 (2C-associate-buffer, 2C-dissociate):
9434 Use with-current-buffer rather than save-excursion.
9435 (2C-dissociate): Force a mode-line update.
9436 (2C-autoscroll): Use ignore-errors.
9437
9438 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9439 Autoload trivia.
9440
9441 * emacs-lisp/cl-extra.el (*random-state*):
9442 Remove unnecessary declaration.
9443
9444 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9445
9446 * play/cookie1.el (cookie-snarf):
9447 Give an explicit error if input file cannot be read.
9448
9449 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9450
9451 * progmodes/perl-mode.el (c-macro-expand):
9452 Remove unnecessary autoload (it is in loaddefs.el).
9453
9454 * textmodes/picture.el (picture-desired-column)
9455 (picture-update-desired-column): Convert comments to doc-strings.
9456 (picture-substitute): Remove function.
9457 (picture-mode-map): Initialize in the defvar.
9458
9459 * woman.el: Remove eval-after-load for tar-mode.
9460 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9461 (woman-tar-extract-file): Autoload it.
9462
9463 * frame.el (automatic-hscrolling): Make this alias obsolete.
9464
9465 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9466
9467 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9468 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9469 (ispell-dictionary-base-alist): Revert to original XEmacs
9470 friendly version for default. [:alpha:] will be added in
9471 `ispell-set-spellchecker-params' if needed.
9472
9473 2012-04-16 Chong Yidong <cyd@gnu.org>
9474
9475 * image.el (imagemagick--file-regexp): New variable.
9476 (imagemagick-register-types): Use it.
9477 (imagemagick-types-inhibit): Add :set function. Allow new value
9478 of t to inhibit all types.
9479
9480 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9481 so we can preload it.
9482
9483 * loadup.el (fboundp): Preload regexp-opt, needed by
9484 imagemagick-register-types.
9485
9486 2012-04-15 Chong Yidong <cyd@gnu.org>
9487
9488 * frame.el (scrolling): Remove nearly unused customization group.
9489
9490 * scroll-all.el (scroll-all-mode): Move to windows group.
9491
9492 2012-04-15 Chong Yidong <cyd@gnu.org>
9493
9494 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9495
9496 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9499 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9500
9501 2012-04-15 Glenn Morris <rgm@gnu.org>
9502
9503 * simple.el (process-file-side-effects): Doc fix.
9504
9505 2012-04-15 Glenn Morris <rgm@gnu.org>
9506
9507 * international/mule-cmds.el (set-language-environment): Doc fix.
9508
9509 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9510
9511 * server.el (server-auth-key, server-generate-key): Doc fixes.
9512 (server-get-auth-key): Doc fix. Use `string-match-p'.
9513 (server-start): Reflow docstring.
9514
9515 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9516
9517 * server.el (server-generate-key): `called-interactively-p'
9518 requires a parameter.
9519
9520 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9521
9522 * server.el (server-auth-key): New variable.
9523 (server-generate-key, server-get-auth-key): New function.
9524 (server-start): Use the new variable and functions to allow
9525 setting a permanent server key (bug#9423).
9526
9527 2012-04-14 Leo Liu <sdl.web@gmail.com>
9528
9529 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9530
9531 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9532
9533 Spelling fixes.
9534 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9535 Emacs uses American spelling.
9536
9537 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9538
9539 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9540 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9541 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9542 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9543
9544 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * progmodes/which-func.el (which-func-modes): Change default.
9547
9548 2012-04-14 Kim F. Storm <storm@cua.dk>
9549
9550 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9551 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9552
9553 2012-04-14 Chong Yidong <cyd@gnu.org>
9554
9555 * custom.el (custom-theme-set-variables): Doc fix.
9556
9557 2012-04-14 Glenn Morris <rgm@gnu.org>
9558
9559 * international/mule.el (set-auto-coding-for-load): Doc fix.
9560
9561 2012-04-14 Alan Mackenzie <acm@muc.de>
9562
9563 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9564 imenu work again for Objective C Mode. Correct the *-index values,
9565 these having been disturbed by a previous change in 2011-08.
9566
9567 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9568 Correct two search limits.
9569
9570 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9573
9574 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9575
9576 * international/characters.el: Fix sorting.
9577
9578 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9579
9580 * international/characters.el: Add more missing Latin case pairs.
9581
9582 2012-04-14 Glenn Morris <rgm@gnu.org>
9583
9584 * files.el (dir-locals-set-class-variables): Doc fix.
9585
9586 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9587
9588 * international/characters.el: Add set-case-syntax-pair call for
9589 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9590 counterpart. (Bug#11209)
9591
9592 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9593
9594 2012-04-14 Glenn Morris <rgm@gnu.org>
9595
9596 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9597
9598 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9599
9600 * textmodes/ispell.el (ispell-dictionary-base-alist):
9601 Add data for Hebrew.
9602
9603 2012-04-14 Chong Yidong <cyd@gnu.org>
9604
9605 * net/rcirc.el (rcirc-cmd-quit):
9606 Revert 2012-03-18 change (Bug#11192).
9607
9608 2012-04-14 Glenn Morris <rgm@gnu.org>
9609
9610 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9611
9612 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9613
9614 * minibuffer.el (completion-in-region-mode-map):
9615 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9616
9617 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9618
9619 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9620
9621 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9622
9623 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9624 to allow `C-M-f' and `C-M-b' to move to the nearest path
9625 separator (bug#9511).
9626
9627 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9628
9629 * avoid.el: Require cl when compiling. And also move the
9630 `provide' to the end.
9631
9632 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9633
9634 * avoid.el (mouse-avoidance-banish-position): New variable.
9635 (mouse-avoidance-banish-destination): Use it (bug#10165).
9636
9637 2012-04-13 Leo Liu <sdl.web@gmail.com>
9638
9639 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9640
9641 2012-04-13 Ken Brown <kbrown@cornell.edu>
9642
9643 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9644 this is no longer needed now that cygstart understands file:// URLs.
9645 (browse-url-filename-alist): For the same reason, don't modify
9646 file:// URLs on Cygwin.
9647
9648 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9649
9650 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9651 the region on shift if the binding is already shifted (bug#11221).
9652
9653 2012-04-12 Glenn Morris <rgm@gnu.org>
9654
9655 * mail/mailpost.el: Move to obsolete/.
9656
9657 2012-04-12 Drew Adams <drew.adams@oracle.com>
9658
9659 * imenu.el (imenu--generic-function): Ignore invisible definitions
9660 (bug#10123).
9661
9662 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9663
9664 * hexl.el (hexl-bits): New variable.
9665 (hexl-options): Mention the variable in the doc string.
9666 (hexl-rulerise, hexl-line-displen): New functions.
9667 (hexl-mode): Mention the new variable.
9668 (hexl-mode, hexl-current-address, hexl-current-address):
9669 Use the displen.
9670 (hexl-ascii-start-column): New function.
9671 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9672 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9673
9674 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9675
9676 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9677 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9678 the encoding, as expected by hunspell.
9679
9680 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9681
9682 * battery.el (battery--linux-sysfs-regexp): New const.
9683 (battery-status-function): Use it. Remove yeeloong special case.
9684 (battery-yeeloong-sysfs): Remove.
9685 (battery-echo-area-format): Remove yeeloong special case.
9686
9687 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9690 Reported by Noah Friedman.
9691
9692 * subr.el (read-passwd): Use read-string.
9693
9694 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9695
9696 * vcursor.el (vcursor-move): Increase the priority of the overlay
9697 (bug#9663).
9698
9699 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9700
9701 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9702 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9703
9704 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9705
9706 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9707 define-minor-mode (bug#10760).
9708
9709 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9710
9711 * progmodes/grep.el (rgrep): Tweak the find command line so
9712 that directories matching `grep-find-ignored-files' won't be
9713 pruned (bug#10351).
9714
9715 2012-04-11 Chong Yidong <cyd@gnu.org>
9716
9717 * startup.el (command-line): Remove support for long-obsolete
9718 variable font-lock-face-attributes.
9719
9720 2012-04-11 Glenn Morris <rgm@gnu.org>
9721
9722 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9723
9724 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * window.el (window--state-get-1): Obey window-point-insertion-type.
9727
9728 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9729
9730 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9731 to previous function when point is on the first character of a
9732 function. Take care of that in `narrow-to-defun' (bug#6157).
9733
9734 2012-04-11 Glenn Morris <rgm@gnu.org>
9735
9736 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9737 not just file-errors.
9738
9739 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9740 (vc-bzr-sha1): Use internal sha1.
9741
9742 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9743
9744 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9745
9746 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9747
9748 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9749 that start in the middle of the line (bug#10496).
9750
9751 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9752
9753 * battery.el (battery-linux-proc-acpi): Only one battery is
9754 discharged at a time, but that seems to confuse battery.el when
9755 computing `rate-type' for the battery not being discharged
9756 (bug#10332).
9757
9758 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9761
9762 * international/quail.el: Use dolist and simplify.
9763 (quail-define-package, quail-update-keyboard-layout)
9764 (quail-define-rules): Use dolist.
9765 (quail-insert-kbd-layout, quail-get-translation): CSE.
9766
9767 * tmm.el: Use dolist, remove left over hook.
9768 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9769 Use dolist.
9770 (calendar-load-hook): Don't mess with it.
9771
9772 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9773 Use derived-mode-p. Run the diff asynchronously.
9774
9775 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9776
9777 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9778
9779 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9780
9781 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9782 (list-dynamic-libraries--loaded): New function.
9783 (list-dynamic-libraries--refresh): Use it.
9784
9785 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9786
9787 * progmodes/python.el (python-fill-paragraph):
9788 Make python-fill-region in a multiline string work when font-lock is
9789 disabled (bug#7018).
9790
9791 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9792
9793 * language/european.el (cp775): Add oem/legacy (en)coding on
9794 DOS/MS Windows for the Baltic languages. There are still plenty
9795 of texts written in this encoding/codepage (bug#6519).
9796
9797 2012-04-10 Glenn Morris <rgm@gnu.org>
9798
9799 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9800 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9801
9802 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9803
9804 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9805 next-line "n" and previous-line "p" in order to make recentf more
9806 consistent with ibuffer, dired or org-mode (bug#9387).
9807
9808 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9809
9810 * image.el (put-image): Return the overlay created instead of the
9811 optional input string (bug#7834). Note that this may break code
9812 that is (for some reason or other) depending on `put-image'
9813 returning the string.
9814
9815 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9816
9817 * simple.el (zap-to-char): Allow zapping using input methods
9818 (bug#1580).
9819
9820 * textmodes/fill.el (fill-region): Leave point and mark where they
9821 were before filling (bug#5399).
9822
9823 2012-04-09 Glenn Morris <rgm@gnu.org>
9824
9825 * version.el (emacs-bzr-get-version):
9826 Handle lightweight checkouts of local branches.
9827
9828 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9829
9830 * international/characters.el: Recover lost case pairs. (Bug#11209)
9831
9832 2012-04-09 Chong Yidong <cyd@gnu.org>
9833
9834 * custom.el (custom-variable-p): Return nil for non-symbol
9835 arguments instead of signaling an error.
9836 (user-variable-p): Obsolete alias for custom-variable-p.
9837
9838 * apropos.el (apropos-variable):
9839 * files-x.el (read-file-local-variable):
9840 * simple.el (set-variable):
9841 * woman.el (woman-mini-help):
9842 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9843
9844 2012-04-09 Glenn Morris <rgm@gnu.org>
9845
9846 * startup.el (normal-top-level): Don't look for leim-list.el
9847 in places where it will not be found. (Bug#910)
9848
9849 * international/mule-cmds.el (set-default-coding-systems):
9850 * files.el (normal-mode):
9851 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9852 This function was removed with ucs-tables.el in 2008.
9853
9854 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9855
9856 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9857 ispell-encoding8-command to "-i", without a trailing space.
9858 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9859 separate command-line arguments, to specify the encoding, since
9860 that's how hunspell expects it.
9861
9862 2012-04-08 Glenn Morris <rgm@gnu.org>
9863
9864 * loadup.el: Load bindings before cus-start.
9865 This reduces somewhat the number of "rogue" settings in emacs -Q.
9866
9867 2012-04-07 Glenn Morris <rgm@gnu.org>
9868
9869 * version.el (emacs-bzr-get-version): New function.
9870 (emacs-bzr-version): New variable.
9871 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9872 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9873
9874 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9875
9876 * international/uni-bidi.el, international/uni-category.el:
9877 * international/uni-combining.el, international/uni-decimal.el:
9878 * international/uni-decomposition.el, international/uni-digit.el:
9879 * international/uni-lowercase.el, international/uni-mirrored.el:
9880 * international/uni-name.el, international/uni-numeric.el:
9881 * international/uni-titlecase.el, international/uni-uppercase.el:
9882 Update for Unicode 6.1.
9883
9884 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9885
9886 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9887
9888 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9889
9890 * window.el (shrink-window): Mention the `window-min-height'
9891 variable in the doc string.
9892
9893 2012-04-05 Bastien Guerry <bzg@altern.org>
9894
9895 * color.el (color-lighten-name): Fix typo.
9896
9897 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9898
9899 * server.el (server--on-display-p): New function.
9900 (server--on-display-p): Use it.
9901
9902 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
9903
9904 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9905 (bug#11145).
9906
9907 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * comint.el (comint--common-quoted-suffix): Check string boundary
9910 before comparing (bug#11158).
9911 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9912
9913 2012-04-04 Chong Yidong <cyd@gnu.org>
9914
9915 * minibuffer.el (completion-extra-properties): Doc fix.
9916
9917 * subr.el (delayed-warnings-hook): Doc fix.
9918
9919 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9920
9921 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9922 selection (Bug#11159).
9923 (epa-insert-keys): Inform that the default public key will be
9924 exported if no key is selected.
9925
9926 2012-04-04 Richard Stallman <rms@gnu.org>
9927
9928 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9929
9930 2012-04-03 Chong Yidong <cyd@gnu.org>
9931
9932 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9933 mail-insert-file, not its obsolete alias mail-attach-file.
9934
9935 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9936
9937 * notifications.el (notifications-notify): Fix docstring.
9938
9939 2012-04-02 Glenn Morris <rgm@gnu.org>
9940
9941 * emacs-lisp/authors.el (authors-aliases): Another addition.
9942
9943 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9944
9945 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9946 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9947 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9948
9949 2012-04-01 Chong Yidong <cyd@gnu.org>
9950
9951 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9952 Handle root directory properly.
9953 (copy-directory): Caller changed.
9954
9955 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9956 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9957
9958 2012-03-31 Glenn Morris <rgm@gnu.org>
9959
9960 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9961
9962 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9963
9964 * calendar/calendar.el (calendar-window-list)
9965 (calendar-hide-window): Restore. (Bug#11140)
9966 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9967
9968 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9969
9970 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9971
9972 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9973 Check if file is a symlink (Bug#10489).
9974
9975 * files.el (copy-directory): Likewise.
9976
9977 2012-03-30 Chong Yidong <cyd@gnu.org>
9978
9979 * image.el (imagemagick-types-inhibit)
9980 (imagemagick-register-types): Doc fix.
9981
9982 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9983
9984 * textmodes/ispell.el (ispell-get-extended-character-mode):
9985 Disable extended-char-mode for hunspell. hunspell does not support it
9986 and treats ~word as ordinary words in pipe mode.
9987
9988 2012-03-30 Glenn Morris <rgm@gnu.org>
9989
9990 * tutorial.el (help-with-tutorial): Ensure local variables don't
9991 happen to make the buffer read-only. (Bug#11127)
9992
9993 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9996 (perl-calculate-indent): Return `noindent' in strings.
9997
9998 2012-03-28 Sam Steingold <sds@gnu.org>
9999
10000 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
10001 instead of the broken adhockery which does not prevent calendar
10002 buffers from being displayed at random after exit.
10003 (calendar-window-list, calendar-hide-window): Remove the broken
10004 adhockery.
10005
10006 2012-03-28 Glenn Morris <rgm@gnu.org>
10007
10008 * replace.el (query-replace-map): Doc fix.
10009
10010 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
10011
10012 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
10013 contents. (Bug#11109)
10014
10015 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
10018 (bug#11077).
10019 (avl-tree--check, avl-tree--check-node): New funs.
10020
10021 2012-03-27 Martin Rudalics <rudalics@gmx.at>
10022
10023 * window.el (switch-to-visible-buffer): New option.
10024 (switch-to-prev-buffer, switch-to-next-buffer):
10025 Observe switch-to-visible-buffer. Make sure that checking for a window
10026 showing a buffer already is done on the same frame.
10027
10028 2012-03-27 Glenn Morris <rgm@gnu.org>
10029
10030 * startup.el (mail-host-address): Doc fix.
10031
10032 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10033
10034 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
10035 than 197 variables.
10036
10037 2012-03-26 Ami Fischman <ami@fischman.org>
10038
10039 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10040
10041 2012-03-26 Glenn Morris <rgm@gnu.org>
10042
10043 * files.el (save-buffers-kill-emacs): Doc fix.
10044
10045 * startup.el (normal-top-level, command-line, command-line-1):
10046 Give them doc strings.
10047
10048 2012-03-25 Eli Zaretskii <eliz@gnu.org>
10049
10050 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
10051 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
10052
10053 2012-03-25 Chong Yidong <cyd@gnu.org>
10054
10055 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10056 theme if it was previously enabled before (Bug#11031).
10057
10058 * cus-theme.el (custom-theme-write-faces): Retrieve current face
10059 spec with custom-face-get-current-spec if its :shown-value is not
10060 determined yet (Bug#9337).
10061 (customize-create-theme, custom-theme-revert): Doc fixes.
10062
10063 * button.el (button-at): Minor addition to docstring.
10064
10065 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
10066
10067 * vc/vc.el (vc-merge): Fix a prompt.
10068
10069 2012-03-24 Chong Yidong <cyd@gnu.org>
10070
10071 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10072 point (Bug#9623).
10073
10074 * button.el (button-at): Minor addition to docstring.
10075
10076 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * newcomment.el (comment-choose-indent): No space after BOL.
10079
10080 2012-03-22 Sam Steingold <sds@gnu.org>
10081
10082 * window.el (switch-to-prev-buffer): Revert last patch because the
10083 bug turned out to be an advertised feature (Elisp manual 28.14).
10084
10085 2012-03-22 Glenn Morris <rgm@gnu.org>
10086
10087 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
10088 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10089
10090 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10091
10092 * net/network-stream.el (network-stream-open-starttls): Make error
10093 message under Windows be less misleading.
10094
10095 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
10096
10097 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10098 understands (bug#9942).
10099
10100 2012-03-22 Chong Yidong <cyd@gnu.org>
10101
10102 * simple.el (end-of-visible-line): Handle return value of
10103 next-single-property-change properly (Bug#9371).
10104
10105 2012-03-22 Kenichi Handa <handa@m17n.org>
10106
10107 * international/quail.el (quail-insert-kbd-layout): Fix previous
10108 change. To avoid unwanted bidi reordering, use
10109 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
10110
10111 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
10112
10113 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
10114 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
10115 (ruby-beginning-of-indent): Be more careful with the difference
10116 between word-boundary and symbol boundary.
10117 (ruby-mode-syntax-table): Make : a symbol constituent.
10118
10119 2012-03-21 Andreas Politz <politza@fh-trier.de>
10120
10121 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
10122
10123 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * progmodes/etags.el (tags-completion-at-point-function):
10126 Improve last fix.
10127
10128 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
10129
10130 2012-03-21 Sam Steingold <sds@gnu.org>
10131
10132 * progmodes/etags.el (tags-completion-at-point-function):
10133 Avoid the error when point is inside the pattern.
10134
10135 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
10136
10137 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
10138 line (Bug#10855).
10139
10140 2012-03-21 Drew Adams <drew.adams@oracle.com>
10141
10142 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
10143
10144 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
10145
10146 * ido.el (ido-set-current-directory, ido-read-internal)
10147 (ido-choose-completion-string, ido-completion-help): Handle nil
10148 value of ido-completion-buffer (Bug#11008).
10149
10150 2012-03-21 Sam Steingold <sds@gnu.org>
10151
10152 * window.el (switch-to-prev-buffer): Do not switch to a visible
10153 window previous buffer, just like with the frame previous buffers.
10154
10155 2012-03-21 Chong Yidong <cyd@gnu.org>
10156
10157 * faces.el (make-face, make-empty-face, copy-face):
10158 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10159 Doc fixes.
10160
10161 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10162
10163 * wid-edit.el (widget-complete-field): Remove (bug#11051).
10164 (widget-complete): Remove broken use of it.
10165
10166 2012-03-20 Chong Yidong <cyd@gnu.org>
10167
10168 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10169 Use string-width and truncate-string-width to handle arbitrary
10170 characters.
10171
10172 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
10173
10174 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10175 to draw rectangles, not squares. (Regression introduced by revno
10176 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10177
10178 2012-03-18 Chong Yidong <cyd@gnu.org>
10179
10180 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10181 it is not yet defined (for temacs).
10182
10183 2012-03-18 Leo Liu <sdl.web@gmail.com>
10184
10185 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10186 prefix.
10187
10188 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10189
10190 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10191 (ispell-choices-win-default-height, ispell-silently-savep)
10192 (ispell-dictionary-alist, ispell-encoding8-command)
10193 (ispell-check-version, ispell-aspell-find-dictionary)
10194 (ispell-valid-dictionary-list, ispell-words-keyword)
10195 (ispell-get-word, ispell-internal-change-dictionary)
10196 (ispell-region, ispell-skip-region-list)
10197 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10198 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10199 (ispell-message-text-end, ispell-message)
10200 (ispell-buffer-local-parsing): Doc fix.
10201
10202 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
10203
10204 * htmlfontify.el: Add support for code block fontification for ODT
10205 export (Bug #9914).
10206 (hfy-optimisations): Define new option
10207 `body-text-only'
10208 (hfy-fontify-buffer): Honor above setting.
10209 (hfy-begin-span, hfy-end-span): New routines factored out form
10210 `hfy-fontify-buffer'.
10211 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10212 that permit insertion of custom tags.
10213 (hfy-fontify-buffer): Use above handlers.
10214 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10215 (hfy-face-to-css): Re-defined to be a variable.
10216 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
10217 over multiple runs. This is made possible by having the caller let
10218 bind a special variable `hfy-user-sheet-assoc'.
10219 (htmlfontify-string): New defun.
10220 (hfy-compile-face-map): Make sure that the last char in the
10221 buffer is correctly fontified.
10222 (hfy-face-resolve-face): Whitespace only change.
10223
10224 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10225
10226 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10227 message more clear.
10228
10229 2012-03-16 Leo Liu <sdl.web@gmail.com>
10230
10231 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10232
10233 2012-03-16 Alan Mackenzie <acm@muc.de>
10234
10235 Further optimise the handling of large macros.
10236
10237 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10238 limit to a call of `c-literal-limits'.
10239 (c-determine-+ve-limit): New function.
10240 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10241 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10242 In CASE 5B, restrict a search limit to 500.
10243 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10244
10245 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10246 Restrict macro bounds to +-500 from after-change's BEG END.
10247
10248 2012-03-16 Leo Liu <sdl.web@gmail.com>
10249
10250 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10251
10252 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10253
10254 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10255 `special-mode' setting of `buffer-read-only'. (Bug#11010)
10256
10257 2012-03-16 Glenn Morris <rgm@gnu.org>
10258
10259 * view.el (view-buffer, view-buffer-other-window)
10260 (view-buffer-other-frame): Doc fixes re special mode-class.
10261
10262 * subr.el (eval-after-load): If named feature is provided not from
10263 a file, run after-load forms. (Bug#10946)
10264
10265 * calendar/calendar.el (calendar-insert-at-column):
10266 Handle non-unit-width characters a bit better. (Bug#10978)
10267
10268 2012-03-15 Chong Yidong <cyd@gnu.org>
10269
10270 * emacs-lisp/ring.el (ring-extend): New function.
10271 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10272
10273 * comint.el (comint-read-input-ring)
10274 (comint-add-to-input-history): Grow comint-input-ring lazily.
10275
10276 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10279 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10280
10281 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10282 (imenu-add-to-menubar): Don't add a redundant index.
10283 (imenu-update-menubar): Handle a dynamically composed keymap.
10284
10285 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10286
10287 * mail/sendmail.el (mail-encode-header):
10288 Bind rfc2047-encode-encoded-words to nil.
10289
10290 2012-03-13 Glenn Morris <rgm@gnu.org>
10291
10292 * calendar/calendar.el (calendar-string-spread):
10293 Handle non-unit-width characters a bit better. (Bug#10978)
10294
10295 2012-03-13 Leo Liu <sdl.web@gmail.com>
10296
10297 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10298 directory and file as argument (Bug#10822).
10299
10300 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10301
10302 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10303 For dynamically generated code, follow $PC.
10304 (gdb-disassembly-handler-custom): Handle no function name case.
10305
10306 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10307
10308 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10309 * emulation/ws-mode.el (ws-query-replace):
10310 * sort.el (sort-regexp-fields):
10311 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10312
10313 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * dabbrev.el: Fix cycle completion order (bug#10963).
10316 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10317 (dabbrev-completion): Don't use an obarray; provide
10318 a cycle-sort-function.
10319
10320 2012-03-12 Leo Liu <sdl.web@gmail.com>
10321
10322 * simple.el (kill-new): Use equal-including-properties for comparison.
10323 (kill-do-not-save-duplicates): Doc fix.
10324
10325 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * dabbrev.el: Fix cycle completion (bug#10963).
10328 Use lexical binding and wrap to 80 columns.
10329 (dabbrev-completion): Delay computing the list of completions.
10330
10331 2012-03-12 Kenichi Handa <handa@m17n.org>
10332
10333 * international/quail.el (quail-insert-kbd-layout): Surround each
10334 row by LRO and PDF instead of inserting many LRMs. Pad the left
10335 and right of each non-spacing marks. Insert invisible space
10336 between lower and upper characters to prevent composition.
10337
10338 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * minibuffer.el (minibuffer-complete): Don't get confused when the
10341 function is run twice via different commands (bug#10958).
10342 (complete-with-action): Fix docstring.
10343
10344 2012-03-12 Chong Yidong <cyd@gnu.org>
10345
10346 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10347 (nxml-completion-at-point-function): New function.
10348 (nxml-mode): Use it.
10349 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10350
10351 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10352 Load generated autoloads file before byte compiling (Bug#10970).
10353 (package--make-autoloads-and-compile): New helper fun.
10354
10355 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10356
10357 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10358
10359 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10360
10361 * autorevert.el (auto-revert-handler): Ensure, that
10362 file-readable-p is applied only for local files or in
10363 auto-revert-tail-mode.
10364
10365 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10366
10367 * server.el (server-eval-at): Handle non-tcp connections.
10368 Decode result string.
10369
10370 * server.el (server-msg-size): New constant.
10371 (server-reply-print): New function.
10372 (server-eval-and-print): Use it.
10373 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10374 Handle -print-nonl.
10375
10376 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10377
10378 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10379 (Bug#10987).
10380
10381 2012-03-11 Chong Yidong <cyd@gnu.org>
10382
10383 * simple.el (goto-line): Doc fix (Bug#9938).
10384
10385 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10386
10387 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10388 when finished (Bug#10963).
10389
10390 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10391
10392 * window.el (split-window-below): Fix bug in case where
10393 split-window-keep-point is nil (Bug#10971).
10394
10395 2012-03-11 Juri Linkov <juri@jurta.org>
10396
10397 * replace.el (replace-highlight): Set isearch-word to nil
10398 unconditionally. (Bug#10887)
10399
10400 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10401
10402 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10403 mairix-replace-illegal-chars; all callers changed. Don't remove
10404 ^, ~, and = characters: they are meaningful in mairix search specs.
10405 (mairix-widget-create-query): Add usage information about mairix
10406 search forms: negating words, searching for substrings, etc.
10407
10408 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10409
10410 * international/fontset.el (font-encoding-alist): Add an entry for
10411 ksx1001 (Bug#5667).
10412
10413 2012-03-10 Richard Stallman <rms@gnu.org>
10414
10415 * mail/sendmail.el (mail-encode-header):
10416 Set rfc2047-encode-encoded-words.
10417
10418 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10419
10420 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10421 view buffer means not swapped.
10422 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10423 (rmail-write-region-annotate): Error if real text has disappeared.
10424
10425 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10426
10427 2012-03-10 Chong Yidong <cyd@gnu.org>
10428
10429 * emulation/cua-rect.el (cua--init-rectangles):
10430 * emulation/cua-base.el (cua--init-keymaps):
10431 Add delete-forward-char to remappings (Bug#9666).
10432
10433 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10434
10435 * speedbar.el (speedbar-unhighlight-one-tag-line):
10436 Avoid unhighlighting due to frame switching (Bug#10275).
10437
10438 2012-03-10 Chong Yidong <cyd@gnu.org>
10439
10440 * minibuffer.el (completion-in-region, completion-help-at-point):
10441 Give the completion field overlay a high priority (Bug#6830).
10442
10443 * dired.el (dired-goto-file): Recognize absolute file name
10444 listings (Bug#7126).
10445 (dired-goto-file-1): New helper function.
10446 (dired-toggle-read-only): Inhibit warnings.
10447
10448 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10449
10450 * net/dbus.el (dbus-property-handler): Return empty array if
10451 there are no properties.
10452
10453 2012-03-09 Leo Liu <sdl.web@gmail.com>
10454
10455 * savehist.el (savehist-printable): Stricter check for string
10456 value (Bug#10937).
10457
10458 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10459
10460 * mail/smtpmail.el (smtpmail-send-it):
10461 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10462 valid mbox format.
10463
10464 2012-03-09 Glenn Morris <rgm@gnu.org>
10465
10466 * files.el (dir-locals-find-file):
10467 Don't check result is regular, readable.
10468 (dir-locals-read-from-file): Demote errors.
10469
10470 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10471
10472 * international/quail.el (quail-insert-kbd-layout):
10473 Insert invisible LRM characters before each character in a keyboard
10474 layout cell, to prevent their reordering by bidi display engine.
10475 For details, see the discussion in
10476 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10477
10478 2012-03-08 Alan Mackenzie <acm@muc.de>
10479
10480 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10481 the starting position; make it extend the marked region when
10482 invoked repeatedly - all under appropriate circumstances.
10483 Fixes bugs #5525, #10906.
10484
10485 2012-03-08 Glenn Morris <rgm@gnu.org>
10486
10487 * files.el (locate-dominating-file, dir-locals-find-file):
10488 Undo 2012-03-06 change.
10489
10490 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10491
10492 * international/quail.el (quail-help):
10493 Force bidi-paragraph-direction be left-to-right. See discussion in
10494 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10495 for the reason.
10496
10497 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10498
10499 Avoid superfluous registering of signals. (Bug#10807)
10500
10501 * notifications.el (notifications-on-action-object)
10502 (notifications-on-close-object): New defvars.
10503 (notifications-on-action-signal, notifications-on-closed-signal):
10504 Unregister the signal if not needed any longer.
10505 (notifications-notify): Register `notifications-action-signal' or
10506 `notifications-closed-signal', if :on-action or :on-close has been
10507 passed as argument.
10508
10509 2012-03-07 Chong Yidong <cyd@gnu.org>
10510
10511 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10512 non-X platforms.
10513
10514 2012-03-06 Glenn Morris <rgm@gnu.org>
10515
10516 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10517 (x-disown-selection-internal, x-get-selection-internal):
10518 Doc fix (add arglist signatures). (Bug#10783)
10519
10520 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10521
10522 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10523 Handle breakpoints with no "type".
10524
10525 2012-03-06 Glenn Morris <rgm@gnu.org>
10526
10527 * files.el (locate-dominating-file): Add optional predicate argument.
10528 (dir-locals-find-file): Make use of above change.
10529
10530 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10531
10532 * info.el (Info-insert-dir): Also try "dir.gz".
10533
10534 2012-03-06 Glenn Morris <rgm@gnu.org>
10535
10536 * files.el (dir-locals-find-file):
10537 Ignore non-readable or non-regular files. (Bug#10928)
10538
10539 * files.el (locate-dominating-file): Doc fix.
10540
10541 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10542
10543 * calendar/calendar.el (calendar-set-mode-line):
10544 `getenv' returns a string. (Bug#10951)
10545
10546 2012-03-05 Leo Liu <sdl.web@gmail.com>
10547
10548 * simple.el (backward-delete-char-untabify): Constrain point to
10549 field (Bug#10939).
10550
10551 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10552
10553 2012-03-05 Chong Yidong <cyd@gnu.org>
10554
10555 * simple.el (count-words): If called from Lisp, return the word
10556 count, for symmetry with `count-lines'. Arglist changed.
10557 (count-words--message): Args changed. Consolidate counting code
10558 from count-words and count-words-region.
10559 (count-words-region): Caller changed.
10560 (count-lines-region): Make it an obsolete alias.
10561
10562 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10563
10564 * saveplace.el (save-place-to-alist)
10565 (save-place-ignore-files-regexp): Allow value nil to disable this
10566 feature.
10567
10568 2012-03-04 Chong Yidong <cyd@gnu.org>
10569
10570 * faces.el (face-spec-reset-face): For the default face, reset the
10571 attributes to default values (Bug#10748).
10572
10573 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10574
10575 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10576 previous patch: Check `message-send-mail-function', and not the
10577 default function (bug#10897).
10578
10579 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10580
10581 * notifications.el (notifications-on-action-signal)
10582 (notifications-on-closed-signal): Check for unique service name of
10583 incoming event. Fix error in removing entry.
10584 (top): Register for signals with wildcard service name.
10585 (notifications-notify): Use daemon unique service name for map entries.
10586
10587 2012-03-04 Chong Yidong <cyd@gnu.org>
10588
10589 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10590
10591 2012-03-04 Glenn Morris <rgm@gnu.org>
10592
10593 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10594 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10595 (expand-abbrev, define-abbrev-table): Doc fixes.
10596
10597 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10598
10599 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10600 `message-default-send-mail-function' and not `send-mail-function'
10601 when doing the prompting for `sendmail-query-once' before sending
10602 in Message buffers (bug#10897).
10603
10604 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10605 This is inconsistent with all the other stream functions, which leave
10606 the setting up to the higher levels (if so wanted) (bug#10931).
10607
10608 2012-03-02 Alan Mackenzie <acm@muc.de>
10609
10610 Depessimize the handling of very large macros.
10611
10612 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10613 (c-macro-cache-syntactic): New variables to implement a one
10614 element macro cache.
10615 (c-invalidate-macro-cache): New function.
10616 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10617 Adapt to use the new cache.
10618 (c-state-safe-place): Use better the cache of safe positions.
10619 (c-state-semi-nonlit-pos-cache)
10620 (c-state-semi-nonlit-pos-cache-limit):
10621 New variables for...
10622 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10623 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10624 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10625 Use c-state-semi-safe-place.
10626
10627 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10628 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10629
10630 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10631
10632 * jka-compr.el (jka-compr-call-process):
10633 Apply `file-accessible-directory-p' only when the default directory is
10634 not remote.
10635
10636 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10637
10638 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10639 access of FILE2, if FILE1 does not exist.
10640
10641 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10642 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10643
10644 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10645 Add "PAGER=" to `process-environment'.
10646
10647 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10648
10649 * progmodes/sql.el: Bug fix
10650 (sql-get-login-ext): Save login values in globals.
10651 (sql-get-login): Use new version of `sql-get-login-ext'.
10652 (sql-interactive-mode): Set global `sql-connection' to nil.
10653 (sql-connect): Set global values for connection.
10654 (sql-product-interactive): Save global values as buffer local.
10655
10656 2012-02-29 Leo Liu <sdl.web@gmail.com>
10657
10658 * abbrev.el (define-abbrevs): Reset sys to nil.
10659
10660 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10661
10662 * files.el (file-equal-p): Rename from `files-equal-p'.
10663 Return nil when one or both files don't exist.
10664 (file-subdir-of-p): Now only top directory must exists,
10665 return nil if it doesn't.
10666 (copy-directory): No need to test with `file-subdir-of-p' after
10667 creating dir.
10668 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10669 to `file-equal-p'.
10670
10671 2012-02-28 Glenn Morris <rgm@gnu.org>
10672
10673 * shell.el (shell-mode):
10674 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10675 * play/landmark.el (landmark-font-lock-face-O):
10676 * play/handwrite.el (handwrite):
10677 * play/gomoku.el (gomoku-O):
10678 * net/browse-url.el (browse-url-browser-display):
10679 * international/mule.el (define-charset):
10680 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10681 * filesets.el (filesets-find-file-delay):
10682 * eshell/em-xtra.el (eshell-xtra):
10683 * eshell/em-unix.el (eshell-grep):
10684 * emulation/viper.el (viper-mode):
10685 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10686 * emacs-lisp/easymenu.el (easy-menu-define):
10687 * calendar/timeclock.el (timeclock-use-display-time):
10688 * bs.el (bs-mode):
10689 * bookmark.el (bookmark-save-flag):
10690 Doc fix (standardize possessive apostrophe usage).
10691
10692 2012-02-27 Chong Yidong <cyd@gnu.org>
10693
10694 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10695 Fix key-binding lookup for ESC key (Bug#9146).
10696
10697 * font-lock.el (font-lock-specified-p): Rename from
10698 font-lock-spec-present. Callers changed.
10699
10700 2012-02-27 Daniel Hackney <dan@haxney.org>
10701
10702 * emacs-lisp/package.el (package-compute-transaction):
10703 Handle holding a package version to t in package-load-list.
10704
10705 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10706
10707 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10708 (tramp-get-inode, tramp-get-device): Use cached values.
10709
10710 2012-02-26 Alan Mackenzie <acm@muc.de>
10711
10712 Check there is a font-lock specification before doing initial
10713 fontification.
10714
10715 * font-core.el (font-lock-mode): Move the conditional from
10716 :after-hook to font-lock-initial-fontify.
10717 (font-lock-default-function): Move the check for a specification
10718 to font-lock-spec-present.
10719
10720 * font-lock.el (font-lock-initial-fontify): Call ...
10721 (font-lock-spec-present): New function.
10722
10723 2012-02-26 Jim Blandy <jimb@red-bean.com>
10724
10725 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10726 (gdb-send): Apply it to the operand of the '-interpreter-exec
10727 console' command, so that we can pass arguments with (say) quotes
10728 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10729
10730 2012-02-26 Chong Yidong <cyd@gnu.org>
10731
10732 * help-fns.el (describe-function-1): Clarify description of
10733 remapping (Bug#10844).
10734
10735 * files.el (files-equal-p): Doc fix.
10736 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10737 and quit the loop once a mismatch is found.
10738
10739 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10740
10741 * bs.el (bs--show-with-configuration): Don't throw an error
10742 if the window cannot be split; otherwise, subsequent calls to
10743 bs-show fail, restoring a stale window config. (Bug#10882)
10744
10745 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10746
10747 * term/ns-win.el (global-map): Bind ns-drag-file to
10748 ns-find-file (Bug#5855, Bug#10050).
10749
10750 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10751
10752 * calendar/parse-time.el (parse-time-string): Allow extractor to
10753 return nil.
10754
10755 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10756
10757 * net/tramp.el (tramp-file-name-for-operation):
10758 Add `files-equal-p' and `file-subdir-of-p'.
10759
10760 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10761 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10762 Add COPY-CONTENTS argument.
10763
10764 2012-02-25 Chong Yidong <cyd@gnu.org>
10765
10766 Add custom groups for VC backends, for consistency with vc-bzr.
10767
10768 * vc/vc-arch.el (vc-arch):
10769 * vc/vc-cvs.el (vc-cvs):
10770 * vc/vc-git.el (vc-git):
10771 * vc/vc-hg.el (vc-hg):
10772 * vc/vc-mtn.el (vc-mtn):
10773 * vc/vc-rcs.el (vc-rcs):
10774 * vc/vc-sccs.el (vc-sccs):
10775 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10776 All relevant defcustoms reassigned.
10777
10778 2012-02-25 Chong Yidong <cyd@gnu.org>
10779
10780 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10781
10782 * term/x-win.el (x-initialize-window-system): Reduce default for
10783 x-selection-timeout to 5 seconds (Bug#8869).
10784
10785 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10786
10787 * files.el (files-equal-p, file-subdir-of-p): New functions.
10788 (copy-directory): Error when trying to copy a directory on itself.
10789 Add missing copy-contents arg to tramp handler.
10790 * dired-aux.el (dired-copy-file-recursive): Same.
10791 (dired-create-files): Modify destination when source is equal to
10792 dest when copying files.
10793 Return also when dest is a subdir of source. (Bug#10489)
10794
10795 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10796
10797 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10798 (Bug#10874)
10799
10800 2012-02-23 Alan Mackenzie <acm@muc.de>
10801
10802 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10803 parameter "after-hook:" to allow the expansion to run code after
10804 the execution of the mode hooks.
10805
10806 * font-lock.el (font-lock-initial-fontify): New function extracted
10807 from font-lock-mode-internal.
10808
10809 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10810 :after-hook.
10811
10812 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10815 (completion--cache-all-sorted-completions): New function.
10816 (completion-all-sorted-completions): Use it.
10817 (completion--do-completion, minibuffer-force-complete):
10818 Use it to re-instate the flush hook.
10819
10820 * icomplete.el (icomplete-completions): Replace last fix with a better
10821 one (bug#10850).
10822
10823 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10824
10825 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10826 when it might call us back infinitely (bug#10797).
10827
10828 2012-02-23 Glenn Morris <rgm@gnu.org>
10829
10830 * minibuffer.el (completion-category-overrides): Doc fix.
10831
10832 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10833
10834 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10835 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10836
10837 2012-02-23 Glenn Morris <rgm@gnu.org>
10838
10839 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10840 (authors-obsolete-files-regexps, authors-ignored-files)
10841 (authors-ambiguous-files, authors-renamed-files-alist):
10842 Add more entries.
10843
10844 2012-02-23 Juri Linkov <juri@jurta.org>
10845
10846 * isearch.el (isearch-occur): Sync interactive spec with occur's
10847 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10848
10849 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10850
10851 2012-02-22 Juri Linkov <juri@jurta.org>
10852
10853 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10854 (ucs-insert): Doc fix. Check for hex digits in the string.
10855 Don't display `nil' in the error message. (Bug#10857)
10856
10857 2012-02-22 Alan Mackenzie <acm@muc.de>
10858
10859 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10860
10861 2012-02-22 Glenn Morris <rgm@gnu.org>
10862
10863 * ffap.el (ffap-c-path):
10864 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10865
10866 2012-02-22 Chong Yidong <cyd@gnu.org>
10867
10868 * custom.el (load-theme): Doc fix.
10869
10870 2012-02-22 Glenn Morris <rgm@gnu.org>
10871
10872 * dired-x.el (dired-guess-shell-alist-default):
10873 Remove escape sequences from nroff output. (Bug#172)
10874
10875 2012-02-21 Glenn Morris <rgm@gnu.org>
10876
10877 * vc/emerge.el (emerge-defvar-local):
10878 Set `permanent-local' property rather than unused `preserved'.
10879
10880 * textmodes/picture.el (picture-delete-char): New alias.
10881 (picture-mode-map): Use it. (Bug#10860)
10882 (picture-mode): Doc fix.
10883
10884 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10885
10886 * newcomment.el (uncomment-region-default): Remove unused binding.
10887
10888 2012-02-21 Glenn Morris <rgm@gnu.org>
10889
10890 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10891 (picture-self-insert, picture-tab-chars): Doc fix.
10892 (picture-mode-map): Fix C-a, C-e.
10893
10894 2012-02-20 Glenn Morris <rgm@gnu.org>
10895
10896 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10897
10898 2012-02-20 Leo Liu <sdl.web@gmail.com>
10899
10900 * icomplete.el (icomplete-completions): Check FROM arg before
10901 passing to substring (Bug#10850).
10902
10903 2012-02-19 Chong Yidong <cyd@gnu.org>
10904
10905 * comint.el: Require ansi-color.
10906 (comint-output-filter-functions): Add ansi-color-process-output.
10907
10908 * ansi-color.el: Don't set comint-output-filter-functions; it is
10909 now in the initial value defined in comint.el.
10910 (ansi-color-apply-face-function): New variable.
10911 (ansi-color-apply-on-region): Use it.
10912 (ansi-color-apply-overlay-face): New function.
10913
10914 * shell.el (shell): No need to require ansi-color.
10915 (shell-mode): Use ansi-color-apply-face-function to highlight
10916 color escapes using font-lock-face property (Bug#10835).
10917
10918 2012-02-19 Chong Yidong <cyd@gnu.org>
10919
10920 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10921 mode-line formats (Bug#10839).
10922
10923 2012-02-18 Glenn Morris <rgm@gnu.org>
10924
10925 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10926
10927 * mail/undigest.el (unforward-rmail-message): Doc fix.
10928
10929 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10930
10931 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10932
10933 * international/characters.el (script-list): Sync with the latest
10934 Unicode Character Database.
10935
10936 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10937
10938 * international/titdic-cnv.el: Remove duplicate coding tag.
10939 * language/cham.el: Likewise.
10940 * language/tai-viet.el: Likewise.
10941
10942 2012-02-18 Glenn Morris <rgm@gnu.org>
10943
10944 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10945 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10946 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10947 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10948 * calendar/holidays.el (holiday-bahai-holidays)
10949 (calendar-holidays, list-holidays):
10950 Use utf-8 Bahá'í in doc-strings, menus, etc.
10951
10952 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10953
10954 * saveplace.el (save-place-ignore-files-regexp): New variable
10955 allowing for excluding files from saving their location of point.
10956 The default value matches the temporary commit message editing
10957 files from Git, SVN, Bazaar, and Mercurial.
10958 (save-place-to-alist): Use it.
10959
10960 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10961 Stefan Monnier <monnier@iro.umontreal.ca>
10962
10963 * newcomment.el (uncomment-region-default): Don't leave extra space
10964 when an arg is provided (bug#8150).
10965
10966 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10967
10968 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10969
10970 2012-02-17 Glenn Morris <rgm@gnu.org>
10971
10972 * net/socks.el: Require network-stream. (Bug#10599)
10973
10974 2012-02-17 Kenichi Handa <handa@m17n.org>
10975
10976 * international/charprop.el:
10977 * international/uni-name.el:
10978 * international/uni-old-name.el:
10979 * international/uni-comment.el: Regenerate.
10980
10981 2012-02-16 Glenn Morris <rgm@gnu.org>
10982
10983 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10984 Interactively in calendar buffer, give an error if not on a date.
10985
10986 2012-02-15 Glenn Morris <rgm@gnu.org>
10987
10988 * shell.el (shell-delimiter-argument-list):
10989 Revert 2011-02-17 change. (Bug#8027)
10990
10991 2012-02-15 Chong Yidong <cyd@gnu.org>
10992
10993 * minibuffer.el (completion-at-point-functions): Doc fix.
10994
10995 * custom.el (defcustom): Doc fix; note use of defvar.
10996
10997 2012-02-15 Glenn Morris <rgm@gnu.org>
10998
10999 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
11000 Doc fixes.
11001
11002 2012-02-14 Glenn Morris <rgm@gnu.org>
11003
11004 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
11005
11006 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
11007
11008 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
11009 way the ports list is computed.
11010 (smtpmail-query-smtp-server): Prompt the user for a port number if
11011 we can't connect to any of the standard ports (bug#10810).
11012
11013 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
11014
11015 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
11016
11017 2012-02-13 Glenn Morris <rgm@gnu.org>
11018
11019 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
11020
11021 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
11022
11023 * net/gnutls.el (gnutls-trustfiles): New variable.
11024 (gnutls-negotiate): Use it.
11025
11026 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
11027
11028 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
11029 does its stuff if Gnus is running.
11030
11031 2012-02-13 Alan Mackenzie <acm@muc.de>
11032
11033 Fix a loop in c-set-fl-decl-start.
11034
11035 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
11036 c-backward-syntactic-ws actually moves backwards.
11037
11038 2012-02-13 Leo Liu <sdl.web@gmail.com>
11039
11040 * net/rcirc.el (rcirc-markup-attributes): Move point to the
11041 beginning so that all \C-o chars are removed.
11042
11043 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
11044
11045 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
11046
11047 2012-02-12 Alan Mackenzie <acm@muc.de>
11048
11049 Fix infinite loop with long macros.
11050 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
11051
11052 2012-02-12 Chong Yidong <cyd@gnu.org>
11053
11054 * window.el (display-buffer): Doc fix (Bug#10785).
11055
11056 2012-02-12 Glenn Morris <rgm@gnu.org>
11057
11058 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11059 (x-disown-selection-internal, x-get-selection-internal):
11060 Sync docs with the xselect.c versions.
11061
11062 * allout-widgets.el: Add missing license notice.
11063
11064 2012-02-11 Glenn Morris <rgm@gnu.org>
11065
11066 * select.el (x-get-selection-internal, x-own-selection-internal)
11067 (x-disown-selection-internal):
11068 * x-dnd.el (x-get-selection-internal): Update declarations.
11069
11070 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11071
11072 * window.el (window-sides-slots):
11073 * tool-bar.el (tool-bar-position):
11074 * term/xterm.el (xterm-extra-capabilities):
11075 * ses.el (ses-self-reference-early-detection):
11076 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11077 (verilog-auto-wire-type)
11078 (verilog-auto-delete-trailing-whitespace)
11079 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11080 (verilog-auto-tieoff-declaration):
11081 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11082 (sql-oracle-statement-starters, sql-oracle-scan-on):
11083 * progmodes/prolog.el (prolog-align-comments-flag)
11084 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11085 (prolog-left-indent-regexp, prolog-paren-indent-p)
11086 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11087 (prolog-types, prolog-mode-specificators)
11088 (prolog-determinism-specificators, prolog-directives)
11089 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11090 (prolog-electric-dot-flag)
11091 (prolog-electric-dot-full-predicate-template)
11092 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11093 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11094 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11095 (prolog-program-switches, prolog-prompt-regexp)
11096 (prolog-debug-on-string, prolog-debug-off-string)
11097 (prolog-trace-on-string, prolog-trace-off-string)
11098 (prolog-zip-on-string, prolog-zip-off-string)
11099 (prolog-use-standard-consult-compile-method-flag)
11100 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11101 (prolog-imenu-max-lines, prolog-info-predicate-index)
11102 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11103 (prolog-char-quote-workaround):
11104 * progmodes/cc-vars.el (c-defun-tactic):
11105 * net/tramp.el (tramp-encoding-command-interactive)
11106 (tramp-local-end-of-line):
11107 * net/soap-client.el (soap-client):
11108 * net/netrc.el (netrc-file):
11109 * net/gnutls.el (gnutls):
11110 * minibuffer.el (completion-category-overrides)
11111 (completion-cycle-threshold)
11112 (completion-pcm-complete-word-inserts-delimiters):
11113 * man.el (Man-name-local-regexp):
11114 * mail/feedmail.el (feedmail-display-full-frame):
11115 * international/characters.el (glyphless-char-display-control):
11116 * eshell/em-ls.el (eshell-ls-date-format):
11117 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
11118 (lisp-lambda-list-keyword-parameter-indentation)
11119 (lisp-lambda-list-keyword-parameter-alignment):
11120 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
11121 * dired-x.el (dired-omit-verbose):
11122 * cus-theme.el (custom-theme-allow-multiple-selections):
11123 * calc/calc.el (calc-highlight-selections-with-faces)
11124 (calc-lu-field-reference, calc-lu-power-reference)
11125 (calc-note-threshold):
11126 * battery.el (battery-mode-line-limit):
11127 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11128 (archive-7z-update):
11129 * allout.el (allout-prefixed-keybindings)
11130 (allout-unprefixed-keybindings)
11131 (allout-inhibit-auto-fill-on-headline)
11132 (allout-flattened-numbering-abbreviation):
11133 * allout-widgets.el (allout-widgets-auto-activation)
11134 (allout-widgets-icons-dark-subdir)
11135 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
11136 (allout-widgets-theme-dark-background)
11137 (allout-widgets-theme-light-background)
11138 (allout-widgets-item-image-properties-emacs)
11139 (allout-widgets-item-image-properties-xemacs)
11140 (allout-widgets-run-unit-tests-on-load)
11141 (allout-widgets-time-decoration-activity)
11142 (allout-widgets-hook-error-post-time)
11143 (allout-widgets-track-decoration):
11144 Add missing :version tags to new defcustoms and defgroups.
11145
11146 * progmodes/sql.el (sql-ansi-statement-starters)
11147 (sql-oracle-statement-starters): Add custom type.
11148
11149 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
11150 (prolog-system-version): Give it a type.
11151
11152 2012-02-11 Eli Zaretskii <eliz@gnu.org>
11153
11154 * term/pc-win.el (x-select-text, x-selection-owner-p)
11155 (x-own-selection-internal, x-disown-selection-internal)
11156 (x-get-selection-internal): Sync doc strings and argument lists
11157 with xselect.c, common-win.el and x-win.el. (Bug#10783)
11158
11159 2012-02-11 Leo Liu <sdl.web@gmail.com>
11160
11161 * progmodes/python.el (python-end-of-statement): Fix infinite
11162 loop. (Bug#10788)
11163
11164 2012-02-10 Glenn Morris <rgm@gnu.org>
11165
11166 * international/mule-cmds.el (unify-8859-on-encoding-mode)
11167 (unify-8859-on-decoding-mode): Properly mark as obsolete.
11168
11169 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
11170
11171 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11172 about SMTP before checking the From header.
11173
11174 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11175 into own function for reuse by emacsbug.el.
11176
11177 2012-02-10 Leo Liu <sdl.web@gmail.com>
11178
11179 * subr.el (condition-case-unless-debug): Rename from
11180 condition-case-no-debug. All callers changed.
11181 (with-demoted-errors): Fix caller.
11182
11183 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11184 * nxml/rng-valid.el (rng-do-some-validation):
11185 * emacs-lisp/package.el (package-refresh-contents)
11186 (package-menu-execute):
11187 * desktop.el (desktop-create-buffer):
11188 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11189
11190 2012-02-10 Glenn Morris <rgm@gnu.org>
11191
11192 * textmodes/bibtex.el:
11193 Add missing :version tags for new/changed defcustoms.
11194
11195 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11196
11197 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
11198
11199 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11200 (smtpmail-via-smtp): Use it, or fall back on the From address.
11201 (smtpmail-send-it): Ditto.
11202
11203 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11204
11205 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11206 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11207 (byte-compile-tmp-var): New const.
11208 (byte-compile-defvar): Use it to minimize .elc size.
11209 Just use `defvar' rather than simulate it (bug#10761).
11210
11211 2012-02-09 Glenn Morris <rgm@gnu.org>
11212
11213 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11214
11215 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11216 Add :version tags.
11217
11218 * progmodes/compile.el (compilation-error-screen-columns)
11219 (compilation-first-column, compilation-filter-start): Doc fixes.
11220
11221 * vc/log-view.el (log-view-toggle-entry-display):
11222 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11223
11224 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11225 (report-emacs-bug-can-use-xdg-email):
11226 (report-emacs-bug-insert-to-mailer): Doc fixes.
11227 (report-emacs-bug): Message fix.
11228
11229 * net/browse-url.el (browse-url-can-use-xdg-open)
11230 (browse-url-xdg-open): Doc fixes.
11231
11232 * electric.el (electric-indent-mode, electric-pair-mode)
11233 (electric-layout-rules, electric-layout-mode): Doc fixes.
11234 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11235
11236 2012-02-08 Martin Rudalics <rudalics@gmx.at>
11237
11238 * server.el (server-unselect-display): Don't inadvertently kill
11239 the current buffer. (Bug#10729)
11240
11241 2012-02-08 Glenn Morris <rgm@gnu.org>
11242
11243 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11244 (sql-list-table): Doc fixes.
11245
11246 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11247 Comment out (does nothing).
11248
11249 * completion.el (dynamic-completion-mode):
11250 * dirtrack.el (dirtrack-debug-mode):
11251 * electric.el (electric-layout-mode):
11252 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11253 * face-remap.el (text-scale-mode, buffer-face-mode):
11254 * iimage.el (iimage-mode):
11255 * image-mode.el (image-transform-mode):
11256 * minibuffer.el (completion-in-region-mode):
11257 * scroll-lock.el (scroll-lock-mode):
11258 * simple.el (next-error-follow-minor-mode):
11259 * tar-mode.el (tar-subfile-mode):
11260 * tooltip.el (tooltip-mode):
11261 * vcursor.el (vcursor-use-vcursor-map):
11262 * wid-browse.el (widget-minor-mode):
11263 * emulation/tpu-edt.el (tpu-edt-mode):
11264 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11265 * international/iso-ascii.el (iso-ascii-mode):
11266 * language/thai-util.el (thai-word-mode):
11267 * mail/supercite.el (sc-minor-mode):
11268 * net/goto-addr.el (goto-address-mode):
11269 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11270 * progmodes/cwarn.el (cwarn-mode):
11271 * progmodes/flymake.el (flymake-mode):
11272 * progmodes/glasses.el (glasses-mode):
11273 * progmodes/hideshow.el (hs-minor-mode):
11274 * progmodes/pascal.el (pascal-outline-mode):
11275 * textmodes/enriched.el (enriched-mode):
11276 * vc/smerge-mode.el (smerge-mode):
11277 Doc fixes (minor mode argument).
11278
11279 2012-02-07 Eli Zaretskii <eliz@gnu.org>
11280
11281 * ls-lisp.el (ls-lisp-sanitize): New function.
11282 (ls-lisp-insert-directory): Use it to fix or remove any elements
11283 in file-alist with missing attributes. (Bug#4673)
11284
11285 2012-02-07 Alan Mackenzie <acm@muc.de>
11286
11287 Fix spurious recognition of c-in-knr-argdecl.
11288
11289 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11290 putative K&R region.
11291
11292 2012-02-07 Alan Mackenzie <acm@muc.de>
11293
11294 * progmodes/cc-engine.el (c-forward-objc-directive):
11295 Prevent looping in "#pragma mark @implementation".
11296
11297 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
11298
11299 * notifications.el (notifications-on-closed-signal): Make `reason'
11300 optional. (Bug#10744)
11301
11302 2012-02-07 Glenn Morris <rgm@gnu.org>
11303
11304 * emacs-lisp/easy-mmode.el (define-minor-mode):
11305 Doc fixes for the macro and the mode it defines.
11306
11307 * image.el (imagemagick-types-inhibit): Doc fix.
11308
11309 * cus-start.el (imagemagick-render-type): Add it.
11310
11311 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11312
11313 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11314 Set the default at load time, too, so that `font-lock-fontify-buffer'
11315 can be called without setting up the entire mode first. This fixes
11316 a bug in `mm-inline-text' with C MIME parts.
11317
11318 2012-02-06 Chong Yidong <cyd@gnu.org>
11319
11320 * simple.el (list-processes--refresh): Delete exited processes
11321 (Bug#8094).
11322
11323 * comint.el (comint-next-prompt): next-single-char-property-change
11324 and prev-single-char-property-change never return nil (Bug#8657).
11325
11326 * custom.el (defcustom): Doc fix (Bug#9711).
11327
11328 2012-02-05 Chong Yidong <cyd@gnu.org>
11329
11330 * cus-edit.el (custom-variable-reset-backup): Quote the value
11331 before storing it in the customized-value property (Bug#6712).
11332 (custom-display): Add a customization type tag.
11333 (custom-buffer-create-internal): Improve tooltip message.
11334
11335 * wid-edit.el (widget-field-value-get): New optional arg to
11336 suppress trailing whitespace truncation.
11337 (character): Use it (Bug#2689).
11338
11339 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11340
11341 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11342 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11343
11344 2012-02-05 Chong Yidong <cyd@gnu.org>
11345
11346 * cus-edit.el (custom-variable-value-create): For mismatched
11347 types, show the current value (Bug#7600).
11348
11349 * custom.el (defcustom): Doc fix.
11350
11351 2012-02-05 Glenn Morris <rgm@gnu.org>
11352
11353 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11354
11355 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11356
11357 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11358 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11359 (pp-last-sexp): Use `looking-at-p'.
11360
11361 2012-02-04 Glenn Morris <rgm@gnu.org>
11362
11363 * files.el (revert-buffer):
11364 Doc fix (mention revert-buffer-in-progress-p).
11365
11366 * emacs-lisp/ert-x.el (ert-simulate-command):
11367 Check deferred-action-list (which is obsolete) is bound.
11368
11369 * subr.el (with-wrapper-hook): Doc fixes.
11370
11371 * simple.el (filter-buffer-substring-functions)
11372 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11373
11374 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11375
11376 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11377 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11378
11379 2012-02-04 Leo Liu <sdl.web@gmail.com>
11380
11381 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11382
11383 2012-02-04 Glenn Morris <rgm@gnu.org>
11384
11385 * image.el (image-extension-data): Add obsolete alias.
11386
11387 * isearch.el (isearch-update): Doc fix.
11388
11389 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11390
11391 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11392
11393 2012-02-03 Glenn Morris <rgm@gnu.org>
11394
11395 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11396 (image-animate-timeout): Doc fix.
11397
11398 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11399
11400 2012-02-02 Glenn Morris <rgm@gnu.org>
11401
11402 * server.el (server-auth-dir): Doc fix.
11403 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11404
11405 * subr.el (run-mode-hooks): Doc fix.
11406
11407 2012-02-02 Juri Linkov <juri@jurta.org>
11408
11409 * image-mode.el (image-toggle-display-image): Remove tautological
11410 `major-mode' from the `derived-mode-p' test.
11411
11412 2012-02-02 Kenichi Handa <handa@m17n.org>
11413
11414 * composite.el (compose-region): Cancel previous change.
11415
11416 2012-02-02 Kenichi Handa <handa@m17n.org>
11417
11418 * composite.el (compose-region, compose-string): Signal error for
11419 a null string component (Bug#6988).
11420
11421 2012-02-01 Chong Yidong <cyd@gnu.org>
11422
11423 * view.el (view-buffer-other-window, view-buffer-other-frame):
11424 Handle special modes like view-buffer (Bug#10650).
11425 (view-buffer): Simplify.
11426
11427 * frame.el (set-frame-font): Tweak meaning of third argument.
11428
11429 * dynamic-setting.el (font-setting-change-default-font):
11430 Use set-frame-font (Bug#9982).
11431
11432 2012-02-01 Glenn Morris <rgm@gnu.org>
11433
11434 * progmodes/compile.el (compilation-internal-error-properties):
11435 Respect compilation-first-column in the "*compilation*" buffer.
11436
11437 * emacs-lisp/easy-mmode.el (define-minor-mode):
11438 Relax :variable's test for a named function.
11439
11440 2012-01-31 Alan Mackenzie <acm@muc.de>
11441
11442 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11443 off by one error.
11444
11445 2012-01-31 Chong Yidong <cyd@gnu.org>
11446
11447 * frame.el (set-frame-font): New arg ALL-FRAMES.
11448
11449 * menu-bar.el (menu-set-font): Use set-frame-font.
11450
11451 * faces.el (face-spec-reset-face): Don't apply unspecified
11452 attribute values to the default face.
11453
11454 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11455
11456 * progmodes/cwarn.el (cwarn): Remove dead link.
11457 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11458 Remove * from defcustom docstrings.
11459 (turn-on-cwarn-mode): Make obsolete.
11460 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11461 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11462
11463 2012-01-31 Glenn Morris <rgm@gnu.org>
11464
11465 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11466 Fix :variable handling of mode a symbol not equal to modefun.
11467 Allow named functions to be used as the cdr of :variable.
11468
11469 2012-01-30 Glenn Morris <rgm@gnu.org>
11470
11471 * emacs-lisp/authors.el (authors-fixed-entries):
11472 Remove reference to deleted file rnewspost.el.
11473
11474 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11475
11476 * window.el (window-with-parameter): Remove unused variable `windows'.
11477 (window--side-check): Remove unused variable `code'.
11478 (window--resize-siblings): Remove unused variable `first'.
11479 (adjust-window-trailing-edge): Remove unused variable `failed'.
11480 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11481 Use `let', not `let*'.
11482 (balance-windows-2): Remove unused variable `found'.
11483 (window--state-put-2): Remove unused variable `splits'.
11484 (window-state-put): Remove unused variable `selected'.
11485 (same-window-p): Use `string-match-p'.
11486 (display-buffer-assq-regexp): Remove unused variable `value'.
11487 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11488 Mark argument ALIST as ignored.
11489 (pop-to-buffer): Remove unused variable `old-window'.
11490
11491 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11492
11493 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11494 and .lzma compressed files.
11495
11496 2012-01-29 Chong Yidong <cyd@gnu.org>
11497
11498 * frame.el (window-system-default-frame-alist): Doc fix.
11499
11500 * dynamic-setting.el (font-setting-change-default-font): Don't
11501 change the default face if SET-FONT argument is non-nil (Bug#9982).
11502
11503 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11504
11505 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11506
11507 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11508
11509 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11510 breakpoints in files outside current directory (Bug#6098).
11511
11512 2012-01-29 Chong Yidong <cyd@gnu.org>
11513
11514 * progmodes/python.el: Require ansi-color at top-level.
11515
11516 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11517 Define and use in Emacs Lisp mode (Bug#9360).
11518 (lisp-mode-abbrev-table): Add doc.
11519 (lisp-mode-variables): Don't set local-abbrev-table.
11520 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11521
11522 2012-01-28 Roland Winkler <winkler@gnu.org>
11523
11524 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11525
11526 2012-01-28 Roland Winkler <winkler@gnu.org>
11527
11528 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11529 (bibtex-set-dialect): Use it. Either set global values of
11530 dialect-dependent variables or bind these variables buffer-locally
11531 (Bug#10254).
11532 (bibtex-mode): Call bibtex-set-dialect via
11533 hack-local-variables-hook.
11534 (bibtex-dialect): Update docstring.
11535 Add safe-local-variable predicate.
11536 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11537 bibtex-set-dialect.
11538 (bibtex-mode-map): Define menu for each dialect.
11539 (bibtex-entry): Fix docstring.
11540
11541 2012-01-28 Chong Yidong <cyd@gnu.org>
11542
11543 * eshell/esh-arg.el (eshell-quote-argument): New function.
11544
11545 * eshell/esh-ext.el (eshell-invoke-batch-file):
11546 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11547 first arg to eshell-parse-command (Bug#10523).
11548
11549 2012-01-28 Drew Adams <drew.adams@oracle.com>
11550
11551 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11552 `default-directory' is non-nil.
11553
11554 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11555
11556 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11557 line that displays system-configuration-options. (Bug#9924)
11558
11559 2012-01-28 Drew Adams <drew.adams@oracle.com>
11560
11561 * descr-text.el (describe-char): Show information about POS, in
11562 addition to information about the character at POS. Improve and
11563 update the doc string. Change "code point" to "code point in
11564 charset", to avoid confusion with the character's Unicode code
11565 point shown above that. (Bug#10129)
11566
11567 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11568
11569 * descr-text.el (describe-char): Show the raw character, not only
11570 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11571 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11572 for the reasons.
11573
11574 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11575
11576 * emacs-lisp/package.el (package-install):
11577 Run package-refresh-contents if there is no archive yet (Bug#9798).
11578
11579 2012-01-28 Chong Yidong <cyd@gnu.org>
11580
11581 * emacs-lisp/package.el (package-maybe-load-descriptor):
11582 New function, split from package-maybe-load-descriptor.
11583 (package-maybe-load-descriptor): Use it.
11584 (package-download-transaction): Fully load required packages
11585 inside the loop, so that `require' calls work (Bug#10593).
11586 (package-install): No need to call package-initialize now.
11587
11588 2012-01-28 Chong Yidong <cyd@gnu.org>
11589
11590 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11591
11592 * tooltip.el (tooltip-mode): Doc fix.
11593 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11594
11595 * frame.el (set-cursor-color): Doc fix (Bug#352).
11596
11597 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11598 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11599
11600 * cus-edit.el (custom-buffer-create-internal): Fix search button
11601 action (Bug#10542).
11602 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11603
11604 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11605
11606 * dired.el (dired-mark-files-regexp):
11607 Include any subdirectory components. (Bug#10445)
11608
11609 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11610
11611 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11612 Handle [host]:port syntax. (Bug#10533)
11613
11614 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11615
11616 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11617
11618 2012-01-26 Glenn Morris <rgm@gnu.org>
11619
11620 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11621 * term.el (term-raw-escape-map): Use Control-X-prefix.
11622 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11623
11624 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11625
11626 * window.el (window-state-get, window--state-get-1): Don't deal
11627 with fixed-sizeness of windows. Simplify code.
11628
11629 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11630
11631 * window.el (window--state-get-1, window--state-put-2):
11632 Don't save and restore the mark.
11633
11634 2012-01-25 Chong Yidong <cyd@gnu.org>
11635
11636 * custom.el (custom-variable-p): Doc fix.
11637
11638 2012-01-25 Glenn Morris <rgm@gnu.org>
11639
11640 * dired.el (dired-goto-file): Handle some of the more common
11641 characters that `ls -b' escapes. (Bug#10596)
11642
11643 * progmodes/compile.el (compilation-next-error-function):
11644 Respect compilation-first-column in the "*compilation*" buffer.
11645 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11646
11647 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11648
11649 2012-01-24 Glenn Morris <rgm@gnu.org>
11650
11651 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11652
11653 2012-01-24 Julien Danjou <julien@danjou.info>
11654
11655 * color.el (color-rgb-to-hsl): Fix value computing.
11656 (color-hue-to-rgb): New function.
11657 (color-hsl-to-rgb): New function.
11658 (color-clamp, color-saturate-hsl, color-saturate-name)
11659 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11660 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11661
11662 2012-01-24 Glenn Morris <rgm@gnu.org>
11663
11664 * vc/vc-rcs.el (vc-rcs-create-tag):
11665 * vc/vc-sccs.el (vc-sccs-create-tag):
11666 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11667
11668 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11669
11670 * eshell/esh-util.el (eshell-read-hosts-file):
11671 Skip comment lines. (Bug#10549)
11672
11673 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11674
11675 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11676
11677 * subr.el (display-delayed-warnings): Doc fix.
11678 (collapse-delayed-warnings): New function to collapse identical
11679 adjacent warnings.
11680 (delayed-warnings-hook): Add it.
11681
11682 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11683
11684 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11685
11686 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11687 (tramp-default-user-alist): Don't add "pscp".
11688 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11689 property "login-as", if set. (Bug#10530)
11690
11691 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11692
11693 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11694 "plink1" and "psftp". (Bug#10530)
11695
11696 2012-01-21 Kenichi Handa <handa@m17n.org>
11697
11698 * international/mule-cmds.el (prefer-coding-system): Show a
11699 warning message if the default value of file-name-coding-system
11700 was not changed.
11701
11702 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11703
11704 * windmove.el (windmove-reference-loc):
11705 Fix windmove-reference-loc miscalculation.
11706
11707 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11708
11709 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11710 default unit.
11711
11712 2012-01-21 Glenn Morris <rgm@gnu.org>
11713
11714 * international/mule.el (auto-coding-alist): Add .tbz.
11715
11716 * files.el (local-enable-local-variables): Doc fix.
11717 (inhibit-local-variables-regexps): Rename from
11718 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11719 Doc fix. Add some extensions from auto-coding-alist.
11720 (inhibit-local-variables-suffixes):
11721 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11722 (inhibit-local-variables-p):
11723 New function, extracted from set-auto-mode-1.
11724 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11725 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11726 (hack-local-variables): Doc fix. Make the mode-only case
11727 respect enable-local-variables and friends.
11728 Respect inhibit-local-variables-regexps for file-locals, but
11729 not for directory-locals.
11730 (set-visited-file-name):
11731 Take account of inhibit-local-variables-regexps.
11732 Whether it applies may change as the file name is changed.
11733 * jka-cmpr-hook.el (jka-compr-install):
11734 * jka-compr.el (jka-compr-uninstall):
11735 Update for inhibit-first-line-modes-suffixes name change.
11736
11737 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11738
11739 * help-macro.el (make-help-screen): Temporarily restore original
11740 binding for minor-mode-map-alist (Bug#10454).
11741
11742 2012-01-19 Julien Danjou <julien@danjou.info>
11743
11744 * color.el (color-name-to-rgb): Use the white color to find the max
11745 color component value and return correctly computed values.
11746 (color-name-to-rgb): Add missing float conversion for max value.
11747
11748 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11749
11750 * window.el (window--state-get-1, window-state-get): Do not use
11751 special state value for window-persistent-parameters.
11752 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11753 (window--state-put-2): Reset all window parameters to nil before
11754 assigning values of persistent parameters.
11755
11756 2012-01-18 Alan Mackenzie <acm@muc.de>
11757
11758 Eliminate sluggishness and hangs in fontification of "semicolon
11759 deserts".
11760
11761 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11762 Change value 10000 -> 3000.
11763 (c-state-safe-place): Reformulate so it doesn't stack up an
11764 infinite number of wrong entries in c-state-nonlit-pos-cache.
11765 (c-determine-limit-get-base, c-determine-limit): New functions to
11766 determine backward search limits disregarding literals.
11767 (c-find-decl-spots): Amend commenting.
11768 (c-cheap-inside-bracelist-p): New function which detects "={".
11769
11770 * progmodes/cc-fonts.el
11771 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11772 backward search.
11773 (c-font-lock-declarations): Fix an occurrence of point being
11774 undefined. Check additionally for point being in a bracelist or
11775 near a macro invocation without a semicolon so as to avoid a
11776 fruitless time consuming search for a declarator. Give a more
11777 precise search limit for declarators using the new
11778 c-determine-limit.
11779
11780 2012-01-18 Glenn Morris <rgm@gnu.org>
11781
11782 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11783 (set-auto-mode): Doc fixes.
11784
11785 2012-01-17 Glenn Morris <rgm@gnu.org>
11786
11787 * isearch.el (search-nonincremental-instead): Fix doc typo.
11788
11789 * dired.el (dired-insert-directory): Handle newlines in directory name.
11790 (dired-build-subdir-alist): Unescape newlines in directory name.
11791
11792 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11793
11794 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11795 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11796 (tramp-action-terminal): Use it. (Bug#10530)
11797
11798 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11801
11802 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11803
11804 * window.el (window-state-ignored-parameters): Remove variable.
11805 (window--state-get-1): Rename argument MARKERS to IGNORE.
11806 Handle persistent window parameters. Make copy of clone-of
11807 parameter only if requested. (Bug#10348)
11808 (window--state-put-2): Install a window parameter only if it has
11809 a non-nil value or an existing parameter shall be overwritten.
11810
11811 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11812
11813 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11814
11815 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11816
11817 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11818 don't pass the (nil) value of `upnode' to string-match.
11819
11820 2012-01-14 Chong Yidong <cyd@gnu.org>
11821
11822 * startup.el (command-line): Fix X resource class for cursorColor.
11823 Fix values recognized by the cursorBlink resource.
11824
11825 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11826
11827 * epg.el (epg--make-temp-file): Avoid permission race condition
11828 when running on old Emacs versions (bug#10403).
11829
11830 2012-01-14 Glenn Morris <rgm@gnu.org>
11831
11832 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11833
11834 2012-01-13 Alan Mackenzie <acm@muc.de>
11835
11836 Fix filling for when filladapt mode is enabled.
11837
11838 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11839 c-mask-paragraph, pass in `fill-paragraph' rather than
11840 `fill-region-as-paragraph'. (This is a reversion of a previous
11841 change.)
11842 * progmodes/cc-mode.el (c-basic-common-init):
11843 Make fill-paragraph-handle-comment buffer local and set it to nil.
11844
11845 2012-01-13 Glenn Morris <rgm@gnu.org>
11846
11847 * dired.el (dired-switches-escape-p): New function.
11848 (dired-insert-directory): Use dired-switches-escape-p.
11849 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11850
11851 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11852
11853 2012-01-12 Glenn Morris <rgm@gnu.org>
11854
11855 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11856 changes in adaptive-fill-regexp. (Bug#10276)
11857
11858 2012-01-11 Alan Mackenzie <acm@muc.de>
11859
11860 Fix Emacs bug #10463 - put `widen's around the critical spots.
11861
11862 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11863 widen around each invocation of c-state-pp-to-literal. Remove an
11864 unused let variable.
11865
11866 2012-01-11 Glenn Morris <rgm@gnu.org>
11867
11868 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11869 Doc fix.
11870
11871 2012-01-10 Chong Yidong <cyd@gnu.org>
11872
11873 * net/network-stream.el (network-stream-open-starttls):
11874 Avoid emitting a confusing error message when the server gives a bad
11875 response to the capability command.
11876
11877 2012-01-10 Glenn Morris <rgm@gnu.org>
11878
11879 * mail/unrmail.el (unrmail): Tweak previous change.
11880
11881 2012-01-09 Chong Yidong <cyd@gnu.org>
11882
11883 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11884
11885 2012-01-08 Alan Mackenzie <acm@muc.de>
11886
11887 Optimise font locking in long enum definitions.
11888
11889 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11890 arm to a cond form to handle enums.
11891 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11892 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11893
11894 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11895
11896 * files.el (move-file-to-trash): Preserve default file modes on error.
11897 (Bug#10401)
11898
11899 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11900
11901 * faces.el (set-face-attribute): Clarify the meaning of the nil
11902 frame (bug#10294).
11903
11904 * subr.el (with-selected-frame): Mention that the selected frame
11905 is restored (bug#9980).
11906
11907 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11908 (bug#9759).
11909
11910 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11911 (password-read): Don't autoload unused function.
11912
11913 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11914
11915 * progmodes/which-func.el (which-func-mode): Turn into a
11916 non-interactive function and mark as obsolete (bug#10428).
11917
11918 2012-01-06 Chong Yidong <cyd@gnu.org>
11919
11920 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11921 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11922 functions, along with 1 and -1.
11923
11924 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11925
11926 * time.el (display-time-load-average)
11927 (display-time-default-load-average): Doc fixes. See the thread
11928 starting at
11929 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11930 for the details.
11931
11932 2012-01-06 Glenn Morris <rgm@gnu.org>
11933
11934 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11935 has no messages. (Bug#10377)
11936
11937 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11938 than Info-edit. (Bug#10385)
11939
11940 * time.el (display-time-load-average, display-time-next-load-average):
11941 Doc fixes.
11942
11943 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11944 local setting of buffer-read-only to the input buffer. (Bug#10419)
11945
11946 * calendar/calendar.el (calendar-mode):
11947 Locally set scroll-margin to 0. (Bug#10379)
11948
11949 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11950
11951 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11952
11953 2012-01-05 Glenn Morris <rgm@gnu.org>
11954
11955 * eshell/em-unix.el (diff-no-select): Autoload it.
11956 (eshell/diff): Use diff-no-select. (Bug#10420)
11957
11958 2012-01-05 Chong Yidong <cyd@gnu.org>
11959
11960 * shell.el (shell-dynamic-complete-functions): Revert last change.
11961 (shell-command-completion-function): New function.
11962 (shell-completion-vars): Use it to implement
11963 shell-completion-execonly (Bug#10417).
11964
11965 * custom.el (enable-theme): Don't set custom-safe-themes.
11966
11967 * cus-theme.el (custom-theme-merge-theme):
11968 Ignore custom-enabled-themes and custom-safe-themes.
11969
11970 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11971
11972 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11973 first prompt in `sql-interacive-mode'.
11974 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11975 keywords.
11976 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11977 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11978 context of original buffer. Invoke `sql-login-hook'.
11979
11980 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11981
11982 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11983 letters in cite-prefix.
11984
11985 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11986
11987 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11988
11989 2012-01-03 Chong Yidong <cyd@gnu.org>
11990
11991 * shell.el (shell-dynamic-complete-functions):
11992 Put pcomplete-completions-at-point, so as to try
11993 comint-filename-completion first (Bug#10417).
11994
11995 2012-01-02 Richard Stallman <rms@gnu.org>
11996
11997 * battery.el (battery-status-function):
11998 Detect when to use battery-yeeloong-sysfs.
11999 (battery-echo-area-format): Add string for Yeeloong.
12000 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
12001 (battery-yeeloong-sysfs): New function.
12002
12003 2012-01-02 Chong Yidong <cyd@gnu.org>
12004
12005 * dirtrack.el (dirtrack-list): Eliminate unused third element.
12006 (dirtrack): Merge code for handling relative filenames in prompt
12007 from shell-dir-cookie-watcher.
12008 (dirtrack-debug-message): New arg to avoid excess format calls.
12009
12010 * shell.el (shell-dir-cookie-re): Variable deleted.
12011 (shell-dir-cookie-watcher): Function deleted.
12012 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
12013 with dirtrack-mode.
12014
12015 2012-01-01 Eli Zaretskii <eliz@gnu.org>
12016
12017 * term/w32-win.el (dynamic-library-alist) <gnutls>:
12018 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
12019 libgnutls-26.dll.
12020
12021 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
12022
12023 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
12024
12025 2011-12-31 Eli Zaretskii <eliz@gnu.org>
12026
12027 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
12028 headers of non-MIME messages, when rmail-enable-mime is non-nil.
12029
12030 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
12031
12032 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
12033 also for alternative shells.
12034 (tramp-open-connection-setup-interactive-shell): Check, whether
12035 the shell is a busybox.
12036 (tramp-send-command): Don't suppress multiple prompts for
12037 busyboxes, it hurts.
12038
12039 2011-12-28 Chong Yidong <cyd@gnu.org>
12040
12041 * progmodes/gdb-mi.el (gdb-get-source-file-list)
12042 (gdb-get-source-file): Move mode line update to
12043 gdb-get-source-file (Bug#10087).
12044
12045 2011-12-25 Chong Yidong <cyd@gnu.org>
12046
12047 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12048 gud-gdb-marker-filter without taking it as an argument.
12049 (gud-gdb-run-command-fetch-lines): Caller changed.
12050 (gud-gdb-completion-function): New variable.
12051 (gud-gdb-completion-at-point): Use it.
12052 (gud-gdb-completions-1): Split from gud-gdb-completions.
12053
12054 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12055 function as separate arguments.
12056 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12057 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12058 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12059 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12060 (gdb-stopped, def-gdb-auto-update-trigger)
12061 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
12062 (gdb-get-changed-registers, gdb-get-main-selected-frame):
12063 Callers changed.
12064 (gud-gdbmi-completions): New function.
12065 (gdb): Use it for generating the completion table.
12066
12067 2011-12-24 Alan Mackenzie <acm@muc.de>
12068
12069 Introduce a mechanism to widen the region used in context font
12070 locking. Use this to protect declarations from losing their contexts.
12071
12072 * progmodes/cc-langs.el (c-before-font-lock-functions):
12073 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
12074 (c-before-context-fontification-functions): New defvar, a list of
12075 functions to be run just before context (etc.) font locking.
12076
12077 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
12078 New, functionality extracted from
12079 c-neutralize-syntax-in-and-mark-CPP.
12080 (c-in-after-change-fontification): New variable.
12081 (c-after-change): Set c-in-after-change-fontification.
12082 (c-set-fl-decl-start): Rejig its interface, so it can be called
12083 from both after-change and context fontifying.
12084 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12085 New functions.
12086 (c-standard-font-lock-fontify-region-function): New variable.
12087 (c-font-lock-fontify-region): New function.
12088
12089 2011-12-24 Juri Linkov <juri@jurta.org>
12090
12091 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12092 (Bug#10348)
12093
12094 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
12095
12096 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12097 existence of source file. (Bug#10325)
12098
12099 2011-12-23 Alan Mackenzie <acm@muc.de>
12100
12101 Fix unstable fontification inside templates.
12102
12103 * progmodes/cc-langs.el (c-before-font-lock-functions):
12104 Newly created from the singular version. The (c c++ objc) entry now
12105 additionally has c-set-fl-decl-start. The other languages (apart
12106 from AWK) have that as a single entry.
12107
12108 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12109 The functionality for "local" declarations has been extracted to
12110 c-set-fl-decl-start.
12111
12112 * progmodes/cc-mode.el (c-common-init, c-after-change):
12113 Changes due to pluralisation of c-before-font-lock-functions.
12114 (c-set-fl-decl-start): New function, extracted from
12115 c-font-lock-enclosing-decls and enhanced.
12116
12117 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
12118
12119 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
12120
12121 2011-12-22 Juri Linkov <juri@jurta.org>
12122
12123 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
12124
12125 2011-12-22 Chong Yidong <cyd@gnu.org>
12126
12127 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
12128
12129 2011-12-21 Drew Adams <drew.adams@oracle.com>
12130
12131 * files.el (file-remote-p): Fix docstring. (Bug#10319)
12132
12133 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12134
12135 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
12136
12137 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12138
12139 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
12140 highlighting and support. Fix up comments for capitalization.
12141 (cfengine-mode-debug): New var.
12142 (cfengine3-mode): Change the modeline indicator to "CFE3".
12143 (cfengine3-font-lock-keywords): Improve defun highlighting.
12144 (cfengine2-actions): Rename from `cfengine-actions'.
12145 (cfengine2-font-lock-keywords): Rename from
12146 `cfengine-font-lock-keywords'.
12147 (cfengine2-imenu-expression): Rename from
12148 `cfengine-imenu-expression'.
12149 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
12150 (cfengine2-beginning-of-defun): Rename from
12151 `cfengine-beginning-of-defun'.
12152 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
12153 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
12154 (cfengine2-mode): Rename from `cfengine-mode'. Change the
12155 modeline indicator to "CFE2".
12156 (cfengine-mode): Defalias to `cfengine-auto-mode'.
12157 (cfengine-mode-abbrevs): Mark obsolete.
12158
12159 2011-12-21 Chong Yidong <cyd@gnu.org>
12160
12161 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
12162 filename argument.
12163
12164 2011-12-20 Martin Rudalics <rudalics@gmx.at>
12165
12166 * window.el (window-normalize-buffer-to-display): Remove.
12167 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12168
12169 2011-12-19 Chong Yidong <cyd@gnu.org>
12170
12171 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12172 Don't signal an error in a predicate function; return non-nil.
12173 (vc-dir-mark-file): Move the error here.
12174 (vc-dir-mark-unmark): If acting on the region, keep going if one
12175 of the entries cannot be marked/unmarked.
12176 (vc-dir-mark-all-files): If current entry is a directory, mark
12177 only child files, as documented.
12178
12179 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12180
12181 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12182 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12183 addition.
12184
12185 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12186
12187 * term/ns-win.el (ns-get-selection-internal)
12188 (ns-store-selection-internal): Declare.
12189 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12190 Declare as obsolete.
12191 (ns-get-pasteboard, ns-paste-secondary):
12192 Use ns-get-selection-internal.
12193 (ns-set-pasteboard, ns-copy-including-secondary):
12194 Use ns-store-selection-internal.
12195
12196 2011-12-17 Chong Yidong <cyd@gnu.org>
12197
12198 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12199 (vc-deduce-fileset): Doc fix.
12200
12201 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12202
12203 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12204
12205 2011-12-13 Sam Steingold <sds@gnu.org>
12206
12207 * man.el (Man-getpage-in-background): When running under a
12208 window-system, ignore $MANWIDTH and $COLUMNS.
12209
12210 2011-12-15 Kenichi Handa <handa@m17n.org>
12211
12212 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12213 (setup-ethiopic-environment-internal): Comment out key-binding for
12214 ethio-toggle-punctuation.
12215
12216 2011-12-13 Alan Mackenzie <acm@muc.de>
12217
12218 Add the switch statement to AWK Mode.
12219
12220 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12221 "default" to the keywords regexp.
12222
12223 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12224 expression as the rest.
12225 (c-nonlabel-token-key): Allow string literals for AWK.
12226 Refactor for the other modes.
12227
12228 Large brace-block initialisation makes CC Mode slow: Fix.
12229 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12230 routines. Limit backward searching in c-font-lock-enclosing.decl.
12231
12232 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12233 pp-state and literal type in addition to the limits.
12234 (c-state-safe-place): New defun, extracted from c-state-literal-at.
12235 (c-state-literal-at): Use the above new defun.
12236 (c-slow-in-literal, c-fast-in-literal): Remove.
12237 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12238
12239 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12240 being in a literal. Add a limit for backward searching.
12241
12242 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12243 c-slow-in-literal.
12244
12245 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12246
12247 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12248
12249 2011-12-13 Martin Rudalics <rudalics@gmx.at>
12250
12251 * window.el (delete-other-windows): Use correct frame in call to
12252 window-with-parameter.
12253
12254 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12255
12256 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12257 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12258 (makefile-gmake-statements, makefile-makepp-statements):
12259 Use it and add new makepp keywords.
12260 (makefile-makepp-font-lock-keywords): Add new patterns.
12261 (makefile-match-function-end): Match new [...] and [[...]].
12262
12263 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
12264
12265 * ses.el (ses-call-printer-return, ses-cell-property-get)
12266 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12267 (ses-create-cell-variable, ses-reset-header-string)
12268 (ses-cell-set-formula, ses-repair-cell-reference-all)
12269 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12270 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12271 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12272 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12273 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12274 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12275 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12276 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12277 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12278 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12279 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12280 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12281
12282 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12283
12284 * ses.el: The overall change is to add cell renaming, that is
12285 setting fancy names for cell symbols other than name matching
12286 "\\`[A-Z]+[0-9]+\\'" regexp .
12287 (ses-create-cell-variable): New defun.
12288 (ses-relocate-formula): Relocate formulas only for cells the
12289 symbols of which are not renamed, i.e. symbols whose names do not
12290 match regexp "\\`[A-Z]+[0-9]+\\'".
12291 (ses-relocate-all): Relocate values only for cells the symbols of
12292 which are not renamed.
12293 (ses-load): Create cells variables as the (ses-cell ...) are read,
12294 in order to check row col consistency with cell symbol name only
12295 for cells that are not renamed.
12296 (ses-replace-name-in-formula): New defun.
12297 (ses-rename-cell): New defun.
12298
12299 2011-12-11 Chong Yidong <cyd@gnu.org>
12300
12301 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12302 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12303
12304 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12305
12306 * window.el (other-window): Fix docstring.
12307
12308 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12309
12310 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12311 `from' or `to' address before taking its substring.
12312 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12313 encoded name is chopped in the middle of the encoded string, and
12314 thus displayed encoded.
12315
12316 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
12317
12318 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12319
12320 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12321
12322 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12323 to use texinfo-update-node and commands that call it if the
12324 Texinfo file uses @node lines without next/prev/up pointers.
12325 Correct outdated description about texinfo-master-menu.
12326 (texinfo-all-menus-update, texinfo-master-menu)
12327 (texinfo-update-node, texinfo-every-node-update)
12328 (texinfo-multiple-files-update): Doc fix. Warn against updating
12329 all the @node lines.
12330 (texinfo-master-menu): Only call texinfo-update-node if the prefix
12331 argument is numeric. Explain better in the doc string what the
12332 function really does.
12333 (texinfo-insert-master-menu-list): Improve the error message
12334 displayed if there's no menu in the Top node.
12335 (Bug#2975) See also this thread:
12336 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12337
12338 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12339
12340 * speedbar.el (speedbar-supported-extension-expressions):
12341 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12342
12343 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
12344
12345 * printing.el (pr-mode-alist):
12346 * simple.el (filter-buffer-substring-functions)
12347 (completion-list-insert-choice-function):
12348 * window.el (window-with-parameter, window-atom-root)
12349 (window-sides-slots, window-size-fixed, window-min-delta)
12350 (window-max-delta, window--resize-mini-window)
12351 (window--resize-child-windows-normal, window-tree)
12352 (delete-other-windows, quit-window, split-window)
12353 (display-buffer-record-window, special-display-buffer-names)
12354 (special-display-regexps, special-display-popup-frame)
12355 (same-window-p, split-window-sensibly)
12356 (display-buffer-overriding-action, display-buffer-alist)
12357 (display-buffer-base-action, display-buffer, switch-to-buffer)
12358 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12359 (fit-window-to-buffer, recenter-positions)
12360 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12361 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12362 and remove unneeded backslashes in docstrings.
12363
12364 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12367
12368 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12369 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12370 end in ".mk".
12371 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12372 when reading the makefile (bug#10116).
12373
12374 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12375
12376 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12377 (bug#10116).
12378
12379 2011-12-06 Glenn Morris <rgm@gnu.org>
12380
12381 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12382
12383 2011-12-06 Chong Yidong <cyd@gnu.org>
12384
12385 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12386
12387 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12388
12389 * textmodes/table.el (table-shorten-cell): Fix typo.
12390
12391 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12392
12393 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12394
12395 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12396
12397 * descr-text.el (describe-char): Fix display of strong
12398 right-to-left characters and directional embeddings and overrides.
12399
12400 * simple.el (what-cursor-position): Fix display of codepoints of
12401 strong right-to-left characters.
12402
12403 2011-12-05 Chong Yidong <cyd@gnu.org>
12404
12405 * faces.el (read-color): Doc fix.
12406
12407 2011-12-05 Glenn Morris <rgm@gnu.org>
12408
12409 * align.el (align--set-marker): Add doc-string.
12410 Don't try to move something that is not a marker. (Bug#10216)
12411
12412 2011-12-04 Glenn Morris <rgm@gnu.org>
12413
12414 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12415 overly zealous deletion of trailing whitespace.
12416
12417 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12418
12419 * server.el (server-delete-client): On Windows, do not try to delete
12420 the only terminal.
12421 (server-process-filter): On Windows, treat requests for a tty frame as
12422 if they were for a GUI frame if the running server is in GUI mode.
12423
12424 2011-12-03 Glenn Morris <rgm@gnu.org>
12425
12426 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12427
12428 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 * electric.el: Streamline electric-indent's hook.
12431 (electric-indent-chars): Revert to simple list.
12432 (electric-indent-functions): New var.
12433 (electric-indent-post-self-insert-function): Use it.
12434
12435 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12436 there's no inferior buffer (bug#10196).
12437 (prolog-consult-compile): Don't use toggle-read-only.
12438
12439 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12440
12441 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12442 interrupt. (Bug#10187)
12443
12444 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12447 (bug#9160).
12448
12449 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12450 (bug#10191).
12451
12452 2011-12-02 Juri Linkov <juri@jurta.org>
12453
12454 * info.el (Info-search): Display "end of manual" when Isearch
12455 reaches the end of single-file Info manual. (Bug#9918)
12456
12457 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12458
12459 * isearch.el (isearch-message-prefix): Run the input method part
12460 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12461
12462 2011-12-02 Juri Linkov <juri@jurta.org>
12463
12464 * isearch.el (isearch-occur): Use `word-search-regexp' for
12465 `isearch-word'.
12466 (isearch-search-and-update): Add condition for `isearch-word' and
12467 call `word-search-regexp'. (Bug#10145)
12468
12469 2011-12-01 Glenn Morris <rgm@gnu.org>
12470
12471 * eshell/em-hist.el (eshell-hist-initialize):
12472 Handle eshell-history-size nil and HISTSIZE set or unset.
12473 (eshell-history-file-name, eshell-history-size): Fix custom type.
12474
12475 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12476
12477 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12478
12479 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12480
12481 * progmodes/verilog-mode.el (verilog-pretty-expr):
12482 Rework verilog-pretty-expr to handle new assignment operators in system
12483 verilog, such as += *= and the like.
12484 (verilog-assignment-operator-re): Regular expression to find the
12485 assigment operator in a verilog assignment.
12486 (verilog-assignment-operation-re): Regular expression to find an
12487 assignment statement for pretty-expr.
12488 (verilog-in-attribute-p): Query returns true if point is in an
12489 attribute context; used to skip these for expression line up from
12490 pretty-expr.
12491 (verilog-in-parameter-p): Query returns true if point is in an
12492 parameter definition context; used to skip these for expression
12493 line up from pretty-expr.
12494 (verilog-in-parenthesis-p): Query returns true if point is in a
12495 parenthetical expression, specifically ( ) but not [ ] or { };
12496 used by pretty-expr.
12497 (verilog-just-one-space): If there is no space, don't add one.
12498 (verilog-get-lineup-indent-2): Specifically skip just attribute
12499 contexts for expression lineup, rather than skipping all
12500 parenthetical expressions.
12501 (verilog-calculate-indent): Fix comment, and fix indent.
12502 (verilog-do-indent): Indent declarations in lists (suggested by
12503 Joachim Lechner).
12504 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12505 skeleton items.
12506 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12507 by Alain Mellan).
12508
12509 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12510
12511 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12512 parameters with embedded comments. Reported by Ray Stevens.
12513 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12514 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12515 Reported by Tim Holt.
12516 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12517 instantiated by upper module causing wrong expansion until AUTOed a
12518 second time. Reported by K C Buckenmaier.
12519 (verilog-diff-auto): Fix showing .* as a difference when
12520 `verilog-auto-star-save' off. Reported by Dan Dever.
12521 (verilog-auto-reset, verilog-read-always-signals)
12522 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12523 temporary signals in reset list if
12524 verilog-auto-reset-blocking-in-non is nil, and match assignment
12525 style to each signal's assignment type, bug381.
12526 Reported by Thomas Esposito.
12527 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12528 (verilog-uvm-statement-re): Support UVM indentation and
12529 highlighting, with old OVM keywords only.
12530 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12531 Support AUTOTIEOFF creating non-wire data types.
12532 Suggested by Jonathan Greenlaw.
12533 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12534 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12535 (verilog-inject-sense, verilog-read-inst-pins)
12536 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12537 Fix mismatching parenthesis inside commented out code when deleting
12538 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12539 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12540 non-numeric vector width. Reported by Alex Reed.
12541 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12542 detecting signals with parameter widths. Reported by Alex Reed.
12543 (verilog-auto-delete-trailing-whitespace):
12544 With `verilog-auto-delete-trailing-whitespace' remove trailing
12545 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12546 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12547 Fix verilog-scan-cache corruption when running user AUTO expansion
12548 hooks that call indentation routines.
12549 (verilog-simplify-range-expression): Fix typo ignoring lower case
12550 identifiers.
12551 (verilog-delete-auto): Fix delete-autos to also remove user created
12552 automatics, as long as they start with AUTO.
12553 (verilog-batch-diff-auto, verilog-diff-auto)
12554 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12555 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12556 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12557 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12558 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12559 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12560 is disabled and its cache will get corrupt, causing AUTOS not to
12561 expand. Instead use only -quick functions.
12562 (verilog-scan-region): Fix scanning over escaped quotes.
12563 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12564 (verilog-re-search-backward-quick)
12565 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12566 related functions now ignore strings, to fix misparsing of strings
12567 with magic comments embedded in them.
12568 (verilog-read-auto-template):
12569 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12570 Reported by Brad Dobbie.
12571 (verilog-read-auto-template):
12572 Fix 'verilog-auto-inst-template-numbers' with comments.
12573 Reported by Brad Dobbie.
12574 (verilog-auto-inst, verilog-auto-inst-param)
12575 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12576 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12577 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12578 debugging templates without merge conflicts, bug357.
12579 Reported by Brad Dobbie.
12580 (verilog-read-auto-template):
12581 Fix verilog-auto-inst-template-numbers with multiple templates.
12582 Reported by Brad Dobbie.
12583 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12584 abbrevs so user won't be asked to save.
12585 (verilog-read-auto-lisp-present): Fix to start at beginning of
12586 buffer in case called outside of verilog-auto.
12587 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12588 to "X-2". Reported by Matthew Myers.
12589 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12590 all inputs from module templates. Reported by Leith Johnson.
12591 (verilog-module-inside-filename-p): Fix locating programs as with
12592 modules.
12593 (verilog-auto-inst-port): Fix vl-width expressions when using
12594 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12595 (verilog-decls-get-regs, verilog-decls-get-signals,
12596 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12597 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12598 verilog-read-decls): Combine reg and wire structures into one var
12599 structure to represent SystemVerilog concepts.
12600 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12601 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12602 (verilog-auto-wire-type, verilog-insert-definition):
12603 Add verilog-auto-wire-type and AUTOLOGIC to support using
12604 SystemVerilog "logic" keyword instead of "wire"/"reg".
12605 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12606 to declares outputs that also have assignments (presumably in an
12607 ifdef or generate if so there's not a driver conflict).
12608 Reported by Matthew Myers.
12609 (verilog-auto-declare-nettype, verilog-insert-definition):
12610 Add verilog-auto-declare-nettype to fix declarations using
12611 `default_nettype none. Reported by Julian Gorfajn.
12612 (verilog-read-always-signals-recurse, verilog-read-decls)
12613 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12614 malformed end statement, bug325. Reported by Joshua Wise and
12615 Andrew Drake.
12616 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12617 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12618 when expanding .* in interfaces, bug320.
12619 Reported by Pierre-David Pfister.
12620 (verilog-read-module-name): Fix import statements between module
12621 name and open parenthesis, bug317.
12622 Reported by Pierre-David Pfister.
12623 (verilog-simplify-range-expression): Fix simplification of
12624 multiplications inside AUTOWIRE connections, bug303.
12625 (verilog-auto-inst-port): Support parameter expansion in
12626 multidimensional arrays.
12627 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12628 after "assert property". Reported by Julian Gorfajn.
12629 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12630 with multiplication, bug303.
12631 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12632 Reported by Jan Frode Lonnum.
12633
12634 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12635
12636 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12637 (hfy-shell-file-name, hfy-shell):
12638 * international/fontset.el (x-decompose-font-name): Fix typos.
12639
12640 2011-11-29 Ken Brown <kbrown@cornell.edu>
12641
12642 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12643 (gdb-version): Remove defvar.
12644 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12645 (gdb-gud-context-command, gdb-non-stop-handler)
12646 (gdb-current-context-command, gdb-stopped): Use it.
12647 (gdb-init-1): Enable pretty printing here.
12648 (gdb-non-stop-handler): Don't enable pretty-printing here.
12649 Check to see if the target supports non-stop mode; if not, turn off
12650 non-stop mode. Use the following.
12651 (gdb-check-target-async): New defun.
12652 (gud-watch, gdb-stopped): Fix whitespace.
12653 (gdb-get-source-file): Don't try to display the source file if
12654 `gdb-main-file' is nil.
12655
12656 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12657
12658 * align.el: Try to generate fewer markers (bug#10047).
12659 (align--set-marker): New macro.
12660 (align-region): Use it.
12661
12662 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12663
12664 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12665
12666 2011-11-29 Chong Yidong <cyd@gnu.org>
12667
12668 * indent.el (indent-for-tab-command, indent-according-to-mode):
12669 Doc fix.
12670 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12671
12672 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12673
12674 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12675 aware of remote file names. (Bug#10124)
12676
12677 2011-11-29 Chong Yidong <cyd@gnu.org>
12678
12679 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12680
12681 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * files.el (find-file): Don't use force-same-window (bug#10144).
12684 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12685 use pop-to-buffer if the selected window can't be used.
12686 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12687
12688 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12689
12690 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12691 special-mode-map.
12692
12693 2011-11-28 Chong Yidong <cyd@gnu.org>
12694
12695 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12696
12697 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12698
12699 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12700 gdb-get-source-file-list on gdb-create-source-file-list.
12701
12702 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12703
12704 * whitespace.el (whitespace-newline): Use a different foreground
12705 color for 16-color light-background displays.
12706
12707 2011-11-24 Chong Yidong <cyd@gnu.org>
12708
12709 * window.el (display-buffer--special-action): Doc fix.
12710
12711 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12712
12713 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12714 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12715 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12716 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12717 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12718 (avl-tree-stack-first):
12719 * emacs-lisp/cconv.el (cconv--analyse-use):
12720 * net/gnutls.el (gnutls-negotiate): Fix typos.
12721
12722 2011-11-24 Glenn Morris <rgm@gnu.org>
12723
12724 * lpr.el (lpr-windows-system, lpr-lp-system):
12725 * mail/binhex.el (binhex-begin-line):
12726 * progmodes/grep.el (grep-history, grep-find-history):
12727 * textmodes/flyspell.el:
12728 * vc/pcvs-defs.el (cvs-global-menu):
12729 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12730 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12731 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12732
12733 * net/tls.el: Fix case of "GnuTLS".
12734
12735 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12736
12737 * version.el (emacs-build-system): Give it a doc-string.
12738
12739 2011-11-24 Juri Linkov <juri@jurta.org>
12740
12741 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12742
12743 2011-11-24 Glenn Morris <rgm@gnu.org>
12744
12745 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12746 if called on a non-mime message just toggle the headers. (Bug#8006)
12747
12748 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12749
12750 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12751 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12752 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12753 (allout-rebullet-heading, allout-open-sibtopic)
12754 (allout-toggle-current-subtree-encryption)
12755 (allout-toggle-subtree-encryption, allout-encrypt-string)
12756 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12757 (allout-distinctive-bullets-string, allout-auto-activation):
12758 * window.el (window-normalize-buffer-to-display):
12759 * progmodes/verilog-mode.el (verilog-batch-indent):
12760 * textmodes/bibtex.el (bibtex-field-braces-opt)
12761 (bibtex-field-strings-opt):
12762 * vc/cvs-status.el (cvs-tree-merge):
12763 Fix typos.
12764
12765 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12766
12767 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12768 `non-essential' to t, in order to avoid remote connections.
12769
12770 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12771
12772 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12773 On MS-DOS and MS-Windows, compare with loaddefs.el
12774 case-insensitively.
12775
12776 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12777
12778 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12779
12780 2011-11-23 Glenn Morris <rgm@gnu.org>
12781
12782 * paths.el (rmail-file-name): Reformat the doc-string so that it
12783 is picked up.
12784
12785 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12786 (rmail-auto-file): Ignore case in the "special" field names,
12787 as mail-fetch-field does for all others.
12788
12789 * mail/rmail.el (rmail-forward):
12790 * mail/rmailkwd.el (rmail-set-label):
12791 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12792 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12793
12794 * mail/rmail.el (rmail-current-message): Doc fix.
12795
12796 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12797
12798 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12801
12802 2011-11-22 Glenn Morris <rgm@gnu.org>
12803
12804 * mail/rmailmm.el (test-rmail-mime-handler)
12805 (test-rmail-mime-bulk-handler)
12806 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12807
12808 2011-11-21 Juri Linkov <juri@jurta.org>
12809
12810 * calc/calc.el (calc-read-key-sequence):
12811 Let-bind `input-method-function' to nil. (Bug#10018)
12812
12813 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12814
12815 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12816 Tell the caller that the next line needs recomputation, even
12817 though it doesn't start a sexp (bug#10094).
12818
12819 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12820
12821 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12822
12823 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12826 Use force-same-window.
12827
12828 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12829
12830 * descr-text.el (describe-char-unicode-data):
12831 * json.el (json-string-escape):
12832 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12833 (Footnote-unicode, Footnote-style-p):
12834 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12835
12836 2011-11-20 Chong Yidong <cyd@gnu.org>
12837
12838 * window.el (replace-buffer-in-windows): Restore interactive spec.
12839
12840 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12843
12844 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12845 (byte-compile-global-not-obsolete-vars): New var.
12846 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12847 Use it.
12848 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12849
12850 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12851
12852 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12853 * progmodes/pascal.el (electric-pascal-equal):
12854 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12855 * xml.el (xml-substitute-special): Fix typos.
12856
12857 2011-11-20 Glenn Morris <rgm@gnu.org>
12858
12859 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12860 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12861 Doc fixes.
12862 (rmail-decode-mime-charset): Mark as obsolete.
12863
12864 * mail/rmailsum.el (rmail-message-regexp-p-1):
12865 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12866 Before using mime functions, check they are set. (Bug#10077)
12867
12868 2011-11-19 Juri Linkov <juri@jurta.org>
12869
12870 * info.el (Info-finder-find-node): Use `package--builtins' instead
12871 of `package-alist'. Use node names formed by the pattern "Keyword "
12872 and the keyword name.
12873
12874 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12875
12876 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12877
12878 2011-11-19 Juri Linkov <juri@jurta.org>
12879
12880 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12881 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12882 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12883 `old-history', `old-history-forward'. Add let-binding
12884 `window-selected'. Remove calls to `kill-buffer',
12885 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12886 before calling `Info-find-node', so `Info-find-node-2' will reread
12887 the Info file. Restore window positions only when `window-selected'
12888 is non-nil.
12889
12890 2011-11-19 Juri Linkov <juri@jurta.org>
12891
12892 * isearch.el (isearch-lazy-highlight-new-loop):
12893 Remove condition `(not isearch-error)'. (Bug#9918)
12894
12895 * misearch.el (multi-isearch-search-fun): Add condition
12896 `(not bound)' to ignore lazy-highlighting search.
12897 Add the search-failed message "end of multi" when the end of
12898 multi-sequence is reached. Uncapitalize the search-failed
12899 message "Repeat for next buffer".
12900
12901 * info.el (Info-search): Add the search-failed message
12902 "end of the manual" when the end of the manual is reached
12903 in Isearch mode.
12904
12905 2011-11-19 Juri Linkov <juri@jurta.org>
12906
12907 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12908 Use non-destructive `remove' instead of `delete' because
12909 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12910 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12911
12912 2011-11-19 Juri Linkov <juri@jurta.org>
12913
12914 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12915 to nil instead of binding `search-ring' and `regexp-search-ring'.
12916 (Bug#9185)
12917
12918 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12919
12920 * simple.el (line-move): Force movement by logical lines for any
12921 hscrolled window, not only when auto-hscroll-mode is on.
12922 (line-move-visual): Update doc string to that effect. (Bug#10076)
12923
12924 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12925
12926 * language/european.el (macintosh): Define as alias for mac-roman.
12927
12928 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12929
12930 * mail/rmailmm.el (rmail-mime-display-header)
12931 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12932 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12933 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12934 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12935 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12936 of a raw aref.
12937 (rmail-mime-entity-segment): To get past the tagline, move forward
12938 2 more lines, to account for the 2 empty lines that precede and
12939 follow the line with the buttons.
12940 (rmail-mime-update-tagline): Move one more line, to get past the
12941 empty line that follows the buttons in the tagline. (Bug#9520)
12942
12943 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12944
12945 * window.el (window-max-delta-1, window-min-delta-1)
12946 (window-min-size-1, window-state-get-1, window-state-put-1)
12947 (window-state-put-2): Use "window--" prefix.
12948
12949 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12950
12951 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12952 (smie-warning-count): New var.
12953 (smie-set-prec2tab): Use it.
12954 (smie-bnf->prec2): Improve warnings. Add docstring.
12955 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12956 (smie-bnf--set-class): New function.
12957 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12958 corner case.
12959
12960 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12961 (compilation-error-properties, compilation-move-to-column):
12962 Handle compilation-first-column while in the target buffer.
12963
12964 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12965 Don't hardcode point-min==1.
12966
12967 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12968 (eshell-rewrite-for-command): Remove workaround.
12969 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12970 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12971 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12972
12973 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12974
12975 2011-11-17 Glenn Morris <rgm@gnu.org>
12976
12977 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12978 Ignore buffer-local generated-autoload-file if it is the same
12979 as the global value. (Bug#10049)
12980
12981 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12982
12983 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12984 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12985 (reftex-toc-previous-heading, reftex-toc-max-level)
12986 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12987 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12988 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12989 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12990 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12991 (reftex-toc-rename-label, reftex-toc-visit-location)
12992 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12993 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12994 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12995 leaving "*toc*" only for references to the buffer.
12996
12997 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12998
12999 * window.el (window-resize, delete-window, split-window):
13000 Replace window-splits by window-combination-resize.
13001 * cus-start.el (window-splits): Replace by window-combination-resize.
13002
13003 2011-11-17 Glenn Morris <rgm@gnu.org>
13004
13005 * progmodes/sh-script.el (sh-font-lock-keywords-var):
13006 Make bash entry derive from sh entry, not shell entry.
13007
13008 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
13009
13010 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
13011 local file name.
13012
13013 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13014
13015 * menu-bar.el (menu-bar-file-menu):
13016 * printing.el (pr-ps-utility):
13017 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
13018 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
13019 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
13020 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
13021 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
13022 (icalendar--convert-cyclic-to-ical)
13023 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
13024 (icalendar--convert-ical-to-diary)
13025 (icalendar--convert-recurring-to-diary)
13026 (icalendar--convert-non-recurring-all-day-to-diary)
13027 (icalendar-import-format-sample):
13028 * progmodes/idlw-shell.el (idlwave-shell-mode):
13029 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
13030 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
13031 (vhdl-ps-print-init): Fix typos.
13032
13033 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
13034
13035 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
13036 FSF and collapse date sequence, obscure author/maintainer email address
13037 better, remove extra version line, track relocation of author's webpage.
13038
13039 * progmodes/python.el (python-pdbtrack-input-prompt)
13040 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13041 regular python pdb prompts. Adjustments shamelessly taken exactly as
13042 suggested in EmacsWiki page (tiny change):
13043 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
13044
13045 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13046
13047 * expand.el (expand-pos, expand-index, expand-point):
13048 Remove redundant info from docstring.
13049 (expand-add-abbrevs): Doc fix.
13050 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13051 (expand-sample-perl-mode-expand-list): Fix typos.
13052
13053 * net/dbus.el (dbus-event-member-name):
13054 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13055 * term/pc-win.el (msdos-create-frame-with-faces):
13056 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13057
13058 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13059
13060 * window.el (split-window, window-state-get-1)
13061 (window-state-put-1, window-state-put-2): Rename occurrences of
13062 window-nest to window-combination-limit.
13063 * cus-start.el (window-nest): Rename to window-combination-limit.
13064
13065 2011-11-16 Chong Yidong <cyd@gnu.org>
13066
13067 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13068 regexp (Bug#10033).
13069
13070 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13073 `completing-read' will remove *Completions* and will preserve
13074 current-buffer for us.
13075 (tmm-add-prompt): Users of *Completions* will always (re)set its
13076 major mode.
13077 (tmm-old-comp-map): Remove.
13078
13079 2011-11-16 Glenn Morris <rgm@gnu.org>
13080
13081 * mail/rmailedit.el: Require rmailmm when compiling.
13082 (rmail-old-mime-state): New declaration.
13083 (rmail-edit-current-message): If editing a mime message,
13084 edit the "raw" message from the mbox buffer.
13085 (rmail-cease-edit): Handle mime messages. (Bug#9840)
13086
13087 2011-11-15 Glenn Morris <rgm@gnu.org>
13088
13089 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13090 which wasn't being used. Add optional arg to force given state.
13091 (rmail-mime): Add optional arg to force given state.
13092
13093 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13094
13095 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13096 * frame.el (display-mm-dimensions-alist):
13097 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13098 (outline-move-subtree-down):
13099 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13100 (newsticker--treeview-do-get-node):
13101 * net/quickurl.el (quickurl-list-buffer-name):
13102 * progmodes/dcl-mode.el (dcl-mode):
13103 * progmodes/gdb-mi.el (gdb-mapcar*):
13104 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13105
13106 2011-11-15 Glenn Morris <rgm@gnu.org>
13107
13108 * mail/rmail.el (rmail-file-coding-system): It's only ever used
13109 in a boolean sense, so just make it a boolean, and fix the doc.
13110 (rmail-show-mime-function, rmail-mime-feature)
13111 (rmail-require-mime-maybe): Doc fixes.
13112 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
13113
13114 * mail/rmailmm.el (rmail-show-mime): Doc fix.
13115
13116 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13117
13118 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
13119 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
13120 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
13121 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
13122
13123 2011-11-15 Glenn Morris <rgm@gnu.org>
13124
13125 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
13126 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
13127 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13128 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
13129 (rmail-mime, rmail-show-mime): Doc fixes.
13130
13131 * term/ns-win.el (mode-line-frame-identification):
13132 Leave it alone. (Bug#10051)
13133
13134 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
13135
13136 * mail/rmailout.el (rmail-output-to-rmail-buffer):
13137 Handle empty buffers. (Bug#9978)
13138
13139 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
13140
13141 * international/mule.el (define-charset):
13142 * mail/rmailmm.el (rmail-mime-find-header-encoding):
13143 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
13144 * progmodes/verilog-mode.el (verilog-backward-token):
13145 * textmodes/ispell.el (lookup-words):
13146 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
13147
13148 2011-11-14 Glenn Morris <rgm@gnu.org>
13149
13150 * progmodes/executable.el
13151 (executable-make-buffer-file-executable-if-script-p):
13152 Handle file-modes returning nil.
13153
13154 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
13155 message - not necessary, and causes problems. (Bug#9831)
13156
13157 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
13158
13159 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
13160
13161 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
13162 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
13163 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
13164
13165 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13166
13167 * window.el (window-resize, delete-window): Use window-splits
13168 variable instead of function.
13169 (window-state-get-1, window-state-put-2, window-state-put):
13170 Don't deal with windows' splits status.
13171
13172 2011-11-12 Glenn Morris <rgm@gnu.org>
13173
13174 * apropos.el (apropos-do-all, apropos-library, apropos-value)
13175 (apropos-documentation): Doc fixes.
13176
13177 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
13178
13179 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13180 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13181
13182 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13183
13184 * electric.el (electric-indent-post-self-insert-function): Make it
13185 possible for a char to only indent in some circumstances.
13186 (electric-indent-mode): Simplify.
13187
13188 2011-11-11 Martin Rudalics <rudalics@gmx.at>
13189
13190 * window.el (windows-with-parameter): Remove unused function.
13191 (windows-at-side): Rename to window-at-side-list.
13192 (window-check, window-atom-check, window-atom-check-1)
13193 (window-side-check, window-size-ignore, window-size-fixed-1)
13194 (window-in-direction-2): Prefix with "window--".
13195 (window-tree-1): Rename to window--subtree, fix doc-string.
13196
13197 2011-11-11 Glenn Morris <rgm@gnu.org>
13198
13199 * subr.el (eval-after-load): If FILE is already loaded,
13200 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13201
13202 2011-11-10 Glenn Morris <rgm@gnu.org>
13203
13204 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13205 Call svn via vc-svn-command rather than vc-do-command.
13206 (vc-svn-command): Add --non-interactive. (Bug#9993)
13207 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13208
13209 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13210 Add toggle-read-only. (Bug#7292)
13211 * files.el (toggle-read-only): Mention that it should only
13212 be used interactively. (Bug#10006)
13213
13214 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13215
13216 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13217 Adjust regexp for OCaml warnings.
13218
13219 * electric.el (electric-pair-post-self-insert-function): Let user
13220 turn it off buffer-locally (bug#9932).
13221
13222 * progmodes/python.el (python-beginning-of-statement):
13223 Rewrite (bug#2703).
13224
13225 * progmodes/compile.el: Better handle TABs (bug#9749).
13226 (compilation-internal-error-properties)
13227 (compilation-next-error-function): Obey the target buffer's
13228 compilation-error-screen-columns.
13229
13230 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
13231
13232 * progmodes/meta-mode.el: Remove obsolete comments.
13233 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13234 Fix typos in docstrings.
13235
13236 2011-11-09 Martin Rudalics <rudalics@gmx.at>
13237
13238 * window.el (window-size-fixed-p): Rewrite doc-string.
13239 (window-resizable-p): Rename to window--resizable-p. Update callers.
13240 (window--resizable): New function. Make all callers of
13241 window-resizable call window--resizable instead.
13242 (window-resizable): Rewrite in terms of window--resizable.
13243
13244 2011-11-08 Glenn Morris <rgm@gnu.org>
13245
13246 * progmodes/delphi.el (delphi-mode-syntax-table):
13247 Let define-derived-mode define a proper syntax table. (Bug#9994)
13248
13249 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * window.el: Stay away from defsubst.
13252 (window-list-no-nils): Remove.
13253 (window-state-get-1, window-state-get): Use backquote instead.
13254
13255 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13256
13257 * emacs-lisp/find-func.el (find-function-read):
13258 Fix incorrect use of default argument in `completing-read'.
13259
13260 2011-11-08 Martin Rudalics <rudalics@gmx.at>
13261
13262 * window.el (display-buffer-function, special-display-function):
13263 Mention display-buffer-record-window but do not mention
13264 help-setup parameter in doc-strings.
13265 (window-min-delta): Fix doc-string typo.
13266
13267 2011-11-08 Chong Yidong <cyd@gnu.org>
13268
13269 * window.el (window-total-height, window-total-width): Doc fix.
13270 (window-body-size): Move from C.
13271 (window-body-height, window-body-width): Move to C.
13272
13273 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * window.el: Make special-display like display-buffer-alist (bug#9532).
13276 (display-buffer--special-action): New function, morphed
13277 from display-buffer--special.
13278 (display-buffer): Use it to handle special-display-buffers at higher
13279 priority (just after display-buffer-alist).
13280 (display-buffer-fallback-action, display-buffer--other-frame-action)
13281 (pop-to-buffer-same-window): Remove display-buffer--special.
13282
13283 2011-11-07 Glenn Morris <rgm@gnu.org>
13284
13285 * calendar/cal-menu.el (cal-menu-set-date-title):
13286 Do nothing if not in a calendar. (Bug#9976)
13287
13288 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * files.el (find-file): Always use selected-window.
13291
13292 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13293
13294 * window.el (window-combinations): Make WINDOW argument
13295 mandatory. Rewrite doc-string.
13296 (walk-window-subtree, window-atom-check, window-min-delta)
13297 (window-max-delta, window--resize-this-window)
13298 (window--resize-root-window-vertically, window-tree)
13299 (balance-windows, window-state-put): Rewrite doc-strings as to
13300 not mention the term "subwindow".
13301 (window--resize-subwindows-skip-p): Rename to
13302 window--resize-child-windows-skip-p.
13303 (window--resize-subwindows-normal): Rename to
13304 window--resize-child-windows-normal.
13305 (window--resize-subwindows): Rename to
13306 window--resize-child-windows.
13307 (window-or-subwindow-p): Rename to window--in-subtree-p.
13308
13309 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13310
13311 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13312 Ensure that mbox format messages end in two newlines (Bug#9974).
13313
13314 2011-11-06 Chong Yidong <cyd@gnu.org>
13315
13316 * window.el (window-combination-p): Function deleted; its
13317 side-effect is not used in any existing code.
13318 (window-combinations, window-combined-p): Call window-*-child
13319 directly.
13320
13321 2011-11-05 Chong Yidong <cyd@gnu.org>
13322
13323 * window.el (window-valid-p): Rename from window-any-p.
13324 (window-size-ignore, window-state-get): Callers changed.
13325 (window-normalize-window): Rename from window-normalize-any-window.
13326 New arg LIVE-ONLY, replacing window-normalize-live-window.
13327 (window-normalize-live-window): Delete.
13328 (window-combination-p, window-combined-p, window-combinations)
13329 (walk-window-subtree, window-atom-root, window-min-size)
13330 (window-sizable, window-sizable-p, window-size-fixed-p)
13331 (window-min-delta, window-max-delta, window-resizable)
13332 (window-resizable-p, window-full-height-p, window-full-width-p)
13333 (window-current-scroll-bars, window-point-1, set-window-point-1)
13334 (window-at-side-p, window-in-direction, window-resize)
13335 (adjust-window-trailing-edge, maximize-window, minimize-window)
13336 (window-deletable-p, delete-window, delete-other-windows)
13337 (record-window-buffer, unrecord-window-buffer)
13338 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13339 (quit-window, split-window, window-state-put)
13340 (set-window-text-height, fit-window-to-buffer)
13341 (shrink-window-if-larger-than-buffer): Callers changed.
13342
13343 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13344
13345 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13346 rfc2047-decode-string.
13347 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13348 warnings.
13349
13350 * window.el (window-body-height, window-body-width): Mention in
13351 the doc string that the return values are in frame's canonical
13352 units. (Bug#9949)
13353
13354 2011-11-03 Alan Mackenzie <acm@muc.de>
13355
13356 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13357 change in cc-engine.el.
13358
13359 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13360
13361 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13362
13363 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13364
13365 * window.el (quit-window): Call unrecord-window-buffer after
13366 showing another buffer in the window. (Bug#9937)
13367 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13368
13369 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13370
13371 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13372 Accept status with more than 9 shelves. (Bug#9935)
13373 Reported by Colin D Bennett <colin@gibibit.com>.
13374
13375 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13376
13377 * help.el (with-help-window): Don't reference
13378 temp-buffer-show-specifiers in doc-string.
13379
13380 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13381
13382 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13383 menu-item.
13384
13385 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13386
13387 * whitespace.el: New version 13.2.2.
13388 (whitespace-newline-mode): Disable properly. Reported by Sarah
13389 <EmacsWiki>.
13390
13391 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13392
13393 * net/newst-treeview.el: Remove "Time-stamp".
13394 (newsticker--group-manage-orphan-feeds): Do not call
13395 newsticker--treeview-tree-update.
13396 (newsticker-treeview-update, newsticker-treeview):
13397 Call newsticker--treeview-tree-update if necessary.
13398
13399 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13400
13401 * window.el (window-iso-combination-p, window-iso-combined-p)
13402 (window-iso-combinations): Remove "iso-" infix.
13403 Suggested by Chong Yidong.
13404 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13405 (window-max-delta-1, window-resize, window--resize-siblings)
13406 (window--resize-this-window, adjust-window-trailing-edge)
13407 (split-window, balance-windows-1)
13408 (shrink-window-if-larger-than-buffer):
13409 * calendar/calendar.el (calendar-generate-window):
13410 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13411
13412 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13413
13414 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13415 in place (bug#9907).
13416 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13417 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13418 (eshell-structure-basic-command, eshell-rewrite-while-command)
13419 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13420 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13421 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13422 (eshell-do-pipelines-synchronously, eshell-eval-command):
13423 Use backquotes and prefer setq to set.
13424 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13425 (eshell-macrop): Use functionp.
13426 (eshell-do-eval): Handle multiple expressions in `while' body.
13427
13428 2011-10-30 Chong Yidong <cyd@gnu.org>
13429
13430 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13431 instead of set-mark (Bug#9810).
13432
13433 2011-10-30 Chong Yidong <cyd@gnu.org>
13434
13435 * window.el (split-window-below, split-window-right): Rename from
13436 split-window-above-each-other and split-window-side-by-side
13437 respectively. All callers changed.
13438 (split-window-sensibly, split-window-sensibly): Use them.
13439 (split-window-keep-point): Doc fix.
13440
13441 * isearch.el: Add isearch-scroll property to split-window-below
13442 and split-window-right.
13443
13444 * follow.el (follow-mode):
13445 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13446 * progmodes/ada-xref.el (ada-gdb-application):
13447 * emulation/vip.el (vip-buffer-in-two-windows):
13448 * image-dired.el (image-dired-dired-with-window-configuration):
13449 * dired-x.el (dired-do-find-marked-files):
13450 * dired.el (dired-pop-to-buffer):
13451 * bs.el (bs--show-with-configuration):
13452 * vc/emerge.el (emerge-setup-windows):
13453 * textmodes/two-column.el (2C-two-columns):
13454 * textmodes/reftex-toc.el (reftex-toc):
13455 * progmodes/gdb-mi.el (gdb-setup-windows):
13456 * progmodes/fortran.el (fortran-window-create):
13457 * net/newst-treeview.el (newsticker--treeview-window-init):
13458 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13459 * emulation/tpu-edt.el (tpu-gold-map):
13460 * emulation/crisp.el (crisp-mode-map):
13461 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13462
13463 2011-10-29 Chong Yidong <cyd@gnu.org>
13464
13465 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13466
13467 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13468
13469 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13470 forged Ispell output (Bug#7904).
13471
13472 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13473
13474 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * doc-view.el: Avoid ugly errors about not finding nil.
13477 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13478 (doc-view-dvipdf-program, doc-view-unoconv-program)
13479 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13480 Avoid nil or absolute file name as default value.
13481 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13482
13483 2011-10-28 Alan Mackenzie <acm@muc.de>
13484
13485 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13486
13487 2011-10-28 Alan Mackenzie <acm@muc.de>
13488
13489 Amend the handling of c-beginning/end-of-defun in nested declaration
13490 scopes.
13491
13492 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13493 cc-langs.el. Change it to a defcustom.
13494
13495 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13496 cc-vars.el.
13497
13498 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13499 Prevent "class foo : bar" being spuriously recognized as a label.
13500
13501 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13502 Add parameter `inclusive' (to include enclosing braces in the region).
13503 (c-widen-to-enclosing-decl-scope): New function.
13504 (c-while-widening-to-decl-block): New macro.
13505 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13506 outward for defun boundaries, and correspondingly change symbol
13507 `respect-enclosure' to `go-outward'.
13508 (c-declaration-limits): Change algorithm to report only the "innermost"
13509 defun's boundaries.
13510
13511 2011-10-28 Deniz Dogan <deniz@dogan.se>
13512
13513 * net/rcirc.el (rcirc-mode): Use hard newlines.
13514
13515 2011-10-28 Alan Mackenzie <acm@muc.de>
13516
13517 Amend to indent and fontify macros "which include their own semicolon"
13518 correctly, using the "virtual semicolon" mechanism.
13519
13520 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13521
13522 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13523 Recode to scan one line at a time rather than having \n and \r
13524 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13525 (c-forward-label): Amend for virtual semicolons.
13526 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13527
13528 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13529 of the new C macros.
13530
13531 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13532 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13533 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13534 (c-opt-cpp-macro-define): Make into a full language variable.
13535 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13536 AWK Mode (including \n, \r) removed, no longer needed.
13537
13538 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13539 Invoke c-make-macro-with-semi-re.
13540
13541 * progmodes/cc-vars.el (c-macro-with-semi-re):
13542 (c-macro-names-with-semicolon): New variables.
13543 (c-make-macro-with-semi-re): New function.
13544
13545 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13546
13547 * vc/log-edit.el: Fill empty field rather than adding new one.
13548 (log-edit-add-field): New function.
13549 (log-edit-insert-changelog): Use it.
13550
13551 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13552
13553 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13554
13555 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13558 (gdb--check-interpreter): New function.
13559 (gdb): Use it.
13560
13561 2011-10-27 Glenn Morris <rgm@gnu.org>
13562
13563 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13564 (least-positive-float, least-negative-float)
13565 (least-positive-normalized-float, least-negative-normalized-float)
13566 (float-epsilon, float-negative-epsilon):
13567 Remove unnecessary declarations.
13568
13569 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13570 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13571 (least-positive-float, least-negative-float)
13572 (least-positive-normalized-float, least-negative-normalized-float)
13573 (float-epsilon, float-negative-epsilon): Add doc-strings,
13574 based on those in cl.texi.
13575
13576 * files.el (set-visited-file-name): If the major-mode changed,
13577 reload the local variables. (Bug#9796)
13578
13579 2011-10-27 Chong Yidong <cyd@gnu.org>
13580
13581 * subr.el (change-major-mode-after-body-hook): New hook.
13582 (run-mode-hooks): Run it.
13583
13584 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13585 Use change-major-mode-before-body-hook.
13586
13587 * simple.el (fundamental-mode):
13588 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13589 change introducing fundamental-mode-hook.
13590
13591 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13592
13593 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13594
13595 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13596
13597 * ido.el (ido-file-name-all-completions-1): Do not require
13598 tramp.el explicitly. (Bug#7583)
13599
13600 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13601
13602 * progmodes/octave-mod.el:
13603 * progmodes/octave-inf.el: Update maintainer.
13604
13605 2011-10-26 Chong Yidong <cyd@gnu.org>
13606
13607 * subr.el (with-wrapper-hook): Rewrite doc.
13608
13609 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13610
13611 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13612 filenames "/method:foo:". (Bug#9793)
13613
13614 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13615
13616 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13617 (bug#9865).
13618
13619 2011-10-24 Glenn Morris <rgm@gnu.org>
13620
13621 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13622
13623 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13624
13625 * notifications.el: Add the requirement of a running D-Bus session
13626 bus to the Commentary.
13627
13628 2011-10-24 Juri Linkov <juri@jurta.org>
13629
13630 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13631 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13632 (Bug#9364)
13633
13634 2011-10-24 Juri Linkov <juri@jurta.org>
13635
13636 * info.el (Info-following-node-name-re): Add newline to the list
13637 of allowed characters for leading space. (Bug#9824)
13638
13639 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13640
13641 * progmodes/octave-inf.el (inferior-octave-mode-map):
13642 Fix C-c C-h binding.
13643 * progmodes/octave-mod.el (octave-help): Remove.
13644
13645 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13646
13647 Sync with Tramp 2.2.3.
13648
13649 * net/tramp-cache.el (top): Pacify byte-compiler using
13650 `init-file-user' and `site-run-file'.
13651
13652 * net/trampver.el: Update release number.
13653
13654 2011-10-23 Chong Yidong <cyd@gnu.org>
13655
13656 * files.el (toggle-read-only): Remove obsolete comment about
13657 version control.
13658
13659 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13660 for toggle-read-only. Note that this hasn't called vc-next-action
13661 since 2008-05-02, though it wasn't documented at the time.
13662
13663 * vc/ediff-init.el (ediff-toggle-read-only-function):
13664 Use toggle-read-only.
13665
13666 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13667
13668 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13669 of c-parse-state.
13670
13671 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13672 correct faulty logical expression.
13673 (c-parse-state-state, c-record-parse-state-state):
13674 (c-replay-parse-state-state): New defvar/defuns.
13675 (c-debug-parse-state): Use new functions.
13676
13677 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13678
13679 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13680 last fix. Use window-in-direction correctly.
13681
13682 2011-10-21 Chong Yidong <cyd@gnu.org>
13683
13684 * progmodes/idlwave.el (idlwave-mode):
13685 * progmodes/vera-mode.el (vera-mode): No need to set
13686 require-final-newline; that's done in prog-mode.
13687 Suggested by Stefan Monnier.
13688
13689 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13690
13691 * mouse.el (mouse-drag-window-above)
13692 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13693 (mouse-drag-mode-line-1, mouse-drag-header-line)
13694 (mouse-drag-vertical-line-rightward-window): Remove.
13695 (mouse-drag-line): New function.
13696 (mouse-drag-mode-line, mouse-drag-header-line)
13697 (mouse-drag-vertical-line): Call mouse-drag-line.
13698 * window.el (window-at-side-p, windows-at-side): New functions.
13699
13700 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13701
13702 * tar-mode.el (tar-grind-file-mode):
13703 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13704
13705 2011-10-21 Chong Yidong <cyd@gnu.org>
13706
13707 * progmodes/idlwave.el (idlwave-mode):
13708 * progmodes/vera-mode.el (vera-mode):
13709 Use mode-require-final-newline.
13710
13711 2011-10-20 Glenn Morris <rgm@gnu.org>
13712
13713 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13714
13715 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13716
13717 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13718
13719 2011-10-20 Chong Yidong <cyd@gnu.org>
13720
13721 * emulation/cua-base.el (cua-mode):
13722 * mail/footnote.el (footnote-mode):
13723 * mail/mailabbrev.el (mail-abbrevs-mode):
13724 * net/xesam.el (xesam-minor-mode):
13725 * progmodes/bug-reference.el (bug-reference-mode):
13726 * progmodes/cap-words.el (capitalized-words-mode):
13727 * progmodes/compile.el (compilation-minor-mode)
13728 (compilation-shell-minor-mode):
13729 * progmodes/gud.el (gud-tooltip-mode):
13730 * progmodes/hideif.el (hide-ifdef-mode):
13731 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13732 * progmodes/subword.el (subword-mode):
13733 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13734 * progmodes/which-func.el (which-function-mode):
13735 * term/tvi970.el (tvi970-set-keypad-mode):
13736 * term/vt100.el (vt100-wide-mode):
13737 * textmodes/flyspell.el (flyspell-mode):
13738 * textmodes/ispell.el (ispell-minor-mode):
13739 * textmodes/nroff-mode.el (nroff-electric-mode):
13740 * textmodes/paragraphs.el (use-hard-newlines):
13741 * textmodes/refill.el (refill-mode):
13742 * textmodes/reftex.el (reftex-mode):
13743 * textmodes/rst.el (rst-minor-mode):
13744 * textmodes/sgml-mode.el (html-autoview-mode)
13745 (sgml-electric-tag-pair-mode):
13746 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13747 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13748 * emulation/crisp.el (crisp-mode):
13749 * emacs-lisp/eldoc.el (eldoc-mode):
13750 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13751 minor mode behavior.
13752
13753 2011-10-19 Juri Linkov <juri@jurta.org>
13754
13755 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13756 the list of hard-coded chars with escape-glyph face.
13757
13758 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13759
13760 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13761
13762 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13763
13764 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13765 running process.
13766
13767 2011-10-19 Glenn Morris <rgm@gnu.org>
13768
13769 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13770 Ignore ignored files. (Bug#9726)
13771
13772 2011-10-19 Chong Yidong <cyd@gnu.org>
13773
13774 Doc fix for minor modes, stating that an omitted argument enables
13775 the mode unconditionally when called from Lisp.
13776
13777 * abbrev.el (abbrev-mode):
13778 * allout.el (allout-mode):
13779 * autoinsert.el (auto-insert-mode):
13780 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13781 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13782 (global-auto-revert-mode):
13783 * battery.el (display-battery-mode):
13784 * composite.el (global-auto-composition-mode)
13785 (auto-composition-mode):
13786 * delsel.el (delete-selection-mode):
13787 * desktop.el (desktop-save-mode):
13788 * dired-x.el (dired-omit-mode):
13789 * dirtrack.el (dirtrack-mode):
13790 * doc-view.el (doc-view-minor-mode):
13791 * double.el (double-mode):
13792 * electric.el (electric-indent-mode, electric-pair-mode):
13793 * emacs-lock.el (emacs-lock-mode):
13794 * epa-hook.el (auto-encryption-mode):
13795 * follow.el (follow-mode):
13796 * font-core.el (font-lock-mode):
13797 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13798 * help.el (temp-buffer-resize-mode):
13799 * hilit-chg.el (highlight-changes-mode)
13800 (highlight-changes-visible-mode):
13801 * hi-lock.el (hi-lock-mode):
13802 * hl-line.el (hl-line-mode, global-hl-line-mode):
13803 * icomplete.el (icomplete-mode):
13804 * ido.el (ido-everywhere):
13805 * image-file.el (auto-image-file-mode):
13806 * image-mode.el (image-minor-mode):
13807 * iswitchb.el (iswitchb-mode):
13808 * jka-cmpr-hook.el (auto-compression-mode):
13809 * linum.el (linum-mode):
13810 * longlines.el (longlines-mode):
13811 * master.el (master-mode):
13812 * mb-depth.el (minibuffer-depth-indicate-mode):
13813 * menu-bar.el (menu-bar-mode):
13814 * minibuf-eldef.el (minibuffer-electric-default-mode):
13815 * mouse-sel.el (mouse-sel-mode):
13816 * msb.el (msb-mode):
13817 * mwheel.el (mouse-wheel-mode):
13818 * outline.el (outline-minor-mode):
13819 * paren.el (show-paren-mode):
13820 * recentf.el (recentf-mode):
13821 * reveal.el (reveal-mode, global-reveal-mode):
13822 * rfn-eshadow.el (file-name-shadow-mode):
13823 * ruler-mode.el (ruler-mode):
13824 * savehist.el (savehist-mode):
13825 * scroll-all.el (scroll-all-mode):
13826 * scroll-bar.el (scroll-bar-mode):
13827 * server.el (server-mode):
13828 * shell.el (shell-dirtrack-mode):
13829 * simple.el (auto-fill-mode, transient-mark-mode)
13830 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13831 (line-number-mode, column-number-mode, size-indication-mode)
13832 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13833 * strokes.el (strokes-mode):
13834 * time.el (display-time-mode):
13835 * t-mouse.el (gpm-mouse-mode):
13836 * tool-bar.el (tool-bar-mode):
13837 * tooltip.el (tooltip-mode):
13838 * type-break.el (type-break-mode-line-message-mode)
13839 (type-break-query-mode):
13840 * view.el (view-mode):
13841 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13842 (global-whitespace-mode, global-whitespace-newline-mode):
13843 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13844
13845 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13846 Fix autogenerated docstring.
13847
13848 2011-10-19 Juri Linkov <juri@jurta.org>
13849
13850 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13851 by checking environment variables "DESKTOP_SESSION" and
13852 "XDG_CURRENT_DESKTOP". (Bug#9779)
13853
13854 2011-10-19 Juri Linkov <juri@jurta.org>
13855
13856 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13857 (browse-url-chromium-program, browse-url-chromium-arguments):
13858 New defcustoms.
13859 (browse-url-default-browser): Check for `browse-url-chromium' and
13860 call `browse-url-chromium-program'.
13861 (browse-url-chromium): New command. (Bug#9779)
13862
13863 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13864
13865 * facemenu.el (list-colors-duplicates): On Windows, detect more
13866 duplicates by assuming that only colors matching "^System" are
13867 special "system colors". (Bug#9722)
13868
13869 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13872 to distinguish the author from the committer.
13873
13874 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13875
13876 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13877
13878 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13879
13880 * international/mule.el (sgml-html-meta-auto-coding-function):
13881 Add support for detecting encoding in HTML5 specified only as
13882 <meta charset="UTF-8">. Implementation just makes http-equiv and
13883 content-type parts from HTML4 encoding string optional. (Bug#9716)
13884
13885 2011-10-18 Glenn Morris <rgm@gnu.org>
13886
13887 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13888
13889 2011-10-18 Chong Yidong <cyd@gnu.org>
13890
13891 * faces.el (cursor): Doc fix.
13892
13893 2011-10-17 Chong Yidong <cyd@gnu.org>
13894
13895 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13896
13897 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13898
13899 * dirtrack.el (dirtrack): Support shell buffers with path
13900 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13901
13902 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13903
13904 * json.el: Bump version to 1.3 and note change in History.
13905 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13906
13907 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13908
13909 * comint.el (comint-insert-input, comint-send-input)
13910 (comint-get-old-input-default, comint-backward-matching-input)
13911 (comint-next-prompt): Use nil instead of `input' for field property of
13912 past user input (bug#114).
13913
13914 * minibuffer.el (completion--replace): Inherit surrounding properties
13915 (bug#114).
13916 (minibuffer-complete-and-exit): Use it.
13917
13918 * comint.el (comint--table-subvert): Quote the all-completions output
13919 (bug#9160).
13920
13921 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13922
13923 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13924
13925 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13926 window on right of selected. (Bug#9350) Reword other window
13927 entries and separate them from frame entries.
13928
13929 2011-10-15 Glenn Morris <rgm@gnu.org>
13930
13931 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13932 Doc fixes.
13933
13934 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13935
13936 * net/network-stream.el (network-stream-open-starttls):
13937 Improve detection of failure due to lack of TLS support.
13938
13939 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13940 putting the input text in front and in bold.
13941
13942 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13943
13944 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13945
13946 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13947 empty buffer.
13948
13949 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13950 unread-command-events rather than pushing yet-another event.
13951
13952 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13953
13954 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13955 the explanation of the possible choices. Make the options passed
13956 to completing-read shorter.
13957
13958 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13959
13960 * textmodes/flyspell.el (flyspell-large-region): Make sure
13961 extended character mode is used if defined (Bug#1339).
13962
13963 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13964
13965 * simple.el (what-cursor-position): Fix the display of the
13966 character info for LRE, LRO, RLE, and RLO characters by appending
13967 an invisible PDF.
13968
13969 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13970
13971 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13972 even in case of error; add debug spec; simplify data flow.
13973 (with-timeout-handler): Remove.
13974
13975 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13976
13977 Fix Bug#6019, Bug#9315.
13978
13979 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13980 complete `buffer-file-name', the local file name part could look
13981 remotely (for example on VMS).
13982
13983 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13984 `tramp-run-real-handler'.
13985 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13986 already quoted by '"'.
13987
13988 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13989 Let `file-name-handler-alist' be nil, the local file name part
13990 could look remotely (for example on VMS).
13991
13992 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13995 from here...
13996 (flyspell-post-command-hook): ...to here.
13997
13998 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
14001 if not needed.
14002 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
14003 using completion. Protect against "slow" callers.
14004 Remove the "message hack".
14005
14006 2011-10-11 Juri Linkov <juri@jurta.org>
14007
14008 * isearch.el (isearch-lazy-highlight-word): New variable.
14009 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
14010 Use it. (Bug#9727)
14011
14012 2011-10-11 Glenn Morris <rgm@gnu.org>
14013
14014 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
14015 like f90-previous-statement does.
14016
14017 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14018
14019 * eshell/eshell.el (eshell-command): History should be saved
14020 only in interactive use, to avoid error.
14021
14022 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14023
14024 * minibuffer.el (completion-file-name-table): Fix last change,
14025 i.e. ignore normal errors but not the other ones.
14026
14027 2011-10-10 Martin Rudalics <rudalics@gmx.at>
14028
14029 * window.el (special-display-buffer-names)
14030 (special-display-regexps): Remove some remnants of earlier
14031 changes from doc-strings.
14032 (quit-windows-on): New function.
14033
14034 * vc/vc.el (vc-revert, vc-rollback):
14035 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
14036 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
14037 (Bug#6183) (Bug#7074) (Bug#7447)
14038
14039 2011-10-09 Martin Rudalics <rudalics@gmx.at>
14040
14041 * window.el (frame-auto-hide-function): Add version tag.
14042 (Bug#9699)
14043
14044 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
14045
14046 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14047 condition.
14048
14049 2011-10-09 Leo Liu <sdl.web@gmail.com>
14050
14051 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14052 (Bug#9701)
14053
14054 2011-10-08 Glenn Morris <rgm@gnu.org>
14055
14056 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14057 before the first code statement zero indent. (Bug#9690)
14058
14059 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
14060
14061 * simple.el (count-words-region): Always count in the region.
14062 Report the number of lines and characters too.
14063 (count-words): New command, which counts in the buffer if the
14064 region is inactive, as count-words-region used to.
14065 (count-words--message): New function. Handle plurals.
14066 (count-lines-region): Make it an alias for count-words-region.
14067
14068 * bindings.el (esc-map): Replace count-lines-region with
14069 count-words-region.
14070
14071 2011-10-08 Martin Rudalics <rudalics@gmx.at>
14072
14073 * window.el (window--delete): Delete dedicated frame
14074 unconditionally when argument KILL is non-nil. (Bug#9699)
14075 (switch-to-buffer): Fix doc-string typo.
14076
14077 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14078
14079 * eshell/eshell.el (eshell-command): Avoid using hooks.
14080
14081 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
14082
14083 * bindings.el ([M-left],[M-right]): Bind to left-word and
14084 right-word respectively.
14085
14086 2011-10-07 Glenn Morris <rgm@gnu.org>
14087
14088 * cus-start.el (debug-on-quit): Fix custom type.
14089
14090 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14091
14092 * subr.el (define-key-after): Clarify that the function is not
14093 useful for non-menu keymaps.
14094
14095 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14096
14097 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14098
14099 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
14100 in current minibuffer (Fix bug with recursive minibuffers).
14101
14102 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
14103
14104 * progmodes/gdb-mi.el (gdb): Doc fix.
14105
14106 2011-10-05 Martin Rudalics <rudalics@gmx.at>
14107
14108 * window.el (frame-auto-hide-function): New option replacing
14109 frame-auto-delete. Suggested by Stefan Monnier.
14110 (window--delete): Call frame-auto-hide-function instead of
14111 investigating frame-auto-delete.
14112 (window-point-1, set-window-point-1): New functions.
14113 (window-in-direction, record-window-buffer, window-state-get-1)
14114 (display-buffer-record-window): Use window-point-1 instead of
14115 window-point.
14116 (set-window-buffer-start-and-point): Use set-window-point-1.
14117
14118 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14119
14120 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
14121
14122 2011-10-05 Glenn Morris <rgm@gnu.org>
14123
14124 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
14125 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
14126
14127 2011-10-05 Leo Liu <sdl.web@gmail.com>
14128
14129 * subr.el (read-char-choice): Fix argument to buffer-live-p which
14130 works with buffer object.
14131
14132 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * mpc.el (mpc-tool-bar-map): Add labels.
14135
14136 2011-10-04 Glenn Morris <rgm@gnu.org>
14137
14138 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14139
14140 2011-10-04 Martin Rudalics <rudalics@gmx.at>
14141
14142 * window.el (window--delete): New function.
14143 (frame-auto-delete): Resuscitate option.
14144 (bury-buffer, replace-buffer-in-windows)
14145 (quit-window): Rewrite using window--delete.
14146 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14147 Pass display-buffer-mark-dedicated to window--display-buffer-2
14148 (Bug#9639).
14149
14150 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14151
14152 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
14153 returns a list (bug#9554). Add remote file name completion.
14154 * comint.el (comint--table-subvert): Curry and get quote&unquote
14155 functions as arguments.
14156 (comint--complete-file-name-data): Adjust call accordingly.
14157 * pcomplete.el (pcomplete--table-subvert): Remove.
14158 (pcomplete-completions-at-point): Use comint--table-subvert instead.
14159
14160 * minibuffer.el (completion-table-case-fold): Use currying.
14161 (completion--styles-type, completion--cycling-threshold-type):
14162 New constants.
14163 (completion-styles, completion-category-overrides)
14164 (completion-cycle-threshold): Use them.
14165 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14166 completion-table-case-fold.
14167
14168 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
14169
14170 * minibuffer.el (completion-category-overrides): Fix type of styles
14171 and add more user friendly tags (bug#9660).
14172
14173 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14174
14175 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14176 (mule-input-method-string): New widget.
14177 (default-input-method, language-info-custom-alist): Use it.
14178
14179 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14180
14181 * pcomplete.el: Require comint.
14182 (pcomplete--common-suffix): Remove.
14183 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14184 (pcomplete--table-subvert): Sync with comint--table-subvert.
14185 (pcomplete--entries): Use comint-completion-file-name-table.
14186 * comint.el (comint-unquote-filename): Simplify.
14187 (comint-completion-file-name-table): New function (bug#9616).
14188 (comint--complete-file-name-data): Use it.
14189
14190 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14191 (pcmpl-gnu-tar-buffer): Remove.
14192 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14193 around. Make sure pcomplete-suffix-list is only changed temporarily.
14194 Don't look inside the tar's file if it's too large.
14195
14196 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
14197
14198 * cus-edit.el (custom-mode-map):
14199 * epa.el (epa-key-list-mode-map):
14200 * man.el (Man-mode-map):
14201 * startup.el (splash-screen-keymap):
14202 * simple.el (special-mode-map): Use scroll-up-command and
14203 scroll-down-command.
14204
14205 * progmodes/idlw-help.el (idlwave-help-mode-map):
14206 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14207 * net/newst-plainview.el (newsticker-mode-map):
14208 * emulation/ws-mode.el (wordstar-mode-map):
14209 * emulation/vi.el (vi-com-map):
14210 * calc/calc-graph.el (calc-graph-show-dumb):
14211 * term/sun.el (terminal-init-sun):
14212 * term/ns-win.el (global-map):
14213 * progmodes/grep.el (grep-mode-map):
14214 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14215 * mail/rmail.el (rmail-mode-map):
14216 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14217
14218 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14219 custom-safe-themes as special.
14220
14221 2011-10-01 Julien Danjou <julien@danjou.info>
14222
14223 * notifications.el (notifications-notify): Fix docstring.
14224
14225 2011-10-01 Per Starbäck <per@starback.se>
14226
14227 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14228
14229 2011-09-30 Martin Rudalics <rudalics@gmx.at>
14230
14231 * startup.el (command-line-1): Fix last fix by inserting
14232 initial-scratch-message into *scratch* before displaying it.
14233 (Bug#9605) and (Bug#9636)
14234
14235 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14236
14237 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14238 window is hscrolled, move by logical lines. (Bug#9607)
14239 (line-move-visual): Update the doc string to the above effect.
14240
14241 2011-09-29 Martin Rudalics <rudalics@gmx.at>
14242
14243 * window.el (display-buffer-record-window): When WINDOW is the
14244 selected window use `point' instead of `window-point'. (Bug#9626)
14245
14246 * startup.el (command-line-1): Use insert-before-markers when
14247 inserting initial-scratch-message. (Bug#9605)
14248
14249 * help.el (help-window): Remove variable.
14250
14251 2011-09-29 Glenn Morris <rgm@gnu.org>
14252
14253 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14254
14255 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
14256
14257 * descr-text.el (describe-char-categories): Accept category
14258 descriptions more than one line long.
14259
14260 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14261
14262 * simple.el (delete-trailing-whitespace): Fix last change.
14263
14264 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14265 Don't confuse "y => 3" as the beginning of a `y' operation.
14266
14267 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14268 object has more than 4 slots (bug#9613).
14269
14270 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14271
14272 * subr.el (with-output-to-temp-buffer):
14273 * net/quickurl.el (quickurl, quickurl-browse-url):
14274 Fix typos in docstrings.
14275
14276 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14277
14278 * minibuffer.el (completion-styles)
14279 (completion-category-overrides): Cross reference each other in doc
14280 strings.
14281
14282 2011-09-27 Glenn Morris <rgm@gnu.org>
14283
14284 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14285 to split-string. (Bug#9606)
14286
14287 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14288
14289 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14290 (bug#9615).
14291
14292 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
14293
14294 * emacs-lisp/package.el (list-packages): Fix echo area message.
14295
14296 2011-09-27 Leo Liu <sdl.web@gmail.com>
14297
14298 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14299
14300 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14301
14302 * net/dbus.el (dbus-unregister-object): Don't release services for
14303 registered signals. (Bug#9581)
14304
14305 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14306
14307 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14308 function that picks between cfengine 2 and 3 support
14309 automatically. Update docs accordingly.
14310
14311 2011-09-22 Kenichi Handa <handa@m17n.org>
14312
14313 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14314 ZERO.
14315 (indian-itrans-v5-table-for-tamil): New variable.
14316 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14317
14318 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14319
14320 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14321 that's true if the current command involved collapsing of text.
14322 It's reset to false at the beginning of the next command.
14323 (allout-post-command-business): Move the cursor to the beginning
14324 of entry if the cursor is hidden and collapsing activity just
14325 happened.
14326
14327 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14328
14329 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14330 tracking (Bug#9541).
14331
14332 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
14333
14334 * net/newst-reader.el (newsticker-html-renderer)
14335 (newsticker-show-news): Automatically load html rendering package
14336 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14337 because w3m-fill-column is let-bound" and the error "Symbol's value
14338 as variable is void: w3m-fill-column".
14339
14340 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14341
14342 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14343 Release services only if they are defined. (Bug#9581)
14344
14345 2011-09-23 Richard Stallman <rms@gnu.org>
14346
14347 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14348 distinguish start of paragraph from start of its text.
14349
14350 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14351
14352 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14353 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14354 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14355
14356 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14357
14358 * international/mule-diag.el (mule-diag): Insert a newline after
14359 each fontset description.
14360
14361 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14362
14363 * simple.el (delete-trailing-whitespace):
14364 Document last change; simplify.
14365
14366 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14367
14368 * simple.el (delete-trailing-whitespace): Also delete
14369 extra newlines at the end of the buffer.
14370
14371 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14372 (picture-newline): Use forward-line so as to ignore fields.
14373
14374 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14375
14376 * subr.el (with-wrapper-hook): Fix edebug spec.
14377
14378 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14379
14380 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14381 (bug#4538).
14382
14383 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14384
14385 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14386 Fix nasty bug using wrong cached values.
14387
14388 2011-09-23 Alan Mackenzie <acm@muc.de>
14389
14390 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14391
14392 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14393
14394 * window.el (pop-to-buffer): Ensure right window is selected if we
14395 chose another frame.
14396
14397 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14398
14399 * simple.el (what-cursor-position): Use get-char-property-change
14400 and next-single-char-property-change, to be able to show display
14401 properties that come from overlays as well as text properties.
14402
14403 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14404
14405 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14406
14407 * cmuscheme.el (run-scheme, switch-to-scheme):
14408 * cus-edit.el (customize-group, custom-buffer-create)
14409 (customize-browse):
14410 * info.el (info):
14411 * shell.el (shell):
14412 * mail/sendmail.el (mail):
14413 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14414
14415 2011-09-22 Richard Stallman <rms@gnu.org>
14416
14417 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14418 move back only to line beg, don't move back over blank lines.
14419
14420 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14421
14422 * files.el (copy-directory): Set directory attributes only in case
14423 they could be retrieved from the source directory. (Bug#9565)
14424
14425 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14426
14427 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14428 (hs-find-block-beginning, hs-hide-level-recursive):
14429 Ignore strings as well as comments. (Bug#9502)
14430
14431 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14432
14433 * progmodes/sql.el (sql-comint-postgres):
14434 Convert port number to a string. (Bug#9566)
14435
14436 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14437
14438 * window.el (quit-window): Undedicate window when switching to
14439 previous buffer. Reported by Thierry Volpiatto
14440 <thierry.volpiatto@gmail.com>.
14441 (special-display-popup-frame): When popping up a new frame reset
14442 its previous buffers to nil. Simplify code.
14443
14444 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14445
14446 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14447 and process filter, as done also in `shell-command'.
14448
14449 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14450
14451 * window.el (set-window-buffer-start-and-point):
14452 Call set-window-start with NOFORCE argument t.
14453 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14454 (quit-window): Reword doc-string. Handle new format of
14455 quit-restore parameter. Don't delete window if it has a
14456 previous buffer we can show instead of the present one.
14457 (display-buffer-record-window): Rewrite using a new format for
14458 the quit-restore window parameter
14459 (special-display-popup-frame, display-buffer-same-window)
14460 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14461 (display-buffer-pop-up-window, display-buffer-use-some-window):
14462 Adapt symbol passed to display-buffer-record-window.
14463 * help.el (help-window-setup): Handle new format of quit-restore
14464 parameter.
14465
14466 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14467
14468 * faces.el (face-list): Fix docstring (bug#9564).
14469
14470 * window.el (display-buffer--action-function-custom-type):
14471 Don't include internal functions in the Custom interface.
14472
14473 2011-09-20 Juri Linkov <juri@jurta.org>
14474
14475 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14476 (Info-forward-node, Info-backward-node, Info-next-preorder)
14477 (Info-last-preorder): Use it. (Bug#9528)
14478
14479 2011-09-20 Juri Linkov <juri@jurta.org>
14480
14481 * info.el (Info-last-preorder): Visit last menu item only when
14482 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14483
14484 2011-09-20 Julien Danjou <julien@danjou.info>
14485
14486 * password-cache.el (password-cache-remove): Remove entries even if the
14487 value is nil, so that password with a nil value (negative caching) is
14488 possible to invalidate.
14489
14490 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14491
14492 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14493 all whitespace around breakpoint. (Bug#9553)
14494 (f90-find-breakpoint): Only break at whitespace inside a comment.
14495
14496 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * minibuffer.el (completion-file-name-table): Keep track of errors.
14499 (completion-table-with-predicate): Handle the case where pred1 is nil.
14500 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14501
14502 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14505 (debugger-return-value): Signal an error if the debugging context does
14506 not await any return value.
14507
14508 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14509 * image-mode.el (image-toggle-display-text)
14510 (image-toggle-display-image): Stay away from evil `intangible'.
14511
14512 2011-09-19 Leo Liu <sdl.web@gmail.com>
14513
14514 * replace.el (occur-revert-arguments): Make it permanent-local.
14515 (occur-mode): Don't call font-lock-defontify.
14516
14517 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14518
14519 * net/ldap.el (ldap-search-internal): Don't push empty search
14520 result (Bug#9508).
14521
14522 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14525
14526 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14527
14528 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14529 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14530
14531 2011-09-18 Juri Linkov <juri@jurta.org>
14532
14533 * buff-menu.el (Buffer-menu-mode-map):
14534 * dired.el (dired-mode-map):
14535 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14536 (lisp-interaction-mode-map):
14537 * emacs-lisp/package.el (package-menu-mode-map):
14538 * epa.el (epa-key-list-mode-map):
14539 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14540 (menu-bar-options-menu):
14541 * outline.el (outline-mode-menu-bar-map):
14542 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14543 * vc/vc-dir.el (vc-dir-menu-map):
14544 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14545 Capitalize non-function content words in menu item strings.
14546
14547 * dired.el (dired-mode-map): Add menu item for
14548 `image-dired-dired-toggle-marked-thumbs'.
14549
14550 2011-09-18 Juri Linkov <juri@jurta.org>
14551
14552 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14553 to `isearch-case-fold-search' and restore its original value
14554 after the `isearch-mode' call.
14555
14556 2011-09-18 Juri Linkov <juri@jurta.org>
14557
14558 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14559 because `zgrep' returns 1 for successful matches (bug#9226).
14560
14561 2011-09-18 Juri Linkov <juri@jurta.org>
14562
14563 * info.el (Info-extract-menu-node-name): Check the second match
14564 for empty string (second test-case of bug#9528).
14565 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14566 intermediate nodes to the history (first test-case of bug#9528).
14567
14568 2011-09-18 Juri Linkov <juri@jurta.org>
14569
14570 * info.el (Info-mode-syntax-table): New variable.
14571 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14572
14573 2011-09-18 Juri Linkov <juri@jurta.org>
14574
14575 * info.el (Info-file-supports-index-cookies):
14576 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14577 outputs one more line for long file names (bug#4142).
14578
14579 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14580
14581 * newcomment.el (comment-normalize-vars): If prompting for
14582 comment-start, set comment-start-skip too (Bug#8424).
14583
14584 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14585
14586 * icomplete.el: Fix previous fix of Bug#5849.
14587 (icomplete-mode): Don't set completion-show-inline-help.
14588 (icomplete-minibuffer-setup): Set completion-show-inline-help
14589 locally during icompletion.
14590
14591 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14592
14593 * woman.el (woman2-process-escapes): Don't delete unrecognized
14594 escapes (Bug#7843).
14595
14596 * files.el (inhibit-first-line-modes-regexps): Add image files.
14597 (hack-local-variables-prop-line): Return nil for malformed
14598 prop-lines (Bug#9044).
14599
14600 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14601
14602 * net/tramp.el (top): Don't require 'shell.
14603 (tramp-methods): Fix docstring.
14604 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14605 Return complete remote file name. Handle "smb" case.
14606 Use `tramp-tmpdir', if defined for the respective method.
14607 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14608
14609 * net/tramp-compat.el (top): Require 'shell.
14610
14611 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14612 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14613 `tramp-current-host'.
14614 (tramp-get-remote-tmpdir): Remove.
14615
14616 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14617 `tramp-tmpdir' entries.
14618 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14619 (tramp-smb-handle-file-attributes): Ignore errors.
14620 (tramp-smb-wait-for-output): Check also for process end.
14621
14622 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14623
14624 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14625 when sending QUIT (bug#9312).
14626
14627 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14628
14629 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14630 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14631 occur-mode-display-occurrence.
14632 (occur-edit-mode): Add usage message.
14633 (occur-cease-edit): New command.
14634 (occur-after-change-function): Use text properties to find the
14635 position of the prefix text.
14636 (occur-engine): Set stickiness of prefix text properties.
14637
14638 2011-09-17 Glenn Morris <rgm@gnu.org>
14639
14640 * progmodes/etags.el (complete-tag):
14641 Fix call to completion-in-region. (Bug#9526)
14642
14643 2011-09-17 Juri Linkov <juri@jurta.org>
14644
14645 * textmodes/ispell.el (ispell-word): Add to the error message
14646 the word, ispell program name and current dictionary (bug#9121).
14647 (ispell-tex-arg-end): Capitalize "error" in the error message.
14648
14649 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14650
14651 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14652 check. (Bug#4251)
14653
14654 2011-09-17 Juri Linkov <juri@jurta.org>
14655
14656 * window.el (window-safe-min-height, window-safe-min-width):
14657 Fix typos (followup to bug#9522).
14658
14659 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14660
14661 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14662
14663 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14664
14665 * simple.el (line-move): If goal-column is set, move by logical
14666 lines, not by display lines. (Bug#971)
14667 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14668 to reflect the above change.
14669
14670 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14671
14672 * image.el (imagemagick-register-types): Use regexp-opt.
14673
14674 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14675
14676 * window.el (display-buffer-base-action): Rename from
14677 display-buffer-default-action. Make default value empty.
14678 (display-buffer-overriding-action): Convert to defvar.
14679 (display-buffer-fallback-action): New var.
14680
14681 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14682
14683 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14684 declaration.
14685 (package--add-to-archive-contents): If there is a duplicate entry
14686 with an older version, remove it.
14687 (package-menu-mark-delete, package-menu-mark-install)
14688 (package-menu-mark-unmark): Make unused args optional.
14689 (package-menu-mark-obsolete-for-deletion):
14690 Use package-menu-get-status instead of a regexp search.
14691 (package-menu-get-status): Use tabulated-list-entry.
14692 (package-menu-mark-upgrades): New command.
14693 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14694 (package-menu-execute): Do installation before deletion.
14695 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14696 instead of checking major-mode.
14697 (package-menu--find-upgrades): New function.
14698
14699 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14700
14701 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14702 passwords in the log buffer.
14703 (smtpmail-process-filter): Update the process marker so that the
14704 "broken by peer" status message is inserted in the right place.
14705
14706 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14709 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14710 bibtex-completion-at-point-function.
14711 (bibtex-completion-at-point-function): Use them.
14712
14713 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14714
14715 * mpc.el (mpc-constraints-tag-lookup): New function.
14716 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14717 also to browser "album|playlist".
14718
14719 2011-09-14 Juri Linkov <juri@jurta.org>
14720
14721 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14722 (isearch-edit-string): Use length of `isearch-string' when
14723 `isearch-fail-pos' returns nil.
14724 (isearch-message): Remove duplicate code and call
14725 `isearch-fail-pos' with arg `t'.
14726
14727 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14728
14729 * replace.el (occur-mode-goto-occurrence): Don't force using other
14730 window (Bug#9499).
14731
14732 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14733
14734 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14735
14736 * window.el (display-buffer-window): Remove.
14737 (display-buffer-record-window): Use help-setup window parameter
14738 instead of variable display-buffer-window.
14739 (display-buffer-function, special-display-buffer-names)
14740 (special-display-function): Mention help-setup parameter instead
14741 of display-buffer-window in doc-string.
14742 * help.el (help-window-setup): New argument help-window.
14743 Use help-window-setup parameter instead of display-buffer-window.
14744 Reword some messages.
14745 (with-help-window): Pass window used for displaying the buffer
14746 to help-window-setup. Don't set display-buffer-window.
14747
14748 2011-09-13 Glenn Morris <rgm@gnu.org>
14749
14750 * emacs-lisp/debug.el (debugger-make-xrefs):
14751 Preserve point. (Bug#9462)
14752
14753 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14754
14755 * window.el (window-deletable-p): Use next-frame.
14756
14757 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14758
14759 * window.el (window-auto-delete): Remove.
14760 (window-deletable-p): Remove argument FORCE. Don't deal with
14761 dedication and previous buffers.
14762 (switch-to-prev-buffer): Don't delete window.
14763 (delete-windows-on): Delete a window's frame if and only if the
14764 window is dedicated.
14765 (replace-buffer-in-windows): Delete buffer's window or frame if
14766 and only if window is dedicated.
14767 (quit-window): Handle quit-restore as before last change.
14768 (bury-buffer): Delete window only if window-deletable-p returns t.
14769
14770 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14771
14772 * window.el (window-deletable-p): Never delete the last frame on a
14773 given terminal.
14774
14775 2011-09-13 Glenn Morris <rgm@gnu.org>
14776
14777 * help.el (describe-key-briefly): Copy previous standard-output change.
14778
14779 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14780
14781 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14782
14783 2011-09-13 Glenn Morris <rgm@gnu.org>
14784
14785 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14786 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14787
14788 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14789
14790 * dired-aux.el (dired-mark-read-string): Don't return default
14791 value on empty input (Bug#9361).
14792 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14793 Omit initial minibuffer contents.
14794 (dired-do-chmod): Signal an error on empty input.
14795 (dired-mark-read-string): Don't return default on empty input.
14796
14797 * files.el (file-modes-symbolic-to-number): Doc fix.
14798
14799 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14800
14801 * international/mule-cmds.el (ucs-completions): Remove.
14802 (read-char-by-name): Use complete-with-action instead; add metadata.
14803
14804 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14805
14806 * window.el (display-buffer--action-function-custom-type)
14807 (display-buffer--action-custom-type): New vars.
14808 (display-buffer-alist, display-buffer-default-action)
14809 (display-buffer-overriding-action): Add defcustom types.
14810
14811 * frame.el (delete-other-frames): Doc fix (Bug#276).
14812
14813 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14814
14815 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14816
14817 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14818
14819 Change modes that used same-window-* vars to use switch-to-buffer.
14820
14821 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14822 Use switch-to-buffer.
14823
14824 * cus-edit.el (customize-group, custom-buffer-create)
14825 (customize-browse, custom-buffer-create-other-window):
14826 Use switch-to-buffer or switch-to-buffer-other-window.
14827
14828 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14829 (Info-prev, Info-up, Info-speedbar-goto-node)
14830 (info-display-manual): Use switch-to-buffer.
14831 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14832
14833 * mail/sendmail.el (mail): Use switch-to-buffer.
14834 (mail-recover): Use switch-to-buffer-other-window.
14835
14836 * cmuscheme.el (run-scheme, switch-to-scheme):
14837 * ielm.el (ielm):
14838 * shell.el (shell):
14839 * net/rlogin.el (rlogin):
14840 * net/telnet.el (telnet, rsh):
14841 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14842
14843 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14844
14845 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14846
14847 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14848
14849 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14850 so don't mention it (bug#9301).
14851 (dired-sort-toggle-or-edit): Clarify string further.
14852
14853 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14854 match `x', `w32' and `ns', like the manual says (bug#9029).
14855
14856 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14857 (process-kill-buffer-query-function): Mention the buffer name in
14858 the query.
14859
14860 * image-mode.el (image-next-line): The line parameter is mandatory
14861 (bug#9258).
14862
14863 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14864 which can be useful (bug#9301).
14865
14866 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14867
14868 * subr.el (match-string): Mention that the current buffer should
14869 be the same as the search was done in (bug#9282).
14870
14871 * facemenu.el: Disable the remove-* commands if the mark isn't
14872 active (bug#9162).
14873
14874 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14875
14876 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14877 of display-buffer.
14878 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14879
14880 * replace.el (occur-mode-goto-occurrence)
14881 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14882 and display-buffer.
14883
14884 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14885 display-buffer.
14886
14887 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14888 special-display and same-window variables.
14889 (mail-other-window): Use switch-to-buffer-other-window.
14890 (mail-other-frame): USe switch-to-buffer-other-frame.
14891
14892 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14893 Use display-buffer-other-frame.
14894 (gdb-display-gdb-buffer): Use pop-to-buffer.
14895
14896 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14897
14898 * progmodes/python.el: Don't set same-window-buffer-names.
14899
14900 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14901
14902 * window.el (display-buffer-alist): Add *Python*.
14903
14904 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14905
14906 * window.el (display-buffer-alist): Add entry for buffers
14907 previously handled same-window-*.
14908 (display-buffer-alist, display-buffer-default-action)
14909 (display-buffer-overriding-action): Mark as risky.
14910 (display-buffer-alist): Document action function changes.
14911 (display-buffer--same-window-action)
14912 (display-buffer--other-frame-action): New variables.
14913 (switch-to-buffer, display-buffer-other-frame): Use them.
14914 (display-buffer): Rename reuse-frame entry to reusable-frames.
14915 (display-buffer-reuse-selected-window): Function deleted.
14916 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14917 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14918 (display-buffer-special): New function.
14919 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14920 display-buffer-reuse-or-pop-window. Split off special-display
14921 part into display-buffer-special.
14922 (display-buffer-use-some-window): Don't perform any special
14923 pop-up-frames handling.
14924 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14925 (display-buffer--maybe-same-window): Rename from
14926 display-buffer-maybe-same-window.
14927
14928 * info.el: Don't set same-window-regexps.
14929 (info-setup): New function.
14930 (info-other-window, info): Call it.
14931
14932 * cus-edit.el: Don't set same-window-regexps.
14933 (customize-group): New argument.
14934 (customize-group-other-window): Use it.
14935 (customize-face, customize-face-other-window): Likewise.
14936 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14937
14938 * net/rlogin.el:
14939 * net/telnet.el:
14940 * progmodes/gud.el: Don't set same-window-regexps.
14941
14942 * cmuscheme.el:
14943 * ielm.el:
14944 * shell.el:
14945 * mail/sendmail.el:
14946 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14947
14948 2011-09-10 Juri Linkov <juri@jurta.org>
14949
14950 * isearch.el (isearch-edit-string): Remove obsolete mention of
14951 `C-w' (`isearch-yank-word-or-char') from docstring.
14952 (isearch-query-replace): Fix typo in docstring (bug#9466).
14953
14954 2011-09-10 Juri Linkov <juri@jurta.org>
14955
14956 * paren.el (show-paren-function): Don't show escaped parens.
14957 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14958
14959 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14960
14961 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14962 (mm-default-file-encoding): Remove autoload forms, they are
14963 replaced with autoload cookies in mml.el and mm-encode.el.
14964 (mail-add-attachment): New command.
14965 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14966 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14967 the doc string.
14968 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14969
14970 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14971
14972 * simple.el (count-words-region): Use buffer if there's no region
14973 (bug#9429).
14974
14975 2011-09-09 Juri Linkov <juri@jurta.org>
14976
14977 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14978 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14979 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14980
14981 2011-09-09 Alan Mackenzie <acm@muc.de>
14982
14983 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14984 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14985
14986 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14987
14988 Fix for Savannah bug#9392.
14989 * simple.el (mail-encode-mml): New defvar.
14990
14991 * mail/rmail.el (mail-encode-mml): Add a defvar.
14992 (rmail-enable-mime-composing): Default to t.
14993 (rmail-forward): Use MIME method of forwarding only if both
14994 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14995 Set mail-encode-mml non-nil if the MIME method was used.
14996
14997 * mail/sendmail.el (mml-to-mime): Add autoload form.
14998 (mail-encode-mml): Add a defvar.
14999 (mail-mode): Make mail-encode-mml buffer-local and initialize it
15000 to nil.
15001 (mail-send): If mail-encode-mml is non-nil, run the outgoing
15002 message through mml-to-mime, and reset mail-encode-mml to nil.
15003
15004 2011-09-09 Glenn Morris <rgm@gnu.org>
15005
15006 * woman.el (woman-if-body): When processing an .el block,
15007 do not delete the next .el block as well. (Bug#9447)
15008 (woman-special-characters): Add oq, cq, and hy characters.
15009
15010 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15011
15012 * window.el (window-deletable-p): Make sure window is live before
15013 invoking window-prev-buffers.
15014
15015 2011-09-08 Leo Liu <sdl.web@gmail.com>
15016
15017 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
15018
15019 2011-09-08 Juri Linkov <juri@jurta.org>
15020
15021 * progmodes/compile.el (compilation-environment): Make it
15022 a defcustom (bug#8340).
15023
15024 2011-09-08 Martin Rudalics <rudalics@gmx.at>
15025
15026 * window.el (frame-auto-delete): Rename to window-auto-delete.
15027 Make it control auto-deletion of windows and/or frames.
15028 (window-deletable-p): New argument FORCE. Rewrite conditions
15029 for deleting window/frame. (Bug#9419)
15030 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
15031 Rewrite handling of case when window/frame can be deleted.
15032 (delete-windows-on): Call window-deletable-p with new FORCE
15033 argument t. (Bug#9456)
15034
15035 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
15036
15037 * help-mode.el (help-mode): Restore autoload.
15038
15039 2011-09-07 Juri Linkov <juri@jurta.org>
15040
15041 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15042 `compilation-environment'. Set buffer-local
15043 `compilation-environment' to `thisenv' later after (funcall mode).
15044 (Bug#8340)
15045
15046 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
15047 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15048 instead of replacing its value. (Bug#8340)
15049
15050 2011-09-07 Juri Linkov <juri@jurta.org>
15051
15052 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15053 based on text properties put by `grep-filter' instead of matching
15054 escape sequences.
15055 (grep-mode): Set buffer-local `compilation-error-screen-columns'
15056 to the value of `grep-error-screen-columns' (bug#9438).
15057
15058 2011-09-07 Juri Linkov <juri@jurta.org>
15059
15060 * simple.el (next-error-highlight, next-error-highlight-no-select):
15061 Doc fix (bug#9432).
15062
15063 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
15064
15065 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15066 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
15067
15068 2011-09-07 Leo Liu <sdl.web@gmail.com>
15069
15070 * net/rcirc.el (rcirc-mode): Conditionally initialize
15071 rcirc-input-ring.
15072
15073 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15074
15075 * emacs-lisp/find-func.el (find-function-C-source): Only set
15076 find-function-C-source-directory after checking that we found a source
15077 file there (bug#9440).
15078
15079 2011-09-06 Alan Mackenzie <acm@muc.de>
15080
15081 * isearch.el (isearch-other-meta-char): Wherever a key list is
15082 unread, "unread" the prefix arg, too. This fixes bug #8901.
15083
15084 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
15085
15086 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15087
15088 2011-09-05 Juri Linkov <juri@jurta.org>
15089
15090 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15091
15092 2011-09-05 Juri Linkov <juri@jurta.org>
15093
15094 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15095 keeping point where processing of grep matches begins, and
15096 continue to delete remaining escape sequences from the same point.
15097 (grep-filter): Make leading zero optional in "0?1;31m" because
15098 git-grep emits "\033[1;31m" escape sequences unlike expected
15099 "\033[01;31m" as GNU Grep does (bug#9408).
15100 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15101
15102 2011-09-05 Juri Linkov <juri@jurta.org>
15103
15104 * subr.el (y-or-n-p): Capitalize "yes".
15105
15106 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
15107
15108 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
15109 `tramp-cache-unload-hook' where appropriate.
15110 (tramp-methods): Rename `tramp-remote-sh' to
15111 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
15112 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
15113
15114 * net/tramp-sh.el (top): Don't require 'shell.
15115 (tramp-methods): Add `tramp-remote-shell' and
15116 `tramp-remote-shell-args' entries.
15117 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
15118 (tramp-sh-handle-shell-command): Remove.
15119 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15120 Use `tramp-remote-shell'.
15121
15122 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
15123
15124 * mail/sendmail.el (sendmail-query-once-function): Delete.
15125 (sendmail-query-once): Save directly to send-mail-function.
15126 Update message-send-mail-function too.
15127
15128 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
15129
15130 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15131
15132 * progmodes/python.el (python-mode-map): Use correct function to
15133 start python interpreter from menu-bar (as reported by Geert
15134 Kloosterman).
15135 (inferior-python-mode-map): Fix typo.
15136 (python-shell-map): Remove.
15137
15138 2011-09-03 Deniz Dogan <deniz@dogan.se>
15139
15140 * net/rcirc.el (rcirc-print): Simplify code for
15141 rcirc-scroll-show-maximum-output. There is no need to walk
15142 through all windows to find the right one.
15143
15144 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15145
15146 * help.el (help-return-method): Doc fix.
15147
15148 2011-09-03 Martin Rudalics <rudalics@gmx.at>
15149
15150 * window.el (window-deletable-p): Don't return a non-nil value
15151 when there's a buffer that was shown in the window before.
15152 (Bug#9419)
15153 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15154 Set window's previous buffers to nil.
15155
15156 2011-09-03 Eli Zaretskii <eliz@gnu.org>
15157
15158 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
15159 newline before and after the tag line, so it doesn't interfere
15160 with determining the paragraph direction of bidirectional text.
15161
15162 2011-09-03 Leo Liu <sdl.web@gmail.com>
15163
15164 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
15165
15166 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15167
15168 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
15169 (pop-to-buffer): Change interactive spec. Pass second argument
15170 directly to display-buffer.
15171 (display-buffer): Fix interactive spec. Use functionp to
15172 distinguish between a function and a list of functions.
15173
15174 * abbrev.el (edit-abbrevs):
15175 * arc-mode.el (archive-extract):
15176 * autoinsert.el (auto-insert):
15177 * bookmark.el (bookmark-bmenu-list):
15178 * files.el (find-file):
15179 * view.el (view-buffer):
15180 * progmodes/compile.el (compilation-goto-locus):
15181 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15182
15183 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15184
15185 * window.el (display-buffer-alist): Doc fix.
15186 (display-buffer): Add docstring. Don't treat
15187 display-buffer-default specially.
15188 (display-buffer-reuse-selected-window)
15189 (display-buffer-same-window, display-buffer-maybe-same-window)
15190 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15191 (display-buffer-pop-up-window)
15192 (display-buffer-reuse-or-pop-window)
15193 (display-buffer-use-some-window): New functions.
15194 (display-buffer-default-action): Use them.
15195 (display-buffer-default): Delete.
15196 (pop-to-buffer-1): Fix choice of actions.
15197
15198 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15199
15200 * minibuffer.el (completion--insert-strings): Don't get confused by
15201 completion entries that end with an LF char.
15202
15203 2011-09-01 Eli Zaretskii <eliz@gnu.org>
15204
15205 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15206
15207 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
15208
15209 * window.el (display-buffer): Restore interactive spec.
15210 (display-buffer-same-window, display-buffer-other-window):
15211 New functions.
15212 (pop-to-buffer-1): New function. Use the above.
15213 (pop-to-buffer, pop-to-buffer-same-window): Use it.
15214 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15215
15216 * view.el (view-buffer-other-window, view-buffer-other-frame):
15217 Just use pop-to-buffer.
15218
15219 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15220
15221 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15222
15223 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15224
15225 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15226
15227 2011-08-31 Richard Stallman <rms@gnu.org>
15228
15229 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15230 of the separation of rmail-view-buffer from rmail-buffer.
15231 If you say no to "replace original", the decrypt is in the
15232 view buffer. If you say yes, the decrypt goes into the
15233 rmail buffer also.
15234
15235 2011-08-31 Martin Rudalics <rudalics@gmx.at>
15236
15237 * window.el (display-buffer-window): Rewrite doc-string.
15238 (display-buffer-record-window): New function.
15239 (display-buffer-macro-specifiers)
15240 (display-buffer-even-window-sizes, display-buffer-set-height)
15241 (display-buffer-set-width, display-buffer-in-window)
15242 (display-buffer-reuse-window, display-buffer-split-specifiers)
15243 (display-buffer-side-specifiers, display-buffer-split-window-1)
15244 (display-buffer-split-window, display-buffer-split-atom-window)
15245 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15246 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15247 (display-buffer-other-window-means-other-frame)
15248 (display-buffer-normalize-special)
15249 (display-buffer-normalize-default)
15250 (display-buffer-normalize-argument)
15251 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15252 (display-buffer-normalize-specifiers, display-buffer-frame)
15253 (display-buffer-same-window, display-buffer-same-frame)
15254 (display-buffer-other-window)
15255 (display-buffer-same-frame-other-window)
15256 (display-buffer-other-frame, pop-to-buffer-same-window)
15257 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15258 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15259 (switch-to-buffer-same-frame)
15260 (switch-to-buffer-other-window-same-frame)
15261 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15262 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15263 (display-buffer-alist-set): Remove.
15264 (display-buffer-function, special-display-buffer-names)
15265 (special-display-regexps, special-display-function):
15266 In doc-string refer to display-buffer-window and quit-restore
15267 parameter.
15268 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15269 (special-display-frame-alist, special-display-popup-frame)
15270 (same-window-buffer-names, same-window-regexps, same-window-p)
15271 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15272 (split-window-preferred-function, split-height-threshold)
15273 (split-width-threshold, window-splittable-p)
15274 (split-window-sensibly, window--try-to-split-window)
15275 (window--frame-usable-p, even-window-heights)
15276 (window--even-window-heights, window--display-buffer-1)
15277 (window--display-buffer-2, display-buffer-other-frame):
15278 Restore old Emacs 23 code, order and doc-strings where applicable.
15279 (display-buffer-default, display-buffer-assq-regexp): New functions.
15280 (display-buffer-alist): Rewrite doc-string.
15281 (display-buffer-default-action)
15282 (display-buffer-overriding-action): New variables.
15283 (display-buffer, switch-to-buffer): Rewrite.
15284 (pop-to-buffer): Restore Emacs 23 behavior but use
15285 window-normalize-buffer-to-display.
15286 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15287 Restore Emacs 23 behavior but use
15288 window-normalize-buffer-to-switch-to.
15289 (pop-to-buffer-same-window): Rewrite.
15290 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15291 Rewrite using Emacs 23 options.
15292
15293 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
15294
15295 * net/tramp.el (tramp-root-regexp): Remove.
15296 (tramp-completion-file-name-regexp-unified)
15297 (tramp-completion-file-name-regexp-separate)
15298 (tramp-completion-file-name-regexp-url): Don't use leading volume
15299 letter on w32 systems. (Bug#5303, Bug#9311)
15300 (tramp-drop-volume-letter): Simplify definition.
15301 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15302
15303 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15304
15305 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15306 (bug#9356).
15307
15308 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15309
15310 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15311
15312 2011-08-29 Juri Linkov <juri@jurta.org>
15313
15314 * isearch.el (isearch-done): Don't display message "Mark saved"
15315 when arg `edit' is non-nil to prevent its flicker in the echo area.
15316
15317 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15318
15319 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15320 obsolete packages for deletion.
15321
15322 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15323
15324 * help-mode.el (help-mode-map): Add special-mode-map to parent.
15325 (help-mode): Derive help-mode from special-mode. Don't invoke
15326 view-mode from help-mode.
15327 (help-xref-override-view-map): Remove.
15328 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15329 view-mode is not used anymore.
15330
15331 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15332
15333 * server.el (server-port): Doc fix.
15334
15335 * cus-theme.el (custom-theme-choose-mode): Inherit from
15336 special-mode (Bug#9124).
15337 (custom-theme-choose-mode-map): Add special-mode to parent.
15338
15339 2011-08-28 Alan Mackenzie <acm@muc.de>
15340
15341 * progmodes/cc-fonts.el
15342 (c-make-font-lock-BO-decl-search-function): New function.
15343 (c-basic-matchers-after - "Fontify the clauses after various
15344 keywords"): Extract the three keyword lists for the 3 erroneous
15345 constructs from the list of four, and use the new function above
15346 in place of an old one.
15347
15348 2011-08-28 Deniz Dogan <deniz@dogan.se>
15349
15350 * net/rcirc.el (rcirc-insert-prev-input)
15351 (rcirc-insert-next-input): Remove unused argument.
15352
15353 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15354
15355 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15356
15357 2011-08-27 Alan Mackenzie <acm@muc.de>
15358
15359 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15360 handle function pointer parameters properly.
15361
15362 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15363
15364 * window.el (display-buffer-reuse-window): Fix case where
15365 selected window was reused with non-nil OTHER-WINDOW argument.
15366 (Bug#9381)
15367
15368 2011-08-27 Deniz Dogan <deniz@dogan.se>
15369
15370 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15371 oftc's NickServ messages.
15372
15373 2011-08-27 Glenn Morris <rgm@gnu.org>
15374
15375 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15376
15377 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15378
15379 * emacs-lisp/package.el (package-install): Call package-initialize
15380 if called interactively.
15381
15382 2011-08-26 Leo Liu <sdl.web@gmail.com>
15383
15384 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15385
15386 2011-08-25 Juri Linkov <juri@jurta.org>
15387
15388 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15389 `search-whitespace-regexp' (bug#9364).
15390
15391 2011-08-25 Juri Linkov <juri@jurta.org>
15392
15393 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15394 `regexp-search-ring' to their global values to protect from
15395 updating by `read-from-minibuffer' (bug#9185).
15396
15397 2011-08-25 Juri Linkov <juri@jurta.org>
15398
15399 * textmodes/ispell.el (ispell-command-loop): Add newline
15400 at the end of the "Use option `i'..." line.
15401
15402 2011-08-25 Juri Linkov <juri@jurta.org>
15403
15404 * battery.el (display-battery-mode): If `battery-status-function'
15405 or `battery-mode-line-format' is nil, display the message and set
15406 `display-battery-mode' to nil (bug#9363).
15407
15408 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15409
15410 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15411 bidi-string-mark-left-to-right; they are unnecessary now.
15412
15413 2011-08-25 Deniz Dogan <deniz@dogan.se>
15414
15415 * net/quickurl.el: Documentation typo fixes.
15416
15417 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15418
15419 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15420
15421 2011-08-25 Glenn Morris <rgm@gnu.org>
15422
15423 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15424
15425 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15426 (smtpmail-via-smtp): Handle nil response from smtp.
15427
15428 2011-08-24 Juri Linkov <juri@jurta.org>
15429
15430 * proced.el (proced-marked): Inherit from `error' instead of
15431 `font-lock-warning-face'.
15432
15433 * ibuffer.el (ibuffer-marked-face): Change default face from
15434 `font-lock-warning-face' to `warning'.
15435 (ibuffer-deletion-face): Change default face from
15436 `font-lock-type-face' to `error'.
15437
15438 * battery.el (battery-update): Use the face `error' instead of
15439 `font-lock-warning-face' (bug#6117).
15440
15441 2011-08-24 Juri Linkov <juri@jurta.org>
15442
15443 * faces.el (success): Change face color from "Green3" to
15444 "ForestGreen" on light background (bug#9353).
15445
15446 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15447
15448 * window.el (quit-window): Rename from quit-restore-window.
15449 Use same arglist as old quit-window.
15450 (frame-auto-delete): Doc fix.
15451
15452 * view.el (view-mode-exit): Use quit-window.
15453
15454 2011-08-24 Juri Linkov <juri@jurta.org>
15455
15456 * isearch.el (isearch-ring-adjust1): Start visiting previous
15457 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15458 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15459 for empty search string (when the last search string is reused
15460 automatically) to adjust the isearch ring to the last element and
15461 prepare the correct index for further M-p commands (bug#9185).
15462
15463 2011-08-24 Kenichi Handa <handa@m17n.org>
15464
15465 * international/ucs-normalize.el: If decomposition property of
15466 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15467 nil.
15468 (nfd, nfkd): Likewise.
15469
15470 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15473 from process filters aren't reliably transmitted to the surrounding
15474 accept-process-output.
15475 (mpc-proc-check): New function.
15476 (mpc-proc-sync): Use it (bug#8293)
15477
15478 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15481 Add compatibility functions (bug#9313).
15482
15483 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15484
15485 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15486
15487 * international/uni-bidi.el: Regenerate.
15488
15489 2011-08-23 Kenichi Handa <handa@m17n.org>
15490
15491 * international/charprop.el:
15492 * international/uni-bidi.el:
15493 * international/uni-category.el:
15494 * international/uni-combining.el:
15495 * international/uni-comment.el:
15496 * international/uni-decimal.el:
15497 * international/uni-decomposition.el:
15498 * international/uni-digit.el:
15499 * international/uni-lowercase.el:
15500 * international/uni-mirrored.el:
15501 * international/uni-name.el:
15502 * international/uni-numeric.el:
15503 * international/uni-old-name.el:
15504 * international/uni-titlecase.el:
15505 * international/uni-uppercase.el: Regenerate.
15506
15507 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15508
15509 * help.el (help-window-setup): Fix message displayed when other
15510 window is reused. (Bug#9341)
15511
15512 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15513
15514 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15515 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15516
15517 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15518 Mark obsolete.
15519 * shell.el (shell-parse-pcomplete-arguments): New function.
15520 (shell-completion-vars): Use it instead (bug#9160).
15521
15522 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15523
15524 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15525 strings and comments (bug#9333).
15526
15527 * emacs-lisp/debug.el (debug-arglist): New function.
15528 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15529 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15530
15531 2011-08-22 Juri Linkov <juri@jurta.org>
15532
15533 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15534 Revert regexp that highlights output switches to its old
15535 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15536
15537 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15538 to check for empty output (bug#9226).
15539
15540 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15541
15542 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15543 symbol-constituent as the default, as that stops font-lock from
15544 working properly (Bug#8843).
15545
15546 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15547
15548 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15549 `coding-system-for-*' around the process open call to avoid
15550 auth-source side effects.
15551 (smtpmail-try-auth-methods): Expand the secret password.
15552 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15553 probe hangs.
15554
15555 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15556
15557 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15558
15559 * emacs-lisp/find-func.el (find-function-noselect): New arg
15560 lisp-only.
15561
15562 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15563 signal an error for built-in functions (Bug#6664).
15564
15565 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15566
15567 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15568 (smtpmail-try-auth-methods): Use it.
15569
15570 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15571
15572 * font-lock.el (font-lock-fontify-region)
15573 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15574 (font-lock-default-unfontify-buffer)
15575 (font-lock-default-fontify-region)
15576 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15577
15578 * progmodes/compile.el (compilation-error-properties):
15579 Fix confusion between file struct and message struct (Bug#9319).
15580 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15581 `ant' regexp.
15582
15583 * net/browse-url.el (browse-url-firefox): Don't call
15584 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15585
15586 2011-08-20 Glenn Morris <rgm@gnu.org>
15587
15588 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15589
15590 * tutorial.el (tutorial--default-keys): Update some default bindings.
15591
15592 * files.el (hack-local-variables): Fully ignore case for "mode:".
15593
15594 2011-08-20 Alan Mackenzie <acm@muc.de>
15595
15596 Resolve invalid use of a regexp in regexp-opt.
15597
15598 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15599 detection for a java annotation.
15600
15601 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15602 detection for a java annotation.
15603
15604 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15605 handling for java.
15606 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15607
15608 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15609
15610 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15611 (Bug#9274).
15612
15613 2011-08-20 Alan Mackenzie <acm@muc.de>
15614
15615 Fontify CPP expressions correctly when starting in the middle of
15616 such a construct. Mainly for when jit-lock etc. starts a chunk
15617 here.
15618
15619 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15620 variable.
15621 (c-make-font-lock-search-form): New function, extracted from
15622 c-make-font-lock-search-function.
15623 (c-make-font-lock-search-function): Use the above function.
15624 (c-make-font-lock-context-search-function): New function.
15625 (c-cpp-matchers): Enhance the preprocessor expression case with
15626 the above function
15627 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15628 which takes an expression.
15629
15630 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15631
15632 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15633
15634 * window.el (display-buffer-reuse-window)
15635 (display-buffer-pop-up-window): Don't reuse or split a side
15636 window.
15637
15638 2011-08-19 Glenn Morris <rgm@gnu.org>
15639
15640 * files.el (hack-local-variables-prop-line, hack-local-variables):
15641 Downcase "Mode:". (Bug#9331)
15642
15643 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15644
15645 * international/characters.el: Add L and R categories.
15646
15647 * subr.el (bidi-string-mark-left-to-right): Rename from
15648 string-mark-left-to-right. Use category search.
15649
15650 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15651
15652 2011-08-18 Juri Linkov <juri@jurta.org>
15653
15654 * faces.el (error, warning, success): New faces with definitions
15655 copied from old default values of `font-lock-warning-face',
15656 `compilation-warning', `compilation-info' (bug#6117).
15657
15658 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15659
15660 * progmodes/compile.el (compilation-error): Inherit from `error'.
15661 (compilation-warning): Inherit from `warning'.
15662 (compilation-info): Inherit from `success'.
15663
15664 * dired.el (dired-marked): Inherit from `warning'.
15665 (dired-flagged): Inherit from `error'.
15666
15667 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15668
15669 * mail/smtpmail.el (auth-source): Require to avoid problems with
15670 binding variables (bug#9298). Also clean up some unused
15671 autoloads.
15672
15673 * net/network-stream.el (network-stream-open-starttls):
15674 Support using starttls.el without using gnutls-cli.
15675
15676 2011-08-17 Juri Linkov <juri@jurta.org>
15677
15678 * progmodes/grep.el (rgrep): Handle the case when
15679 `grep-find-command' is a cons cell (bug#9278).
15680
15681 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15682
15683 * window.el (display-buffer-pop-up-frame): Run frame creation
15684 function with BUFFER current (as special-display-popup-frame
15685 does). Reported by Drew Adams.
15686
15687 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15688
15689 * epa-mail.el: Simplify GnuPG group expansion using
15690 epg-expand-group.
15691 (epa-mail-group-alist, epa-mail-group-modtime)
15692 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15693 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15694 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15695 Remove.
15696
15697 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15698
15699 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15700
15701 2011-08-16 Alan Mackenzie <acm@muc.de>
15702
15703 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15704 Correct, to avoid the inside of macros.
15705
15706 2011-08-16 Richard Stallman <rms@gnu.org>
15707
15708 * epa-mail.el: Handle GnuPG group definitions.
15709 (epa-mail-group-alist, epa-mail-group-modtime)
15710 (epa-mail-gnupg-conf-file): New variables.
15711 (epa-mail-parse-groups, epa-mail-sync-groups)
15712 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15713 (epa-mail-expand-recipients): New functions.
15714 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15715
15716 * mail/rmail.el (rmail-epa-decrypt): New command.
15717
15718 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15719 Don't bind buffer-read-only, just inhibit-read-only.
15720 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15721 (epa-decrypt-armor-in-region): Make error message clearer.
15722
15723 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15726 and "a2b" to "ab" for `prefix'.
15727
15728 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15729
15730 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15731 filter groups.
15732 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15733 Fourquet (Bug#8804).
15734
15735 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15736
15737 * startup.el (argi): Declare as global variable (bug#9275).
15738
15739 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15740
15741 * subr.el (string-mark-left-to-right): Search the entire string
15742 for RTL script, not just the terminating character. Doc fix.
15743
15744 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15745
15746 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15747 New function.
15748 (js--regexp-literal, js-syntax-propertize-function): Remove.
15749 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15750 (js-mode-map): Don't rebind electric keys.
15751 (js-insert-and-indent): Remove.
15752 (js-mode): Setup electric-layout and electric-indent instead.
15753
15754 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15755
15756 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15757
15758 * epa.el (epa-progress-callback-function): Fix the logic of
15759 displaying progress.
15760 * epa-file.el (epa-file-insert-file-contents): Make progress
15761 display more user-friendly.
15762 (epa-file-write-region): Ditto.
15763
15764 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15765
15766 * subr.el (string-mark-left-to-right): New function.
15767
15768 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15769 Use string-mark-left-to-right.
15770 (list-buffers-noselect): Caller changed.
15771
15772 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15773 Use string-mark-left-to-right.
15774 (tabulated-list-print): Recenter after moving point.
15775
15776 2011-08-10 Juri Linkov <juri@jurta.org>
15777
15778 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15779 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15780 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15781
15782 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15783
15784 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15785 (Bug#7554).
15786
15787 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15788
15789 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15790 character. (Bug#6594)
15791
15792 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15793
15794 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15795 (image-dired--with-db-file): New macro.
15796 (image-dired-write-tags, image-dired-remove-tag)
15797 (image-dired-create-gallery-lists, image-dired-write-comments)
15798 (image-dired-get-comment, image-dired-mark-tagged-files)
15799 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15800 (image-dired-gallery-generate): Use insert-file-contents.
15801
15802 * time.el (display-time-world-list, display-time-world-display):
15803 * time-stamp.el (time-stamp-string):
15804 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15805 set-time-zone-rule (Bug#7337).
15806
15807 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15808
15809 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15810 (epg-error-to-string, epg-errors-to-string): New function.
15811 (epg-wait-for-completion): Reverse errors list.
15812 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15813 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15814 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15815 (epg-sign-keys, epg-generate-key-from-file)
15816 (epg-generate-key-from-string): Format errors by using
15817 epg-errors-to-string (bug#9255).
15818 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15819
15820 2011-08-07 Juri Linkov <juri@jurta.org>
15821
15822 * faces.el (list-faces-display): Remove extra angle bracket
15823 from `help-mode-map'.
15824
15825 * info.el (Info-history-toc-nodes): Doc fix.
15826
15827 * longlines.el (longlines-mode): Doc fix.
15828
15829 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15830
15831 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15832 of statements and in a few more cases (bug#9183).
15833
15834 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15835 New functions.
15836 (cl-transform-lambda): Use them (bug#9239).
15837
15838 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15839
15840 * window.el (display-buffer-same-window)
15841 (display-buffer-same-frame, display-buffer-other-window)
15842 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15843 (pop-to-buffer-other-window)
15844 (pop-to-buffer-same-frame-other-window)
15845 (pop-to-buffer-other-frame): Make them defuns.
15846 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15847
15848 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15849
15850 * subr.el (make-composed-keymap): Move from C. Change calling
15851 convention, and improve docstring to bring attention to a subtle point.
15852 * minibuffer.el (completing-read-default): Adjust accordingly.
15853
15854 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15855
15856 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15857 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15858
15859 * net/trampver.el: Update release number.
15860
15861 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15862
15863 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15864 "in" (bug#9190).
15865
15866 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15867
15868 * mail/sendmail.el (sendmail-query-once): Restore the current
15869 buffer after querying (bug#9074).
15870
15871 * dired.el (dired-flagged): Use different faces for marked and
15872 flagged files (bug#6117).
15873
15874 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15875 (bug#4433).
15876
15877 * ido.el (ido-mode): Switch off the message if called
15878 non-interactively.
15879
15880 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15881 before 587, since it appears that that's more likely to work for
15882 more people.
15883
15884 * cus-edit.el (custom-file): When running under emacs -q, always
15885 refuse to save the customizations, even if the .emacs file doesn't
15886 exist.
15887
15888 * info.el: Remove the `Info-beginning-of-buffer' function
15889 (bug#8325).
15890
15891 * net/network-stream.el (network-stream-open-starttls):
15892 Use `starttls-available-p' to see whether starttls.el can be used.
15893
15894 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15895
15896 * window.el (display-buffer-in-window): Don't set dedicated status
15897 of window here (Bug#9215).
15898 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15899 (display-buffer-pop-up-side-window)
15900 (display-buffer-in-side-window): Set dedicated status of window here.
15901
15902 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15903
15904 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15905 before binding generated-autoload-file.
15906
15907 2011-08-01 Deniz Dogan <deniz@dogan.se>
15908
15909 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15910
15911 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15912
15913 Sync with Tramp 2.2.2.
15914
15915 * net/trampver.el: Update release number.
15916
15917 2011-07-30 Juri Linkov <juri@jurta.org>
15918
15919 * dired-aux.el (dired-touch-initial): Remove function.
15920 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15921 current time, and `default' to the last modification time of the
15922 current marked file (bug#6887).
15923
15924 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15925
15926 * simple.el (goto-line): Use string-to-number to provide a
15927 numeric argument to read-number (bug#9163).
15928
15929 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15930
15931 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15932 connection process, it could be nil.
15933
15934 2011-07-27 Leo Liu <sdl.web@gmail.com>
15935
15936 Simplify url handling in rcirc-mode.
15937
15938 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15939 (rcirc-browse-url-at-mouse): Remove.
15940 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15941
15942 2011-07-26 Alan Mackenzie <acm@muc.de>
15943
15944 Fontify bitfield declarations properly.
15945
15946 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15947 (c-symbol-chars): Now exported as a lang variable.
15948 (c-not-primitive-type-keywords): New lang variable.
15949
15950 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15951 QT keyword "more" to prevent "more slots: ...." being spuriously
15952 parsed as a bitfield declaration.
15953
15954 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15955 Refactor and enhance to handle bitfield declarations.
15956 (c-punctuation-in): New function.
15957 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15958 declarations properly.
15959
15960 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15961
15962 * calendar/icalendar.el (icalendar--all-events): Take care of
15963 multiple vcalendars in a single file.
15964 (icalendar--convert-float-to-ical): Checkdoc fixes.
15965
15966 2011-07-25 Deniz Dogan <deniz@dogan.se>
15967
15968 * image.el (insert-image): Clarifying docstring.
15969
15970 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15971
15972 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15973 `tramp-send-command-and-check' if there is no error.
15974 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15975
15976 2011-07-22 Alan Mackenzie <acm@muc.de>
15977
15978 Prevent cc-langs.elc being loaded at run time.
15979
15980 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15981 cc-langs.
15982
15983 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15984 "(require 'cc-langs)". Quote a form so it will evaluate at
15985 (cc-mode's) compilation time.
15986
15987 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15988
15989 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15990 loading. (Bug#9114)
15991
15992 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15993
15994 * window.el (display-buffer-pop-up-window)
15995 (display-buffer-pop-up-side-window)
15996 (display-buffer-in-side-window): Call display-buffer-set-height
15997 and display-buffer-set-width after setting the new window's
15998 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15999
16000 2011-07-20 Sam Steingold <sds@gnu.org>
16001
16002 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
16003 (etags-tags-included-tables): Call `convert-standard-filename' on
16004 the file names contained in TAGS so that windows Emacs can handle
16005 TAGS files created by cygwin ctags.
16006
16007 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16008
16009 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
16010 which apparently didn't work.
16011
16012 2011-07-19 Roland Winkler <winkler@gnu.org>
16013
16014 * proced.el (proced-send-signal): For *Marked Processes* buffer
16015 put point at beginning of buffer.
16016
16017 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
16018
16019 * proced.el (proced-format): Make header lines align with the text
16020 (bug#1779).
16021
16022 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16023
16024 * view.el (view-buffer): Allow running in `special' modes if we're
16025 visiting a file (bug#8615).
16026
16027 2011-07-19 Martin Rudalics <rudalics@gmx.at>
16028
16029 * window.el (display-buffer-alist-of-strings-p)
16030 (display-buffer-alist-set-1, display-buffer-alist-set-2):
16031 New functions.
16032 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
16033 more accurately.
16034
16035 2011-07-18 Alan Mackenzie <acm@muc.de>
16036
16037 Fontify declarators properly when, e.g., a jit-lock chunk begins
16038 inside a declaration.
16039
16040 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16041
16042 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16043 New function.
16044 (c-complex-decl-matchers): Insert reference to
16045 c-font-lock-enclosing-decls.
16046
16047 * progmodes/cc-engine.el (c-backward-single-comment):
16048 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16049 to nil around calls to (forward-comment -1).
16050
16051 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16052
16053 * image.el (put-image): Doc typo fix.
16054
16055 * progmodes/etags.el (tags-search): Doc typo fix.
16056
16057 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16058 password if we get errors 550 to 554.
16059
16060 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16061
16062 * net/gnutls.el (gnutls-log-level): Remove.
16063
16064 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16065 indentation character (bug#6380).
16066
16067 * files.el (buffer-offer-save): Made permanently local (bug#6241).
16068
16069 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16070 to clarify what the problem is (bug#4291).
16071
16072 * simple.el (current-kill): Clarify what
16073 `interprogram-paste-function' does (bug#7500).
16074 (auto-fill-mode): Document `auto-fill-function' in relation to
16075 `auto-fill-mode' (bug#2470).
16076
16077 2011-07-16 Lawrence Mitchell <wence@gmx.li>
16078
16079 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16080 method if slot is read-only (bug#9035).
16081
16082 2011-07-16 Martin Rudalics <rudalics@gmx.at>
16083
16084 * frame.el (select-frame-set-input-focus): New argument NORECORD.
16085 * window.el (pop-to-buffer): Select window used even if it was
16086 selected before, see discussion of (Bug#8615), (Bug#6954).
16087 Pass argument NORECORD on to select-frame-set-input-focus.
16088
16089 2011-07-15 Glenn Morris <rgm@gnu.org>
16090
16091 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
16092 Respect help-form.
16093
16094 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16095
16096 * net/gnutls.el (gnutls-min-prime-bits): New variable.
16097 (gnutls-negotiate): Use it.
16098
16099 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16100
16101 * net/gnutls.el (gnutls-negotiate):
16102 Upcase `gnutls-algorithm-priority'.
16103
16104 2011-07-15 Glenn Morris <rgm@gnu.org>
16105
16106 * jka-compr.el (jka-compr-verbose): Move from here...
16107 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
16108 Add missing :version tag.
16109 * info.el: No need to require jka-compr when compiling.
16110
16111 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16112
16113 * net/gnutls.el (gnutls-algorithm-priority): New variable.
16114 (gnutls-negotiate): Use it.
16115
16116 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
16117
16118 * info.el (Info-beginning-of-buffer): New command.
16119 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
16120 announcing `b' as the key (bug#8325).
16121 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
16122
16123 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
16124
16125 * international/mule-cmds.el
16126 (describe-specified-language-support): Make the error message
16127 clearer (bug#8905).
16128
16129 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
16130
16131 * isearch.el (isearch-barrier): Add a doc string, since it's
16132 mentioned in a function doc string (bug#8678).
16133
16134 2011-07-15 Martin Rudalics <rudalics@gmx.at>
16135
16136 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
16137 buffer argument (Bug#9083) and self-identifying label argument.
16138
16139 2011-07-15 Glenn Morris <rgm@gnu.org>
16140
16141 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
16142
16143 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16144
16145 * man.el (Man-fontify-manpage): Fix message when formatting the
16146 man page (bug#7929).
16147
16148 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16149
16150 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
16151 argument LRM; if non-nil, append an invisible LRM character to the
16152 buffer name.
16153 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
16154 last argument non-nil, when formatting buffer names.
16155 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
16156 paragraph direction.
16157
16158 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16159
16160 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
16161 the man page name (bug#7929).
16162
16163 * image.el (put-image): Mention the `put-image' overlay property
16164 (bug#7834).
16165
16166 * scroll-bar.el (set-scroll-bar-mode): Mention that
16167 `scroll-bar-mode' lists the values (bug#7772).
16168
16169 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16170 command (bug#7729).
16171
16172 * rect.el (apply-on-rectangle): Return the point after the last
16173 operation.
16174 (string-rectangle): Go to the point after the last operation
16175 (bug#7522).
16176
16177 * printing.el (pr-toggle-region): Clarify the documentation
16178 slightly (bug#7493).
16179
16180 * time.el (display-time-update):
16181 Allow `display-time-mail-function' to return nil (bug#7158).
16182 Fix suggested by Detlev Zundel.
16183
16184 * vc/diff.el (diff): Clarify the order the file names are read
16185 (bug#7111).
16186
16187 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16188 the doc string (bug#7015).
16189
16190 * font-lock.el (font-lock-maximum-decoration): Mention what
16191 numeric levels mean (bug#6935).
16192
16193 * startup.el (initial-buffer-choice): Don't mention the `none'
16194 selection, which is against policy.
16195
16196 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16197
16198 * window.el (display-buffer-normalize-special):
16199 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16200
16201 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16202
16203 * subr.el (version<, version<=, version=): Mention "-CVS" and
16204 "-12345" alpha version numbers.
16205
16206 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16207
16208 * bindings.el: Add advertised binding for set-mark-command
16209 (Bug#5772).
16210
16211 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16212
16213 * bindings.el (mode-line-other-buffer):
16214 * bookmark.el (bookmark-bmenu-2-window):
16215 * bs.el (bs-cycle-next, bs-cycle-previous):
16216 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16217 switch-to-buffer.
16218
16219 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16220 Delete.
16221
16222 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
16223
16224 * follow.el (follow-debug-message, follow-redisplay):
16225 * jka-cmpr-hook.el (with-auto-compression-mode):
16226 Fix typos in docstrings.
16227
16228 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16229
16230 * subr.el (with-silent-modifications): Clarify somewhat what the
16231 macro inhibits (bug#6525).
16232
16233 * simple.el (eval-expression): Note what it does if called
16234 interactively (bug#6495).
16235
16236 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16237
16238 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16239 Use pop-to-buffer buffer-or-name if it is nil.
16240
16241 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16242 Remove switch-to-buffer.
16243
16244 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16245
16246 * files.el (make-directory): Clarify that an error will be raised
16247 if there's an error (bug#6397).
16248
16249 * startup.el (initial-buffer-choice): Add `none' as a choice
16250 (bug#6234).
16251
16252 * subr.el (add-hook): Clarify section about buffer-local hooks
16253 (bug#6218).
16254
16255 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16256
16257 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16258
16259 * tabify.el (untabify): Preserve the current column so that point
16260 doesn't move (bug#6032).
16261
16262 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16263
16264 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16265 Rewrite to avoid awkward possessive "s" (bug#5986).
16266
16267 2011-07-13 Glenn Morris <rgm@gnu.org>
16268
16269 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16270 (dired-insert-directory): Give a message the first time
16271 if ls is found not to support --dired.
16272
16273 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16274
16275 * simple.el (toggle-truncate-lines): Clarify what is toggled
16276 (bug#5580). Text by Drew Adams.
16277
16278 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16279
16280 * simple.el (blink-matching-open): Make the error message from the
16281 last change less verbose.
16282
16283 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16284
16285 * font-lock.el (font-lock-comment-face): Use the high contrast
16286 "yellow" color for font-lock-comment-face on low color terminals
16287 using a dark background color (bug#4221).
16288
16289 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16290
16291 * dired.el (dired-insert-set-properties): Make the doc string
16292 reflect what it does now (bug#5325).
16293
16294 * simple.el (blink-matching-open): Say that we were unable to find
16295 the match within the limit, if we're limited (bug#5122).
16296
16297 * international/mule-cmds.el (prefer-coding-system): Add an
16298 example (bug#4869).
16299
16300 * progmodes/etags.el (tags-search): Document `file-list-form'
16301 (bug#4731).
16302
16303 2011-07-13 Lawrence Mitchell <wence@gmx.li>
16304
16305 * net/browse-url.el (browse-url-default-browser)
16306 (browse-url-browser-function): Make the default browser choice a
16307 bit more logical (bug#4300). Also clean up the doc string.
16308
16309 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16310
16311 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16312 binary endings (bug#4440).
16313
16314 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16315
16316 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16317 which can be pretty annoying (bug#8971).
16318
16319 * jka-compr.el (jka-compr-verbose): New variable, and use
16320 throughout (bug#8971).
16321
16322 * info.el (Info-find-file): Fall back on the installation
16323 directory if we can't find the info node anywhere else.
16324
16325 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16326
16327 * vc/vc.el (vc-revert-file):
16328 Don't set file time-stamp in the past. (Bug#5181)
16329
16330 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16331
16332 * files.el (after-find-file): Give a better error message when
16333 trying to find a symlink that points to a file that doesn't exist
16334 (bug#4398).
16335
16336 * progmodes/cc-vars.el: Remove (probably) misleading comment
16337 (bug#4396).
16338
16339 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16340
16341 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16342
16343 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16344
16345 * mouse-sel.el: Hack restoring functionality, while keeping
16346 compatibility with 2010-07-03 changes to mouse selection.
16347 (mouse-sel-primary-overlay): New var.
16348 (mouse-sel-selection-alist): Use it.
16349 (mouse-sel-mode): Doc fix; remove points that are default features
16350 of mouse.el.
16351
16352 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16353
16354 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16355 Fix previous fix (bug#2490).
16356
16357 2011-07-12 Roland Winkler <winkler@gnu.org>
16358
16359 * textmodes/bibtex.el (bibtex-initialize):
16360 Use pop-to-buffer-same-window.
16361 (bibtex-search-entries): Fix interactive call.
16362
16363 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16364
16365 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16366 Fontise bytecomp Error lines more correctly (bug#2490).
16367 Fix suggested by Johan Bockgård.
16368
16369 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16370
16371 * dired-x.el (dired-guess-default): Use `delete-dups'.
16372
16373 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16374
16375 * dired.el (dired-mark-prompt):
16376 * dired-aux.el (dired-read-shell-command): Doc fix.
16377
16378 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16379
16380 * mail/sendmail.el (sendmail-query-once):
16381 Use `customize-save-variable' unconditionally, now that it works under
16382 emacs -Q.
16383
16384 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16385
16386 * cus-edit.el (custom-file): Take an optional no-error variable.
16387 (customize-save-variable): Set the variable, and give a warning if
16388 running under "emacs -q".
16389
16390 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16391
16392 * loadhist.el (unload-feature-special-hooks):
16393 Add `auto-coding-functions', `fill-nobreak-predicate' and
16394 `find-directory-functions' (bug#5327).
16395
16396 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16397
16398 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16399
16400 * cus-edit.el (custom-guess-name-alist): -alist variables should
16401 use the `alist' type (bug#3120). Suggested by Drew Adams.
16402
16403 * printing.el: Add documentation to all the `pr-toggle-' commands.
16404
16405 2011-07-11 Leo Liu <sdl.web@gmail.com>
16406
16407 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16408 backends where it makes sense (bug#2623).
16409
16410 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16411
16412 * dired-x.el (dired-guess-default): Remove duplicate shell command
16413 entries (bug#2028).
16414 (dired-guess-default): Fix grammar in doc string (bug#2028).
16415 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16416
16417 * subr.el (remove-duplicates): New conveniency function.
16418
16419 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16420
16421 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16422 (bug#1526).
16423
16424 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16425
16426 * window.el (display-buffer-normalize-default): Don't invert
16427 meaning of even-window-heights. Reported by Eli Zaretskii
16428 <eliz@gnu.org>.
16429
16430 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16431
16432 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16433
16434 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16435
16436 * window.el (display-buffer): Fix arguments to
16437 display-buffer-reuse-window in last change.
16438
16439 * faces.el (link): Use a less saturated blue on light backgrounds.
16440
16441 * startup.el (fancy-startup-text, fancy-about-text)
16442 (fancy-startup-tail): Use font-lock faces, for background safety.
16443
16444 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16445
16446 * emulation/viper-cmd.el (viper-change-state-to-vi):
16447 Limit triggering of abbrev expansion (Bug#9038).
16448
16449 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16450
16451 * window.el (display-buffer-default-specifiers): Remove.
16452 (display-buffer-macro-specifiers): Remove default specifiers.
16453 (display-buffer-alist): Default to nil.
16454 (display-buffer-reuse-window): New optional argument other-window.
16455 (display-buffer-pop-up-window): Allow splitting internal
16456 windows. Check whether a live window was created.
16457 (display-buffer-other-window-means-other-frame)
16458 (display-buffer-normalize-arguments): Rename to
16459 display-buffer-normalize-argument and rewrite. Set the
16460 other-window specifier.
16461 (display-buffer-normalize-special): New function.
16462 (display-buffer-normalize-options): Rename to
16463 display-buffer-normalize-default and rewrite.
16464 (display-buffer-normalize-options-inhibit): Remove.
16465 (display-buffer-normalize-specifiers): Rewrite.
16466 (display-buffer): Process other-window specifier and call
16467 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16468 more faithfully.
16469 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16470 (display-buffer-alist-set): Don't handle 'unset default values.
16471 (display-buffer-in-window, display-buffer-alist-set):
16472 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16473 <tassilo@member.fsf.org>.
16474
16475 2011-07-09 Leo Liu <sdl.web@gmail.com>
16476
16477 * register.el (insert-register): Restore accidental change on
16478 2011-06-26. (Bug#9028)
16479
16480 2011-07-09 Glenn Morris <rgm@gnu.org>
16481
16482 * subr.el (remq): Handle the empty list. (Bug#9024)
16483
16484 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16485
16486 * mail/sendmail.el (send-mail-function): No longer delay custom
16487 initialization.
16488 * custom.el (custom-initialize-delay): Doc fix.
16489
16490 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16493
16494 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16495
16496 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16497 human-friendly prompt.
16498
16499 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16500
16501 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16502 provided by a particular plugin.
16503
16504 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16505
16506 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16507 save customizations (with "emacs -Q"), just set the variable
16508 instead of erroring out.
16509
16510 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16511
16512 2011-07-08 Juri Linkov <juri@jurta.org>
16513
16514 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16515 (archive-zip-update-case): Use 7z if found by `executable-find'.
16516 The order of searching the available programs is the same as in
16517 `archive-zip-extract' (bug#8968).
16518
16519 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16520
16521 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16522 (menu-bar-options-menu): Tweak descriptions.
16523
16524 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16525
16526 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16527 menu items into verb phrases (bug#1421). Also refill to fit under
16528 80 columns.
16529
16530 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16531
16532 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16533 (Info-read-node-name): Doc fix (Bug#1084).
16534
16535 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16536 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16537 (end-of-sexp, beginning-of-sexp)
16538 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16539 (forward-symbol, forward-same-syntax, word-at-point)
16540 (sentence-at-point): Doc fix (Bug#1144).
16541
16542 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16543
16544 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16545 should cover it (bug#1281).
16546
16547 * cus-edit.el (custom-show): Mark as obsolete.
16548
16549 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16550 negotiation fails, then possibly try again with a non-encrypted
16551 connection (bug#9017).
16552
16553 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16554 be used.
16555
16556 2011-07-07 Richard Stallman <rms@gnu.org>
16557
16558 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16559 property, and handle its changed format.
16560 Look for the correct line number.
16561 Use file's line contents (but not past first =) to find
16562 correct line in message.
16563
16564 2011-07-07 Kenichi Handa <handa@m17n.org>
16565
16566 * international/characters.el (build-unicode-category-table):
16567 Delete it.
16568 (unicode-category-table): Set it by unicode-property-table-internal.
16569
16570 * international/mule-cmds.el (char-code-property-alist): Move to
16571 to src/chartab.c.
16572 (get-char-code-property): Call unicode-property-table-internal to
16573 load a file. Call get-unicode-property-internal where necessary.
16574 (put-char-code-property): Call unicode-property-table-internal to
16575 load a file. Call put-unicode-property-internal where necessary.
16576 put-unicode-property-internal where necessary.
16577 (char-code-property-description):
16578 Call unicode-property-table-internal to load a file.
16579
16580 * international/charprop.el:
16581 * international/uni-bidi.el:
16582 * international/uni-category.el:
16583 * international/uni-combining.el:
16584 * international/uni-comment.el:
16585 * international/uni-decimal.el:
16586 * international/uni-decomposition.el:
16587 * international/uni-digit.el:
16588 * international/uni-lowercase.el:
16589 * international/uni-mirrored.el:
16590 * international/uni-name.el:
16591 * international/uni-numeric.el:
16592 * international/uni-old-name.el:
16593 * international/uni-titlecase.el:
16594 * international/uni-uppercase.el: Regenerate.
16595
16596 * loadup.el: Load international/charprop.el before
16597 international/characters.
16598
16599 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16600
16601 * window.el (next-buffer, previous-buffer): Signal an error if
16602 called from a minibuffer window.
16603
16604 * bindings.el: Revert 2011-07-04 change.
16605
16606 2011-07-06 Richard Stallman <rms@gnu.org>
16607
16608 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16609 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16610 Treat markers like ints.
16611 (rmail-mime-entity): Doc fix.
16612
16613 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16614
16615 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16616 defcustom again for backwards compatibility.
16617
16618 * simple.el (shell-command-on-region): Fill.
16619
16620 * dired-aux.el (dired-kill-line): Add a doc string.
16621
16622 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16623 to "\\sw\\|\\s_" (bug#358).
16624
16625 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16626 (dired-unmark-backward): Ditto.
16627 (dired-flag-backup-files): Ditto.
16628
16629 * dired-x.el (dired-mark-sexp): Ditto.
16630
16631 2011-07-06 Richard Stallman <rms@gnu.org>
16632
16633 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16634 (rmail-mime-entity): New arg TRUNCATED.
16635 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16636 New functions.
16637 (rmail-mime-save): Warn if entity is truncated.
16638 (rmail-mime-toggle-hidden): Likewise, for showing.
16639 (rmail-mime-process-multipart): Record when an entity is truncated.
16640
16641 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16642 if ENTITY is a string.
16643
16644 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16645
16646 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16647 of faces when `M-C-x'-ing their definitions (bug#8378).
16648 Also clean up the code slightly.
16649
16650 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16651 because that makes the colors go away.
16652
16653 * mail/sendmail.el (send-mail-function): Change the default to
16654 `sendmail-query-once'.
16655 (sendmail-query-once): Add an autoload cookie.
16656
16657 * net/network-stream.el (network-stream-open-starttls): Try using
16658 a plain connection even if the server offered STARTTLS, and we
16659 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16660 capability. This should make smtpmail.el work in slightly more
16661 configurations.
16662
16663 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16664
16665 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16666 New defun.
16667 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16668
16669 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16670
16671 * progmodes/sql.el: Version 3.0
16672 (sql-product-alist): Add product :completion-object,
16673 :completion-column, and :statement attributes.
16674 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16675 (sql-mode-syntax-table): Mark all punctuation.
16676 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16677 ansi keywords.
16678 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16679 (sql-mode-oracle-font-lock-keywords): Improve.
16680 (sql-oracle-show-reserved-words): New function for development.
16681 (sql-product-font-lock): Simplify for source code buffers.
16682 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16683 New functions.
16684 (sql-highlight-product): Set product specific syntax table.
16685 (sql-mode-map): Add statement movement functions.
16686 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16687 New variable.
16688 (sql-statement-regexp, sql-beginning-of-statement)
16689 (sql-end-of-statement, sql-signum): New functions.
16690 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16691 (sql-show-sqli-buffer): Bug fix.
16692 (sql-interactive-mode): Store connection data as buffer local.
16693 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16694 with sql-interactive-mode.
16695 (sql-save-connection): Save buffer local settings.
16696 (sql-connection-menu-filter): Change menu entry name.
16697 (sql-product-interactive): Bug fix.
16698 (sql-preoutput-hold): New variable.
16699 (sql-interactive-remove-continuation-prompt): Bug fixes.
16700 (sql-debug-redirect): New variable.
16701 (sql-str-literal): New function.
16702 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16703 Redesign.
16704 (sql-oracle-save-settings, sql-oracle-restore-settings)
16705 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16706 (sql-completion-object, sql-completion-column)
16707 (sql-completion-sqlbuf): New variables.
16708 (sql-build-completions-1, sql-build-completions)
16709 (sql-try-completion): New functions.
16710 (sql-read-table-name): Use them.
16711 (sql-contains-names): New buffer local variable.
16712 (sql-list-all, sql-list-table): Use it.
16713 (sql-oracle-completion-types): New variable.
16714 (sql-oracle-completion-object, sql-sqlite-completion-object)
16715 (sql-postgres-completion-object): New functions.
16716
16717 2011-07-06 Glenn Morris <rgm@gnu.org>
16718
16719 * window.el (pop-to-buffer): Doc fix.
16720
16721 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16722
16723 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16724
16725 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16726
16727 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16728
16729 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16730
16731 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16732
16733 * button.el (button): Inherit from link face. Suggested by Dan
16734 Nicolaescu.
16735
16736 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16737
16738 * progmodes/gdb-mi.el: Fit in 80 columns.
16739 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16740 switch-to-buffer.
16741
16742 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16743 if imenu is simply not configured (bug#8941).
16744
16745 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16746
16747 * allout.el (allout-post-undo-hook): New allout outline-change
16748 event hook to signal undo activity.
16749 (allout-post-command-business): Run allout-post-undo-hook if an
16750 undo just occurred.
16751 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16752 * allout-widgets.el (allout-widgets-after-undo-function):
16753 Ensure the integrity of the current item's decoration after it has been
16754 in the vicinity of an undo.
16755 (allout-widgets-mode): Include allout-widgets-after-undo-function
16756 on the new allout-post-undo-hook.
16757
16758 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16759
16760 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16761 Let define-derived-mode define it.
16762 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16763 cycles of abbrev-table inheritance (bug#8998).
16764
16765 2011-07-05 Roland Winkler <winkler@gnu.org>
16766
16767 * textmodes/bibtex.el: Add support for biblatex.
16768 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16769 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16770 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16771 (bibtex-entry-alist, bibtex-field-alist): New variables.
16772 (bibtex-entry-field-alist): Obsolete alias for
16773 bibtex-BibTeX-entry-alist.
16774 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16775 (bibtex-set-dialect): New command.
16776 (bibtex-entry-type, bibtex-entry-head)
16777 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16778 Bind via bibtex-set-dialect.
16779 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16780 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16781 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16782 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16783 Define via bibtex-set-dialect.
16784 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16785 Obey bibtex-no-opt-remove-re.
16786 (bibtex-vec-push, bibtex-vec-incr): New functions.
16787 (bibtex-format-entry, bibtex-field-list)
16788 (bibtex-print-help-message, bibtex-validate)
16789 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16790
16791 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16792
16793 * progmodes/compile.el (compilation-goto-locus):
16794 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16795 * bs.el (bs-cycle-next, bs-cycle-previous):
16796 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16797 * bindings.el (mode-line-other-buffer):
16798 * autoinsert.el (auto-insert):
16799 * arc-mode.el (archive-extract):
16800 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16801
16802 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16803
16804 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16805 Fix check of `emacs-lock-unlockable-modes'.
16806 Coerce true values of `emacs-lock--try-unlocking' to t.
16807
16808 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16809
16810 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16811 * emacs-lock.el: New file.
16812
16813 2011-07-05 Julien Danjou <julien@danjou.info>
16814
16815 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16816 than `boundp' to check if face is set.
16817
16818 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16819
16820 * register.el (registerv-make):
16821 * window.el (window-min-height): Fix typos in docstrings.
16822
16823 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16824
16825 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16826 Update doc string.
16827
16828 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16829
16830 * server.el (server-execute): Catch quit and call
16831 `server-return-error' to pass the error back to emacsclient and
16832 close the connection (bug#8942).
16833
16834 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16835
16836 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16837 insecure exception for current topic. Also note that auto-saves
16838 are handled differently.
16839
16840 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16841 State variables for tracking auto-save inhibition situation.
16842
16843 (allout-write-contents-hook-handler): Rename from
16844 'allout-write-file-hook-handler', and describe how it depends on
16845 write-contents-functions sensitivity to non-nil value to prevent
16846 file write.
16847
16848 (allout-auto-save-hook-handler): Remove. auto-save does not check
16849 this in individual buffers, only in the starting buffer, so this
16850 is not the right way for us to inhibit auto-save in a buffer
16851 according to its condition.
16852
16853 (allout-mode): Use new allout-write-contents-hook-handler, and
16854 only with write-contents-functions. Remove auto-save provisions -
16855 they're implemented elsewhere.
16856
16857 (allout-before-change-handler): If undo is in progress, note that
16858 for attention of allout-post-command-business.
16859
16860 (allout-post-command-business): If the command we're following was
16861 an undo, check for change in the status of encrypted items and
16862 adjust auto-save inhibitions accordingly.
16863
16864 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16865 according to whether there are or aren't any plain-text topics
16866 pending encryption.
16867
16868 (allout-inhibit-auto-save-info-for-decryption):
16869 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16870 if there are plain-text topics pending encryption.
16871
16872 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16873 buffer-saved-size and some allout state to not inhibit auto-saves
16874 if there are no longer any plain-text topics pending encryption.
16875
16876 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16877 No longer provide for exemption of the current topic.
16878
16879 2011-07-04 Juri Linkov <juri@jurta.org>
16880
16881 Add 7z operations to delete and save changed members (bug#8968).
16882 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16883 New defcustoms.
16884 (archive-7z-write-file-member): New function.
16885 (archive-7z-summarize): Fix the number of dashes in the
16886 listing output.
16887
16888 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16891 (bug#8958).
16892
16893 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16894
16895 * bindings.el: Ignore next-buffer and previous-buffer in
16896 minibuffer-local-map.
16897
16898 * font-lock.el (font-lock-builtin-face): Change light background
16899 color to dark slate blue (Bug#6693).
16900
16901 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16902
16903 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16904
16905 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16906
16907 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16908 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16909 Add switch-to-buffer.
16910
16911 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16912
16913 * isearch.el (isearch-search-fun-function): Clarify further the
16914 meaning of the function returned.
16915
16916 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16917
16918 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16919
16920 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16921 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16922 Use it.
16923 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16924 `tramp-default-remote-path' does not exist.
16925 (tramp-send-command-and-read): New optional argument NOERROR.
16926 (tramp-open-connection-setup-interactive-shell)
16927 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16928 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16929 (tramp-process-sentinel): Flush also process' connection property.
16930 (tramp-sh-handle-start-file-process): Do not set process
16931 sentinel. It is done now ...
16932 (tramp-maybe-open-connection): ... here. (Bug#8929)
16933
16934 2011-07-04 MON KEY <monkey@sandpframing.com>
16935
16936 * play/animate.el (animate-string): Doc fixes and allow changing
16937 the buffer name (bug#5417).
16938
16939 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16940
16941 * play/animate.el (animation-buffer-name): Rename from *animate*.
16942
16943 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16944
16945 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16946 This is simpler and helps future-proof the code.
16947 (timer-until): Use time-subtract and float-time.
16948 (timer--time-less-p): Use time-less-p.
16949
16950 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16951
16952 * type-break.el (timep): Use the value of `float-time' to avoid a
16953 byte-compiler warning.
16954
16955 * server.el (server-eval-and-print): Return any result, even nil.
16956
16957 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16958
16959 * type-break.el: Accept time formats that the builtins accept.
16960 (timep, type-break-time-difference): Accept any format that
16961 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16962 This is simpler and helps future-proof the code.
16963 (type-break-time-difference): Round rather than ignoring
16964 subseconds components.
16965
16966 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16967
16968 * info.el (Info-apropos-matches): Make non-interactive, since it
16969 doesn't seem to do anything useful as a command (bug#8829).
16970
16971 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16972
16973 * frame.el (frame-background-mode, frame-set-background-mode):
16974 Move from faces.el.
16975 (frame-default-terminal-background): New function.
16976
16977 * custom.el (custom-push-theme): Don't record faces in `changed'
16978 theme; this doesn't work correctly for per-frame face settings.
16979 (disable-theme): Use face-set-after-frame-default to reset faces.
16980 (custom--frame-color-default): New function.
16981
16982 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16983
16984 * dired.el (dired-flagging-regexp): Remove unused variable
16985 (bug#8769).
16986
16987 2011-03-29 Kevin Ryde <user42@zip.com.au>
16988
16989 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16990 `perl-Test2' extend to match possible "fail #N" rep count
16991 (bug#8377).
16992
16993 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16994
16995 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16996 `smtpmail-via-smtp' now returns the error instead of nil.
16997
16998 * isearch.el (isearch-search-fun-function): Clarify the doc string
16999 (bug#8101).
17000
17001 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
17002
17003 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
17004 unnecessary spaces (bug#8987).
17005
17006 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17007
17008 * net/network-stream.el (open-network-stream): Use the
17009 :end-of-capability command thoughout.
17010
17011 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
17012
17013 * net/network-stream.el (open-network-stream): Add the
17014 :end-of-capability command parameter, used by pop3.el.
17015
17016 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17017
17018 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
17019
17020 * fringe.el (fringe-query-style): Remove redundant text " (type ?
17021 for list)" (bug#6475).
17022
17023 * files.el (file-expand-wildcards): Ignore non-readable
17024 sub-directories while trying to find matches instead of signaling
17025 an error (bug#6297).
17026
17027 * man.el (Man-reference-regexp): Allow matching possible
17028 word-wrapped references (bug#6289).
17029
17030 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
17031 for consistency with the other vc buffers (bug#6197).
17032 (vc-checkin): Ditto.
17033
17034 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
17035
17036 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17037
17038 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17039
17040 * custom.el (defcustom): Clarify that :set is only used in the
17041 Customize user interface (bug#6089).
17042
17043 * progmodes/flymake.el (flymake-mode): If the buffer isn't
17044 associated with a file, refuse to run instead of erroring out
17045 (bug#6084).
17046
17047 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17048 the doc string, since it appears that using `fill-column' always
17049 controls the width (bug#7845).
17050
17051 * simple.el (shell-command-on-region): Say where the error output
17052 went if `shell-command-default-error-buffer' is set (bug#6857).
17053
17054 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
17055
17056 * allout.el (allout-yank-processing): Adjust cursor position for
17057 backwards-deleted space.
17058
17059 (allout-rebullet-heading): Register changes with
17060 allout-exposure-changed-hook, so the modified topic is properly
17061 decorated.
17062
17063 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17064
17065 * minibuffer.el (completion-in-region): Document PREDICATE
17066 (bug#7136).
17067
17068 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17069 of keyword/argument pairs (bug#6904).
17070
17071 * replace.el (multi-occur):
17072 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
17073
17074 2011-07-02 Drew Adams <drew.adams@oracle.com>
17075
17076 * dired.el (dired-mark-if): Make the message about whether it's
17077 marking or unmarking clearer (bug#8523).
17078
17079 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17080
17081 * disp-table.el (display-table-print-array): New function.
17082 (describe-display-table): Use it to print the vectors more pretty
17083 (Bug#8859).
17084
17085 2011-07-02 Martin Rudalics <rudalics@gmx.at>
17086
17087 * window.el (window-state-get-1): Don't assign clone numbers.
17088 Add clone-of item to list of window parameters.
17089 (window-state-put-2): Don't process clone numbers.
17090 (display-buffer-alist): Fix doc-string.
17091
17092 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17093
17094 * subr.el (remq): Don't allocate if it's not needed.
17095 (keymap--menu-item-binding, keymap--menu-item-with-binding)
17096 (keymap--merge-bindings): New functions.
17097 (keymap-canonicalize): Use them to refine the canonicalization.
17098 * minibuffer.el (minibuffer-local-completion-map)
17099 (minibuffer-local-must-match-map): Move initialization from C.
17100 (minibuffer-local-filename-completion-map): Move initialization from C;
17101 don't inherit from anything here.
17102 (minibuffer-local-filename-must-match-map): Make obsolete.
17103 (completing-read-default): Use make-composed-keymap to combine
17104 minibuffer-local-filename-completion-map with either
17105 minibuffer-local-must-match-map or
17106 minibuffer-local-filename-completion-map.
17107
17108 2011-07-01 Glenn Morris <rgm@gnu.org>
17109
17110 * type-break.el (type-break-time-sum): Use dolist.
17111
17112 * textmodes/flyspell.el (flyspell-word-search-backward):
17113 Replace CL function.
17114
17115 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17116
17117 * mouse.el (mouse--strip-first-event): New function.
17118 (function-key-map): Use it to map fringe clicks to normal clicks
17119 by default.
17120
17121 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
17122 (vc-bzr-revision-completion-table): Add support for annotate and date.
17123
17124 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
17125 inherit from parent.
17126
17127 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17128
17129 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
17130 (dired-show-file-type): Doc fixup (bug#8818).
17131
17132 * dired.el (dired-mode): Fix up the doc string as suggested by
17133 Drew Adams (bug#8817).
17134
17135 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
17136 cookie, since the manual says that it should be possible to add
17137 this function to `find-file-hook' (bug#8709).
17138
17139 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17140
17141 * progmodes/cfengine.el: Moved all cfengine3.el functionality
17142 here. Noted Ted Zlatanov as the maintainer.
17143 (cfengine-common-settings, cfengine-common-syntax): New functions
17144 to set up common things between `cfengine-mode' and
17145 `cfengine3-mode'.
17146 (cfengine3-mode): New mode.
17147 (cfengine3-defuns cfengine3-defuns-regex
17148 (cfengine3-class-selector-regex cfengine3-category-regex)
17149 (cfengine3-vartypes cfengine3-font-lock-keywords)
17150 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
17151 (cfengine3-indent-line): Add from cfengine3.el.
17152
17153 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
17154
17155 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
17156
17157 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
17158
17159 2011-07-01 Martin Rudalics <rudalics@gmx.at>
17160
17161 * window.el (same-window-buffer-names, same-window-regexps)
17162 (same-window-p, special-display-frame-alist)
17163 (special-display-popup-frame, special-display-function)
17164 (special-display-buffer-names, special-display-regexps)
17165 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17166 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17167 (split-window-preferred-function, split-height-threshold)
17168 (split-width-threshold, even-window-heights)
17169 (display-buffer-mark-dedicated, window-splittable-p)
17170 (split-window-sensibly, window-safely-shrinkable-p):
17171 Un-obsolete.
17172 (display-buffer): Don't spread args with function specifier
17173 because special-display-popup-frame won't like it.
17174
17175 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17176
17177 Time-stamp simplifications and fixes.
17178 These improve accuracy slightly, and future-proof the code
17179 against some potential changes to current-time format.
17180
17181 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17182 by using time-since and float-time.
17183
17184 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17185 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17186 + NNN microseconds".
17187
17188 * type-break.el (type-break-time-sum): Rewrite using time-add.
17189
17190 * play/hanoi.el (hanoi-current-time-float): Remove.
17191 All uses replaced by float-time.
17192
17193 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17194 This yields a more-accurate answer.
17195 (rng-time-to-float): Remove; no longer needed.
17196
17197 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17198
17199 * calendar/timeclock.el (timeclock-seconds-to-time):
17200 Defalias to seconds-to-time, since they're the same thing.
17201
17202 * emacs-lisp/elp.el (elp-elapsed-time):
17203 * emacs-lisp/benchmark.el (benchmark-elapse):
17204 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17205
17206 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * window.el (bury-buffer): Don't iconify the only frame.
17209 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17210 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17211
17212 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
17213
17214 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17215 Add mouse-yank-primary.
17216
17217 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17218
17219 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17220
17221 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17224 (find-library-name): Use it to find relative load names when provided
17225 absolute file name (bug#8803).
17226
17227 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17228
17229 * textmodes/flyspell.el (flyspell-word): Consider words that
17230 differ only in case as potential doublons (bug#5687).
17231
17232 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17233 Remove two rather uninteresting debugging-like messages to make
17234 debbugs.el more silent.
17235
17236 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17237 a password-like phrase.
17238
17239 2011-06-30 Masatake YAMATO <yamato@redhat.com>
17240
17241 * progmodes/cc-guess.el: New file.
17242
17243 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17244
17245 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17246 derived from `c-basic-common-init'.
17247
17248 * progmodes/cc-mode.el (top-level): Require cc-guess.
17249 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17250
17251 2011-06-30 Lawrence Mitchell <wence@gmx.li>
17252
17253 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17254
17255 2011-06-30 Alan Mackenzie <acm@muc.de>
17256
17257 * progmodes/cc-engine.el (c-guess-continued-construct):
17258 Correct the handling of template-args-cont, particularly for when font
17259 lock is disabled. Name this case as "CASE G".
17260
17261 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17262
17263 * allout.el (allout-yank-processing): Fix injection of extra space
17264 between bullet and non-whitespace character in first topic when
17265 pasting, ensuring that the actual spacing in the pasted topic
17266 following the bullet char is preserved. This extra space was
17267 causing pasted encrypted topics to get a decrypted status even
17268 when the content was actually still encrypted. Now the decryption
17269 status from before the paste is preserved.
17270
17271 (allout-flag-region): Set all allout overlays so they evaporate
17272 when reduced to zero length (evanescent), to prevent overlay
17273 leakage.
17274
17275 2011-06-30 Glenn Morris <rgm@gnu.org>
17276
17277 * w32-fns.el (w32-charset-info-alist): Declare.
17278
17279 * find-dired.el (find-grep-options): Simplify.
17280
17281 * term/ns-win.el (ns-set-resource): Declare.
17282
17283 * ses.el (row, col): Declare dynamic variables honestly.
17284
17285 * textmodes/reftex-parse.el (index-tags): Declare.
17286
17287 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
17288
17289 * cus-edit.el (customize-push-and-save): New function.
17290
17291 * files.el (hack-local-variables-confirm): Use it.
17292
17293 * custom.el (load-theme): New arg NO-CONFIRM.
17294 Use customize-push-and-save (Bug#8720).
17295 (custom-enabled-themes): Doc fix.
17296
17297 * cus-theme.el (customize-create-theme)
17298 (custom-theme-merge-theme): Callers to load-theme changed.
17299
17300 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17301
17302 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17303 short URLs have at least one dot in them (bug #7614).
17304
17305 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17306 nil, because using a pty is apparently too slow (bug #895).
17307
17308 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17309
17310 * mail/sendmail.el (sendmail-query-once): New function.
17311 (sendmail-query-once-function): New variable.
17312
17313 2011-06-29 Glenn Morris <rgm@gnu.org>
17314
17315 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17316
17317 * ses.el (top-level): Require cl when compiling.
17318 (ses-set-localvars): Fix error statement.
17319 Call it at compile time to silence a storm of warnings.
17320
17321 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17322
17323 * window.el (normalize-live-buffer): Rename to
17324 window-normalize-buffer.
17325 (normalize-live-frame): Rename to window-normalize-frame.
17326 (normalize-any-window): Rename to window-normalize-any-window.
17327 (normalize-live-window): Rename to window-normalize-live-window.
17328 (make-window-atom): Rename to window-make-atom.
17329 (window-resize-reset): Rename to window--resize-reset.
17330 (window-resize-reset-1): Rename to window--resize-reset-1.
17331 (resize-mini-window): Rename to window--resize-mini-window.
17332 (resize-subwindows-skip-p): Rename to
17333 window--resize-subwindows-skip-p.
17334 (resize-subwindows-normal): Rename to
17335 window--resize-subwindows-normal.
17336 (resize-subwindows): Rename to window--resize-subwindows.
17337 (resize-other-windows): Rename to window--resize-siblings.
17338 (resize-this-window): Rename to window--resize-this-window.
17339 (resize-root-window): Rename to window--resize-root-window.
17340 (resize-root-window-vertically): Rename to
17341 window--resize-root-window-vertically.
17342 (normalize-buffer-to-display): Rename to
17343 window-normalize-buffer-to-display.
17344 (normalize-buffer-to-switch-to): Rename to
17345 window-normalize-buffer-to-switch-to.
17346 Correspondingly update all callers of the functions listed
17347 above.
17348 (display-buffer-alist, display-buffer-normalize-arguments)
17349 (display-buffer-normalize-options, display-buffer)
17350 (display-buffer-alist-set): Use "function" instead of
17351 "fun-with-args".
17352
17353 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17354
17355 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17356 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17357 debbugs.gnu.org. Mention acknowledgment email.
17358
17359 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17360
17361 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17362 buffer multibyteness, since it shouldn't matter.
17363
17364 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17365
17366 * window.el (display-buffer-in-side-window): Handle dedicated
17367 windows as in display-buffer-reuse-window.
17368 (display-buffer-normalize-alist): Use value of override
17369 specifier.
17370 (display-buffer-normalize-specifiers): Use value of
17371 other-window-means-other-frame specifier.
17372 (display-buffer-alist): Rewrite some texts in widgets.
17373 (display-buffer): Spread arguments when calling function
17374 specified by fun-with-args.
17375
17376 2011-06-28 Deniz Dogan <deniz@dogan.se>
17377
17378 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17379 Unnest `let'.
17380
17381 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17382 selectors (Bug#5732).
17383 (css-proprietary-nmstart-re): Use `regexp-opt'.
17384
17385 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17386
17387 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17388 (eshell-ls-date-format): New defcustom.
17389 (eshell-ls-file): Use it.
17390
17391 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17392
17393 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17394
17395 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17396
17397 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17398 (ange-ftp-make-tmp-name): New arg.
17399 (ange-ftp-file-local-copy): Use it.
17400
17401 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17402
17403 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17404 no-conversion (Bug#8870).
17405
17406 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17407
17408 * window.el (window-right, window-left, window-child)
17409 (window-child-count, window-last-child)
17410 (window-iso-combination-p, walk-window-tree-1)
17411 (window-atom-check-1, window-tree-1, delete-window)
17412 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17413 new naming conventions - window-vchild, window-hchild,
17414 window-next and window-prev are now called window-top-child,
17415 window-left-child, window-next-sibling and window-prev-sibling
17416 respectively.
17417 (resize-window-reset): Rename to window-resize-reset.
17418 (resize-window-reset-1): Rename to window-resize-reset-1.
17419 (resize-window): Rename to window-resize.
17420 (window-min-height, window-min-width)
17421 (resize-mini-window, resize-this-window, resize-root-window)
17422 (resize-root-window-vertically, adjust-window-trailing-edge)
17423 (enlarge-window, shrink-window, maximize-window)
17424 (minimize-window, delete-window, quit-restore-window)
17425 (split-window, balance-windows, balance-windows-area-adjust)
17426 (balance-windows-area, window-state-put-2)
17427 (display-buffer-even-window-sizes, display-buffer-set-height)
17428 (display-buffer-set-width, set-window-text-height)
17429 (fit-window-to-buffer): Rename all "resize-window" prefixed
17430 calls to use the "window-resize" prefix convention.
17431 (display-buffer-alist): Fix symbol for label specifier.
17432 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17433 corresponding specifier.
17434 Reported by Juanma Barranquero <lekktu@gmail.com>.
17435
17436 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17437
17438 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17439 convention.
17440 (ses-call-printer): Does not pass an empty string to formatter when the
17441 cell is empty to keep from barking printer Calc math-format-value.
17442
17443 2011-06-27 Richard Stallman <rms@gnu.org>
17444
17445 * battery.el (battery-mode-line-limit): New variable.
17446 (battery-update): Handle it.
17447
17448 * mail/rmailmm.el (rmail-mime-process-multipart):
17449 Handle truncated messages.
17450
17451 2011-06-27 Glenn Morris <rgm@gnu.org>
17452
17453 * progmodes/flymake.el (flymake-err-line-patterns):
17454 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17455
17456 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17457
17458 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17459 (ses--clean-!, ses--clean-_): New functions.
17460 (ses-range): Add configurability of readout order, and conversion
17461 to Calc vector.
17462
17463 * ses.el (ses-repair-cell-reference-all): New function.
17464 (ses-cell-symbol): Set macro as safe, so that it can be used in
17465 formulas.
17466
17467 * ses.el: Update cycle detection algorithm.
17468 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17469 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17470 (ses-set-localvars): New function.
17471 (ses-make-cell): Add property-list as a cell element.
17472 (ses-cell-property-get-fun, ses-cell-property-get)
17473 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17474 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17475 New functions.
17476 (ses-cell-property-set, ses-cell-property-pop)
17477 (ses-cell-property-get-handle): New macro.
17478 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17479 New aliases, used for code readability.
17480 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17481 cycle detection.
17482 (ses-self-reference-early-detection): New defcustom.
17483 (ses-formula-references): Robustify against self-referring cells.
17484 (ses-mode): Use ses-set-localvars.
17485 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17486 before lauching the update processing.
17487 (ses-initialize-Dijkstra-attempt): New function.
17488 (ses-recalculate-cell): Update for cycle detection based on
17489 Dijkstra algorithm.
17490
17491 * ses.el: Fix commenting and indenting convention.
17492
17493 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17494
17495 * bs.el (bs-cycle-next): Complete last change.
17496
17497 2011-06-27 Drew Adams <drew.adams@oracle.com>
17498
17499 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17500
17501 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17502
17503 * net/network-stream.el (network-stream-open-starttls):
17504 Don't re-get capabilities unless we've reestablished connection.
17505 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17506
17507 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17508 to binary to possibly avoid line encoding issues on Windows (among
17509 other things).
17510
17511 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17512
17513 * net/network-stream.el (open-network-stream): Return an :error
17514 saying what the problem was, if possible.
17515
17516 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17517 server.
17518
17519 * net/network-stream.el (network-stream-open-starttls): If we
17520 wanted to use STARTTLS, and the server offered it, but we weren't
17521 able to because we had no STARTTLS support, then close the connection.
17522 (open-network-stream): Return an :error element, if present.
17523
17524 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17525
17526 * hl-line.el (hl-line-sticky-flag): Doc fix.
17527 (global-hl-line-sticky-flag): New option (Bug#8323).
17528 (global-hl-line-highlight): Obey it.
17529
17530 * vc/vc.el (vc-revert-show-diff): Default to t.
17531
17532 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17533
17534 * allout-widgets.el (allout-widgets-post-command-business):
17535 Stop decorating intermediate isearch matches. They're not being
17536 undecorated when an isearch is continued past, and isearch
17537 automatically collapses them. This leads to "widget leaks", where
17538 decorated items accumulate in collapsed areas. Lines with lots of
17539 hidden widgets can slow down cursor travel, substantially.
17540 Too much complicated machinery would be needed to ensure undecoration,
17541 so we're doing without this nicety.
17542
17543 (allout-widgets-tally-string): Don't try to do a hash-table-count
17544 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17545 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17546 *Messages* when allout-widgets-maintain-tally is t.
17547
17548 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17549
17550 * window.el (display-buffer-normalize-argument): Rename to
17551 display-buffer-normalize-arguments. Handle special meaning of
17552 LABEL argument. Respect special-display-function when popping up
17553 a new frame. Fix code searching for a window showing the buffer
17554 on another frame.
17555 (display-buffer-normalize-specifiers):
17556 Call display-buffer-normalize-arguments.
17557 (display-buffer-in-window): Don't undedicate the window if its
17558 buffer remains the same.
17559 Reported by Drew Adams <drew.adams@oracle.com>.
17560 (display-buffer-alist): Add choice for same-window macro
17561 specfier.
17562 (display-buffer): Mention special meaning of LABEL argument in
17563 doc-string. Fix quoting. Don't pop up a new frame even as
17564 fallback.
17565
17566 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17567
17568 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17569 avoid deleting the current window in some cases (bug#8911).
17570
17571 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17572
17573 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17574 (Bug#8934)
17575
17576 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17577
17578 * net/network-stream.el (network-stream-open-starttls):
17579 Use built-in TLS support if `gnutls-available-p' is true.
17580 (network-stream-open-tls): Ditto.
17581
17582 2011-06-26 Leo Liu <sdl.web@gmail.com>
17583
17584 * register.el (registerv): New struct.
17585 (registerv-make): New function.
17586 (jump-to-register, describe-register-1, insert-register):
17587 Support the jump-func, print-func and insert-func slot of a registerv
17588 struct. (Bug#8415)
17589
17590 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17591
17592 * vc/vc.el (vc-revert-show-diff): New defcustom.
17593 (vc-diff-internal): New arg specifying diff buffer.
17594 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17595 reuse an existing *vc-diff* buffer (Bug#8927).
17596
17597 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17598
17599 2011-06-26 Glenn Morris <rgm@gnu.org>
17600
17601 * progmodes/f90.el (f90-critical-indent): New option.
17602 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17603 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17604 (f90-mode): Doc fix.
17605 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17606 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17607 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17608 (f90-match-end): Handle block, critical.
17609
17610 2011-06-25 Glenn Morris <rgm@gnu.org>
17611
17612 * calendar/diary-lib.el (diary-included-files): Doc fix.
17613 (diary-include-files): New function, extracted from
17614 diary-include-other-diary-files and diary-mark-included-diary-files.
17615 (diary-include-other-diary-files, diary-mark-included-diary-files):
17616 Just call diary-include-files.
17617 (diary-mark-entries): Reset diary-included-files on first call.
17618
17619 * calendar/diary-lib.el (diary-mark-entries)
17620 (diary-mark-included-diary-files):
17621 Visit included diary-files in temp buffers.
17622
17623 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17624 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17625 (f90-start-block-re, f90-imenu-generic-expression)
17626 (f90-looking-at-program-block-start, f90-no-block-limit):
17627 Add support for submodules.
17628
17629 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17630 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17631
17632 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17633
17634 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17635 buffer-file-type before setting its value, to avoid disastrous
17636 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17637
17638 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17639
17640 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17641
17642 * ses.el (ses-unload-function):
17643 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17644
17645 * proced.el (proced-unload-function):
17646 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17647
17648 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17649
17650 * server.el (server-create-window-system-frame): Add parameters arg.
17651 (server-process-filter): Doc fix. Handle frame-parameters.
17652
17653 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17654
17655 Fix bug#8730, bug#8781.
17656
17657 * loadhist.el (unload--set-major-mode): New function.
17658 (unload-feature): Use it.
17659
17660 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17661 (python-unload-function): New function.
17662
17663 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17664
17665 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17666
17667 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17668
17669 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17670 the candidates list.
17671
17672 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17673
17674 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17675
17676 2011-06-23 Richard Stallman <rms@gnu.org>
17677
17678 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17679 (rmail-variables): Set next-error-move-function.
17680 (rmail-what-message): Take argument POS.
17681 (rmail-next-error-move): New function.
17682
17683 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17684
17685 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17686 messages for adjacent non-terminals.
17687
17688 2011-06-23 Richard Stallman <rms@gnu.org>
17689
17690 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17691 (rmail-show-message-1): Preserve buffer modified flag.
17692 (rmail-start-mail): Don't specify use of rmail-mail-return;
17693 that's done by mail-bury now.
17694 (rmail-mail-return): Handle arg NEWBUF.
17695
17696 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17697
17698 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17699 SIZE is a number.
17700
17701 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17702
17703 * window.el (get-lru-window, get-mru-window)
17704 (get-largest-window): Never return a minibuffer window.
17705 (display-buffer-pop-up-window): Fix a bug that could lead to
17706 reusing the minibuffer window.
17707 (display-buffer): Pass original specifier argument to
17708 display-buffer-function instead of the normalized one.
17709 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17710
17711 2011-06-22 Leo Liu <sdl.web@gmail.com>
17712
17713 * minibuffer.el (completing-read-function)
17714 (completing-read-default): Move from minibuf.c.
17715
17716 2011-06-22 Richard Stallman <rms@gnu.org>
17717
17718 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17719 to Rmail even if not started by a special Rmail command.
17720
17721 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17722 Copy the buffer currently showing just one message.
17723
17724 2011-06-22 Roland Winkler <winkler@gnu.org>
17725
17726 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17727 (bibtex-clean-entry): First delete the old key so that a
17728 customized algorithm for generating the new key does not get
17729 confused by the old key.
17730 (bibtex-url): Obey regexp of first step.
17731 (bibtex-search-entries): Do not use add-to-list with local
17732 list-var.
17733
17734 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17735
17736 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17737 stored a user name, then query for the password first, instead of
17738 waiting for SMTP to give an error message and the trying again.
17739
17740 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17741
17742 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17743 BUFFER in call-process.
17744
17745 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17746
17747 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17748 QUIT twice.
17749 (smtpmail-try-auth-methods): Require user name and password from
17750 auth-source.
17751
17752 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17753
17754 * window.el (display-buffer-default-specifiers)
17755 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17756 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17757 (split-window): Normalize SIDE argument (Bug#8916).
17758
17759 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17760 (special-display-frame-alist, special-display-popup-frame):
17761 Remove duplicate declarations. These are now in window.el.
17762
17763 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17764
17765 * mail/smtpmail.el (smtpmail-via-smtp):
17766 Set :use-starttls-if-possible so that we always use STARTTLS if the
17767 server supports it. SMTP servers that support STARTTLS commonly
17768 require it.
17769
17770 * net/network-stream.el (network-stream-open-starttls): Support
17771 upgrading to STARTTLS always, even if we don't have built-in support.
17772 (open-network-stream): Add the :always-query-capabilities keyword.
17773
17774 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17775 upgrades with `open-network-stream', and rely solely on
17776 auth-source for all credentials. Big changes throughout the file,
17777 but in particular:
17778 (smtpmail-auth-credentials): Remove.
17779 (smtpmail-starttls-credentials): Remove.
17780 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17781 MAIL FROM, too.
17782
17783 * net/network-stream.el (network-stream-open-starttls):
17784 Provide support for client certificates both for external and built-in
17785 STARTTLS.
17786 (auth-source): Require.
17787 (open-network-stream): Document the :client-certificate keyword.
17788 (network-stream-certificate): Change cert-cert to cert and
17789 cert-key to key.
17790
17791 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17792
17793 * net/tramp-cache.el (top): Don't load the persistency file when
17794 "emacs -Q" has been called.
17795
17796 2011-06-21 Tim Harper <timcharper@gmail.com>
17797
17798 * term/ns-win.el (ns-initialize-window-system):
17799 Set application-specific `ApplePressAndHoldEnabled' system
17800 resource to NO as it is not yet supported by the NS port.
17801
17802 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17803
17804 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17805 (list-dynamic-libraries): ...not here.
17806
17807 2011-06-21 Leo Liu <sdl.web@gmail.com>
17808
17809 * subr.el (sha1): Implement sha1 using secure-hash.
17810
17811 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17812
17813 * window.el (display-buffer-alist): In default value do not
17814 enforce searching a window on any but the selected frame.
17815 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17816 (display-buffer-select-window): Remove function.
17817 (display-buffer-in-window): When a window on another frame gets
17818 reused, do not select it any more but just raise its frame if
17819 necessary (Bug#8851) and (Bug#8856).
17820 (display-buffer-normalize-options): Handle pop-up-frames related
17821 options more faithfully.
17822 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17823 window if it is on another frame.
17824 (display-buffer-alist, display-buffer-default-specifiers):
17825 Don't make new frame unsplittable by default.
17826 (display-buffer-normalize-argument): Fix doc-string typo and use
17827 'same-frame-other-window instead of 'other-window when associating
17828 with display-buffer-macro-specifiers.
17829
17830 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17831
17832 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17833 New functions.
17834 (5x5-mode-map, 5x5-mode-menu): Bind them.
17835 (5x5-draw-grid): Tweak the solver's rendering.
17836
17837 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17838
17839 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17840 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17841
17842 2011-06-21 Drew Adams <drew.adams@oracle.com>
17843
17844 * menu-bar.el: Use function variable instead of switch-to-buffer.
17845 (menu-bar-select-buffer-function): New variable.
17846 (menu-bar-update-buffers): Use it (bug#8876).
17847
17848 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17851 variable's status.
17852
17853 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17854
17855 * x-dnd.el (x-dnd-version-from-flags)
17856 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17857 and long as number (Bug#8899).
17858 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17859
17860 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17861
17862 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17863 (completion-try-completion, completion-all-completions): Compute the
17864 metadata argument if it's missing; make it optional (bug#8795).
17865
17866 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17867 (widget-complete): Use new :completion-function property.
17868 (widget-completions-at-point): New function.
17869 (default): Use :completion-function instead of :complete.
17870 (widget-default-completions): Rename from widget-default-complete;
17871 Rewrite.
17872 (widget-string-complete, widget-file-complete, widget-color-complete):
17873 Remove functions.
17874 (file, symbol, function, variable, coding-system, color):
17875 * international/mule-cmds.el (default-input-method, charset)
17876 (language-info-custom-alist):
17877 * cus-edit.el (face): Use new property :completions.
17878
17879 * progmodes/pascal.el (pascal-completions-at-point): New function.
17880 (pascal-mode): Use it.
17881 (pascal-mode-map): Use completion-at-point.
17882 (pascal-toggle-completions): Make obsolete.
17883 (pascal-complete-word, pascal-show-completions):
17884 * progmodes/octave-mod.el (octave-complete-symbol):
17885 Redefine as obsolete alias.
17886 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17887 Signal absence of completion info for old Octave,
17888 (inferior-octave-complete): Redefine as obsolete alias.
17889 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17890 (meta-completions-at-point): Rename from meta-complete-symbol and
17891 adapt it for use on completion-at-point-functions.
17892 (meta-common-mode): Use it.
17893 (meta-looking-at-backward, meta-match-buffer): Remove.
17894 (meta-complete-symbol): Redefine as obsolete alias.
17895 (meta-common-mode-map): Use completion-at-point.
17896 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17897 (makefile-mode-map): Use completion-at-point.
17898 (makefile-completions-at-point): Rename from makefile-complete and
17899 adapt it for use on completion-at-point-functions.
17900 (makefile-mode): Use it.
17901 (makefile-complete): Redefine as obsolete alias.
17902
17903 2011-06-20 Deniz Dogan <deniz@dogan.se>
17904
17905 * net/rcirc.el: Delete trailing whitespaces once and for all.
17906
17907 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17908
17909 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17910
17911 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17912
17913 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17914
17915 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17916
17917 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17918
17919 * window.el (display-buffer-other-window-means-other-frame):
17920 Call display-buffer-normalize-alist.
17921 (display-buffer-normalize-specifiers-1): Rename to
17922 display-buffer-normalize-argument. New argument other-frame.
17923 Rewrite.
17924 (display-buffer-normalize-specifiers-2): Rename to
17925 display-buffer-normalize-options.
17926 (display-buffer-normalize-alist-1): New function.
17927 (display-buffer-normalize-specifiers-3): Rename to
17928 display-buffer-normalize-alist.
17929 Call display-buffer-normalize-alist-1.
17930 (display-buffer-normalize-options-inhibit): New variable.
17931 (display-buffer-normalize-specifiers): Rewrite calling
17932 display-buffer-normalize-alist,
17933 display-buffer-normalize-argument, and
17934 display-buffer-normalize-options. Don't call the latter if
17935 display-buffer-normalize-options-inhibit is non-nil.
17936 (frame-auto-delete): New option.
17937 (window-deletable-p): Use frame-auto-delete.
17938 (window-list-no-nils, window-state-ignored-parameters)
17939 (window-state-get-1, window-state-get, window-state-put-list)
17940 (window-state-put-1, window-state-put-2, window-state-put):
17941 New functions.
17942 (display-buffer-normalize-options): Move special-display-p group
17943 after pop-up-frame group (Bug#8851) and (Bug#8856).
17944
17945 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17946
17947 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17948 groups (Bug#8776).
17949 (rx-submatch-n): New function.
17950 (rx): Document it.
17951
17952 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17953 (Bug#8768).
17954
17955 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17956
17957 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17958
17959 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17960 anytime existing face settings are present (Bug#8889).
17961
17962 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17963 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17964 Remove unused argument.
17965
17966 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17967
17968 * window.el (display-buffer-default-specifiers):
17969 Remove pop-up-frame. Add pop-up-window-min-height,
17970 pop-up-window-min-width, and another reuse-window specifier
17971 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17972 (display-buffer-normalize-specifiers-2):
17973 Handle split-height-threshold and split-width-threshold also when
17974 pop-up-windows is unset. Add a reuse-window specifier for the
17975 case popping up a new window fails.
17976 (special-display-popup-frame): Remove double quoting.
17977 (display-buffer-normalize-specifiers-1): Fix thinko.
17978
17979 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17980
17981 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17982 according to comint-completion-addsuffix.
17983
17984 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17985 (pcomplete-suffix-list): Mark as obsolete.
17986 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17987 pcomplete-seen in the closure.
17988 (pcomplete-comint-setup): Setup completion-at-point as well.
17989 (pcomplete--entries): New function.
17990 (pcomplete--env-regexp): New var.
17991 (pcomplete-entries): Rewrite to work with partial-completion and
17992 without relying on pcomplete-suffix-list.
17993 (pcomplete-pare-list): Remove, unused.
17994
17995 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17996
17997 * window.el (display-buffer-alist): Set pop-up-window-min-height
17998 and pop-up-window-min-width in default value. Reported by
17999 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
18000 other-window-means-other-frame.
18001 (display-buffer-macro-specifiers): Comment out entry for
18002 other-window specifier.
18003 (display-buffer-other-window-means-other-frame): New function.
18004 (display-buffer-normalize-specifiers-1): New arguments
18005 buffer-name and label. Treat other-window case specially.
18006 (display-buffer-normalize-specifiers-2): Treat other-window case
18007 specially.
18008 (display-buffer-normalize-specifiers-3): New function.
18009 (display-buffer-normalize-specifiers):
18010 Call display-buffer-normalize-specifiers-3.
18011
18012 2011-06-17 Martin Rudalics <rudalics@gmx.at>
18013
18014 * window.el (same-window-p): Fix two typos introduced when
18015 adding with-no-warnings.
18016 (display-buffer-normalize-specifiers-1): Don't check
18017 pop-up-frames for 'unset initialization.
18018 (display-buffer-normalize-specifiers-2): Major rewrite using
18019 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
18020 (pop-up-frames, display-buffer-reuse-frames)
18021 (display-buffer-mark-dedicated): Don't initialize to 'unset.
18022 Suggested by David Engster <deng@randomsample.de>.
18023 (even-window-heights): Initialize to 'unset.
18024 (display-buffer-alist-set): Handle new 'unset initializations.
18025 (display-buffer-macro-specifiers): Don't pop up a new frame in the
18026 other window case.
18027
18028 2011-06-16 Martin Rudalics <rudalics@gmx.at>
18029
18030 * window.el (display-buffer-normalize-specifiers-1):
18031 Respect current value of pop-up-frames for most reasonable values of
18032 second argument of display-buffer (Bug#8865).
18033 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
18034 (switch-to-buffer-other-window-same-frame)
18035 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
18036 Adams (Bug#8875).
18037 (display-buffer): Don't check noninteractive when calling
18038 display-buffer-pop-up-frame.
18039 (display-buffer-pop-up-frame): Never pop up a frame in
18040 noninteractive mode (Bug#8857).
18041 (enlarge-window, shrink-window): Don't report an error when the
18042 window can't be resized as requested (Bug#8862).
18043
18044 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18045
18046 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18047
18048 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18049
18050 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18051
18052 2011-06-15 Alan Mackenzie <acm@muc.de>
18053
18054 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18055 for declarators, disable knr checking to speed up for normal files.
18056 2: Refactor, replacing a sequence of nested if forms by a cond form.
18057
18058 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18059
18060 * net/network-stream.el (open-network-stream): Add the keyword
18061 :always-query-capabilities for the case where you want to force a
18062 `plain' network connection, but the protocol still requires the
18063 capabilitiy command (i.e., SMTP and EHLO).
18064
18065 * subr.el (process-live-p): Rename from `process-alive-p' for
18066 consistency with other `-live-p' functions.
18067
18068 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18069
18070 * window.el (same-window-buffer-names, same-window-regexps)
18071 (special-display-frame-alist, special-display-popup-frame)
18072 (special-display-function, special-display-buffer-names)
18073 (special-display-regexps, pop-up-frame-alist)
18074 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18075 (pop-up-windows, split-window-preferred-function)
18076 (split-height-threshold, split-width-threshold, even-window-heights)
18077 (display-buffer-mark-dedicated): Don't encourage the use of
18078 display-buffer-alist from Elisp code.
18079
18080 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
18081
18082 * progmodes/python.el (python-mode): Derive from prog-mode.
18083 * progmodes/ps-mode.el (ps-mode):
18084 * progmodes/mixal-mode.el (mixal-mode):
18085 * progmodes/cfengine.el (cfengine-mode):
18086 * progmodes/ld-script.el (ld-script-mode): Likewise.
18087
18088 2011-06-15 Martin Rudalics <rudalics@gmx.at>
18089
18090 * window.el (display-buffer-alist): Trim default value to avoid
18091 popping up a new frame (Bug#8857) or reusing an arbitrary window
18092 on another frame.
18093 (display-buffer): Do not fall back on popping up a new frame in
18094 batch mode (Bug#8857).
18095
18096 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
18097
18098 * cus-theme.el (describe-theme-1): Use custom-theme-p.
18099 (custom-theme-summary): New function.
18100 (customize-themes): Use it.
18101
18102 2011-06-13 Glenn Morris <rgm@gnu.org>
18103
18104 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18105
18106 2011-06-13 Martin Rudalics <rudalics@gmx.at>
18107
18108 * help.el (help-window): Remove variable.
18109 (help-window-point-marker, temp-buffer-max-height)
18110 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
18111 (help-print-return-message): Don't set help-window.
18112 (resize-temp-buffer-window): Rewrite cod eand doc-string.
18113 (help-window-setup-finish): Remove.
18114 (help-window-display-message, help-window-setup)
18115 (with-help-window): Major rewrite based on new
18116 display-buffer-window variable.
18117
18118 * help-mode.el (help-mode-finish): Remove help-window related
18119 code.
18120
18121 * view.el (view-exits-all-viewing-windows): Remove reference to
18122 view-return-to-alist in doc-string.
18123 (view-return-to-alist): Make obsolete.
18124 (view-buffer): Call pop-to-buffer-same-window and remove
18125 undo-window code.
18126 (view-buffer-other-window): Call pop-to-buffer-other-window and
18127 simplify code. Ignore second argument.
18128 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
18129 simplify code. Ignore second argument.
18130 (view-return-to-alist-update): Make obsolete.
18131 (view-mode-enter): Rename second argument to QUIT-RESTORE.
18132 Rewrite using quit-restore window parameters.
18133 (view-mode-exit): Rename second argument to EXIT-ONLY.
18134 Rewrite using quit-restore-window.
18135 (View-exit, View-exit-and-edit, View-leave, View-quit)
18136 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
18137 appropriate arguments.
18138 (view-end-message): Use quit-restore window parameter.
18139
18140 * window.el (display-buffer-function): Rewrite doc-string.
18141 (display-buffer-window, display-buffer-alist): New variables.
18142 (display-buffer-split-specifiers)
18143 (display-buffer-side-specifiers)
18144 (display-buffer-macro-specifiers): New constants.
18145 (display-buffer-even-window-sizes, display-buffer-set-height)
18146 (display-buffer-set-width, display-buffer-select-window)
18147 (display-buffer-in-window, display-buffer-reuse-window)
18148 (display-buffer-split-window-1, display-buffer-split-window)
18149 (display-buffer-split-atom-window, display-buffer-pop-up-window)
18150 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
18151 (display-buffer-in-side-window, normalize-buffer-to-display)
18152 (display-buffer-normalize-specifiers-1)
18153 (display-buffer-normalize-specifiers-2)
18154 (display-buffer-normalize-specifiers, display-buffer-frame):
18155 New functions.
18156 (display-buffer): Major rewrite.
18157 (display-buffer-other-window, display-buffer-other-frame)
18158 (pop-to-buffer, switch-to-buffer-other-window)
18159 (switch-to-buffer-other-frame): Rewrite.
18160 (display-buffer-same-window, display-buffer-same-frame)
18161 (display-buffer-same-frame-other-window)
18162 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18163 (pop-to-buffer-other-window)
18164 (pop-to-buffer-same-frame-other-window)
18165 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18166 (switch-to-buffer-other-window-same-frame): New functions.
18167 (same-window-p, special-display-p): Rewrite disabling warnings.
18168 Make obsolete.
18169 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18170 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18171 Make obsolete
18172 (same-window-buffer-names, same-window-regexps)
18173 (special-display-frame-alist, special-display-popup-frame)
18174 (special-display-function, special-display-buffer-names)
18175 (special-display-regexps, pop-up-frame-alist)
18176 (pop-up-frame-function, split-window-preferred-function)
18177 (split-height-threshold, split-width-threshold)
18178 (even-window-heights): Make obsolete.
18179
18180 2011-06-12 Glenn Morris <rgm@gnu.org>
18181
18182 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
18183 Misc simplifications.
18184
18185 2011-06-12 Martin Rudalics <rudalics@gmx.at>
18186
18187 * window.el (window-safely-shrinkable-p): Restore function which
18188 was inadvertently removed in change from 2011-06-11. Declare as
18189 obsolete.
18190
18191 * calendar/calendar.el (calendar-generate-window):
18192 Use window-iso-combined-p instead of combination of one-window-p and
18193 window-safely-shrinkable-p.
18194
18195 2011-06-12 Glenn Morris <rgm@gnu.org>
18196
18197 * progmodes/fortran.el (fortran-mode-syntax-table):
18198 * progmodes/f90.el (f90-mode-syntax-table):
18199 Set % to punctuation. (Bug#8820)
18200 (f90-find-tag-default): Remove, no longer needed.
18201
18202 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18203
18204 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18205
18206 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
18207
18208 * image.el (image-animated-p): Return animation delay in seconds.
18209 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18210 (image-animate-timeout): Remove DELAY argument. Don't assume
18211 every subimage has the same delay; get it from image-animated-p.
18212 (image-animate): Caller changed.
18213
18214 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
18215
18216 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18217 to ignored backtrace functions.
18218
18219 2011-06-11 Glenn Morris <rgm@gnu.org>
18220
18221 * calendar/appt.el (appt-disp-window-function): Doc fix.
18222 (appt-check): Handle overlapping appointments. (Bug#8337)
18223
18224 2011-06-11 Martin Rudalics <rudalics@gmx.at>
18225
18226 * window.el (window-tree-1, window-tree): New functions, moving
18227 the latter to window.el.
18228 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18229 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18230 (bw-refresh-edges): Remove.
18231 (balance-windows-1, balance-windows-2): New functions.
18232 (balance-windows): Rewrite in terms of window tree functions,
18233 balance-windows-1 and balance-windows-2.
18234 (bw-adjust-window): Remove.
18235 (balance-windows-area-adjust): New function with functionality of
18236 bw-adjust-window but using resize-window.
18237 (set-window-text-height): Rewrite doc-string.
18238 Use normalize-live-window and resize-window.
18239 (enlarge-window-horizontally, shrink-window-horizontally):
18240 Rename argument to DELTA.
18241 (window-buffer-height): New function.
18242 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18243 Rewrite using new window resize routines.
18244 (kill-buffer-and-window, mouse-autoselect-window-select):
18245 Use ignore-errors instead of condition-case.
18246 (quit-window): Call delete-frame instead of delete-windows-on
18247 for the only buffer on frame.
18248
18249 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18250
18251 * loadup.el (top-level): Load window before files for the sake
18252 of replace-buffer-in-windows.
18253
18254 * files.el (read-buffer-to-switch)
18255 (switch-to-buffer-other-window)
18256 (switch-to-buffer-other-frame, display-buffer-other-frame):
18257 Move to window.el.
18258
18259 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18260 (previous-buffer): Move to window.el.
18261
18262 * bindings.el (unbury-buffer): Move to window.el.
18263
18264 * window.el (delete-other-windows-vertically): Move after
18265 definition of delete-other-windows.
18266 (other-window, delete-windows-on, replace-buffer-in-windows):
18267 Move here from window.c.
18268 (record-window-buffer, unrecord-window-buffer)
18269 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18270 (switch-to-next-buffer): New functions.
18271 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18272 from simple.el. Call switch-to-next-buffer.
18273 (previous-buffer): Move here from simple.el.
18274 Call switch-to-prev-buffer.
18275 (bury-buffer): Move here from buffer.c. Switch to previous
18276 buffer when window cannot be deleted.
18277 (unbury-buffer): Move here from bindings.el.
18278 (ctl-x-map): Move binding for other-window from window.c to
18279 here.
18280 (read-buffer-to-switch, switch-to-buffer-other-window)
18281 (switch-to-buffer-other-frame): Move here from files.el.
18282 (normalize-buffer-to-switch-to): New functions.
18283 (switch-to-buffer): Move here from buffer.c.
18284 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18285
18286 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18287
18288 * window.el (window-min-height, window-min-width): Move here
18289 from window.c. Add defcustoms and rewrite doc-strings.
18290 (resize-mini-window, resize-window): New functions.
18291 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18292 Move here from window.c.
18293 (maximize-window, minimize-window): New functions.
18294 (delete-window, delete-other-windows, split-window): Move here
18295 from window.c.
18296 (window-split-min-size): New function.
18297 (split-window-keep-point): Mention split-window-above-each-other
18298 instead of split-window-vertically.
18299 (split-window-above-each-other, split-window-vertically):
18300 Rename split-window-vertically to split-window-above-each-other
18301 and provide defalias for old definition.
18302 (split-window-side-by-side, split-window-horizontally):
18303 Rename split-window-horizontally to split-window-side-by-side
18304 and provide defalias for the old definition.
18305 (ctl-x-map): Move bindings for delete-window,
18306 delete-other-windows and enlarge-window here from window.c.
18307 Replace bindings for split-window-vertically and
18308 split-window-horizontally by bindings for
18309 split-window-above-each-other and split-window-side-by-side.
18310
18311 * cus-start.el (all): Remove entries for window-min-height and
18312 window-min-width. Add entries for window-splits and
18313 window-nest.
18314
18315 2011-06-09 Glenn Morris <rgm@gnu.org>
18316
18317 * calendar/appt.el (appt-mode-line): New function.
18318 (appt-check, appt-disp-window): Use it.
18319
18320 * files.el (hack-one-local-variable-eval-safep):
18321 Allow minor-modes with explicit +/-1 arguments.
18322
18323 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18324
18325 * term/xterm.el (xterm): Add defgroup.
18326 (xterm-extra-capabilities): Add defcustom to supply known xterm
18327 capabilities, skip querying them, or query them (default).
18328 (terminal-init-xterm): Use it.
18329 (terminal-init-xterm-modify-other-keys): New function to set up
18330 modifyOtherKeys support to simplify `terminal-init-xterm'.
18331
18332 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18333
18334 * window.el (resize-window-reset, resize-window-reset-1)
18335 (resize-subwindows-skip-p, resize-subwindows-normal)
18336 (resize-subwindows, resize-other-windows, resize-this-window)
18337 (resize-root-window, resize-root-window-vertically)
18338 (window-deletable-p, window-or-subwindow-p)
18339 (frame-root-window-p): New functions.
18340
18341 2011-06-09 Glenn Morris <rgm@gnu.org>
18342
18343 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18344 (ange-ftp-get-files): Use it.
18345
18346 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18347
18348 * mail/sendmail.el (mail-recover-1, mail-recover):
18349 * files.el (recover-file, recover-session):
18350 Handle dired-listing-switches not being just a single short option.
18351
18352 2011-06-09 Glenn Morris <rgm@gnu.org>
18353
18354 * calendar/appt.el (appt-display-message, appt-disp-window):
18355 Handle lists of appointments.
18356
18357 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18358
18359 * window.el (one-window-p): Move down in code.
18360 Rewrite doc-string.
18361 (window-current-scroll-bars): Rewrite doc-string.
18362 Normalize live window argument.
18363 (walk-windows, get-window-with-predicate, count-windows):
18364 Rewrite doc-string. Use window-list-1.
18365 (window-in-direction-2, window-in-direction, get-mru-window):
18366 New functions.
18367
18368 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18369
18370 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18371 Doc fix (Bug#8713).
18372
18373 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18374
18375 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18376
18377 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18378
18379 * loadhist.el (unload-feature-special-hooks):
18380 Add `comint-output-filter-functions'.
18381
18382 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18383
18384 * calendar/appt.el (appt-check): Move some initializations into the let.
18385
18386 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18387
18388 * window.el (window-height): Defalias to window-total-height.
18389 (window-width): Defalias to window-body-width.
18390
18391 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18392
18393 * image-mode.el (image-toggle-animation): New command.
18394 (image-mode-map): Bind it to RET.
18395 (image-mode): Update message.
18396 (image-toggle-display-image): Avoid a spurious cache flush.
18397 (image-transform-rotation): Doc fix.
18398 (image-transform-properties): Return quickly in the normal case.
18399 (image-animate-loop): Rename from image-animate-max-time.
18400
18401 * image.el (image-animate-max-time): Move to image-mode.el.
18402 (create-animated-image): Remove unnecessary function.
18403 (image-animate): Rename from image-animate-start. New arg.
18404 (image-animate-stop): Remove; just use image-animate-timer.
18405 (image-animate-timer): Use car-safe.
18406 (image-animate-timeout): Rename argument.
18407
18408 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18409
18410 * window.el (get-lru-window, get-largest-window): Move here from
18411 window.c. Rename first argument to ALL-FRAMES.
18412 Rephrase doc-strings.
18413 (get-buffer-window-list): Rewrite using window-list-1.
18414 Rephrase doc-string.
18415 (window-safe-min-height, window-safe-min-width): New constants.
18416 (window-size-ignore, window-min-size, window-min-size-1)
18417 (window-sizable, window-sizable-p, window-size-fixed-1)
18418 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18419 (window-max-delta-1, window-max-delta, window-resizable)
18420 (window-resizable-p, window-total-height, window-total-width)
18421 (window-body-width): New functions.
18422 (window-full-height-p, window-full-width-p): Rewrite using
18423 window-total-size.
18424 (window-body-height): Rewrite using window-body-size.
18425
18426 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18427
18428 * window.el (window-right, window-left, window-child)
18429 (window-child-count, window-last-child, window-any-p)
18430 (normalize-live-buffer, normalize-live-frame)
18431 (normalize-any-window, normalize-live-window)
18432 (window-iso-combination-p, window-iso-combined-p)
18433 (window-iso-combinations)
18434 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18435 (windows-with-parameter, window-with-parameter)
18436 (window-atom-root, make-window-atom, window-atom-check-1)
18437 (window-atom-check, window-side-check, window-check):
18438 New functions.
18439 (ignore-window-parameters, window-sides, window-sides-vertical)
18440 (window-sides-slots): New variables.
18441 (window-size-fixed): Move down in code. Minor doc-string fix.
18442
18443 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18444
18445 * comint.el (comint-dynamic-complete-as-filename)
18446 (comint-dynamic-complete-filename): Correctly call
18447 completion-in-region.
18448
18449 2011-06-05 Deniz Dogan <deniz@dogan.se>
18450
18451 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18452 in last change.
18453
18454 2011-06-05 Deniz Dogan <deniz@dogan.se>
18455
18456 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18457 (rcirc): Use it to prompt for encryption.
18458
18459 2011-06-05 Roland Winkler <winkler@gnu.org>
18460
18461 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18462 (bibtex-search-entries): New command bound to C-c C-a.
18463 (bibtex-display-entries): New function.
18464
18465 2011-06-05 Roland Winkler <winkler@gnu.org>
18466
18467 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18468 (bibtex-insert-kill): After yanking insert newline if necessary.
18469 (bibtex-initialize): Call bibtex-string-files-init only once.
18470 (bibtex-mode): Do not call easy-menu-add.
18471 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18472 (bibtex-yank): Set arg properly if nil.
18473
18474 2011-06-05 Roland Winkler <winkler@gnu.org>
18475
18476 * textmodes/bibtex.el (bibtex-search-entry-globally):
18477 New variable.
18478 (bibtex-search-entry): Use it.
18479
18480 2011-06-05 Roland Winkler <winkler@gnu.org>
18481
18482 * textmodes/bibtex.el (bibtex-entry-format): New option
18483 sort-fields.
18484 (bibtex-format-entry, bibtex-reformat): Honor this option.
18485 (bibtex-parse-entry): Return fields in proper order.
18486
18487 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18488
18489 * doc-view.el (doc-view-remove-if): Move computation of result out
18490 of `dolist' to silence misleading lexical-binding warning.
18491
18492 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18493
18494 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18495 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18496
18497 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18498
18499 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18500 "SunOS 5.10".
18501
18502 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18503
18504 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18505 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18506 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18507 (tramp-parse-putty):
18508 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18509 (tramp-completion-function-alist-ssh)
18510 (tramp-completion-function-alist-telnet)
18511 (tramp-completion-function-alist-su)
18512 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18513 cookie.
18514
18515 * net/tramp-ftp.el:
18516 * net/tramp-sh.el:
18517 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18518 load "tramp.el" `tramp-set-completion-function'.
18519
18520 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18521
18522 * shell.el: Require and use pcomplete.
18523 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18524 (shell-completion-vars): Set pcomplete-default-completion-function.
18525
18526 2011-06-04 Deniz Dogan <deniz@dogan.se>
18527
18528 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18529 `memq' (Bug#8799).
18530
18531 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18532
18533 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18534
18535 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18536
18537 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18538 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18539 * vc/log-view.el (log-view-beginning-of-defun):
18540 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18541 (smerge-refine-forward, smerge-refine-chopup-region):
18542 Silence warning for unused `dotimes' counter variables.
18543
18544 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18545
18546 * net/tramp.el (tramp-with-progress-reporter): Rename from
18547 with-progress-reporter. Use `declare'.
18548 * net/tramp-smb.el:
18549 * net/tramp-sh.el:
18550 * net/tramp-gvfs.el: Update all uses.
18551
18552 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18553
18554 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18555 buffer isn't killed before making it current.
18556
18557 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18558
18559 Silence various byte-compiler warnings.
18560 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18561 `access-type' and new obsolescence format.
18562 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18563 new format.
18564 (byte-compile-check-variable): New `access-type' argument.
18565 Only warn if the access-type is obsolete.
18566 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18567 (byte-compile-variable-set): Adjust callers.
18568 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18569 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18570 setting it as obsolete.
18571 * simple.el (minibuffer-completing-symbol):
18572 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18573 access as obsolete.
18574 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18575 obsolete yet.
18576 * international/quail.el (quail-mouse-choose-completion): Remove unused
18577 code referring to obsolete var.
18578 (quail-choose-completion-string): Remove.
18579 * server.el (server-clients-with, server-kill-buffer-query-function)
18580 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18581 * proced.el (proced-send-signal):
18582 * emacs-lisp/lisp.el (lisp-complete-symbol):
18583 Replace completion-annotate-function with completion-extra-properties.
18584
18585 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18586
18587 * simple.el (goto-line): Use read-number.
18588 (overriding-map-is-bound): Remove.
18589 (saved-overriding-map): Change default.
18590 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18591 Take the map as argument.
18592 (universal-argument, negative-argument, digit-argument): Use it.
18593 (restore-overriding-map): Adjust.
18594 (do-auto-fill): Use fill-forward-paragraph.
18595 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18596
18597 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18598 (minibuffer-inactive-mode): New major mode.
18599 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18600 the *Messages* buffer" hack.
18601 (mouse-popup-menubar): Don't burp if the event is a normal key.
18602
18603 Miscellaneous tweaks.
18604 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18605 lexical scoping as in subr.el's dolist and dotimes.
18606 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18607 Silence compiler warning.
18608 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18609 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18610 * international/ccl.el (ccl-compile): Trivial simplification.
18611 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18612 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18613 `printflag' argument.
18614 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18615 Purecopy the whole obsolescence data.
18616
18617 2011-06-01 Leo Liu <sdl.web@gmail.com>
18618
18619 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18620 improve doc-string as suggested by Marco Pessotto
18621 <melmothx@gmail.com>.
18622 (rcirc-print): Fix last change.
18623
18624 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18625
18626 * minibuffer.el (complete-with-action): Return nil for the metadata and
18627 boundaries of non-functional tables.
18628 (completion-table-dynamic): Return nil for the metadata.
18629 (completion-table-with-terminator): Add default case, using
18630 complete-with-action.
18631 (completion--metadata): New function.
18632 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18633 to try and avoid pathological performance problems.
18634 (completion--embedded-envvar-table): Return `category' metadata.
18635
18636 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18637
18638 * subr.el (process-alive-p): New tiny convenience function.
18639
18640 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18641
18642 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18643 content but also its previous major mode.
18644
18645 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18646
18647 * emacs-lisp/debug.el (debug): Restore the previous content of the
18648 *Backtrace* buffer when we exit with C-M-c.
18649
18650 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18651
18652 * minibuffer.el: Add metadata method to completion tables.
18653 (completion-category-overrides): New defcustom.
18654 (completion-metadata, completion--field-metadata)
18655 (completion-metadata-get, completion--styles)
18656 (completion--cycle-threshold): New functions.
18657 (completion-try-completion, completion-all-completions):
18658 Add `metadata' argument to choose completion-styles.
18659 (completion--do-completion): Use metadata to choose cycling.
18660 (completion-all-sorted-completions): Use metadata for sorting.
18661 Remove :completion-cycle-penalty which is not needed any more.
18662 (completion--try-word-completion): Add `metadata' argument.
18663 (minibuffer-completion-help): Check metadata for annotation function
18664 and sorting.
18665 (completion-file-name-table): Return `category' metadata.
18666 (minibuffer-completing-file-name): Make obsolete.
18667 * simple.el (minibuffer-completing-symbol): Make obsolete.
18668 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18669 completion-try-completion.
18670
18671 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18674
18675 2011-05-30 Leo Liu <sdl.web@gmail.com>
18676
18677 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18678 (rcirc-print): Decode all incoming messages (bug#8744).
18679 (rcirc-decode-coding-system): Allow value nil for automatic coding
18680 system detection.
18681
18682 2011-06-01 Glenn Morris <rgm@gnu.org>
18683
18684 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18685
18686 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18687
18688 * image.el (image-animate-max-time): Allow nil and t values.
18689 Default to nil.
18690 (create-animated-image): Doc fix.
18691 (image-animate-start): Remove second arg; just use
18692 image-animate-max-time.
18693 (image-animate-timeout): Doc fix. Args changed.
18694
18695 * image-mode.el (image-toggle-display-image): Ensure that the
18696 image spec passed to the animate timer is the same object as in
18697 the buffer's display property (Bug#6981).
18698 (image-transform-properties): Doc fix.
18699
18700 * image.el (image-animate-max-time): Default to nil.
18701
18702 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18703
18704 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18705 entire buffer list (Bug#8184).
18706
18707 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18708
18709 * image.el (imagemagick-types-inhibit)
18710 (imagemagick-register-types): Doc fix.
18711
18712 2011-05-29 Deniz Dogan <deniz@dogan.se>
18713
18714 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18715 default.
18716
18717 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18718
18719 * select.el: Don't perform clipboard-manager saving in hooks;
18720 leave the hooks empty.
18721
18722 2011-05-28 Leo Liu <sdl.web@gmail.com>
18723
18724 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18725 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18726 (occur-edit-mode): New major mode (Bug#8463).
18727 (occur-after-change-function): New function.
18728 (occur-engine): Give Occur tags a read-only property.
18729
18730 2011-05-28 Kevin Ryde <user42@zip.com.au>
18731
18732 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18733
18734 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18735
18736 * bindings.el (help-echo): Make the initial non-indicator dash
18737 empty on graphical terminals (Bug#7295).
18738
18739 * files.el (auto-mode-alist): Move config rule after the
18740 in-stripping one (Bug#8547).
18741
18742 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18743
18744 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18745 setting (Bug#8740).
18746
18747 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18748
18749 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18750 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18751 (Bug#8539).
18752
18753 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18754
18755 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18756
18757 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18758
18759 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18760 (hs-hide-block-at-point, hs-find-block-beginning)
18761 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18762 (Bug#8279).
18763
18764 2011-05-28 Glenn Morris <rgm@gnu.org>
18765
18766 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18767
18768 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18769
18770 * help-fns.el (describe-function-1): If the function is a derived
18771 major mode, print the parent mode.
18772
18773 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18774 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18775
18776 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18777
18778 * minibuffer.el (completion--capf-wrapper): Check applicability before
18779 returning non-nil for non-exclusive completion data.
18780 * progmodes/etags.el (tags-completion-at-point-function):
18781 * info-look.el (info-lookup-completions-at-point): Mark as
18782 non-exclusive.
18783 (info-complete): Adjust accordingly.
18784
18785 * info-look.el: Convert to lexical-binding and completion-at-point.
18786 (info-lookup-completions-at-point): New function.
18787 (info-complete): Use it and completion-in-region.
18788
18789 2011-05-28 Drew Adams <drew.adams@oracle.com>
18790
18791 * isearch.el: Let M-e start with point at the first mismatched char.
18792 (isearch-fail-pos): New function.
18793 (isearch-edit-string): Use it.
18794
18795 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18796
18797 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18798
18799 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18800
18801 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18802 traversal functions for avl-trees.
18803 (avl-tree--stack): New struct.
18804 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18805 (avl-tree-enter): Add optional `updatefun' arg.
18806 (avl-tree--do-enter): Add optional `updatefun' arg.
18807 Change return value.
18808 (avl-tree-delete): Add optional `test' and `nilflag' args.
18809 (avl-tree--do-delete): Add `test' and `nilflag' args.
18810 Change return value.
18811 (avl-tree-member): Add optional `nilflag'
18812 (avl-tree-member-p): New function.
18813 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18814 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18815 (avl-tree-stack-empty-p): New functions.
18816
18817 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18818 avl-tree--del-balance1 and make it work both ways.
18819 (avl-tree--del-balance2): Remove.
18820 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18821 make it work both ways.
18822 (avl-tree--enter-balance2): Remove.
18823 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18824 New macros.
18825 (avl-tree--mapc, avl-tree-map): Add direction argument.
18826
18827 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18828
18829 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18830
18831 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18832
18833 * select.el: Support clipboard managers with built-in function
18834 x-clipboard-manager-save, via delete-frame-functions and
18835 kill-emacs-hook.
18836 (xselect-convert-to-targets): Add MULTIPLE target to list.
18837 (xselect-convert-to-save-targets): New function.
18838
18839 2011-05-27 Kenichi Handa <handa@m17n.org>
18840
18841 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18842 let-binding rfc2047-encode-encoded-words to nil.
18843
18844 2011-05-27 Glenn Morris <rgm@gnu.org>
18845
18846 * mail/emacsbug.el: Don't require url-util.
18847
18848 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18849
18850 * files.el (set-auto-mode):
18851 Also respect mode: entries at the end of the file. (Bug#8586)
18852
18853 2011-05-26 Glenn Morris <rgm@gnu.org>
18854
18855 * files.el (hack-local-variables-prop-line, hack-local-variables):
18856 Downcase mode names, as seems to be traditional.
18857 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18858
18859 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18860 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18861
18862 2011-05-25 Julien Danjou <julien@danjou.info>
18863
18864 * textmodes/rst.el (rst-define-level-faces): Do not define face
18865 symbol if it is already defined.
18866
18867 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18868
18869 * play/5x5.el (5x5-new-game, 5x5-randomize):
18870 Reset 5x5-solver-output to nil when a new grid is cast.
18871 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18872 these debugging traces, as defmacro breaks the compiled code.
18873
18874 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18875
18876 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18877
18878 2011-05-24 Leo Liu <sdl.web@gmail.com>
18879
18880 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18881 (vc-bzr-sha1): Adapt.
18882
18883 * sha1.el: Remove. Function `sha1' is now builtin.
18884
18885 * bindings.el: Provide sha1 feature.
18886
18887 2011-05-24 Kenichi Handa <handa@m17n.org>
18888
18889 * mail/sendmail.el: Require `rfc2047'.
18890 (mail-insert-from-field): Do not perform RFC2047 encoding.
18891 (mail-encode-header): New function.
18892 (sendmail-send-it): Set buffer-file-coding-system of the work
18893 buffer to the return value of select-message-coding-system.
18894 Call mail-encode-header.
18895
18896 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18897
18898 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18899
18900 * mail/supercite.el (sc-default-cite-frame):
18901 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18902
18903 2011-05-24 Glenn Morris <rgm@gnu.org>
18904
18905 * progmodes/python.el (brm-menu): Declare.
18906
18907 * emulation/viper.el (viper-set-hooks): Declare.
18908
18909 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18910 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18911 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18912 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18913 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18914 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18915
18916 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18917
18918 Add an :exit-function for completion-at-point.
18919
18920 * minibuffer.el (completion--done): New fun.
18921 (completion--do-completion): Use it. New arg `expect-exact'.
18922 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18923 since completion--do-completion does it for us now.
18924 (minibuffer-force-complete): Use completion--done and
18925 completion--replace. Handle sole-completion case with more care.
18926 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18927 (completion-extra-properties): New var.
18928 (completion-annotate-function): Make obsolete.
18929 (minibuffer-completion-help): Adjust accordingly.
18930 Use completion-list-insert-choice-function.
18931 (completion-at-point, completion-help-at-point):
18932 Bind completion-extra-properties.
18933 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18934 * simple.el (completion-list-insert-choice-function): New var.
18935 (completion-setup-function): Preserve it.
18936 (choose-completion): Pay attention to it, shuffle the code a bit.
18937 (choose-completion-string): New arg `insert-function'.
18938
18939 * textmodes/bibtex.el: Convert to lexical binding.
18940 (bibtex-mode-map): Use completion-at-point.
18941 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18942 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18943 (bibtex-complete): Define as obsolete alias.
18944 (bibtex-complete-internal): Remove.
18945 (bibtex-format-entry): Remove unused sub-group in regexp.
18946 * shell.el (shell--command-completion-data)
18947 (shell-environment-variable-completion):
18948 * pcomplete.el (pcomplete-completions-at-point):
18949 * comint.el (comint--complete-file-name-data): Use :exit-function
18950 instead of completion-table-with-terminator so it also works for
18951 choose-completion.
18952
18953 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18954
18955 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18956
18957 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18958 (bug#8710).
18959
18960 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18961
18962 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18963
18964 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18965 customization variable and implement: If non-nil, auto-fill will
18966 be inhibited while on topic's header line.
18967
18968 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18969
18970 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18971 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18972 always have a solution in grid size = 5 cases.
18973 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18974 (5x5-solver-output, 5x5-log-buffer): New vars.
18975 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18976 Make these variables buffer local to achieve 5x5 multi-session-ness.
18977 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18978 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18979 (5x5-solve-suggest): New funs.
18980 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18981 randomize a grid so that we ensure that there is always a solution.
18982 (5x5-make-random-grid): Allow other movement than flipping.
18983
18984 2011-05-23 Kevin Ryde <user42@zip.com.au>
18985
18986 * emacs-lisp/advice.el (ad-read-advised-function):
18987 Use `function-called-at-point' as the default, if it has
18988 advice and passes PREDICATE.
18989
18990 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18991
18992 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18993 byte-compile-lambda if it's actually a lambda.
18994
18995 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18996 Fix function quoting. Use backquote better.
18997
18998 2011-05-22 Yuanle Song <sylecn@gmail.com>
18999
19000 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
19001 matching (Bug#8516).
19002
19003 2011-05-22 Jari Aalto <jari.aalto@cante.net>
19004
19005 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
19006 different face (Bug#8178).
19007
19008 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
19009
19010 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
19011 defface (Bug#8144).
19012
19013 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19014
19015 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
19016 funcall as well (bug#8712). Warn when performing those conversions.
19017 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
19018
19019 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
19020
19021 2011-05-22 Glenn Morris <rgm@gnu.org>
19022
19023 * files.el (hack-local-variables-prop-line): Small simplifications.
19024 (hack-local-variables, hack-local-variables-prop-line):
19025 If MODE-ONLY, return the mode, rather than just `t'.
19026
19027 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
19028
19029 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
19030
19031 2011-05-21 Glenn Morris <rgm@gnu.org>
19032
19033 * files.el (hack-local-variables-prop-line, hack-local-variables):
19034 If only interested in the mode, don't bother doing the other stuff.
19035
19036 * image-mode.el (image-after-revert-hook):
19037 Redraw all frames on which the image is visible. (Bug#8567)
19038
19039 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
19040
19041 * wid-edit.el (widget-checklist-match-inline):
19042 Fix 2011-04-19 change. (Bug#8649)
19043
19044 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19045
19046 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19047 Also allow singlespace after single-letter capitals followed by a dot.
19048
19049 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19050 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19051
19052 2011-05-20 Nix <nix@esperi.org.uk>
19053
19054 * files.el (basic-save-buffer-2):
19055 Fix handling of break-hardlink-on-save with non-existent files.
19056
19057 2011-05-19 Deniz Dogan <deniz@dogan.se>
19058
19059 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
19060 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
19061
19062 2011-05-19 Glenn Morris <rgm@gnu.org>
19063
19064 * progmodes/f90.el (f90-type-def-re):
19065 Handle "type, bind(c)". (Bug#8691)
19066
19067 * emacs-lisp/autoload.el (batch-update-autoloads):
19068 Set autoload-excludes by parsing loadup.el rather than Makefiles.
19069
19070 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
19071
19072 * net/tramp.el (tramp-process-actions): Set "first-password-request"
19073 property for the correct connection in case of multihops.
19074
19075 2011-05-18 Glenn Morris <rgm@gnu.org>
19076
19077 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
19078 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19079
19080 Rationalize calendar handling of day and month abbrev-arrays.
19081 * calendar/calendar.el (calendar-customized-p): New function.
19082 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19083 (calendar-day-name-array, calendar-month-name-array): Doc fix.
19084 Add :set function.
19085 (calendar-abbrev-length, calendar-day-abbrev-array)
19086 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19087 (calendar-day-abbrev-array, calendar-month-abbrev-array):
19088 Elements may no longer be nil.
19089 (calendar-day-name, calendar-month-name):
19090 Update for changed nature of abbrev arrays.
19091 * calendar/diary-lib.el (diary-name-pattern):
19092 Update for changed nature of abbrev arrays.
19093 (diary-mark-entries-1): Update calendar-make-alist calls.
19094 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19095 * calendar/cal-html.el (cal-html-day-abbrev-array):
19096 Simply inherit from calendar-day-abbrev-array.
19097
19098 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19099
19100 * progmodes/grep.el (grep-mode): Disable default
19101 compilation-directory-matcher setting (bug#8684).
19102
19103 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
19104
19105 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19106 instead of "head" and "tail". There were problems with SunOS 5.9,
19107 and it performs better.
19108
19109 2011-05-17 Glenn Morris <rgm@gnu.org>
19110
19111 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
19112
19113 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
19114 Replace obsolete function.
19115
19116 * shell.el (pcomplete-parse-arguments-function): Declare.
19117
19118 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
19119 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
19120 (appt-check): Doc fixes.
19121 (appt-disp-window-function, appt-delete-window-function):
19122 Remove needless special case in custom :type.
19123 (appt-display-count): Default to 0, not nil.
19124 (appt-check): Reset appt-display-count to 0, not nil.
19125
19126 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
19127
19128 * progmodes/python.el (python-font-lock-keywords):
19129 Add the Python 3.X keyword "nonlocal" (bug#8639).
19130
19131 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
19132
19133 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
19134
19135 2011-05-16 Kevin Ryde <user42@zip.com.au>
19136
19137 * info-look.el (makefile-automake-mode): New setups, looking in
19138 automake manual, then makefile-mode.
19139 (makefile-mode): Remove automake manual, have it just in
19140 makefile-automake-mode since there's various things different or
19141 not relevant to plain make.
19142 (makefile-mode): Remove "other-modes" non-existent automake-mode,
19143 believe a hypothetical automake-mode would go to makefile-mode,
19144 not the other way around.
19145
19146 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
19147
19148 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
19149 hunk-end tags (Bug#8672).
19150
19151 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
19152 vc-annotate-show-diff-revision-at-line (Bug#8671).
19153
19154 2011-05-14 Glenn Morris <rgm@gnu.org>
19155
19156 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
19157 in the middle of an existing one with multiple authors. (Bug#8645)
19158 (change-log-font-lock-keywords): Also handle multiple author lines
19159 with leading tabs. (Bug#8644)
19160
19161 * calendar/appt.el (appt-check): Rename some local variables.
19162 Some simplification/reordering.
19163
19164 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
19165 (feedmail-sendmail-f-doesnt-sell-me-out)
19166 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19167 (feedmail-debug-sit-for, feedmail-queue-express-hook)
19168 (feedmail-queue-runner-message-sender): Set :version.
19169 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19170 (bbdb-dwim-net-address, vm-mail): Declare.
19171 (feedmail-binmail-gnulinuxish-template):
19172 Rename from feedmail-binmail-linuxish-template.
19173 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19174 Use insert-buffer-substring.
19175
19176 2011-05-14 Bill Carpenter <bill@carpenter.org>
19177
19178 * mail/feedmail.el (feedmail-patch-level): Increase.
19179 (feedmail-debug): New custom group.
19180 (feedmail-confirm-outgoing-timeout)
19181 (feedmail-sendmail-f-doesnt-sell-me-out)
19182 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19183 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19184 (feedmail-sender-line, feedmail-from-line)
19185 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19186 (feedmail-spray-this-address)
19187 (feedmail-spray-address-fiddle-plex-list)
19188 (feedmail-queue-use-send-time-for-date)
19189 (feedmail-queue-use-send-time-for-message-id)
19190 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19191 (feedmail-buffer-eating-function):
19192 Doc fixes.
19193 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19194 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19195 (feedmail-message-action-scroll-down): New functions.
19196 (feedmail-queue-directory, feedmail-queue-draft-directory):
19197 Use expand-file-name.
19198 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19199 Remove C-v help entry.
19200 (feedmail-queue-buffer-file-name): New variable.
19201 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19202 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19203 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19204 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19205 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19206 (feedmail-message-action-toggle-spray)
19207 (feedmail-run-the-queue-no-prompts)
19208 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19209 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19210 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19211 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19212 (feedmail-envelope-deducer, feedmail-fiddle-from)
19213 (feedmail-fiddle-sender, feedmail-default-date-generator)
19214 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19215 (feedmail-fiddle-spray-address)
19216 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19217 (feedmail-fiddle-list-of-fiddle-plexes)
19218 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19219 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19220 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19221 Change default. Doc fix.
19222 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19223 (feedmail-binmail-linuxish-template): New constant.
19224 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19225 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19226 (feedmail-send-it): Add debug call.
19227 Use feedmail-queue-buffer-file-name, and
19228 feedmail-send-it-immediately-wrapper.
19229 (feedmail-message-action-send): Add debug call.
19230 Use feedmail-send-it-immediately-wrapper.
19231 (feedmail-queue-express-to-queue): Add debug call.
19232 Run feedmail-queue-express-hook.
19233 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19234 (feedmail-message-action-help-blat):
19235 Rename from feedmail-queue-send-edit-prompt-help-first.
19236 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19237 Check line-endings. Handle errors better.
19238 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19239 Doc fix. Add debug call.
19240 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19241 Use feedmail-queue-send-edit-prompt-inner.
19242 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19243 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19244 from feedmail-queue-send-edit-prompt.
19245 (feedmail-queue-send-edit-prompt-help)
19246 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19247 (feedmail-tidy-up-slug): Add debug call.
19248 Respect feedmail-queue-slug-suspect-regexp.
19249 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19250 (feedmail-dump-message-to-queue): Add debug call.
19251 Expand queue-directory.
19252 (feedmail-dump-message-to-queue): Change message slightly.
19253 Use feedmail-say-chatter.
19254 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19255 (feedmail-send-it-immediately-wrapper): New function.
19256 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19257 Insert empty string rather than newline. Handle full-frame case.
19258 Use catch/throw. Use feedmail-say-chatter.
19259 (feedmail-fiddle-from): Try mail-host-address.
19260 (feedmail-default-message-id-generator): Doc fix.
19261 Bind system-time-locale. Handle missing end.
19262 (feedmail-fiddle-x-mailer): Add debug call.
19263 Handle feedmail-x-mailer-line being nil.
19264 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19265 Add debug call. Use buffer-substring-no-properties.
19266 (feedmail-say-debug, feedmail-say-chatter): New functions.
19267 (feedmail-find-eoh): Give an explicit error.
19268
19269 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
19270
19271 * net/newst-treeview.el (newsticker-treeview-face): Change default
19272 family from helvetica to sans.
19273 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19274 etc/images/newsticker.
19275
19276 * net/newst-reader.el (newsticker-feed-face): Change default
19277 family from helvetica to sans.
19278
19279 * net/newst-plainview.el (newsticker-new-item-face)
19280 (newsticker-old-item-face, newsticker-immortal-item-face)
19281 (newsticker-obsolete-item-face, newsticker-date-face)
19282 (newsticker-statistics-face): Change default family from
19283 helvetica to sans.
19284 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19285 etc/images/newsticker.
19286
19287 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19288 (newsticker--process-auto-mark-filter-match): Tell user about
19289 auto-marking.
19290
19291 2011-05-13 Didier Verna <didier@xemacs.org>
19292
19293 Common Lisp indentation improvements on defmethod and lambda-lists.
19294 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19295 TODO entries.
19296 (lisp-lambda-list-keyword-parameter-indentation)
19297 (lisp-lambda-list-keyword-parameter-alignment)
19298 (lisp-lambda-list-keyword-alignment): New customizable user options.
19299 (lisp-indent-defun-method): Improve docstring.
19300 (extended-loop-p): Fix comment.
19301 (lisp-indent-lambda-list-keywords-regexp): New variable.
19302 (lisp-indent-lambda-list): New function.
19303 (lisp-indent-259): Use it.
19304 (lisp-indent-defmethod): Support for more than one
19305 method qualifier and properly indent methods lambda-lists.
19306 (defgeneric): Provide a missing common-lisp-indent-function property.
19307
19308 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19309
19310 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19311 bounds for the empty string (bug#8667).
19312
19313 2011-05-13 Glenn Morris <rgm@gnu.org>
19314
19315 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19316
19317 * mail/sendmail.el (sendmail-program): Try executable-find first.
19318 (sendmail-send-it): `sendmail-program' cannot be unbound.
19319
19320 * calendar/appt.el (appt-make-list): Simplify.
19321 (appt-time-msg-list): Doc fix.
19322 (appt-check): Change mode-line message at the time of the appointment.
19323
19324 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19325
19326 * progmodes/ld-script.el (ld-script-keywords)
19327 (ld-script-builtins): Update keywords list.
19328
19329 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19330
19331 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19332
19333 * shell.el (shell-completion-vars): New function.
19334 (shell-mode):
19335 * simple.el (read-shell-command): Use it.
19336 (blink-matching-open): No need for " [...]" in minibuffer-message.
19337
19338 2011-05-12 Glenn Morris <rgm@gnu.org>
19339
19340 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19341 (appt-check): Simplify.
19342
19343 2011-05-12 Eli Zaretskii <eliz@gnu.org>
19344
19345 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19346 literal "/dev/null".
19347
19348 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19349
19350 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19351 Fix typo.
19352
19353 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19354
19355 * progmodes/which-func.el (which-function):
19356 Use add-log-current-defun instead of add-log-current-defun-function,
19357 which might not be defined (Bug#8260).
19358
19359 2011-05-12 Glenn Morris <rgm@gnu.org>
19360
19361 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19362 Let byte-compile-initial-macro-environment always take precedence.
19363
19364 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19365
19366 * net/rcirc.el: Add support for SSL/TLS connections.
19367 (rcirc-server-alist): New field `encryption'.
19368 (rcirc): Check `encryption' settings.
19369 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19370 Merge make-local-variable into `set'.
19371 (rcirc--connection-open-p): New function.
19372 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19373 the process is not a network process (e.g. running gnutls-cli).
19374 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19375 Make rcirc-(en|de)code-coding-system local here.
19376 (rcirc-mode): Merge make-local-variable into `set'.
19377 (rcirc-parent-buffer): Make permanent buffer-local.
19378 (rcirc-multiline-minor-mode): Don't do it here.
19379 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19380 there's no server buffer.
19381
19382 2011-05-11 Glenn Morris <rgm@gnu.org>
19383
19384 * newcomment.el (comment-kill): Prefix "unused" local.
19385
19386 * term/w32console.el (get-screen-color): Declare.
19387
19388 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19389 Handle symbol elements of byte-compile-initial-macro-environment.
19390
19391 2011-05-10 Leo Liu <sdl.web@gmail.com>
19392
19393 * bookmark.el (bookmark-bmenu-mode-map):
19394 Bind bookmark-bmenu-search to `/'.
19395
19396 * mail/footnote.el: Convert to utf-8 encoding.
19397 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19398 (Footnote-unicode): New function.
19399 (footnote-style-alist): Add unicode style to the list.
19400 (footnote-style): Doc fix.
19401
19402 2011-05-10 Jim Meyering <meyering@redhat.com>
19403
19404 Fix doubled-word typos.
19405 * international/quail.el (quail-insert-kbd-layout): and and -> and
19406 * kermit.el: and and -> and
19407 * net/ldap.el (ldap-search-internal): to to -> to
19408 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19409 * progmodes/js.el (js-mode): and and -> and
19410 * textmodes/artist.el (artist-move-to-xy): at at -> at
19411 (artist-draw-region-trim-line-endings): if if -> if
19412 And Safetyc -> Safety.
19413 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19414
19415 2011-05-10 Glenn Morris <rgm@gnu.org>
19416 Stefan Monnier <monnier@iro.umontreal.ca>
19417
19418 * files.el (hack-one-local-variable-eval-safep):
19419 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19420
19421 2011-05-10 Glenn Morris <rgm@gnu.org>
19422
19423 * calendar/diary-lib.el (diary-list-entries-hook)
19424 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19425 (diary-nongregorian-marking-hook, diary-list-entries)
19426 (diary-include-other-diary-files, diary-mark-entries)
19427 (diary-mark-included-diary-files): Doc fixes.
19428
19429 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19430
19431 * misc.el: Require tabulated-list.el during compilation.
19432
19433 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19434
19435 * progmodes/compile.el (compilation-start):
19436 Run compilation-filter-hook for the async case too.
19437 (compilation-filter-hook): Doc fix.
19438
19439 2011-05-09 Deniz Dogan <deniz@dogan.se>
19440
19441 * wdired.el: Remove outdated installation comment. Fix usage
19442 comment.
19443
19444 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19445
19446 * misc.el: Implement new command `list-dynamic-libraries'.
19447 (list-dynamic-libraries--loaded-only-p): New variable.
19448 (list-dynamic-libraries--refresh): New function.
19449 (list-dynamic-libraries): New command.
19450
19451 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19452
19453 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19454 Fix the ant regexp to handle end-line and end-column info from jikes.
19455 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19456 higher priority to avoid clobbering by gnu.
19457
19458 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19459
19460 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19461 if the face has existing theme settings (Bug#8454).
19462
19463 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19464
19465 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19466 Only match variables declared via `my' or `our' (Bug#8261).
19467
19468 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19469 special file names `.' and `..' (Bug#8259).
19470
19471 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19472
19473 * progmodes/grep.el (grep-mode-font-lock-keywords):
19474 Remove buffer-changing entries.
19475 (grep-filter): New function.
19476 (grep-mode): Add it to compilation-filter-hook.
19477
19478 * progmodes/compile.el (compilation-filter-hook)
19479 (compilation-filter-start): New defvars.
19480 (compilation-filter): Call compilation-filter-hook prior to
19481 updating the process mark.
19482
19483 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19484
19485 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19486
19487 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19488
19489 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19490 mailclient-send-it even if window-system is nil. (Bug#8595)
19491
19492 * term/w32console.el (terminal-init-w32console):
19493 Call get-screen-color and use its output to set the frame
19494 background-mode. (Bug#8597)
19495
19496 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19497
19498 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19499 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19500 New functions.
19501 (defgeneric, eieio--defmethod): Use them.
19502 (eieio-defgeneric): Remove.
19503 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19504
19505 2011-05-07 Glenn Morris <rgm@gnu.org>
19506
19507 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19508 Use let rather than let*.
19509 (timeclock-find-discrep): Remove unused local.
19510
19511 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19512
19513 * calendar/appt.el (appt-time-msg-list): Doc fix.
19514
19515 2011-05-06 Noah Friedman <friedman@splode.com>
19516
19517 * apropos.el (apropos-print-doc): Only use
19518 emacs-lisp-docstring-fill-column when it is bound to an integer,
19519 per that variable's documentation.
19520
19521 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19522
19523 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19524 and warnings are not silently discarded (e.g. use -d instead of -P).
19525
19526 2011-05-06 Glenn Morris <rgm@gnu.org>
19527
19528 * calendar/appt.el (appt-message-warning-time): Doc fix.
19529 (appt-warning-time-regexp): New option.
19530 (appt-make-list): Respect appt-message-warning-time.
19531
19532 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19533 New options.
19534 (diary-add-to-list): Strip comments from the displayed string.
19535 (diary-mode): Set comment-start and comment-end.
19536
19537 * vc/diff-mode.el (smerge-refine-subst): Declare.
19538 (diff-refine-hunk): Don't require smerge-mode when compiling.
19539
19540 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19541
19542 * simple.el (list-processes): Return nil as the docstring says.
19543
19544 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19545
19546 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19547 to "".
19548 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19549 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19550 determining of binary transfer. (Bug#7383)
19551
19552 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19553
19554 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19555 Fix port computation bug. (Bug#8618)
19556
19557 2011-05-05 Glenn Morris <rgm@gnu.org>
19558
19559 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19560
19561 * simple.el (shell-dynamic-complete-functions)
19562 (comint-dynamic-complete-functions): Declare.
19563
19564 * net/network-stream.el (gnutls-negotiate):
19565 * simple.el (tabulated-list-print): Fix declarations.
19566
19567 * progmodes/gud.el (syntax-symbol, syntax-point):
19568 Remove unnecessary and incorrect declarations.
19569
19570 * emacs-lisp/check-declare.el (check-declare-scan):
19571 Handle byte-compile-initial-macro-environment in bytecomp.el.
19572
19573 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19574
19575 Fix earlier half-done eieio-defmethod change (bug#8338).
19576 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19577 Streamline and change calling convention.
19578 (defmethod): Adjust accordingly and simplify.
19579 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19580 new eieio--defmethod.
19581 (slot-boundp): Minor CSE simplification.
19582
19583 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19584
19585 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19586 (glasses-make-readable): Use glasses-separate-capital-groups.
19587
19588 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19589
19590 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19591 (warning-series): Doc fix.
19592 (display-warning): Don't try to create the buffer if we just found it.
19593
19594 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19595
19596 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19597 (autoload-find-generated-file): New function.
19598 (generate-file-autoloads): Bind generated-autoload-file to
19599 buffer-file-name.
19600 (update-file-autoloads, update-directory-autoloads):
19601 Use autoload-find-generated-file. If called interactively, prompt for
19602 output file (Bug#7989).
19603 (batch-update-autoloads): Doc fix.
19604
19605 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19606
19607 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19608
19609 2011-05-04 Glenn Morris <rgm@gnu.org>
19610
19611 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19612 function, so it follows changes in calendar-date-style.
19613 (diary-fancy-date-matcher): New function.
19614 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19615 (diary-fancy-font-lock-fontify-region-function):
19616 Use diary-fancy-date-pattern as a function.
19617
19618 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19619 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19620
19621 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19622
19623 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19624 instead of positional arguments. Allow :keylist and :crlfiles
19625 arguments.
19626 (open-gnutls-stream): Call it.
19627
19628 * net/network-stream.el (network-stream-open-starttls): Adjust to
19629 call `gnutls-negotiate' with :process and :hostname arguments.
19630
19631 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19632
19633 * minibuffer.el (completion--message): New function.
19634 (completion--do-completion, minibuffer-complete)
19635 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19636 (completion--do-completion): Don't ignore completion-auto-help when in
19637 icomplete-mode.
19638
19639 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19640 internal encoding (e.g. tibetan zero is not whitespace).
19641 (global-whitespace-mode): Prefer save-current-buffer.
19642 (whitespace-trailing-regexp): Remove useless save-match-data.
19643 (whitespace-empty-at-bob-regexp): Minor simplification.
19644
19645 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19646
19647 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19648
19649 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19650
19651 * textmodes/ispell.el (ispell-add-per-file-word-list):
19652 Use `concat' to create string for insertion.
19653
19654 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19655
19656 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19657 Avoid open-line which runs post-self-insert-hook.
19658 (bibtex-fill-entry): Remove unused `end' var.
19659
19660 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19661
19662 * textmodes/ispell.el (ispell-add-per-file-word-list):
19663 Protect against `nil' value of `comment-start' (Bug#8579).
19664
19665 2011-05-03 Leo Liu <sdl.web@gmail.com>
19666
19667 * isearch.el (isearch-yank-pop): New command.
19668 (isearch-mode-map): Bind it to `M-y'.
19669 (isearch-forward): Mention it.
19670
19671 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * simple.el (minibuffer-complete-shell-command): Remove.
19674 (minibuffer-local-shell-command-map): Use completion-at-point.
19675 (read-shell-command): Setup completion vars here instead.
19676 (read-expression-map): Bind TAB to symbol completion.
19677
19678 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19679 error directly rather via storing it into `results'.
19680
19681 2011-05-02 Leo Liu <sdl.web@gmail.com>
19682
19683 * vc/diff.el: Fix description.
19684
19685 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19686
19687 * server.el (server-eval-at): New function.
19688
19689 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19690
19691 * net/network-stream.el (open-network-stream): Take a :nowait
19692 parameter and pass it on to `make-network-process'.
19693 (network-stream-open-plain): Ditto.
19694
19695 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19696
19697 * faces.el (face-spec-set-match-display): Don't match toolkit
19698 options on terminal frames.
19699
19700 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19701
19702 * progmodes/pascal.el: Use lexical binding.
19703 (pascal-mode-map): Remove author preferences.
19704
19705 * pcomplete.el (pcomplete-std-complete): Don't abuse
19706 completion-at-point.
19707
19708 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19709
19710 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19711 removing code that has been dead since 1991 or so.
19712
19713 * startup.el (command-line): When warning about "_emacs", use a
19714 delayed warning to allow the user to filter it out.
19715
19716 2011-04-28 Deniz Dogan <deniz@dogan.se>
19717
19718 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19719 user has not joined.
19720
19721 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19722
19723 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19724 aren't any completions at point.
19725
19726 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19727
19728 * subr.el (display-delayed-warnings): New function.
19729 (delayed-warnings-hook): New variable.
19730
19731 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19732
19733 * minibuffer.el (completion-at-point, completion-help-at-point):
19734 Don't presume that a given completion-at-point-function will always
19735 use the same calling convention.
19736
19737 * pcomplete.el (pcomplete-completions-at-point):
19738 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19739 pcomplete-seen is non-nil.
19740 (pcomplete-comint-setup): Also recognize the new comint/shell
19741 completion functions.
19742 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19743 pcomplete-seen is non-nil.
19744
19745 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19746
19747 * calendar/icalendar.el (diary-lib): Add require statement.
19748 (icalendar--create-uid): Read out a uid from a text-property on
19749 the first character in the entry. This allows for code to add its
19750 own uid to the entry.
19751 (icalendar--convert-float-to-ical): Add export of
19752 `diary-float'-entries save for those with the optional DAY
19753 argument.
19754
19755 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19756
19757 * subr.el (shell-quote-argument): Use alternate escaping strategy
19758 when we spot a variable reference in a string.
19759
19760 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19761
19762 * cus-start.el (all): Define customization for debug-on-event.
19763
19764 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19765
19766 * subr.el (shell-quote-argument): Escape correctly under Windows.
19767
19768 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19769
19770 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19771
19772 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19773
19774 * net/tramp.el (tramp-process-actions): Add POS argument.
19775 Delete region between POS and (pos).
19776
19777 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19778 Use `nil' position in `tramp-process-actions' call.
19779 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19780
19781 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19782 position in `tramp-process-actions' call.
19783
19784 * net/trampver.el: Update release number.
19785
19786 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19787
19788 * custom.el (defcustom): Obey lexical-binding.
19789
19790 Fix octave-inf completion problems reported by Alexander Klimov.
19791 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19792 Inherit from octave-mode-syntax-table.
19793 (inferior-octave-mode): Set info-lookup-mode.
19794 (inferior-octave-completion-at-point): New function.
19795 (inferior-octave-complete): Use it and completion-in-region.
19796 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19797 comint-filename-completion.
19798 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19799 symbol elements which shouldn't be word elements.
19800 (octave-font-lock-keywords, octave-beginning-of-defun)
19801 (octave-function-header-regexp): Adjust regexps accordingly.
19802 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19803
19804 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19805
19806 * net/gnutls.el (gnutls-errorp): Declare before first use.
19807
19808 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19809
19810 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19811 verify-error, and verify-hostname-error parameters. Check whether
19812 default trustfile exists before going to use it. Add missing
19813 argument to gnutls-message-maybe call. Return value.
19814 Reported by Claudio Bley <claudio.bley@gmail.com>.
19815 (open-gnutls-stream): Add usage example.
19816
19817 * net/network-stream.el (network-stream-open-starttls): Give host
19818 parameter to `gnutls-negotiate'.
19819 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19820 * subr.el (shell-quote-argument): Escape correctly under Windows.
19821
19822 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19823
19824 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19825 Use correct match group (bug#8438).
19826
19827 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19828
19829 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19830 (package-menu--generate): New arg specifying packages to show.
19831 (package-menu-refresh, package-menu-execute, list-packages):
19832 Callers changed.
19833 (package-show-package-list): New function, replacing deleted
19834 package--list-packages (renamed because it is non-internal).
19835
19836 * finder.el (finder-list-matches): Use package-show-package-list
19837 instead of deleted package--list-packages.
19838
19839 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19840 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19841 (vc-annotate-mode-map): Bind it to RET.
19842
19843 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19844
19845 * progmodes/etags.el (next-file): Don't use set-buffer to change
19846 buffers (Bug#8478).
19847
19848 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19849
19850 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19851
19852 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19853 (apropos-accumulator): Doc fix.
19854 (apropos-function, apropos-macro, apropos-command)
19855 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19856 (apropos-plist): Add face property.
19857 (apropos-symbols-internal): Fix indentation.
19858 (apropos-print): Simplify help, and recognize apropos-multi-type.
19859 (apropos-print-doc): Use button-type-get to extract the button's
19860 face property. Fill docstring (Bug#8352).
19861
19862 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19863
19864 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19865
19866 * play/mpuz.el (mpuz-silent): Doc fix.
19867 (mpuz-mode-map): Use mapc.
19868 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19869 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19870 Fix typos in docstrings.
19871
19872 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19873 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19874
19875 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19876
19877 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19878
19879 * minibuffer.el (completion--do-completion): Avoid the "Next char
19880 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19881
19882 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19883 mouse-2 into unread-command-events, it is interpreted correctly.
19884
19885 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19886 (image-toggle-display): Doc fix.
19887
19888 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19889
19890 * textmodes/page.el (what-page): Use line-number-at-pos to
19891 calculate line number (Bug#6825).
19892
19893 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19894
19895 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19896 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19897 Pass argument NO-DEFAULT to `find-tag-interactive'.
19898
19899 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19900
19901 Lexical-binding cleanup.
19902
19903 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19904 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19905 * progmodes/ada-prj.el (ada-prj-initialize-values)
19906 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19907 (ada-prj-show-value):
19908 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19909 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19910 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19911 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19912 * progmodes/bug-reference.el (bug-reference-push-button):
19913 * progmodes/fortran.el (fortran-line-length):
19914 * progmodes/glasses.el (glasses-change):
19915 * progmodes/octave-mod.el (octave-fill-paragraph):
19916 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19917 (python-pdbtrack-grub-for-buffer, python-sentinel):
19918 * progmodes/sql.el (sql-save-connection):
19919 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19920 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19921 Mark unused parameters.
19922
19923 * progmodes/compile.el (compilation--flush-directory-cache)
19924 (compilation--flush-parse, compile-internal): Mark unused parameters.
19925 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19926 (compilation-next-error-function): Remove unused variable `timestamp'.
19927
19928 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19929 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19930
19931 * progmodes/dcl-mode.el (dcl-end-of-command):
19932 Remove unused variable `start'.
19933 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19934 (dcl-option-value-basic, dcl-option-value-offset)
19935 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19936 Mark unused parameters.
19937 (dcl-save-local-variable): Remove unused variable `val'.
19938 (mode): Declare.
19939
19940 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19941 Mark unused parameters.
19942 (delphi-ignore-changes): Move before first use.
19943 (delphi-charset-token-at): Remove unused variable `start'.
19944 (delphi-else-start): Remove unused variable `if-count'.
19945 (delphi-comment-block-start, delphi-comment-block-end):
19946 Remove unused variable `kind'.
19947 (delphi-indent-line): Remove unused variable `new-point'.
19948
19949 * progmodes/ebrowse.el (ebrowse-files-list)
19950 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19951 Mark unused parameters. Don't quote `lambda'.
19952 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19953 Don't quote `lambda'.
19954 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19955 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19956 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19957 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19958 Use `ignore-errors'.
19959 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19960 (ebrowse-view/find-file-and-search-pattern)
19961 (ebrowse-view/find-member-declaration/definition):
19962 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19963 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19964 Rename parameter PREFIX-ARG to PREFIX.
19965 (ebrowse-tags-read-name): Remove unused variables `start' and
19966 `member-info'.
19967 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19968 to `tags-file'.
19969
19970 * progmodes/etags.el (local-find-tag-hook): Declare.
19971 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19972 Mark unused parameters.
19973
19974 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19975 (executable-interpret): Mark unused parameter.
19976
19977 * progmodes/flymake.el (flymake-process-sentinel)
19978 (flymake-after-change-function)
19979 (flymake-create-temp-with-folder-structure)
19980 (flymake-get-include-dirs-dot): Mark unused parameters.
19981 (flymake-safe-delete-directory): Remove unused variable `err'.
19982
19983 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19984 (speedbar-timer-fn, speedbar-line-text)
19985 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19986 (speedbar-center-buffer-smartly): Declare functions.
19987 (gdb-find-watch-expression): Remove unused variable `array'.
19988 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19989 (gdb-starting): Mark unused parameters.
19990 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19991 (gdb-table-string): Remove unused variable `res'.
19992 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19993 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19994 (gdb-display-buffer): Remove unused variable `cur-size'.
19995
19996 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19997 allow lexical-binding compilation.
19998 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19999 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
20000 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
20001 Mark unused parameters.
20002 (gud-gdb-marker-filter): Remove unused variable `match'.
20003 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
20004 lambda expressions and funcall them, instead of using `fset'.
20005
20006 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
20007 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
20008
20009 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
20010 variable `header-beg'; use `let'.
20011
20012 * progmodes/icon.el (indent-icon-exp): Remove unused variables
20013 `restart', `last-sexp' and `at-do'.
20014
20015 * progmodes/js.el (js--debug): Mark unused parameter.
20016 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
20017 (js--splice-into-items): Remove unused variable `item'.
20018 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
20019
20020 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
20021 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
20022 (makefile-complete): Remove unused variable `try'.
20023 (makefile-fill-paragraph, makefile-match-function-end):
20024 Mark unused parameters.
20025
20026 * progmodes/octave-inf.el (inferior-octave-complete):
20027 Remove unused variable `proc'.
20028 (inferior-octave-output-digest): Mark unused parameter.
20029
20030 * progmodes/perl-mode.el (perl-calculate-indent):
20031 Remove unused variable `err'.
20032
20033 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
20034 (prolog-indent-line): Mark unused parameters.
20035 (prolog-indent-line): Remove unused variable `beg'.
20036
20037 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20038 (reporter-dont-compact-list): Declare.
20039
20040 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20041 Remove unused variable `char'.
20042 (sh-debug): Mark unused parameter.
20043 (sh-get-indent-info): Remove unused variable `start'.
20044 (sh-calculate-indent): Remove unused variable `var'.
20045
20046 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20047 (simula-electric-keyword): Remove unused variable `null'.
20048 (simula-search-backward, simula-search-forward): Remove unused
20049 variables `begin' and `end'.
20050
20051 * progmodes/vera-mode.el (vera-guess-basic-syntax):
20052 Remove unused variable `pos'.
20053 (vera-electric-tab, vera-comment-uncomment-region):
20054 Mark unused parameters.
20055 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20056
20057 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
20058
20059 * emacs-lisp/package.el (package--builtins, package-alist)
20060 (package-load-descriptor, package-built-in-p, package-activate)
20061 (define-package, package-installed-p)
20062 (package-compute-transaction, package-buffer-info)
20063 (package--push): Doc fix. Distinguish more clearly between
20064 version strings and version lists.
20065
20066 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
20067
20068 Lexical-binding cleanup.
20069
20070 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20071 (5x5-make-mutate-best):
20072 * play/fortune.el (fortune-in-buffer):
20073 * play/gomoku.el (gomoku-init-display):
20074 * play/solitaire.el (solitaire, solitaire-do-check):
20075 * play/tetris.el (tetris-default-update-speed-function):
20076 Mark unused parameters.
20077
20078 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20079 (bubbles--shift): Remove unused variable `char-org'.
20080 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
20081 (bubbles--show-images): Remove unused variable `char'.
20082
20083 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20084 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20085 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20086 (decipher-analyze-buffer): Use ?\s.
20087 (decipher-make-checkpoint): Remove unused variable `mapping'.
20088
20089 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20090
20091 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20092 Remove unused variable `result'; use `let'.
20093
20094 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20095 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20096 (gametree-children-shown-p, gametree-compute-reduced-score):
20097 Use `ignore-errors'.
20098
20099 * play/handwrite.el (ps-lpr-switches): Declare.
20100 (handwrite): Remove unused variables `pmin' and `lastp'.
20101
20102 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20103
20104 * play/landmark.el (landmark-init-display)
20105 (landmark-update-naught-weights): Mark unused parameters.
20106 (landmark-y): Remove unused variable `noise'. Simplify.
20107 (landmark-human-plays): Remove unused variable `score'.
20108
20109 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
20110 (mpuz-try-proposal): Remove unused variable `game'.
20111
20112 * play/zone.el (life-patterns): Declare.
20113
20114 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
20115
20116 * vc/vc.el (ediff-vc-internal): Declare function.
20117
20118 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20119
20120 * shell.el: Use lexical-binding and std completion UI.
20121 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
20122 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
20123 comint-preoutput-filter-functions rather than on
20124 comint-output-filter-functions.
20125 (shell-command-completion, shell--command-completion-data)
20126 (shell-filename-completion, shell-environment-variable-completion)
20127 (shell-c-a-p-replace-by-expanded-directory): New functions.
20128 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
20129 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
20130 (shell-dynamic-complete-environment-variable): Use them.
20131 (shell-dynamic-complete-as-environment-variable)
20132 (shell-dynamic-complete-as-command): Remove.
20133 (shell-match-partial-variable): Match past point.
20134 * comint.el: Clean up use of completion-at-point-functions.
20135 (comint-completion-at-point): New function.
20136 (comint-mode): Use it completion-at-point-functions.
20137 (comint-dynamic-complete): Make it obsolete.
20138 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
20139 (comint-c-a-p-replace-by-expanded-history): New function.
20140 (comint-dynamic-complete-functions)
20141 (comint-replace-by-expanded-history): Use it.
20142 * minibuffer.el (completion-table-with-terminator): Allow dynamic
20143 termination strings. Try harder to avoid second try-completion.
20144 (completion-in-region-mode-map): Disable bindings that don't work yet.
20145
20146 * comint.el: Use lexical-binding. Require CL.
20147 (comint-dynamic-complete-functions): Use comint-filename-completion.
20148 (comint-completion-addsuffix): Tweak custom type.
20149 (comint-filename-completion, comint--common-suffix)
20150 (comint--common-quoted-suffix, comint--table-subvert)
20151 (comint--complete-file-name-data): New functions.
20152 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
20153 (comint-dynamic-list-filename-completions): Use them.
20154 (comint-dynamic-simple-complete): Make obsolete.
20155
20156 * minibuffer.el (completion-in-region-mode):
20157 Keep completion-in-region-mode--predicate global.
20158 (completion-in-region--postch):
20159 Assume completion-in-region-mode--predicate is not null.
20160
20161 * progmodes/flymake.el (flymake-start-syntax-check-process):
20162 Obey `dir'. Simplify.
20163
20164 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
20165 we're in VC after all.
20166
20167 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
20168
20169 * vc/vc.el (vc-diff-build-argument-list-internal)
20170 (vc-version-ediff, vc-ediff): New commands.
20171 (vc-version-diff): Use vc-diff-build-argument-list-internal.
20172
20173 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20174
20175 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20176 add sanity check.
20177
20178 * obsolete/erc-hecomplete.el: Make obsolete.
20179 * obsolete/: Standardize obsolescence info in the header.
20180
20181 2011-04-20 Glenn Morris <rgm@gnu.org>
20182
20183 * calendar/solar.el (solar-horizontal-coordinates):
20184 Use the longitude argument rather than `calendar-longitude'.
20185 (solar-date-next-longitude): Remove unused locals.
20186
20187 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20188
20189 * whitespace.el: New version 13.2.1.
20190
20191 2011-04-20 felix <EmacsWiki> (tiny change)
20192
20193 * whitespace.el (global-whitespace-mode): Keep highlight when
20194 switching between major modes on a file.
20195
20196 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20197
20198 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20199 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20200 multi-line comments as well.
20201
20202 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
20203
20204 Lexical-binding cleanup.
20205
20206 * arc-mode.el (archive-mode-revert):
20207 * cmuscheme.el (scheme-interactively-start-process):
20208 * custom.el (custom-initialize-delay):
20209 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20210 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20211 * emacs-lock.el (emacs-lock-clear-sentinel):
20212 * ezimage.el (defezimage):
20213 * follow.el (follow-avoid-tail-recenter):
20214 * fringe.el (set-fringe-mode-1):
20215 * generic-x.el (bat-generic-mode-compile):
20216 * help-mode.el (help-info-variable, help-do-xref)
20217 (help-mode-revert-buffer):
20218 * help.el (view-emacs-todo):
20219 * iswitchb.el (iswitchb-completion-help):
20220 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20221 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20222 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20223 * locate.el (locate-update):
20224 * longlines.el (longlines-encode-region)
20225 (longlines-after-change-function):
20226 * outline.el (outline-isearch-open-invisible):
20227 * ps-def.el (declare-function, charset-dimension, char-width)
20228 (encode-char):
20229 * ps-mule.el (ps-mule-plot-string):
20230 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20231 (recentf-edit-list-select, recentf-edit-list-validate)
20232 (recentf-open-files-action):
20233 * rect.el (delete-whitespace-rectangle-line)
20234 (rectangle-number-line-callback):
20235 * register.el (window-configuration-to-register)
20236 (frame-configuration-to-register):
20237 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20238 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20239 (xselect-convert-to-targets, xselect-convert-to-delete)
20240 (xselect-convert-to-filename, xselect-convert-to-charpos)
20241 (xselect-convert-to-lineno, xselect-convert-to-colno)
20242 (xselect-convert-to-os, xselect-convert-to-host)
20243 (xselect-convert-to-user, xselect-convert-to-class)
20244 (xselect-convert-to-name, xselect-convert-to-integer)
20245 (xselect-convert-to-atom, xselect-convert-to-identity):
20246 * subr.el (declare, ignore, process-kill-without-query)
20247 (text-clone-maintain):
20248 * terminal.el (te-get-char, te-tic-sentinel):
20249 * tool-bar.el (tool-bar-make-keymap):
20250 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20251 * type-break.el (type-break-mode, type-break-noninteractive-query):
20252 * view.el (View-back-to-mark):
20253 * wid-browse.el (widget-browse-action, widget-browse-widget)
20254 (widget-browse-widgets, widget-browse-sexp):
20255 * widget.el (define-widget-keywords):
20256 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20257 Mark unused parameters.
20258
20259 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20260 (align-areas): Remove unused variable `look'.
20261 (align-region): Remove unused variables `real-end' and `pos-list'.
20262
20263 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20264
20265 * bindings.el (mode-line-modified, mode-line-remote):
20266 Mark unused parameters.
20267 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20268
20269 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20270 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20271
20272 * comint.el (comint-history-isearch-pop-state)
20273 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20274 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20275 (comint-substitute-in-file-name): Doc fix.
20276
20277 * completion.el (cmpl-statistics-block): Mark unused parameter.
20278 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20279 (save-completions-to-file, load-completions-from-file):
20280 Remove unused local variable `e'.
20281
20282 * composite.el (compose-chars): Remove unused variable `len'.
20283 (lgstring-insert-glyph): Remove unused variable `g'.
20284 (compose-glyph-string): Remove unused variables `ascent',
20285 `descent', `lbearing' and `rbearing'.
20286 (compose-glyph-string-relative): Remove unused variables
20287 `lbearing', `rbearing' and `wadjust'.
20288 (compose-gstring-for-graphic): Remove unused variables `header',
20289 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20290 (compose-gstring-for-terminal): Remove unused variables `header'
20291 and `nchars'. Use `let', not `let*'.
20292
20293 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20294 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20295 (Custom-buffer-done, custom-buffer-create-internal)
20296 (custom-browse-visibility-action, custom-browse-group-tag-action)
20297 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20298 (widget-magic-mouse-down-action, custom-toggle-parent)
20299 (custom-add-parent-links, custom-toggle-hide-variable)
20300 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20301 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20302 (custom-face-menu-create, custom-variable-menu-create, get)
20303 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20304 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20305 (customize-apropos): Remove unused variable `tests'.
20306 (custom-group-value-create): Remove unused variable `hidden-p'.
20307 (sort-fold-case): Declare.
20308
20309 * cus-theme.el (custom-reset-standard-faces-list)
20310 (custom-reset-standard-variables-list): Declare.
20311 (customize-create-theme, custom-theme-revert, custom-theme-write)
20312 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20313 Mark unused parameters.
20314
20315 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20316
20317 * delim-col.el (delimit-columns-max): Move defvar before first use.
20318
20319 * descr-text.el (describe-char-categories): Don't quote `lambda'.
20320 (describe-char): Don't quote `lambda'. Mark unused parameter.
20321
20322 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20323 (auto-insert): Declare.
20324 (desktop-restore-file-buffer): Rename desktop-* parameters;
20325 mark unused ones.
20326 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20327 (desktop-buffer): Rename desktop-* parameters.
20328
20329 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20330 (dframe-reposition-frame-xemacs, dframe-help-echo)
20331 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20332 Mark unused parameters.
20333
20334 * dired-aux.el (backup-extract-version-start, overwrite-query)
20335 (overwrite-backup-query, rename-regexp-query)
20336 (rename-non-directory-query): Declare.
20337 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20338 (dired-add-entry): Remove unused variable `orig-file-name'.
20339 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20340 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20341 `dired-copy-preserve-time' directly.
20342 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20343 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20344
20345 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20346 (dired-virtual-revert, dired-make-relative-symlink):
20347 Mark unused parameters.
20348 (manual-program): Declare.
20349 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20350 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20351 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20352
20353 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20354
20355 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20356
20357 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20358 Declare.
20359
20360 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20361
20362 * electric.el (Electric-command-loop): Rename parameter
20363 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20364
20365 * expand.el (expand-in-literal): Remove unused variable `here'.
20366
20367 * facemenu.el (facemenu-add-new-color):
20368 Remove unused variable `docstring'.
20369
20370 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20371 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20372 (face-attr-construct): Mark unused parameter. Doc fix.
20373 (read-color): Remove unused variable `hex-string'.
20374
20375 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20376 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20377 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20378 (display-buffer-other-frame): Remove unused variable `old-window'.
20379 (kill-buffer-hook): Declare.
20380 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20381 Mark unused parameters.
20382 (after-find-file): Pass 1 to `auto-save-mode', not t.
20383
20384 * files-x.el (auto-insert): Declare.
20385 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20386
20387 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20388 variable `buf'. Mark unused parameter.
20389 (find-lisp-insert-directory): Mark unused parameter.
20390
20391 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20392 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20393 (format-common-tail): Remove, unused.
20394 (format-deannotate-region): Remove unused variable `loc'.
20395 (format-annotate-region): Remove unused variable `p'.
20396 (format-annotate-single-property-change): Remove unused variables
20397 `default' and `tail'.
20398
20399 * forms.el (read-file-filter): Declare.
20400 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20401
20402 * frame.el (frame-creation-function-alist): Mark unused parameter.
20403 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20404
20405 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20406 Remove unused parameters.
20407 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20408 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20409
20410 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20411 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20412 (hfy-prepare-tag-map): Mark unused parameters.
20413 (htmlfontify-buffer): Use `called-interactively-p'.
20414
20415 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20416 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20417 (ibuffer-do-occur): Mark unused parameters.
20418 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20419 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20420
20421 * ibuffer.el: Don't quote `lambda'.
20422 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20423 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20424 Mark unused parameters.
20425
20426 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20427 (ido-completing-read): Mark unused parameters.
20428 (ido-copy-current-word): Mark unused parameters;
20429 remove unused variable `name'.
20430 (ido-sort-merged-list): Remove unused parameter `dirs'.
20431
20432 * ielm.el (ielm-input-sender): Mark unused parameter.
20433 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20434 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20435 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20436 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20437 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20438
20439 * image-dired.el (image-dired-display-thumbs): Remove unused
20440 variables `curr-file' and `count'.
20441 (image-dired-remove-tag): Remove unused variable `start'.
20442 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20443 variable `curr-file'
20444 (image-dired-rotate-original): Remove unused variable `temp-file'.
20445 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20446 Remove unused variable `file'.
20447 (image-dired-gallery-generate): Remove unused variable `curr'.
20448 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20449
20450 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20451
20452 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20453
20454 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20455
20456 * isearch.el (minibuffer-history-symbol): Declare.
20457 (isearch-edit-string): Remove unused variable `err'.
20458 (isearch-message-prefix, isearch-message-suffix):
20459 Mark unused parameters.
20460
20461 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20462
20463 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20464
20465 * makesum.el (double-column): Remove unused variable `cnt'.
20466
20467 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20468 (ido-ignore-item-temp-list): Declare.
20469
20470 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20471 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20472 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20473 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20474 `mouse-col-delta'.
20475
20476 * mouse-sel.el (mouse-extend-internal):
20477 Remove unused variable `orig-window-frame'.
20478
20479 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20480 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20481 Move declarations before first use.
20482 (pcomplete-opt): Mark unused parameters; doc fix.
20483
20484 * proced.el (proced-revert): Mark unused parameter.
20485 (proced-send-signal): Remove unused variable `err'.
20486
20487 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20488 Rename parameter PREFIX-ARG to ARG.
20489 (ps-basic-plot-string, ps-basic-plot-whitespace):
20490 Mark unused parameters.
20491
20492 * replace.el (replace-count): Define.
20493 (occur-revert-function): Mark unused parameters.
20494 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20495 (isearch-case-fold-search, isearch-string): Declare.
20496 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20497 bind `case-fold-search'. Remove unused variables `beg' and `end',
20498 and simplify.
20499 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20500 COUNT and bind `replace-count'.
20501 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20502 to COUNT.
20503
20504 * savehist.el (print-readably, print-string-length): Declare.
20505
20506 * shadowfile.el (shadow-expand-cluster-in-file-name):
20507 Remove unused variable `cluster'.
20508 (shadow-copy-file): Remove unused variable `i'.
20509 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20510 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20511 (shadow-define-literal-group, shadow-define-regexp-group)
20512 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20513
20514 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20515 (shell): Use `called-interactively-p'.
20516 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20517
20518 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20519 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20520 (delete-backward-char): Remove unused variable `ocol'.
20521 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20522 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20523 (event-apply-hyper-modifier, event-apply-shift-modifier)
20524 (event-apply-control-modifier, event-apply-meta-modifier):
20525 Mark unused parameters.
20526 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20527 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20528
20529 * speedbar.el (speedbar-ignored-directory-expressions)
20530 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20531 (speedbar-find-file, speedbar-dir-follow)
20532 (speedbar-directory-buttons-follow, speedbar-tag-find)
20533 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20534 (speedbar-buffers-line-directory, speedbar-buffer-click):
20535 Mark unused parameters.
20536 (speedbar-tag-file): Remove unused variable `mode'.
20537 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20538
20539 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20540
20541 * talk.el (talk): Remove unused variable `display'.
20542
20543 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20544 (tar-write-region-annotate): Mark unused parameter.
20545
20546 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20547 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20548 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20549 warning by another.
20550
20551 * time-stamp.el (time-stamp-string-preprocess):
20552 Remove unused variable `require-padding'.
20553
20554 * tree-widget.el (widget-glyph-enable): Declare.
20555 (tree-widget-action): Mark unused parameter.
20556
20557 * w32-fns.el (x-get-selection): Mark unused parameter.
20558 (autoload-make-program, generated-autoload-file): Declare.
20559
20560 * wdired.el (wdired-revert): Mark unused parameters.
20561 (wdired-xcase-word): Remove unused variable `err'.
20562
20563 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20564 (whitespace-help-scroll): Remove unused variable `data-help'.
20565
20566 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20567 (widget-image-insert, widget-after-change, default)
20568 (widget-default-format-handler, widget-default-notify)
20569 (widget-default-prompt-value, widget-info-link-action)
20570 (widget-url-link-action, widget-function-link-action)
20571 (widget-variable-link-action, widget-file-link-action)
20572 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20573 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20574 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20575 (widget-insert-button-action, widget-delete-button-action, visibility)
20576 (widget-documentation-link-action, widget-documentation-string-action)
20577 (widget-const-prompt-value, widget-regexp-match, symbol)
20578 (widget-coding-system-prompt-value)
20579 (widget-key-sequence-value-to-external, sexp)
20580 (widget-sexp-value-to-internal, character, vector, cons)
20581 (widget-choice-prompt-value, widget-boolean-prompt-value)
20582 (widget-color--choose-action): Mark unused parameters.
20583 (widget-item-match-inline, widget-choice-match-inline)
20584 (widget-checklist-match, widget-checklist-match-inline)
20585 (widget-group-match): Rename parameter VALUES to VALS.
20586 (widget-field-value-set): Remove unused variable `size'.
20587 (widget-color-action): Remove unused variables `value' and `start'.
20588
20589 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20590 variable `dir'. Doc fix.
20591 (windmove-find-other-window): Don't pass it.
20592
20593 * window.el (count-windows): Mark unused parameter.
20594 (bw-adjust-window): Remove unused variable `err'.
20595
20596 * woman.el (woman-file-name): Remove unused variable `default'.
20597 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20598 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20599 (global-font-lock-mode): Declare.
20600 (woman-decode-region): Mark unused parameter.
20601 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20602
20603 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20604 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20605 (x-dnd-handle-moz-url): Remove unused variable `title'.
20606 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20607
20608 * xml.el (xml-parse-tag, xml-parse-attlist):
20609 Remove unused variable `pos'.
20610
20611 2011-04-19 Glenn Morris <rgm@gnu.org>
20612
20613 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20614 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20615 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20616 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20617 * calendar/cal-html.el (cal-html-insert-minical):
20618 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20619 (calendar-mark-date-pattern):
20620 Prefix "unused" locals.
20621
20622 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20623 optional argument `style'.
20624
20625 * calendar/appt.el (appt-make-list):
20626 * calendar/cal-china.el (calendar-chinese-date-string):
20627 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20628 (diary-hebrew-yahrzeit):
20629 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20630 * calendar/calendar.el (calendar-generate-window):
20631 * calendar/time-date.el (time-to-days):
20632 Remove unused local variables.
20633
20634 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20635
20636 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20637 glyphless-char-display table.
20638 (tabulated-list-glyphless-char-display): New var.
20639
20640 2011-04-18 Sam Steingold <sds@gnu.org>
20641
20642 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20643 to acknowledgments.
20644
20645 2011-04-17 Glenn Morris <rgm@gnu.org>
20646
20647 * calendar/diary-lib.el (diary-sexp-entry):
20648 * calendar/holidays.el (holiday-sexp):
20649 Set debug-on-error rather than the removed stack-trace-on-error.
20650
20651 2011-04-16 Glenn Morris <rgm@gnu.org>
20652
20653 * progmodes/f90.el: Use lexical-binding.
20654 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20655
20656 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20657
20658 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20659 (mail-mode): Setup mailalias completion here instead.
20660 * mail/mailalias.el: Use lexical-binding.
20661 (pattern, mailalias-done): Declare dynamic.
20662 (mail-completion-at-point-function): New function, from mail-complete.
20663 (mail-complete): Use it.
20664 (mail-completion-expand): New function.
20665 (mail-get-names): Use it.
20666 (mail-directory, mail-directory-process, mail-directory-stream):
20667 Don't use `pattern' for lexically bound arg.
20668
20669 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20670
20671 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20672 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20673 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20674
20675 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20676 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20677 (byte-interactive-p): Define them again, for use when inlining
20678 old code.
20679
20680 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20681
20682 * loadup.el: Use `string-to-number', not `string-to-int'.
20683
20684 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20685
20686 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20687 gud-gdb-complete-command.
20688 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20689 (gud-gdb-completion-at-point): New function.
20690 (gud-gdb-completions): Remove.
20691
20692 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20693
20694 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20695 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20696 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20697 whether `executable-find' is bound.
20698
20699 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20700
20701 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20702
20703 * minibuffer.el (completion-in-region-mode-predicate)
20704 (completion-in-region-mode--predicate): New vars.
20705 (completion-in-region, completion-in-region--postch)
20706 (completion-in-region-mode): Use them.
20707 (completion--capf-wrapper): Also return the hook function.
20708 (completion-at-point, completion-help-at-point):
20709 Adjust and provide a predicate.
20710
20711 Preserve arg names for advice of subr and lexical functions (bug#8457).
20712 * help-fns.el (help-function-arglist): Consolidate the subr and
20713 new-byte-code cases. Add argument `preserve-names' to extract names
20714 from the docstring when needed.
20715 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20716 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20717 (ad-arglist): Use help-function-arglist's new arg.
20718 (ad-definition-type): Use cond.
20719
20720 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20721
20722 * autorevert.el (auto-revert-handler):
20723 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20724 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20725 Don't quote lambda.
20726
20727 * image-mode.el (image-transform-set-scale):
20728 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20729
20730 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20731
20732 * net/network-stream.el (network-stream-open-starttls): Only do
20733 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20734 Upgrades via gnutls-cli are too slow to be done opportunistically.
20735
20736 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20737
20738 * dframe.el (dframe-current-frame): Remove spurious quote.
20739
20740 2011-04-12 Glenn Morris <rgm@gnu.org>
20741
20742 * calendar/cal-tex.el (cal-tex-end-document):
20743 Try to automatically use latin1 input if needed.
20744
20745 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20746 Don't try to cons a mark onto an empty element.
20747
20748 2011-04-11 Leo Liu <sdl.web@gmail.com>
20749
20750 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20751 buffers.
20752 (ido-kill-buffer-at-head): Support killing virtual buffers.
20753
20754 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20755
20756 * minibuffer.el (completion-show-inline-help): New var.
20757 (completion--do-completion, minibuffer-complete)
20758 (minibuffer-force-complete, minibuffer-complete-word):
20759 Inhibit minibuffer messages if completion-show-inline-help is nil.
20760
20761 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20762 to avoid interference from inline help (Bug#5849).
20763
20764 2011-04-10 Leo Liu <sdl.web@gmail.com>
20765
20766 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20767 Fix typo.
20768
20769 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20770
20771 * image-mode.el (image-toggle-display-image): Signal an error if
20772 not in Image mode.
20773 (image-transform-mode, image-transform-resize)
20774 (image-transform-set-rotation): Doc fix.
20775 (image-transform-set-resize): Delete.
20776 (image-transform-set-scale, image-transform-fit-to-height)
20777 (image-transform-fit-to-width): Handle image-toggle-display-image
20778 and image-transform-resize directly.
20779
20780 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20781
20782 * doc-view.el (doc-view-fit-width-to-window)
20783 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20784 New functions for fitting the shown image to the Emacs window size.
20785 (doc-view-mode-map): Add bindings for the new functions.
20786
20787 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20788
20789 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20790 Fix typo in docstring.
20791
20792 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20793
20794 * files.el (file-size-human-readable): Produce one digit after
20795 decimal, like "ls -lh" does.
20796
20797 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20798 the file size representation.
20799
20800 * simple.el (list-processes): If async subprocesses are not
20801 available, error out with a clear error message.
20802
20803 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20804
20805 * help.el (help-form-show): New function, to be called from C.
20806 Put help-form output in a buffer named differently than *Help*.
20807
20808 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20809
20810 * files.el (file-size-human-readable): New function.
20811
20812 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20813 computing the representation inline. Don't require `cl'.
20814
20815 2011-04-08 Glenn Morris <rgm@gnu.org>
20816
20817 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20818
20819 * net/browse-url.el (browse-url-firefox):
20820 Test system-type, not system-configuration.
20821
20822 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20823 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20824 Use log-edit-empty-buffer-p. (Bug#7598)
20825
20826 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20827 (rlogin-mode-map): Initialize in the defvar.
20828 (rlogin): Use ignore-errors.
20829
20830 * replace.el (occur-mode-map): Some fixes for menu items.
20831
20832 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20833
20834 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20835
20836 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20837
20838 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20839 issuing unused warnings.
20840
20841 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20842 macro directly.
20843
20844 * simple.el: Lisp reimplement of list-processes. Based on an
20845 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20846 (process-menu-mode): New major mode.
20847 (list-processes--refresh, list-processes):
20848 (process-menu-visit-buffer): New functions.
20849
20850 * files.el (save-buffers-kill-emacs): Don't assume any return
20851 value of list-processes, which is undocumented anyway.
20852
20853 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20854
20855 * emacs-lisp/tabulated-list.el: New file.
20856
20857 * emacs-lisp/package.el: Use Tabulated List mode.
20858 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20859 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20860 table format using Tabulated List mode variables.
20861 (package--push): New macro, replacing package-list-maybe-add.
20862 (package-menu--generate): Use package--push. Renamed from
20863 package--generate-package-list.
20864 (package-menu-refresh, list-packages): Use it.
20865 (package-menu--print-info): Rename from package-print-package.
20866 Return insertion data instead of inserting it directly.
20867 (package-menu-describe-package, package-menu-execute):
20868 Use tabulated-list-get-id.
20869 (package-menu-mark-delete, package-menu-mark-install)
20870 (package-menu-mark-unmark, package-menu-backup-unmark)
20871 (package-menu-mark-obsolete-for-deletion):
20872 Use tabulated-list-put-tag.
20873 (package--list-packages, package-menu-revert)
20874 (package-menu-get-package, package-menu-get-version)
20875 (package-menu-sort-by-column): Functions deleted.
20876 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20877 (package-menu--status-predicate, package-menu--version-predicate)
20878 (package-menu--name-predicate)
20879 (package-menu--description-predicate): Handle arguments in the
20880 Tabulated List format.
20881 (package-list-packages-no-fetch): Call list-packages.
20882
20883 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20884
20885 * files.el (after-find-file-from-revert-buffer): Remove variable.
20886 (after-find-file): Don't bind it.
20887 (revert-buffer-in-progress-p): New variable.
20888 (revert-buffer): Bind it.
20889 Pass nil for `after-find-file-from-revert-buffer'.
20890
20891 * saveplace.el (save-place-find-file-hook): Use new variable
20892 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20893
20894 2011-04-06 Glenn Morris <rgm@gnu.org>
20895
20896 * Makefile.in (AUTOGEN_VCS): New variable.
20897 (autoloads): Use $AUTOGEN_VCS.
20898
20899 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20900 * calendar/calendar.el (calendar-mode-map):
20901 Check for toolkit scroll bars. (Bug#8305)
20902
20903 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20904
20905 * minibuffer.el (completion-in-region--postch)
20906 (completion-in-region-mode): Remove unnecessary messages.
20907
20908 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20909
20910 * font-lock.el (font-lock-refresh-defaults):
20911 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20912 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20913
20914 * info.el (Info-directory-list, Info-read-node-name-2)
20915 (Info-split-parameter-string): Doc fixes.
20916 (Info-virtual-nodes): Reflow docstring.
20917 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20918 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20919 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20920 Fix typos in docstrings.
20921 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20922 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20923 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20924 (Info-restore-desktop-buffer): Mark unused parameters.
20925 (Info-directory-find-file, Info-directory-find-node)
20926 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20927 (Info-virtual-index-find-node, Info-apropos-find-file)
20928 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20929 Mark unused parameters; fix typos in docstrings.
20930 (Info-virtual-index): Remove unused local variable `nodename'.
20931
20932 2011-04-05 Deniz Dogan <deniz@dogan.se>
20933
20934 * net/rcirc.el: Update my e-mail address.
20935 (rcirc-mode-map): Remove M-o binding.
20936
20937 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20938
20939 * startup.el (command-line): Save the cursor's theme-face
20940 directly, instead of using face-override-spec.
20941
20942 * custom.el (load-theme): Minor optimization in assigning faces.
20943
20944 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20945
20946 * help-fns.el (describe-variable): Complete all variables having
20947 documentation, including keywords.
20948 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20949
20950 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20951
20952 Convert to lexical-binding.
20953
20954 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20955 (bs--get-marked-string, bs--get-modified-string)
20956 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20957 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20958 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20959
20960 * ehelp.el (electric-help-execute-extended)
20961 (electric-help-ctrl-x-prefix):
20962 * hexl.el (hexl-revert-buffer-function):
20963 * linum.el (linum-after-change, linum-after-scroll):
20964 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20965
20966 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20967
20968 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20969
20970 * epa-dired.el:
20971 * epa-mail.el:
20972 * epa-hook.el:
20973 * epa-file.el:
20974 * epa.el:
20975 * epg.el: Use lexical binding.
20976
20977 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20978
20979 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20980
20981 * textmodes/flyspell.el (flyspell-word): Recognize default
20982 dictionary case for flyspell-mark-duplications-exceptions.
20983 Use regexp matching for languages.
20984 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20985 default dictionary (Bug#7926).
20986
20987 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20988
20989 * emacs-lisp/package.el (package--with-work-buffer):
20990 Recognize https URLs.
20991
20992 * net/network-stream.el: Move from gnus/proto-stream.el.
20993 Change prefix to network-stream throughout.
20994 (open-protocol-stream): Merge into open-network-stream, leaving
20995 open-protocol-stream as an alias. Handle nil BUFFER args.
20996
20997 * subr.el (open-network-stream): Move to net/network-stream.el.
20998
20999 2011-04-02 Glenn Morris <rgm@gnu.org>
21000
21001 * find-dired.el (find-exec-terminator): New option.
21002 (find-ls-option): Test for -ls support.
21003 (find-ls-subdir-switches): Test for -b in find-ls-option.
21004 (find-dired, find-grep-dired): Doc fixes.
21005 (find-dired): Use find-exec-terminator.
21006
21007 * find-dired.el (find-ls-option, find-ls-subdir-switches)
21008 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
21009 (find-name-arg): Remove purecopy.
21010
21011 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
21012 (grep-compute-defaults): Check for `-exec COMMAND +' support.
21013 Set grep-find-use-xargs, grep-find-command, and grep-find-template
21014 accordingly. Don't add the null-device if not needed.
21015
21016 * files.el (save-some-buffers): Doc fix.
21017
21018 2011-04-02 Eli Zaretskii <eliz@gnu.org>
21019
21020 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
21021
21022 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
21023
21024 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
21025 Use `dolist' rather than `mapcar'.
21026
21027 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 Add lexical binding.
21030
21031 * subr.el (apply-partially): Use new closures rather than CL.
21032 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
21033 (dolist, dotimes): Use slightly different expansion for lexical code.
21034 (functionp): Move to C.
21035 (letrec): New macro.
21036 (with-wrapper-hook): Use it and apply-partially instead of CL.
21037 (eval-after-load): Preserve lexical-binding.
21038 (save-window-excursion, with-output-to-temp-buffer): Turn them
21039 into macros.
21040
21041 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21042
21043 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21044 than the arglist.
21045 (help-add-fundoc-usage): Don't add `Not documented'.
21046 (help-function-arglist): Handle closures, subroutines, and new
21047 byte-code-functions.
21048 (help-make-usage): Remove leading underscores.
21049 (describe-function-1): Handle closures.
21050 (describe-variable): Use special-variable-p for completion.
21051
21052 * files.el (lexical-binding): Declare safe.
21053
21054 * emacs-lisp/pcase.el: Don't use destructuring-bind.
21055 (pcase--memoize): Rename from pcase-memoize. Change weakness.
21056 (pcase): Add `let' pattern.
21057 Change memoization so it actually works.
21058 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21059 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21060 <let>: New case.
21061
21062 * emacs-lisp/macroexp.el: Use lexical binding.
21063 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
21064 Don't convert ' to #' without checking that it's indeed quoting
21065 a lambda.
21066
21067 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
21068 Use eval-sexp-add-defvars.
21069 (eval-sexp-add-defvars): New fun.
21070
21071 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21072
21073 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21074 Don't autoload.
21075 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21076 than the internal `byte-compile-lambda'.
21077 (defmethod): Don't hide code under quotes.
21078 (eieio-defmethod): New `code' argument.
21079
21080 * emacs-lisp/eieio-comp.el: Remove.
21081
21082 * emacs-lisp/edebug.el (edebug-eval-defun)
21083 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21084 (edebug-toggle): Avoid `eval'.
21085
21086 * emacs-lisp/disass.el (disassemble-internal): Handle new
21087 `closure' objects.
21088 (disassemble-1): Handle new byte codes.
21089
21090 * emacs-lisp/cl.el (pushnew): Silence warning.
21091
21092 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21093 (cl-byte-compile-throw): Remove.
21094 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21095
21096 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21097 closures.
21098
21099 * emacs-lisp/cconv.el: New file.
21100
21101 * emacs-lisp/bytecomp.el: Use lexical binding instead of
21102 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
21103 (byte-compile-initial-macro-environment):
21104 Handle declare-function here.
21105 (byte-compile--lexical-environment): New var.
21106 (byte-stack-ref, byte-stack-set, byte-discardN)
21107 (byte-discardN-preserve-tos): New lap codes.
21108 (byte-interactive-p): Don't use any more.
21109 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
21110 New macros.
21111 (byte-compile-lapcode): Use them and handle new lap codes.
21112 (byte-compile-obsolete): Remove.
21113 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
21114 (byte-compile-arglist-warn): Check late def of inlinable funs.
21115 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
21116 since they should have been expanded by now.
21117 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
21118 (byte-compile-from-buffer): Remove unused second arg.
21119 (byte-compile-preprocess): New function.
21120 (byte-compile-toplevel-file-form): New function to distinguish
21121 file-form calls from outside from file-form calls from hunk-handlers.
21122 (byte-compile-file-form): Simplify.
21123 (byte-compile-file-form-defsubst): Remove.
21124 (byte-compile-file-form-defmumble): Simplify now that
21125 byte-compile-lambda always returns a byte-code-function.
21126 (byte-compile): Preprocess.
21127 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
21128 Remove, not used any more.
21129 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
21130 (byte-compile-make-args-desc): New funs.
21131 (byte-compile-lambda): Handle lexical functions. Always return
21132 a byte-code-function.
21133 (byte-compile-reserved-constants): New var, to make up room for
21134 closed-over variables.
21135 (byte-compile-constants-vector): Obey it.
21136 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
21137 (byte-compile-macroexpand-declare-function): New function.
21138 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
21139 byte-code-functions.
21140 (byte-compile-form): Check obsolescence here.
21141 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
21142 (byte-compile-variable-ref): Remove.
21143 (byte-compile-dynamic-variable-op): New fun.
21144 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21145 (byte-compile-variable-set): New funs.
21146 (byte-compile-discard): Add 2 args.
21147 (byte-compile-stack-ref, byte-compile-stack-set)
21148 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
21149 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
21150 macroexpand-all instead.
21151 (byte-compile-quote-form): Remove.
21152 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
21153 (byte-compile-bind, byte-compile-unbind): New funs.
21154 (byte-compile-let): Handle let* and lexical binding.
21155 (byte-compile-let*): Remove.
21156 (byte-compile-catch, byte-compile-unwind-protect)
21157 (byte-compile-track-mouse, byte-compile-condition-case):
21158 Handle a new :fun-body form, used for lexical scoping.
21159 (byte-compile-save-window-excursion)
21160 (byte-compile-with-output-to-temp-buffer): Remove.
21161 (byte-compile-defun): Simplify.
21162 (byte-compile-stack-adjustment): New fun.
21163 (byte-compile-out): Use it.
21164 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
21165
21166 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21167 handler any more.
21168
21169 * emacs-lisp/byte-opt.el: Use lexical binding.
21170 (byte-inline-lapcode): Remove (to bytecomp).
21171 (byte-compile-inline-expand): Pay attention to inlining to/from
21172 lexically bound code.
21173 (byte-compile-unfold-lambda): Don't handle byte-code-functions
21174 any more.
21175 (byte-optimize-form-code-walker): Don't handle save-window-excursion
21176 any more and don't call compiler-macros.
21177 (byte-compile-splice-in-already-compiled-code): Remove.
21178 (byte-code): Don't inline any more.
21179 (disassemble-offset): Receive `bytes' as argument rather than via
21180 dynamic scoping.
21181 (byte-compile-tag-number): Declare before first use.
21182 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21183 `return' even if make-spliceable.
21184 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21185 obsolete interactive-p.
21186 (byte-optimize-lapcode): Optimize new lap-codes.
21187 Don't trip up on new form of `byte-constant' lap code.
21188
21189 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21190
21191 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21192
21193 * custom.el (custom-initialize-default, custom-declare-variable):
21194 Use `defvar'.
21195
21196 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21197 New variables.
21198 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21199 (COMPILE_FIRST): Add macroexp and cconv.
21200 * makefile.w32-in: Mirror changes in Makefile.in.
21201
21202 * vc/cvs-status.el:
21203 * vc/diff-mode.el:
21204 * vc/log-edit.el:
21205 * vc/log-view.el:
21206 * vc/smerge-mode.el:
21207 * textmodes/bibtex-style.el:
21208 * textmodes/css-mode.el:
21209 * startup.el:
21210 * uniquify.el:
21211 * minibuffer.el:
21212 * newcomment.el:
21213 * reveal.el:
21214 * server.el:
21215 * mpc.el:
21216 * emacs-lisp/smie.el:
21217 * doc-view.el:
21218 * dired.el:
21219 * abbrev.el: Use lexical binding.
21220
21221 2011-04-01 Eli Zaretskii <eliz@gnu.org>
21222
21223 * info.el (info-display-manual): New function.
21224
21225 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21226
21227 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21228
21229 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21230
21231 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21232 an entry for that server in rcirc-authinfo. (Bug#8385)
21233
21234 2011-03-31 Glenn Morris <rgm@gnu.org>
21235
21236 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21237
21238 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21239
21240 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21241
21242 * progmodes/python.el (python-default-interpreter)
21243 (python-python-command-args, python-jython-command-args)
21244 (python-which-shell, python-which-args, python-which-bufname)
21245 (python-file-queue, python-comint-output-filter-function)
21246 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21247 variables and functions.
21248
21249 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21250
21251 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21252 (completion-in-region-mode): New minor mode.
21253 (completion-in-region): Use it.
21254 (completion-in-region--data, completion-in-region-mode-map): New vars.
21255 (completion-in-region--postch): New function.
21256 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21257 New vars.
21258 (completion--capf-wrapper): New function.
21259 (completion-at-point): Use it to track well-behavedness of
21260 hook functions.
21261 (completion-help-at-point): New command.
21262
21263 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21264
21265 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21266 syntax class to search for whitespace on a single line
21267 (Message-ID: <4D938140.4030905@redhat.com>).
21268
21269 2011-03-30 Leo Liu <sdl.web@gmail.com>
21270
21271 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21272 New commands.
21273 (edit-abbrevs-map): Bind them here.
21274 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21275
21276 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21277
21278 * allout.el (allout-hide-by-annotation, allout-flag-region):
21279 Reduce possibility of overlay leakage by making them volatile.
21280
21281 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21282 hash is not shared between buffers. Mode initialization is
21283 responsible for giving it a useful starting value.
21284 (allout-item-span): Reduce possibility of overlay leakage by
21285 making them volatile.
21286 (allout-widgets-count-buttons-in-region): Add diagnostic function
21287 for tracking down button overlay leaks.
21288
21289 2011-03-29 Leo Liu <sdl.web@gmail.com>
21290
21291 * ido.el (ido-read-internal): Use the default history var
21292 minibuffer-history if no HISTORY is specified.
21293
21294 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21295
21296 * net/imap.el (imap-shell-open, imap-process-connection-type):
21297 Use imap-process-connection-type for 'shell' streams as well as
21298 Kerberos, SSL, other subprocesses.
21299
21300 2011-03-28 Leo Liu <sdl.web@gmail.com>
21301
21302 * abbrev.el (abbrev-table-empty-p): New function.
21303 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21304 nonempty ones. (Bug#5937)
21305
21306 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21307
21308 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21309
21310 2011-03-27 Leo Liu <sdl.web@gmail.com>
21311
21312 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21313 for foreground and background colors.
21314 (ansi-color-make-color-map): Adapt.
21315
21316 2011-03-25 Leo Liu <sdl.web@gmail.com>
21317
21318 * midnight.el (midnight-time-float): Remove. Note it calculates
21319 the microsecond component incorrectly and seconds-to-time does the
21320 same job.
21321 Remove redundant (require 'timer).
21322
21323 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21324 (ido-completions): Remove unused arguments. (Bug#8329)
21325
21326 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21327
21328 * minibuffer.el (completion--flush-all-sorted-completions):
21329 Remove itself from hook.
21330 (completion-at-point): Let the functions perform the completion
21331 immediately and return nil or t.
21332 * comint.el (comint-dynamic-complete-functions): Now identical to
21333 completion-at-point-functions.
21334 (comint-dynamic-list-input-ring): Remove unused var `index'.
21335 (comint--match-partial-filename, comint--unquote&expand-filename):
21336 New funs, split from comint-match-partial-filename.
21337 (comint-dynamic-complete): Use completion-at-point.
21338 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21339
21340 2011-03-24 Drew Adams <drew.adams@oracle.com>
21341
21342 * thingatpt.el: Support `defun'.
21343
21344 2011-03-23 Leo Liu <sdl.web@gmail.com>
21345
21346 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21347
21348 * help-mode.el (help-mode-finish): Tweak regexp.
21349
21350 2011-03-23 Glenn Morris <rgm@gnu.org>
21351
21352 * eshell/esh-opt.el (eshell-eval-using-options):
21353 Do not bind unused local variable `eshell-option-stub'.
21354
21355 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21356
21357 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21358
21359 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21360 keymap variable in `with-no-warnings' to avoid a warning when the
21361 keymap has been already `defconst'ed.
21362
21363 2011-03-22 Leo Liu <sdl.web@gmail.com>
21364
21365 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21366 encode all chars in abbrevs; otherwise use emacs-mule or
21367 utf-8-emacs. (Bug#8308)
21368
21369 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21370
21371 * simple.el (backward-delete-char-untabify):
21372 Avoid warning about using `delete-backward-char'.
21373
21374 * image.el (image-type-file-name-regexps): Make it variable.
21375 `imagemagick-register-types' modifies it, and the user may want
21376 to add new extensions for known image types.
21377 (imagemagick-register-types): Throw error if not using ImageMagick.
21378
21379 2011-03-22 Leo Liu <sdl.web@gmail.com>
21380
21381 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21382 located before rcirc-prompt-end-marker.
21383 (rcirc-complete): Error if point is not after rcirc prompt.
21384 Handle the case when table is nil.
21385 (rcirc-user-authenticated): Define to fix compiler warning.
21386
21387 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21388
21389 * custom.el (custom--inhibit-theme-enable): Make it affect only
21390 custom-theme-set-variables and custom-theme-set-faces.
21391 (provide-theme): Ignore custom--inhibit-theme-enable.
21392 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21393 (custom-enabling-themes): Delete variable.
21394 (enable-theme): Accept only loaded themes as arguments.
21395 Ignore the special custom-enabled-themes variable.
21396 (custom-enabled-themes): Forbid themes from setting this.
21397 Eliminate use of custom-enabling-themes.
21398 (custom-push-theme): Quote "changed" custom var entry.
21399
21400 2011-03-21 Leo Liu <sdl.web@gmail.com>
21401
21402 * ido.el (ido-read-internal): Add ido-selected to history instead
21403 of user input.
21404
21405 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21406
21407 * subr.el (deferred-action-list, deferred-action-function):
21408 Mark obsolete.
21409
21410 2011-03-21 Leo Liu <sdl.web@gmail.com>
21411
21412 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21413 change on 2011-02-13 (bug#8309).
21414
21415 * minibuffer.el (read-file-name-function): Change default value.
21416 (read-file-name--defaults): Rename from read-file-name-defaults.
21417 (read-file-name-default): Rename from read-file-name.
21418 (read-file-name): Call read-file-name-function.
21419
21420 2011-03-21 Glenn Morris <rgm@gnu.org>
21421
21422 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21423 Doc fixes.
21424
21425 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21426
21427 * cus-theme.el: Add missing provide statement.
21428 (customize-create-theme): Extract theme value correctly.
21429 (custom-theme-visit-theme): Autoload.
21430 (customize-create-theme): Prompt before inserting default faces.
21431
21432 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21433
21434 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21435 units and musical notes.
21436
21437 2011-03-20 Leo Liu <sdl.web@gmail.com>
21438
21439 * ido.el (ido-read-internal): Use completing-read-default.
21440 (ido-completing-read): Fix compatibility with completing-read.
21441
21442 2011-03-20 Christian Ohler <ohler@gnu.org>
21443
21444 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21445 (ert-delete-all-tests): Use `called-interactively-p' rather than
21446 `interactive-p'.
21447 (ert--make-xrefs-region): Respect END.
21448
21449 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21450
21451 * dired-aux.el (dired-create-directory): Signal an error if the
21452 directory already exists (Bug#8246).
21453
21454 * facemenu.el (list-colors-display): Call list-faces-display
21455 inside with-help-window.
21456 (list-colors-print): Use display property to align the final
21457 column, instead of checking window-width.
21458
21459 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21460
21461 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21462 windows-nt systems.
21463 (emerge-protect-metachars): Quote correctly for ms-dos and
21464 windows-nt systems.
21465
21466 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21467
21468 * info.el (info-initialize): Replace all uses of `:' with
21469 path-separator for compatibility with non-Unix systems.
21470 Cache quoting of path-separator. (Bug#8258)
21471
21472 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21473
21474 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21475 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21476 (mouse-avoidance-mode): Fix typos in docstrings.
21477
21478 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21479
21480 * startup.el (package-subdirectory-regexp): Move from package.el.
21481 Omit \\` and \\', and let callers add them.
21482
21483 * emacs-lisp/package.el (package-strip-version)
21484 (package-load-all-descriptors): Add \\` and \\' to
21485 package-subdirectory-regexp before using it.
21486 (package-untar-buffer): New arg DIR; ensure that file untars only
21487 into this expected directory. Remove superfluous delete-region.
21488 (package-unpack): Caller changed.
21489 (package-tar-file-info): Use package-subdirectory-regexp.
21490
21491 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21492
21493 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21494 diff-mode-shared-map (bug#8284).
21495 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21496
21497 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21498
21499 * calendar/time-date.el (format-seconds): Use assoc instead of
21500 assoc-string, since assoc-string doesn't exist in XEmacs.
21501
21502 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21503
21504 * custom.el (custom-known-themes): Reflow docstring.
21505 (custom-theme-load-path): Fix typo in docstring.
21506 (load-theme): Fix typo in error message.
21507 (custom-available-themes, custom-variable-theme-value):
21508 Use `let', not `let*'.
21509
21510 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21511
21512 * calc/README: Mention inclusion of musical notes.
21513
21514 * calc/calc-units.el (calc-lu-quant): Rename from
21515 `calc-logunits-quantity'.
21516 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21517 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21518 (calc-db): Rename from `calc-dblevel'.
21519 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21520 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21521 (calc-np): Rename from `calc-nplevel'.
21522 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21523 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21524 (calc-lu-plus): Rename from `calc-logunits-add'.
21525 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21526 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21527 (calc-lu-minus): Rename from `calc-logunits-sub'.
21528 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21529 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21530 (calc-lu-times): Rename from `calc-logunits-mul'.
21531 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21532 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21533 (calc-lu-divide): Rename from `calc-logunits-div'.
21534 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21535 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21536
21537 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21538 functions being autoloaded.
21539
21540 * calc/calc.el (calc-lu-power-reference): Rename from
21541 `calc-logunits-power-reference'.
21542 (calc-lu-field-reference): Rename from
21543 `calc-logunits-field-reference'.
21544
21545 * calc/calc-help.el (calc-l-prefix-help):
21546 Mention musical note functions.
21547
21548 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21549
21550 * minibuffer.el (completion-all-sorted-completions):
21551 Use :completion-cycle-penalty text property if present.
21552
21553 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21554
21555 * allout.el (allout-yank-processing): Adjust for new rebulleting
21556 regime so bullet being yanked is used without prompting the user
21557 for a choice.
21558
21559 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21560
21561 * startup.el (command-line): Warn the user that _emacs is deprecated.
21562
21563 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21564
21565 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21566 (delphi-verbose, delphi-comment-face, delphi-string-face)
21567 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21568 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21569 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21570 (delphi-new-comment-line, delphi-font-lock-defaults)
21571 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21572 Fix typos in docstrings.
21573
21574 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21575
21576 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21577 Invert the roles of character and string values for INSTEAD, so a
21578 string is used for the more common case of a defaulting prompt.
21579
21580 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 * progmodes/ruby-mode.el (ruby-backward-sexp):
21583 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21584 * play/gamegrid.el (gamegrid-make-face):
21585 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21586 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21587 * notifications.el (notifications-notify):
21588 * net/xesam.el (xesam-search-engines):
21589 * net/quickurl.el (quickurl-list-insert):
21590 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21591
21592 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21593
21594 * startup.el (command-line): Update package subdirectory regexp.
21595
21596 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21597
21598 * allout.el (allout-abbreviate-flattened-numbering)
21599 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21600
21601 * subr.el (read-char-choice): Only show the cursor after the prompt,
21602 not after the answer.
21603
21604 2011-03-15 Kevin Ryde <user42@zip.com.au>
21605
21606 * help-fns.el (variable-at-point): Skip leading quotes, if any
21607 (bug#8253).
21608
21609 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21610
21611 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21612 warning message.
21613
21614 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21615
21616 * shell.el (shell): When called interactively, offer to change the
21617 shell file name on remote hosts.
21618
21619 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21620
21621 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21622 integration for LDAP parameters. The host, base, user or binddn,
21623 and secret tokens can be specified in a netrc file, for instance.
21624 This is optional because an `auth-source' parameter must be
21625 specified in the search attributes.
21626
21627 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21628
21629 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21630
21631 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21632
21633 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21634 into declaration. Remove redundant and harmful binding.
21635
21636 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21637
21638 * files.el (file-ownership-preserved-p): Pass `integer' as an
21639 explicit 2nd argument to `file-attributes'. If the file's owner
21640 is the Administrators group on Windows, and the current user is
21641 Administrator, consider that a match.
21642
21643 * server.el (server-ensure-safe-dir): Consider server directory
21644 safe on MS-Windows if its owner is the Administrators group while
21645 the current Emacs user is Administrator. Use `=' to compare
21646 numerical UIDs, since they could be integers or floats.
21647
21648 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21649
21650 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21651
21652 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21653
21654 Sync with Tramp 2.2.1.
21655
21656 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21657
21658 * net/trampver.el: Update release number.
21659
21660 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21661
21662 * progmodes/compile.el (compilation--previous-directory): Fix up
21663 various nil/dead-marker mismatches (bug#8014).
21664 (compilation-directory-properties, compilation-error-properties):
21665 Don't call it at a position past the one we're about to change.
21666
21667 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21668 Disable obsolescence warnings in the file that declares it.
21669
21670 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21671
21672 * allout-widgets.el (allout-widgets-tally):
21673 Initialize allout-widgets-tally as a hash table rather than nil to
21674 prevent mode-line redisplay warnings. Also, clarify the module
21675 description and fix a comment typo.
21676
21677 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21678
21679 * help-fns.el (describe-variable): Don't complete keywords.
21680 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21681
21682 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21683
21684 * emacs-lisp/package.el (package-version-join): Impose a standard
21685 string representation for pre/alpha/beta version lists.
21686 (package-unpack-single): Standardize the directory name by passing
21687 it through package-version-join.
21688 (package-strip-rcs-id): Accept any version string that does not
21689 signal an error in version-to-list.
21690
21691 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21692
21693 * simple.el (delete-trailing-whitespace): Return nil for the
21694 benefit of `write-file-functions'.
21695
21696 2011-03-10 Glenn Morris <rgm@gnu.org>
21697
21698 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21699
21700 * vc/vc-git.el (vc-git-program): New option.
21701 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21702 (vc-git--call): Use it.
21703
21704 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21705
21706 * cus-edit.el (Custom-newline): If no button at point, look
21707 for a subgroup button at start-of-line. (Bug#2298)
21708
21709 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21710
21711 2011-03-10 Julien Danjou <julien@danjou.info>
21712
21713 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21714 `cursor-type' is nil.
21715
21716 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21717
21718 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21719
21720 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21721
21722 * allout.el: Change so yank of distinctive-bullet items
21723 preserves the existing header prefix, rebulleting it if necessary,
21724 rather than replacing it. This is necessary for proper operation
21725 of cooperative addons like allout-widgets.
21726 (allout-make-topic-prefix, allout-rebullet-heading):
21727 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21728 value as alternate bullet to be used, instead of prompting the user
21729 for a bullet character.
21730
21731 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21732
21733 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21734 Do not use `tramp-file-name-port', because this returns also
21735 `tramp-default-port'.
21736
21737 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21738
21739 * net/rcirc.el (rcirc-handler-001): Remove useless
21740 with-rcirc-process-buffer.
21741 (rcirc-check-auth-status): Swap arguments to string-match.
21742
21743 2011-03-09 Glenn Morris <rgm@gnu.org>
21744
21745 * shell.el (shell-mode):
21746 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21747
21748 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21749 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21750
21751 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21752
21753 * emacs-lisp/package.el (package-refresh-contents)
21754 (package-menu-execute): Use condition-case-no-debug.
21755
21756 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21757
21758 * simple.el (shell-command-to-string): Use `process-file'.
21759
21760 * emacs-lisp/package.el (package-tar-file-info): Handle also
21761 remote files.
21762
21763 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21764 Use `equal' for upload base check.
21765
21766 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21767
21768 * textmodes/texinfo.el (texinfo-environments):
21769 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21770
21771 2011-03-08 Glenn Morris <rgm@gnu.org>
21772
21773 * cus-start.el (cursor-in-non-selected-windows):
21774 Fix :set quoting oddness. (Bug#8192)
21775
21776 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21777 in some setf expressions. (Bug#2159)
21778
21779 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21780
21781 * custom.el (custom-available-themes): Return themes in
21782 alphabetical order.
21783
21784 See ChangeLog.15 for earlier changes.
21785
21786 ;; Local Variables:
21787 ;; coding: utf-8
21788 ;; End:
21789
21790 Copyright (C) 2011-2013 Free Software Foundation, Inc.
21791
21792 This file is part of GNU Emacs.
21793
21794 GNU Emacs is free software: you can redistribute it and/or modify
21795 it under the terms of the GNU General Public License as published by
21796 the Free Software Foundation, either version 3 of the License, or
21797 (at your option) any later version.
21798
21799 GNU Emacs is distributed in the hope that it will be useful,
21800 but WITHOUT ANY WARRANTY; without even the implied warranty of
21801 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21802 GNU General Public License for more details.
21803
21804 You should have received a copy of the GNU General Public License
21805 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.