]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/descr-text.el (describe-char): Fix %d/%x typo.
[gnu-emacs] / lisp / ChangeLog
1 2013-05-08 Ulrich Mueller <ulm@gentoo.org>
2
3 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
4
5 2013-04-24 Glenn Morris <rgm@gnu.org>
6
7 * subr.el (read-number): Once more use `read' rather than
8 `string-to-number', to trap non-numeric input. (Bug#14254)
9
10 2013-04-22 Erik Charlebois <erikcharlebois@gmail.com>
11
12 * emacs-lisp/syntax.el (syntax-propertize-multiline):
13 Use `syntax-multiline' text property consistently instead of
14 `font-lock-multiline'. (bug#14237).
15
16 2013-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
19 into the prompt either (bug#13963).
20
21 2013-03-26 Fabián Ezequiel Gallina <fabian@anue.biz>
22
23 Un-indent after "pass" and "return" statements (Bug#13888)
24 * progmodes/python.el (python-indent-block-enders): New var.
25 (python-indent-calculate-indentation): Use it.
26
27 2013-03-25 Michael Albinus <michael.albinus@gmx.de>
28
29 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
30 defun. Defining it as defalias could introduce too eager
31 byte-compiler optimization. (Bug#14030)
32
33 2013-03-25 Chong Yidong <cyd@gnu.org>
34
35 * iswitchb.el (iswitchb-read-buffer): Fix typo.
36
37 2013-03-16 Leo Liu <sdl.web@gmail.com>
38
39 * progmodes/scheme.el: Add indentation and font-locking for λ.
40 (Bug#13975)
41
42 2013-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
45 token before point (bug#13942).
46
47 2013-03-14 Leo Liu <sdl.web@gmail.com>
48
49 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
50
51 2013-03-11 Glenn Morris <rgm@gnu.org>
52
53 * Version 24.3 released.
54
55 2013-02-25 Glenn Morris <rgm@gnu.org>
56
57 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
58
59 2013-02-21 Juri Linkov <juri@jurta.org>
60
61 * isearch.el (isearch-lazy-highlight-new-loop):
62 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
63 to `isearch-other-end' if it is not nil. (Bug#13402)
64
65 * replace.el (replace-highlight): Let-bind `isearch-other-end'
66 to `match-beg'.
67
68 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
69 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
70 and `isearch-error' to nil.
71
72 2013-02-20 Fabián Ezequiel Gallina <fgallina@cuca>
73
74 * progmodes/python.el (python-info-current-defun):
75 Enhance match-data cluttering prevention.
76
77 2013-02-19 Glenn Morris <rgm@gnu.org>
78
79 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
80 loaded while outline-regexp is let bound. (Bug#9584)
81
82 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
83
84 * progmodes/python.el (python-info-current-defun): Fix failed
85 defun name retrieval because of unwanted match-data cluttering.
86
87 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
88
89 * progmodes/python.el (python-indent-context):
90 Fix python-info-line-ends-backslash-p call.
91 (python-info-line-ends-backslash-p)
92 (python-info-beginning-of-backslash): Respect line-number
93 argument.
94 (python-info-current-line-comment-p): Fix behavior when not at
95 beginning-of-line.
96 (python-util-position): Remove function.
97 (python-util-goto-line): New function.
98
99 2013-02-18 Michael Albinus <michael.albinus@gmx.de>
100
101 * eshell/em-unix.el (eshell/su): Require tramp.
102 (eshell/sudo): Require tramp. Remove now unnecessary check.
103
104 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
105 `tramp-current-connection' in order to avoid an error when several
106 commands are invoked in a short time in eshell and friends.
107
108 2013-02-16 Didier Verna <didier@didierverna.net>
109
110 * net/network-stream.el (network-stream-open-starttls):
111 Check that response to the starttls-command is non-nil. (Bug#13706)
112
113 2013-02-14 Glenn Morris <rgm@gnu.org>
114
115 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
116
117 2013-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * net/goto-addr.el (goto-address-fontify): Add start and end args.
120 (goto-address-fontify-region): Use them instead of narrowing, so
121 syntax-ppss has access to the whole buffer.
122
123 2013-02-14 Fabián Ezequiel Gallina <fgallina@cuca>
124
125 * progmodes/python.el: Explain how to restore "cc-mode"-like
126 forward-sexp movement in header documentation (Bug#13642).
127 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
128 comments and strings (GH bug 114).
129
130 2013-02-13 Fabián Ezequiel Gallina <fgallina@cuca>
131
132 * progmodes/python.el (python-info-current-defun): Fix current
133 defun detection (Bug#13618).
134
135 2013-02-13 Chong Yidong <cyd@gnu.org>
136
137 * xml.el (xml-parse-string): Fix typo in handling of bad character
138 references.
139
140 2013-02-10 Michael Albinus <michael.albinus@gmx.de>
141
142 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
143 if DIR exists and PARENTS is non-nil.
144
145 2013-02-09 Chong Yidong <cyd@gnu.org>
146
147 * mail/emacsbug.el (report-emacs-bug): Change binding of
148 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
149
150 2013-02-02 Alan Mackenzie <acm@muc.de>
151
152 Fix bug in the state cache mechanism. Remove 'BOD "strategy". Refactor.
153 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
154 (c-parse-state-get-strategy): Don't return 'BOD any more.
155 (c-append-lower-brace-pair-to-state-cache): Extra parameter HERE
156 instead of narrowing. Widen to top of buffer before searching
157 backwards for a brace pair.
158 (c-state-push-any-brace-pair): Add HERE parameter to function
159 call.
160 (c-append-to-state-cache): Extra parameter HERE in place of
161 narrowing. Narrow to parameter HERE, in place of being called
162 narrowed.
163 (c-remove-stale-state-cache): Extra parameter HERE in place of
164 narrowing. Check there's an open brace in the cache before
165 searching for its match.
166 (c-invalidate-state-cache-1): Add HERE parameter to function call.
167 (c-parse-state-1): Don't narrow here for 'forward strategy,
168 instead passing extra parameter HERE to several functions.
169 Remove 'BOD strategy.
170
171 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * mouse.el (mouse-drag-track): Always deactivate the mark before
174 running the final event's command since that command is in charge of
175 activating the mark if needed (bug#13523).
176
177 2013-02-01 Juri Linkov <juri@jurta.org>
178
179 * replace.el (perform-replace): Move let-bindings of isearch-*
180 variables deeper to the loop that searches for the next match.
181 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
182 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
183 (Bug#13579)
184
185 * isearch.el (isearch-search-fun-default): Check for null
186 first element of isearch-cmds as a precaution when it's used
187 with inactive isearch.
188
189 2013-02-01 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
190
191 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
192 error when buffer in question is narrowed so position 1 is out of
193 visible part.
194
195 2013-01-31 Glenn Morris <rgm@gnu.org>
196
197 * textmodes/remember.el (remember-clipboard): Doc fix.
198
199 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
202 properties (bug#13179).
203
204 2013-01-30 Glenn Morris <rgm@gnu.org>
205
206 * mouse.el (mouse-drag-line): Avoid pushing same event onto
207 unread-command-events twice in some cases. This tries to implement
208 the 2012-07-26 changes in a different way. (Bug#13560)
209
210 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
211
212 * progmodes/python.el
213 (python-pdbtrack-comint-output-filter-function): Enhancements on
214 stacktrace detection. (thanks @gnovak)
215
216 2013-01-30 Glenn Morris <rgm@gnu.org>
217
218 * imenu.el (imenu-default-create-index-function):
219 Put back a version of the infinite loop test removed 2013-01-23.
220
221 2013-01-28 Fabián Ezequiel Gallina <fgallina@cuca>
222
223 * progmodes/python.el (python-shell-parse-command):
224 Find python-shell-interpreter with modified environment.
225
226 2013-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
227
228 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
229
230 2013-01-24 Fabián Ezequiel Gallina <fgallina@cuca>
231
232 * progmodes/python.el: Enhancements to header documentation about
233 skeletons. (Bug#5716)
234
235 2013-01-23 Fabián Ezequiel Gallina <fgallina@cuca>
236
237 * imenu.el (imenu-default-create-index-function): Remove useless
238 infinite loop check. (Bug#13438)
239
240 2013-01-23 Alan Mackenzie <acm@muc.de>
241
242 Fix a bug in the state cache mechanism. Refactor this a bit.
243
244 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
245 `cache-pos' element from the return value.
246 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
247 buffer to enable proper searching from beyond HERE. Amend the
248 test for detecting the sought brace pair. Amend the value written
249 to the "brace desert cache" when the brace isn't found.
250 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
251 and several other variables analogously.
252 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
253 parameter to a locally calculated variable.
254 (c-parse-state-1): Change the calling conventions to the two
255 defuns involving `cache-pos'.
256
257 2013-01-23 Chong Yidong <cyd@gnu.org>
258
259 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
260
261 2013-01-18 Leo Liu <sdl.web@gmail.com>
262
263 * dired.el (dired-get-marked-files): Prune erroneous values due to
264 last change. (Bug#13152)
265
266 2013-01-17 Glenn Morris <rgm@gnu.org>
267
268 * progmodes/etags.el (tags-table-check-computed-list):
269 Preserve point in tags buffer. (Bug#13412)
270
271 2013-01-16 Glenn Morris <rgm@gnu.org>
272
273 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
274
275 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
276 Revert 2012-12-29 change. Ref:
277 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00360.html>
278
279 2013-01-10 Fabián Ezequiel Gallina <fgallina@cuca>
280
281 * progmodes/python.el (python-nav-end-of-statement):
282 Fix cornercase when handling multiline strings.
283
284 2013-01-10 Glenn Morris <rgm@gnu.org>
285
286 * emacs-lisp/authors.el (authors-ignored-files)
287 (authors-valid-file-names, authors-renamed-files-alist):
288 Add some more entries.
289
290 2013-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * image-mode.el (image-mode-winprops): Don't throw away the fallback
293 `t' pseudo-window entry.
294
295 2013-01-09 Alan Mackenzie <acm@muc.de>
296
297 Fix bugs in the c-parse-state mechanism. Reuse some markers
298 instead of continually generating new ones.
299
300 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
301 (c-state-old-cpp-end-marker): New variables.
302 (c-append-lower-brace-pair-to-state-cache): Start a backward
303 search for "}" definitively outside CPP constructs.
304 (c-remove-stale-state-cache): Inform the caller of a need to
305 search back for a brace pair in certain circumstances.
306 (c-state-maybe-marker): New macro.
307 (c-parse-state): Reuse markers when appropriate.
308
309 2013-01-09 Glenn Morris <rgm@gnu.org>
310
311 * simple.el (execute-extended-command): Doc fix.
312 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
313
314 2013-01-09 Chong Yidong <cyd@gnu.org>
315
316 * faces.el (read-face-name): Doc fix.
317
318 2013-01-09 Glenn Morris <rgm@gnu.org>
319
320 * emacs-lisp/trace.el (trace-function, trace-function-background):
321 Doc fix.
322
323 2013-01-09 Juri Linkov <juri@jurta.org>
324
325 * international/mule-cmds.el (read-char-by-name): Move let-binding
326 of completion-ignore-case around completing-read to fix regression
327 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
328 `string-match-p' using the nil value of `case-fold-search' and
329 `completion-ignore-case' in `completion-pcm--all-completions'.
330 (Bug#12615).
331
332 2013-01-07 Glenn Morris <rgm@gnu.org>
333
334 * progmodes/compile.el (compilation-parse-errors):
335 Fix typo. (Bug#13369)
336
337 2013-01-07 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
338
339 * comint.el (comint-send-input): Check size of buffer before
340 waiting for process output, in case already accepted. (Bug#13290)
341
342 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
343
344 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
345 non-negative integers. Otherwise, the default values are used.
346 (tramp-convert-file-attributes): Convert uid and gid to integers.
347
348 2013-01-03 Glenn Morris <rgm@gnu.org>
349
350 * term.el (term-handle-colors-array): Ensure face attributes
351 are fully specified, not nil. (Bug#13337)
352
353 * term.el (term-default-fg-color, term-default-bg-color):
354 Fix custom type.
355
356 * progmodes/etags.el (tags-compression-info-list): Doc fix.
357 (tag-find-file-of-tag-noselect): Check auto-compression-mode
358 rather than 'jka-compr being loaded. (Bug#13338)
359
360 * subr.el (eval-after-load): Don't purecopy the form, so that it
361 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
362
363 * emacs-lisp/byte-run.el (defun): Place cl declarations
364 after any interactive spec. (Bug#13265)
365
366 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
367
368 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
369 defun. Don't check for DECL if DOCSTRING isn't a string.
370 (defun): Likewise.
371
372 2012-12-31 Glenn Morris <rgm@gnu.org>
373
374 * eshell/em-cmpl.el (eshell-pcomplete):
375 More thoroughly imitate pcomplete. (Bug#13293)
376
377 * files.el (parse-colon-path): Doc fix. (Bug#12351)
378 Return nil for empty path elements. (Bug#13296)
379
380 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
381
382 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
383 order to improve efficiency (Based on Daniel Colascione's
384 <dancol@dancol.org> patch). (Bug#13182)
385
386 2012-12-31 Glenn Morris <rgm@gnu.org>
387
388 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
389
390 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
391
392 * progmodes/python.el: Support other commands triggering
393 python-indent-line so indentation cycling continues to work.
394 (python-indent-trigger-commands): New defcustom.
395 (python-indent-line): Use it.
396
397 2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
398
399 * progmodes/python.el (python-shell-send-region): Add blank lines
400 for non sent code so backtraces remain correct.
401
402 2012-12-31 Andreas Schwab <schwab@linux-m68k.org>
403
404 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
405 neither DOCSTRING nor DECL was given. (Bug#13316)
406
407 2012-12-30 Glenn Morris <rgm@gnu.org>
408
409 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
410 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
411 (rmail-summary-displayed, rmail-summary): Declare.
412 (mairix-rmail-display): Just require rmail.
413
414 2012-12-29 Chong Yidong <cyd@gnu.org>
415
416 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
417 check for the tarball contents.
418
419 2012-12-29 Matt Fidler <matt.fidler@alcon.com> (tiny change)
420
421 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
422 tarfile content listings (Bug#13136).
423
424 2012-12-29 Mark Lillibridge <mark.lillibridge@hp.com>
425
426 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
427 Insert the undecoded text of the message being forwarded. (Bug#9521)
428
429 2012-12-28 Michael Albinus <michael.albinus@gmx.de>
430
431 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
432 integers, if they are real numbers. (Bug#13282)
433
434 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
435
436 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
437 "module" and "def" to have indentation before them.
438 Regression from 109911 (see the new test).
439
440 2012-12-24 Dmitry Gutov <dgutov@yandex.ru>
441
442 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
443
444 2012-12-23 Alan Mackenzie <acm@muc.de>
445
446 Speed up fontification where there's large brace blocks.
447 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
448 to a call of c-beginning-of-decl-1.
449
450 2012-12-21 Chong Yidong <cyd@gnu.org>
451
452 * sort.el (sort-subr): Doc fix (Bug#13056).
453
454 2012-12-20 Bastien Guerry <bzg@gnu.org>
455
456 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
457
458 2012-12-11 Alan Mackenzie <acm@muc.de>
459
460 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
461 * progmodes/cc-engine.el (c-backward-comments): Add code to work
462 around `forward-comment' not recognizing ^M as whitespace.
463
464 2012-12-11 Fabián Ezequiel Gallina <fgallina@cuca>
465
466 * progmodes/python.el (python-skeleton-class)
467 (python-skeleton-def): Do not add space after defun name.
468
469 2012-12-09 Chong Yidong <cyd@gnu.org>
470
471 * simple.el (set-mark-default-inactive): Mark as obsolete, for
472 removal after 24.3.
473
474 2012-12-08 Dani Moncayo <dmoncayo@gmail.com>
475
476 * simple.el (just-one-space): Doc fix.
477
478 2012-12-07 Eli Zaretskii <eliz@gnu.org>
479
480 * textmodes/texinfo.el (texinfo-enable-quote-envs):
481 Add "smallexample".
482
483 2012-12-07 Le Wang <l26wang@gmail.com>
484
485 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
486 narrowed buffer (bug#12361).
487
488 2012-12-07 Michael Heerdegen <michael_heerdegen@web.de>
489
490 * emacs-lisp/debug.el (debug): Fix hard-coded frame counts (bug#10025).
491 Virtually backported from trunk.
492
493 2012-12-07 Juanma Barranquero <lekktu@gmail.com>
494
495 * vc/vc-hooks.el (vc-state): Doc fix.
496
497 2012-12-06 Glenn Morris <rgm@gnu.org>
498
499 * mail/rmail.el (rmail-maybe-display-summary):
500 Preserve buffer, in case select-window changes it. (Bug#13066)
501
502 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
505 cl-load-hook where they belong.
506
507 2012-12-06 Chong Yidong <cyd@gnu.org>
508
509 * ffap.el (ffap-replace-file-component): Fix typo.
510
511 2012-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
514 fix open-paren-like token test (bug#12785).
515
516 2012-12-04 Glenn Morris <rgm@gnu.org>
517
518 * mail/rmailsum.el (rmail-new-summary): Tweak for
519 rmail-maybe-display-summary changing buffer. (Bug#13066)
520
521 2012-12-03 Juri Linkov <juri@jurta.org>
522
523 * info.el (Info-fontify-node): Don't hide the last newline.
524 (Bug#12272)
525
526 2012-12-01 Leo Liu <sdl.web@gmail.com>
527
528 * files.el (dir-locals-read-from-file): Check file non-empty
529 before reading. (Bug#13038)
530
531 2012-11-28 Glenn Morris <rgm@gnu.org>
532
533 * jka-cmpr-hook.el (jka-compr-get-compression-info):
534 Remove any version extension before checking filename. (Bug#13006)
535 (jka-compr-compression-info-list): Belated :version bump.
536
537 2012-11-28 Chong Yidong <cyd@gnu.org>
538
539 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
540
541 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
542 (buffer-menu): Doc fix (Bug#12294).
543
544 2012-11-27 Roland Winkler <winkler@gnu.org>
545
546 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
547 of diary-show-all-entries in the diary buffer (Bug#12994).
548
549 2012-11-27 Michael Albinus <michael.albinus@gmx.de>
550
551 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
552 "<STDIN>". This is binary safe.
553
554 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * textmodes/table.el (table-insert): Don't use `symbol-name' on
557 lexically scoped variables (bug#13005).
558
559 2012-11-26 Glenn Morris <rgm@gnu.org>
560
561 * vc/vc-hooks.el (vc-mistrust-permissions):
562 Default to t, to avoid data-loss. (Bug#11490)
563
564 2012-11-26 Fabián Ezequiel Gallina <fgallina@cuca>
565
566 * progmodes/python.el (python-indent-guess-indent-offset):
567 If indentation is guessed make python-indent-offset buffer-local.
568
569 Fix Imenu regression.
570 * progmodes/python.el (python-nav-beginning-of-defun):
571 Fix forward movement when statement(s) separates point from defun.
572 (python-imenu-prev-index-position): New function.
573
574 2012-11-26 Eli Zaretskii <eliz@gnu.org>
575
576 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
577
578 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
579 Don't set buffer-file-type. Return nil. (Bug#12989)
580
581 2012-11-26 Glenn Morris <rgm@gnu.org>
582
583 * hippie-exp.el (hippie-expand-try-functions-list):
584 Re-autoload it. (Bug#12982)
585
586 2012-11-25 Eli Zaretskii <eliz@gnu.org>
587
588 * descr-text.el (describe-char-padded-string):
589 Call internal-char-font only on GUI frames. (Bug#11964)
590
591 2012-11-24 Andreas Schwab <schwab@linux-m68k.org>
592
593 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
594 and obsoletion message.
595
596 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
599 the constructs to keep outside of the `cl-block' (bug#12977).
600
601 2012-11-24 Chong Yidong <cyd@gnu.org>
602
603 * mouse.el (mouse-drag-line): Even if the line is not draggable,
604 keep reading until we get the up-event anyway, in order to process
605 the up-event for mouse-1-click-follows-link (Bug#12971).
606
607 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
610 lexical-binding (bug#12938).
611
612 2012-11-23 Wolfgang Jenkner <wjenkner@inode.at>
613
614 * image-mode.el (image-transform-check-size): Use assertions only
615 for images of type imagemagick.
616
617 Otherwise no error, image-transform-fit-to-{width,height} is
618 silently ignored, as before. Doc fix.
619
620 2012-11-23 Chong Yidong <cyd@gnu.org>
621
622 * faces.el (color-defined-p): Doc fix (Bug#12853).
623
624 2012-11-23 Juri Linkov <juri@jurta.org>
625
626 * dired.el (dired-mark): Add optional arg `interactive'.
627 Check for `use-region-p' if `interactive' is non-nil.
628 (dired-unmark, dired-flag-file-deletion): Add optional arg
629 `interactive'. Call `dired-mark' with the arg `interactive'.
630 (Bug#10624)
631
632 2012-11-23 Juri Linkov <juri@jurta.org>
633
634 * wdired.el: Revert 2012-10-17 change partly and replace it with
635 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
636 (wdired-finish-edit): Add marks for new file names to
637 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
638 after `revert-buffer'.
639 (wdired-do-renames): Remove calls to `dired-remove-file',
640 `dired-add-file', `dired-add-entry'. (Bug#11795)
641
642 2012-11-21 Alan Mackenzie <acm@muc.de>
643
644 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
645
646 Fix bugs in the state cache. Enhance a debugging mechanism.
647 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
648 "brace at column zero" strategy for C++.
649 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
650 (c-parse-state-point): New variable.
651 (c-record-parse-state-state): Record old parse state with
652 `copy-tree'. Record previous value of point.
653 (c-debug-parse-state-double-cons): New debugging function.
654 (c-debug-parse-state): Call the above new function.
655 (c-toggle-parse-state-debug): Output a confirmatory message.
656
657 * progmodes/cc-mode.el (c-before-change, c-after-change):
658 Call c-invalidate-state-cache from `c-before-change' instead of
659 `c-after-change'.
660
661 2012-11-20 Daniel Colascione <dancol@dancol.org>
662
663 * term/w32-win.el (cygwin-convert-path-from-windows):
664 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
665 This change is a backport from trunk.
666
667 2012-11-20 Eli Zaretskii <eliz@gnu.org>
668
669 * simple.el (line-move): Don't call line-move-partial if
670 scroll-conservatively is in effect. (Bug#12927)
671
672 2012-11-20 Michael Albinus <michael.albinus@gmx.de>
673
674 * net/trampver.el (tramp-version): Downgrade to 2.2.6-24.3, in
675 order to distinguish from trunk.
676
677 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't accept
680 non-symbols for compiler macros (yet).
681
682 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
683 Fallback on completion-at-point rather than
684 pcomplete-expand-and-complete, and only if pcomplete actually failed.
685 (eshell-cmpl-initialize): Setup completion-at-point.
686
687 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
688
689 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
690
691 2012-11-19 Michael Albinus <michael.albinus@gmx.de>
692
693 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
694 are remote, check out-of-band property for both.
695
696 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
697
698 * window.el (switch-to-buffer): Re-add the warning that was lost in the
699 code rewrite.
700
701 2012-11-18 Paul Eggert <eggert@cs.ucla.edu>
702
703 More minor time fixes.
704 * calendar/time-date.el: Commentary fix.
705 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
706 too much other code depends on (0 0) time stamps.
707 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
708 Add a couple of FIXME comments.
709
710 Minor cleanup for times as lists of four integers.
711 * files.el (dir-locals-directory-cache):
712 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
713 Doc fixes.
714 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
715 * ps-bdf.el (bdf-file-newer-than-time):
716 Process four-integers time stamps, not two. Doc fixes.
717
718 2012-11-18 Glenn Morris <rgm@gnu.org>
719
720 * image.el (insert-image, insert-sliced-image): Doc fix.
721
722 2012-11-17 Chong Yidong <cyd@gnu.org>
723
724 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
725 (Bug#12810).
726
727 2012-11-17 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
728
729 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
730 response when the target file is in a subdirectory (Bug#12757).
731
732 2012-11-17 Chong Yidong <cyd@gnu.org>
733
734 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
735
736 2012-11-17 Glenn Morris <rgm@gnu.org>
737
738 * woman.el (woman-non-underline-faces):
739 * emacs-lisp/cl-lib.el (face-underline-p):
740 Use set-face-underline rather than the alias set-face-underline-p.
741
742 * window.el (with-temp-buffer-window): Doc fix.
743 * subr.el (with-output-to-temp-buffer):
744 Add doc xref to with-temp-buffer-window.
745
746 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * emacs-lisp/cl-lib.el: Set more meaningful version number.
749
750 2012-11-16 Martin Rudalics <rudalics@gmx.at>
751
752 * window.el (enlarge-window, shrink-window): Don't mention return
753 value in doc-string (Bug#12896).
754 (window--display-buffer): Don't resize frames - it won't work
755 with all window managers and defeat pop-up-frame-alist.
756 (display-buffer-alist): In doc-string explain that CONDITION can
757 be a function and which arguments are passed to it (Bug#12854).
758 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
759 expressions (Bug#12854).
760 (display-buffer): Pass ACTION argument to
761 display-buffer-assq-regexp.
762
763 2012-11-16 Glenn Morris <rgm@gnu.org>
764
765 * window.el (fit-frame-to-buffer-bottom-margin)
766 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
767
768 * faces.el (face-underline-p): Use face-attribute-specified-or.
769
770 2012-11-15 Juanma Barranquero <lekktu@gmail.com>
771
772 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
773
774 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
777
778 2012-11-15 Glenn Morris <rgm@gnu.org>
779
780 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
781 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
782
783 * faces.el (face-underline-p): Doc fix. Handle :underline being
784 things other than `t' (a string, a list).
785 (face-inverse-video-p): Doc fix.
786 (set-face-underline): Rename it back from set-face-underline-p.
787 Doc fix. Allow interactive input of values other than t.
788 (read-face-attribute): Apply formatting to :underline,
789 since like :box and :stipple it can take list values.
790
791 * term.el (ansi-term): Don't let C-x escape-char binding
792 clobber the more standard C-c binding. (Bug#12842)
793
794 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
797 (bug#12879).
798
799 2012-11-14 Glenn Morris <rgm@gnu.org>
800
801 * subr.el (set-temporary-overlay-map): Doc fix.
802
803 2012-11-13 Martin Rudalics <rudalics@gmx.at>
804
805 * window.el (record-window-buffer)
806 (display-buffer-record-window): When copying the markers to
807 window-point preserve window-point-insertion-type. (Bug#12588)
808
809 2012-11-13 Glenn Morris <rgm@gnu.org>
810
811 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
812 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
813 Use new names for hooks rather than obsolete aliases.
814
815 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
818
819 2012-11-12 Wolfgang Jenkner <wjenkner@inode.at>
820
821 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
822 39 and 49. This fixes bug#12792. Also, treat unimplemented
823 parameters as 0, thereby restoring the behavior of revisions prior
824 to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
825
826 2012-11-12 Fabián Ezequiel Gallina <fgallina@cuca>
827
828 Fix end-of-defun misbehavior.
829 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
830 python-beginning-of-defun-function. Handle nested defuns
831 correctly.
832 (python-nav-end-of-defun): Rename from
833 python-end-of-defun-function. Ensure forward movement.
834 (python-info-current-defun): Reimplement to work as intended
835 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
836 parent defuns as soon as possible.
837
838 2012-11-12 Glenn Morris <rgm@gnu.org>
839
840 * progmodes/flymake.el (flymake-error-bitmap)
841 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
842 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
843
844 2012-11-12 Dmitry Gutov <dgutov@yandex.ru>
845
846 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
847 backward, always stop at indentation. Reverts the change from
848 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
849
850 2012-11-11 Glenn Morris <rgm@gnu.org>
851
852 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
853 Add ibuffer-filter-by-derived-mode.
854
855 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
856 the same name shadowing each other.
857
858 * window.el (with-temp-buffer-window): Doc tweak.
859
860 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
861
862 * help.el (temp-buffer-max-height):
863 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
864 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
865
866 2012-11-10 Leo Liu <sdl.web@gmail.com>
867
868 * ido.el (ido-set-matches-1): Fix split-string args to avoid
869 performance issue. (Bug#12796)
870
871 2012-11-10 Glenn Morris <rgm@gnu.org>
872
873 * term.el (term-default-fg-color, term-default-bg-color):
874 Make obsolete, rather than just saying "deprecated" in the doc.
875
876 * term.el (term): Rename from `term-face'.
877 (term-current-face, ansi-term-color-vector)
878 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
879 Update all users.
880
881 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
882
883 * server.el (server-create-window-system-frame): Improve comment.
884
885 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
886
887 * server.el (server-create-window-system-frame): Handle Nextstep
888 specially (Bug#12780).
889
890 2012-11-08 Glenn Morris <rgm@gnu.org>
891
892 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
893 Unautoload, and make obsolete. (Bug#7449)
894
895 2012-11-08 Chong Yidong <cyd@gnu.org>
896
897 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
898 rename from diff-remove-trailing-whitespace (Bug#12831).
899
900 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
903 miscompilation of trace.el.
904
905 2012-11-08 Glenn Morris <rgm@gnu.org>
906
907 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
908
909 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
912 (bug#12812).
913
914 2012-11-07 Chong Yidong <cyd@gnu.org>
915
916 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
917 a defcustom with an appropriate :set function.
918 (minibuffer-default--in-prompt-regexps): New function.
919
920 2012-11-07 Glenn Morris <rgm@gnu.org>
921
922 * emacs-lisp/cl.el (define-setf-expander, defsetf)
923 (define-modify-macro): Doc fixes.
924
925 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
926 (gv-define-simple-setter): Update doc of `fix-return'.
927
928 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
929
930 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
931 twice when `fix-return' is set (bug#12813).
932
933 * emacs-lisp/cl.el (defsetf): Pass the third arg to
934 gv-define-simple-setter (bug#12812).
935
936 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
939 (bug#12756).
940
941 2012-11-06 Glenn Morris <rgm@gnu.org>
942
943 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
944
945 2012-11-05 Glenn Morris <rgm@gnu.org>
946
947 * emacs-lisp/cl-extra.el (cl-prettyexpand):
948 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
949 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
950 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
951
952 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
953
954 2012-11-03 Glenn Morris <rgm@gnu.org>
955
956 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
957 Rename handler properties back from cl-- to cl-. (Bug#12788)
958
959 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
960
961 2012-11-03 Eli Zaretskii <eliz@gnu.org>
962
963 * term/pc-win.el: Don't load term/internal from here.
964
965 * loadup.el: Load term/internal from here.
966
967 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
968
969 * progmodes/python.el (inferior-python-mode): Fix hang in
970 jit-lock (Bug#12645).
971
972 2012-11-03 Martin Rudalics <rudalics@gmx.at>
973
974 * window.el (switch-to-visible-buffer)
975 (switch-to-buffer-preserve-window-point): Fix doc-strings.
976
977 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
978
979 * play/gomoku.el (gomoku-display-statistics): Update mode line
980 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
981
982 2012-10-31 Martin Rudalics <rudalics@gmx.at>
983
984 * window.el (quit-restore-window): If the window has been
985 created on an existing frame and ended up as the sole window on
986 that frame, do not delete it (Bug#12764).
987
988 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * progmodes/sh-script.el (sh--inside-noncommand-expression):
991 Rename from sh--inside-arithmetic-expression, handle more cases
992 (bug#11263).
993
994 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
995 (sh-font-lock-open-heredoc): Use it (bug#12770).
996
997 2012-10-30 Glenn Morris <rgm@gnu.org>
998
999 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
1000
1001 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
1002
1003 2012-10-29 Chong Yidong <cyd@gnu.org>
1004
1005 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
1006 function key is stored in a keyboard macro (Bug#4894).
1007
1008 * thingatpt.el (number-at-point): Apply a thing-at-point property.
1009
1010 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
1013 header comments".
1014 (diff-unified->context, diff-context->unified)
1015 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
1016
1017 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
1018
1019 * files.el (find-alternate-file): Only ask one question (bug#12487).
1020
1021 2012-10-29 Chong Yidong <cyd@gnu.org>
1022
1023 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
1024 Suggested by Dan Nicolaescu (Bug#6326).
1025
1026 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
1027
1028 * startup.el (fancy-about-screen): Don't message (Bug#12680).
1029
1030 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
1031
1032 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
1033
1034 * face-remap.el (face-remap-add-relative): Handle the case where a
1035 face-remapping-alist entry is a cons cell (Bug#12762).
1036
1037 2012-10-29 Kevin Ryde <user42@zip.com.au>
1038
1039 * woman.el (woman-parse-numeric-value): Handle picas correctly
1040 (Bug#12639).
1041
1042 2012-10-29 Glenn Morris <rgm@gnu.org>
1043
1044 * emacs-lisp/cl.el (defsetf): Doc fix.
1045
1046 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
1049 syntax to the matching opener, if any (bug#12547).
1050 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
1051 matching open as a "case-(".
1052 (sh-smie-rc-grammar): Add a corresponding rule for it.
1053
1054 2012-10-28 Daniel Hackney <dan@haxney.org>
1055
1056 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
1057 "PKGNAME-autoloads.el" in case we created it.
1058
1059 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
1062 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
1063 (completion--twq-all): Disable too-strict assertions.
1064
1065 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
1066
1067 2012-10-27 Eli Zaretskii <eliz@gnu.org>
1068
1069 * profiler.el (profiler-report-make-entry-part): Fix help-echo
1070 text to match the real keybindings.
1071
1072 2012-10-27 Juri Linkov <juri@jurta.org>
1073
1074 * wdired.el (wdired-keep-marker-rename): New defcustom.
1075 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
1076 (Bug#11795)
1077
1078 * dired.el (dired-keep-marker-rename): Add reference to
1079 `wdired-keep-marker-rename' in the docstring.
1080 Add default character value ?R to display initially in
1081 Customization UI instead of ?@.
1082
1083 2012-10-27 Martin Rudalics <rudalics@gmx.at>
1084
1085 * window.el (display-buffer): In doc-string describe
1086 window-height and window-width alist entries.
1087
1088 * time.el (display-time-world): Restore fit-window-to-buffer
1089 behavior.
1090
1091 2012-10-27 Chong Yidong <cyd@gnu.org>
1092
1093 * subr.el (insert-buffer-substring-as-yank): Doc fix.
1094
1095 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
1096
1097 * minibuffer.el (completion-category-overrides): New completion
1098 category `bookmark' (bug#11131).
1099
1100 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * emacs-lisp/advice.el (ad-assemble-advised-definition):
1103 Silence bogus compiler warnings for ad-do-it.
1104
1105 * bookmark.el (bookmark-completing-read): Set the completion category
1106 to `bookmark' (bug#11131).
1107
1108 2012-10-26 Bastien <bzg@altern.org>
1109 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * face-remap.el: Use lexical-binding.
1112 (text-scale-adjust): Improve docstring. Use itself for the temporary
1113 overlay-map bindings, so as to repeat the "Use..." message each time.
1114
1115 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * emacs-lisp/macroexp.el (macroexp--expand-all):
1118 Obey byte-compile-warning-enabled-p (bug#12486).
1119
1120 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
1121 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
1122
1123 2012-10-26 Martin Rudalics <rudalics@gmx.at>
1124
1125 * mouse.el (mouse-drag-line): Move last form into preceding when
1126 clause (Bug#12731).
1127
1128 * help.el (resize-temp-buffer-window): Fix doc-string.
1129
1130 2012-10-25 David Engster <deng@randomsample.de>
1131
1132 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
1133 Remove. This feature is already integrated in imenu.
1134
1135 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
1136 always loaded. Require `speedbar' unconditionally.
1137
1138 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1139
1140 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
1141
1142 * minibuffer.el (minibuffer-force-complete): Fix thinko.
1143
1144 * net/ldap.el (ldap-search-internal): The official ldif format starts
1145 with a "version: 1" header (bug#12724).
1146
1147 * emacs-lisp/package.el (package-installed-p): Warn if not ready
1148 (bug#12721).
1149
1150 2012-10-25 Glenn Morris <rgm@gnu.org>
1151
1152 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
1153
1154 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * minibuffer.el (minibuffer-force-complete): Use one more marker
1157 for the temporary-overlay-map command (bug#12619).
1158
1159 2012-10-24 Chong Yidong <cyd@gnu.org>
1160
1161 * time.el (display-time-world-mode): Derive from special-mode.
1162 (display-time-world): Use display-buffer (Bug#12708).
1163 (display-time-world-mode-map): Variable deleted.
1164 (display-time-world-display): Wrap the final delete-char inside
1165 inhibit-read-only.
1166
1167 2012-10-24 Chong Yidong <cyd@gnu.org>
1168
1169 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
1170 Doc fix.
1171
1172 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
1173
1174 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * minibuffer.el (completion--all-sorted-completions-location): New var.
1177 (completion--cache-all-sorted-completions)
1178 (completion--flush-all-sorted-completions): Use it.
1179 (completion-in-region, completion-in-region--postch)
1180 (completion-at-point, completion-help-at-point): Use markers in
1181 completion-in-region--data (bug#12619).
1182
1183 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * progmodes/compile.el (compilation-start): Try to handle common
1186 quoting of `cd' argument (bug#12640).
1187
1188 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
1189 (bug#12671).
1190
1191 2012-10-23 Glenn Morris <rgm@gnu.org>
1192
1193 * progmodes/gud.el (gud-menu-map):
1194 Check gdb-active-process is bound. (Bug#12358)
1195
1196 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * repeat.el (repeat): Set real-this-command (bug#12232).
1199
1200 * htmlfontify.el (hfy-post-html-hook):
1201 * filesets.el (filesets-cache-fill-content-hook):
1202 * arc-mode.el (archive-extract-hook):
1203 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
1204 * net/rcirc.el (rcirc-sentinel-functions)
1205 (rcirc-receive-message-functions, rcirc-activity-functions)
1206 (rcirc-print-functions):
1207 * net/dbus.el (dbus-event-error-functions):
1208 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
1209 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
1210 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
1211 * term/sun.el (sun-raw-prefix-hooks):
1212 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
1213
1214 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
1215
1216 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1217 Set `tramp-chunksize' to 1. This improves the performance.
1218 (tramp-smb-wait-for-output): Add timeout to
1219 `tramp-accept-process-output' calls.
1220
1221 2012-10-23 Chong Yidong <cyd@gnu.org>
1222
1223 * faces.el (font-list-limit): Define as an obsolete variable.
1224
1225 * startup.el (command-line):
1226 * cus-start.el: Don't refer to font-list-limit.
1227
1228 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
1229
1230 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1231
1232 * subr.el (internal-temp-output-buffer-show): Rename from
1233 temp-output-buffer-show, since previously compiled files expect this name.
1234
1235 2012-10-23 Glenn Morris <rgm@gnu.org>
1236
1237 * image.el (image-type-from-file-name): If multiple types match,
1238 return the first one that is supported. (Bug#9045)
1239
1240 2012-10-22 Glenn Morris <rgm@gnu.org>
1241
1242 * image.el (imagemagick-enabled-types): Doc fix.
1243
1244 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
1245
1246 * progmodes/which-func.el (which-func-current): The hash-table may have
1247 an explicit nil (bug#12338).
1248
1249 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * electric.el (electric-pair-delete-selection-self-insert-function):
1252 Rename to electric-pair-will-use-region, return a boolean.
1253 (electric-pair-mode): Adjust accordingly. Don't require delsel.
1254
1255 * delsel.el (delete-selection-helper): Use a function instead of a hook.
1256 (delete-selection-pre-hook): Use use-region-p.
1257 (delete-selection-self-insert-function): Remove.
1258 (self-insert-command): Obey self-insert-uses-region-functions.
1259 (self-insert-iso): Revert to previous setting, since we don't actually
1260 know what that command does.
1261 (delete-selection-self-insert-hooks): Remove.
1262
1263 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
1264
1265 * delsel.el (delete-selection-helper): New function, extracted from
1266 delete-selection-pre-hook.
1267 (delete-selection-pre-hook): Use it.
1268 (delete-selection-self-insert-function): New function.
1269 (delete-selection-self-insert-hooks): New hook.
1270 (self-insert-command, self-insert-iso): Use it.
1271 * electric.el (electric-pair-syntax): New function, extracted from
1272 electric-pair-post-self-insert-function.
1273 (electric-pair-post-self-insert-function): Use it.
1274 (electric-pair-delete-selection-self-insert-function): New function.
1275 (electric-pair-mode): Require delsel and setup
1276 delete-selection-self-insert-hooks (bug#11520).
1277
1278 2012-10-20 Chong Yidong <cyd@gnu.org>
1279
1280 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
1281 no changes to show (Bug#12586).
1282
1283 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
1284 list explicitly (Bug#12571).
1285
1286 2012-10-20 Arne Jørgensen <arne@arnested.dk>
1287
1288 * progmodes/flymake.el (flymake-create-temp-inplace):
1289 Use file-truename.
1290
1291 2012-10-20 Eli Zaretskii <eliz@gnu.org>
1292
1293 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
1294
1295 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1296
1297 * calc/calc-units.el (math-extract-units): Properly extract powers
1298 of units.
1299
1300 2012-10-20 Daniel Colascione <dancol@dancol.org>
1301
1302 * frame.el (make-frame): Set x-display-name as we used to in order
1303 to unbreak creating an X11 frame from an Emacs daemon started
1304 without a display.
1305
1306 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1307
1308 * minibuffer.el (minibuffer-force-complete): Make the next completion use
1309 the same completion-field (bug@12221).
1310
1311 2012-10-19 Martin Rudalics <rudalics@gmx.at>
1312
1313 * emacs-lisp/debug.el (debug): Record height of debugger window
1314 also when debugger will be back (Bug#8789).
1315
1316 2012-10-18 Chong Yidong <cyd@gnu.org>
1317
1318 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
1319 Convert to defcustom.
1320 (gdb-get-source-file): Don't bind pop-up-windows.
1321
1322 * progmodes/gud.el (gud-display-line): Don't specially re-use
1323 other frames for the gdb-mi case (Bug#12648).
1324
1325 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1326
1327 * emacs-lisp/advice.el: Clean up commentary a bit.
1328 (ad-do-advised-functions, ad-with-originals): Use `declare'.
1329 (byte-code-function-p): Never redefine.
1330
1331 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
1332
1333 2012-10-18 Glenn Morris <rgm@gnu.org>
1334
1335 * dired.el (dired-sort-toggle): Some ls implementations only allow
1336 a single option string. (Bug#12666)
1337
1338 * minibuffer.el (completion-cycle-threshold): Doc fix.
1339
1340 2012-10-17 Kenichi Handa <handa@gnu.org>
1341
1342 * international/mule.el (set-keyboard-coding-system):
1343 Recover input meta mode when the new coding system doesn not use 8-bit.
1344 Supply TERMINAL arg to set-input-meta-mode.
1345
1346 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
1347
1348 * wdired.el (wdired-old-marks): New variable.
1349 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
1350 (wdired-do-renames): Move point with renamed file and don't lose
1351 mark status (Bug#11795).
1352
1353 2012-10-16 Juri Linkov <juri@jurta.org>
1354
1355 * replace.el (query-replace-help): Mention multi-buffer replacement
1356 keys in the Help message. (Bug#12655)
1357
1358 2012-10-15 Chong Yidong <cyd@gnu.org>
1359
1360 * emacs-lisp/byte-run.el (defsubst): Doc fix.
1361
1362 2012-10-14 Eli Zaretskii <eliz@gnu.org>
1363
1364 * window.el (display-buffer): Doc fix.
1365
1366 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1367 Adjust the msft regexp to the output of Studio 2010, and move msft
1368 before edg-1. See the discussion on emacs-devel,
1369 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
1370 for the details.
1371
1372 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1373
1374 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
1375 (oset): Move uses of object-class-fast macro after its definition.
1376
1377 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
1378
1379 2012-10-13 Chong Yidong <cyd@gnu.org>
1380
1381 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
1382 enabled, re-enable it (Bug#11963).
1383
1384 2012-10-13 Martin Rudalics <rudalics@gmx.at>
1385
1386 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
1387 non-nil, restore window configuration (Bug#12623).
1388
1389 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * help-fns.el (describe-variable, describe-function-1):
1392 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
1393
1394 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
1395
1396 2012-10-12 Glenn Morris <rgm@gnu.org>
1397
1398 * mail/rmailsum.el (rmail-header-summary):
1399 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
1400
1401 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
1402
1403 * progmodes/python.el (python-mode-map):
1404 Replace subtitute-key-definition with proper command remapping.
1405 (python-nav--up-list): Fix behavior for blocks on the same level.
1406
1407 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
1410
1411 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
1412 changes to the format of load-history.
1413
1414 * international/mule-cmds.el (read-char-by-name): Move let-binding of
1415 completion-ignore-case in case that var is buffer-local (bug#12615).
1416
1417 2012-10-11 Kenichi Handa <handa@gnu.org>
1418
1419 * international/eucjp-ms.el: Re-generated.
1420
1421 2012-10-10 Kenichi Handa <handa@gnu.org>
1422
1423 * select.el (xselect--encode-string): If a coding is specified for
1424 selection, and that is compatible with COMPOUND_TEXT, use it.
1425
1426 2012-10-10 Martin Rudalics <rudalics@gmx.at>
1427
1428 * window.el (switch-to-buffer-preserve-window-point): New option.
1429 (switch-to-buffer):
1430 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
1431
1432 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
1435 Don't document nil as a useful value (bug#12583).
1436
1437 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
1438
1439 * net/tramp.el (tramp-debug-message):
1440 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1441 (with-tramp-progress-reporter): Rename from
1442 `tramp-with-progress-reporter'.
1443 (with-tramp-file-property, with-tramp-connection-property):
1444 Move from tramp-cache.el, rename from `with-file-property' and
1445 `with-connection-property', respectively.
1446
1447 * net/tramp-cache.el: Remove `with-file-property' and
1448 `with-connection-property'.
1449
1450 * net/tramp.el:
1451 * net/tramp-gvfs.el:
1452 * net/tramp-sh.el:
1453 * net/tramp-smb.el: Adapt callees.
1454
1455 * net/trampver.el: Update release number.
1456
1457 2012-10-09 Glenn Morris <rgm@gnu.org>
1458
1459 * w32-fns.el (set-message-beep):
1460 * term/w32-win.el (set-message-beep): Update declarations.
1461
1462 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
1465 (mode-line-widen, mode-line-input-method-map)
1466 (mode-line-coding-system-map, mode-line-remote)
1467 (mode-line-unbury-buffer, mode-line-bury-buffer)
1468 (mode-line-next-buffer, mode-line-previous-buffer):
1469 Replace save-selected-window+select-window => with-selected-window.
1470
1471 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
1472 * progmodes/cc-vars.el (bq-process): Remove, unused.
1473
1474 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
1475
1476 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
1477
1478 Implemented `backward-up-list'-like navigation.
1479 * progmodes/python.el (python-nav-up-list)
1480 (python-nav-backward-up-list): New functions.
1481 (python-mode-map): Define substitute key for backward-up-list to
1482 python-nav-backward-up-list.
1483
1484 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1485
1486 * progmodes/python.el (python-fill-paragraph): Rename from
1487 python-fill-paragraph-function. Fixed fill-paragraph for
1488 decorators (Bug#12605).
1489
1490 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1491
1492 * progmodes/python.el (python-shell-output-filter): Handle extra
1493 carriage return in OSX (Bug#12409).
1494
1495 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1496
1497 Fix shell handling of unbalanced quotes and parens in output.
1498 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
1499 (python-syntax-propertize-function): Use it.
1500 (python-shell-output-syntax-table): New var.
1501 (inferior-python-mode): Prevent unbalanced parens/quotes from
1502 previous output mess with current input context.
1503
1504 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
1505
1506 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
1507 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
1508
1509 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
1510
1511 * ffap.el (ffap-replace-file-component): Support Tramp file name
1512 syntax, not only ange-ftp's one.
1513
1514 2012-10-08 Glenn Morris <rgm@gnu.org>
1515
1516 * cus-start.el (message-log-max): Set :version.
1517
1518 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
1519
1520 2012-10-08 Martin Rudalics <rudalics@gmx.at>
1521
1522 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
1523 the minibuffer window (Bug#10851).
1524
1525 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
1526
1527 Enhancements on forward-sexp movement.
1528 * progmodes/python.el (python-nav-beginning-of-statement)
1529 (python-nav-end-of-statement): Return point-marker.
1530 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
1531 (python-info-current-symbol)
1532 (python-info-statement-starts-block-p): Rename from
1533 python-info-beginning-of-block-p.
1534 (python-info-statement-ends-block-p): Rename from
1535 python-info-end-of-block-p.
1536 (python-info-beginning-of-statement-p)
1537 (python-info-end-of-statement-p)
1538 (python-info-beginning-of-block-p, python-info-end-of-block-p):
1539 New functions.
1540
1541 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
1544 frame-selected-windows.
1545
1546 2012-10-08 Daniel Colascione <dancol@dancol.org>
1547
1548 * battery.el (battery-status-function): Check for
1549 w32-battery-status itself, not system-time windows-nt.
1550
1551 * frame.el: Require cl-lib.
1552 (display-format-alist): New variable mapping frame types to
1553 functions that initialize them.
1554 (window-system-for-display): New function: interprets
1555 display-format-alist.
1556 (make-frame-on-display): Remove existing display-selection logic
1557 and just forward to make-frame, which will now DTRT.
1558 (make-frame): Restructure to use window-system-for-display to
1559 figure out how to create a frame on a given display.
1560 (display-mouse-p): Look for frame-type w32, not a particular
1561 system-type.
1562
1563 * loadup.el: Load w32 lisp code when we have the w32 feature.
1564
1565 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
1566 system-type windows-nt.
1567
1568 * server.el (server-create-window-system-frame): Look for window
1569 type.
1570 (server-proces-filter): Only force a window system when windows-nt
1571 _and_ w32. Explain why.
1572
1573 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
1574 of window systems we configure for the mode.
1575
1576 * startup.el (command-line): Mark window system is initialized
1577 after we've done it.
1578
1579 * common-win.el (x-select-text): Look for w32, not windows-nt.
1580
1581 * ns-win.el: Require cl-lib. Add ourselves to
1582 display-format-alist.
1583 (ns-initialize-window-system): Assert we're not initialized twice.
1584
1585 * w32-win.el: Enable lexical binding; require cl-lib; add
1586 ourselves to display-format-alist.
1587 (w32-handle-dropped-file): Convert incoming dropped files from
1588 Windows paths to Cygwin ones before passing them on to the rest of
1589 Emacs.
1590 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
1591 (w32-initialize-window-system): Assert we're not initialized twice.
1592
1593 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
1594 (x-initialize-window-system): Assert we're not initialized twice.
1595
1596 * w32-common-fns.el: New File.
1597 (w32-version, w32-using-nt, w32-get-clipboard-data)
1598 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1599 (w32-charset-info-alist, x-last-selected, text)
1600 (x-get-selection-value, x-selection-value): Move here.
1601
1602 * w32-fns.el: Require w32-common-fns.
1603 (w32-version, w32-using-nt, w32-get-clipboard-data)
1604 (w32-set-clipboard-data, x-set-selection, x-get-selection)
1605 (w32-charset-info-alist, x-last-selected, text)
1606 (x-get-selection-value, x-selection-value): Move to
1607 w32-common-fns.
1608
1609 * w32-vars.el:
1610 (w32-allow-system-shell, w32-system-shells): Define only in
1611 non-cygwin case.
1612
1613 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
1616 (read-passwd): Remove a few more potential sources of leaks.
1617
1618 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1619
1620 * progmodes/python.el (inferior-python-mode)
1621 (python-shell-make-comint): Fix initialization of local
1622 variables copied from parent buffer.
1623
1624 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
1625
1626 * term/ns-win.el (ns-read-file-name): Update declaration to match
1627 nsfns.m.
1628 (ns-respond-to-change-font): Change fontsize separatly so we are sure
1629 it is set when font is acted upon.
1630
1631 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1632
1633 Enhancements to indentation.
1634 * progmodes/python.el (python-indent-context): Give priority to
1635 inside-string context. Make comments indentation markers.
1636 (python-indent-region): Do not mess with strings, unless it's the
1637 enclosing set of quotes.
1638
1639 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * window.el (internal--before-save-selected-window)
1642 (internal--after-save-selected-window): New functions extracted from
1643 save-selected-window. Make sure we return the `alist' we construct.
1644 (save-selected-window): Use them.
1645
1646 * textmodes/tex-mode.el (tex-recenter-output-buffer):
1647 Use with-selected-window.
1648
1649 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
1650 forms that define macros (bug#12593).
1651
1652 2012-10-07 Kenichi Handa <handa@gnu.org>
1653
1654 * international/mule-conf.el (compound-text-with-extensions):
1655 Add :mime-charset property as x-ctext.
1656
1657 2012-10-07 Stefan Merten <smerten@oekonux.de>
1658
1659 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1660 (rst-indent-literal-normal, rst-indent-literal-minimized)
1661 (rst-indent-comment): Correct :version tag.
1662 (rst-official-cvs-rev): Correct version string.
1663
1664 2012-10-07 Glenn Morris <rgm@gnu.org>
1665
1666 * mail/rmailmm.el (rmail-mime-process-multipart):
1667 Do not confuse a multipart message with an epilogue
1668 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
1669
1670 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
1671
1672 Fix shell output retrieval and comint-prompt-regexp init.
1673 * progmodes/python.el (inferior-python-mode):
1674 (python-shell-make-comint): Fix initialization of
1675 comint-prompt-regexp from copied file local variables.
1676 (python-shell-fetched-lines): Remove var.
1677 (python-shell-output-filter-in-progress): Rename from
1678 python-shell-fetch-lines-in-progress.
1679 (python-shell-output-filter-buffer): Rename from
1680 python-shell-fetch-lines-string.
1681 (python-shell-fetch-lines-filter): Delete function.
1682 (python-shell-output-filter): New function.
1683 (python-shell-send-string-no-output): Use them.
1684
1685 2012-10-07 Glenn Morris <rgm@gnu.org>
1686
1687 * hi-lock.el (hi-lock-process-phrase):
1688 Try to make it less fragile. (Bug#7161)
1689
1690 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
1691
1692 2012-10-06 Glenn Morris <rgm@gnu.org>
1693
1694 * ehelp.el (electric-help-mode): Use help-mode rather than
1695 non-existent mode `help'.
1696 (electric-help-map): Use button-buffer-map. (Bug#10917)
1697
1698 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
1699 (reftex-create-bibtex-footer): Fix custom types.
1700
1701 * progmodes/sh-script.el (sh-indent-after-continuation):
1702 Add explicit :group.
1703
1704 * textmodes/rst.el (rst-preferred-decorations)
1705 (rst-shift-basic-offset): Clarify obsolescence versions.
1706
1707 * profiler.el (profiler): Add missing group :version tag.
1708 * avoid.el (mouse-avoidance-banish-position):
1709 * proced.el (proced-renice-command):
1710 * calc/calc.el (calc-ensure-consistent-units):
1711 * calendar/icalendar.el (icalendar-import-format-uid):
1712 * net/tramp.el (tramp-save-ad-hoc-proxies):
1713 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1714 * progmodes/flymake.el (flymake-error-bitmap)
1715 (flymake-warning-bitmap, flymake-fringe-indicator-position):
1716 * progmodes/sh-script.el (sh-indent-after-continuation):
1717 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
1718 (verilog-before-save-font-hook, verilog-after-save-font-hook):
1719 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
1720 (vhdl-array-index-record-field-in-sensitivity-list)
1721 (vhdl-indent-comment-like-next-code-line):
1722 * textmodes/reftex-vars.el (reftex-ref-style-alist)
1723 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
1724 (reftex-cite-key-separator, reftex-create-bibtex-header)
1725 (reftex-create-bibtex-footer):
1726 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
1727 (rst-indent-literal-normal, rst-indent-literal-minimized)
1728 (rst-indent-comment): Add missing custom :version tags.
1729
1730 * calendar/timeclock.el (timeclock-modeline-display):
1731 Add missing obsolete alias for renamed user option.
1732
1733 * strokes.el (strokes-modeline-string):
1734 * emulation/crisp.el (crisp-mode-modeline-string):
1735 * eshell/esh-mode.el (eshell-status-in-modeline):
1736 Aliases to defcustoms must come before the defcustom.
1737
1738 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
1739 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1740 (cal-tex-cursor-week-monday): Doc fixes.
1741 (cal-tex-cursor-week2-summary): Doc fix.
1742 Rename from cal-tex-cursor-week-at-a-glance.
1743
1744 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
1745 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
1746
1747 * calendar/calendar.el (calendar-mode-map):
1748 Add cal-tex-cursor-week2-summary.
1749
1750 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
1753
1754 * subr.el (read-passwd-map): New var.
1755 (read-passwd): Use `read-string' again.
1756 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
1757
1758 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
1759
1760 * register.el (append-to-register, prepend-to-register):
1761 Deactivate mark, as does `copy-to-register' (bug#12389).
1762
1763 2012-10-06 Chong Yidong <cyd@gnu.org>
1764
1765 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
1766
1767 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
1768
1769 * international/characters.el: Fix simple mistake ((car chars) ->
1770 elt), delete duplicated code.
1771
1772 2012-10-06 Glenn Morris <rgm@gnu.org>
1773
1774 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
1775
1776 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
1777
1778 * color.el (color-hsl-to-rgb): Fix incorrect results for
1779 small and large hue values. (Bug#12559)
1780
1781 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
1782
1783 Enhancements to docstring formatting when filling paragraphs.
1784 * progmodes/python.el (python-fill-docstring-style): Rename from
1785 python-fill-string-style. Added new style.
1786 (python-fill-string): Use new style. Better checks for
1787 docstrings.
1788
1789 2012-10-05 Glenn Morris <rgm@gnu.org>
1790
1791 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
1792
1793 * color.el (color-name-to-rgb, color-rgb-to-hex)
1794 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1795 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1796 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1797 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1798
1799 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
1800
1801 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
1804 to get the correct size across symlinks.
1805
1806 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
1807
1808 2012-10-04 Juri Linkov <juri@jurta.org>
1809
1810 * replace.el (query-replace-interactive): Declare obsolete.
1811 (query-replace-read-from): Add the last incremental search string
1812 to the list of default values accessible via M-n.
1813 (map-query-replace-regexp): Use `read-regexp'.
1814 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1815 (map-query-replace-regexp, replace-string, replace-regexp):
1816 Fix docstrings to replace mentions of `query-replace-interactive'
1817 with alternatives. (Bug#12526)
1818
1819 2012-10-04 Juri Linkov <juri@jurta.org>
1820
1821 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
1822 (dired-pop-to-buffer): Declare obsolete.
1823 (dired-mark-pop-up): Doc fix.
1824
1825 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
1826
1827 Allow user to set docstring style for fill-paragraph.
1828 * progmodes/python.el
1829 (python-fill-comment-function, python-fill-string-function)
1830 (python-fill-decorator-function, python-fill-paren-function):
1831 Remove :safe for defcustoms.
1832 (python-fill-string-style): New defcustom
1833 (python-fill-paragraph-function): Enhance context detection.
1834 (python-fill-string): Honor python-fill-string-style settings.
1835
1836 2012-10-04 Martin Rudalics <rudalics@gmx.at>
1837
1838 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
1839 after setting its buffer (Bug#10805).
1840
1841 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
1842
1843 Fix cornercase for string syntax.
1844 * progmodes/python.el (python-syntax-propertize-function):
1845 Simplify and enhance the regexp for unescaped quotes. Now it also
1846 matches quotes in weird situations like the single quote in
1847 "something\"'".
1848 (python-syntax-stringify): Simplify num-quotes detecting code.
1849
1850 2012-10-03 Glenn Morris <rgm@gnu.org>
1851
1852 * help-macro.el (three-step-help):
1853 Revert 2012-09-29 change. (Bug#12567)
1854
1855 2012-10-03 Martin Rudalics <rudalics@gmx.at>
1856
1857 * menu-bar.el (kill-this-buffer): Don't do anything when
1858 `menu-frame' is not alive or visible (Bug#8184).
1859
1860 * emacs-lisp/debug.el (debug): When quitting the debugger window
1861 restore current buffer (Bug#12502).
1862
1863 2012-10-02 Chong Yidong <cyd@gnu.org>
1864
1865 * progmodes/hideif.el (hif-lookup, hif-defined):
1866 Handle semantic-c-takeover-hideif.
1867
1868 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
1869
1870 Change sampling interval units from ms to ns.
1871 * profiler.el (profiler-sampling-interval): Change units
1872 from ms to ns, multiplying the default by 1000000 so that
1873 it remains 1 ms.
1874 (profiler-report-cpu-line-format): Give enough room for
1875 the maximum counters on 64-bit hosts.
1876 (profiler-report-render-calltree-1): Call them "CPU samples",
1877 not "Time (ms)", since they are not milliseconds now (and
1878 never really were).
1879
1880 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1881
1882 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1883 Fix querying BBDB for entries without a last name (Bug#11580).
1884
1885 2012-10-02 Chong Yidong <cyd@gnu.org>
1886
1887 * emacs-lisp/eieio.el: Restore Version header.
1888
1889 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1890
1891 * vc/diff-mode.el (diff--auto-refine-data): New var.
1892 (diff-hunk): Use it to delay refinement.
1893 (diff-mode): Remove overlays when we turn off font-lock.
1894
1895 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1896 (table-initialize-table-fixed-width-mode)
1897 (table-set-table-fixed-width-mode): Remove functions.
1898 (table-command-list): Move initialization into declaration.
1899 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1900 (table-with-cache-buffer): Use `declare'.
1901 (table-span-cell): Simplify via CSE.
1902 (table-fixed-width-mode): Use define-minor-mode.
1903 (table-call-interactively, table-funcall, table-apply): Remove.
1904 (table-function): New function, to replace them.
1905
1906 * bookmark.el (bookmark-search-pattern): Remove var.
1907 (bookmark-read-search-input): Remove function.
1908 (bookmark-bmenu-search): Reimplement using a minibuffer.
1909
1910 * faces.el (modeline): Remove obsolete face name.
1911
1912 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1913 and give a non-nil default value.
1914 (add-change-log-entry): Simplify accordingly.
1915
1916 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1917
1918 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1919 (vc-git-log-edit-toggle-amend): New function.
1920 (vc-git-log-edit-toggle-signoff): New function.
1921 (vc-git-log-edit-mode): New major mode.
1922 (vc-git-log-edit-mode-map): Keymap for it.
1923 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1924
1925 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1926 header names.
1927 (log-edit-toggle-header): New function.
1928 (log-edit-extract-headers): Accept function values in HEADERS alist.
1929
1930 2012-10-01 David Engster <deng@randomsample.de>
1931
1932 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1933 from symbol property and change message to be more consistent with
1934 Emacs proper.
1935 (eieio-describe-generic): Add filename for each implementation.
1936 Fix indices for generic and normal methods.
1937 (eieio-method-def, eieio-class-def): New buttons.
1938 (eieio-help-find-method-definition)
1939 (eieio-help-find-class-definition): New functions.
1940 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1941 class, constructor and method definitions.
1942
1943 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1944 information in symbol property.
1945 (scoped-class): Remove.
1946 (eieio-slot-name-index, call-next-method): Check if it is bound.
1947
1948 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1949
1950 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1951 (eieio-custom-mode): New major mode.
1952 (eieio-customize-object): Use it.
1953
1954 2012-10-01 Eric Ludlam <zappo@gnu.org>
1955
1956 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1957 specifying the expected class, and whether subclassing is allowed.
1958 (eieio-persistent-convert-list-to-object):
1959 (eieio-persistent-validate/fix-slot-value)
1960 (eieio-persistent-slot-type-is-class-p): New functions.
1961 (eieio-named::slot-missing): Doc fix.
1962
1963 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1964 Stop using unused publd variable.
1965
1966 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1967 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1968 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1969 (eieio-speedbar-handle-click): Do not specify a class for the
1970 method. Fixes method invocation order problems with EDE.
1971
1972 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1975 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1976
1977 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1978
1979 * bookmark.el (bookmark-version-control): Give tags in the
1980 :type choices (Bug#12309), and improve doc string.
1981 (bookmark-write-file): Bind `print-circle' to `t' to allow
1982 circular custom bookmark types. (Bug#12503)
1983
1984 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1985
1986 Revert the FOLLOW-SYMLINKS change for file-attributes.
1987 * files.el (remote-file-name-inhibit-cache, after-find-file):
1988 * time.el (display-time-file-nonempty-p): Undo last change.
1989
1990 * profiler.el (profiler-sampling-interval): Change default back to 1.
1991 See Stefan Monnier in
1992 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1993
1994 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1995
1996 Shell output catching a la gud-gdb.
1997 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1998 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1999 New Vars.
2000 (python-shell-fetch-lines-filter): New function.
2001 (python-shell-send-string-no-output): Use them.
2002
2003 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
2004
2005 * profiler.el (profiler-sampling-interval): Rename from
2006 profiler-sample-interval.
2007 (profiler-sampling-interval): Default to 10.
2008 (profiler-find-profile): New command (was profiler-find-log).
2009 (profiler-find-profile-other-window): New command.
2010 (profiler-find-profile-other-frame): New command.
2011 (profiler-profile): Introduce API-level data structure.
2012
2013 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2014
2015 file-attributes has a new optional arg FOLLOW-SYMLINKS.
2016 * files.el (remote-file-name-inhibit-cache):
2017 * time.el (display-time-file-nonempty-p): Use it.
2018 * files.el (after-find-file): Don't chase links before calling
2019 file-exists-p, as file-exists-p already does the right thing.
2020
2021 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
2022
2023 Merge from standalone RefTeX repository.
2024
2025 The following ChangeLog entries are shortened versions of the
2026 original ones with file paths adapted. A not so strongly edited
2027 version of the original ChangeLog can be found in the commit log.
2028
2029 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
2030 (reftex-arg-cite): Use `reftex-cite-key-separator'.
2031 Correctly handle new value type returned by `reftex-citation'.
2032
2033 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
2034 that entries with whitespace at various places are found.
2035 Doc fix. Include entries that are cross-referenced from cited entries.
2036 Include @String definitions in the resulting bib file. Add header
2037 and footer defined in `reftex-create-bibtex-header' and
2038 `reftex-create-bibtex-footer'.
2039 (reftex-do-citation): Make it possible again to insert
2040 non-existent entries. Save match data when asking for optional
2041 arguments. Return all keys, not just the first one.
2042 (reftex-all-used-citation-keys): Fix regexp to correctly extract
2043 all citations in the same line.
2044 (reftex-parse-bibtex-entry): Accept additional optional argument
2045 `raw' and keep quotes or braces if it is non-nil. Match fields
2046 containing hyphens besides word constituents.
2047 (reftex-get-string-refs): New function.
2048 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
2049 and ask if it should be reread in case it did.
2050 (reftex-pop-to-bibtex-entry)
2051 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
2052 entries with spaces or tabs in front of arguments.
2053 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
2054 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
2055 Match entries containing numbers and symbol constituents.
2056 (reftex-do-citation, reftex-figure-out-cite-format):
2057 Use `reftex-cite-key-separator'.
2058
2059 * textmodes/reftex-dcr.el: Move provide statement to end of file.
2060 (reftex-mouse-view-crossref): Explain why point is set.
2061
2062 * textmodes/reftex-global.el: Whitespace changes.
2063
2064 * textmodes/reftex-index.el: Move provide statement to end of
2065 file.
2066 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
2067 (reftex-index-visit-phrases-buffer): Set marker when visiting
2068 buffer. This allows for returning from the phrases file to the
2069 file one was just editing instead of the file where the last
2070 phrases was added from.
2071 (reftex-index-phrases-syntax-table): New variable. Give ?\"
2072 punctuation syntax as it usually is not used as string quote in
2073 TeX-related modes and may occur unmatched. The change also
2074 prevents fontification of quoted content.
2075 (reftex-index-phrases-mode): Use it.
2076
2077 * textmodes/reftex-parse.el (reftex-parse-from-file):
2078 Move backward one char if a `\' was matched after a section macro.
2079 (reftex-parse-from-file): Use beginning of match instead of end as
2080 bound.
2081
2082 * textmodes/reftex-ref.el: Adapt creation of
2083 `reftex-<package>-<macro>' functions to new structure of
2084 `reftex-ref-style-alist'.
2085 (reftex-reference): Use `reftex-ref-style-list' function.
2086 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
2087 reference macro if `reftex-ref-macro-prompt' is non-nil.
2088 (reftex-reference): Pass refstyle to `reftex-format-special'.
2089 Determine reference macro by looking at
2090 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
2091 Use only one special format function.
2092 (reftex-varioref-vref, reftex-fancyref-fref)
2093 (reftex-fancyref-Fref): Remove definitions. The functions are now
2094 generated from `reftex-ref-style-alist'.
2095 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
2096 Remove.
2097 (reftex-format-special): New function.
2098
2099 * textmodes/reftex-sel.el
2100 (reftex-select-cycle-ref-style-internal): Adapt to new structure
2101 of `reftex-ref-style-alist'. Remove code for testing macro type.
2102 (reftex-select-toggle-varioref)
2103 (reftex-select-toggle-fancyref): Remove.
2104 (reftex-select-cycle-ref-style-internal)
2105 (reftex-select-cycle-ref-style-forward)
2106 (reftex-select-cycle-ref-style-backward): New functions.
2107 (reftex-select-label-map): Use `v' and `V' for general cycling
2108 through reference styles. Add `p' for switching between number
2109 and page reference types.
2110
2111 * textmodes/reftex-toc.el (reftex-re-enlarge):
2112 Call `enlarge-window' only if there is something to do because in Emacs
2113 the horizontal version throws an error even if the parameter is 0.
2114
2115 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
2116 (reftex-plug-into-AUCTeX): Doc fix.
2117 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
2118 string. Adapt to new name.
2119 (reftex-ref-style-alist): Change structure so that it is not
2120 possible to use multiple different package names within a style.
2121 Remove the symbols for symbols for macro type distinction.
2122 Add characters for macro selection.
2123 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
2124 (reftex-create-bibtex-footer): New variables.
2125 (reftex-format-ref-function): Mention third argument of special
2126 format function.
2127 (reftex-ref-style-alist, reftex-ref-style-default-list):
2128 New variables.
2129 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
2130 to new implementation. Mark as obsolete. Add compatibility code
2131 for honoring the variable values in case they are set.
2132 (reftex-cite-format-builtin, reftex-bibliography-commands):
2133 Add support for ConTeXt.
2134 (reftex-format-ref-function, reftex-format-cite-function):
2135 Fix custom type.
2136 (reftex-cite-key-separator): New variable.
2137
2138 * textmodes/reftex.el (reftex-syntax-table-for-bib)
2139 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
2140 `reftex-syntax-table' because parens have to retain their paren
2141 syntax in order for parsing of BibTeX entries like @book(...) to
2142 work.
2143 (reftex-in-comment): Do not error out if `comment-start-skip' is
2144 not set. Deal correctly with escaped comment characters.
2145 (reftex-tie-multifile-symbols): Add doc string.
2146 Initialize `reftex-ref-style-list'.
2147 (reftex-untie-multifile-symbols): Add doc string.
2148 (reftex-add-index-macros): Doc fix.
2149 (reftex-ref-style-activate, reftex-ref-style-toggle)
2150 (reftex-ref-style-list): New functions.
2151 (reftex-mode-menu): Use them. Adapt to new structure of
2152 `reftex-ref-style-alist'.
2153 (reftex-select-with-char): Kill the RefTeX Select buffer when
2154 done.
2155 (reftex-remove-if): New function.
2156 (reftex-erase-all-selection-and-index-buffers)
2157 (reftex-mode-menu): Reference styles are now computed from
2158 `reftex-ref-style-alist'. Fix typo.
2159 (reftex-report-bug): New function.
2160 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
2161 algorithms with O(n log n). Introduce optional argument SORT (not
2162 yet used).
2163
2164 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
2165
2166 Enhancements for triple-quote string syntax.
2167 * progmodes/python.el (python-syntax-propertize-function):
2168 Match both quote cases in one regexp.
2169 (python-syntax-stringify): Handle matches properly.
2170
2171 2012-09-30 Juri Linkov <juri@jurta.org>
2172
2173 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
2174 to nil around the call to `insert' to prevent
2175 directory time modification by lock_file. (Bug#2295)
2176 * tar-mode.el (tar-summarize-buffer): Idem.
2177
2178 2012-09-30 Juri Linkov <juri@jurta.org>
2179
2180 * facemenu.el (list-colors-sort): Add option "Luminance".
2181 (list-colors-sort-key): Implement it.
2182
2183 * vc/diff-mode.el (diff-refine-removed):
2184 * vc/ediff-init.el (ediff-fine-diff-A):
2185 * vc/smerge-mode.el (smerge-refined-removed):
2186 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
2187
2188 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
2189
2190 * term/ns-win.el (x-file-dialog): New function.
2191
2192 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
2193
2194 * ido.el (ido-max-directory-size): Default to nil; the current
2195 default is small for POSIX systems, and impractical on Windows 7
2196 now that lstat returns directory sizes for NTFS.
2197
2198 2012-09-30 Martin Rudalics <rudalics@gmx.at>
2199
2200 In buffer display functions handle window-height/window-width
2201 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
2202 * window.el (window--display-buffer): New argument ALIST.
2203 Obey window-height and window-width alist entries.
2204 (window--try-to-split-window): New argument ALIST.
2205 Bind window-combination-limit to t when the window's size shall be
2206 changed and window-combination-limit equals `window-size'.
2207 (display-buffer-in-atom-window)
2208 (display-buffer-in-major-side-window)
2209 (display-buffer-in-side-window, display-buffer-same-window)
2210 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2211 (display-buffer-pop-up-window, display-buffer-below-selected)
2212 (display-buffer-at-bottom, display-buffer-in-previous-window)
2213 (display-buffer-use-some-window): Adjust all callers of
2214 window--display-buffer and window--try-to-split-window.
2215 (fit-frame-to-buffer): New option.
2216 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
2217 is non-nil.
2218 (display-buffer-in-major-side-window): Evaluate window-height /
2219 window-width alist entries.
2220
2221 * help.el (temp-buffer-resize-frames)
2222 (temp-buffer-resize-regexps): Remove options.
2223 (temp-buffer-resize-mode): Adjust doc-string.
2224 (resize-temp-buffer-window): Don't consult
2225 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
2226 temp-buffer-resize-frames.
2227
2228 * dired.el (dired-mark-pop-up):
2229 Call display-buffer-below-selected with a fit-window-to-buffer alist
2230 entry.
2231
2232 2012-09-30 Chong Yidong <cyd@gnu.org>
2233
2234 * server.el (server-host): Document the security implications.
2235 (server-auth-key): Doc fix.
2236
2237 * startup.el (initial-buffer-choice): Doc fix.
2238
2239 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
2240
2241 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
2242 restriction change.
2243
2244 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
2245
2246 * help-fns.el (help-fns--obsolete): Fix last change.
2247
2248 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2249
2250 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
2251 (minor-mode-map-alist): Remove redundant code.
2252
2253 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
2254 visited in a buffer.
2255 (cvs-insert-visited-file): New function.
2256 (find-file-hook): Use it.
2257
2258 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
2259
2260 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
2261 chose face.
2262 (log-edit-empty-buffer-p): Don't require a space after a header.
2263
2264 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
2265
2266 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
2267
2268 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
2269 a proper minor-mode.
2270
2271 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
2272
2273 2012-09-29 Glenn Morris <rgm@gnu.org>
2274
2275 * winner.el (winner-mode): Remove variable (let define-minor-mode
2276 handle it).
2277 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
2278 Doc fixes.
2279 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
2280 (winner-mode): Use define-minor-mode.
2281
2282 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
2283 the full definition in loaddefs, rather than duplicating it.
2284
2285 * help-macro.el (three-step-help): No need to autoload defcustom.
2286
2287 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
2288 (inferior-lisp-program, inferior-lisp-load-command)
2289 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2290 No need to autoload defcustoms.
2291
2292 * hippie-exp.el (hippie-expand-try-functions-list)
2293 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
2294 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
2295 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2296 (hippie-expand-only-buffers): No need to autoload defcustoms.
2297 * progmodes/vhdl-mode.el (vhdl-line-expand):
2298 Explicitly load hippie-exp, so it does not get autoloaded
2299 while hippie-expand-try-functions-list is let-bound.
2300
2301 2012-09-28 Glenn Morris <rgm@gnu.org>
2302
2303 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
2304
2305 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
2306 Only "cl.el" counts as cl these days.
2307
2308 2012-09-28 Juri Linkov <juri@jurta.org>
2309
2310 Display archive errors in the echo area instead of inserting
2311 to the file buffer.
2312
2313 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
2314 to STDERR-TEST that can be a regexp matching a successful output.
2315 Create a temporary file and redirect stderr to it. Search for
2316 STDERR-TEST in the stderr output and display it in the echo area
2317 if no match is found.
2318 (archive-extract-by-file): New function like
2319 `archive-extract-by-stdout' but extracting archives to files
2320 and looking for successful matches in stdout. Function body is
2321 mostly copied from `archive-rar-extract'.
2322 (archive-rar-extract): Use `archive-extract-by-file'.
2323 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
2324
2325 2012-09-28 Leo Liu <sdl.web@gmail.com>
2326
2327 * pcomplete.el (pcomplete-show-completions):
2328 Use minibuffer-message to make pcomplete usable in minibuffer.
2329
2330 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
2331
2332 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * type-break.el: Use lexical-binding.
2335 (type-break-mode): Use define-minor-mode.
2336
2337 * emacs-lisp/pcase.el (pcase--mark-used): New.
2338 (pcase--u1): Use it (bug#12512).
2339
2340 * custom.el (load-theme): Set buffer-file-name so the load is recorded
2341 in load-history with the right file name.
2342
2343 2012-09-28 Tassilo Horn <tsdh@gnu.org>
2344
2345 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
2346 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
2347 (doc-view-get-bounding-box): Make bounding box slicing work for
2348 ODF and DVI documents.
2349
2350 2012-09-28 Glenn Morris <rgm@gnu.org>
2351
2352 * type-break.el (type-break-mode, type-break-interval)
2353 (type-break-good-rest-interval, type-break-keystroke-threshold):
2354 No need to autoload.
2355 (type-break-good-rest-interval, type-break-keystroke-threshold):
2356 Add :set-after.
2357
2358 2012-09-28 Chong Yidong <cyd@gnu.org>
2359
2360 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
2361 Add :version tag.
2362
2363 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
2366
2367 2012-09-27 Glenn Morris <rgm@gnu.org>
2368
2369 * faces.el (x-display-name): Declare (for without-x builds).
2370
2371 * linum.el (linum-format): Don't autoload it. Improve :type.
2372
2373 * progmodes/tcl.el: Don't require outline when compiling.
2374 (outline-regexp, outline-level): Declare.
2375 * textmodes/sgml-mode.el: Don't require outline when compiling.
2376 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
2377
2378 * term.el (term-ansi-reset):
2379 Try setting term-ansi-face-already-done to nil. (Bug#11785)
2380
2381 * vc/vc.el (vc-next-action): Only gripe about committing read-only
2382 files for RCS and SCCS. (Bug#9781)
2383
2384 2012-09-27 Chong Yidong <cyd@gnu.org>
2385
2386 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
2387 change; value should be t.
2388
2389 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * image-mode.el: Use lexical-binding.
2392 (image-mode-winprops): Use t to stand for the window of
2393 a buffer that's not displayed.
2394 * doc-view.el (doc-view-new-window-function): Handle the new
2395 t in winprops.
2396 (doc-view-enlarge): Make it a real nop if the size is not changed.
2397 (doc-view-display): Handle the case where the buffer is not (yet?)
2398 displayed in any window.
2399 (doc-view-saved-settings): New var.
2400 (doc-view-mode): Use it.
2401 (doc-view-fallback-mode): Set it.
2402
2403 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
2404 Set lexical-binding.
2405 (minibuffer-eldef-shorten-default): New var.
2406 (minibuffer-default-in-prompt-regexps): Use it for new default.
2407 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
2408
2409 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2410
2411 * international/uni-bidi.el:
2412 * international/uni-category.el:
2413 * international/uni-name.el:
2414 * international/uni-numeric.el: Regenerate.
2415
2416 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
2417 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * profiler.el: New file.
2420
2421 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2424 (testcover-reinstrument): Simplify with CSE.
2425
2426 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
2427
2428 * window.el (temp-buffer-window-setup): Fix typo in docstring.
2429
2430 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
2431
2432 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
2433 (verilog-auto-input, verilog-auto-insert-lisp)
2434 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2435 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
2436 (verilog-auto-unused, verilog-auto-wire)
2437 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
2438 newline. Reported by Andrew Jones.
2439 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
2440 Reported by Brad Dobbie.
2441 (verilog-batch-delete-trailing-whitespace):
2442 Create verilog-batch-delete-trailing-whitespace.
2443 Reported by Brad Dobbie.
2444 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
2445 parameters from another module. Reported by Dan Katz.
2446 (verilog-auto, verilog-auto-assign-modport)
2447 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
2448 AUTOINOUTMODPORT for UVM interface module shell generation.
2449 Reported by Brad Dobbie.
2450 (verilog-auto-inst-interfaced-ports): Make default nil, as more
2451 standard behavior.
2452 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
2453 Reported by Matt Martin.
2454
2455 2012-09-25 Martin Rudalics <rudalics@gmx.at>
2456
2457 * window.el (window--resize-child-windows): When resizing child
2458 windows proportionally, process them in reverse order to
2459 preserve the "when splitting a window the new one gets the odd
2460 line" behavior.
2461 (window--resize-root-window-vertically): When resizing the
2462 minibuffer window try to affect only windows at the bottom of the
2463 frame. (Bug#12419)
2464
2465 2012-09-25 Chong Yidong <cyd@gnu.org>
2466
2467 * subr.el (declare): Doc fix.
2468
2469 * help-fns.el (help-fns--obsolete): Handle macros properly.
2470
2471 2012-09-25 Chong Yidong <cyd@gnu.org>
2472
2473 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
2474 this function obsolete.
2475
2476 * calendar/cal-x.el (calendar-two-frame-setup)
2477 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2478 * calendar/calendar.el (american-calendar, european-calendar)
2479 (calendar-for-loop):
2480 * comint.el (comint-dynamic-simple-complete)
2481 (comint-dynamic-complete-as-filename, comint-unquote-filename):
2482 * desktop.el (desktop-load-default):
2483 * dired-x.el (dired-omit-here-always)
2484 (dired-hack-local-variables, dired-default-directory):
2485 * emacs-lisp/derived.el (derived-mode-class):
2486 * emacs-lisp/timer.el (timer-set-time-with-usecs):
2487 * emacs-lock.el (toggle-emacs-lock):
2488 * epa.el (epa-display-verify-result):
2489 * epg.el (epg-sign-keys, epg-start-sign-keys)
2490 (epg-passphrase-callback-function):
2491 * eshell/esh-util.el (eshell-for):
2492 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
2493 (eshell-add-to-window-buffer-names):
2494 * files.el (locate-file-completion):
2495 * imenu.el (imenu-example--create-c-index)
2496 (imenu-example--create-lisp-index)
2497 (imenu-example--lisp-extract-index-name)
2498 (imenu-example--name-and-position):
2499 * international/mule-cmds.el (princ-list):
2500 * international/mule-diag.el (decode-codepage-char):
2501 * international/mule-util.el (detect-coding-with-priority):
2502 * iswitchb.el (iswitchb-read-buffer):
2503 * mail/mailalias.el (mail-complete):
2504 * mail/sendmail.el (mail-sent-via):
2505 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
2506 (mouse-major-mode-menu):
2507 * password-cache.el (password-read-and-add):
2508 * pcomplete.el (pcomplete-parse-comint-arguments):
2509 * progmodes/sh-script.el (sh-maybe-here-document):
2510 * replace.el (query-replace-regexp-eval):
2511 * savehist.el (savehist-load):
2512 * simple.el (choose-completion-delete-max-match):
2513 * term.el (term-dynamic-simple-complete):
2514 * vc/ediff-init.el (ediff-check-version):
2515 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
2516 * vc/vc.el (vc-diff-switches-list):
2517 * view.el (view-return-to-alist-update): Likewise.
2518
2519 * subr.el (eval-next-after-load, makehash, insert-string)
2520 (assoc-ignore-representation, assoc-ignore-case): Use declare to
2521 mark obsolete.
2522 (mode-line-inverse-video): Variable deleted.
2523
2524 * international/mule-util.el (string-to-sequence): Remove.
2525
2526 * calendar/calendar.el (calendar-version):
2527 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
2528 (icalendar-convert-diary-to-ical):
2529 * cus-edit.el (custom-mode):
2530 * ansi-color.el (ansi-color-unfontify-region):
2531 * international/latin1-disp.el (latin1-char-displayable-p):
2532 * progmodes/cwarn.el (turn-on-cwarn-mode):
2533 * progmodes/which-func.el (which-func-update-1):
2534 Use define-obsolete-function-alias.
2535
2536 * net/newst-backend.el (newsticker-cache-filename):
2537 * net/newst-treeview.el (newsticker-groups-filename):
2538 Fix incorrect obsolescence declaration.
2539
2540 * allout.el (allout-passphrase-hint-string): Likewise.
2541 (allout-init): Use a declare form to mark obsolete.
2542
2543 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
2544 this applies to functions.
2545
2546 * iswitchb.el (iswitchb-read-buffer): Move code of
2547 iswitchb-define-mode-map here, and delete that obsolete function.
2548
2549 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
2550 font-lock-reference-face.
2551
2552 2012-09-25 Glenn Morris <rgm@gnu.org>
2553
2554 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
2555 Doc fixes.
2556
2557 * eshell/em-term.el (eshell-term-name):
2558 Default to term-term-name. (Bug#12485)
2559
2560 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2561
2562 * progmodes/python.el (python-shell-send-buffer): Better handling
2563 of "if __name__ == '__main__':" conditionals when sending the buffer.
2564
2565 2012-09-24 Glenn Morris <rgm@gnu.org>
2566
2567 * eshell/esh-cmd.el (eshell-find-alias-function):
2568 Tighten up file-name regexp. (Bug#12499)
2569
2570 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
2571
2572 Enhancements for triple-quote string syntax.
2573 * progmodes/python.el (python-quote-syntax): Remove.
2574 (python-syntax-propertize-function): New value.
2575 (python-syntax-count-quotes, python-syntax-stringify):
2576 New functions.
2577
2578 2012-09-24 Chong Yidong <cyd@gnu.org>
2579
2580 * mail/supercite.el (sc-version): Remove obsolete function.
2581 (sc-describe): Don't mark as obsolete, since it is bound.
2582 (sc-submit-bug-report): Remove.
2583
2584 * vc/log-edit.el (cvs-changelog-full-paragraphs)
2585 (cvs-commit-buffer-require-final-newline): Remove.
2586 (log-edit-require-final-newline)
2587 (log-edit-changelog-full-paragraphs): Default to t.
2588
2589 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
2590 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2591 * vc/vc.el (vc-checkout-carefully): Likewise.
2592
2593 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
2594 (emerge-version): Remove.
2595
2596 * progmodes/compile.el (compile-internal): Remove.
2597 (compilation-parse-errors-function): Fix typo.
2598
2599 * international/mule.el (set-char-table-default): Remove.
2600 (set-coding-priority, make-coding-system, generic-char-p)
2601 (charset-list, charset-bytes, charset-id): Use declare to mark
2602 functions as obsolete.
2603
2604 * vc/pcvs-defs.el (cvs-buffer-name-alist)
2605 (cvs-invert-ignore-marks): Remove references to obsolete vars.
2606 * vc/vc-hooks.el (vc-default-registered): Don't use
2607 vc-master-templates.
2608
2609 * font-lock.el (font-lock-reference-face):
2610 Use define-obsolete-variable-alias.
2611
2612 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
2613 * calendar/calendar.el (calendar-font-lock-keywords):
2614 * calendar/diary-lib.el (diary-font-lock-keywords)
2615 (diary-fancy-font-lock-keywords):
2616 * textmodes/reftex-sel.el (reftex-insert-docstruct):
2617 * textmodes/reftex-index.el (reftex-insert-index):
2618 * textmodes/reftex-cite.el (reftex-format-bib-entry):
2619 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2620 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
2621 * progmodes/prolog.el (prolog-font-lock-keywords):
2622 * progmodes/idlwave.el (idlwave-idl-keywords):
2623 * progmodes/ada-mode.el (ada-font-lock-keywords):
2624 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
2625
2626 2012-09-24 Glenn Morris <rgm@gnu.org>
2627
2628 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2629
2630 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
2631
2632 * progmodes/python.el (python-indent-line): More consistent cursor
2633 movement behavior.
2634
2635 2012-09-23 Stefan Merten <smerten@oekonux.de>
2636
2637 * textmodes/rst.el: Fix compiler warning.
2638
2639 2012-09-23 Roland Winkler <winkler@gnu.org>
2640
2641 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
2642 Transcribe also LaTeX hyphenation.
2643 (bibtex-reformat): Bug fix. Do not quote twice the elements of
2644 bibtex-reformat-previous-options.
2645
2646 2012-09-23 Roland Winkler <winkler@gnu.org>
2647
2648 * proced.el (proced-renice-command): New variable.
2649 (proced-marked-processes): New function.
2650 (proced-with-processes-buffer): New macro.
2651 (proced-send-signal): Use them.
2652 (proced-renice): New command bound to r.
2653
2654 2012-09-23 Roland Winkler <winkler@gnu.org>
2655
2656 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
2657 ibuffer-saved-filter-groups has one element, shortcut the call of
2658 completing-read. (Bug#12331)
2659
2660 2012-09-23 Chong Yidong <cyd@gnu.org>
2661
2662 * bindings.el (mode-line-toggle-read-only):
2663 * bs.el (bs-toggle-readonly):
2664 * buff-menu.el (Buffer-menu-toggle-read-only):
2665 * dired.el (dired-toggle-read-only):
2666 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
2667
2668 2012-09-23 Chong Yidong <cyd@gnu.org>
2669
2670 * image.el (image-type-available-p): Adapt to init-image-library
2671 argument changes.
2672
2673 2012-09-22 Juri Linkov <juri@jurta.org>
2674
2675 * dired.el (dired-mode-map): Add [remap read-only-mode] for
2676 `dired-toggle-read-only'. (Bug#12462)
2677
2678 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2679
2680 * subr.el (temp-output-buffer-show): New function.
2681 (with-output-to-temp-buffer): Call temp-output-buffer-show
2682 instead of internal-temp-output-buffer-show.
2683
2684 2012-09-22 Chong Yidong <cyd@gnu.org>
2685
2686 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
2687 (Bug#12462).
2688
2689 * repeat.el (repeat): Doc fix (Bug#12348).
2690
2691 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
2692 (Bug#10909).
2693
2694 * simple.el (shell-command-on-region): Doc fix.
2695 (read-only-mode): Doc fix.
2696
2697 2012-09-22 Eli Zaretskii <eliz@gnu.org>
2698
2699 * emacs-lisp/timer.el (run-with-idle-timer)
2700 (timer-activate-when-idle): Warn against reinvoking an idle timer
2701 from within its own timer action. (Bug#12447)
2702
2703 2012-09-22 Martin Rudalics <rudalics@gmx.at>
2704
2705 * cus-start.el (window-combination-limit): Add new optional
2706 values.
2707 * window.el (temp-buffer-window-show)
2708 (window--try-to-split-window): Handle new values of
2709 window-combination-limit (Bug#1806).
2710 (split-window): Test window-combination-limit for t instead of
2711 non-nil.
2712 (display-buffer-at-bottom): New buffer display action function.
2713 * help.el (temp-buffer-resize-regexps): New option.
2714 (temp-buffer-resize-mode): Rewrite doc-string.
2715 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
2716 Don't resize reused window. Suggested by Glenn Morris.
2717
2718 2012-09-22 Stefan Merten <smerten@oekonux.de>
2719
2720 * textmodes/rst.el: Revamp section title faces.
2721 (rst-official-version)
2722 (rst-package-emacs-version-alist): Sync with official version
2723 V1.4.0.
2724 (rst-faces-defaults, rst-set-level-default)
2725 (rst-level-face-max, rst-level-face-base-color)
2726 (rst-level-face-base-light, rst-level-face-format-light)
2727 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
2728 (rst-adornment-faces-alist): Match new setup.
2729 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
2730 (rst-level-5, rst-level-6): New faces.
2731
2732 2012-09-22 Chong Yidong <cyd@gnu.org>
2733
2734 * simple.el (undo): Handle indirect buffers (Bug#8207).
2735
2736 2012-09-21 Leo Liu <sdl.web@gmail.com>
2737
2738 IDO: Disable match re-ordering for buffer switching.
2739 * ido.el (ido-buffer-disable-smart-matches): New variable.
2740 (ido-set-matches-1): Use it. (Bug#2042)
2741
2742 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
2743
2744 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
2745 Fix 2011-05-17 change. (Bug#12418)
2746
2747 2012-09-21 Leo Liu <sdl.web@gmail.com>
2748
2749 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
2750
2751 2012-09-21 Glenn Morris <rgm@gnu.org>
2752
2753 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
2754 Be more robust about locating simple.el.
2755
2756 2012-09-21 Glenn Morris <rgm@gnu.org>
2757
2758 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2759
2760 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
2761
2762 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
2763
2764 2012-09-20 Juri Linkov <juri@jurta.org>
2765
2766 * replace.el (query-replace-read-from): Use `read-regexp' instead
2767 of `read-from-minibuffer' when `regexp-flag' is non-nil.
2768 (occur-read-primary-args): Use `read-regexp' instead of
2769 `read-string'.
2770 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
2771 `read-from-minibuffer'.
2772 * isearch.el (isearch-occur): Use `read-regexp' instead of
2773 `read-string'.
2774 * dired.el (dired-read-regexp): Use `read-regexp' instead of
2775 `read-from-minibuffer'.
2776 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
2777 of `read-string'. (Bug#7567)
2778
2779 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
2780 and allow accepting a list of strings prepended to a list of
2781 standard default values. Doc fix. (Bug#12321)
2782
2783 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
2784
2785 * replace.el (read-regexp): Don't add ": " when PROMPT already
2786 ends with a colon and space. (Bug#12321)
2787
2788 2012-09-20 Tassilo Horn <tsdh@gnu.org>
2789
2790 * doc-view.el (doc-view-display): Better fix for the cl-assertion
2791 error.
2792
2793 2012-09-20 Stefan Merten <smerten@oekonux.de>
2794
2795 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
2796 Fixes feature request bug#11711.
2797 (rst-mode): Create `imenu-create-index-function'.
2798 (rst-get-stripped-line): Delete after refactoring.
2799 (rst-section-tree, rst-section-tree-rec)
2800 (rst-section-tree-point): Refactor and document properly.
2801 (rst-imenu-find-adornments-for-position)
2802 (rst-imenu-convert-cell, rst-imenu-create-index):
2803 New function.
2804
2805 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
2808 (macroexp--expand-all): Use it.
2809 (macroexp--funcall-and-return): Remove by folding it into its sole
2810 caller (macroexp--warn-and-return).
2811 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
2812 Use macroexp--obsolete-warning.
2813
2814 * calc/calc.el: Fix last change by removing the whole chunk, since it
2815 was only needed back when Calc was not bundled.
2816
2817 2012-09-20 Martin Rudalics <rudalics@gmx.at>
2818
2819 * emacs-lisp/debug.el (debug): Restore assignment to
2820 debugger-old-buffer removed on 2012-09-08.
2821
2822 2012-09-20 Juri Linkov <juri@jurta.org>
2823
2824 * dired-aux.el (dired-diff): Remove (require 'diff) since
2825 `diff-latest-backup-file' is now autoloaded.
2826
2827 2012-09-20 Chong Yidong <cyd@gnu.org>
2828
2829 * vc/diff.el (diff-latest-backup-file): Autoload.
2830
2831 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * calc/calc.el: Remove redundant autoload shape check.
2834 (sel-mode): Don't defvar.
2835 (calc-get-stack-element): Add `sel-mode' arg instead.
2836 (calc-top, calc-top-list): Pass it this additional argument.
2837 * calc/calc-store.el (calc-store-map):
2838 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
2839 (calc-map-equation, calc-outer-product, calc-inner-product):
2840 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
2841
2842 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
2843
2844 2012-09-19 Juri Linkov <juri@jurta.org>
2845
2846 * dired-aux.el (dired-diff): Add (require 'diff) because
2847 `diff-latest-backup-file' is not autoloaded.
2848 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
2849 of `dired-get-filename' to t to not report error when there is
2850 no default file on the current line.
2851
2852 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
2855 macroexp--eval-if-compile.
2856 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
2857 (macroexp--expand-all): Use them (bug#12371).
2858
2859 * doc-view.el (doc-view-guess-paper-size)
2860 (doc-view-scale-bounding-box): Fix unbound `caddr'.
2861
2862 2012-09-19 Tassilo Horn <tsdh@gnu.org>
2863
2864 New feature: set optimal slice from BoundingBox information.
2865 * doc-view.el (doc-view-mode-map): Add keybinding.
2866 (doc-view-menu): Add menu entry.
2867 (doc-view-set-slice): Adapt docstring.
2868 (doc-view-get-bounding-box, doc-view-guess-paper-size)
2869 (doc-view-scale-bounding-box)
2870 (doc-view-set-slice-from-bounding-box): New functions.
2871 (doc-view-paper-sizes): New defvar.
2872
2873 2012-09-19 Glenn Morris <rgm@gnu.org>
2874
2875 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2876 (byte-compile-log-warning): Autoload. (Bug#12371)
2877
2878 * calendar/calendar.el (calendar-american-month-header)
2879 (calendar-european-month-header, calendar-iso-month-header)
2880 (calendar-month-header): New options.
2881 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2882 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2883
2884 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2885
2886 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2887
2888 2012-09-18 Juri Linkov <juri@jurta.org>
2889
2890 * dired-aux.el (dired-diff): Restore original functionality of
2891 getting the default value, but keep new feature of using the
2892 latest existing backup file (`diff-latest-backup-file').
2893
2894 2012-09-18 Juri Linkov <juri@jurta.org>
2895
2896 * dired.el (dired-mark): If the region is active in Transient Mark
2897 mode, mark all files in the active region. Doc fix.
2898 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2899 Doc fix. (Bug#10624)
2900
2901 2012-09-18 Juri Linkov <juri@jurta.org>
2902
2903 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2904 attributes for M-n are pulled from the file at point.
2905 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2906 Suggested by Drew Adams. (Bug#10624)
2907
2908 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2909
2910 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2911 whitespace after "end".
2912 (ruby-do-end-to-brace): Collapse block to one line if it fits
2913 within fill-column.
2914
2915 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2916
2917 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2918 value.
2919 (debug): Don't remove debugger window when debugger is expected
2920 to be back.
2921
2922 2012-09-18 Chong Yidong <cyd@gnu.org>
2923
2924 * custom.el (defface): Doc fix.
2925
2926 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2927
2928 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2929
2930 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2931 to initialize query-on-exit; then test that instead (bug#12288).
2932
2933 2012-09-17 Stefan Merten <smerten@oekonux.de>
2934
2935 * textmodes/rst.el: Add support for `testcover'.
2936 (rst-defcustom-testcover, rst-testcover-add-compose)
2937 (rst-testcover-add-1value): New functions.
2938 (rst-portable-mark-active-p): Replace by `use-region-p'.
2939 (rst-update-section, rst-classify-adornment)
2940 (rst-find-title-line): Mark `1value' forms.
2941 (rst-classify-adornment): Remove superfluous form.
2942 (rst-update-section, rst-get-adornments-around)
2943 (rst-adornment-complete-p, rst-get-next-adornment)
2944 (rst-adjust, rst-promote-region)
2945 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2946 (rst-find-pfx-in-region, rst-section-tree-rec)
2947 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2948 (rst-toc-node, rst-toc, rst-forward-section)
2949 (rst-iterate-leftmost-paragraphs)
2950 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2951 (rst-bullet-list-region)
2952 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2953 (rst-compile-find-conf, rst-compile)
2954 (rst-repeat-last-character): Fix style.
2955
2956 2012-09-17 Chong Yidong <cyd@gnu.org>
2957
2958 * comint.el (comint--complete-file-name-data): Don't add a space
2959 if the status is `sole'; that adds a gratuitous space in the
2960 completion-cycling case (Bug#12092).
2961
2962 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2963
2964 2012-09-17 Richard Stallman <rms@gnu.org>
2965
2966 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2967 only in the mime-shown mode, not in raw mode.
2968 (rmail-mime): Toggle off mime by displaying the message without
2969 mime processing. (Bug#12305)
2970
2971 * mail/rmail.el (rmail-retry-failure):
2972 Turn off mime processing first. (Bug#12037)
2973
2974 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2975
2976 2012-09-17 Chong Yidong <cyd@gnu.org>
2977
2978 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2979 (shell-dynamic-complete-functions): Convert to defcustom.
2980 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2981
2982 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2983 * comint.el (comint-prompt-read-only):
2984 * custom.el (defcustom):
2985 * hi-lock.el (hi-lock-mode):
2986 * ibuffer.el (ibuffer-formats):
2987 * ielm.el (ielm-prompt-read-only):
2988 * novice.el (disable-command):
2989 * saveplace.el (toggle-save-place):
2990 * speedbar.el (speedbar-supported-extension-expressions):
2991 * startup.el (auto-save-list-file-prefix, init-file-user)
2992 (after-init-hook, inhibit-startup-echo-area-message):
2993 * strokes.el (strokes-help):
2994 * time-stamp.el (time-stamp):
2995 * calendar/calendar.el (calendar, diary-file):
2996 * calendar/diary-lib.el (diary-mail-entries, diary)
2997 (diary-list-entries-hook):
2998 * calendar/holidays.el (holidays, calendar-holidays):
2999 * calendar/lunar.el (lunar-phases):
3000 * calendar/solar.el (sunrise-sunset):
3001 * emulation/edt.el (edt-load-keys):
3002 * emulation/viper.el (viper-mode):
3003 * eshell/em-alias.el (eshell-command-aliases-list):
3004 * eshell/esh-util.el (eshell-convert-numeric-arguments):
3005 * international/ogonek.el (ogonek-information):
3006 * net/tramp-cmds.el (tramp-bug):
3007 * net/quickurl.el (quickurl-reread-hook-postfix):
3008 * play/decipher.el (decipher-font-lock-keywords):
3009 * progmodes/cc-styles.el (c-set-style):
3010 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
3011 * progmodes/inf-lisp.el (inferior-lisp-prompt):
3012 * progmodes/octave-mod.el (octave-mode):
3013 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
3014 * progmodes/verilog-mode.el (verilog-read-defines):
3015 * textmodes/two-column.el (2C-mode): Likewise.
3016
3017 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3018
3019 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
3020 that holds many addresses.
3021
3022 2012-09-16 Chong Yidong <cyd@gnu.org>
3023
3024 * align.el (align-areas): Call the indication function with
3025 positions instead of markers for arguments (Bug#12343).
3026
3027 * files.el (parse-colon-path): Use split-string (Bug#12351).
3028
3029 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3030 (display-buffer-function): Mark as obsolete.
3031
3032 * progmodes/compile.el (compilation-parse-errors): Accept list
3033 values similar to font-lock-keywords (Bug#12136).
3034 Suggested by Oleksandr Manzyuk.
3035 (compilation-error-regexp-alist): Doc fix.
3036
3037 2012-09-15 Glenn Morris <rgm@gnu.org>
3038
3039 * version.el (emacs-bzr-version-bzr): New function.
3040 (emacs-bzr-get-version): Add optional EXTERNAL argument.
3041
3042 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
3043 checkouts, check the parent dirstate matches the branch.
3044 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
3045 empty string.
3046
3047 * version.el (emacs-bzr-version): Doc fix.
3048 (emacs-bzr-version-dirstate): New function.
3049 (emacs-bzr-get-version): For lightweight checkouts, if the parent
3050 is local try and check that it matches the branch. If not, just
3051 use dirstate information. (Bug#12441)
3052
3053 2012-09-14 Juri Linkov <juri@jurta.org>
3054
3055 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
3056 (Bug#12399)
3057
3058 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
3061
3062 * emacs-lisp/edebug.el: Miscellaneous cleanup.
3063 Remove obsolete byte-compiler hack that tried to silence some warnings.
3064 (edebug-submit-bug-report): Remove.
3065 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
3066 Remove aliases, use the un-prefixed name instead.
3067 (edebug-pop-to-buffer): Consider other frames.
3068 (edebug-original-read):: Make it more obvious that it's always defined.
3069 (edebug--make-form-data-entry, edebug--form-data-name)
3070 (edebug--form-data-begin, edebug--form-data-end): Rename from the
3071 single-dashed name, and implement with cl-defstruct.
3072 (edebug-set-form-data-entry): Use the standard accessors.
3073 (edebug-make-top-form-data-entry): Use push.
3074 (edebug-no-match): Drop useless `funcall'.
3075 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
3076 to functions.
3077 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
3078 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
3079 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
3080 (easy-menu-define, with-custom-print): Remove redundant specs.
3081 (edebug-outside-overriding-local-map)
3082 (edebug-outside-overriding-terminal-local-map): Remove, unused.
3083 (edebug--display): Bind unread-command-events directly to nil rather
3084 than binding it to unread-command-events and later setting it to nil.
3085 (edebug--display): Kill edebug-eval-buffer here...
3086 (edebug--recursive-edit): ...rather than here.
3087 Bind standard-output and standard-input.
3088 (edebug-eval): Check cl-macroexpand-all is fboundp.
3089 (edebug-temp-display-freq-count): Fix last change.
3090
3091 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
3092 * subr.el (noreturn, 1value): Add `debug' spec.
3093 * emacs-lisp/advice.el: Require cl-lib.
3094 (ad-copy-tree): Remove, use copy-tree instead.
3095 (ad-dolist): Remove use dolist or cl-dolist instead.
3096 (ad-do-return): Remove, use cl-return instead.
3097 (defadvice): Add `debug' spec.
3098
3099 2012-09-13 Juri Linkov <juri@jurta.org>
3100
3101 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
3102 (Bug#12399)
3103
3104 2012-09-13 Glenn Morris <rgm@gnu.org>
3105
3106 * calc/calc.el (math-compose-expr):
3107 * calc/calc-ext.el (math-compose-expr):
3108 * progmodes/cc-defs.el (cl-macroexpand-all):
3109 * progmodes/cc-langs.el (delete-duplicates, mapcan)
3110 (cl-macroexpand-all): Update declarations.
3111
3112 * vc/vc.el: No need to require ediff.
3113 (ediff-load-version-control): Declare.
3114 (ediff-vc-internal): Fix declaration.
3115 (vc-version-ediff): Require ediff.
3116
3117 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3118
3119 Use a more backwards-compatible timer format (Bug#12430).
3120 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
3121 being right after USECS, as that better supports old code that
3122 inadvisedly looked directly at the timer vector.
3123
3124 2012-09-13 Kenichi Handa <handa@gnu.org>
3125
3126 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3127 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
3128 `coding-priority' property of these language environment.
3129
3130 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
3131
3132 Fix glitches caused by addition of psec to timers (Bug#12430).
3133 * image.el (image-animate-timer):
3134 * time.el (display-time-world-timer):
3135 Use timer--function and timer--args rather than raw access to
3136 timer vector.
3137
3138 2012-09-13 Glenn Morris <rgm@gnu.org>
3139
3140 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3141 If not compiling a file, try using load-file-name.
3142
3143 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3144
3145 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
3146 Fix last change.
3147 (edebug-update-eval-list): Use `push'.
3148
3149 * emacs-lisp/edebug.el: Use lexical-binding.
3150 Remove the "edebug-" prefix from non-dynamically-scoped variables.
3151 Mark unused args with underscore.
3152 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
3153 (edebug-form-data): Use defvar-local.
3154 (edebug-make-before-and-after-form, edebug-make-after-form):
3155 Use backquote.
3156 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
3157 Not dynamically scoped any more.
3158 (edebug--enter-trace): Add arguments `function' and `args'.
3159 Rename from edebug-enter-trace.
3160 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
3161 (edebug--update-coverage): Add `after-index' and `value' args.
3162 Rename from edebug-update-coverage.
3163 (edebug-slow-after): Call it accordingly.
3164 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
3165 edebug-recursive-edit.
3166 (edebug--display): Call it accordingly. Add args `value',
3167 `offset-index', and `arg-mode'. Rename from edebug-display.
3168 (edebug-debugger, edebug): Call it accordingly.
3169 (edebug-eval-display-list): Use dolist.
3170
3171 2012-09-12 Juri Linkov <juri@jurta.org>
3172
3173 * info.el (Info-search): Don't check for isearch-mode and
3174 isearch-regexp before let-binding search-spaces-regexp to
3175 Info-search-whitespace-regexp.
3176 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
3177 search-whitespace-regexp if isearch-lax-whitespace or
3178 isearch-regexp-lax-whitespace is non-nil.
3179 (Info-mode): Don't set local variable search-whitespace-regexp.
3180 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
3181
3182 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
3185 (debugger-env-macro): Remove support for unread-command-char.
3186
3187 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
3188 the temporary map re-appearing on emulation-mode-map-alists.
3189
3190 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
3191 since 22.1.
3192
3193 * ehelp.el (with-electric-help): Accept functions in
3194 electric-help-form-to-execute.
3195 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
3196 And replace unread-command-char -> unread-command-events.
3197
3198 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
3199
3200 Sync with Tramp 2.2.6.
3201
3202 * net/tramp.el (tramp-accept-process-output): Don't use
3203 JUST-THIS-ONE in the XEmacs case.
3204
3205 * net/trampver.el: Update release number.
3206
3207 2012-09-12 Martin Rudalics <rudalics@gmx.at>
3208
3209 * emacs-lisp/debug.el (debugger-previous-window-height):
3210 New variable.
3211 (debug): When debugger-jumping-flag is non-nil try to restore
3212 height of debugger window. (Bug#8789)
3213
3214 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3215
3216 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
3217 overriding-local-map and pre/post-command-hook here.
3218 (edebug-recursive-edit): Do it here instead (bug#12345).
3219 (edebug-outside-unread-command-char): Remove all uses of
3220 unread-command-char.
3221
3222 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
3223 inhibit-debugger is bound instead.
3224
3225 2012-09-11 Bastien Guerry <bzg@gnu.org>
3226
3227 * subr.el (set-temporary-overlay-map): Add a docstring.
3228 (Bug#12346)
3229
3230 2012-09-11 Bastien Guerry <bzg@gnu.org>
3231
3232 * minibuffer.el (completion-table-subvert): Fix docstring.
3233 (Bug#12347)
3234
3235 2012-09-11 Bastien Guerry <bzg@gnu.org>
3236
3237 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
3238
3239 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
3240
3241 * progmodes/sql.el: Version 3.1
3242 (sql-db2-escape-newlines): New variable.
3243 (sql-escape-newlines-filter): Use it.
3244
3245 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
3246
3247 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
3248
3249 2012-09-10 Dan Nicolaescu <dann@gnu.org>
3250
3251 * vc/diff-mode.el (diff-mode-menu):
3252 Bind diff-remove-trailing-whitespace.
3253
3254 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
3257 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
3258 (emacs-lisp-byte-code-mode): New functions.
3259 (eval-sexp-add-defvars): Don't skip defvars in column >0.
3260 (eval-defun-2): Remove bogus interactive spec.
3261 (lisp-indent-line): Remove redundant whole-exp code, now done in
3262 indent-according-to-mode.
3263 (save-match-data): Remove redundant indent data.
3264
3265 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
3266 Use `declare'.
3267
3268 2012-09-09 Juri Linkov <juri@jurta.org>
3269
3270 * replace.el (replace-regexp-lax-whitespace): New defcustom.
3271 (replace-lax-whitespace, query-replace-regexp)
3272 (query-replace-regexp-eval, replace-regexp): Doc fix.
3273 (perform-replace, replace-highlight): Let-bind
3274 isearch-lax-whitespace to replace-lax-whitespace and
3275 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
3276
3277 * isearch.el (isearch-query-replace): Let-bind
3278 replace-lax-whitespace to isearch-lax-whitespace and
3279 replace-regexp-lax-whitespace to
3280 isearch-regexp-lax-whitespace. (Bug#10885)
3281
3282 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
3285
3286 2012-09-09 Alan Mackenzie <acm@muc.de>
3287
3288 * progmodes/cc-engine.el (c-state-cache-init):
3289 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
3290 (c-record-parse-state-state):
3291 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
3292
3293 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
3294
3295 * register.el (register-separator): Rename from
3296 separator-register. All uses changed. Doc fix.
3297 (register): Fix version.
3298
3299 2012-09-09 Chong Yidong <cyd@gnu.org>
3300
3301 * replace.el (query-replace-map): Bind four new symbols for
3302 requesting window scrolling.
3303
3304 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
3305 query-replace-map (Bug#8948).
3306
3307 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
3308
3309 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
3310 since they are now in query-replace-map.
3311
3312 * window.el (scroll-other-window-down): Make the arg optional.
3313
3314 2012-09-09 Chong Yidong <cyd@gnu.org>
3315
3316 * files.el (hack-local-variables-confirm): Use quit-window to kill
3317 the *Local Variables* buffer.
3318
3319 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3320
3321 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
3322 not just expect to be at its beginning. Adjust callees.
3323 Succeed when do-end block has no space before the pipe character.
3324 (ruby-brace-to-do-end): When the original block is one-liner,
3325 convert to multiline. Reindent the result.
3326
3327 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
3328
3329 * register.el (register): New group.
3330 (separator-register): New user option.
3331 (increment-register): Route it to `append-to-register', if
3332 register contains text. Implication is that `C-x r +' can now be
3333 used for appending to a text register (bug#12217).
3334 (append-to-register, prepend-to-register): Add separator based on
3335 `separator-register'.
3336
3337 2012-09-08 Alan Mackenzie <acm@muc.de>
3338
3339 AWK Mode: make auto-newline work when there's "==" in the pattern.
3340 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
3341 correctly.
3342 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
3343 Test more rigorously for "=" token.
3344
3345 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
3346
3347 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
3348 Only fail when reached LIMIT.
3349
3350 2012-09-08 Chong Yidong <cyd@gnu.org>
3351
3352 * dired.el (dired-mode-map): Don't bind M-=.
3353
3354 * dired-aux.el (dired-diff): Use backup file as default.
3355
3356 2012-09-08 Drew Adams <drew.adams@oracle.com>
3357
3358 * subr.el (add-to-history): Fix delete usage (Bug#12314).
3359
3360 2012-09-08 Chong Yidong <cyd@gnu.org>
3361
3362 * subr.el (syntax-after, syntax-class): Doc fix.
3363
3364 2012-09-08 Martin Rudalics <rudalics@gmx.at>
3365
3366 * window.el (display-buffer-in-previous-window): New buffer
3367 display action function.
3368
3369 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
3370 (debugger-previous-window): New variable.
3371 (debug): Rewrite using display-buffer-in-previous-window,
3372 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
3373
3374 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
3377
3378 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
3379
3380 * progmodes/python.el (python-shell-send-string):
3381 When default-directory is remote, create temp file on remote
3382 filesystem.
3383 (python-shell-send-file): When file is remote, pass local view of
3384 file paths to remote Python interpreter. (Bug#12340)
3385
3386 2012-09-07 Chong Yidong <cyd@gnu.org>
3387
3388 * window.el (switch-to-buffer): Doc fix (Bug#12181).
3389
3390 * files.el (after-find-file): Don't fail on a read-only buffer if
3391 require-final-newline is `visit' or `visit-save' (Bug#11156).
3392
3393 * subr.el (read-char-choice): Allow quitting via ESC ESC.
3394
3395 * userlock.el (ask-user-about-supersession-threat):
3396 Use read-char-choice (Bug#12093).
3397
3398 2012-09-07 Chong Yidong <cyd@gnu.org>
3399
3400 * subr.el (buffer-narrowed-p): New function.
3401
3402 * ses.el (ses-widen):
3403 * simple.el (count-words--buffer-message):
3404 * net/browse-url.el (browse-url-of-buffer): Use it.
3405
3406 * simple.el (count-words-region): Don't signal an error if there
3407 is a non-nil prefix arg and the mark is not set.
3408
3409 * help.el (describe-key-briefly): Allow the message to be seen
3410 when invoked from the minibuffer (Bug#7014).
3411
3412 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3413
3414 * progmodes/ruby-mode.el (ruby-end-of-defun)
3415 (ruby-beginning-of-defun): Simplify, allow indentation before
3416 block beginning and end keywords.
3417 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
3418 (ruby-end-of-defun): Expect that the point is at the beginning of
3419 the defun.
3420
3421 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
3424 (bug#12367).
3425 (cl--make-usage-args): Strip _ from argument names.
3426
3427 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3428
3429 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
3430 obsolete alias speedbar-key-map.
3431 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
3432 (vhdl-index-menu-init): Don't use obsolete variable
3433 font-lock-maximum-size.
3434
3435 2012-09-06 Chong Yidong <cyd@gnu.org>
3436
3437 * frame.el (window-system-version): Mark as obsolete.
3438
3439 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
3440 of obsolete variable speedbar-key-map.
3441
3442 2012-09-06 Juri Linkov <juri@jurta.org>
3443
3444 * replace.el (replace-lax-whitespace): New defcustom.
3445 (query-replace, query-replace-regexp, query-replace-regexp-eval)
3446 (replace-string, replace-regexp): Mention it in docstrings.
3447 (perform-replace, replace-highlight): Let-bind
3448 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
3449 to the values of replace-lax-whitespace and regexp-flag.
3450 Don't let-bind search-whitespace-regexp. (Bug#10885)
3451
3452 * isearch.el (isearch-query-replace): Let-bind
3453 replace-lax-whitespace instead of let-binding
3454 replace-search-function and replace-re-search-function.
3455 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
3456 and isearch-regexp-lax-whitespace to lazy-highlight variables.
3457 (isearch-toggle-symbol): Set isearch-regexp to nil
3458 in isearch-word mode (like in isearch-toggle-word).
3459
3460 2012-09-06 Juri Linkov <juri@jurta.org>
3461
3462 * replace.el (replace-search-function)
3463 (replace-re-search-function): Set default values to nil.
3464 (perform-replace): Let-bind isearch-related variables based on
3465 replace-related values, call `isearch-search-fun' and let-bind
3466 the result to `search-function'. Remove code that sets
3467 `search-function' and `search-string' separately for
3468 `delimited-flag'.
3469 (replace-highlight): Add new argument `delimited-flag' and
3470 rename other arguments to the names used in `perform-replace'.
3471 Let-bind `isearch-word' to the argument `delimited-flag'.
3472 (Bug#10885, bug#10887)
3473
3474 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
3475
3476 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
3477 ruby-beginning-of-indent, simplify, allow all keywords to have
3478 indentation before them.
3479 (ruby-beginning-of-indent): Adjust for above. Search until the
3480 found point is not inside a string or comment.
3481 (ruby-font-lock-keywords): Allow symbols to start with "@"
3482 character, give them higher priority than variables.
3483 (ruby-syntax-propertize-function)
3484 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
3485 matchers. Expression expansions are not comments when inside a
3486 string, and there comment syntax status is irrelevant.
3487 (ruby-match-expression-expansion): New function. Check that
3488 expression expansion is inside a string, and it's not escaped.
3489 (ruby-font-lock-keywords): Use it.
3490
3491 2012-09-05 Martin Rudalics <rudalics@gmx.at>
3492
3493 * help.el (temp-buffer-max-height): New default value.
3494 (temp-buffer-resize-frames): New option.
3495 (resize-temp-buffer-window): Optionally resize frame.
3496
3497 * window.el (fit-frame-to-buffer-bottom-margin): New option.
3498 (fit-frame-to-buffer): New function.
3499
3500 2012-09-05 Glenn Morris <rgm@gnu.org>
3501
3502 * emulation/cua-rect.el (cua--init-rectangles):
3503 * textmodes/picture.el (picture-mode-map):
3504 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
3505 like forward-char and backward-char. (Bug#12317)
3506
3507 2012-09-05 Leo Liu <sdl.web@gmail.com>
3508
3509 * progmodes/flymake.el (flymake-warning-re): New variable.
3510 (flymake-parse-line): Use it.
3511
3512 2012-09-05 Glenn Morris <rgm@gnu.org>
3513
3514 * calendar/holidays.el (holiday-christian-holidays):
3515 Rename an entry. (Bug#12289)
3516
3517 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
3520 (bug#12222).
3521
3522 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
3523
3524 * loadup.el: Load macroexp. Remove hack.
3525 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
3526 (macroexp--expand-all): Use it to get better warnings.
3527 (macroexp--backtrace, macroexp--trim-backtrace-frame)
3528 (internal-macroexpand-for-load): New functions.
3529 (macroexp--pending-eager-loads): New var.
3530 (emacs-startup-hook): New hack to replace one in loadup.el.
3531 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
3532 (cl--compiler-macro-cXXr): Move to top, before they can be used.
3533 (cl-psetf): Simplify.
3534 (cl-defstruct): Add indent rule.
3535
3536 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
3537
3538 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
3539 over `user-mail-address' for the SMTP MAIL FROM envelope.
3540 (smtpmail-via-smtp): Ditto.
3541
3542 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
3543
3544 * progmodes/ruby-mode.el: Clean up keybindings.
3545 (ruby-mode-map): Don't bind ruby-electric-brace,
3546 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
3547 backward-kill-word, reindent-then-newline-and-indent.
3548 (ruby-mark-defun): Remove.
3549 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
3550 (ruby-mode): Set local beginning-of-defun-function and
3551 end-of-defun-function values.
3552
3553 2012-09-03 Martin Rudalics <rudalics@gmx.at>
3554
3555 * window.el (temp-buffer-window-setup-hook)
3556 (temp-buffer-window-show-hook): New hooks.
3557 (temp-buffer-window-setup, temp-buffer-window-show)
3558 (with-temp-buffer-window): New functions.
3559 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
3560 (special-display-popup-frame): Make sure the window used shows BUFFER.
3561
3562 * help.el (temp-buffer-resize-mode): Fix doc-string.
3563 (resize-temp-buffer-window): New optional argument WINDOW.
3564
3565 * files.el (recover-file, save-buffers-kill-emacs):
3566 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
3567
3568 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
3569
3570 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
3571 remote definition of `default-directory', ensure we can connect.
3572
3573 2012-09-02 Juri Linkov <juri@jurta.org>
3574
3575 Toggle whitespace matching mode with M-s SPC.
3576 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
3577
3578 * isearch.el (search-whitespace-regexp): Doc fix.
3579 Remove cons cell customization.
3580 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
3581 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
3582 New variables.
3583 (isearch-forward, isearch-forward-regexp): Doc fix.
3584 (isearch-toggle-lax-whitespace): New command.
3585 (search-forward-lax-whitespace, search-backward-lax-whitespace)
3586 (re-search-forward-lax-whitespace)
3587 (re-search-backward-lax-whitespace): New functions.
3588 (isearch-whitespace-regexp): Remove function.
3589 (isearch-query-replace): Let-bind replace-search-function and
3590 replace-re-search-function.
3591 (isearch-occur): Let-bind search-spaces-regexp according to the
3592 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
3593 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
3594 condition for C-q SPC.
3595 (isearch-search-fun-default): Use new functions mentioned above.
3596 (isearch-search-forward, isearch-search-backward): Remove functions.
3597 (isearch-search): Don't let-bind search-spaces-regexp.
3598 (isearch-lazy-highlight-space-regexp): Remove variable.
3599 (isearch-lazy-highlight-lax-whitespace)
3600 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
3601 (isearch-lazy-highlight-new-loop): Use them.
3602 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
3603
3604 2012-09-02 Chong Yidong <cyd@gnu.org>
3605
3606 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
3607
3608 2012-09-02 Glenn Morris <rgm@gnu.org>
3609
3610 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
3611
3612 2012-09-01 Glenn Morris <rgm@gnu.org>
3613
3614 * term.el: Tidy up menu definitions.
3615 (term-mode-map): Use easymenu for In/Out, Complete menus.
3616 (term-pager-break-map): Initialize in the defvar.
3617 (term-terminal-menu, term-signals-menu): Define with easymenu.
3618 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
3619 (term-pager-menu): New, extracted from term-process-pager.
3620 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
3621 (term-update-mode-line): Propertize line/char and page items.
3622 (term-process-pager): Move keymap initialization elsewhere.
3623
3624 2012-09-01 Martin Rudalics <rudalics@gmx.at>
3625
3626 * window.el (switch-to-prev-buffer): Handle additional values of
3627 BURY-OR-KILL argument. Don't switch in minibuffer window.
3628 (switch-to-next-buffer): Don't switch in minibuffer window.
3629 (quit-restore-window): New function based on quit-window.
3630 Handle additional values of former KILL argument.
3631 (quit-window): Call quit-restore-window with appropriate
3632 interpretation of KILL argument.
3633 (display-buffer-below-selected): New buffer display action
3634 function.
3635
3636 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * minibuffer.el (completion-at-point-functions): Complete docstring
3639 (bug#12254).
3640
3641 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3642
3643 Better seed support for (random).
3644 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
3645 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
3646 * play/mpuz.el, play/tetris.el, play/zone.el:
3647 * calc/calc-comb.el (math-init-random-base):
3648 * play/blackbox.el (bb-init-board):
3649 * play/life.el (life):
3650 * server.el (server-use-tcp):
3651 * type-break.el (type-break):
3652 Remove unnecessary call to (random t).
3653 * net/sasl.el (sasl-unique-id-function):
3654 Change (random t) to (random), now that the latter is more random.
3655 * play/life.el (life-initialized): Remove no-longer-needed var.
3656
3657 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
3658
3659 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3660 Consider frame's buffer predicate when choosing the buffer.
3661 (Bug#12081)
3662
3663 2012-08-30 Richard Stallman <rms@gnu.org>
3664
3665 * simple.el (special-mode-map): Delete binding for `z'.
3666
3667 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
3668
3669 * progmodes/compile.el (compilation-always-kill): Doc fix.
3670
3671 2012-08-30 Chong Yidong <cyd@gnu.org>
3672
3673 * window.el (display-buffer-reuse-frames): Make the obsolescence
3674 message more informative.
3675
3676 2012-08-30 Glenn Morris <rgm@gnu.org>
3677
3678 * paren.el (show-paren-delay):
3679 Add a :set function. Doc fix. (Bug#12297)
3680
3681 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
3682
3683 * progmodes/compile.el (compilation-always-kill): New var.
3684 (compilation-start): Use it.
3685
3686 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * simple.el (read-only-mode): Move from files.el for bootstrapping.
3689 * files.el (read-only-mode): Move to simple.el.
3690
3691 * files.el (read-only-mode): New minor mode.
3692 (toggle-read-only): Use it and mark obsolete.
3693 (find-file--read-only):
3694 * vc/vc.el (vc-next-action, vc-checkout):
3695 * vc/vc-cvs.el (vc-cvs-checkout):
3696 * obsolete/vc-mcvs.el (vc-mcvs-update):
3697 * ffap.el (ffap--toggle-read-only): Update callers.
3698
3699 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
3700
3701 * eshell/esh-ext.el (eshell-external-command): Do not examine
3702 remote shell scripts.
3703 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
3704
3705 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
3706 "/usr/local/sbin".
3707
3708 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
3711
3712 2012-08-28 Leo Liu <sdl.web@gmail.com>
3713
3714 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
3715 completion-at-point. (Bug#12220)
3716
3717 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
3718
3719 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
3720
3721 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
3724 be buffer-local; add delete-trailing-whitespace (bug#12259).
3725
3726 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
3727
3728 * progmodes/hideif.el (hif-compress-define-list):
3729 Fix typo. (Bug#11951)
3730
3731 2012-08-28 Dan Nicolaescu <dann@gnu.org>
3732
3733 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
3734 buffer local setting.
3735
3736 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
3737 rcirc-encode-coding-system.
3738
3739 2012-08-28 Leo Liu <sdl.web@gmail.com>
3740
3741 * net/rcirc.el (rcirc-split-message): New function.
3742 (rcirc-send-message): Use it. (Bug#12051)
3743
3744 2012-08-28 Juri Linkov <juri@jurta.org>
3745
3746 * info.el (Info-fontify-node): Hide empty lines at the end of
3747 the node. (Bug#12272)
3748
3749 2012-08-27 Drew Adams <drew.adams@oracle.com>
3750
3751 * dired.el (dired-pop-to-buffer): Make window start at beginning
3752 of buffer (Bug#12281).
3753
3754 2012-08-26 Chong Yidong <cyd@gnu.org>
3755
3756 * window.el (special-display-regexps, special-display-frame-alist)
3757 (special-display-buffer-names, special-display-function)
3758 (display-buffer-reuse-frames): Mark as obsolete.
3759
3760 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
3761
3762 * help.el (help-print-return-message): Don't treat
3763 display-buffer-reuse-frames specially.
3764
3765 2012-08-26 Chong Yidong <cyd@gnu.org>
3766
3767 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3768 New variable, replacing gdb-frame-parameters.
3769 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
3770 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
3771 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
3772 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
3773 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
3774 the functions directly with gdb-display-buffer-other-frame-action.
3775 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
3776 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
3777 (gdb-display-stack-buffer, gdb-display-locals-buffer)
3778 (gdb-display-registers-buffer): Define directly.
3779 (def-gdb-display-buffer): Macro deleted.
3780 (gdb-display-buffer): Remove second and third args, callers don't
3781 use them. Defer to the default display-buffer behavior, apart
3782 from making windows dedicated.
3783 (gdb-setup-windows): Don't call display-buffer unnecessarily.
3784
3785 * progmodes/gud.el (gud-display-line): Just use display-buffer.
3786
3787 * window.el (display-buffer-pop-up-frame): Handle a
3788 pop-up-frame-parameters alist entry.
3789 (display-buffer): Document it.
3790
3791 2012-08-26 Chong Yidong <cyd@gnu.org>
3792
3793 * isearch.el (search-whitespace-regexp): Make string and nil
3794 values apply to both ordinary and regexp search. Allow a cons
3795 cell value to distinguish between the two.
3796 (isearch-whitespace-regexp, isearch-search-forward)
3797 (isearch-search-backward): New functions.
3798 (isearch-occur, isearch-search-fun-default, isearch-search)
3799 (isearch-lazy-highlight-new-loop): Use them.
3800 (isearch-forward, isearch-forward-regexp): Doc fix.
3801
3802 2012-08-26 Chong Yidong <cyd@gnu.org>
3803
3804 * faces.el (help-argument-name): Always inherit from italic
3805 (Bug#12213).
3806
3807 2012-08-25 Martin Rudalics <rudalics@gmx.at>
3808
3809 * window.el (window--even-window-heights): Even heights when
3810 WINDOW and the selected window form a vertical combination.
3811 (display-buffer-use-some-window): Provide that window used gets
3812 sized back by quit-window. (Bug#11880) and (Bug#12091)
3813
3814 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
3815
3816 Fix file time stamp problem with bzr and CVS (Bug#12001).
3817 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
3818 in the file's time stamp, since the version control system loses
3819 that information.
3820
3821 2012-08-22 Juri Linkov <juri@jurta.org>
3822
3823 * info.el (Info-fontify-node): Hide the suffix of the
3824 Info file name in the header line. (Bug#12187)
3825
3826 2012-08-22 Glenn Morris <rgm@gnu.org>
3827
3828 * calendar/cal-tex.el (cal-tex-weekly-common):
3829 Restore leading blank page.
3830
3831 2012-08-22 Le Wang <l26wang@gmail.com>
3832
3833 * misc.el (forward-to-word, backward-to-word): Activate or extend
3834 the region under `shift-select-mode'. (Bug#12231)
3835
3836 2012-08-22 Bastien Guerry <bzg@gnu.org>
3837
3838 * progmodes/executable.el (executable-prefix): Set to "#!" instead
3839 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
3840 gives details on why the space is never needed.
3841
3842 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3843
3844 * window.el (walk-window-tree, window-with-parameter):
3845 New optional argument MINIBUF to control whether these functions
3846 should run on the minibuffer window.
3847 (window-at-side-list): Don't operate on minibuffer window.
3848 (window-in-direction): Simplify and rewrite doc-string.
3849 (window--size-ignore): Rename to window--size-ignore-p.
3850 Update callers.
3851 (display-buffer-in-atom-window, window--major-non-side-window)
3852 (window--major-side-window, display-buffer-in-major-side-window)
3853 (delete-side-window, display-buffer-in-side-window):
3854 New functions.
3855 (window--side-check, window-deletable-p, delete-window)
3856 (delete-other-windows, split-window): Handle side windows and
3857 atomic windows appropriately.
3858 (window--display-buffer): Call display-buffer-record-window also
3859 when the window buffer did not change.
3860
3861 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
3862
3863 * help-fns.el (help-fns--key-bindings):
3864 Abbreviate non-symbol remap targets. (Bug#12174)
3865
3866 2012-08-22 Martin Rudalics <rudalics@gmx.at>
3867
3868 * dired.el (dired-mark-remembered): Don't clobber point.
3869 (Bug#11795)
3870
3871 2012-08-22 Glenn Morris <rgm@gnu.org>
3872
3873 * progmodes/bug-reference.el (bug-reference): New custom group.
3874 (bug-reference-bug-regexp): Make it a defcustom.
3875
3876 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3877
3878 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3879 (js-paren-indent-offset, js-square-indent-offset)
3880 (js-curly-indent-offset): Add :safe (Bug#12257).
3881
3882 2012-08-22 Edward O'Connor <hober0@gmail.com>
3883
3884 * json.el (json-key-format): Add error properties.
3885 (json-encode-key): New function.
3886 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3887 Use json-encode-key.
3888
3889 2012-08-22 Glenn Morris <rgm@gnu.org>
3890
3891 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3892 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3893 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3894 Update for above change.
3895
3896 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3897
3898 * cus-face.el (custom-face-attributes): Fix customize type for the
3899 :underline attribute. (Bug#11805)
3900
3901 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3902
3903 * window.el (window-point-1, set-window-point-1): Remove.
3904 (window-in-direction, record-window-buffer)
3905 (set-window-buffer-start-and-point, split-window-below)
3906 (window--state-get-1, display-buffer-record-window):
3907 Replace calls to window-point-1 and set-window-point-1 by calls to
3908 window-point and set-window-point respectively.
3909
3910 2012-08-21 Glenn Morris <rgm@gnu.org>
3911
3912 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3913 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3914 Use it.
3915
3916 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3917 (cal-tex-shortday): New function.
3918 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3919 (cal-tex-cursor-filofax-daily): Use the above.
3920
3921 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3922 New functions.
3923 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3924 (cal-tex-cursor-filofax-week): Use them.
3925
3926 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3927 New constants.
3928 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3929 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3930
3931 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3932 (cal-tex-end-document): Don't rely on buffer name.
3933
3934 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3935 Use cal-tex-vspace.
3936 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3937 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3938 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3939 Use cal-tex-arg.
3940
3941 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3942 (cal-tex-cursor-week, cal-tex-cursor-week2)
3943 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3944 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3945 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3946 (cal-tex-insert-preamble, cal-tex-b-document)
3947 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3948 Improve cal-tex-cmd usage.
3949
3950 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3951 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3952 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3953 (cal-tex-weekly-paper): New function.
3954 (cal-tex-cursor-week, cal-tex-cursor-week2)
3955 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3956 (cal-tex-cursor-day): Use it.
3957
3958 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3959 (cal-tex-cursor-filofax-week): Remove leading blank page.
3960
3961 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3962 Add autoload cookie. For now at least, don't use color, since
3963 no other cal-tex function does.
3964
3965 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3966 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3967 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3968
3969 2012-08-21 Juri Linkov <juri@jurta.org>
3970
3971 * info.el (Info-file-attributes): New variable.
3972 (info-insert-file-contents): Add file attributes to
3973 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3974 `Info-toc-nodes' when previous modtime of the Info file is less
3975 than new modtime.
3976 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3977 of info.el. (Bug#12230)
3978
3979 2012-08-20 Glenn Morris <rgm@gnu.org>
3980
3981 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3982 * calendar/holidays.el (calendar-holiday-list):
3983 Report errors with display-warning rather than beep'n'sleep.
3984
3985 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3986
3987 * net/tramp.el (tramp-accept-process-output): Accept only output
3988 from PROC. Otherwise, process filters and sentinels might be
3989 confused. (Bug#12145)
3990
3991 2012-08-20 Chong Yidong <cyd@gnu.org>
3992
3993 * descr-text.el (describe-text-properties-1): Use overlays-in to
3994 report on empty overlays (Bug#3322).
3995
3996 2012-08-20 Glenn Morris <rgm@gnu.org>
3997
3998 * mail/rmailout.el (rmail-output-read-file-name):
3999 Trap and report errors in rmail-output-file-alist elements.
4000
4001 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
4002 since most non-font-lock faces are not also variables).
4003
4004 2012-08-20 Edward Reingold <reingold@iit.edu>
4005
4006 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
4007 New function. (Bug12160)
4008
4009 2012-08-19 Glenn Morris <rgm@gnu.org>
4010
4011 * mail/rmailout.el (rmail-output-read-file-name):
4012 Fix previous change (when the alist is nil or does not match).
4013
4014 2012-08-19 Chong Yidong <cyd@gnu.org>
4015
4016 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
4017 (Bug#12228).
4018
4019 2012-08-18 Chong Yidong <cyd@gnu.org>
4020
4021 * simple.el (yank-handled-properties): New defcustom.
4022 (yank-excluded-properties): Add font-lock-face and category.
4023 (yank): Doc fix.
4024
4025 * subr.el (remove-yank-excluded-properties):
4026 Obey yank-handled-properties. The special handling of font-lock-face
4027 and category is now done this way, instead of being hard-coded.
4028 (insert-for-yank-1): Remove font-lock-face handling.
4029 (yank-handle-font-lock-face-property)
4030 (yank-handle-category-property): New function.
4031
4032 2012-08-17 Glenn Morris <rgm@gnu.org>
4033
4034 * mail/rmailout.el (rmail-output-read-file-name):
4035 Check rmail-output-file-alist against the full message body
4036 in the correct rmail buffer. (Bug#12214)
4037
4038 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
4039
4040 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4041 Eliminate superfluous prompt. (Bug#12203)
4042
4043 2012-08-17 Chong Yidong <cyd@gnu.org>
4044
4045 * mouse.el (mouse-appearance-menu): If x-select-font returns a
4046 font spec, set the font directly (Bug#3228).
4047
4048 2012-08-17 Martin Rudalics <rudalics@gmx.at>
4049
4050 * window.el (delete-window): Fix last fix.
4051
4052 2012-08-16 Martin Rudalics <rudalics@gmx.at>
4053
4054 * window.el (window-valid-p): Move to window.c.
4055 (window-child, window-child-count, window-last-child)
4056 (window-normalize-window, window-combined-p)
4057 (window-combinations, window-atom-root, window-min-size)
4058 (window-sizable, window-sizable-p, window-size-fixed-p)
4059 (window-min-delta, window-max-delta, window--resizable)
4060 (window--resizable-p, window-resizable, window-total-size)
4061 (window-full-height-p, window-full-width-p, window-body-size)
4062 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
4063 (minimize-window, window-deletable-p, delete-window)
4064 (delete-other-windows, set-window-buffer-start-and-point)
4065 (next-buffer, previous-buffer, split-window, balance-windows-2)
4066 (set-window-text-height, window-buffer-height)
4067 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4068 (truncated-partial-width-window-p): Minor code adjustments.
4069 In doc-strings state whether the argument window has to denote a
4070 live, valid or any window.
4071
4072 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
4073
4074 * progmodes/subword.el (subword-forward-function)
4075 (subword-backward-function, subword-forward-regexp)
4076 (subword-backward-regexp): New variables.
4077 (subword-forward, subword-forward-internal, subword-backward-internal):
4078 Use new variables, eg so that different "word" definitions
4079 can be easily used. (Bug#11411)
4080
4081 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
4084 for composite selectors.
4085 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
4086 operation just because we can't find a previous revision.
4087
4088 2012-08-15 Chong Yidong <cyd@gnu.org>
4089
4090 * frame.el (set-frame-font): Accept font objects.
4091
4092 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
4095
4096 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
4097
4098 * man.el (Man-overstrike-face, Man-underline-face)
4099 (Man-reverse-face): Remove variables.
4100 (Man-overstrike, Man-underline, Man-reverse): New faces.
4101 (Man-fontify-manpage): Use them instead of the variables.
4102 (Man-cleanup-manpage): Comment change.
4103 (Man-ansi-color-map): New variable.
4104 (Man-fontify-manpage): Use it.
4105 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
4106
4107 Implement ANSI SGR parameters 22-27 (bug#12146).
4108 * ansi-color.el (ansi-colors): Doc fix.
4109 (ansi-color-context, ansi-color-context-region): Doc fix.
4110 (ansi-color--find-face): New function.
4111 (ansi-color-apply, ansi-color-apply-on-region): Use it.
4112 Rename the local variable `face' to `codes' since it is now a list of
4113 ansi codes. Doc fix.
4114 (ansi-color-get-face): Remove.
4115 (ansi-color-parse-sequence): New function, derived from
4116 ansi-color-get-face.
4117 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
4118 codes 22-27.
4119
4120 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 * subr.el (read-passwd): Allow use from a minibuffer.
4123
4124 2012-08-14 Eli Zaretskii <eliz@gnu.org>
4125
4126 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
4127 inside comments and strings as identifiers.
4128
4129 * progmodes/gud.el (gud-tooltip-print-command): Quote the
4130 expression to evaluate. This allows to evaluate expressions with
4131 embedded whitespace.
4132 (gud-tooltip-tips): Add a blank before the newline in the
4133 message-box text, for the benefit of message-box emulation on
4134 MS-Windows.
4135
4136 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
4137 messages from GDB, pop them up in a tooltip to give feedback to
4138 user.
4139 (gdb-tooltip-print-1): Quote the expression to evaluate.
4140 This allows to evaluate expressions with embedded whitespace.
4141 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
4142 if the TTY name is nil or empty (which happens when communicating
4143 with the inferior via pipes, e.g. on MS-Windows).
4144 (gdb-internals): If GDB sends a "&\n" empty debugging message,
4145 don't send that to the GUD buffer.
4146
4147 2012-08-14 Glenn Morris <rgm@gnu.org>
4148
4149 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4150 Optimize away setq-default with no args, as for setq. (Bug#12195)
4151
4152 2012-08-14 Chong Yidong <cyd@gnu.org>
4153
4154 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
4155
4156 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
4157 (Bug#12085).
4158
4159 2012-08-14 Glenn Morris <rgm@gnu.org>
4160
4161 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
4162
4163 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
4164
4165 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
4166 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4167 Use cached shell name.
4168
4169 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4170
4171 * progmodes/python.el (python-shell-send-string):
4172 (python-shell-send-setup-code): Do not use `format' with `message'.
4173
4174 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
4175
4176 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
4177 (ruby-percent-literal-beg-re): New constant.
4178 (ruby-syntax-general-delimiters-goto-beg): Rename to
4179 `ruby-syntax-enclosing-percent-literal', improve literal type check.
4180 (ruby-syntax-propertize-general-delimiters): Rename to
4181 `ruby-syntax-propertize-percent-literal', it's a shorter and more
4182 popular term. Adjust comments everywhere.
4183 (ruby-syntax-propertize-percent-literal): Only propertize when not
4184 inside a simple string or comment. When the literal is unclosed,
4185 leave the text after it unpropertized.
4186 (ruby-syntax-methods-before-regexp): New constant.
4187 (ruby-syntax-propertize-function): Use it to recognize regexps.
4188 Don't look at the text after regexp, just use the whitelist.
4189
4190 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
4191
4192 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
4193 non-nil always load the compiled file if it exists. (Bug#12197)
4194
4195 2012-08-14 Chong Yidong <cyd@gnu.org>
4196
4197 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
4198 (hi-lock-set-pattern): When deciding whether to use font lock or
4199 overlays, look at font-lock-mode instead of font-lock-fontified
4200 (Bug#12168).
4201 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
4202 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
4203
4204 2012-08-14 Daiki Ueno <ueno@unixuser.org>
4205
4206 * subr.el (internal--after-with-selected-window): Fix typo
4207 (Bug#12193).
4208
4209 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
4210
4211 Use `completion-table-dynamic' for completion functions.
4212 * progmodes/python.el
4213 (python-shell-completion--do-completion-at-point)
4214 (python-shell-completion--get-completions):
4215 Remove functions.
4216 (python-shell-completion-complete-at-point): New function.
4217 (python-completion-complete-at-point): Use it.
4218
4219 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
4220
4221 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
4222 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
4223
4224 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * subr.el (function-get): Refine `autoload' arg so it can also
4227 autoload functions for gv.el (bug#12191).
4228 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
4229 autoloads macros.
4230
4231 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
4232 Prefer pcase-let over destructuring-bind.
4233 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
4234 Also, remove whitespace as we go, rather than after accumulating the
4235 various places.
4236
4237 * subr.el (internal--before-with-selected-window)
4238 (internal--after-with-selected-window): Fix typo seleted->selected.
4239 (with-selected-window): Adjust callers.
4240 Reported by Dmitry Gutov <dgutov@yandex.ru>.
4241
4242 2012-08-13 Bastien Guerry <bzg@gnu.org>
4243
4244 * window.el (special-display-popup-frame): Minor docstring
4245 enhancement. (Bug#12172)
4246
4247 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
4248
4249 * tar-mode.el (tar-header-data-end): Only ignore size for files of
4250 type 1-6.
4251 (tar-header-block-summarize, tar-get-descriptor): Handle pax
4252 extended headers.
4253
4254 * files.el (hack-local-variables-filter): Remove useless eval.
4255
4256 2012-08-13 Martin Rudalics <rudalics@gmx.at>
4257
4258 * subr.el (with-selected-window): Fix last change.
4259
4260 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * subr.el (internal--before-with-seleted-window)
4263 (internal--after-with-seleted-window): New functions.
4264 (with-selected-window): Use them, to replace dependency on
4265 tty-top-frame.
4266
4267 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
4268
4269 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
4270 binding for `newline'.
4271 (ruby-move-to-block): When moving backward, stop at block opening,
4272 not indentation.
4273 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
4274 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
4275 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4276 `ruby-toggle-block'.
4277
4278 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * ibuffer.el (ibuffer-do-toggle-read-only):
4281 * dired.el (dired-toggle-read-only):
4282 * buff-menu.el (Buffer-menu-toggle-read-only):
4283 * bindings.el (mode-line-toggle-read-only):
4284 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
4285
4286 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
4287
4288 * descr-text.el (describe-char): Put the overlays over the
4289 "displayed as" character.
4290
4291 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
4292
4293 * calc/calc-units.el (math-default-units-table): Give an
4294 initial value.
4295 (math-put-default-units): Add options to put composite units and
4296 unit systems in the default units table.
4297 (calc-convert-units): Send composite units to
4298 `math-put-default-units' when appropriate.
4299
4300 2012-08-11 Glenn Morris <rgm@gnu.org>
4301
4302 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
4303
4304 * tutorial.el (help-with-tutorial):
4305 * emacs-lisp/copyright.el (copyright-update-directory):
4306 * emacs-lisp/autoload.el (autoload-find-generated-file)
4307 (autoload-find-file): Disable local eval: (for insurance).
4308
4309 * files.el (hack-local-variables-filter): If an eval: form is not
4310 known to be safe, and enable-local-variables is :safe, then ignore
4311 the form totally, as is done for non-eval forms. (Bug#12155)
4312 This is CVE-2012-3479.
4313
4314 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
4317 (rx-form): Simplify.
4318
4319 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
4320
4321 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
4322 ?, _, and : are symbol constituents, ! is not (but kinda should be).
4323 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
4324 (ruby-syntax-propertize-function): Adjust for changes in
4325 `ruby-syntax-propertize-heredoc'.
4326
4327 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
4328
4329 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
4330 binding (use `M-;' instead).
4331 (ruby-singleton-class-p): New function.
4332 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
4333
4334 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
4337
4338 2012-08-10 Chong Yidong <cyd@gnu.org>
4339
4340 * progmodes/python.el (python-shell-get-process-name): Don't mess
4341 with same-window-buffer-names.
4342
4343 * eshell/eshell.el (eshell-add-to-window-buffer-names)
4344 (eshell-remove-from-window-buffer-names): Make obsolete.
4345 (eshell-buffer-name, eshell-unload-hook): Don't use them.
4346 (eshell): Just use pop-to-buffer-same-window instead.
4347
4348 2012-08-10 Chong Yidong <cyd@gnu.org>
4349
4350 * bindings.el: Bind M-= back to count-words-region.
4351
4352 * simple.el (count-words-region): Accept a prefix arg for acting
4353 on the entire buffer.
4354 (count-words--buffer-message): New helper function.
4355
4356 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
4359 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
4360 (event-start, event-end): Use posn-at-point to return a more
4361 informative posn.
4362 (posnp): New function.
4363 * mouse.el (popup-menu-normalize-position): Use it.
4364
4365 2012-08-10 Masatake YAMATO <yamato@redhat.com>
4366
4367 * mouse.el (popup-menu-normalize-position): New function.
4368 (popup-menu): Use `popup-menu-normalize-position' to normalize
4369 the form for POSITION argument.
4370
4371 * term/x-win.el (x-menu-bar-open):
4372 Use the value returend from (posn-at-point) as position
4373 passed to `popup-menu'.
4374
4375 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4376
4377 * calc/calccomp.el (math-compose-expr): Add extra argument
4378 indicating that parentheses should be put around products in
4379 denominators. Give multiplication precedence over division during
4380 composition.
4381
4382 2012-08-09 Chong Yidong <cyd@gnu.org>
4383
4384 * man.el (Man-switches, Man-sed-command, Man-awk-command)
4385 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
4386 (Man-untabify-command, manual-program): Convert to defcustom
4387 (Bug#10429).
4388
4389 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
4390
4391 * descr-text.el (describe-char): Don't insert extra newlines
4392 (Bug#10127).
4393
4394 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
4395 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
4396
4397 * align.el (align-region): Delete temporary markers (Bug#10047).
4398 Plus some code cleanups.
4399
4400 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4401
4402 * progmodes/python.el (python-pdbtrack-tracked-buffer)
4403 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
4404 (python-shell-internal-last-output): Use make-local-variable
4405 instead of make-variable-buffer-local.
4406
4407 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
4408
4409 * progmodes/python.el: Enhancements to forward-sexp.
4410 (python-nav-forward-sexp): Rename from
4411 python-nav-forward-sexp-function.
4412 (python-nav--forward-sexp, python-nav--backward-sexp):
4413 New functions.
4414
4415 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
4416
4417 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
4418 modes and simplification modes.
4419
4420 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * delsel.el (delete-selection-pre-hook): Don't propagate the
4423 file-supersession signals (bug#12161).
4424
4425 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
4428 (cl-map-extents): Add compatibility aliases (bug#12135).
4429
4430 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
4431
4432 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
4433 tests by `ignore-error'.
4434 (tramp-find-shell): Open also a new shell, when cache is already
4435 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
4436
4437 2012-08-08 Juri Linkov <juri@jurta.org>
4438
4439 * bookmark.el: Add `defaults' property to the bookmark record.
4440 (bookmark-current-buffer): Doc fix.
4441 (bookmark-make-record): Add `defaults' property with default values
4442 to the bookmark record.
4443 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
4444 with `bookmark-insert-current-bookmark'.
4445 (bookmark-set): Get `defaults' property from the bookmark record
4446 and use it in `read-from-minibuffer'.
4447 (bookmark-insert-current-bookmark): Remove function.
4448
4449 * info.el (Info-bookmark-make-record): Add `defaults' property
4450 with values of canonical Info node name, the current Info file
4451 name and the current Info node name. (Bug#12107)
4452
4453 2012-08-08 Juri Linkov <juri@jurta.org>
4454
4455 * files.el (basic-save-buffer): Use `buffer-name' as the default
4456 of `read-file-name' when buffer is not visiting a file (bug#12128).
4457
4458 2012-08-08 Juri Linkov <juri@jurta.org>
4459
4460 * info.el (Info-isearch-search): Doc fix.
4461 (Info-search): Change search-failed message from "initial node" to
4462 "end of node" (bug#12078).
4463 (Info-isearch-search): Change `isearch-string-state' to
4464 `isearch--state-string'.
4465
4466 2012-08-08 Glenn Morris <rgm@gnu.org>
4467
4468 * language/persian.el: Remove file.
4469 * language/misc-lang.el: Move unique part of persian.el here.
4470 * loadup.el: Remove language/persian.
4471
4472 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
4473
4474 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
4475
4476 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
4477
4478 * progmodes/python.el: Fix defsubst warning.
4479 (python-syntax-context) Rename from python-info-ppss-context.
4480 (python-syntax-context-type): Rename from
4481 python-info-ppss-context-type.
4482 (python-syntax-comment-or-string-p): Rename from
4483 python-info-ppss-comment-or-string-p.
4484
4485 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
4486
4487 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
4488
4489 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
4490
4491 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
4492 a defcustom that is quoted with backquote.
4493
4494 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
4495 Fix handling of interactive spec when the body uses return.
4496 (math-do-arg-check, math-define-function-body): Use backquote forms.
4497 * calc/calc-ext.el (math-defcache): Likewise.
4498 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
4499 * allout.el (allout-new-exposure): Likewise.
4500 * calc/calcalg2.el (math-tracing-integral): Likewise.
4501 * info.el (Info-last-menu-item): Likewise.
4502 * emulation/vip.el (vip-loop): Likewise.
4503 * textmodes/artist.el (artist-funcall): Likewise.
4504 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
4505 Construct menu-item directly.
4506
4507 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4508 Don't declare.
4509
4510 2012-08-07 Chong Yidong <cyd@gnu.org>
4511
4512 * simple.el (deactivate-mark): Preserve text properties when
4513 saving the primary selection (Bug#8384).
4514
4515 2012-08-07 Kevin Ryde <user42@zip.com.au>
4516
4517 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
4518 (woman-parse-numeric-value): On a bad .IP line, issue a warning
4519 and continue processing (Bug#12110).
4520
4521 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
4524 syntax-propertize-function (bug#10095).
4525
4526 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * help-fns.el (help-fns--key-bindings, help-fns--signature)
4529 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
4530 describe-function-1.
4531 (describe-function-1): Use them. Move compiler macro after sig.
4532 (help-fns--compiler-macro): Use function-get. Assume we're already in
4533 standard-output. Adjust layout to new call order.
4534
4535 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
4536 re-binding a symbol that has a symbol-macro (bug#12119).
4537
4538 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
4539
4540 * language/persian.el: New file. (Bug#11812)
4541 * loadup.el: Add language/persian.el.
4542
4543 2012-08-06 Chong Yidong <cyd@gnu.org>
4544
4545 * window.el (window--maybe-raise-frame): New function.
4546 (window--display-buffer): Split off from here.
4547 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4548 (display-buffer-pop-up-window, display-buffer-use-some-window):
4549 Obey an inhibit-switch-frame action alist entry.
4550 (display-buffer): Update doc.
4551
4552 * replace.el (occur-after-change-function): Avoid losing focus by
4553 using the inhibit-switch-frame display parameter (Bug#12139).
4554
4555 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
4556
4557 Make internal shell process buffer names start with space.
4558 * progmodes/python.el (python-shell-make-comint): Add optional
4559 argument INTERNAL.
4560 (run-python-internal): Use it.
4561 (python-shell-internal-get-or-create-process): Check for new
4562 internal buffer names.
4563
4564 2012-08-06 Glenn Morris <rgm@gnu.org>
4565
4566 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
4567 Do less getting and setting of environment variables.
4568
4569 2012-08-05 Chong Yidong <cyd@gnu.org>
4570
4571 * proced.el (proced): Add substitution string to docstring to
4572 trigger autoloading of the proced library on C-h f (Bug#1768).
4573
4574 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4575 Don't show defvars which have no second argument (Bug#8638).
4576
4577 * imenu.el (imenu-generic-expression): Move documentation here
4578 from imenu--generic-function.
4579 (imenu--generic-function): Refer to imenu-generic-expression.
4580
4581 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
4582
4583 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
4584 indentation declaration.
4585 (viper-loop): Add indentation declaration (Bug#7025).
4586
4587 2012-08-05 Chong Yidong <cyd@gnu.org>
4588
4589 * help-fns.el (describe-variable): Add hyperlink for
4590 directory-local variables files. Improve buffer-local and
4591 permanent-local reporting; suggested by MON KEY (Bug#6644).
4592
4593 * help-mode.el (help-dir-local-var-def): New button type.
4594
4595 * files.el (kill-buffer-hook): Provide a defvar.
4596
4597 2012-08-05 Glenn Morris <rgm@gnu.org>
4598
4599 * eshell/esh-ext.el (eshell/addpath):
4600 Also update eshell-path-env. (Bug#12013)
4601
4602 2012-08-05 Chong Yidong <cyd@gnu.org>
4603
4604 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
4605
4606 * fringe.el (fringe-styles): Add docstring.
4607 (fringe--check-mode): New function.
4608 (set-fringe-mode, set-fringe-style): Use it.
4609 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
4610
4611 * files.el (set-auto-mode): Fix invalid setq call.
4612
4613 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * isearch.el: Misc simplification; use defstruct.
4616 (isearch-mode-map): Dense maps now work like sparse ones.
4617 (isearch--state): New defstruct.
4618 (isearch-string-state, isearch-message-state, isearch-point-state)
4619 (isearch-success-state, isearch-forward-state)
4620 (isearch-other-end-state, isearch-word-state, isearch-error-state)
4621 (isearch-wrapped-state, isearch-barrier-state)
4622 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
4623 replaced by defstruct's accessors.
4624 (isearch--set-state): Rename from isearch-top-state and change
4625 calling convention.
4626 (isearch-push-state): Use new isearch--get-state.
4627 (isearch-toggle-word): Disable regexp when enabling word.
4628 (isearch-message-prefix): Remove unused arg _c-q-hack.
4629 (isearch-message-suffix): Remove unused arg _ellipsis.
4630
4631 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
4632
4633 * simple.el (list-processes--refresh): For a server use :host or
4634 :local as the address.
4635 (list-processes): Doc fix.
4636
4637 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
4638
4639 * lisp/mpc.el: Support password in host argument.
4640 (mpc--proc-connect): Parse and use new password element.
4641 Set mpc-proc variable instead of returning process.
4642 (mpc-proc): Adjust accordingly.
4643
4644 2012-08-03 Eli Zaretskii <eliz@gnu.org>
4645
4646 * whitespace.el (whitespace-display-mappings): Use Unicode
4647 codepoints, instead of emacs-mule codepoints. See
4648 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
4649 for the details.
4650
4651 * files.el (file-truename): Don't skip symlink-chasing part on
4652 windows-nt. Incorporate the resolution of 8+3 short aliases on
4653 Windows into the loop that recursively chases symlinks.
4654 Compare directory and its parent case-insensitively on MS-Windows and
4655 MS-DOS.
4656
4657 2012-08-03 Chong Yidong <cyd@gnu.org>
4658
4659 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
4660
4661 * sort.el (sort-regexp-fields): Doc fix.
4662
4663 2012-08-03 Tassilo Horn <tsdh@gnu.org>
4664
4665 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
4666 labels regex position point at the expected place.
4667
4668 2012-08-03 MON KEY <monkey@sandpframing.com>
4669
4670 * net/imap.el (imap-interactive-login, imap-authenticate)
4671 (imap-mailbox-lsub, imap-mailbox-list)
4672 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
4673 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
4674 (imap-parse-response): Doc fix.
4675
4676 2012-08-03 João Távora <joaotavora@gmail.com>
4677
4678 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
4679 if sexp scanning does not move point (Bug#5734).
4680
4681 2012-08-02 Tassilo Horn <tsdh@gnu.org>
4682
4683 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
4684 Add listings, minted, and ctable packages.
4685 (reftex-label-alist-builtin): Move listings, minted, and ctable
4686 entries before LaTeX.
4687 (reftex-label-alist): Docfix.
4688
4689 2012-08-02 Bastien Guerry <bzg@gnu.org>
4690
4691 * replace.el (occur): Fix docstring (bug#12122).
4692
4693 2012-08-02 Glenn Morris <rgm@gnu.org>
4694
4695 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
4696
4697 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
4698
4699 Obsolete alias inactivate-current-input-method-function (Bug#10150).
4700 * international/mule-cmds.el: Create
4701 inactivate-current-input-method-function as an obsolete alias for
4702 deactivate-current-input-method-function. See Katsumi Yamaoka in
4703 <http://bugs.gnu.org/10150#46>.
4704
4705 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
4706
4707 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
4708 of nested `if's.
4709
4710 2012-08-01 Glenn Morris <rgm@gnu.org>
4711
4712 * progmodes/autoconf.el (autoconf-definition-regexp):
4713 Add AH_TEMPLATE, adjust submatch numbering.
4714 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
4715 (autoconf-current-defun-function): Update for above change.
4716 (autoconf-current-defun-function): First skip to end of current word.
4717
4718 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
4719
4720 * calendar/cal-html.el (cal-html-insert-agenda-days):
4721 Fix typo. (Bug#12018)
4722
4723 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4724
4725 Shell processes: enhancements to startup and CEDET compatibility.
4726 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
4727 (python-shell-make-comint): accept-process-output at startup.
4728 (run-python-internal): Set inferior-python-mode-hook to nil.
4729 (python-shell-internal-get-or-create-process): call sit-for.
4730 (python-preoutput-result): Add obsolete alias.
4731 (python-shell-internal-send-string): Use it.
4732 (python-shell-send-setup-code): Remove call to
4733 accept-process-output.
4734
4735 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
4736
4737 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
4738 (Bug#12108)
4739
4740 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
4741
4742 * calc-mode.el (calc-basic-simplification-mode): Rename from
4743 `calc-limited-simplification-mode'.
4744 (calc-alg-simplification-mode): New function.
4745 (calc-set-simplify-mode): Adjust message.
4746
4747 * calc.el (calc-set-mode-line): Adjust mode line display for
4748 basic simplification mode.
4749
4750 * calc-help.el (calc-m-prefix-help): Update help message.
4751
4752 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
4753 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
4754
4755 2012-07-31 Bastien Guerry <bzg@gnu.org>
4756
4757 * man.el (man): Fix comment. (bug#12101)
4758
4759 2012-07-31 Martin Rudalics <rudalics@gmx.at>
4760
4761 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
4762 Don't return a non-nil value when no suitable buffer was found.
4763
4764 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
4765
4766 * progmodes/python.el (run-python-internal): Disable font lock for
4767 internal shells.
4768
4769 2012-07-30 Stefan Merten <smerten@oekonux.de>
4770
4771 * textmodes/rst.el: Silence `checkdoc-ispell'.
4772 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
4773 (rst-official-version, rst-official-cvs-rev)
4774 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
4775 (rst-mode-map): New key binding.
4776
4777 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
4778
4779 Update .PHONY listings in makefiles.
4780 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
4781 autoloads, update-subdirs, updates, bzr-update, update-authors,
4782 compile-onefile, compile-calc, backup-compiled-files,
4783 compile-after-backup, compile-one-process, mh-autoloads,
4784 bootstrap-clean, distclean, maintainer-clean.
4785
4786 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
4787
4788 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
4789 (calc-set-mode-line): Don't display "AlgSimp ".
4790
4791 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
4792 (calc-lim-simplify-mode): New function.
4793 (calc-set-simplify-mode): Default to 'alg.
4794 (calc-default-simplify-mode): Make algebraic simplifications
4795 the default.
4796
4797 * calc/calc-ext.el (calc-init-extensions): Remove binding for
4798 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
4799
4800 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4801 indicate new simplification modes.
4802
4803 * calc/README: Mention new default simplification mode.
4804
4805 * calc/calc.el (math-normalize-error): New variable.
4806 (math-normalize): Set `math-normalize-error' to t
4807 when there's an error.
4808
4809 * calc/calc-alg.el (math-simplify): Don't simplify when
4810 `math-normalize' returns an error.
4811
4812 2012-07-29 Eli Zaretskii <eliz@gnu.org>
4813
4814 * international/mule-cmds.el (set-locale-environment): Revert last
4815 change, since display-graphic-p returns nil when this function is
4816 called during startup. Instead...
4817
4818 * term/w32console.el (terminal-init-w32console): ...setup the
4819 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
4820
4821 2012-07-29 Juri Linkov <juri@jurta.org>
4822
4823 * simple.el (goto-line): Don't display default line number in the
4824 prompt because it should be displayed by `read-number' (bug#9952).
4825 Add the current line number to the defaults of `goto-line' to
4826 allow its easier modification by users with `M-n' (bug#9201).
4827
4828 * subr.el (read-number): Support multiple default values like in
4829 other minibuffer reading functions. Replace `read' with
4830 `string-to-number' for consistency with `number-to-string'.
4831
4832 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
4833
4834 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
4835 * emulation/viper-init.el (viper-deactivate-input-method-action):
4836 Rename from viper-inactivate-input-method-action.
4837 (viper-deactivate-input-method):
4838 Rename from viper-inactivate-input-method.
4839 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
4840 * international/mule-cmds.el (deactivate-input-method):
4841 Rename from inactivate-input-method.
4842 Also run input-method-deactivate-hook.
4843 (deactivate-current-input-method-function):
4844 Rename from inactivate-current-input-method-function.
4845 (input-method-deactivate-hook): New hook.
4846 (input-method-inactivate-hook): Mark obsolete.
4847 (inactivate-input-method): Mark obsolete.
4848
4849 * international/quail.el (quail-activate):
4850 Also run quail-deactivate-hook.
4851 (quail-deactivate): Rename from quail-inactivate.
4852 * international/robin.el (robin-activate):
4853 Also run robin-deactivate-hook.
4854 (robin-deactivate): Rename from robin-inactivate.
4855
4856 2012-07-29 Chong Yidong <cyd@gnu.org>
4857
4858 * simple.el (indicate-copied-region): New function.
4859 (kill-ring-save): Split off from here.
4860
4861 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
4862 (kill-rectangle): Set deactivate-mark to t on read-only error.
4863
4864 * register.el (copy-to-register, copy-rectangle-to-register):
4865 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4866 (append-to-register, prepend-to-register): Call indicate-copied-region.
4867
4868 2012-07-29 Juri Linkov <juri@jurta.org>
4869
4870 * simple.el (async-shell-command-buffer): New defcustom.
4871 (shell-command): Use it. (Bug#4719)
4872
4873 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4874
4875 * international/mule-cmds.el (set-locale-environment): In a
4876 console session on MS-Windows, set up keyboard and terminal
4877 encoding from the OEM codepage, not the ANSI codepage.
4878 (Bug#12055)
4879
4880 2012-07-28 Chong Yidong <cyd@gnu.org>
4881
4882 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4883 gdb-get-location.
4884
4885 2012-07-28 Leo Liu <sdl.web@gmail.com>
4886
4887 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4888 the alist (bug#12029).
4889
4890 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4891
4892 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4893 (compile-always, compile-first)
4894 ($(lisp)/calendar/cal-loaddefs.el)
4895 ($(lisp)/calendar/diary-loaddefs.el)
4896 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4897 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4898 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4899 instead of on update-subdirs.
4900 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4901
4902 2012-07-28 Chong Yidong <cyd@gnu.org>
4903
4904 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4905 directory if vc-deduce-backend returns nil (Bug#7350).
4906
4907 * simple.el (delete-trailing-lines): New option.
4908 (delete-trailing-whitespace): Obey it (Bug#11879).
4909
4910 2012-07-28 David Engster <deng@randomsample.de>
4911
4912 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4913 Explanation of new 'symbol-qnames feature in doc-strings.
4914 (xml-maybe-do-ns): Return expanded names as plain symbols if
4915 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4916 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4917
4918 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4919
4920 Consistent completion in inferior python with emacs -nw.
4921 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4922 binding in inferior-python-mode-map with "\t".
4923 (python-shell-completion-complete-at-point)
4924 (python-completion-complete-at-point): Remove interactive spec.
4925
4926 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4927
4928 * calc/calccomp.el (math-compose-expr): Undo previous change.
4929
4930 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4931
4932 * progmodes/python.el (python-mode-map): Add keybinding for
4933 run-python.
4934 (python-shell-make-comint): Fix pop-to-buffer call.
4935 (run-python): Autoload. New arg SHOW.
4936 (python-shell-get-or-create-process): Do not pop python process
4937 buffer.
4938
4939 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4940
4941 * notifications.el (notifications-on-action-signal)
4942 (notifications-on-closed-signal): Use also the bus address for the map.
4943 (notifications-notify, notifications-close-notification)
4944 (notifications-get-capabilities): Add optional argument BUS.
4945
4946 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4947
4948 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4949 Add support for the lstlisting and minted environments, and for the
4950 ctable macro.
4951 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4952 labels written in keyvals syntax.
4953
4954 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4955
4956 * calc/calccomp.el (math-compose-expr): Use parentheses when
4957 there is a product in the denominator of a fraction.
4958
4959 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4960
4961 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4962 ($(lisp)/calendar/diary-loaddefs.el)
4963 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4964 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4965 Fixes failures in parallel bootstrap because subdirs.el is being
4966 rewritten while the autoload files are built at the same time,
4967 which needs to load subdirs.el.
4968
4969 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4970
4971 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4972 (mouse-drag-line): Don't exit tracking when a switch-frame or
4973 switch-window event occurs (Bug#12006).
4974
4975 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * mouse.el (popup-menu): Fix last change.
4978
4979 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 Autoload from Lisp with more care. Follow aliases when looking for
4982 function properties.
4983 * subr.el (autoloadp): New function.
4984 (symbol-file): Use it.
4985 (function-get): New function.
4986 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4987 autoload-do-load.
4988 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4989 (lisp-indent-function):
4990 * emacs-lisp/gv.el (gv-get):
4991 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4992 * emacs-lisp/byte-opt.el (byte-optimize-form):
4993 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4994 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4995 Use function-get.
4996 * emacs-lisp/cl.el: Don't propagate function properties any more.
4997
4998 * speedbar.el (speedbar-add-localized-speedbar-support):
4999 * emacs-lisp/disass.el (disassemble-internal):
5000 * desktop.el (desktop-load-file):
5001 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
5002 (describe-function-1):
5003 * emacs-lisp/find-func.el (find-function-noselect):
5004 * emacs-lisp/elp.el (elp-instrument-function):
5005 * emacs-lisp/advice.el (ad-has-proper-definition):
5006 * apropos.el (apropos-safe-documentation, apropos-macrop):
5007 * emacs-lisp/debug.el (debug-on-entry):
5008 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
5009 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5010 * calc/calc.el (name): Use autoloadp & autoload-do-load.
5011
5012 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
5013
5014 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
5015 function, not an obsolete variable (Bug#12046).
5016
5017 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
5018
5019 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
5020
5021 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
5022
5023 * emacs-lisp/pp.el (pp-display-expression): Select old selected
5024 window only if it is still live (Bug#12034).
5025
5026 2012-07-25 Martin Rudalics <rudalics@gmx.at>
5027
5028 * subr.el (redirect-frame-focus): Add advertised calling
5029 convention (Bug#12030).
5030
5031 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
5032
5033 Prefer typical American spelling for "acknowledgment".
5034 * vc/add-log.el (change-log-acknowledgment): Rename from
5035 change-log-acknowledgement, with an alias for the old name.
5036
5037 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
5038
5039 * calc-alg.el (math-simplify-divide): Don't cross multiply
5040 in an equation when the lhs is a variable.
5041
5042 2012-07-24 Julien Danjou <julien@danjou.info>
5043
5044 * net/netrc.el (netrc-find-service-number, netrc-store-data):
5045 Remove, unused.
5046
5047 2012-07-23 Eli Zaretskii <eliz@gnu.org>
5048
5049 * startup.el (command-line): Don't display an empty user name in
5050 the error message about non-existent home directory, when
5051 init-file-user was set to an empty string. See
5052 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
5053 for the details and context.
5054
5055 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
5056
5057 * ses.el (ses-cell-formula-aset): New macro.
5058 (ses-cell-references-aset): New macro.
5059 (ses-cell-p): New function.
5060 (ses-rename-cell): Do no longer rely on complex operations like
5061 ses-cell-set-formula or ses-set-cell to change the cell and handle
5062 the undo at the same time, but rather use lower level new macros
5063 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
5064 the undo directly. Refresh the mode line.
5065
5066 2012-07-21 Leo Liu <sdl.web@gmail.com>
5067
5068 * progmodes/cc-cmds.el (c-defun-name):
5069 Use match-string-no-properties instead for consistency.
5070
5071 2012-07-20 Leo Liu <sdl.web@gmail.com>
5072
5073 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
5074 (Bug#7879)
5075
5076 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
5077
5078 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
5081 * progmodes/bug-reference.el, misearch.el: Provide themselves
5082 (bug#11915).
5083
5084 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
5085 of narrowed buffer (bug#11966).
5086
5087 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
5088
5089 * ses.el (ses-rename-cell): Set new name also in reference list of
5090 cells of which the renamed cell depends.
5091
5092 2012-07-20 Masatake YAMATO <yamato@redhat.com>
5093
5094 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
5095 to check whether menu-bar is shown or not. If not shown,
5096 show the menu-bar as a popup menu instead of using tmm.
5097 * mouse.el (popup-menu): Accept `point' as `position' argument.
5098
5099 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
5100
5101 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
5102 up inside string symbol literal (bug#11923).
5103
5104 2012-07-20 Eli Zaretskii <eliz@gnu.org>
5105
5106 * startup.el (fancy-startup-text): Read the whole tutorial, not
5107 just its first 256 bytes. Prevents gibberish in display of the
5108 tutorial title.
5109
5110 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
5111
5112 Drop idle buffer compaction due to an absence of the
5113 proved efficiency.
5114 * compact.el: Remove.
5115
5116 2012-07-19 Sam Steingold <sds@gnu.org>
5117
5118 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
5119 vc-bzr-pull & vc-bzr-merge-branch.
5120 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
5121 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
5122 for consistency with compilation-error-regexp-alist.
5123 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
5124 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
5125 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
5126 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
5127
5128 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5129
5130 * emacs-lisp/chart.el: Use lexical-binding.
5131 (chart-emacs-storage): Don't hardcode the list of entries.
5132
5133 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5134
5135 Next round of tweaks caused by Fgarbage_collect changes.
5136 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
5137
5138 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
5139
5140 Compact buffers when idle.
5141 * compact.el: New file.
5142
5143 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * subr.el (eventp): Presume that if it looks vaguely like an event,
5146 it's an event (bug#10190).
5147
5148 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
5149
5150 Enhancements to ppss related code (thanks Stefan).
5151 * progmodes/python.el (python-indent-context)
5152 (python-indent-calculate-indentation, python-indent-dedent-line)
5153 (python-indent-electric-colon, python-nav-forward-block)
5154 (python-mode-abbrev-table)
5155 (python-info-assignment-continuation-line-p): Simplify checks
5156 for ppss context.
5157 (python-info-continuation-line-p): Cleanup.
5158 (python-info-ppss-context): Do not catch 'quote.
5159 (python-info-ppss-context-type)
5160 (python-info-ppss-comment-or-string-p): Simplify.
5161
5162 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
5163
5164 * progmodes/python.el: Enhancements to eldoc support.
5165 (python-info-current-symbol): New function.
5166 (python-eldoc-at-point): Use python-info-current-symbol.
5167 (python-info-current-defun): Fix cornercase on first defun scan.
5168 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
5169 and signal error when no inferior python process is available.
5170
5171 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
5172
5173 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
5174 assume it's always t.
5175 (vc-git-registered): Remove caching, the function is only called
5176 once.
5177 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
5178
5179 2012-07-18 Chong Yidong <cyd@gnu.org>
5180
5181 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
5182
5183 * simple.el (count-words): Report on narrowing (Bug#9959).
5184
5185 * bindings.el: Bind M-= to count-words.
5186
5187 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
5188
5189 2012-07-18 Masatake YAMATO <yamato@redhat.com>
5190
5191 * progmodes/sh-script.el (sh-imenu-generic-expression):
5192 Capture a function with `function' keyword and without parentheses
5193 like "function FOO" (bug#11856).
5194
5195 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
5196
5197 * window.el (split-window-sensibly): Make WINDOW argument
5198 optional.
5199
5200 2012-07-18 Chong Yidong <cyd@gnu.org>
5201
5202 * subr.el (keyboard-translate): Doc fix (Bug#7261).
5203
5204 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
5205 and make C-x 8 RET exit isearch (Bug#11439).
5206
5207 * international/iso-transl.el: Move isearch-mode-map key
5208 definitions to isearch.el.
5209
5210 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
5213 (eieio-defclass): Use gv-define-setter when possible.
5214
5215 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
5216
5217 Reflect recent changes in Fgarbage_collect.
5218 * emacs-lisp/chart.el (chart-emacs-storage): Change to
5219 reflect new format of data returned by Fgarbage_collect.
5220
5221 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5222
5223 New utility functions + python-info-ppss-context fix (Bug#11910).
5224 * progmodes/python.el (python-info-beginning-of-block-statement-p)
5225 (python-info-ppss-comment-or-string-p): New functions.
5226 (python-info-ppss-context): Small fix for string check.
5227
5228 2012-07-17 Juri Linkov <juri@jurta.org>
5229
5230 * dired-aux.el (dired-do-async-shell-command): Doc fix.
5231 (dired-do-async-shell-command): Don't add `*' at the end of the
5232 command (Bug#11815).
5233 (dired-do-shell-command): Doc fix.
5234 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
5235 Join the individual commands using either "&" or ";" as the
5236 separator depending on the values of these trailing characters.
5237 At the end re-add the trailing "&". (Bug#10598)
5238
5239 * simple.el (async-shell-command): Sync the interactive spec with
5240 `shell-command'. Doc fix.
5241 (shell-command): Doc fix.
5242
5243 2012-07-17 Juri Linkov <juri@jurta.org>
5244
5245 * descr-text.el (describe-char): Fix format args. (Bug#10129)
5246
5247 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5248
5249 Final renames and doc fixes for movement commands (bug#11899).
5250 * progmodes/python.el (python-nav-beginning-of-statement):
5251 Rename from python-nav-statement-start.
5252 (python-nav-end-of-statement): Rename from
5253 python-nav-statement-end.
5254 (python-nav-beginning-of-block): Rename from
5255 python-nav-block-start.
5256 (python-nav-end-of-block): Rename from python-nav-block-end.
5257
5258 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
5259
5260 * progmodes/python.el (python-shell-send-string-no-output):
5261 Allow accept-process-output to quit, keeping shell process ready for
5262 future interactions (Bug#11868).
5263
5264 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
5267
5268 * emacs-lisp/elint.el (elint-find-args-in-code):
5269 Use help-function-arglist, so as to handle lexical byte-code.
5270
5271 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
5272 change (bug#11826).
5273
5274 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
5277 Avoid spuriously marking the buffer as modified because of c-is-sws.
5278
5279 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
5280 as not-a-comment (bug#11946).
5281
5282 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
5283 for uninterned vars.
5284
5285 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
5286 Use read-event since we don't really want to read chars but bytes.
5287
5288 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
5289 $$..$$ but also $..$ using regexps (bug#11953).
5290 Use tex-verbatim for \url and \path.
5291 (tex-font-lock-keywords): Define as defconst like the others.
5292 (tex-common-initialization): Don't use font-lock-syntax-table any more.
5293
5294 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
5295
5296 * international/mule-cmds.el (ucs-insert): Make it an obsolete
5297 alias for insert-char.
5298
5299 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5300
5301 * progmodes/python.el: Simplified imenu implementation.
5302 (python-nav-jump-to-defun): Remove command.
5303 (python-mode-map): Use `imenu' instead.
5304 (python-nav-list-defun-positions-cache)
5305 (python-imenu-include-defun-type, python-imenu-make-tree)
5306 (python-imenu-subtree-root-label, python-imenu-index-alist):
5307 Remove vars.
5308 (python-nav-list-defun-positions, python-nav-read-defun)
5309 (python-imenu-tree-assoc, python-imenu-make-element-tree)
5310 (python-imenu-make-tree, python-imenu-create-index):
5311 Remove functions.
5312 (python-mode): Update to interact with imenu by setting
5313 `imenu-extract-index-name-function' only.
5314
5315 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
5316
5317 * progmodes/python.el: Enhancements to navigation commands.
5318 (python-nav-backward-sentence)
5319 (python-nav-forward-sentence): Remove.
5320 (python-nav-backward-statement, python-nav-forward-statement)
5321 (python-nav-statement-start, python-nav-statement-end)
5322 (python-nav-backward-block, python-nav-forward-block)
5323 (python-nav-block-start, python-nav-block-end)
5324 (python-nav-forward-sexp-function)
5325 (python-info-current-line-comment-p)
5326 (python-info-current-line-empty-p): New functions.
5327 (python-indent-context): Use `python-nav-statement-start'.
5328
5329 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
5330
5331 * eshell/em-ls.el (eshell/ls): Use `apply'.
5332
5333 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
5334 multi-hops, instead of Tramp internals.
5335
5336 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
5337
5338 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
5339 when F1 and F2 are located on different hosts.
5340
5341 2012-07-14 Chong Yidong <cyd@gnu.org>
5342
5343 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
5344 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
5345 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
5346 (xterm-mouse--read-event-sequence-1000)
5347 (xterm-mouse--read-event-sequence-1006): New functions. For old
5348 mouse protocol, handle M-mouse-X events correctly.
5349 (xterm-mouse-event): New arg specifying mouse protocol.
5350 (turn-on-xterm-mouse-tracking-on-terminal)
5351 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
5352 sequence to toggle extended coordinates on newer XTerms.
5353 This appears to be harmless on terminals which do not support this.
5354
5355 2012-07-14 Leo Liu <sdl.web@gmail.com>
5356
5357 Add fringe bitmap indicators for flymake. (Bug#11253)
5358 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
5359 (flymake-make-overlay): New arg BITMAP.
5360 (flymake-error-bitmap, flymake-warning-bitmap)
5361 (flymake-fringe-indicator-position): New user variables.
5362
5363 * fringe.el: New bitmap exclamation-mark.
5364
5365 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
5366
5367 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
5368 also (Bug#7879).
5369
5370 2012-07-14 Chong Yidong <cyd@gnu.org>
5371
5372 * electric.el (electric-pair-post-self-insert-function): Fix pair
5373 insertion in empty-region case (Bug#11520).
5374
5375 2012-07-14 Chong Yidong <cyd@gnu.org>
5376
5377 * bindings.el: Consolidate ctl-x-r-map bindings.
5378 Bind copy-rectangle-as-kill to C-x r w.
5379
5380 * rect.el, register.el: Move bindings to bindings.el.
5381
5382 2012-07-14 Reuben Thomas <rrt@sc3d.org>
5383
5384 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
5385
5386 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
5387
5388 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
5389
5390 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
5391
5392 * bindings.el (top): Use `mapc' instead of `mapcar'.
5393
5394 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
5395
5396 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
5397
5398 * progmodes/sql.el (sql-comint): Suppress the check for program on
5399 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
5400 (Bug#11908)
5401
5402 2012-07-13 Chong Yidong <cyd@gnu.org>
5403
5404 * bindings.el: Assign a non-nil permanent-local property to
5405 per-buffer variables which lack a default value (Bug#11930).
5406
5407 * help-fns.el (describe-variable): In the "automatically becomes
5408 local" notice, take note of permanent-local variables.
5409
5410 2012-07-13 Chong Yidong <cyd@gnu.org>
5411
5412 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
5413 to allow printing the message when called from Lisp.
5414
5415 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5416 Remove toggle-read-only.
5417
5418 * bs.el (bs-toggle-readonly):
5419 * buff-menu.el (Buffer-menu-toggle-read-only):
5420 Remove with-no-warnings around toggle-read-only.
5421
5422 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
5423 Remove with-no-warnings around toggle-read-only.
5424 (ffap-read-only, ffap-read-only-other-window)
5425 (ffap-read-only-other-frame): Callers changed.
5426
5427 * help-mode.el: Don't require view package.
5428 (help-mode-finish): Set buffer-read-only instead of calling
5429 toggle-read-only.
5430
5431 * bindings.el (mode-line-toggle-read-only):
5432 * dired.el (dired-toggle-read-only):
5433 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
5434 with non-nil second arg.
5435
5436 * emacs-lisp/eieio-custom.el (eieio-customize-object):
5437 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
5438 directly.
5439
5440 2012-07-12 Eli Zaretskii <eliz@gnu.org>
5441
5442 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
5443 not incf.
5444
5445 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 More CL cleanups and reduction of use of cl.el.
5448 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
5449 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
5450 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
5451 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
5452 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
5453 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
5454 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
5455 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
5456 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
5457 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
5458 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
5459 * eshell/em-cmpl.el, eshell/em-banner.el:
5460 * calendar/parse-time.el: Use cl-lib.
5461 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
5462 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
5463 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
5464 * term/ns-win.el, term.el, shell.el, ps-samp.el:
5465 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
5466 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
5467 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
5468 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
5469 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
5470 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
5471 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
5472 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
5473 `lambda' rather than with `quote'.
5474 (eshell-do-opt): Adjust accordingly.
5475 (eshell-process-option): Simplify.
5476 * eshell/esh-var.el:
5477 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
5478 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
5479 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
5480 to `pcase--dontcare'.
5481 * emacs-lisp/cl.el (labels): Mark obsolete.
5482 (cl--letf, letf): Move to cl-lib.
5483 (cl--letf*, letf*): Remove.
5484 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
5485 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
5486 (cl-progv): Rewrite.
5487 (cl--letf, cl-letf): Move from cl.el.
5488 (cl-letf*): New macro.
5489 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
5490
5491 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
5492
5493 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
5494
5495 2012-07-11 Chong Yidong <cyd@gnu.org>
5496
5497 * vc/log-edit.el (log-edit-vc-backend): New variable.
5498 (log-edit): Doc fix.
5499
5500 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
5501 argument of log-edit to set up all local variables.
5502 (vc-start-logentry): New optional arg specifying VC backend.
5503
5504 * vc/vc.el (vc-checkin): Use it.
5505 (vc-deduce-fileset): Handle Log Edit buffers.
5506 (vc-diff): Make first argument optional too.
5507
5508 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
5509
5510 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
5511
5512 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
5513 command, just in case. The function is not needed anymore.
5514 (eshell-external-command): Do not call `eshell-remote-command'.
5515
5516 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 Reduce use of (require 'cl).
5519 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
5520 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
5521 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
5522 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
5523 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
5524 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
5525 * battery.el, avoid.el, abbrev.el: Use cl-lib.
5526 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
5527 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
5528 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
5529 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
5530 * calculator.el, autorevert.el, apropos.el: Don't require CL.
5531 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
5532 (byte-compile-unfold-bcf, byte-compile-check-variable):
5533 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
5534 (byte-compile-nilconstp):
5535 * emacs-lisp/autoload.el (make-autoload): Use pcase.
5536 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
5537
5538 * emacs-lisp/gv.el (cond): Make it a valid place.
5539 (if): Simplify slightly.
5540
5541 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
5542 (pcase--self-quoting-p): New function.
5543 (pcase--u1): Use it.
5544
5545 2012-07-10 Glenn Morris <rgm@gnu.org>
5546
5547 * emacs-lisp/authors.el (authors-fixed-entries):
5548 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
5549
5550 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
5551
5552 Rename configure.in to configure.ac (Bug#11603).
5553 * emacs-lisp/authors.el (authors-canonical-file-name):
5554 * progmodes/autoconf.el (autoconf-mode):
5555 Prefer configure.ac to configure.in.
5556
5557 2012-07-08 Chong Yidong <cyd@gnu.org>
5558
5559 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
5560 Implement the mouse-1-click-follows-link handling properly.
5561
5562 * info.el (Info-link-keymap): Use follow-link mechanism for
5563 header-line links (Bug#374).
5564
5565 * simple.el (deactivate-mark): Do not set the primary selection
5566 if another program has acquired it (Bug#11772).
5567
5568 2012-07-07 Kevin Ryde <user42@zip.com.au>
5569
5570 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
5571 (woman-decode-region): Replace escaped-escapes without destroying
5572 bold or underline (Bug#11552).
5573 (woman2-process-escapes): Handle nofill regions (Bug#11591).
5574
5575 2012-07-07 Chong Yidong <cyd@gnu.org>
5576
5577 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
5578 (interprogram-cut-function, interprogram-paste-function):
5579 Mention that we typically mean the clipboard.
5580
5581 2012-07-06 Glenn Morris <rgm@gnu.org>
5582
5583 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
5584
5585 * files.el (toggle-read-only): Restrict message to interactive use.
5586
5587 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
5588
5589 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
5590
5591 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
5592
5593 2012-07-06 Glenn Morris <rgm@gnu.org>
5594
5595 * Makefile.in (compile-one-process): Rename from "recompile".
5596
5597 * Makefile.in (bzr-update): "compile" is the same as "recompile
5598 autoloads", but parallelizable, so use that instead.
5599
5600 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
5601
5602 * window.el (quit-window): Always restore window height when
5603 it's saved in quit-restore parameter (Bug#11810).
5604
5605 2012-07-06 Glenn Morris <rgm@gnu.org>
5606
5607 * simple.el (kill-whole-line): Doc tweak.
5608
5609 2012-07-06 Eli Zaretskii <eliz@gnu.org>
5610
5611 * files.el (file-relative-name): Compare file names
5612 case-insensitively if on MS-Windows or MS-DOS, or if
5613 read-file-name-completion-ignore-case is non-nil. Don't use
5614 case-fold-search for this purpose. (Bug#11827)
5615
5616 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
5617
5618 * calendar/cal-dst.el (calendar-current-time-zone):
5619 Return calendar-current-time-zone-cache if non-nil.
5620
5621 2012-07-17 Masatake YAMATO <yamato@redhat.com>
5622 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
5623
5624 * calendar/cal-dst.el (calendar-current-time-zone):
5625 Return calendar-current-time-zone-cache if non-nil.
5626
5627 2012-07-06 Glenn Morris <rgm@gnu.org>
5628
5629 * Makefile.in (cvs-update): Remove old alias.
5630
5631 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
5632
5633 Sync with Tramp 2.2.6-pre.
5634
5635 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
5636 compatible declaration.
5637
5638 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5639 Protect `list-load-path-shadows' call.
5640
5641 * net/tramp-compat.el (top): Require packages, which aren't
5642 autoloaded anymore for XEmacs. Protect call of
5643 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
5644 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
5645 it hurts at least for SXEmacs.
5646 (tramp-compat-temporary-file-directory): In XEmacs, there is no
5647 standard-value for `temporary-file-directory'.
5648
5649 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
5650 Redirect stderr to /dev/null.
5651 (tramp-sh-handle-write-region): uid and gid can be floats.
5652 Reported by Russell Sim <russell.sim@gmail.com>.
5653 (tramp-sh-handle-vc-registered): Hide errors.
5654 (tramp-vc-file-name-handler): Use dummy results for `process-file'
5655 and `start-file-process'.
5656 (tramp-maybe-open-connection): Check also whether `non-essential'
5657 is bound.
5658
5659 2012-07-04 Chong Yidong <cyd@gnu.org>
5660
5661 * xml.el (xml--parse-buffer): Use xml-syntax-table.
5662 (xml-parse-tag): Likewise, and avoid changing entity tables.
5663 (xml-syntax-table): Define from scratch, making sure not to give
5664 x2000 and other Unicode spaces whitespace syntax, since those are
5665 not spaces in XML.
5666 (xml-parse-fragment): Delete unused function.
5667 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
5668 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
5669 (xml-entity-ref, xml-pe-reference-re)
5670 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
5671 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
5672 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
5673 (xml-entity-value-re): Use syntax references in regexps where
5674 possible; no need to define inside a let-binding.
5675 (xml-parse-dtd): Use xml-pe-reference-re.
5676 (xml-entity-or-char-ref-re): New defconst.
5677 (xml-parse-string, xml-substitute-special): Use it.
5678
5679 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * files.el (locate-dominating-file): Allow `name' to be a predicate.
5682 (find-file--read-only): New function.
5683 (find-file-read-only, find-file-read-only-other-window)
5684 (find-file-read-only-other-frame): Use it.
5685 (insert-file-contents-literally): Don't `fset'.
5686 (get-free-disk-space): Use locate-dominating-file.
5687
5688 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
5689 function is already compiled.
5690
5691 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
5692
5693 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
5694
5695 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
5696 files on the same host.
5697
5698 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
5699
5700 * help-fns.el (describe-function-1): Only call
5701 help-fns--autoloaded-p when we have a file name. (Bug#11848)
5702
5703 2012-07-03 Chong Yidong <cyd@gnu.org>
5704
5705 * xml.el: Protect parser against XML bombs.
5706 (xml-entity-expansion-limit): New variable.
5707 (xml-parse-string, xml-substitute-special): Use it.
5708 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
5709
5710 2012-07-03 Glenn Morris <rgm@gnu.org>
5711
5712 * progmodes/bug-reference.el (bug-reference-bug-regexp):
5713 Allow linking to specific messages in debbugs reports (eg 123#5).
5714
5715 2012-07-02 Chong Yidong <cyd@gnu.org>
5716
5717 * xml.el: Fix entity and character reference expansion, allowing
5718 them to expand into markup as per XML spec.
5719 (xml-default-ns): New variable.
5720 (xml-entity-alist): Use XML spec definitions for lt and amp.
5721 (xml-parse-region): Make first two arguments optional.
5722 Discard text properties.
5723 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
5724 All callers changed.
5725 (xml-parse-tag): Call xml-parse-tag-1. For backward
5726 compatibility, this function should not modify buffer contents.
5727 (xml-parse-tag-1): Fix opening-tag regexp.
5728 (xml-parse-string): Rewrite, handling entity and character
5729 references properly.
5730 (xml--entity-replacement-text): Signal an error if a parameter
5731 entity is undefined.
5732
5733 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * comint.el (comint-output-filter): Filter out repeated prompts.
5736
5737 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
5738 and file-name-absolute-p.
5739 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
5740 internal calls.
5741
5742 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
5743
5744 Spelling fixes.
5745 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
5746 Rename from byte-compile--refiy-function. All uses changed.
5747
5748 2012-07-01 Chong Yidong <cyd@gnu.org>
5749
5750 * xml.el (xml--parse-buffer): New function. Move most of
5751 xml-parse-region here.
5752 (xml-parse-region): Copy region into a temporary buffer, since
5753 parameter entity substitution requires changing buffer contents.
5754 Use xml--parse-buffer.
5755 (xml-parse-file): Use xml--parse-buffer.
5756 (xml-parse-dtd): Make parameter entity substitution work right.
5757 Use proper regexps for ELEMENT declarations (Bug#7172).
5758
5759 2012-06-30 Glenn Morris <rgm@gnu.org>
5760
5761 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
5762
5763 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
5764 Remove outdated and unnecessary dbus declarations.
5765
5766 2012-06-30 Eli Zaretskii <eliz@gnu.org>
5767
5768 * emacs-lisp/timer.el (timer-until): Subtract results of
5769 float-time, instead of taking float-time of the result of
5770 time-subtract, since float-time signals an error for negative time
5771 arguments.
5772
5773 2012-06-30 Chong Yidong <cyd@gnu.org>
5774
5775 * xml.el (xml-*-re): Convert defvars into defconsts, and
5776 eval-and-compile them so eval-and-compile works on derivatives.
5777 (xml--entity-replacement-text): Use eval-and-comple.
5778
5779 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
5780
5781 * vc/vc-git.el (vc-git-registered): Use cache property
5782 `git-registered'.
5783 (vc-git-mode-line-string): Call `vc-working-revision' instead of
5784 `vc-git-working-revision' in order to benefit from the cache.
5785 (vc-git-root): Use cache property `git-root'. (Bug#11757)
5786
5787 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
5788
5789 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
5790 removed (likely outside Emacs). (Bug#11757)
5791
5792 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * emacs-lisp/cl-lib.el: Require macroexp.
5795
5796 2012-06-30 Chong Yidong <cyd@gnu.org>
5797
5798 * xml.el: Implement XML parameter entities.
5799 (xml-parameter-entity-alist): New variable.
5800 (xml-parse-region, xml-parse-fragment): Preserve previous values
5801 of xml-entity-alist and xml-parameter-entity-alist, so that
5802 repeated calls on different documents do not change them.
5803 (xml-parse-tag): Fix doctype regexp.
5804 (xml--entity-replacement-text): New function.
5805 (xml-parse-dtd): Use it. Don't handle system entities; doing that
5806 properly requires url retrieval which is unimplemented.
5807 (xml-escape-string): Doc fix.
5808
5809 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
5812
5813 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
5814
5815 * fringe.el (fringe-mode): Doc fix.
5816
5817 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
5818
5819 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
5820 is non-nil.
5821 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
5822 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
5823
5824 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
5825
5826 * calendar/cal-dst.el (calendar-current-time-zone):
5827 Return calendar-current-time-zone-cache if non-nil.
5828
5829 2012-06-29 Masatake YAMATO <yamato@redhat.com>
5830
5831 * progmodes/which-func.el (which-func-format):
5832 Add mouse-face. (Bug#11698)
5833
5834 2012-06-29 Leo Liu <sdl.web@gmail.com>
5835
5836 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
5837
5838 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * minibuffer.el (minibuffer-confirm-exit-commands):
5841 Add completion-at-point (bug#11725).
5842
5843 2012-06-29 Glenn Morris <rgm@gnu.org>
5844
5845 * progmodes/f90.el (f90-font-lock-keywords-2):
5846 Add some preprocessor elements. (Bug#10499)
5847
5848 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * progmodes/cperl-mode.el (cperl-update-syntaxification):
5851 Use syntax-propertize (bug#11739).
5852
5853 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
5854
5855 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
5856
5857 2012-06-28 Julien Danjou <julien@danjou.info>
5858
5859 * term.el (term-handle-colors-array): Use a set of new faces to
5860 color the terminal. Also uses :inverse-video property.
5861 (term-default-fg-color): Set to nil by default, deprecate in favor
5862 of `term-face'.
5863 (term-default-bg-color): Set to nil by default, deprecate in favor
5864 of `term-face'.
5865 (term-current-face): Use `term-face' by default.
5866 (term-bold-attribute): Variable deleted.
5867
5868 2012-06-28 Glenn Morris <rgm@gnu.org>
5869
5870 * simple.el (completion-list-mode-finish):
5871 Don't use toggle-read-only. (Since completion-list-mode has
5872 a special mode-class, it wasn't doing anything extra anyway.)
5873
5874 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 Make inlining of other-mode interpreted functions work (bug#11799).
5877 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5878 (byte-compile): Use it to fix compilation of lexical-binding closures.
5879 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5880 function, if needed.
5881
5882 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * help-mode.el (help-make-xrefs): Don't just withstand
5885 cyclic-variable-indirection but any error in documentation-property.
5886
5887 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5888 memory use.
5889 * bindings.el (bindings--define-key): New function.
5890 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5891 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5892 * bindings.el: Use it to purecopy define-key bindings.
5893
5894 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5895
5896 * emacs-lisp/cl.el (flet): Mark obsolete.
5897 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5898 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5899 * progmodes/js.el (js-c-fill-paragraph):
5900 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5901 (ebrowse-switch-member-buffer-to-derived-class):
5902 * play/5x5.el (5x5-solver): Use cl-flet.
5903
5904 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5905 (cl--symbol-function): New macro.
5906 (cl--letf, cl--letf*): Use it.
5907
5908 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5909 Strip "toggle-" if any.
5910
5911 2012-06-27 Glenn Morris <rgm@gnu.org>
5912
5913 * info.el (Info-default-directory-list): Move here from paths.el.
5914 * paths.el: Remove file, which is now empty.
5915 * loadup.el: No longer load "paths".
5916
5917 * custom.el (custom-initialize-delay): Doc fix.
5918
5919 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5920 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5921 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5922 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5923 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5924 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5925 * eshell/eshell.el (eshell-defgroup): Remove alias.
5926
5927 2012-06-27 Chong Yidong <cyd@gnu.org>
5928
5929 * help.el (help-enable-auto-load): New variable.
5930
5931 * help-fns.el (help-fns--autoloaded-p): New function.
5932 (describe-function-1): Refer to a function as "autoloaded" if it
5933 was autoloaded at any time in the past. Perform autoloading if
5934 help-enable-auto-load is non-nil.
5935
5936 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5937
5938 * makefile.w32-in (compile, compile-always): Depend on
5939 update-subdirs, not on subdirs.el. Otherwise, several different
5940 sub-targets of 'bootstrap' running in parallel could
5941 simultaneously write to subdirs.el, producing a garbled file.
5942
5943 2012-06-26 Sam Steingold <sds@gnu.org>
5944
5945 * files.el (file-name-base): New convenience function.
5946 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5947 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5948 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5949 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5950 * textmodes/ispell.el, textmodes/reftex-ref.el:
5951 * textmodes/tex-mode.el: Use it.
5952 Did not touch cedet and org because they are maintained elsewhere.
5953
5954 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5955
5956 * calendar/calendar.el (calendar-exit): Don't try to delete or
5957 iconify last frame. See:
5958 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5959
5960 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5961
5962 * server.el (server-process-filter): Remember dir in the
5963 process's `server-client-directory' properties.
5964
5965 2012-06-24 Chong Yidong <cyd@gnu.org>
5966
5967 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5968 non-tag text.
5969
5970 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5971
5972 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5973
5974 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * help-fns.el (describe-variable): Don't croak when doc is not found.
5977 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5978 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5979 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5980 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5981 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5982 ((lambda ..) ..).
5983 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5984
5985 2012-06-23 Chong Yidong <cyd@gnu.org>
5986
5987 * info.el (Info-mouse-follow-link): Accept symbol values of
5988 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5989 (Info-fontify-node): Use Info-link-keymap for all navigation
5990 buttons, with link-args property to perform the desired action.
5991 (Info-link-keymap): Doc fix.
5992 (Info-next-link-keymap, Info-prev-link-keymap)
5993 (Info-up-link-keymap): Delete now-unused keymaps.
5994
5995 2012-06-23 Chong Yidong <cyd@gnu.org>
5996
5997 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5998
5999 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
6000 system abbrevs.
6001
6002 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
6003
6004 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
6007 (bug#11719).
6008
6009 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
6010 the requote function doesn't work properly (bug#11714).
6011
6012 2012-06-23 Glenn Morris <rgm@gnu.org>
6013
6014 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
6015
6016 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 Further GV/CL cleanups.
6019 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
6020 gv-expander.
6021 (gv--defun-declaration): New function.
6022 (defun-declarations-alist): Use it.
6023 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
6024 (gv-place): Autoload.
6025 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
6026 original definition of dotimes and dolist.
6027 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
6028 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
6029 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
6030 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6031 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
6032 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
6033 to the function's definition.
6034 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
6035 * window.el:
6036 * files.el:
6037 * faces.el:
6038 * env.el: Don't use CL.
6039
6040 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
6041
6042 Support higher-resolution time stamps (Bug#9000).
6043
6044 * calendar/time-date.el (with-decoded-time-value): New arg
6045 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
6046 (encode-time-value): New optional arg PICO. New type 3.
6047 (time-to-seconds) [!float-time]: Support the new picoseconds
6048 component if it's used.
6049 (seconds-to-time, time-subtract, time-add):
6050 Support ps-resolution time stamps as well.
6051
6052 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
6053 (timerp): Timer vectors now have length 9, not 8.
6054 (timer--time): Support new-style (4-part) time stamps.
6055 (timer-next-integral-multiple-of-time): Time stamps now have
6056 picosecond resolution, so take a bit more care about rounding.
6057 (timer-relative-time, timer-inc-time): New optional arg psecs.
6058 (timer-set-time-with-usecs): Set psecs to 0.
6059 (timer--activate): Check psecs component, too.
6060
6061 * proced.el (proced-time-lessp): Support ps-resolution stamps.
6062
6063 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6064
6065 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
6066 Move the non-essential binding to the post/pre-command-hook where it is
6067 more obviously correct.
6068
6069 * subr.el (read-passwd): Don't use a history at all.
6070 * savehist.el (savehist-save): Remove password saved accidentally
6071 because of the above bug.
6072
6073 2012-06-22 Bastien Guerry <bzg@gnu.org>
6074
6075 * files.el (toggle-read-only): Display a message telling whether
6076 the buffer is read-only or not (bug#11726).
6077
6078 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * emacs-lisp/gv.el: New file.
6081 * subr.el (push, pop): Extend to generalized variables.
6082 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
6083 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
6084 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
6085 gv-define-simple-setter, and gv-define-expander.
6086 Remove setf-methods defined in gv. Rename cl-setf -> setf.
6087 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
6088 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
6089 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
6090 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
6091 gv-letplace.
6092 (cl-defstruct): Don't define setf-method any more.
6093 * emacs-lisp/cl.el (flet): Don't autoload.
6094 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
6095 (define-setf-expander, defsetf, define-modify-macro)
6096 (cl-struct-setf-expander): Move from cl-lib.el.
6097 * emacs-lisp/syntax.el:
6098 * emacs-lisp/ewoc.el:
6099 * emacs-lisp/smie.el:
6100 * emacs-lisp/cconv.el:
6101 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
6102 (timer--time): Use gv-define-simple-setter.
6103 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
6104 to avoid coding-system problems in subr.el. Adjust all users.
6105 (macroexp--maxsize, macroexp-small-p): New functions.
6106 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
6107 * scroll-bar.el (scroll-bar-mode):
6108 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6109 (normal-erase-is-backspace-mode): Don't use the `eq' place.
6110 * winner.el (winner-configuration, winner-make-point-alist)
6111 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
6112 * files.el (locate-file-completion-table): Avoid list*.
6113
6114 2012-06-22 Chong Yidong <cyd@gnu.org>
6115
6116 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
6117 (dired-create-files): Doc fix (Bug#11329).
6118 (dired-do-copy): Doc fix (Bug#11334).
6119 (dired-mark-read-string): Doc fix (Bug#11553).
6120
6121 * dired.el (dired-recursive-copies, dired-recursive-deletes):
6122 Doc fix (Bug#11326).
6123 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
6124 (dired-dwim-target): Doc fix.
6125
6126 * wdired.el (wdired-mode): Doc fix.
6127
6128 2012-06-22 Glenn Morris <rgm@gnu.org>
6129
6130 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
6131 (pcmpl-rpm-cache-stamp-file): New constant.
6132 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
6133 (pcmpl-rpm-packages): Optionally cache list of packages.
6134
6135 * pcmpl-rpm.el (pcmpl-rpm): New group.
6136 (pcmpl-rpm-query-options): New option.
6137 (pcmpl-rpm-packages): No need to inline it.
6138 Use pcmpl-rpm-query-options.
6139
6140 * calendar/calendar.el (calendar-in-read-only-buffer):
6141 Avoid some needless mode changes.
6142
6143 2012-06-21 Chong Yidong <cyd@gnu.org>
6144
6145 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
6146 (desktop-path): Remove . from the default value (Bug#10977).
6147 (desktop-read): Use user-emacs-directory if desktop-path is nil.
6148
6149 2012-06-20 Chong Yidong <cyd@gnu.org>
6150
6151 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
6152
6153 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
6154
6155 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
6156 (bug#11201).
6157
6158 2012-06-20 Chong Yidong <cyd@gnu.org>
6159
6160 * term.el (term-window-width): Handle the case of a missing right
6161 fringe (Bug#8837).
6162 (term-check-size): Use window-text-height (Bug#5445).
6163 (term-mode): Use define-derived-mode. Minor cleanups.
6164 Set font-lock-defaults (Bug#7692).
6165 (term-move-columns, term-insert-char, term-emulate-terminal)
6166 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
6167
6168 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
6169
6170 * net/ange-ftp.el (ange-ftp-get-passwd):
6171 Bind `enable-recursive-minibuffers'.
6172 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
6173
6174 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
6175
6176 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
6177
6178 2012-06-19 Glenn Morris <rgm@gnu.org>
6179
6180 * progmodes/python.el (python-mode): Derive from prog-mode.
6181
6182 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
6183
6184 * emulation/edt.el (edt-default-menu-bar-update-buffers)
6185 (edt-user-menu-bar-update-buffers): New functions.
6186 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
6187
6188 2012-06-19 Chong Yidong <cyd@gnu.org>
6189
6190 * subr.el (with-selected-window): Preserve the selected window's
6191 terminal's top-frame (Bug#4702).
6192
6193 * window.el (save-selected-window): Likewise.
6194
6195 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * progmodes/python.el (python-rx-constituents): Move backquote.
6198 (python-skeleton-define, python-define-auxiliary-skeleton):
6199 Use `declare'.
6200
6201 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
6202
6203 * minibuffer.el (read-file-name-default): Revert the patch from
6204 2012-06-17.
6205
6206 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
6209 (pcase--u1, pcase--q1): Don't use apply-partially.
6210
6211 2012-06-18 Glenn Morris <rgm@gnu.org>
6212
6213 * progmodes/python.el (python-proc, python-buffer)
6214 (python-send-receive, python-send-string): Fix obsolete versions.
6215
6216 2012-06-18 Martin Rudalics <rudalics@gmx.at>
6217
6218 * window.el (special-display-p): Completely remove stringp
6219 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
6220
6221 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
6222
6223 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
6224
6225 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
6226
6227 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
6228 * net/tramp-sh.el (tramp-maybe-open-connection):
6229 Throw if `non-essential' is non-nil.
6230
6231 2012-06-17 Martin Rudalics <rudalics@gmx.at>
6232
6233 * window.el (special-display-p): Signal an error if BUFFER-NAME
6234 is not a string (Bug#11713).
6235
6236 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
6237
6238 * progmodes/python.el (python-info-beginning-of-backslash):
6239 Rename from python-info-beginning-of-backlash, as a spelling fix.
6240
6241 2012-06-17 Chong Yidong <cyd@gnu.org>
6242
6243 * term.el (term-emulate-terminal): If term-check-size is called,
6244 move point to the process mark without resetting point (Bug#4635).
6245
6246 2012-06-17 Glenn Morris <rgm@gnu.org>
6247
6248 * international/mule-cmds.el (mule-menu-keymap)
6249 (set-language-environment, set-locale-environment): Doc tweaks.
6250
6251 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
6252
6253 * cus-face.el (custom-face-attributes): Add wave-style underline
6254 attribute.
6255 * faces.el (set-face-attribute): Update docstring to describe
6256 wave-style underline attribute.
6257
6258 2012-06-16 Chong Yidong <cyd@gnu.org>
6259
6260 * term/xterm.el (terminal-init-xterm): Discard input before
6261 querying background mode (Bug#10959).
6262
6263 2012-06-16 Stefan Merten <smerten@oekonux.de>
6264
6265 * textmodes/rst.el: Added and corrected some comments.
6266 (rst-re-alist-def): Improve symbol syntax.
6267 (rst-mode-syntax-table): Correct syntax entries.
6268 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6269 (rst-official-version, rst-official-cvs-rev): Update version
6270 information.
6271
6272 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
6273
6274 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
6275 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
6276
6277 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
6278
6279 * progmodes/python.el: New python.el merge.
6280 (python-guess-indent): Obsolete var.
6281 (python-indent-guess-indent-offset): New defcustom.
6282 (python-indent): Obsolete var.
6283 (python-indent-offset): New defcustom.
6284 (python-python-command, python-jython-command): Delete var.
6285 (python-shell-interpreter): New defcustom.
6286 (python-pdbtrack-do-tracking-p): Delete var.
6287 (python-pdbtrack-activate): New defcustom.
6288 (python-use-skeletons): Obsolete var.
6289 (python-skeleton-autoinsert): New defcustom.
6290 (inferior-python-filter-regexp, python-continuation-offset)
6291 (python-honour-comment-indentation, python-indent-string-contents)
6292 (python-jython-packages, python-mode-hook)
6293 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
6294 (python-shell-prompt-alist)
6295 (python-source-modes): Delete defcustoms.
6296 (python-check-buffer-name, python-eldoc-setup-code)
6297 (python-eldoc-string-code, python-ffap-setup-code)
6298 (python-ffap-string-code, python-fill-comment-function)
6299 (python-fill-decorator-function, python-fill-paren-function)
6300 (python-fill-string-function, python-imenu-include-defun-type)
6301 (python-imenu-make-tree, python-imenu-subtree-root-label)
6302 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
6303 (python-shell-compilation-regexp-alist)
6304 (python-shell-completion-module-string-code)
6305 (python-shell-completion-pdb-string-code)
6306 (python-shell-completion-setup-code)
6307 (python-shell-completion-string-code)
6308 (python-shell-enable-font-lock, python-shell-exec-path)
6309 (python-shell-extra-pythonpaths)
6310 (python-shell-internal-buffer-name, python-shell-interpreter-args)
6311 (python-shell-process-environment)
6312 (python-shell-prompt-block-regexp)
6313 (python-shell-prompt-output-regexp)
6314 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
6315 (python-shell-send-setup-max-wait, python-shell-setup-codes)
6316 (python-shell-virtualenv-path): New defcustoms.
6317 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
6318 (inferior-python-mode-syntax-table, python--prompt-regexp)
6319 (python-buffer, python-command python-python-command)
6320 (python-default-template, python-imports, python-indent-index)
6321 (python-indent-list, python-indent-list-length)
6322 (python-mode-running, python-pdbtrack-is-tracking-p)
6323 (python-preoutput-continuation, python-preoutput-leftover)
6324 (python-preoutput-result, python-preoutput-skip-next-prompt)
6325 (python-prev-dir/file, python-recursing)
6326 (python-saved-check-command, python-version-checked)
6327 (python-which-func-length-limit)
6328 (view-return-to-alist): Delete vars.
6329 (python-check-custom-command, python-dotty-syntax-table)
6330 (python-imenu-index-alist, python-indent-current-level)
6331 (python-indent-dedenters, python-indent-levels)
6332 (python-nav-beginning-of-defun-regexp)
6333 (python-nav-list-defun-positions-cache)
6334 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
6335 (python-shell-internal-buffer)
6336 (python-skeleton-available): New vars.
6337 (def-python-skeleton): Delete macro.
6338 (python-skeleton-define): New macro.
6339 (python-define-auxiliary-skeleton, python-rx): New macros.
6340 (python-insert-class): Delete command.
6341 (python-skeleton-class): New command.
6342 (python-insert-def): Delete command.
6343 (python-skeleton-def): New command.
6344 (python-insert-for): Delete command.
6345 (python-skeleton-for): New command.
6346 (python-insert-if): Delete command.
6347 (python-skeleton-if): New command.
6348 (python-insert-try/except, python-insert-try/finally): Delete commands.
6349 (python-skeleton-try): New command.
6350 (python-insert-while): Delete command.
6351 (python-skeleton-while): New command.
6352 (python-backspace): Delete command.
6353 (python-indent-dedent-line-backspace): New command.
6354 (python-electric-colon): Delete command.
6355 (python-indent-electric-colon): New command.
6356 (python-guess-indent): Delete command.
6357 (python-indent-guess-indent-offset): New command.
6358 (python-shift-left): Delete command.
6359 (python-indent-shift-left): New command.
6360 (python-shift-right): Delete command.
6361 (python-indent-shift-right): New command.
6362 (python-find-function): Delete command.
6363 (python-nav-jump-to-defun): New command.
6364 (python-next-statement): Delete command.
6365 (python-nav-forward-sentence): New command.
6366 (python-previous-statement): Delete command.
6367 (python-nav-backward-sentence): New command.
6368 (python-fill-paragraph): Delete command.
6369 (python-fill-paragraph-function): New command.
6370 (python-send-buffer): Delete command.
6371 (python-shell-send-buffer): New command.
6372 (python-send-defun): Delete command.
6373 (python-shell-send-defun): New command.
6374 (python-send-region, python-send-region-and-go): Delete commands.
6375 (python-shell-send-region)
6376 (python-shell-switch-to-shell): New commands.
6377 (python-send-string): Delete command.
6378 (python-shell-send-string): New command.
6379 (python-switch-to-python): Delete command.
6380 (python-shell-switch-to-shell): New command.
6381 (python-describe-symbol): Delete command.
6382 (python-eldoc-at-point): New command.
6383 (python--set-prompt-regexp, python-args-to-list)
6384 (python-after-info-look, python-check-version)
6385 (python-check-comint-prompt, python-find-imports)
6386 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
6387 (python-unload-function, python-expand-template)
6388 (python-maybe-jython, python-preoutput-filter)
6389 (python-pdbtrack-get-source-buffer)
6390 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
6391 (python-pdbtrack-toggle-stack-tracking)
6392 (python-pdbtrack-track-stack-file, python-initial-text)
6393 (python-first-word, python-comment-line-p, python-send-command)
6394 (python-setup-brm, python-sentinel, python-set-proc)
6395 (python-skip-out, python-input-filter, python-outdent-p)
6396 (python-outline-level, python-backslash-continuation-line-p)
6397 (python-end-of-block, python-end-of-statement, python-mark-block)
6398 (python-beginning-of-block, python-beginning-of-statement)
6399 (python-blank-line-p, python-beginning-of-string)
6400 (python-open-block-statement-p): Delete functions.
6401 (python-indent-line, python-indent-line-1): Delete functions.
6402 (python-indent-line): New function.
6403 (python-indentation-levels): Delete function.
6404 (python-indent-calculate-levels): New function.
6405 (python-proc): Delete function.
6406 (python-shell-get-process): New function.
6407 (python-send-receive): Delete function.
6408 (python-shell-send-string-no-output): New function.
6409 (python-module-path): Delete function.
6410 (python-ffap-module-path): New function.
6411 (python-completion-at-point)
6412 (python-symbol-completions): Delete functions.
6413 (python-completion-complete-at-point): New function.
6414 (python-load-file): Delete function.
6415 (python-shell-send-file): New function.
6416 (python-calculate-indentation): Delete function.
6417 (python-indent-calculate-indentation): New function.
6418 (python-skip-comments/blanks): Delete function.
6419 (python-util-forward-comment): New function.
6420 (python-continuation-line-p): Delete function.
6421 (python-info-continuation-line-p): New function.
6422 (python-which-func, python-current-defun): Delete function.
6423 (python-info-current-defun): New function.
6424 (python-beginning-of-defun): Delete function.
6425 (python-nav-beginning-of-defun): New function.
6426 (python-close-block-statement-p)
6427 (python-block-end-p): Delete function.
6428 (python-info-closing-block): New function.
6429 (python-comint-output-filter-function)
6430 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
6431 (python-fill-comment, python-fill-decorator, python-fill-paren)
6432 (python-fill-string, python-imenu-make-element-tree)
6433 (python-imenu-make-tree, python-imenu-tree-assoc)
6434 (python-indent-context, python-indent-dedent-line)
6435 (python-indent-line-function)
6436 (python-indent-post-self-insert-function)
6437 (python-indent-toggle-levels)
6438 (python-info-assignment-continuation-line-p)
6439 (python-info-beginning-of-backlash)
6440 (python-info-block-continuation-line-p)
6441 (python-info-closing-block-message)
6442 (python-info-line-ends-backslash-p)
6443 (python-info-looking-at-beginning-of-defun)
6444 (python-info-ppss-context, python-info-ppss-context-type)
6445 (python-nav-list-defun-positions, python-nav-read-defun)
6446 (python-nav-sentence-end, python-nav-sentence-start)
6447 (python-pdbtrack-comint-output-filter-function)
6448 (python-pdbtrack-set-tracked-buffer)
6449 (python-shell-calculate-exec-path)
6450 (python-shell-calculate-process-environment)
6451 (python-shell-completion--do-completion-at-point)
6452 (python-shell-completion--get-completions)
6453 (python-shell-completion-complete-at-point)
6454 (python-shell-completion-complete-or-indent)
6455 (python-shell-get-or-create-process)
6456 (python-shell-get-process-name)
6457 (python-shell-internal-get-or-create-process)
6458 (python-shell-internal-get-process-name)
6459 (python-shell-internal-send-string, python-shell-make-comint)
6460 (python-shell-parse-command, python-shell-send-setup-code)
6461 (python-skeleton-add-menu-items)
6462 (python-util-clone-local-variables, python-util-position)
6463 (run-python-internal, python-indentation-levels)
6464 (python-nav-beginning-of-defun)
6465 (python-completion-complete-at-point): New functions.
6466 (run-python): Change arguments. New API requirements.
6467
6468 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
6471 (bug#11649).
6472
6473 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
6474 (macroexp--expand-all): Use it.
6475
6476 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
6477 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
6478 Use `cl-function' instead.
6479
6480 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
6481
6482 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
6483 Suggested by Stefan Monnier while discussing bug#11657.
6484
6485 2012-06-14 Sam Steingold <sds@gnu.org>
6486
6487 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
6488
6489 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
6490
6491 * play/doctor.el (doctor-doc): Remove parameter and use
6492 doctor-sent instead of sent.
6493 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
6494
6495 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6496
6497 * files.el: Require cl-lib.
6498 (file-name-non-special): Replace case -> cl-case.
6499
6500 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
6501
6502 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
6503 mapping from #' to function*.
6504
6505 2012-06-13 Chong Yidong <cyd@gnu.org>
6506
6507 * mouse.el (mouse-drag-track): Do not set the mark if the user
6508 releases the mouse without selecting anything (Bug#11588).
6509
6510 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6511
6512 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
6513 as well (bug#11646).
6514
6515 * loadup.el: Count byte-code functions as well.
6516
6517 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
6518 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
6519
6520 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
6521 (bug#11649). Add cl-defun and cl-defmacro.
6522
6523 2012-06-13 Drew Adams <drew.adams@oracle.com>
6524
6525 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6526 Fix last change.
6527
6528 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
6529
6530 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
6531 Otherwise, it blocks in batch mode.
6532
6533 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
6534
6535 * help-mode.el (bookmark-make-record-default): Declare.
6536
6537 2012-06-13 Chong Yidong <cyd@gnu.org>
6538
6539 * emacs-lisp/package.el (list-packages): Compute a list of
6540 packages that are newly-available since the last list-packages
6541 invocation.
6542 (package-menu--new-package-list): New var.
6543 (package-menu--generate, package-menu--print-info)
6544 (package-menu--status-predicate, package-menu-mark-install):
6545 Handle new status label "new".
6546
6547 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6548
6549 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
6550 conversion to backquotes.
6551
6552 2012-06-12 Chong Yidong <cyd@gnu.org>
6553
6554 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
6555 Rename from gud-inhibit-global-bindings.
6556
6557 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
6558
6559 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
6560 hook from nxml-glyph-set-hook.
6561
6562 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
6563 declaration.
6564
6565 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
6566
6567 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
6568 Convert to defcustom.
6569
6570 2012-06-12 Drew Adams <drew.adams@oracle.com>
6571
6572 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
6573 New functions.
6574 (help-mode): Use them.
6575
6576 2012-06-11 Glenn Morris <rgm@gnu.org>
6577
6578 * progmodes/fortran.el (fortran-font-lock-keywords-3):
6579 Use preprocessor face for directives.
6580 (fortran-directive-re): Doc fix.
6581
6582 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
6585 conversion to backquotes (bug#11652).
6586
6587 Fix compiler-expansion of CL's cXXr functions (bug#11673).
6588 * emacs-lisp/cl-lib.el (cl--defalias): New function.
6589 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
6590 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
6591 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
6592 (cl-ninth, cl-tenth): Mark them as inlinable.
6593 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
6594 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
6595 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
6596 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
6597 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
6598 (cl-list*, cl-adjoin): Don't put an autoload manually.
6599 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
6600 (cl--compiler-macro-list*): Add autoload cookie.
6601 (cl--compiler-macro-cXXr): New function.
6602
6603 * help-fns.el (help-fns--compiler-macro): New function extracted from
6604 describe-function-1; follow aliases and use `compiler-macro' property.
6605 (describe-function-1): Use it.
6606
6607 2012-06-11 Chong Yidong <cyd@gnu.org>
6608
6609 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
6610 is uninstalled, if imagemagick is installed.
6611
6612 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * emacs-lisp/cl-lib.el: Use lexical-binding.
6615 (cl-map-extents, cl-maclisp-member): Remove.
6616 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
6617 (cl--set-substring, cl--block-wrapper, cl--block-throw)
6618 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
6619 * emacs-lisp/cl-extra.el: Use lexical-binding.
6620 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
6621 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
6622 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
6623 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
6624 * emacs-lisp/cl-seq.el: Use lexical-binding.
6625 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
6626 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
6627 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
6628 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
6629 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
6630 CL's internals.
6631
6632 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
6633
6634 Sync with Tramp 2.2.6-pre.
6635
6636 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
6637 `print-length' and `print-level' to nil, in order to avoid
6638 truncation. Reported by Christopher Schmidt
6639 <christopher@ristopher.com>.
6640
6641 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
6642
6643 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
6644 New defmacro.
6645 (tramp-compat-copy-directory): Add optional argument
6646 COPY-CONTENTS. It is not handled yet.
6647
6648 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
6649 (tramp-ftp-file-name-p): Simplify.
6650
6651 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
6652 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
6653 connection vector.
6654
6655 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
6656 (tramp-methods): Do not use `tramp-password-end-of-line'.
6657 (tramp-completion-function-alist-putty): Handle UNIX case.
6658 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
6659 (tramp-do-file-attributes-with-stat)
6660 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
6661 gid as real numbers. They could run out of integer range on cygwin.
6662 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
6663 (tramp-sh-handle-expand-file-name): Handle hops.
6664 (tramp-open-connection-setup-interactive-shell):
6665 Use `tramp-cleanup'. Move check for busyboxes ...
6666 (tramp-find-shell): ... here. Simplify implementation.
6667 Set "remote-shell" property also for alternative shells.
6668 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
6669 If failing, a regular file would be written otherwise.
6670 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
6671 (tramp-find-inline-encoding): Cache the coding commands in the
6672 process cache. Apply test command on the remote side, if defined.
6673 (tramp-find-inline-compress): Cache the compress commands in the
6674 process cache.
6675 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
6676 when requested. Handle hops.
6677 (tramp-current-connection): New defvar.
6678 (tramp-maybe-open-connection): Use `tramp-cleanup'.
6679 Throw `suppress', if there was a failed connection shortly before.
6680 Handle user interrupt. (Bug#10187)
6681 (tramp-get-inline-compress, tramp-get-inline-coding):
6682 Read connection properties from the process cache.
6683
6684 * net/tramp-smb.el (tramp-smb-server-version)
6685 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
6686 New defconsts.
6687 (tramp-smb-prompt): Extend for powershell prompt.
6688 (tramp-smb-file-name-handler-alist): Add handlers for
6689 `process-file', `shell-command' and `start-file-process'.
6690 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
6691 (tramp-smb-winexe-shell-command-switch): New defcustoms.
6692 (tramp-smb-file-name-p): Simplify.
6693 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
6694 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
6695 (tramp-smb-shell-quote-argument): New defuns.
6696 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
6697 Implement using "tar". By this, time-stamps are preserved.
6698 (tramp-smb-handle-copy-file): Handle also the case of directories.
6699 (tramp-smb-do-file-attributes-with-stat)
6700 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
6701 Use `tramp-get-connection-buffer').
6702 (tramp-smb-handle-rename-file): Use "rename", when source and
6703 target are on the same share.
6704 (tramp-smb-maybe-open-connection): Handle wrong passwords.
6705 Use `tramp-smb-server-version'.
6706 (tramp-smb-wait-for-output): Remove prompt.
6707
6708 * net/tramp.el (top): Require 'cl.
6709 (tramp-methods, tramp-rsh-end-of-line):
6710 Remove `tramp-password-end-of-line' from docstring.
6711 (tramp-save-ad-hoc-proxies): New defcustom.
6712 (tramp-completion-function-alist): Adapt docstring.
6713 (tramp-default-password-end-of-line): Remove defcustom.
6714 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
6715 (tramp-user-regexp, tramp-file-name-regexp-unified)
6716 (tramp-file-name-regexp-url): Extend regexp by hop separator.
6717 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
6718 (tramp-remote-file-name-spec-regexp): New defconst.
6719 (tramp-file-name-structure): Extend structure for hops.
6720 (tramp-get-method-parameter): Move up.
6721 (tramp-file-name-p, tramp-dissect-file-name)
6722 (with-parsed-tramp-file-name): Handle hops.
6723 (tramp-file-name-hop): New defun.
6724 (tramp-make-tramp-file-name): New optional arg HOP.
6725 (tramp-message-show-progress-reporter-message): New defvar.
6726 (tramp-with-progress-reporter): Use it. We cannot use
6727 `tramp-message-show-message' here, because this suppresses also
6728 error buffers.
6729 (tramp-error-with-buffer): Suppress buffer view, if
6730 `tramp-message-show-message' is nil.
6731 Use `tramp-get-connection-buffer'.
6732 (tramp-cleanup): New defun.
6733 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
6734 (tramp-file-name-handler): If `debug-on-error' is set, propagate
6735 an error unchanged.
6736 (tramp-completion-handle-file-name-all-completions): Handle hops.
6737 Fix an error when called from ido.
6738 (tramp-completion-dissect-file-name): Use better local variable
6739 name. Add hop to the vector.
6740 (tramp-handle-insert-file-contents): Use progress-reporter for the
6741 whole scenario.
6742 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
6743 to `t'.
6744 (tramp-check-for-regexp): Simplify search.
6745 (tramp-enter-password): Remove it. Move implementation ...
6746 (tramp-action-password): ... here.
6747 (tramp-mode-string-to-int, tramp-local-host-p)
6748 (tramp-make-tramp-temp-file, tramp-read-passwd)
6749 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
6750 Set tramp-autoload cookie.
6751
6752 * net/trampver.el: Update release number.
6753
6754 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6755 Michael Albinus <michael.albinus@gmx.de>
6756
6757 * net/tramp.el (tramp-set-completion-function): Fix docstring.
6758 (tramp-parse-group, tramp-parse-file)
6759 (tramp-parse-shostkeys-sknownhosts): New defuns.
6760 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
6761 (tramp-parse-shosts-group, tramp-parse-sconfig)
6762 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
6763 (tramp-parse-sknownhosts, tramp-parse-hosts)
6764 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
6765 Use them.
6766 (tramp-parse-passwd-group, tramp-parse-netrc-group)
6767 (tramp-parse-putty-group): Don't narrow.
6768 (tramp-parse-putty): Make a loop.
6769 (tramp-file-name-handler): Catch the `suppress' signal.
6770
6771 2012-06-11 Chong Yidong <cyd@gnu.org>
6772
6773 * image.el (imagemagick-register-types): Put the ImageMagick entry
6774 at the end of image-type-file-name-regexps.
6775
6776 2012-06-11 Johan Bockgård <bojohan@gnu.org>
6777
6778 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
6779 (pcase, pcase-let*, pcase-dolist): Use them.
6780
6781 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * emacs-lisp/pcase.el (pcase--let*): New function.
6784 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
6785 (pcase--expand): Use macroexp-let².
6786
6787 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
6790 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
6791 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
6792 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
6793 * emacs-lisp/derived.el: Use pcase instead of `cl'.
6794 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
6795
6796 2012-06-10 Glenn Morris <rgm@gnu.org>
6797
6798 * mail/rmail.el (rmail-yank-current-message): Leave point at
6799 correct position. (Bug#11660)
6800
6801 2012-06-10 Chong Yidong <cyd@gnu.org>
6802
6803 * allout-widgets.el: Fix code header.
6804
6805 2012-06-10 Chong Yidong <cyd@gnu.org>
6806
6807 * cus-edit.el (customize-changed-options-previous-release):
6808 Bump to 24.1.
6809
6810 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
6811
6812 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
6813
6814 2012-06-09 Chong Yidong <cyd@gnu.org>
6815
6816 * ebuff-menu.el (electric-buffer-list): Preserve header line.
6817
6818 2012-06-09 Martin Rudalics <rudalics@gmx.at>
6819
6820 * window.el (special-display-popup-frame): Don't use
6821 window--display-buffer (Bug#11651).
6822
6823 2012-06-09 Eli Zaretskii <eliz@gnu.org>
6824
6825 Fix parallel builds: make sure loaddefs.el is not being written
6826 while Lisp files are compiled.
6827 (compile): Don't depend on 'mh-autoloads'.
6828 (compile-CMD, compile-SH): Depend on 'autoloads'.
6829 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
6830
6831 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
6832
6833 2012-06-09 Chong Yidong <cyd@gnu.org>
6834
6835 * face-remap.el (face-remap-add-relative, face-remap-set-base)
6836 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
6837 Doc fixes (Bug#11225).
6838
6839 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
6842 a function if there's a clear indication that it has a compiler-macro.
6843 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
6844 (macro-declarations-alist): Add arglist to declaration functions.
6845 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
6846 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
6847 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
6848 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
6849 Also add autoload to find the compiler macro.
6850 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
6851 (cl--compiler-macro-member, cl--compiler-macro-assoc)
6852 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
6853 (cl--compiler-macro-get): New functions, replacing calls to
6854 cl-define-compiler-macro.
6855 (cl-typep) [compiler-macro]: Use macroexp-let².
6856
6857 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6858
6859 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
6860 string properly, fixes Bug#11473.
6861
6862 2012-06-08 Chong Yidong <cyd@gnu.org>
6863
6864 * faces.el (set-face-attribute): Doc fix.
6865 (modify-face): Don't use :bold and :italic.
6866 (error, warning, success): Tweak definitions.
6867
6868 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
6869 (custom-modified, custom-set, custom-changed, custom-themed)
6870 (custom-saved, custom-button, custom-button-mouse)
6871 (custom-button-pressed, custom-state, custom-comment-tag)
6872 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6873 (custom-group-subtitle): Use new-style face specs.
6874 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6875 (custom-set-face, custom-changed-face, custom-saved-face)
6876 (custom-button-face, custom-button-pressed-face)
6877 (custom-documentation-face, custom-state-face)
6878 (custom-comment-face, custom-comment-tag-face)
6879 (custom-variable-tag-face, custom-variable-button-face)
6880 (custom-face-tag-face, custom-group-tag-face-1)
6881 (custom-group-tag-face): Remove obsolete face alias.
6882
6883 * epa.el (epa-validity-high, epa-validity-medium)
6884 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6885 (epa-field-name, epa-field-body):
6886 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6887 (font-lock-keyword-face, font-lock-builtin-face)
6888 (font-lock-function-name-face, font-lock-variable-name-face)
6889 (font-lock-type-face, font-lock-constant-face):
6890 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6891 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6892 * speedbar.el (speedbar-button-face, speedbar-file-face)
6893 (speedbar-directory-face, speedbar-tag-face)
6894 (speedbar-selected-face, speedbar-highlight-face)
6895 (speedbar-separator-face):
6896 * whitespace.el (whitespace-newline, whitespace-space)
6897 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6898 (whitespace-line, whitespace-space-before-tab)
6899 (whitespace-space-after-tab, whitespace-indentation)
6900 (whitespace-empty):
6901 * emulation/cua-base.el (cua-global-mark):
6902 * eshell/em-prompt.el (eshell-prompt):
6903 * net/newst-plainview.el (newsticker-new-item-face)
6904 (newsticker-old-item-face, newsticker-immortal-item-face)
6905 (newsticker-obsolete-item-face, newsticker-date-face)
6906 (newsticker-statistics-face, newsticker-default-face):
6907 * net/newst-reader.el (newsticker-feed-face)
6908 (newsticker-extra-face, newsticker-enclosure-face):
6909 * net/newst-treeview.el (newsticker-treeview-face)
6910 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6911 (newsticker-treeview-immortal-face)
6912 (newsticker-treeview-obsolete-face)
6913 (newsticker-treeview-selection-face):
6914 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6915 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6916 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6917 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6918 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6919 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6920 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6921 (mpuz-text):
6922 * progmodes/vera-mode.el (vera-font-lock-number)
6923 (vera-font-lock-function, vera-font-lock-interface):
6924 * textmodes/table.el (table-cell): Use new-style face specs, and
6925 don't use the old :bold and :italic attributes.
6926
6927 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6928 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6929 (ebrowse-member-class, ebrowse-progress): Likewise.
6930 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6931 (ebrowse-file-name-face, ebrowse-default-face)
6932 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6933 (ebrowse-progress-face): Remove obsolete faces.
6934
6935 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6936 Inherit from error and warning faces respectively.
6937
6938 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6939 Likewise.
6940 (flyspell-incorrect-face, flyspell-duplicate-face):
6941 Remove obsolete aliases.
6942
6943 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6944
6945 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6946 Avoid infloop.
6947
6948 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * startup.el (argv, argi): Make lexically scoped.
6951 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6952 * emacs-lisp/cl-macs.el: Use lexical-binding.
6953 Rename cl-bind-* to cl--bind-*.
6954 * files.el: Don't require `cl' since it doesn't use it.
6955 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6956
6957 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6958
6959 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6960 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6961 instead of calling external sort utility.
6962 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6963
6964 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6965
6966 * descr-text.el (describe-char): Mention how to insert the
6967 character, if the current input method doesn't support it.
6968 See the discussion in this thread for the details:
6969 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6970
6971 2012-06-08 Sam Steingold <sds@gnu.org>
6972
6973 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6974 XF86Back to previous-buffer.
6975 (minibuffer-local-map): Bind them to next-history-element and
6976 previous-history-element respectively.
6977 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6978 help-go-back respectively.
6979 * info.el (Info-mode-map): Bind them to Info-history-forward and
6980 Info-history-back respectively.
6981 These are the keys next to Up on the ThinkPad keyboard.
6982
6983 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6986 * emacs-lisp/cl-macs.el: Provide itself.
6987 (cl--labels-convert-cache): New var.
6988 (cl--labels-convert): New function.
6989 (cl-flet, cl-labels): New implementation with new semantics, relying on
6990 lexical-binding.
6991 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6992 (cl-closure-vars, cl--function-convert-cache)
6993 (cl--function-convert): Move from cl-macs.el.
6994 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6995 rename by removing the "cl-" prefix.
6996 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6997
6998 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6999
7000 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
7001 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
7002 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
7003 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
7004 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
7005 (cl-hash-table-count): Add old compatibility aliases.
7006
7007 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
7008 Use macroexpand-all-environment instead.
7009 (cl--old-macroexpand): New var.
7010 (cl--sm-macroexpand): New function.
7011 (cl-symbol-macrolet): Use it during macro expansion.
7012 (cl--function-convert-cache): New var.
7013 (cl--function-convert): New function, extracted from
7014 cl-macroexpand-all.
7015 (cl-lexical-let): Use it.
7016
7017 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
7018 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
7019 (cl-member): Remove old alias.
7020
7021 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
7022 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
7023 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
7024 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
7025 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
7026 (cl-macroexpand-cmacs): Remove var.
7027 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
7028 Use macroexpand-all instead.
7029
7030 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
7033 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
7034 (macroexp-copyable-p): New functions and macros.
7035 * emacs-lisp/edebug.el (edebug-unwrap):
7036 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
7037 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
7038 (pcase--let*): Remove.
7039 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
7040 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
7041 macroexp-const-p instead.
7042 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
7043
7044 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
7045 instead of "cl-" for internal definitions. Use macroexp-const-p.
7046 (cl-old-bc-file-form): Remove var.
7047 (cl-const-exprs-p): Remove fun.
7048 (cl-labels, cl-macrolet): Use backquote.
7049 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
7050 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
7051 (cl-define-setf-expander): Rename from cl-define-setf-method.
7052 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
7053
7054 * international/mule-cmds.el: Don't require CL.
7055 (view-hello-file): Don't use `letf'.
7056
7057 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * tmm.el (tmm-prompt): Use string-prefix-p.
7060 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
7061 (tmm-add-prompt): Use minibuffer-completion-help.
7062 (tmm-delete-map): Remove.
7063
7064 * subr.el (kbd): Make it its own function.
7065
7066 2012-06-07 Stefan Merten <smerten@oekonux.de>
7067
7068 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
7069 Silence compiler warnings. Fix versions.
7070 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7071 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
7072 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7073 (rst-package-emacs-version-alist): Correct Emacs version to
7074 represent major merge with upstream.
7075 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7076
7077 2012-06-06 Glenn Morris <rgm@gnu.org>
7078
7079 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
7080 Only print environment variables if set.
7081
7082 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
7085 (macroexp--cons): Rename from maybe-cons.
7086 (macroexp--accumulate): Rename from macroexp-accumulate.
7087 (macroexp--all-forms): Rename from macroexpand-all-forms.
7088 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
7089 (macroexp--expand-all): Rename from macroexpand-all-1.
7090
7091 2012-06-06 Sam Steingold <sds@gnu.org>
7092
7093 * calendar/calendar.el (calendar-in-read-only-buffer):
7094 Call `special-mode' to enable the standard read-only keybindings.
7095
7096 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
7099 with "loading" messages (bug#11635).
7100
7101 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
7102
7103 * files.el (enable-remote-dir-locals): New option.
7104 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
7105
7106 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
7107 Ensure, that the temp directory is local.
7108
7109 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
7110 `temporary-file-directory'.
7111
7112 * progmodes/python.el (python-send-region): Ensure, that the
7113 temporary file is created also in the remote case.
7114
7115 2012-06-06 Glenn Morris <rgm@gnu.org>
7116
7117 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
7118 (vc-rcs-update-changelog): Use it.
7119
7120 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
7121
7122 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
7123 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
7124 (vc-sccs-diff): Replace use of the external vcdiff script.
7125
7126 2012-06-05 Glenn Morris <rgm@gnu.org>
7127
7128 * ledit.el: Move to obsolete/.
7129
7130 2012-06-05 Sam Steingold <sds@gnu.org>
7131
7132 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
7133 patch (Bug#11140).
7134
7135 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * emacs-lisp/cust-print.el: Move to obsolete.
7138
7139 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
7140 compiler-macro expansion.
7141
7142 Add native compiler-macro support.
7143 * emacs-lisp/macroexp.el (macroexpand-all-1):
7144 Support compiler-macros directly. Properly follow aliases and apply
7145 the compiler macros more thoroughly.
7146 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
7147 macroexpand now properly follows aliases.
7148 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
7149 (cl-compiler-macroexpand): Use new prop.
7150 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
7151
7152 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
7153
7154 2012-06-05 Martin Rudalics <rudalics@gmx.at>
7155
7156 * window.el (get-lru-window, get-mru-window, get-largest-window):
7157 New argument NOT-SELECTED to avoid picking the selected window.
7158 (window--display-buffer-1, window--display-buffer-2): Replace by
7159 new function window--display-buffer
7160 (display-buffer-same-window, display-buffer-reuse-window)
7161 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
7162 Use window--display-buffer.
7163 (display-buffer-use-some-window): Remove temporary dedication
7164 hack by calling get-lru-window and get-largest-window with
7165 NOT-SELECTED argument non-nil. Call window--display-buffer.
7166
7167 2012-06-05 Glenn Morris <rgm@gnu.org>
7168
7169 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
7170 Replace external vcdiff script.
7171
7172 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
7175
7176 2012-06-04 Chong Yidong <cyd@gnu.org>
7177
7178 * image.el (imagemagick-types-inhibit): Revert last change.
7179 Add INFO and M.
7180 (imagemagick-enabled-types): Remove CIN and EPS*.
7181
7182 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * emacs-lisp/cl-lib.el: Rename from cl.el.
7185 * emacs-lisp/cl.el: New compatibility file.
7186 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
7187 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
7188 to obey the "cl-" prefix.
7189 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
7190
7191 2012-06-03 Glenn Morris <rgm@gnu.org>
7192
7193 * emacs-lisp/authors.el (authors-aliases): Addition.
7194
7195 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
7196 Fix :version.
7197
7198 2012-06-03 Stefan Merten <smerten@oekonux.de>
7199
7200 * textmodes/rst.el: Add comments.
7201 (rst-transition, rst-adornment): New faces.
7202 (rst-adornment-faces-alist): Make default safe to reevaluate.
7203 Fixes
7204 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
7205 Improve customization tags.
7206 (rst-define-level-faces): Clarify meaning.
7207
7208 2012-06-03 Chong Yidong <cyd@gnu.org>
7209
7210 * progmodes/compile.el (compilation-mode-line-fail)
7211 (compilation-mode-line-run, compilation-mode-line-exit):
7212 New faces.
7213 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
7214
7215 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
7216
7217 * progmodes/which-func.el (which-func-update-ediff-windows):
7218 New function. Use it in ediff-select-hook (Bug#11478).
7219
7220 2012-06-03 Chong Yidong <cyd@gnu.org>
7221
7222 * bindings.el: Remove explicit help text from format-mode-line.
7223 It is now supplied by mode-line-default-help-echo.
7224 (mode-line-front-space, mode-line-end-spaces)
7225 (mode-line-misc-info): New variables.
7226 (mode-line-modes, mode-line-position): Move the default value to
7227 the variable definition.
7228 (mode-line-default-help-echo): New defcustom.
7229 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
7230 (mode-line-modified-help-echo): New functions.
7231 (mode-line-mule-info, mode-line-modified): Use them.
7232 (mode-line-eol-desc, propertized-buffer-identification):
7233 Consistency fixes for help text.
7234 (mode-line-coding-system-map): Allow using mouse-3 to invoke
7235 set-buffer-file-coding-system (Bug#289).
7236 (mode-line-mule-info-help-echo): Update help text.
7237
7238 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7239
7240 * simple.el (execute-extended-command): Set real-this-command
7241 (bug#11506).
7242
7243 2012-06-02 Chong Yidong <cyd@gnu.org>
7244
7245 Remove incorrect uses of "modeline" in comments, docstrings, and
7246 function/variable names (Bug#10329).
7247
7248 * cus-edit.el (mode-line):
7249 * dframe.el (dframe-mouse-hscroll):
7250 * emacs-lisp/re-builder.el:
7251 * emacs-lisp/easy-mmode.el (define-minor-mode):
7252 * frame.el (set-frame-name):
7253 * help.el (lookup-minor-mode-from-indicator):
7254 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
7255 * progmodes/cc-cmds.el (c-toggle-auto-newline)
7256 (c-toggle-hungry-state):
7257 * progmodes/antlr-mode.el (antlr-language-alist):
7258 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
7259 * progmodes/vhdl-mode.el (vhdl-mode):
7260 * progmodes/which-func.el (which-func, which-func-cleanup-function):
7261 * term/ns-win.el (ns-face-at-pos):
7262 * term/sup-mouse.el (sup-mouse-report):
7263 * textmodes/flyspell.el (flyspell-mode-line-string):
7264 * textmodes/ispell.el (ispell-highlight-face):
7265 * textmodes/reftex-global.el:
7266 * vc/vc-arch.el (vc-arch-mode-line-string):
7267 * vc/vc-cvs.el (vc-cvs-mode-line-string):
7268 * vc/vc-git.el (vc-git-mode-line-string):
7269 * vc/vc-hooks.el (vc-display-status)
7270 (vc-default-mode-line-string):
7271 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
7272
7273 * ansi-color.el (ansi-color-faces-vector): Change default faces.
7274
7275 * dired.el (dired-sort-set-mode-line): Rename from
7276 dired-sort-set-modeline. All callers changed.
7277
7278 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
7279 eshell-status-in-modeline.
7280
7281 * foldout.el (foldout-mode-line-string): Rename from
7282 foldout-modeline-string. All callers changed.
7283 (foldout-update-mode-line): Rename from foldout-update-modeline.
7284
7285 * subr.el (redraw-modeline): Make into obsolete alias.
7286
7287 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
7288 timeclock-modeline-display. Make old name an alias.
7289 (timeclock-update-mode-line): Likewise. All callers changed.
7290 (timeclock-mode-line-display): No need to check before using
7291 add-hook.
7292 (timeclock-relative, timeclock-day-over-hook)
7293 (timeclock-use-elapsed, timeclock-mode-string)
7294 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
7295
7296 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
7297 crisp-mode-modeline-string.
7298
7299 * play/solitaire.el (solitaire-build-mode-line): Rename from
7300 solitaire-build-modeline. All callers changed.
7301
7302 * play/zone.el (zone-hiding-mode-line): Rename from
7303 zone-hiding-modeline. All callers changed.
7304 (zone): Remove unusued `modeline-hidden-level' property.
7305
7306 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
7307 xscheme-modeline-initialize. All callers changed.
7308
7309 * strokes.el (strokes-lighter): Rename from
7310 strokes-modeline-string.
7311
7312 * textmodes/sgml-mode.el (html-face-tag-alist)
7313 (html-tag-face-alist): Use mode-line face instead of obsolete
7314 alias modeline.
7315
7316 2012-06-02 Stefan Merten <smerten@oekonux.de>
7317
7318 * textmodes/rst.el: Always require `cl'.
7319 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
7320
7321 2012-06-02 Chong Yidong <cyd@gnu.org>
7322
7323 * image.el (imagemagick-enabled-types): Rename from
7324 imagemagick-types-enable. Add many more types.
7325 (imagemagick-types-inhibit): Change default to nil.
7326 (imagemagick-filter-types): Caller changed.
7327
7328 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * emacs-lisp/cl-macs.el: Use backquotes.
7331 (cl-transform-function-property): Use eval-and-compile rather than
7332 abusing `require'.
7333 (defstruct): Use declare-function instead of with-no-warnings.
7334
7335 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
7336 (byte-compile-output-docform): Re-add the print-circle bindings.
7337 (byte-compile-fix-header): Use #$ just because it's shorter.
7338 (byte-compile-output-file-form): Remove defun/defmacro.
7339
7340 2012-06-01 Martin Rudalics <rudalics@gmx.at>
7341
7342 * simple.el (choose-completion): Remove now obsolete binding for
7343 owindow.
7344
7345 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
7348 in order to avoid "Stack overflow in regexp matcher".
7349
7350 2012-05-31 Glenn Morris <rgm@gnu.org>
7351
7352 * image.el: For clarity, call imagemagick-register-types at
7353 top-level, rather than relying on a custom :initialize.
7354 (imagemagick-types-enable): New option. (Bug#11557)
7355 (imagemagick-filter-types): New function. (Bug#7406)
7356 (imagemagick-register-types): Use imagemagick-filter-types.
7357 If disabling support, remove elements altogether rather
7358 than using an impossible regexp.
7359 (imagemagick-types-inhibit): Give it the default init function.
7360
7361 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
7364 Handle arbitrary file name lengths (Bug#11585).
7365
7366 2012-05-31 Martin Rudalics <rudalics@gmx.at>
7367
7368 * desktop.el (desktop-read): Clear previous and next buffers for
7369 all windows and bury *Messages* buffer (bug#11556).
7370
7371 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7372
7373 Add `declare' for `defun'. Align `defmacro's with it.
7374 * emacs-lisp/easy-mmode.el (define-minor-mode)
7375 (define-globalized-minor-mode): Don't autoload the var definitions.
7376 * emacs-lisp/byte-run.el: Use lexical-binding.
7377 (defun-declarations-alist, macro-declarations-alist): New vars.
7378 (defmacro, defun): Use them.
7379 (make-obsolete, define-obsolete-function-alias)
7380 (make-obsolete-variable, define-obsolete-variable-alias):
7381 Use `declare'.
7382 (macro-declaration-function): Mark obsolete.
7383 * emacs-lisp/autoload.el: Use lexical-binding.
7384 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
7385
7386 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7387
7388 * textmodes/ispell.el (ispell-with-no-warnings):
7389 Define as a macro.
7390 (ispell-kill-ispell, ispell-change-dictionary):
7391 Use `called-interactively-p' for Emacs instead of obsolete
7392 `interactive-p'.
7393
7394 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7395
7396 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
7397 (macro-declaration-function): Move var from C code.
7398 (macro-declaration-function): Define function with defalias.
7399 * emacs-lisp/macroexp.el (macroexpand-all-1):
7400 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
7401 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
7402 defun/defmacro any more.
7403 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
7404 Provide fallback for unknown arglist.
7405 (byte-compile-arglist-warn): Change calling convention.
7406 (byte-compile-output-file-form): Move print-vars binding.
7407 (byte-compile-output-docform): Simplify accordingly.
7408 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
7409 (byte-compile-defmacro-declaration): Remove.
7410 (byte-compile-file-form-defmumble): Generalize to defalias.
7411 (byte-compile-output-as-comment): Return byte-positions.
7412 Simplify callers accordingly.
7413 (byte-compile-lambda): Use `assert'.
7414 (byte-compile-defun, byte-compile-defmacro): Remove.
7415 (byte-compile-file-form-defalias):
7416 Use byte-compile-file-form-defmumble.
7417 (byte-compile-defalias-warn): Remove.
7418
7419 2012-05-29 Stefan Merten <smerten@oekonux.de>
7420
7421 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
7422 possible. Fix authors. Improve comments. Improve loading of `cl'.
7423
7424 (rst-mode-abbrev-table): Merge definition.
7425 (rst-mode): Make sure `font-lock-defaults' is buffer local.
7426 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
7427
7428 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
7429
7430 * calendar/icalendar.el
7431 (icalendar-export-region): Export UID properly.
7432
7433 2012-05-29 Leo Liu <sdl.web@gmail.com>
7434 * calendar/icalendar.el (icalendar-import-format):
7435 Add `icalendar-import-format-uid' (Bug#11525).
7436 (icalendar-import-format-uid): New.
7437 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
7438 Export UID.
7439
7440 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7441
7442 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
7443 different alternative patterns.
7444 (pcase-codegen): Be more careful to preserve identity.
7445 (pcase--u1): Don't forget to mark vars as used.
7446
7447 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
7448 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
7449 (byte-compile-from-buffer): ...rather than here.
7450
7451 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
7452 functions from byte-compile-function-environment.
7453
7454 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
7455
7456 * window.el (window-deletable-p): Avoid deleting the root window
7457 of a frame with an active minibuffer.
7458
7459 2012-05-29 Martin Rudalics <rudalics@gmx.at>
7460
7461 * simple.el (choose-completion): Use quit-window (Bug#11567).
7462
7463 2012-05-29 Chong Yidong <cyd@gnu.org>
7464
7465 * whitespace.el (whitespace-cleanup): Fix usage of
7466 whitespace-empty-at-bob-regexp (Bug#11492).
7467
7468 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7469
7470 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
7471 revert (Bug#11488).
7472
7473 2012-05-29 Juri Linkov <juri@jurta.org>
7474
7475 * isearch.el (isearch-mode-map): Bind `M-s _' to
7476 `isearch-toggle-symbol'. Bind `M-s c' to
7477 `isearch-toggle-case-fold'.
7478 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
7479 (isearch-forward): Add `M-s _' to the docstring.
7480 (isearch-forward-symbol, isearch-toggle-case-fold)
7481 (isearch-symbol-regexp): New functions. (Bug#11381)
7482
7483 2012-05-29 Juri Linkov <juri@jurta.org>
7484
7485 * isearch.el (isearch-word): Add docstring. (Bug#11381)
7486 (isearch-occur, isearch-search-and-update): If `isearch-word' is
7487 a function, call it to get the regexp.
7488 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
7489 property `isearch-message-prefix' instead of the string "word ".
7490 (isearch-search-fun-default): For the case of `isearch-word',
7491 return a lambda that calls re-search-forward/re-search-backward
7492 with a regexp returned by `word-search-regexp' or by the function
7493 in `isearch-word'.
7494
7495 2012-05-29 Juri Linkov <juri@jurta.org>
7496
7497 * isearch.el (isearch-search-fun-default): New function.
7498 (isearch-search-fun): Move default part to the new function
7499 `isearch-search-fun-default'.
7500 (isearch-search-fun-function): Set the default value to
7501 `isearch-search-fun-default'. (Bug#11381)
7502
7503 * comint.el (comint-history-isearch-end):
7504 Use `isearch-search-fun-default'.
7505 (comint-history-isearch-search): Use `isearch-search-fun-default'
7506 and remove spacial case for `isearch-word'.
7507 (comint-history-isearch-wrap): Remove spacial case for
7508 `isearch-word'.
7509
7510 * hexl.el (hexl-isearch-search-function):
7511 Use `isearch-search-fun-default'.
7512
7513 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
7514 Use `word-search-regexp' for `isearch-word'.
7515
7516 * misearch.el (multi-isearch-search-fun):
7517 Use `isearch-search-fun-default'.
7518
7519 * simple.el (minibuffer-history-isearch-search):
7520 Use `isearch-search-fun-default' and remove spacial case for
7521 `isearch-word'.
7522 (minibuffer-history-isearch-wrap): Remove spacial case for
7523 `isearch-word'.
7524
7525 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
7526 Remove spacial case for `isearch-word'.
7527 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
7528
7529 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7530
7531 Decrease XEmacs incompatibilities.
7532 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7533 Use `string-match'.
7534 (flyspell-delete-region-overlays): Use alternative definition for
7535 XEmacs.
7536 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
7537 (flyspell-word): Use `process-kill-without-query' if XEmacs.
7538 (flyspell-mode-on): Use `interactive-p' if XEmacs.
7539 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
7540 `define-obsolete-face-alias' under XEmacs, but old method.
7541
7542 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
7543 `with-no-warnings' definition or Emacs alias.
7544 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
7545 (ispell-word): Do not use `region-p' if XEmacs.
7546
7547 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7548
7549 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7550 Check for `ispell-dictionary-base-alist' instead of full
7551 `ispell-dictionary-alist'.
7552 (ispell-init-process): Show spellchecker when starting new Ispell
7553 process.
7554
7555 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
7558 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
7559
7560 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
7561
7562 * version.el (motif-version-string, gtk-version-string)
7563 (ns-version-string): Declare.
7564
7565 2012-05-27 Juri Linkov <juri@jurta.org>
7566
7567 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
7568 after the `eval-defun-1' specialcaseing
7569 like in `edebug-eval-defun' (bug#10181).
7570
7571 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
7572 like in `eval-defun-1'.
7573
7574 2012-05-27 Eli Zaretskii <eliz@gnu.org>
7575
7576 * mail/sendmail.el (mail-yank-region):
7577 Recognize rmail-yank-current-message in addition to insert-buffer.
7578 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
7579 a *mail* buffer created through rmail-start-mail with sendmail as
7580 mail-user-agent.
7581
7582 2012-05-27 Chong Yidong <cyd@gnu.org>
7583
7584 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
7585 Default to 256 (Bug#11267).
7586
7587 * help.el (describe-mode): Doc fix.
7588
7589 2012-05-26 Glenn Morris <rgm@gnu.org>
7590
7591 * w32-fns.el (w32-init-info): Remove.
7592 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
7593
7594 * info.el (info-initialize): For self-contained NS builds, put the
7595 included info/ directory at the front. (Bug#2791)
7596
7597 * paths.el (Info-default-directory-list): Make it a defcustom,
7598 mainly so that we can use custom-initialize-delay.
7599
7600 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * subr.el (buffer-has-markers-at): Mark obsolete.
7603
7604 * subr.el (lambda): Use declare.
7605
7606 * emacs-lisp/lisp-mode.el (lambda):
7607 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
7608
7609 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7610
7611 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
7612
7613 2012-05-26 Glenn Morris <rgm@gnu.org>
7614
7615 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
7616
7617 2012-05-25 Glenn Morris <rgm@gnu.org>
7618
7619 * paths.el: Remove no-byte-compile.
7620 * loadup.el: No need to load paths.el uncompiled.
7621
7622 * image.el (imagemagick-types-inhibit): Doc fix.
7623
7624 * version.el: Remove no-byte-compile and associated formatting.
7625 * loadup.el: No need to load version.el uncompiled. AFAICS, this
7626 is ancient code from when there was an "inc-vers.el".
7627
7628 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
7629
7630 * progmodes/gdb-mi.el: Minor style changes.
7631 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
7632 Turn into minor modes.
7633 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
7634 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
7635 (gdb-shell): Remove unneeded let-binding.
7636 (gdb-get-many-fields): Eliminate O(n²) behavior.
7637
7638 2012-05-25 Eli Zaretskii <eliz@gnu.org>
7639
7640 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
7641 platforms that don't link in fontset.c.
7642
7643 2012-05-25 Juri Linkov <juri@jurta.org>
7644
7645 Use the same diff color scheme as in modern VCSes (bug#10181).
7646
7647 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
7648 to avoid confusion with `diff-added' that now uses green colors.
7649 (diff-removed): Use shades of red.
7650 (diff-added): Use shades of green.
7651 (diff-changed): Leave just the yellow color.
7652 (diff-use-changed-face): New variable.
7653 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
7654 how to highlight context diff changes.
7655 (diff-refine-change): Use shades of yellow.
7656 (diff-refine-removed): New face that uses shades of red.
7657 (diff-refine-added): New face that uses shades of green.
7658 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
7659 `diff-refine-removed' in the call to `smerge-refine-subst'
7660 depending on the value of `diff-use-changed-face'.
7661
7662 * vc/smerge-mode.el (smerge-mine): Use shades of red.
7663 (smerge-other): Use shades of green.
7664 (smerge-base): Use shades of yellow.
7665 (smerge-refined-change): Empty face.
7666 (smerge-refined-removed): New face that uses shades of red.
7667 (smerge-refined-added): New face that uses shades of green.
7668 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
7669 args `props-r' and `props-a', and use them. Doc fix.
7670 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
7671 on its value use different faces `smerge-refined-change',
7672 `smerge-refined-removed', `smerge-refined-added' in the call to
7673 `smerge-refine-subst'.
7674
7675 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
7676 Add face condition `min-colors 88' with shades of red.
7677 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
7678 `min-colors 88' with shades of green.
7679 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
7680 `min-colors 88' with shades of yellow.
7681
7682 2012-05-24 Glenn Morris <rgm@gnu.org>
7683
7684 * paths.el (prune-directory-list, remote-shell-program): Move to...
7685 * files.el (prune-directory-list, remote-shell-program): ...here.
7686 For the latter, delay initialization, prefer ssh, just search PATH.
7687
7688 * paths.el (term-file-prefix): Move to faces.el (the only user).
7689 * faces.el (term-file-prefix): Move here, make it a defcustom.
7690
7691 * paths.el (news-directory, news-path, news-inews-program):
7692 Move to gnus/nnspool.el.
7693
7694 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
7695
7696 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
7697 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
7698 Make the latter a defcustom, with a delayed initialization.
7699
7700 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
7701 These were deleted from Gnus itself late 2010.
7702
7703 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
7704
7705 * progmodes/which-func.el (which-func-ff-hook):
7706 Check against user-error, not error.
7707
7708 * emacs-lisp/edebug.el (top): Do not load or set up loading of
7709 cl-specs.el, which no longer exists.
7710
7711 2012-05-22 Glenn Morris <rgm@gnu.org>
7712
7713 * info.el (info-emacs-bug): New command.
7714 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
7715 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
7716
7717 2012-05-21 Glenn Morris <rgm@gnu.org>
7718
7719 * makefile.w32-in (update-subdirs-SH):
7720 * Makefile.in (update-subdirs): Update for moved update-subdirs.
7721
7722 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
7725
7726 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7727 Simplify Maven regexp, and make sure the file can't start with a space
7728 (bug#11517).
7729
7730 2012-05-21 Glenn Morris <rgm@gnu.org>
7731
7732 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
7733 Scrap superfluous subshells.
7734
7735 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
7738 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
7739
7740 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
7741
7742 * calc/calc.el (calc-ensure-consistent-units): New variable.
7743
7744 * calc/calc-units.el (math-consistent-units-p)
7745 (math-check-unit-consistency): New functions.
7746 (calc-quick-units, calc-convert-units):
7747 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
7748 is non-nil.
7749 (calc-extract-units): Fix typo.
7750
7751 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7752
7753 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
7754
7755 * textmodes/flyspell.el: Commenting style, plus code simplifications.
7756 (flyspell-default-deplacement-commands): Don't spell check after
7757 repeated window/frame switches (e.g. triggered by mouse-movement).
7758 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
7759 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
7760 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
7761 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
7762 Remove unused vars.
7763 (flyspell-get-casechars, flyspell-get-not-casechars):
7764 Simplify; Don't bother removing a ] just to add it back.
7765 * textmodes/ispell.el (ispell-program-name): Use executable-find.
7766
7767 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7768
7769 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
7770 New functions.
7771 (math-function-table): Add support for more C functions.
7772
7773 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7774
7775 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7776 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7777 Protect delay handling for otherchars against empty otherchars.
7778
7779 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
7782 their respective macro declarations.
7783 * skeleton.el (define-skeleton):
7784 * progmodes/compile.el (define-compilation-mode):
7785 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
7786 (define-ibuffer-filter):
7787 * emacs-lisp/generic.el (define-generic-mode):
7788 * emacs-lisp/easy-mmode.el (define-minor-mode)
7789 (define-globalized-minor-mode):
7790 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
7791 * emacs-lisp/byte-run.el (defsubst):
7792 * custom.el (deftheme): Add doc-string metadata.
7793
7794 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
7797
7798 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
7801
7802 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
7803 * emacs-lisp/cl-macs.el: Idem.
7804 * emacs-lisp/cl-specs.el: Remove.
7805
7806 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 Minor renaming of internal CL functions and variables.
7809 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
7810 (cl--position): Rename from cl-position.
7811 (cl--delete-duplicates): Rename from cl-delete-duplicates.
7812 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
7813 (cl--random-state): Rename from *random-state*.
7814
7815 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
7818 parens around the arg list (bug#11499).
7819
7820 2012-05-17 Juri Linkov <juri@jurta.org>
7821
7822 * isearch.el (word-search-regexp, word-search-backward)
7823 (word-search-forward, word-search-backward-lax)
7824 (word-search-forward-lax): Move functions from search.c
7825 (bug#10145, bug#11381).
7826
7827 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7828
7829 * textmodes/flyspell.el (flyspell-check-pre-word-p)
7830 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
7831 Delay for otherchars as for normal word components.
7832
7833 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * minibuffer.el (completion--sifn-requote): Fix last change.
7836 (minibuffer-local-must-match-filename-map):
7837 Move define-obsolete-variable-alias before its var.
7838
7839 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
7842
7843 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
7844 behavior.
7845 (completion--string-equal-p): New function.
7846 (completion--twq-all): Use it to get better assertion failure data.
7847
7848 Only handle ".." and '..' quoting in shell-mode (bug#11466).
7849 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
7850 (shell--requote-argument): New functions.
7851 (shell-completion-vars): Use them.
7852 (shell--parse-pcomplete-arguments): Rename from
7853 shell-parse-pcomplete-arguments.
7854 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
7855 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
7856 Obey comint-file-name-quote-list.
7857
7858 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
7859 (smie-indent-keyword): Use it.
7860
7861 2012-05-14 Stefan Merten <smerten@oekonux.de>
7862
7863 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
7864
7865 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * net/rlogin.el (rlogin-mode-map): Fix last change.
7868
7869 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
7870
7871 * mail/smtpmail.el (smtpmail-send-command): Send the command and
7872 the following \r\n using a single `process-send-string', since the
7873 Lotus SMTP server refuses to accept any commands if they are sent
7874 with two `process-send-string's (Bug#11444).
7875
7876 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * shell.el (shell-parse-pcomplete-arguments):
7879 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7880
7881 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7882
7883 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7884 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7885 (image-transform-width, image-transform-fit-width): New functions.
7886 (image-transform-properties): Use them.
7887 (image-transform-check-size): New function.
7888 (image-toggle-display-image): Use it (for testing).
7889 (image-transform-set-rotation): Reduce angle mod 360.
7890 Delete obsolete comment.
7891
7892 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7893
7894 * image-mode.el: Fix scaling (bug#11399).
7895 (image-transform-resize): Doc fix.
7896 (image-transform-properties): Default scale is 1 and height should
7897 be an integer.
7898
7899 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7900
7901 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7902 than hard-coding `car', to fix misbehavior when moving forward.
7903
7904 2012-05-13 Chong Yidong <cyd@gnu.org>
7905
7906 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7907 (tabulated-list-entries, tabulated-list-padding)
7908 (tabulated-list-sort-key): Make permanent-local.
7909
7910 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7911 (electric-buffer-list): Put electric buffer menu
7912 command descriptions in this docstring, instead of the docstring
7913 of electric-buffer-menu-mode. Code cleanups.
7914 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7915 Electric-buffer-menu-mode.
7916 (electric-buffer-update-highlight): Minor code cleanup.
7917
7918 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7919
7920 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7921 (Bug#11447)
7922
7923 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 Move define-obsolete-variable-alias before the var's definition.
7926 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7927 * tooltip.el (tooltip-hook):
7928 * textmodes/reftex-toc.el (reftex-toc-map):
7929 * textmodes/reftex-sel.el (reftex-select-label-map)
7930 (reftex-select-bib-map):
7931 * textmodes/reftex-index.el (reftex-index-map)
7932 (reftex-index-phrases-map):
7933 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7934 * progmodes/meta-mode.el (meta-mode-map):
7935 * novice.el (disabled-command-hook):
7936 * loadhist.el (unload-hook-features-list):
7937 * frame.el (blink-cursor):
7938 * files.el (find-file-not-found-hooks, write-file-hooks)
7939 (write-contents-hooks):
7940 * emulation/tpu-edt.el (GOLD-map):
7941 * emacs-lock.el (emacs-lock-from-exiting):
7942 * emacs-lisp/generic.el (generic-font-lock-defaults):
7943 * emacs-lisp/chart.el (chart-map):
7944 * dos-fns.el (register-name-alist):
7945 * dired-x.el (dired-omit-files-p):
7946 * desktop.el (desktop-enable):
7947 * cus-edit.el (custom-mode-hook):
7948 * buff-menu.el (buffer-menu-mode-hook):
7949 * bookmark.el (bookmark-read-annotation-text-func)
7950 (bookmark-exit-hooks):
7951 * allout.el (allout-mode-deactivate-hook)
7952 (allout-exposure-change-hook, allout-structure-added-hook)
7953 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7954 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7955 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7956 comes before the corresponding variable's definition.
7957
7958 2012-05-12 Chong Yidong <cyd@gnu.org>
7959
7960 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7961 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7962 (Buffer-menu-mode-map): Bind it.
7963 (Buffer-menu--pretty-name): Add a mouse-face property.
7964
7965 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7968 (prolog-upper-case-string, prolog-lower-case-string)
7969 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7970 (prolog-use-smie, prolog-smie-grammar): New vars.
7971 (prolog-smie-forward-token, prolog-smie-backward-token)
7972 (prolog-smie-rules): New funs.
7973 (prolog-comment-indent): Remove.
7974 (prolog-mode-variables): Use default comment indentation instead.
7975 Setup SMIE.
7976 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7977 (prolog-mode): Don't call them any more.
7978 (prolog-electric-colon, prolog-electric-dash)
7979 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7980
7981 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7982
7983 * minibuffer.el (completion--twq-all): Again, allow case differences.
7984
7985 * term.el: Move keymap initialization code to be more idiomatic.
7986 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7987 (term-terminal-menu): Move initialization into declaration.
7988 (term-escape-char): Let the user set it in her .emacs.
7989
7990 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7991 Provide SMIE-based indentation (not enabled by default yet).
7992 (sh-mode-map): Don't bind electric keys.
7993 Use electric-pair-mode instead of skeleton-pair.
7994 (sh-assignment-regexp): Fit within 80 columns.
7995 (sh-indent-supported): Specify actual shell name instead of boolean.
7996 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7997 (sh-maybe-here-document): Use it. Make obsolete.
7998 (sh-electric-here-document-mode) New minor mode.
7999 (sh-mode): Use it. Don't set sh-indent-supported-here here.
8000 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
8001 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
8002 (sh-smie-rc-grammar, sh-use-smie): New vars.
8003 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
8004 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
8005 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
8006 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
8007 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
8008 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
8009 (sh-set-shell): Use smie-setup if requested.
8010
8011 * term.el (term-set-escape-char): Properly set term-escape-char.
8012 See http://stackoverflow.com/questions/10524656.
8013
8014 2012-05-10 Chong Yidong <cyd@gnu.org>
8015
8016 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
8017 Use url-generic-parse-url, and handle host names and Windows
8018 filenames properly.
8019 (ffap-url-unwrap-remote): Use url-generic-parse-url.
8020 (ffap-url-unwrap-remote): Accept list values, specifying a list of
8021 URL schemes to work on.
8022 (ffap--toggle-read-only): New function.
8023 (ffap-read-only, ffap-read-only-other-window)
8024 (ffap-read-only-other-frame): Use it.
8025 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
8026 necessary for ffap-url-unwrap-remote.
8027
8028 2012-05-10 Dave Abrahams <dave@boostpro.com>
8029
8030 * cus-start.el (create-lockfiles): Add it.
8031
8032 2012-05-09 Chong Yidong <cyd@gnu.org>
8033
8034 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
8035 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
8036
8037 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * shell.el (shell-completion-vars): Fix last change (bug#11348).
8040
8041 2012-05-09 Chong Yidong <cyd@gnu.org>
8042
8043 * ansi-color.el (ansi-color-process-output): Check for validity of
8044 comint-last-output-start before using it. This avoids a bad
8045 interaction with gdb-mi's input/output buffer.
8046
8047 2012-05-09 Glenn Morris <rgm@gnu.org>
8048
8049 * files.el (dir-locals-read-from-file):
8050 Mention dir-locals in any error message.
8051
8052 2012-05-09 Chong Yidong <cyd@gnu.org>
8053
8054 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
8055 package (Bug#11410).
8056
8057 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
8058 variables into description.
8059
8060 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8061
8062 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
8063 shell-delimiter-argument-list (bug#11348).
8064 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
8065
8066 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
8067
8068 * textmodes/rst.el: Silence byte-compiler warnings.
8069 (rst-re-alist, rst-reset-section-caches): Move around.
8070 (rst-re): Use `characterp', not `char-valid-p'.
8071 (font-lock-beg, font-lock-end): Declare.
8072
8073 * progmodes/idlw-shell.el (specs): Remove reference to deleted
8074 variable `idlwave-shell-activate-alt-keybindings' and simplify.
8075
8076 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
8077
8078 2012-05-08 Glenn Morris <rgm@gnu.org>
8079
8080 * files.el (auto-mode-alist): Treat ".make" like ".mk".
8081
8082 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * vc/log-edit.el: Add GNU coding standards highlighting.
8085 (log-edit-font-lock-gnu-style)
8086 (log-edit-font-lock-gnu-keywords): New vars.
8087 (log-edit-font-lock-keywords): New fun.
8088 (log-edit-mode): Don't fold case in font-lock.
8089 (log-edit-font-lock-keywords): Do not assume case-folding.
8090
8091 * imenu.el: Misc cleanup. Make docstrings out of comments.
8092 Use lexical-binding.
8093 (imenu--index-alist, imenu--last-menubar-index-alist)
8094 (imenu-menubar-modified-tick): Use defvar-local.
8095 (imenu--split-menu): Remove unused var.
8096 (imenu--cleanup-seen): Declare as global.
8097 (imenu--cleanup): Use dolist.
8098
8099 * subr.el (defvar-local): Add debug spec and doc-string position.
8100
8101 2012-05-08 Glenn Morris <rgm@gnu.org>
8102
8103 * language/burmese.el, language/cham.el, language/czech.el:
8104 * language/english.el, language/georgian.el, language/greek.el:
8105 * language/japanese.el, language/khmer.el, language/korean.el:
8106 * language/lao.el, language/misc-lang.el, language/romanian.el:
8107 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
8108 * language/thai.el, language/utf-8-lang.el:
8109 Remove no-byte-compile setting.
8110
8111 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
8112
8113 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8114
8115 * progmodes/make-mode.el (makefile-browse):
8116 Remove unnecessary interactive. (Bug#11324)
8117
8118 2012-05-07 Glenn Morris <rgm@gnu.org>
8119
8120 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
8121
8122 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
8123
8124 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * loadup.el: Preload newcomment.el.
8127 * newcomment.el: Move autoload-only code to toplevel.
8128
8129 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
8130 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
8131 Handle new :right-align column property.
8132 (tabulated-list-print-col): Idem, plus use `display' text-property to
8133 try and preserve alignment for variable pitch fonts.
8134
8135 2012-05-07 Chong Yidong <cyd@gnu.org>
8136
8137 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
8138 (tabulated-list-use-header-line): New var.
8139 (tabulated-list-init-header): Use it.
8140 (tabulated-list-print-fake-header): New function.
8141 (tabulated-list-print): Use it.
8142 (tabulated-list-sort-button-map): Add non-header-line commands.
8143 (tabulated-list-init-header): Add column name property to basic
8144 labels as well.
8145 (tabulated-list-col-sort): Handle non-header-line button case.
8146 (tabulated-list--sort-by-column-name): Fix a corner case.
8147
8148 * buff-menu.el (list-buffers--refresh):
8149 Handle Buffer-menu-use-header-line.
8150
8151 2012-05-06 Chong Yidong <cyd@gnu.org>
8152
8153 * buff-menu.el: Convert to Tabulated List mode.
8154 (Buffer-menu-buffer+size-width): Make obsolete.
8155 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
8156 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
8157 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
8158 documentation into docstring of buffer-menu.
8159 (Buffer-menu-toggle-files-only): Add an informative message.
8160 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
8161 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
8162 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
8163 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
8164 (Buffer-menu-execute, Buffer-menu-select)
8165 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
8166 (Buffer-menu-bury): Use Tabulated List machinery.
8167 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
8168 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
8169 Delete.
8170 (list-buffers--refresh): New function.
8171 (list-buffers-noselect): Use it.
8172 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
8173 (Buffer-menu--pretty-file-name): New helper functions.
8174
8175 * loadup.el: Preload tabulated-list.
8176
8177 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
8178 tabulated-list-sort-column.
8179 (tabulated-list-init-header): Add the initial aligning space even
8180 if tabulated-list-padding is zero.
8181
8182 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
8183
8184 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
8185 whose cdr is not a cons cell correctly (bug#11038).
8186
8187 2012-05-06 Chong Yidong <cyd@gnu.org>
8188
8189 * emacs-lisp/tabulated-list.el (tabulated-list-format):
8190 Accept additional plist in column descriptors.
8191 (tabulated-list-init-header): Obey it.
8192 (tabulated-list-get-entry): New function.
8193 (tabulated-list-put-tag): Use it. Use string-width instead of
8194 length.
8195 (tabulated-list--column-number): New function.
8196 (tabulated-list-print): Use it.
8197 (tabulated-list-print-col): New function.
8198 Set `tabulated-list-column-name' property on each column's text.
8199 (tabulated-list-print-entry): Use it.
8200 (tabulated-list-delete-entry, tabulated-list-set-col):
8201 New functions.
8202 (tabulated-list-sort-column): New command (Bug#11337).
8203
8204 * buff-menu.el (list-buffers): Move C-x C-b binding from
8205 buff-menu.el to bindings.el.
8206
8207 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
8208 :advertised-binding feature.
8209
8210 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
8211
8212 * progmodes/compile.el (compilation-internal-error-properties):
8213 Calculate start position correctly when end-col is set but
8214 end-line is not (Bug#11382).
8215
8216 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
8217
8218 * man.el (Man-unindent): Use text-property-default-nonsticky to
8219 prevent untabify from inheriting face properties (Bug#11408).
8220
8221 2012-05-05 Stefan Merten <smerten@oekonux.de>
8222
8223 * textmodes/rst.el: Major merge with upstream development up to
8224 Docutils SVN r7399 / rst.el V1.2.1.
8225
8226 Clarify maintainership and authors.
8227
8228 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
8229 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
8230 (rst-official-version, rst-official-cvs-rev, rst-version)
8231 (rst-package-emacs-version-alist): New functions and variables
8232 for version information.
8233
8234 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
8235 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
8236 (rst-mode-syntax-table, rst-mode): New and corrected functions
8237 and variables representing reStructuredText features.
8238
8239 (rst-re): New function for reStructuredText regexes. Use in
8240 many places.
8241
8242 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
8243 (rst-mode-map): Rebind keys.
8244
8245 (rst-mode-lazy, rst-font-lock-keywords)
8246 (rst-font-lock-extend-region)
8247 (rst-font-lock-extend-region-internal)
8248 (rst-font-lock-extend-region-extend)
8249 (rst-font-lock-find-unindented-line-limit)
8250 (rst-font-lock-find-unindented-line-match)
8251 (rst-adornment-level, rst-font-lock-adornment-level)
8252 (rst-font-lock-adornment-match)
8253 (rst-font-lock-handle-adornment-pre-match-form)
8254 (rst-font-lock-handle-adornment-matcher): Major revision of
8255 font-locking. Integrate with other code. Use `jit-lock-mode'.
8256
8257 (rst-preferred-adornments, rst-adjust-hook)
8258 (rst-new-adornment-down, rst-preferred-bullets)
8259 (rst-preferred-bullets, rst-indent, rst-indent-width)
8260 (rst-indent-field, rst-indent-literal-normal)
8261 (rst-indent-literal-minimized, rst-indent-comment): Change,
8262 extend and improve customization.
8263
8264 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
8265 (rst-normalize-cursor-position, rst-get-decoration)
8266 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
8267 (rst-rstrip, rst-toc-insert-find-delete-contents)
8268 (rst-shift-fill-region, rst-compute-bullet-tabs)
8269 (rst-debug-print-tabs, rst-debug-mark-found)
8270 (rst-shift-region-guts, rst-shift-region-right)
8271 (rst-shift-region-left, rst-use-char-classes)
8272 (rst-font-lock-keywords-function)
8273 (rst-font-lock-indentation-point)
8274 (rst-font-lock-find-unindented-line-begin)
8275 (rst-font-lock-find-unindented-line-end)
8276 (rst-font-lock-find-unindented-line)
8277 (rst-font-lock-adornment-point, rst-font-lock-level)
8278 (rst-adornment-level-alist): Remove functions and variables.
8279
8280 (rst-compare-adornments, rst-get-adornment-match)
8281 (rst-suggest-new-adornment, rst-get-adornments-around)
8282 (rst-adornment-complete-p, rst-get-next-adornment)
8283 (rst-adjust-adornment, rst-display-adornments-hierarchy)
8284 (rst-straighten-adornments): Standardize function names to
8285 use "adornment" instead of "decoration". Correct callers.
8286 Similar standardizing in many places.
8287
8288 (rst-update-section, rst-adjust, rst-promote-region)
8289 (rst-enumerate-region, rst-bullet-list-region)
8290 (rst-repeat-last-character): Correct use of `interactive'.
8291
8292 (rst-classify-adornment, rst-find-all-adornments)
8293 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
8294 (rst-find-leftmost-column, rst-repeat-last-character):
8295 Refactor functions.
8296
8297 (rst-find-title-line, rst-reset-section-caches)
8298 (rst-get-adornments-around, rst-adjust-adornment-work)
8299 (rst-arabic-to-roman, rst-roman-to-arabic)
8300 (rst-insert-list-pos, rst-insert-list-new-item)
8301 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
8302 New functions.
8303
8304 (rst-all-sections, rst-section-hierarchy)
8305 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
8306 New variables.
8307
8308 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
8309 configuration instead of only buffer. Change where necessary.
8310
8311 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
8312 (rst-shift-region, rst-adaptive-fill): New functions for
8313 indentation and filling.
8314
8315 (rst-comment-line-break, rst-comment-indent)
8316 (rst-comment-insert-comment, rst-comment-region)
8317 (rst-uncomment-region): New functions for handling comments.
8318
8319 (rst-compile): Quote shell arguments.
8320
8321 (rst-compile-pdf-preview, rst-compile-slides-preview):
8322 Delete temporary files after use.
8323
8324 2012-05-05 Glenn Morris <rgm@gnu.org>
8325
8326 * calendar/cal-html.el: Optionally include holidays in the output.
8327 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
8328 (cal-html-holidays): New option.
8329 (cal-html-css-default): Add holiday entry.
8330 (holiday-in-range): Autoload it.
8331 (cal-html-htmlify-entry): Add optional class argument.
8332 (cal-html-htmlify-list): Add optional holidays argument.
8333 (cal-html-insert-agenda-days): Include holidays in the output.
8334 (cal-html-one-month): Maybe include holidays.
8335
8336 * calendar/holidays.el (holiday-in-range):
8337 Move here from cal-tex-list-holidays.
8338 * calendar/cal-tex.el (cal-tex-list-holidays):
8339 Make it an obsolete alias for holiday-in-range. Update all callers.
8340
8341 2012-05-05 Chong Yidong <cyd@gnu.org>
8342
8343 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
8344 Nextstep.
8345
8346 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
8347
8348 * files.el (file-auto-mode-skip): New var.
8349 (set-auto-mode-1): Use it.
8350
8351 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8352
8353 * repeat.el: Use lexical-binding.
8354 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
8355 (repeat-undo-count): Remove.
8356 (repeat):
8357 * progmodes/octave-mod.el (octave-abbrev-start):
8358 * progmodes/f90.el (f90-abbrev-start):
8359 * face-remap.el (text-scale-adjust):
8360 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
8361
8362 * emacs-lisp/pcase.el (pcase--let*): New function.
8363 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
8364 a bit more.
8365 (pcase--split-pred): Be more clever about ruling out overlap between
8366 a predicate and some constant pattern.
8367 (pcase--q1): Use `null' instead of (eq foo nil).
8368
8369 * subr.el (setq-local, defvar-local): New macros.
8370 (kbd): Redefine as an alias.
8371 (with-selected-window): Leave unrelated frames alone.
8372 (set-temporary-overlay-map): New function.
8373
8374 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * subr.el (user-error): New function.
8377 * window.el (switch-to-buffer):
8378 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
8379 (smerge-match-conflict):
8380 * simple.el (previous-matching-history-element)
8381 (next-matching-history-element, goto-history-element, undo-more)
8382 (undo-start):
8383 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
8384 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
8385 (next-file, tags-loop-scan, list-tags, complete-tag):
8386 * progmodes/compile.el (compilation-loop):
8387 * mouse.el (mouse-minibuffer-check):
8388 * man.el (Man-bgproc-sentinel, Man-goto-page):
8389 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
8390 (Info-history-forward, Info-follow-reference, Info-menu)
8391 (Info-extract-menu-item, Info-extract-menu-counting)
8392 (Info-forward-node, Info-backward-node, Info-next-menu-item)
8393 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
8394 (Info-next-reference, Info-prev-reference, Info-index)
8395 (Info-index-next, Info-follow-nearest-node)
8396 (Info-copy-current-node-name):
8397 * imenu.el (imenu--make-index-alist)
8398 (imenu-default-create-index-function, imenu-add-to-menubar):
8399 * files.el (basic-save-buffer, recover-file):
8400 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8401 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8402 (checkdoc-message-text, checkdoc-defun):
8403 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
8404 * cus-edit.el (customize-changed-options, customize-rogue)
8405 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
8406 (custom-variable-mark-to-reset-standard)
8407 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
8408 (custom-file):
8409 * completion.el (check-completion-length):
8410 * comint.el (comint-search-arg)
8411 (comint-previous-matching-input-string-position)
8412 (comint-previous-matching-input)
8413 (comint-replace-by-expanded-history-before-point, comint-send-input)
8414 (comint-copy-old-input, comint-backward-matching-input)
8415 (comint-goto-process-mark, comint-set-process-mark):
8416 * calendar/calendar.el (calendar-cursor-to-date): Use it.
8417 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
8418
8419 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8420
8421 * dabbrev.el (dabbrev--ignore-case-p): New function.
8422 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
8423 Use it.
8424
8425 * files.el (automount-dir-prefix): Mark as obsolete.
8426
8427 2012-05-04 Glenn Morris <rgm@gnu.org>
8428
8429 * patcomp.el, play/bruce.el: Move to obsolete/.
8430
8431 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
8432
8433 Fix minor Y10k bugs.
8434 * arc-mode.el (archive-unixdate):
8435 * autoinsert.el (auto-insert-alist):
8436 * calc/calc-forms.el (math-this-year):
8437 * emacs-lisp/copyright.el (copyright-current-year)
8438 (copyright-update-year, copyright):
8439 * tar-mode.el (tar-clip-time-string):
8440 * time.el (display-time-update):
8441 Don't assume years have 4 digits.
8442
8443 2012-05-04 Chong Yidong <cyd@gnu.org>
8444
8445 * dos-w32.el (file-name-buffer-file-type-alist)
8446 (direct-print-region-use-command-dot-com):
8447 * ffap.el (ffap-menu-regexp):
8448 * find-file.el (ff-special-constructs):
8449 * follow.el (follow-debug):
8450 * forms.el (forms--debug):
8451 * iswitchb.el (iswitchb-all-frames):
8452 * ido.el (ido-all-frames):
8453 * emacs-lisp/timer.el (timer-max-repeats):
8454 * mail/feedmail.el (feedmail-mail-send-hook)
8455 (feedmail-mail-send-hook-queued):
8456 * mail/footnote.el (footnote-signature-separator):
8457 * mail/mailabbrev.el (mail-alias-separator-string)
8458 (mail-abbrev-mode-regexp):
8459 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
8460 * progmodes/idlwave.el (idlwave-libinfo-file)
8461 (idlwave-default-completion-case-is-down)
8462 (idlwave-library-routines): Convert defvars to defcustoms.
8463
8464 * mail/rmail.el (rmail-decode-mime-charset):
8465 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
8466 (idlwave-shell-fix-inserted-breaks)
8467 (idlwave-shell-activate-alt-keybindings)
8468 (idlwave-shell-use-breakpoint-glyph):
8469 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
8470
8471 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
8474
8475 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
8476
8477 * progmodes/verilog-mode.el (font-lock-keywords):
8478 Fix mis-highligting auto. Reported by Craig Barner.
8479 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
8480 defines from global name space. Reported by Dan Dever.
8481 (verilog-auto-reset, verilog-auto-reset-widths)
8482 (verilog-auto-tieoff): Support using unbased numbers for
8483 AUTORESET and AUTOTIEOFF.
8484 (verilog-submit-bug-report): Update variable list.
8485 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
8486 parenthesis from not matching. Reported by Michael Rytting.
8487 (verilog-auto-template-lint): Fix hash error when linting modules
8488 with no used templates.
8489 (verilog-warn, verilog-warn-error)
8490 (verilog-warn-fatal): When non-interactive report multiple
8491 warnings before exiting. Suggested by Brad Dobbie.
8492 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
8493 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
8494 to report unused template errors. Reported by Brad Dobbie.
8495 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
8496 nets, bug438. Reported by Vns Blore.
8497 (verilog-auto-inout-module, verilog-auto-reg)
8498 (verilog-read-decls, verilog-read-sub-decls-sig)
8499 (verilog-signals-edit-wire-reg, verilog-signals-with):
8500 Fix passing of Verilog data types in ANSI input/output ports
8501 such as "output logic" into the AUTOs. Special case "wire" and
8502 "reg" for backwards compatibility presuming Verilog 2001.
8503 (verilog-auto-ascii-enum): Add "auto enum" as alias.
8504 (verilog-preprocess): Fix replication of preprocess output.
8505 Reported by Brad Dobbie.
8506 (verilog-auto-inst-interfaced-ports):
8507 Create verilog-auto-inst-interfaced-ports, bug429.
8508 Reported by Julian Gorfajn.
8509 (verilog-after-save-font-hook)
8510 (verilog-before-save-font-hook): New variable.
8511 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
8512 (verilog-save-font-mods): Wrap disabling fontification, reported
8513 by David Rogoff.
8514 (verilog-do-indent, verilog-pretty-declarations-auto)
8515 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
8516 Reported by Pierre-David Pfister.
8517 (verilog-set-auto-endcomments): Fix endtask auto comments outside
8518 of class declarations, bug292. Reported by Kevin Heilman.
8519 (verilog-read-decls): Fix 'parameter type' not appearing in
8520 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
8521 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
8522 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
8523 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
8524 Reported by David Kravitz.
8525
8526 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
8527
8528 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
8529 assignment with tests in ifs and for loops.
8530 (verilog-extended-complete-re, verilog-complete-reg): Change so
8531 that DPI inport functions don't look like fuction declarations.
8532 (verilog-pretty-expr): Don't line up assignment
8533 operations to the test and increment in if and for loops
8534 (verilog-extended-complete-re, verilog-complete-reg): Change so
8535 that DPI inport functions don't look like fuction declarations.
8536
8537 2012-05-03 Kenichi Handa <handa@m17n.org>
8538
8539 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
8540 decoding, and show a warning message without signaling an error
8541 (Bug#11282).
8542
8543 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * emacs-lisp/bytecomp.el
8546 (byte-compile-file-form-custom-declare-variable): Compile all elements,
8547 since cconv.el might have introduced :fun-body, internal-make-closure,
8548 and friends for bytecomp to handle (bug#11391).
8549 * custom.el (defcustom): Avoid ((λ ..) ..).
8550
8551 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
8554
8555 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
8556
8557 * notifications.el (dbus-debug):
8558 * term/linux.el (gpm-mouse-enable):
8559 * term/screen.el (xterm-register-default-colors): Declare.
8560
8561 2012-05-02 Chong Yidong <cyd@gnu.org>
8562
8563 * cus-start.el (gc-cons-percentage, exec-suffixes)
8564 (dos-display-scancodes, dos-hyper-key, dos-super-key)
8565 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
8566 (make-cursor-line-fully-visible, void-text-area-pointer)
8567 (font-list-limit): Add customization data.
8568
8569 * allout.el (allout-exposure-change-functions)
8570 (allout-structure-added-functions)
8571 (allout-structure-deleted-functions)
8572 (allout-structure-shifted-functions): Rename abnormal hooks from
8573 *-hook, and convert to defcustoms.
8574 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
8575 Convert to defcustoms.
8576 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
8577
8578 * allout-widgets.el: Hook callers changed.
8579
8580 2012-05-02 Eli Zaretskii <eliz@gnu.org>
8581
8582 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
8583 the yanked message in preference to the default value of
8584 buffer-file-coding-system.
8585
8586 2012-05-02 Martin Rudalics <rudalics@gmx.at>
8587
8588 * window.el (display-buffer--action-function-custom-type):
8589 Fix entry.
8590
8591 2012-05-02 Alan Mackenzie <acm@muc.de>
8592
8593 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
8594
8595 2012-05-01 Glenn Morris <rgm@gnu.org>
8596
8597 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
8598
8599 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
8600
8601 * cus-edit.el (custom-variable-documentation): Simplify with format.
8602
8603 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8604 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * simple.el (suggest-key-bindings, execute-extended-command):
8607 Move from keyboard.c.
8608
8609 2012-05-01 Chong Yidong <cyd@gnu.org>
8610
8611 * follow.el: Eliminate advice.
8612 (set-process-filter, process-filter, sit-for): Advice deleted.
8613 (follow-mode-off-hook): Obsolete hook removed.
8614 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
8615 Vars deleted.
8616 (follow-auto): Use a :set function.
8617 (follow-mode): Rewritten. Don't advise process filters.
8618 (follow-switch-to-current-buffer-all, follow-scroll-up)
8619 (follow-scroll-down): Assume follow-mode is bound.
8620 (follow-comint-scroll-to-bottom)
8621 (follow-align-compilation-windows): New functions.
8622 (follow--window-sorter): New function.
8623 (follow-all-followers): Use it to explicitly sort windows by their
8624 positions; don't make assumptions about next-window order.
8625 (follow-windows-start-end, follow-delete-other-windows-and-split)
8626 (follow-calc-win-start): Doc fix.
8627 (follow-windows-aligned-p, follow-select-if-visible): Don't call
8628 vertical-motion unnecessarily.
8629 (follow-adjust-window): New function.
8630 (follow-post-command-hook): Use it.
8631 (follow-call-set-process-filter, follow-call-process-filter)
8632 (follow-intercept-process-output, follow-tidy-process-filter-alist)
8633 (follow-stop-intercept-process-output, follow-generic-filter):
8634 Functions deleted.
8635 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
8636 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
8637 New functions, replacing advice on scroll-bar-* commands.
8638 (follow-mwheel-scroll): New function (Bug#4112).
8639
8640 * comint.el (comint-adjust-point): New function.
8641 (comint-postoutput-scroll-to-bottom): Use it.
8642 Call follow-comint-scroll-to-bottom for Follow mode buffers.
8643
8644 2012-05-01 Glenn Morris <rgm@gnu.org>
8645
8646 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
8647 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
8648 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
8649 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
8650 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
8651 Remove no-byte-compile setting.
8652
8653 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * minibuffer.el (completion-table-with-quoting): Fix compatibility
8656 all-completions code to not return a number in the last cdr.
8657
8658 2012-04-30 Leo Liu <sdl.web@gmail.com>
8659
8660 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
8661 read-only error.
8662
8663 2012-04-29 Chong Yidong <cyd@gnu.org>
8664
8665 * follow.el (follow-calc-win-end): Rewrite to handle partial
8666 screen lines correctly (Bug#8390).
8667 (follow-avoid-tail-recenter): Minor cleanup.
8668
8669 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 Avoid the obsolete `assoc' package.
8672 * speedbar.el (speedbar-refresh): Avoid adelete.
8673 (speedbar-file-lists): Simplify and avoid aput.
8674 * man.el (Man--sections, Man--refpages): New vars, replacing
8675 Man-sections-alist and Man-refpages-alist.
8676 (Man-build-section-alist, Man-build-references-alist):
8677 Use them; avoid aput.
8678 (Man--last-section, Man--last-refpage): New vars.
8679 (Man-follow-manual-reference): Use them.
8680 Use the `default' arg of completing-read.
8681 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
8682
8683 2012-04-27 Chong Yidong <cyd@gnu.org>
8684
8685 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
8686
8687 * startup.el (x-apply-session-resources): New function.
8688
8689 * term/ns-win.el (ns-initialize-window-system):
8690 * term/w32-win.el (w32-initialize-window-system):
8691 * term/x-win.el (x-initialize-window-system): Use it to properly
8692 set menu-bar-mode and other vars from X resources, even if the
8693 initial frame is not a window-system frame (Bug#2299).
8694
8695 * subr.el (read-key): Avoid running filter function when setting
8696 up temporary tool bar entries (Bug#9922).
8697
8698 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8699
8700 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
8701 (Bug#11344)
8702
8703 2012-04-27 Chong Yidong <cyd@gnu.org>
8704
8705 * select.el (xselect--encode-string): New function, split from
8706 xselect-convert-to-string.
8707 (xselect-convert-to-string): Use it.
8708 (xselect-convert-to-filename, xselect-convert-to-os)
8709 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
8710 returned strings are properly encoded (Bug#11315).
8711
8712 2012-04-27 Chong Yidong <cyd@gnu.org>
8713
8714 * simple.el (delete-active-region): Move to killing custom group.
8715
8716 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
8717
8718 * progmodes/which-func.el (which-func-current): Quote %
8719 characters for mode-line processing.
8720
8721 2012-04-27 Chong Yidong <cyd@gnu.org>
8722
8723 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
8724 reaching eob (Bug#11286).
8725
8726 2012-04-27 Eli Zaretskii <eliz@gnu.org>
8727
8728 * progmodes/gdb-mi.el (gdb-control-level): New variable.
8729 (gdb): Make it buffer-local and init to zero.
8730 (gdb-control-commands-regexp): New variable.
8731 (gdb-send): Don't wrap in "-interpreter-exec console" if
8732 gdb-control-level is positive. Increment gdb-control-level
8733 whenever the command matches gdb-control-commands-regexp, and
8734 decrement it each time the command is "end". (Bug#11279)
8735
8736 2012-04-27 Martin Rudalics <rudalics@gmx.at>
8737
8738 * window.el (adjust-window-trailing-edge, enlarge-window)
8739 (shrink-window, window-resize):
8740 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
8741 windows (Bug#11276).
8742
8743 2012-04-27 Chong Yidong <cyd@gnu.org>
8744
8745 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
8746 fix "missing prefix" warning. All callers changed.
8747
8748 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8749
8750 * emacs-lisp/assoc.el: Move to obsolete/.
8751
8752 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8753
8754 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
8755
8756 * term/ns-win.el (ns-define-service):
8757 * progmodes/pascal.el (pascal-goto-defun):
8758 * progmodes/js.el (js--read-tab):
8759 * progmodes/etags.el (tags-lazy-completion-table):
8760 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
8761 * emacs-lisp/ewoc.el (ewoc--wrap):
8762 * emacs-lisp/assoc.el (aput, adelete, amake):
8763 * doc-view.el (doc-view-convert-current-doc):
8764 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
8765
8766 2012-04-26 Chong Yidong <cyd@gnu.org>
8767
8768 * image.el (image-type-from-buffer): Only return supported image
8769 type (Bug#9045).
8770
8771 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
8772 value, for symmetry with diff-end-of-hunk.
8773 (diff-split-hunk, diff-find-source-location)
8774 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
8775 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
8776 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
8777 compute the relevant hunk or file properly (Bug#6005).
8778 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
8779
8780 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * vc/vc-mtn.el:
8783 * vc/vc-hg.el:
8784 * vc/vc-git.el:
8785 * vc/vc-dir.el:
8786 * vc/vc-cvs.el:
8787 * vc/vc-bzr.el:
8788 * vc/vc-arch.el:
8789 * vc/vc.el: Replace lexical-let by lexical-binding.
8790 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
8791 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
8792 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
8793
8794 2012-04-26 Chong Yidong <cyd@gnu.org>
8795
8796 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
8797 (diff-mode-shared-map): Bind it to / and [remap undo].
8798
8799 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
8800 (ediff-window-setup-function): Use it as the default, to set up
8801 windows based on whether the current frame is graphical (Bug#2138).
8802 (ediff-choose-window-setup-function-automatically): Make obsolete.
8803
8804 * vc/ediff-init.el: Always define ediff-pixel-width/height.
8805
8806 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * ffap.el: Remove old code for obsolete package.
8809 (ffap-complete-as-file-p): Remove.
8810
8811 Use completion-table-with-quoting for comint and pcomplete.
8812 * comint.el (comint--unquote&requote-argument)
8813 (comint--unquote-argument, comint--requote-argument): New functions.
8814 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
8815 (comint-quote-filename): Use regexp-opt-charset.
8816 (comint--common-suffix, comint--common-quoted-suffix)
8817 (comint--table-subvert): Remove.
8818 (comint-unquote-function, comint-requote-function): New vars.
8819 (comint--complete-file-name-data): Use them with
8820 completion-table-with-quoting.
8821 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
8822 * pcomplete.el (pcomplete-arg-quote-list)
8823 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
8824 (pcomplete-unquote-argument-function): Default to non-nil.
8825 (pcomplete-unquote-argument): Simplify.
8826 (pcomplete--common-quoted-suffix): Remove.
8827 (pcomplete-requote-argument-function): New var.
8828 (pcomplete--common-suffix): New function.
8829 (pcomplete-completions-at-point): Use completion-table-with-quoting
8830 and completion-table-subvert.
8831
8832 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
8833 (minibuffer--double-dollars): Preserve properties.
8834 (completion--sifn-requote): New function.
8835 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
8836
8837 * minibuffer.el: Add support for completion of quoted/escaped data.
8838 (completion-table-with-quoting, completion-table-subvert): New funs.
8839 (completion--twq-try, completion--twq-all): New functions.
8840 (completion--nth-completion): New function.
8841 (completion-try-completion, completion-all-completions): Use it.
8842
8843 2012-04-25 Leo Liu <sdl.web@gmail.com>
8844
8845 * progmodes/python.el (python-pdbtrack-get-source-buffer):
8846 Use compilation-message if available to find real filename.
8847
8848 2012-04-25 Chong Yidong <cyd@gnu.org>
8849
8850 * vc/diff-mode.el (diff-setup-whitespace): New function.
8851 (diff-mode): Use it.
8852
8853 * vc/diff.el (diff-sentinel):
8854 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
8855 Whitespace mode variables based on diff style (Bug#8612).
8856
8857 2012-04-25 Leo Liu <sdl.web@gmail.com>
8858
8859 * progmodes/python.el (python-send-region): Add suffix .py to the
8860 temp file.
8861
8862 * files.el (auto-mode-alist): Use javascript-mode instead.
8863
8864 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
8865
8866 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
8867
8868 * net/soap-client.el (soap-resolve-references-for-sequence-type)
8869 (soap-resolve-references-for-array-type): Hack to prevent self
8870 references, see Bug#9.
8871 (soap-parse-envelope): Report the contents of the 'detail' node
8872 when receiving a fault reply.
8873 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8874
8875 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8876 (soap-inspect-simple-type): New function.
8877
8878 * net/soap-client.el (soap-simple-type): New struct.
8879 (soap-default-xsd-types, soap-default-soapenc-types)
8880 (soap-decode-basic-type, soap-encode-basic-type):
8881 support unsignedInt and double basic types.
8882 (soap-resolve-references-for-simple-type)
8883 (soap-parse-simple-type, soap-encode-simple-type): New function.
8884 (soap-parse-schema): Parse xsd:simpleType declarations.
8885
8886 * net/soap-client.el (soap-default-xsd-types)
8887 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8888 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8889 the local name of "soapenc:Array".
8890 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8891 decoding integer, byte and anyURI xsd types.
8892
8893 2012-04-25 Chong Yidong <cyd@gnu.org>
8894
8895 * cus-edit.el (custom-buffer-create-internal): Update header text.
8896
8897 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8898
8899 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8900 settings on 'system-type', not on 'window-system'. On MS-Windows,
8901 set interactive-mode on in GDB.
8902
8903 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8906 (ruby-syntax-propertize-regexp): Remove.
8907 (ruby-syntax-propertize-function): Split regexp into chunks.
8908 Match following code directly.
8909
8910 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8911
8912 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8913 (ruby-syntax-propertize-regexp): New function.
8914 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8915 by a special keyword.
8916
8917 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8918 (ruby-syntax-general-delimiters-goto-beg)
8919 (ruby-syntax-propertize-general-delimiters): New functions.
8920 (ruby-syntax-propertize-function): Use them to handle GDL.
8921 (ruby-font-lock-keywords): Move old handling of GDL...
8922 (ruby-font-lock-syntactic-keywords): .. to here.
8923 (ruby-calculate-indent): Adjust indentation for GDL.
8924
8925 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8926
8927 * notifications.el (top): Remove unneeded declarations.
8928 (notifications-specification-version): Change to "1.2".
8929 (notifications-interface, notifications-notify-method)
8930 (notifications-close-notification-method): Fix docstring.
8931 (notifications-get-capabilities-method): New defconst.
8932 (notifications-notify): Add :action-items, :resident and
8933 :transient hints. Change "image_data" to "image-data" and
8934 "image_path" to "image-path".
8935 (notifications-get-capabilities): New defun.
8936
8937 2012-04-24 Leo Liu <sdl.web@gmail.com>
8938
8939 * progmodes/python.el: Move hideshow setup to the end.
8940
8941 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8942
8943 * window.el (handle-select-window): Clear echo area since this is
8944 no more done by read_char (Bug#11304).
8945
8946 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8949 and `/ M' to filter-derived-mode.
8950 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8951 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8952 (ibuffer-mark-by-mode): Use default rather than initial-input.
8953 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8954
8955 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8956
8957 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8958 (ibuffer-filter-by-derived-mode): New filter.
8959 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8960
8961 2012-04-23 Andreas Politz <politza@fh-trier.de>
8962
8963 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8964
8965 2012-04-23 Chong Yidong <cyd@gnu.org>
8966
8967 * cus-edit.el (customize-apropos, customize-apropos-options):
8968 Disable matching of non-option variables (Bug#11176).
8969 (customize-option, customize-option-other-window)
8970 (customize-changed-options): Doc fix.
8971 (customize-apropos-options, customize-apropos-faces)
8972 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8973
8974 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8975 Fix word list splitting (Bug#11132).
8976 (apropos-symbol, apropos-keybinding, apropos-label)
8977 (apropos-property, apropos-function-button)
8978 (apropos-variable-button, apropos-misc-button): New faces.
8979 (apropos-symbol-face, apropos-keybinding-face)
8980 (apropos-label-face, apropos-property-face, apropos-match-face):
8981 Variables removed (Bug#8396).
8982 (apropos-library-button, apropos-format-plist, apropos-print)
8983 (apropos-print-doc, apropos-describe-plist): Callers changed.
8984
8985 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8986
8987 * net/xesam.el (xesam-mode-map): Use let-bound map in
8988 initialization. (Bug#11292)
8989
8990 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8991
8992 Preserve ispell session localwords when switching back to
8993 original buffer.
8994
8995 * textmodes/ispell.el (ispell-buffer-session-localwords):
8996 New buffer-local variable to hold buffer session localwords.
8997 (ispell-kill-ispell): Add option 'clear to delete session
8998 localwords.
8999 (ispell-command-loop, ispell-change-dictionary)
9000 (ispell-buffer-local-words): Preserve session localwords when
9001 needed.
9002
9003 * textmodes/flyspell.el (flyspell-process-localwords)
9004 (flyspell-do-correct): Preserve session localwords when needed.
9005
9006 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9007
9008 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
9009 using obsolete `translation-table-for-input'.
9010 (ispell-word, ispell-process-line, ispell-complete-word):
9011 Use plain `insert' instead of removed `ispell-insert-word'.
9012
9013 2012-04-22 Chong Yidong <cyd@gnu.org>
9014
9015 * cus-edit.el (custom-variable-menu)
9016 (custom-variable-reset-saved, custom-face-menu)
9017 (custom-face-reset-saved): If there is no saved value, make the
9018 "reset-saved" operation bring back the default (Bug#9509).
9019 (custom-face-state): Properly detect themed faces.
9020
9021 * faces.el (face-spec-set): Stop supporting deprecated form of
9022 third arg.
9023
9024 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
9025
9026 Move functions from C to Lisp. Make non-blocking method calls
9027 the default. Implement further D-Bus standard interfaces.
9028
9029 * net/dbus.el (dbus-message-internal): Declare function.
9030 Remove unneeded function declarations.
9031 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
9032 (dbus-message-type-method-return, dbus-message-type-error)
9033 (dbus-message-type-signal): Declare variables. Remove local
9034 definitions.
9035 (dbus-interface-dbus, dbus-interface-peer)
9036 (dbus-interface-introspectable, dbus-interface-properties)
9037 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
9038 Adapt docstring.
9039 (dbus-interface-objectmanager): New defconst.
9040 (dbus-call-method, dbus-call-method-asynchronously)
9041 (dbus-send-signal, dbus-method-return-internal)
9042 (dbus-method-error-internal, dbus-register-service)
9043 (dbus-register-signal, dbus-register-method): New defuns, moved
9044 from dbusbind.c
9045 (dbus-call-method-handler, dbus-setenv)
9046 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
9047 New defuns.
9048 (dbus-call-method-non-blocking): Make it an obsolete function.
9049 (dbus-unregister-object, dbus-unregister-service)
9050 (dbus-handle-event, dbus-register-property)
9051 (dbus-property-handler): Obey the new structure of
9052 `bus-registered-objects'.
9053 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
9054 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
9055 Use `dbus-call-method'.
9056
9057 2012-04-22 Chong Yidong <cyd@gnu.org>
9058
9059 * cus-edit.el (custom-commands, custom-reset-menu)
9060 (Custom-reset-standard): Tweak labels.
9061 (custom-reset-button-menu): Change default to t.
9062 (custom-buffer-create-internal): For the custom-reset-button-menu
9063 case, put the revert button first.
9064 (custom-group-subtitle): New face.
9065 (custom-group-value-create): Align docstring to a specific column.
9066
9067 * wid-edit.el (widget-documentation-link-add): Don't handle
9068 indentation in this function.
9069 (widget-documentation-string-indent-to): New function.
9070 (widget-documentation-string-value-create): Use it.
9071
9072 * autorevert.el (auto-revert):
9073 * epg-config.el (epg):
9074 * ibuffer.el (ibuffer):
9075 * mpc.el (mpc):
9076 * ses.el (ses):
9077 * eshell/eshell.el (eshell):
9078 * net/ange-ftp.el (ange-ftp):
9079 * progmodes/ebnf2ps.el (postscript):
9080 * progmodes/flymake.el (flymake):
9081 * progmodes/prolog.el (prolog):
9082 * progmodes/verilog-mode.el (verilog-mode):
9083 * progmodes/which-func.el (which-func):
9084 * term/xterm.el (xterm):
9085 * textmodes/picture.el (picture):
9086 * textmodes/tildify.el (tildify):
9087 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
9088 customization buffers.
9089
9090 2012-04-22 Alan Mackenzie <acm@muc.de>
9091
9092 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
9093 Adding a ) can hide the resulting (..) from searches. Fix it.
9094 Bound the backward search to the position of the existing (.
9095
9096 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
9097
9098 * progmodes/verilog-mode.el (verilog-mode): Check whether
9099 which-func-modes is t before adding verilog-mode.
9100 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
9101
9102 2012-04-21 Leo Liu <sdl.web@gmail.com>
9103
9104 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
9105
9106 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
9107
9108 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
9109 filling of the last column of a table (Bug#5635).
9110 (woman-find-next-control-line): New arg, specifying an additional
9111 regexp component for the control line.
9112 (woman2-roff-buffer): Use it.
9113 (woman-break-table): New function.
9114 (woman2-TS): Use it.
9115
9116 2012-04-21 Chong Yidong <cyd@gnu.org>
9117
9118 * woman.el (woman-set-buffer-display-table, woman-decode-region)
9119 (woman-horizontal-escapes, woman-negative-vertical-space)
9120 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
9121 (WoMan-warn-ignored): Use ?\s instead of ?\ .
9122
9123 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * minibuffer.el (completion-file-name-table): Complete user names.
9126
9127 2012-04-20 Leo Liu <sdl.web@gmail.com>
9128
9129 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
9130 and pcase-let*.
9131
9132 2012-04-20 Chong Yidong <cyd@gnu.org>
9133
9134 * server.el (server-execute): Respect initial-buffer-choice if it
9135 is a string and there are no files to open (Bug#2825).
9136 (server-create-window-system-frame, server-create-tty-frame):
9137 Don't switch buffers here.
9138 (server-process-filter): Only try to open a window system frame if
9139 compiled with graphical support (Bug#8314).
9140
9141 2012-04-20 Dan Nicolaescu <dann@gnu.org>
9142
9143 * battery.el (battery-echo-area-format): Display remaining time
9144 for sysfs backend too (Bug#11269).
9145 (battery-linux-sysfs): Fix conditional for the charge.
9146
9147 2012-04-20 Chong Yidong <cyd@gnu.org>
9148
9149 * progmodes/gdb-mi.el (gdb): Revert previous change.
9150 (gdb-inferior-io--init-proc): New function.
9151 (gdb-init-1): Use it.
9152 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
9153 responsible for allocating a new pty and hooking it to gdb when
9154 the old pty gets an EIO due to process exit.
9155 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
9156 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
9157 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
9158
9159 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9160
9161 * window.el (window-min-size, window-sizable, window-min-delta)
9162 (window-max-delta, window--resizable, window-resizable)
9163 (window-total-size, window-full-height-p, window-full-width-p)
9164 (window-in-direction, window--resize-mini-window, window-resize)
9165 (window--resize-child-windows-normal)
9166 (window--resize-child-windows, window--resize-siblings)
9167 (window--resize-this-window, adjust-window-trailing-edge)
9168 (enlarge-window, shrink-window): Doc fixes.
9169
9170 2012-04-20 Chong Yidong <cyd@gnu.org>
9171
9172 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
9173 New function to call delete-process on the gdb-inferior buffer's pty.
9174 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
9175 pty process (Bug#11273).
9176 (gdb-update): New arg to suppress talking to the gdb process.
9177 (gdb-done-or-error): Use it.
9178 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
9179 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
9180 sentinel not being called.
9181
9182 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
9183
9184 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
9185
9186 2012-04-20 Glenn Morris <rgm@gnu.org>
9187
9188 * net/network-stream.el (open-network-stream): Doc fix.
9189
9190 2012-04-20 Chong Yidong <cyd@gnu.org>
9191
9192 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
9193
9194 2012-04-20 Alan Mackenzie <acm@muc.de>
9195
9196 Ensure searching for keywords is case sensitive.
9197
9198 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
9199 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
9200 (c-defun-name, c-mark-function, c-cpp-define-name)
9201 (c-comment-indent, c-scan-conditionals, c-indent-defun)
9202 (c-context-line-break): Bind case-fold-search to nil.
9203
9204 * progmodes/cc-mode.el (c-font-lock-fontify-region):
9205 Bind case-fold-search to nil.
9206
9207 2012-04-20 Chong Yidong <cyd@gnu.org>
9208
9209 * mail/sendmail.el (mail-bury): Call return action with the right
9210 Rmail buffer (Bug#11242).
9211
9212 * server.el (server-process-filter): Handle corner case where both
9213 tty and nowait options are present (Bug#11102).
9214
9215 2012-04-20 Eli Zaretskii <eliz@gnu.org>
9216
9217 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
9218 (top level): Put into the executable the ident-style '$Id:' tag on
9219 windows-nt as well.
9220
9221 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * electric.el (electric-indent-post-self-insert-function): Check that
9224 electric-indent-mode is enabled in current buffer.
9225
9226 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9227
9228 * imenu.el (imenu-progress-message): Restore; it is "used" in
9229 erc/erc-imenu.el and net/snmp-mode.el.
9230
9231 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
9232
9233 * avoid.el (mouse-avoidance-mode): Mark unused arg.
9234 (mouse-avoidance-nudge-mouse): Remove unused binding.
9235
9236 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
9237
9238 * descr-text.el (describe-char):
9239 * progmodes/python.el (python-describe-symbol):
9240 Don't call `toggle-read-only', set `buffer-read-only'.
9241
9242 * imenu.el (imenu-default-goto-function): Mark unused args.
9243 (imenu-progress-message): Remove obsolete macro; all callers changed.
9244
9245 * subr.el (keymap-canonicalize): Remove unused binding.
9246 (read-passwd): Mark unused arg.
9247
9248 * tutorial.el (tutorial--display-changes): Remove unused binding.
9249 (tutorial--save-tutorial-to): Remove unused variable.
9250
9251 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
9252 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
9253 (package-generate-autoloads, package-menu--generate)
9254 (package-menu--find-upgrades): Remove unused bindings.
9255
9256 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
9257 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
9258 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
9259 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
9260 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
9261 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
9262 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
9263 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
9264 (cua-delete-char-rectangle): Mark unused args.
9265 (cua-align-rectangle): Remove unused binding.
9266
9267 * mail/rmail.el (compilation--message->loc)
9268 (epa--find-coding-system-for-mime-charset): Declare.
9269
9270 * net/dbus.el (dbus-register-service): Declare.
9271 (dbus-name-owner-changed-handler): Remove unused binding.
9272
9273 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
9274 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
9275 (nxml-scan-backward-within): Mark unused arg.
9276 (nxml-dynamic-markup-word): Remove unused binding.
9277
9278 * mouse.el (mouse-menu-major-mode-map):
9279 * emacs-lisp/authors.el (authors-scan-change-log)
9280 (authors-add-to-author-list):
9281 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
9282 * emacs-lisp/smie.el (smie-auto-fill):
9283 * mail/sendmail.el (mail-bury):
9284 * mail/unrmail.el (unrmail):
9285 * net/tls.el (open-tls-stream):
9286 * textmodes/picture.el (picture-mouse-set-point):
9287 Remove unused bindings.
9288
9289 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
9290
9291 * net/tramp.el (tramp-action-password): Let-bind
9292 `enable-recursive-minibuffers' to t.
9293
9294 2012-04-18 Sam Steingold <sds@gnu.org>
9295
9296 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
9297 instead of 'string to accommodate values like [f11].
9298 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
9299 * progmodes/gdb-mi.el: Likewise.
9300
9301 2012-04-18 Leo Liu <sdl.web@gmail.com>
9302
9303 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
9304 current buffer.
9305 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
9306 LOCAL is nil.
9307
9308 2012-04-18 Chong Yidong <cyd@gnu.org>
9309
9310 * simple.el (line-move): Use forward-line if in batch mode
9311 (Bug#11053).
9312
9313 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
9314
9315 * files.el (after-find-file): Do not try to add a final newline if
9316 the buffer is read-only (Bug#11156).
9317
9318 2012-04-17 Richard Stallman <rms@gnu.org>
9319
9320 * mail/rmail.el (rmail-start-mail):
9321 Pass (rmail-mail-return...) for the return-action.
9322 Pass (rmail-yank-current-message...) for the yank-action.
9323 (rmail-yank-current-message): New function.
9324 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
9325 (rmail-reply): Likewise.
9326 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
9327
9328 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
9329 buffer, not the last. Reject temp buffers. Use the rmail-mode
9330 buffer, not newbuf.
9331
9332 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
9333
9334 * server.el (server-ensure-safe-dir): Simplify.
9335
9336 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
9337
9338 * emacs-lisp/smie.el: Provide smarter auto-filling.
9339 (smie-auto-fill): New function.
9340 (smie-setup): Use it.
9341
9342 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
9343
9344 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
9345
9346 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
9347 (comment-indent): Use it.
9348
9349 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
9350
9351 * ses.el: The overall change is to add cell renaming, that is
9352 setting fancy names for cell symbols other than name matching
9353 "\\`[A-Z]+[0-9]+\\'" regexp .
9354 (ses-localvars): Add ses--renamed-cell-symb-list.
9355 (ses-create-cell-variable): New defun.
9356 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
9357 (ses-relocate-formula): Relocate formulas only for cells the
9358 symbols of which are not renamed, i.e. symbols whose names do not
9359 match regexp "\\`[A-Z]+[0-9]+\\'".
9360 (ses-relocate-all): Relocate values only for cells the symbols of
9361 which are not renamed.
9362 (ses-load): Create cells variables as the (ses-cell ...) are read,
9363 in order to check row col consistency with cell symbol name only
9364 for cells that are not renamed.
9365 (ses-replace-name-in-formula): New defun.
9366 (ses-rename-cell): New defun.
9367
9368 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
9369
9370 * progmodes/perl-mode.el (perl-indent-parens-as-block):
9371 New option (bug#11118).
9372 (perl-calculate-indent): Respect it.
9373
9374 2012-04-17 Glenn Morris <rgm@gnu.org>
9375
9376 * dired-aux.el (dired-mark-read-string): Doc fix.
9377
9378 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
9379
9380 * dired-aux.el (dired-mark-read-string): Offer optional completion.
9381 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
9382
9383 2012-04-17 Glenn Morris <rgm@gnu.org>
9384
9385 * mouse.el (mouse-drag-track):
9386 * speedbar.el (speedbar-frame-mode):
9387 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
9388
9389 2012-04-16 Leo Liu <sdl.web@gmail.com>
9390
9391 * progmodes/python.el: Trivial cleanup.
9392
9393 2012-04-16 Glenn Morris <rgm@gnu.org>
9394
9395 * vc/vc.el (vc-string-prefix-p):
9396 * vc/pcvs-util.el (cvs-string-prefix-p):
9397 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
9398 * mpc.el (mpc-string-prefix-p):
9399 Make all of these into obsolete aliases for string-prefix-p.
9400 Update callers.
9401 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
9402
9403 * textmodes/two-column.el: Move custom options to the start.
9404 (frame-width): Remove compat definition.
9405 (2C-associate-buffer, 2C-dissociate):
9406 Use with-current-buffer rather than save-excursion.
9407 (2C-dissociate): Force a mode-line update.
9408 (2C-autoscroll): Use ignore-errors.
9409
9410 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
9411 Autoload trivia.
9412
9413 * emacs-lisp/cl-extra.el (*random-state*):
9414 Remove unnecessary declaration.
9415
9416 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
9417
9418 * play/cookie1.el (cookie-snarf):
9419 Give an explicit error if input file cannot be read.
9420
9421 * play/yow.el (yow-file): Use expand-file-name rather than concat.
9422
9423 * progmodes/perl-mode.el (c-macro-expand):
9424 Remove unnecessary autoload (it is in loaddefs.el).
9425
9426 * textmodes/picture.el (picture-desired-column)
9427 (picture-update-desired-column): Convert comments to doc-strings.
9428 (picture-substitute): Remove function.
9429 (picture-mode-map): Initialize in the defvar.
9430
9431 * woman.el: Remove eval-after-load for tar-mode.
9432 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
9433 (woman-tar-extract-file): Autoload it.
9434
9435 * frame.el (automatic-hscrolling): Make this alias obsolete.
9436
9437 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9438
9439 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
9440 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
9441 (ispell-dictionary-base-alist): Revert to original XEmacs
9442 friendly version for default. [:alpha:] will be added in
9443 `ispell-set-spellchecker-params' if needed.
9444
9445 2012-04-16 Chong Yidong <cyd@gnu.org>
9446
9447 * image.el (imagemagick--file-regexp): New variable.
9448 (imagemagick-register-types): Use it.
9449 (imagemagick-types-inhibit): Add :set function. Allow new value
9450 of t to inhibit all types.
9451
9452 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9453 so we can preload it.
9454
9455 * loadup.el (fboundp): Preload regexp-opt, needed by
9456 imagemagick-register-types.
9457
9458 2012-04-15 Chong Yidong <cyd@gnu.org>
9459
9460 * frame.el (scrolling): Remove nearly unused customization group.
9461
9462 * scroll-all.el (scroll-all-mode): Move to windows group.
9463
9464 2012-04-15 Chong Yidong <cyd@gnu.org>
9465
9466 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
9467
9468 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 Avoid the use of ((lambda ...) ...) in lexical-binding code.
9471 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
9472
9473 2012-04-15 Glenn Morris <rgm@gnu.org>
9474
9475 * simple.el (process-file-side-effects): Doc fix.
9476
9477 2012-04-15 Glenn Morris <rgm@gnu.org>
9478
9479 * international/mule-cmds.el (set-language-environment): Doc fix.
9480
9481 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9482
9483 * server.el (server-auth-key, server-generate-key): Doc fixes.
9484 (server-get-auth-key): Doc fix. Use `string-match-p'.
9485 (server-start): Reflow docstring.
9486
9487 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
9488
9489 * server.el (server-generate-key): `called-interactively-p'
9490 requires a parameter.
9491
9492 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
9493
9494 * server.el (server-auth-key): New variable.
9495 (server-generate-key, server-get-auth-key): New function.
9496 (server-start): Use the new variable and functions to allow
9497 setting a permanent server key (bug#9423).
9498
9499 2012-04-14 Leo Liu <sdl.web@gmail.com>
9500
9501 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
9502
9503 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
9504
9505 Spelling fixes.
9506 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
9507 Emacs uses American spelling.
9508
9509 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
9510
9511 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
9512 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
9513 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
9514 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
9515
9516 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * progmodes/which-func.el (which-func-modes): Change default.
9519
9520 2012-04-14 Kim F. Storm <storm@cua.dk>
9521
9522 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
9523 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
9524
9525 2012-04-14 Chong Yidong <cyd@gnu.org>
9526
9527 * custom.el (custom-theme-set-variables): Doc fix.
9528
9529 2012-04-14 Glenn Morris <rgm@gnu.org>
9530
9531 * international/mule.el (set-auto-coding-for-load): Doc fix.
9532
9533 2012-04-14 Alan Mackenzie <acm@muc.de>
9534
9535 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
9536 imenu work again for Objective C Mode. Correct the *-index values,
9537 these having been disturbed by a previous change in 2011-08.
9538
9539 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
9540 Correct two search limits.
9541
9542 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
9545
9546 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
9547
9548 * international/characters.el: Fix sorting.
9549
9550 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9551
9552 * international/characters.el: Add more missing Latin case pairs.
9553
9554 2012-04-14 Glenn Morris <rgm@gnu.org>
9555
9556 * files.el (dir-locals-set-class-variables): Doc fix.
9557
9558 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9559
9560 * international/characters.el: Add set-case-syntax-pair call for
9561 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
9562 counterpart. (Bug#11209)
9563
9564 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
9565
9566 2012-04-14 Glenn Morris <rgm@gnu.org>
9567
9568 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9569
9570 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9571
9572 * textmodes/ispell.el (ispell-dictionary-base-alist):
9573 Add data for Hebrew.
9574
9575 2012-04-14 Chong Yidong <cyd@gnu.org>
9576
9577 * net/rcirc.el (rcirc-cmd-quit):
9578 Revert 2012-03-18 change (Bug#11192).
9579
9580 2012-04-14 Glenn Morris <rgm@gnu.org>
9581
9582 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
9583
9584 2012-04-14 Eli Zaretskii <eliz@gnu.org>
9585
9586 * minibuffer.el (completion-in-region-mode-map):
9587 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
9588
9589 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
9590
9591 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
9592
9593 2012-04-13 Masatake YAMATO <yamato@redhat.com>
9594
9595 * minibuffer.el (minibuffer-local-filename-syntax): New variable
9596 to allow `C-M-f' and `C-M-b' to move to the nearest path
9597 separator (bug#9511).
9598
9599 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
9600
9601 * avoid.el: Require cl when compiling. And also move the
9602 `provide' to the end.
9603
9604 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9605
9606 * avoid.el (mouse-avoidance-banish-position): New variable.
9607 (mouse-avoidance-banish-destination): Use it (bug#10165).
9608
9609 2012-04-13 Leo Liu <sdl.web@gmail.com>
9610
9611 * progmodes/which-func.el (which-func-modes): Add objc-mode.
9612
9613 2012-04-13 Ken Brown <kbrown@cornell.edu>
9614
9615 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
9616 this is no longer needed now that cygstart understands file:// URLs.
9617 (browse-url-filename-alist): For the same reason, don't modify
9618 file:// URLs on Cygwin.
9619
9620 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
9623 the region on shift if the binding is already shifted (bug#11221).
9624
9625 2012-04-12 Glenn Morris <rgm@gnu.org>
9626
9627 * mail/mailpost.el: Move to obsolete/.
9628
9629 2012-04-12 Drew Adams <drew.adams@oracle.com>
9630
9631 * imenu.el (imenu--generic-function): Ignore invisible definitions
9632 (bug#10123).
9633
9634 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
9635
9636 * hexl.el (hexl-bits): New variable.
9637 (hexl-options): Mention the variable in the doc string.
9638 (hexl-rulerise, hexl-line-displen): New functions.
9639 (hexl-mode): Mention the new variable.
9640 (hexl-mode, hexl-current-address, hexl-current-address):
9641 Use the displen.
9642 (hexl-ascii-start-column): New function.
9643 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
9644 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
9645
9646 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9647
9648 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
9649 '("-i" ENCODING), in 2 separate command-line arguments, to specify
9650 the encoding, as expected by hunspell.
9651
9652 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9653
9654 * battery.el (battery--linux-sysfs-regexp): New const.
9655 (battery-status-function): Use it. Remove yeeloong special case.
9656 (battery-yeeloong-sysfs): Remove.
9657 (battery-echo-area-format): Remove yeeloong special case.
9658
9659 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
9662 Reported by Noah Friedman.
9663
9664 * subr.el (read-passwd): Use read-string.
9665
9666 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9667
9668 * vcursor.el (vcursor-move): Increase the priority of the overlay
9669 (bug#9663).
9670
9671 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9672
9673 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
9674 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
9675
9676 2012-04-11 William Stevenson <yhvh2000@gmail.com>
9677
9678 * textmodes/artist.el (artist-mode): Convert artist-mode to use
9679 define-minor-mode (bug#10760).
9680
9681 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9682
9683 * progmodes/grep.el (rgrep): Tweak the find command line so
9684 that directories matching `grep-find-ignored-files' won't be
9685 pruned (bug#10351).
9686
9687 2012-04-11 Chong Yidong <cyd@gnu.org>
9688
9689 * startup.el (command-line): Remove support for long-obsolete
9690 variable font-lock-face-attributes.
9691
9692 2012-04-11 Glenn Morris <rgm@gnu.org>
9693
9694 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
9695
9696 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * window.el (window--state-get-1): Obey window-point-insertion-type.
9699
9700 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
9701
9702 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
9703 to previous function when point is on the first character of a
9704 function. Take care of that in `narrow-to-defun' (bug#6157).
9705
9706 2012-04-11 Glenn Morris <rgm@gnu.org>
9707
9708 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
9709 not just file-errors.
9710
9711 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
9712 (vc-bzr-sha1): Use internal sha1.
9713
9714 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
9717
9718 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
9719
9720 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
9721 that start in the middle of the line (bug#10496).
9722
9723 2012-04-10 Dan Nicolaescu <dann@gnu.org>
9724
9725 * battery.el (battery-linux-proc-acpi): Only one battery is
9726 discharged at a time, but that seems to confuse battery.el when
9727 computing `rate-type' for the battery not being discharged
9728 (bug#10332).
9729
9730 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
9733
9734 * international/quail.el: Use dolist and simplify.
9735 (quail-define-package, quail-update-keyboard-layout)
9736 (quail-define-rules): Use dolist.
9737 (quail-insert-kbd-layout, quail-get-translation): CSE.
9738
9739 * tmm.el: Use dolist, remove left over hook.
9740 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
9741 Use dolist.
9742 (calendar-load-hook): Don't mess with it.
9743
9744 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9745 Use derived-mode-p. Run the diff asynchronously.
9746
9747 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9748
9749 * obsolete/mouse-sel.el: Add an Obsolete-since header.
9750
9751 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
9752
9753 * misc.el: Display absolute path of loaded DLLs (bug#10424).
9754 (list-dynamic-libraries--loaded): New function.
9755 (list-dynamic-libraries--refresh): Use it.
9756
9757 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
9758
9759 * progmodes/python.el (python-fill-paragraph):
9760 Make python-fill-region in a multiline string work when font-lock is
9761 disabled (bug#7018).
9762
9763 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
9764
9765 * language/european.el (cp775): Add oem/legacy (en)coding on
9766 DOS/MS Windows for the Baltic languages. There are still plenty
9767 of texts written in this encoding/codepage (bug#6519).
9768
9769 2012-04-10 Glenn Morris <rgm@gnu.org>
9770
9771 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
9772 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
9773
9774 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
9775
9776 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
9777 next-line "n" and previous-line "p" in order to make recentf more
9778 consistent with ibuffer, dired or org-mode (bug#9387).
9779
9780 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9781
9782 * image.el (put-image): Return the overlay created instead of the
9783 optional input string (bug#7834). Note that this may break code
9784 that is (for some reason or other) depending on `put-image'
9785 returning the string.
9786
9787 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
9788
9789 * simple.el (zap-to-char): Allow zapping using input methods
9790 (bug#1580).
9791
9792 * textmodes/fill.el (fill-region): Leave point and mark where they
9793 were before filling (bug#5399).
9794
9795 2012-04-09 Glenn Morris <rgm@gnu.org>
9796
9797 * version.el (emacs-bzr-get-version):
9798 Handle lightweight checkouts of local branches.
9799
9800 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
9801
9802 * international/characters.el: Recover lost case pairs. (Bug#11209)
9803
9804 2012-04-09 Chong Yidong <cyd@gnu.org>
9805
9806 * custom.el (custom-variable-p): Return nil for non-symbol
9807 arguments instead of signaling an error.
9808 (user-variable-p): Obsolete alias for custom-variable-p.
9809
9810 * apropos.el (apropos-variable):
9811 * files-x.el (read-file-local-variable):
9812 * simple.el (set-variable):
9813 * woman.el (woman-mini-help):
9814 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
9815
9816 2012-04-09 Glenn Morris <rgm@gnu.org>
9817
9818 * startup.el (normal-top-level): Don't look for leim-list.el
9819 in places where it will not be found. (Bug#910)
9820
9821 * international/mule-cmds.el (set-default-coding-systems):
9822 * files.el (normal-mode):
9823 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
9824 This function was removed with ucs-tables.el in 2008.
9825
9826 2012-04-08 Eli Zaretskii <eliz@gnu.org>
9827
9828 * textmodes/ispell.el (ispell-check-version): For hunspell, set
9829 ispell-encoding8-command to "-i", without a trailing space.
9830 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
9831 separate command-line arguments, to specify the encoding, since
9832 that's how hunspell expects it.
9833
9834 2012-04-08 Glenn Morris <rgm@gnu.org>
9835
9836 * loadup.el: Load bindings before cus-start.
9837 This reduces somewhat the number of "rogue" settings in emacs -Q.
9838
9839 2012-04-07 Glenn Morris <rgm@gnu.org>
9840
9841 * version.el (emacs-bzr-get-version): New function.
9842 (emacs-bzr-version): New variable.
9843 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
9844 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
9845
9846 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9847
9848 * international/uni-bidi.el, international/uni-category.el:
9849 * international/uni-combining.el, international/uni-decimal.el:
9850 * international/uni-decomposition.el, international/uni-digit.el:
9851 * international/uni-lowercase.el, international/uni-mirrored.el:
9852 * international/uni-name.el, international/uni-numeric.el:
9853 * international/uni-titlecase.el, international/uni-uppercase.el:
9854 Update for Unicode 6.1.
9855
9856 2012-04-07 Eli Zaretskii <eliz@gnu.org>
9857
9858 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
9859
9860 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9861
9862 * window.el (shrink-window): Mention the `window-min-height'
9863 variable in the doc string.
9864
9865 2012-04-05 Bastien Guerry <bzg@altern.org>
9866
9867 * color.el (color-lighten-name): Fix typo.
9868
9869 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * server.el (server--on-display-p): New function.
9872 (server--on-display-p): Use it.
9873
9874 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
9875
9876 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9877 (bug#11145).
9878
9879 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * comint.el (comint--common-quoted-suffix): Check string boundary
9882 before comparing (bug#11158).
9883 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9884
9885 2012-04-04 Chong Yidong <cyd@gnu.org>
9886
9887 * minibuffer.el (completion-extra-properties): Doc fix.
9888
9889 * subr.el (delayed-warnings-hook): Doc fix.
9890
9891 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9892
9893 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9894 selection (Bug#11159).
9895 (epa-insert-keys): Inform that the default public key will be
9896 exported if no key is selected.
9897
9898 2012-04-04 Richard Stallman <rms@gnu.org>
9899
9900 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9901
9902 2012-04-03 Chong Yidong <cyd@gnu.org>
9903
9904 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9905 mail-insert-file, not its obsolete alias mail-attach-file.
9906
9907 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9908
9909 * notifications.el (notifications-notify): Fix docstring.
9910
9911 2012-04-02 Glenn Morris <rgm@gnu.org>
9912
9913 * emacs-lisp/authors.el (authors-aliases): Another addition.
9914
9915 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9916
9917 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9918 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9919 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9920
9921 2012-04-01 Chong Yidong <cyd@gnu.org>
9922
9923 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9924 Handle root directory properly.
9925 (copy-directory): Caller changed.
9926
9927 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9928 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9929
9930 2012-03-31 Glenn Morris <rgm@gnu.org>
9931
9932 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9933
9934 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9935
9936 * calendar/calendar.el (calendar-window-list)
9937 (calendar-hide-window): Restore. (Bug#11140)
9938 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9939
9940 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9941
9942 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9943
9944 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9945 Check if file is a symlink (Bug#10489).
9946
9947 * files.el (copy-directory): Likewise.
9948
9949 2012-03-30 Chong Yidong <cyd@gnu.org>
9950
9951 * image.el (imagemagick-types-inhibit)
9952 (imagemagick-register-types): Doc fix.
9953
9954 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9955
9956 * textmodes/ispell.el (ispell-get-extended-character-mode):
9957 Disable extended-char-mode for hunspell. hunspell does not support it
9958 and treats ~word as ordinary words in pipe mode.
9959
9960 2012-03-30 Glenn Morris <rgm@gnu.org>
9961
9962 * tutorial.el (help-with-tutorial): Ensure local variables don't
9963 happen to make the buffer read-only. (Bug#11127)
9964
9965 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9966
9967 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9968 (perl-calculate-indent): Return `noindent' in strings.
9969
9970 2012-03-28 Sam Steingold <sds@gnu.org>
9971
9972 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9973 instead of the broken adhockery which does not prevent calendar
9974 buffers from being displayed at random after exit.
9975 (calendar-window-list, calendar-hide-window): Remove the broken
9976 adhockery.
9977
9978 2012-03-28 Glenn Morris <rgm@gnu.org>
9979
9980 * replace.el (query-replace-map): Doc fix.
9981
9982 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9983
9984 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9985 contents. (Bug#11109)
9986
9987 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9990 (bug#11077).
9991 (avl-tree--check, avl-tree--check-node): New funs.
9992
9993 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9994
9995 * window.el (switch-to-visible-buffer): New option.
9996 (switch-to-prev-buffer, switch-to-next-buffer):
9997 Observe switch-to-visible-buffer. Make sure that checking for a window
9998 showing a buffer already is done on the same frame.
9999
10000 2012-03-27 Glenn Morris <rgm@gnu.org>
10001
10002 * startup.el (mail-host-address): Doc fix.
10003
10004 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10005
10006 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
10007 than 197 variables.
10008
10009 2012-03-26 Ami Fischman <ami@fischman.org>
10010
10011 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
10012
10013 2012-03-26 Glenn Morris <rgm@gnu.org>
10014
10015 * files.el (save-buffers-kill-emacs): Doc fix.
10016
10017 * startup.el (normal-top-level, command-line, command-line-1):
10018 Give them doc strings.
10019
10020 2012-03-25 Eli Zaretskii <eliz@gnu.org>
10021
10022 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
10023 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
10024
10025 2012-03-25 Chong Yidong <cyd@gnu.org>
10026
10027 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10028 theme if it was previously enabled before (Bug#11031).
10029
10030 * cus-theme.el (custom-theme-write-faces): Retrieve current face
10031 spec with custom-face-get-current-spec if its :shown-value is not
10032 determined yet (Bug#9337).
10033 (customize-create-theme, custom-theme-revert): Doc fixes.
10034
10035 * button.el (button-at): Minor addition to docstring.
10036
10037 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
10038
10039 * vc/vc.el (vc-merge): Fix a prompt.
10040
10041 2012-03-24 Chong Yidong <cyd@gnu.org>
10042
10043 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
10044 point (Bug#9623).
10045
10046 * button.el (button-at): Minor addition to docstring.
10047
10048 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
10049
10050 * newcomment.el (comment-choose-indent): No space after BOL.
10051
10052 2012-03-22 Sam Steingold <sds@gnu.org>
10053
10054 * window.el (switch-to-prev-buffer): Revert last patch because the
10055 bug turned out to be an advertised feature (Elisp manual 28.14).
10056
10057 2012-03-22 Glenn Morris <rgm@gnu.org>
10058
10059 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
10060 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
10061
10062 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10063
10064 * net/network-stream.el (network-stream-open-starttls): Make error
10065 message under Windows be less misleading.
10066
10067 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
10068
10069 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
10070 understands (bug#9942).
10071
10072 2012-03-22 Chong Yidong <cyd@gnu.org>
10073
10074 * simple.el (end-of-visible-line): Handle return value of
10075 next-single-property-change properly (Bug#9371).
10076
10077 2012-03-22 Kenichi Handa <handa@m17n.org>
10078
10079 * international/quail.el (quail-insert-kbd-layout): Fix previous
10080 change. To avoid unwanted bidi reordering, use
10081 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
10082
10083 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
10084
10085 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
10086 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
10087 (ruby-beginning-of-indent): Be more careful with the difference
10088 between word-boundary and symbol boundary.
10089 (ruby-mode-syntax-table): Make : a symbol constituent.
10090
10091 2012-03-21 Andreas Politz <politza@fh-trier.de>
10092
10093 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
10094
10095 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * progmodes/etags.el (tags-completion-at-point-function):
10098 Improve last fix.
10099
10100 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
10101
10102 2012-03-21 Sam Steingold <sds@gnu.org>
10103
10104 * progmodes/etags.el (tags-completion-at-point-function):
10105 Avoid the error when point is inside the pattern.
10106
10107 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
10108
10109 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
10110 line (Bug#10855).
10111
10112 2012-03-21 Drew Adams <drew.adams@oracle.com>
10113
10114 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
10115
10116 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
10117
10118 * ido.el (ido-set-current-directory, ido-read-internal)
10119 (ido-choose-completion-string, ido-completion-help): Handle nil
10120 value of ido-completion-buffer (Bug#11008).
10121
10122 2012-03-21 Sam Steingold <sds@gnu.org>
10123
10124 * window.el (switch-to-prev-buffer): Do not switch to a visible
10125 window previous buffer, just like with the frame previous buffers.
10126
10127 2012-03-21 Chong Yidong <cyd@gnu.org>
10128
10129 * faces.el (make-face, make-empty-face, copy-face):
10130 * face-remap.el (face-remap-add-relative, face-remap-set-base):
10131 Doc fixes.
10132
10133 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * wid-edit.el (widget-complete-field): Remove (bug#11051).
10136 (widget-complete): Remove broken use of it.
10137
10138 2012-03-20 Chong Yidong <cyd@gnu.org>
10139
10140 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10141 Use string-width and truncate-string-width to handle arbitrary
10142 characters.
10143
10144 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
10145
10146 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
10147 to draw rectangles, not squares. (Regression introduced by revno
10148 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
10149
10150 2012-03-18 Chong Yidong <cyd@gnu.org>
10151
10152 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
10153 it is not yet defined (for temacs).
10154
10155 2012-03-18 Leo Liu <sdl.web@gmail.com>
10156
10157 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
10158 prefix.
10159
10160 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10161
10162 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
10163 (ispell-choices-win-default-height, ispell-silently-savep)
10164 (ispell-dictionary-alist, ispell-encoding8-command)
10165 (ispell-check-version, ispell-aspell-find-dictionary)
10166 (ispell-valid-dictionary-list, ispell-words-keyword)
10167 (ispell-get-word, ispell-internal-change-dictionary)
10168 (ispell-region, ispell-skip-region-list)
10169 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
10170 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
10171 (ispell-message-text-end, ispell-message)
10172 (ispell-buffer-local-parsing): Doc fix.
10173
10174 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
10175
10176 * htmlfontify.el: Add support for code block fontification for ODT
10177 export (Bug #9914).
10178 (hfy-optimisations): Define new option
10179 `body-text-only'
10180 (hfy-fontify-buffer): Honor above setting.
10181 (hfy-begin-span, hfy-end-span): New routines factored out form
10182 `hfy-fontify-buffer'.
10183 (hfy-begin-span-handler, hfy-end-span-handler): New variables
10184 that permit insertion of custom tags.
10185 (hfy-fontify-buffer): Use above handlers.
10186 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
10187 (hfy-face-to-css): Re-defined to be a variable.
10188 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
10189 over multiple runs. This is made possible by having the caller let
10190 bind a special variable `hfy-user-sheet-assoc'.
10191 (htmlfontify-string): New defun.
10192 (hfy-compile-face-map): Make sure that the last char in the
10193 buffer is correctly fontified.
10194 (hfy-face-resolve-face): Whitespace only change.
10195
10196 2012-03-17 Eli Zaretskii <eliz@gnu.org>
10197
10198 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
10199 message more clear.
10200
10201 2012-03-16 Leo Liu <sdl.web@gmail.com>
10202
10203 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
10204
10205 2012-03-16 Alan Mackenzie <acm@muc.de>
10206
10207 Further optimise the handling of large macros.
10208
10209 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
10210 limit to a call of `c-literal-limits'.
10211 (c-determine-+ve-limit): New function.
10212 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
10213 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
10214 In CASE 5B, restrict a search limit to 500.
10215 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
10216
10217 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
10218 Restrict macro bounds to +-500 from after-change's BEG END.
10219
10220 2012-03-16 Leo Liu <sdl.web@gmail.com>
10221
10222 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
10223
10224 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
10225
10226 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
10227 `special-mode' setting of `buffer-read-only'. (Bug#11010)
10228
10229 2012-03-16 Glenn Morris <rgm@gnu.org>
10230
10231 * view.el (view-buffer, view-buffer-other-window)
10232 (view-buffer-other-frame): Doc fixes re special mode-class.
10233
10234 * subr.el (eval-after-load): If named feature is provided not from
10235 a file, run after-load forms. (Bug#10946)
10236
10237 * calendar/calendar.el (calendar-insert-at-column):
10238 Handle non-unit-width characters a bit better. (Bug#10978)
10239
10240 2012-03-15 Chong Yidong <cyd@gnu.org>
10241
10242 * emacs-lisp/ring.el (ring-extend): New function.
10243 (ring-insert+extend): Extend the ring correctly (Bug#11019).
10244
10245 * comint.el (comint-read-input-ring)
10246 (comint-add-to-input-history): Grow comint-input-ring lazily.
10247
10248 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
10251 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
10252
10253 * imenu.el: Fix multiple inheritance breakage (bug#9199).
10254 (imenu-add-to-menubar): Don't add a redundant index.
10255 (imenu-update-menubar): Handle a dynamically composed keymap.
10256
10257 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
10258
10259 * mail/sendmail.el (mail-encode-header):
10260 Bind rfc2047-encode-encoded-words to nil.
10261
10262 2012-03-13 Glenn Morris <rgm@gnu.org>
10263
10264 * calendar/calendar.el (calendar-string-spread):
10265 Handle non-unit-width characters a bit better. (Bug#10978)
10266
10267 2012-03-13 Leo Liu <sdl.web@gmail.com>
10268
10269 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
10270 directory and file as argument (Bug#10822).
10271
10272 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10273
10274 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
10275 For dynamically generated code, follow $PC.
10276 (gdb-disassembly-handler-custom): Handle no function name case.
10277
10278 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
10279
10280 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
10281 * emulation/ws-mode.el (ws-query-replace):
10282 * sort.el (sort-regexp-fields):
10283 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
10284
10285 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * dabbrev.el: Fix cycle completion order (bug#10963).
10288 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
10289 (dabbrev-completion): Don't use an obarray; provide
10290 a cycle-sort-function.
10291
10292 2012-03-12 Leo Liu <sdl.web@gmail.com>
10293
10294 * simple.el (kill-new): Use equal-including-properties for comparison.
10295 (kill-do-not-save-duplicates): Doc fix.
10296
10297 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10298
10299 * dabbrev.el: Fix cycle completion (bug#10963).
10300 Use lexical binding and wrap to 80 columns.
10301 (dabbrev-completion): Delay computing the list of completions.
10302
10303 2012-03-12 Kenichi Handa <handa@m17n.org>
10304
10305 * international/quail.el (quail-insert-kbd-layout): Surround each
10306 row by LRO and PDF instead of inserting many LRMs. Pad the left
10307 and right of each non-spacing marks. Insert invisible space
10308 between lower and upper characters to prevent composition.
10309
10310 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * minibuffer.el (minibuffer-complete): Don't get confused when the
10313 function is run twice via different commands (bug#10958).
10314 (complete-with-action): Fix docstring.
10315
10316 2012-03-12 Chong Yidong <cyd@gnu.org>
10317
10318 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
10319 (nxml-completion-at-point-function): New function.
10320 (nxml-mode): Use it.
10321 (nxml-bind-meta-tab-to-complete-flag): Default to t.
10322
10323 * emacs-lisp/package.el (package-unpack, package-unpack-single):
10324 Load generated autoloads file before byte compiling (Bug#10970).
10325 (package--make-autoloads-and-compile): New helper fun.
10326
10327 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
10328
10329 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
10330
10331 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
10332
10333 * autorevert.el (auto-revert-handler): Ensure, that
10334 file-readable-p is applied only for local files or in
10335 auto-revert-tail-mode.
10336
10337 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
10338
10339 * server.el (server-eval-at): Handle non-tcp connections.
10340 Decode result string.
10341
10342 * server.el (server-msg-size): New constant.
10343 (server-reply-print): New function.
10344 (server-eval-and-print): Use it.
10345 (server-eval-at): Use server-quote-arg and server-unquote-arg.
10346 Handle -print-nonl.
10347
10348 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
10349
10350 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
10351 (Bug#10987).
10352
10353 2012-03-11 Chong Yidong <cyd@gnu.org>
10354
10355 * simple.el (goto-line): Doc fix (Bug#9938).
10356
10357 * subr.el (save-window-excursion): Doc fix (Bug#9979).
10358
10359 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
10360 when finished (Bug#10963).
10361
10362 2012-03-11 Martin Rudalics <rudalics@gmx.at>
10363
10364 * window.el (split-window-below): Fix bug in case where
10365 split-window-keep-point is nil (Bug#10971).
10366
10367 2012-03-11 Juri Linkov <juri@jurta.org>
10368
10369 * replace.el (replace-highlight): Set isearch-word to nil
10370 unconditionally. (Bug#10887)
10371
10372 2012-03-10 Eli Zaretskii <eliz@gnu.org>
10373
10374 * net/mairix.el (mairix-replace-invalid-chars): Rename from
10375 mairix-replace-illegal-chars; all callers changed. Don't remove
10376 ^, ~, and = characters: they are meaningful in mairix search specs.
10377 (mairix-widget-create-query): Add usage information about mairix
10378 search forms: negating words, searching for substrings, etc.
10379
10380 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
10381
10382 * international/fontset.el (font-encoding-alist): Add an entry for
10383 ksx1001 (Bug#5667).
10384
10385 2012-03-10 Richard Stallman <rms@gnu.org>
10386
10387 * mail/sendmail.el (mail-encode-header):
10388 Set rfc2047-encode-encoded-words.
10389
10390 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
10391
10392 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
10393 view buffer means not swapped.
10394 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
10395 (rmail-write-region-annotate): Error if real text has disappeared.
10396
10397 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
10398
10399 2012-03-10 Chong Yidong <cyd@gnu.org>
10400
10401 * emulation/cua-rect.el (cua--init-rectangles):
10402 * emulation/cua-base.el (cua--init-keymaps):
10403 Add delete-forward-char to remappings (Bug#9666).
10404
10405 2012-03-10 Martin Rudalics <rudalics@gmx.at>
10406
10407 * speedbar.el (speedbar-unhighlight-one-tag-line):
10408 Avoid unhighlighting due to frame switching (Bug#10275).
10409
10410 2012-03-10 Chong Yidong <cyd@gnu.org>
10411
10412 * minibuffer.el (completion-in-region, completion-help-at-point):
10413 Give the completion field overlay a high priority (Bug#6830).
10414
10415 * dired.el (dired-goto-file): Recognize absolute file name
10416 listings (Bug#7126).
10417 (dired-goto-file-1): New helper function.
10418 (dired-toggle-read-only): Inhibit warnings.
10419
10420 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
10421
10422 * net/dbus.el (dbus-property-handler): Return empty array if
10423 there are no properties.
10424
10425 2012-03-09 Leo Liu <sdl.web@gmail.com>
10426
10427 * savehist.el (savehist-printable): Stricter check for string
10428 value (Bug#10937).
10429
10430 2012-03-09 Eli Zaretskii <eliz@gnu.org>
10431
10432 * mail/smtpmail.el (smtpmail-send-it):
10433 Bind coding-system-for-write to *-unix, so that FCC files are kept in
10434 valid mbox format.
10435
10436 2012-03-09 Glenn Morris <rgm@gnu.org>
10437
10438 * files.el (dir-locals-find-file):
10439 Don't check result is regular, readable.
10440 (dir-locals-read-from-file): Demote errors.
10441
10442 2012-03-08 Eli Zaretskii <eliz@gnu.org>
10443
10444 * international/quail.el (quail-insert-kbd-layout):
10445 Insert invisible LRM characters before each character in a keyboard
10446 layout cell, to prevent their reordering by bidi display engine.
10447 For details, see the discussion in
10448 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
10449
10450 2012-03-08 Alan Mackenzie <acm@muc.de>
10451
10452 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
10453 the starting position; make it extend the marked region when
10454 invoked repeatedly - all under appropriate circumstances.
10455 Fixes bugs #5525, #10906.
10456
10457 2012-03-08 Glenn Morris <rgm@gnu.org>
10458
10459 * files.el (locate-dominating-file, dir-locals-find-file):
10460 Undo 2012-03-06 change.
10461
10462 2012-03-07 Eli Zaretskii <eliz@gnu.org>
10463
10464 * international/quail.el (quail-help):
10465 Force bidi-paragraph-direction be left-to-right. See discussion in
10466 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
10467 for the reason.
10468
10469 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
10470
10471 Avoid superfluous registering of signals. (Bug#10807)
10472
10473 * notifications.el (notifications-on-action-object)
10474 (notifications-on-close-object): New defvars.
10475 (notifications-on-action-signal, notifications-on-closed-signal):
10476 Unregister the signal if not needed any longer.
10477 (notifications-notify): Register `notifications-action-signal' or
10478 `notifications-closed-signal', if :on-action or :on-close has been
10479 passed as argument.
10480
10481 2012-03-07 Chong Yidong <cyd@gnu.org>
10482
10483 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
10484 non-X platforms.
10485
10486 2012-03-06 Glenn Morris <rgm@gnu.org>
10487
10488 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10489 (x-disown-selection-internal, x-get-selection-internal):
10490 Doc fix (add arglist signatures). (Bug#10783)
10491
10492 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
10493
10494 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10495 Handle breakpoints with no "type".
10496
10497 2012-03-06 Glenn Morris <rgm@gnu.org>
10498
10499 * files.el (locate-dominating-file): Add optional predicate argument.
10500 (dir-locals-find-file): Make use of above change.
10501
10502 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
10503
10504 * info.el (Info-insert-dir): Also try "dir.gz".
10505
10506 2012-03-06 Glenn Morris <rgm@gnu.org>
10507
10508 * files.el (dir-locals-find-file):
10509 Ignore non-readable or non-regular files. (Bug#10928)
10510
10511 * files.el (locate-dominating-file): Doc fix.
10512
10513 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
10514
10515 * calendar/calendar.el (calendar-set-mode-line):
10516 `getenv' returns a string. (Bug#10951)
10517
10518 2012-03-05 Leo Liu <sdl.web@gmail.com>
10519
10520 * simple.el (backward-delete-char-untabify): Constrain point to
10521 field (Bug#10939).
10522
10523 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
10524
10525 2012-03-05 Chong Yidong <cyd@gnu.org>
10526
10527 * simple.el (count-words): If called from Lisp, return the word
10528 count, for symmetry with `count-lines'. Arglist changed.
10529 (count-words--message): Args changed. Consolidate counting code
10530 from count-words and count-words-region.
10531 (count-words-region): Caller changed.
10532 (count-lines-region): Make it an obsolete alias.
10533
10534 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
10535
10536 * saveplace.el (save-place-to-alist)
10537 (save-place-ignore-files-regexp): Allow value nil to disable this
10538 feature.
10539
10540 2012-03-04 Chong Yidong <cyd@gnu.org>
10541
10542 * faces.el (face-spec-reset-face): For the default face, reset the
10543 attributes to default values (Bug#10748).
10544
10545 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10546
10547 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
10548 previous patch: Check `message-send-mail-function', and not the
10549 default function (bug#10897).
10550
10551 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
10552
10553 * notifications.el (notifications-on-action-signal)
10554 (notifications-on-closed-signal): Check for unique service name of
10555 incoming event. Fix error in removing entry.
10556 (top): Register for signals with wildcard service name.
10557 (notifications-notify): Use daemon unique service name for map entries.
10558
10559 2012-03-04 Chong Yidong <cyd@gnu.org>
10560
10561 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
10562
10563 2012-03-04 Glenn Morris <rgm@gnu.org>
10564
10565 * abbrev.el (copy-abbrev-table, abbrev-table-p)
10566 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
10567 (expand-abbrev, define-abbrev-table): Doc fixes.
10568
10569 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10570
10571 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
10572 `message-default-send-mail-function' and not `send-mail-function'
10573 when doing the prompting for `sendmail-query-once' before sending
10574 in Message buffers (bug#10897).
10575
10576 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
10577 This is inconsistent with all the other stream functions, which leave
10578 the setting up to the higher levels (if so wanted) (bug#10931).
10579
10580 2012-03-02 Alan Mackenzie <acm@muc.de>
10581
10582 Depessimize the handling of very large macros.
10583
10584 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
10585 (c-macro-cache-syntactic): New variables to implement a one
10586 element macro cache.
10587 (c-invalidate-macro-cache): New function.
10588 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
10589 Adapt to use the new cache.
10590 (c-state-safe-place): Use better the cache of safe positions.
10591 (c-state-semi-nonlit-pos-cache)
10592 (c-state-semi-nonlit-pos-cache-limit):
10593 New variables for...
10594 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
10595 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
10596 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
10597 Use c-state-semi-safe-place.
10598
10599 * progmodes/cc-langs.el (c-get-state-before-change-functions):
10600 Add c-invalidate-macro-cache to the C, C++, Obj entries.
10601
10602 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
10603
10604 * jka-compr.el (jka-compr-call-process):
10605 Apply `file-accessible-directory-p' only when the default directory is
10606 not remote.
10607
10608 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
10609
10610 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
10611 access of FILE2, if FILE1 does not exist.
10612
10613 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
10614 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
10615
10616 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
10617 Add "PAGER=" to `process-environment'.
10618
10619 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
10620
10621 * progmodes/sql.el: Bug fix
10622 (sql-get-login-ext): Save login values in globals.
10623 (sql-get-login): Use new version of `sql-get-login-ext'.
10624 (sql-interactive-mode): Set global `sql-connection' to nil.
10625 (sql-connect): Set global values for connection.
10626 (sql-product-interactive): Save global values as buffer local.
10627
10628 2012-02-29 Leo Liu <sdl.web@gmail.com>
10629
10630 * abbrev.el (define-abbrevs): Reset sys to nil.
10631
10632 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10633
10634 * files.el (file-equal-p): Rename from `files-equal-p'.
10635 Return nil when one or both files don't exist.
10636 (file-subdir-of-p): Now only top directory must exists,
10637 return nil if it doesn't.
10638 (copy-directory): No need to test with `file-subdir-of-p' after
10639 creating dir.
10640 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
10641 to `file-equal-p'.
10642
10643 2012-02-28 Glenn Morris <rgm@gnu.org>
10644
10645 * shell.el (shell-mode):
10646 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
10647 * play/landmark.el (landmark-font-lock-face-O):
10648 * play/handwrite.el (handwrite):
10649 * play/gomoku.el (gomoku-O):
10650 * net/browse-url.el (browse-url-browser-display):
10651 * international/mule.el (define-charset):
10652 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
10653 * filesets.el (filesets-find-file-delay):
10654 * eshell/em-xtra.el (eshell-xtra):
10655 * eshell/em-unix.el (eshell-grep):
10656 * emulation/viper.el (viper-mode):
10657 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10658 * emacs-lisp/easymenu.el (easy-menu-define):
10659 * calendar/timeclock.el (timeclock-use-display-time):
10660 * bs.el (bs-mode):
10661 * bookmark.el (bookmark-save-flag):
10662 Doc fix (standardize possessive apostrophe usage).
10663
10664 2012-02-27 Chong Yidong <cyd@gnu.org>
10665
10666 * emulation/viper-cmd.el (viper-intercept-ESC-key):
10667 Fix key-binding lookup for ESC key (Bug#9146).
10668
10669 * font-lock.el (font-lock-specified-p): Rename from
10670 font-lock-spec-present. Callers changed.
10671
10672 2012-02-27 Daniel Hackney <dan@haxney.org>
10673
10674 * emacs-lisp/package.el (package-compute-transaction):
10675 Handle holding a package version to t in package-load-list.
10676
10677 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
10678
10679 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
10680 (tramp-get-inode, tramp-get-device): Use cached values.
10681
10682 2012-02-26 Alan Mackenzie <acm@muc.de>
10683
10684 Check there is a font-lock specification before doing initial
10685 fontification.
10686
10687 * font-core.el (font-lock-mode): Move the conditional from
10688 :after-hook to font-lock-initial-fontify.
10689 (font-lock-default-function): Move the check for a specification
10690 to font-lock-spec-present.
10691
10692 * font-lock.el (font-lock-initial-fontify): Call ...
10693 (font-lock-spec-present): New function.
10694
10695 2012-02-26 Jim Blandy <jimb@red-bean.com>
10696
10697 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
10698 (gdb-send): Apply it to the operand of the '-interpreter-exec
10699 console' command, so that we can pass arguments with (say) quotes
10700 in them. Store exact string sent in gdb-debug-log (Bug#10765).
10701
10702 2012-02-26 Chong Yidong <cyd@gnu.org>
10703
10704 * help-fns.el (describe-function-1): Clarify description of
10705 remapping (Bug#10844).
10706
10707 * files.el (files-equal-p): Doc fix.
10708 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
10709 and quit the loop once a mismatch is found.
10710
10711 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
10712
10713 * bs.el (bs--show-with-configuration): Don't throw an error
10714 if the window cannot be split; otherwise, subsequent calls to
10715 bs-show fail, restoring a stale window config. (Bug#10882)
10716
10717 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
10718
10719 * term/ns-win.el (global-map): Bind ns-drag-file to
10720 ns-find-file (Bug#5855, Bug#10050).
10721
10722 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
10723
10724 * calendar/parse-time.el (parse-time-string): Allow extractor to
10725 return nil.
10726
10727 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
10728
10729 * net/tramp.el (tramp-file-name-for-operation):
10730 Add `files-equal-p' and `file-subdir-of-p'.
10731
10732 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
10733 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
10734 Add COPY-CONTENTS argument.
10735
10736 2012-02-25 Chong Yidong <cyd@gnu.org>
10737
10738 Add custom groups for VC backends, for consistency with vc-bzr.
10739
10740 * vc/vc-arch.el (vc-arch):
10741 * vc/vc-cvs.el (vc-cvs):
10742 * vc/vc-git.el (vc-git):
10743 * vc/vc-hg.el (vc-hg):
10744 * vc/vc-mtn.el (vc-mtn):
10745 * vc/vc-rcs.el (vc-rcs):
10746 * vc/vc-sccs.el (vc-sccs):
10747 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
10748 All relevant defcustoms reassigned.
10749
10750 2012-02-25 Chong Yidong <cyd@gnu.org>
10751
10752 * newcomment.el (comment-styles): Add autoload (Bug#10868).
10753
10754 * term/x-win.el (x-initialize-window-system): Reduce default for
10755 x-selection-timeout to 5 seconds (Bug#8869).
10756
10757 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10758
10759 * files.el (files-equal-p, file-subdir-of-p): New functions.
10760 (copy-directory): Error when trying to copy a directory on itself.
10761 Add missing copy-contents arg to tramp handler.
10762 * dired-aux.el (dired-copy-file-recursive): Same.
10763 (dired-create-files): Modify destination when source is equal to
10764 dest when copying files.
10765 Return also when dest is a subdir of source. (Bug#10489)
10766
10767 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
10768
10769 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
10770 (Bug#10874)
10771
10772 2012-02-23 Alan Mackenzie <acm@muc.de>
10773
10774 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
10775 parameter "after-hook:" to allow the expansion to run code after
10776 the execution of the mode hooks.
10777
10778 * font-lock.el (font-lock-initial-fontify): New function extracted
10779 from font-lock-mode-internal.
10780
10781 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
10782 :after-hook.
10783
10784 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
10787 (completion--cache-all-sorted-completions): New function.
10788 (completion-all-sorted-completions): Use it.
10789 (completion--do-completion, minibuffer-force-complete):
10790 Use it to re-instate the flush hook.
10791
10792 * icomplete.el (icomplete-completions): Replace last fix with a better
10793 one (bug#10850).
10794
10795 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
10796
10797 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
10798 when it might call us back infinitely (bug#10797).
10799
10800 2012-02-23 Glenn Morris <rgm@gnu.org>
10801
10802 * minibuffer.el (completion-category-overrides): Doc fix.
10803
10804 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10805
10806 * minibuffer.el (completion-table-with-context): Fix inf-loop.
10807 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
10808
10809 2012-02-23 Glenn Morris <rgm@gnu.org>
10810
10811 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
10812 (authors-obsolete-files-regexps, authors-ignored-files)
10813 (authors-ambiguous-files, authors-renamed-files-alist):
10814 Add more entries.
10815
10816 2012-02-23 Juri Linkov <juri@jurta.org>
10817
10818 * isearch.el (isearch-occur): Sync interactive spec with occur's
10819 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
10820
10821 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
10822
10823 2012-02-22 Juri Linkov <juri@jurta.org>
10824
10825 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
10826 (ucs-insert): Doc fix. Check for hex digits in the string.
10827 Don't display `nil' in the error message. (Bug#10857)
10828
10829 2012-02-22 Alan Mackenzie <acm@muc.de>
10830
10831 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
10832
10833 2012-02-22 Glenn Morris <rgm@gnu.org>
10834
10835 * ffap.el (ffap-c-path):
10836 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
10837
10838 2012-02-22 Chong Yidong <cyd@gnu.org>
10839
10840 * custom.el (load-theme): Doc fix.
10841
10842 2012-02-22 Glenn Morris <rgm@gnu.org>
10843
10844 * dired-x.el (dired-guess-shell-alist-default):
10845 Remove escape sequences from nroff output. (Bug#172)
10846
10847 2012-02-21 Glenn Morris <rgm@gnu.org>
10848
10849 * vc/emerge.el (emerge-defvar-local):
10850 Set `permanent-local' property rather than unused `preserved'.
10851
10852 * textmodes/picture.el (picture-delete-char): New alias.
10853 (picture-mode-map): Use it. (Bug#10860)
10854 (picture-mode): Doc fix.
10855
10856 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
10857
10858 * newcomment.el (uncomment-region-default): Remove unused binding.
10859
10860 2012-02-21 Glenn Morris <rgm@gnu.org>
10861
10862 * textmodes/picture.el (picture-motion, picture-motion-reverse)
10863 (picture-self-insert, picture-tab-chars): Doc fix.
10864 (picture-mode-map): Fix C-a, C-e.
10865
10866 2012-02-20 Glenn Morris <rgm@gnu.org>
10867
10868 * emacs-lisp/authors.el (authors-aliases): Add another entry.
10869
10870 2012-02-20 Leo Liu <sdl.web@gmail.com>
10871
10872 * icomplete.el (icomplete-completions): Check FROM arg before
10873 passing to substring (Bug#10850).
10874
10875 2012-02-19 Chong Yidong <cyd@gnu.org>
10876
10877 * comint.el: Require ansi-color.
10878 (comint-output-filter-functions): Add ansi-color-process-output.
10879
10880 * ansi-color.el: Don't set comint-output-filter-functions; it is
10881 now in the initial value defined in comint.el.
10882 (ansi-color-apply-face-function): New variable.
10883 (ansi-color-apply-on-region): Use it.
10884 (ansi-color-apply-overlay-face): New function.
10885
10886 * shell.el (shell): No need to require ansi-color.
10887 (shell-mode): Use ansi-color-apply-face-function to highlight
10888 color escapes using font-lock-face property (Bug#10835).
10889
10890 2012-02-19 Chong Yidong <cyd@gnu.org>
10891
10892 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10893 mode-line formats (Bug#10839).
10894
10895 2012-02-18 Glenn Morris <rgm@gnu.org>
10896
10897 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10898
10899 * mail/undigest.el (unforward-rmail-message): Doc fix.
10900
10901 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10902
10903 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10904
10905 * international/characters.el (script-list): Sync with the latest
10906 Unicode Character Database.
10907
10908 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10909
10910 * international/titdic-cnv.el: Remove duplicate coding tag.
10911 * language/cham.el: Likewise.
10912 * language/tai-viet.el: Likewise.
10913
10914 2012-02-18 Glenn Morris <rgm@gnu.org>
10915
10916 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10917 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10918 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10919 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10920 * calendar/holidays.el (holiday-bahai-holidays)
10921 (calendar-holidays, list-holidays):
10922 Use utf-8 Bahá'í in doc-strings, menus, etc.
10923
10924 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10925
10926 * saveplace.el (save-place-ignore-files-regexp): New variable
10927 allowing for excluding files from saving their location of point.
10928 The default value matches the temporary commit message editing
10929 files from Git, SVN, Bazaar, and Mercurial.
10930 (save-place-to-alist): Use it.
10931
10932 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10933 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * newcomment.el (uncomment-region-default): Don't leave extra space
10936 when an arg is provided (bug#8150).
10937
10938 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10939
10940 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10941
10942 2012-02-17 Glenn Morris <rgm@gnu.org>
10943
10944 * net/socks.el: Require network-stream. (Bug#10599)
10945
10946 2012-02-17 Kenichi Handa <handa@m17n.org>
10947
10948 * international/charprop.el:
10949 * international/uni-name.el:
10950 * international/uni-old-name.el:
10951 * international/uni-comment.el: Regenerate.
10952
10953 2012-02-16 Glenn Morris <rgm@gnu.org>
10954
10955 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10956 Interactively in calendar buffer, give an error if not on a date.
10957
10958 2012-02-15 Glenn Morris <rgm@gnu.org>
10959
10960 * shell.el (shell-delimiter-argument-list):
10961 Revert 2011-02-17 change. (Bug#8027)
10962
10963 2012-02-15 Chong Yidong <cyd@gnu.org>
10964
10965 * minibuffer.el (completion-at-point-functions): Doc fix.
10966
10967 * custom.el (defcustom): Doc fix; note use of defvar.
10968
10969 2012-02-15 Glenn Morris <rgm@gnu.org>
10970
10971 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10972 Doc fixes.
10973
10974 2012-02-14 Glenn Morris <rgm@gnu.org>
10975
10976 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10977
10978 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10979
10980 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10981 way the ports list is computed.
10982 (smtpmail-query-smtp-server): Prompt the user for a port number if
10983 we can't connect to any of the standard ports (bug#10810).
10984
10985 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10986
10987 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10988
10989 2012-02-13 Glenn Morris <rgm@gnu.org>
10990
10991 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10992
10993 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10994
10995 * net/gnutls.el (gnutls-trustfiles): New variable.
10996 (gnutls-negotiate): Use it.
10997
10998 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10999
11000 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
11001 does its stuff if Gnus is running.
11002
11003 2012-02-13 Alan Mackenzie <acm@muc.de>
11004
11005 Fix a loop in c-set-fl-decl-start.
11006
11007 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
11008 c-backward-syntactic-ws actually moves backwards.
11009
11010 2012-02-13 Leo Liu <sdl.web@gmail.com>
11011
11012 * net/rcirc.el (rcirc-markup-attributes): Move point to the
11013 beginning so that all \C-o chars are removed.
11014
11015 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
11016
11017 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
11018
11019 2012-02-12 Alan Mackenzie <acm@muc.de>
11020
11021 Fix infinite loop with long macros.
11022 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
11023
11024 2012-02-12 Chong Yidong <cyd@gnu.org>
11025
11026 * window.el (display-buffer): Doc fix (Bug#10785).
11027
11028 2012-02-12 Glenn Morris <rgm@gnu.org>
11029
11030 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
11031 (x-disown-selection-internal, x-get-selection-internal):
11032 Sync docs with the xselect.c versions.
11033
11034 * allout-widgets.el: Add missing license notice.
11035
11036 2012-02-11 Glenn Morris <rgm@gnu.org>
11037
11038 * select.el (x-get-selection-internal, x-own-selection-internal)
11039 (x-disown-selection-internal):
11040 * x-dnd.el (x-get-selection-internal): Update declarations.
11041
11042 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
11043
11044 * window.el (window-sides-slots):
11045 * tool-bar.el (tool-bar-position):
11046 * term/xterm.el (xterm-extra-capabilities):
11047 * ses.el (ses-self-reference-early-detection):
11048 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
11049 (verilog-auto-wire-type)
11050 (verilog-auto-delete-trailing-whitespace)
11051 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
11052 (verilog-auto-tieoff-declaration):
11053 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
11054 (sql-oracle-statement-starters, sql-oracle-scan-on):
11055 * progmodes/prolog.el (prolog-align-comments-flag)
11056 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
11057 (prolog-left-indent-regexp, prolog-paren-indent-p)
11058 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
11059 (prolog-types, prolog-mode-specificators)
11060 (prolog-determinism-specificators, prolog-directives)
11061 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
11062 (prolog-electric-dot-flag)
11063 (prolog-electric-dot-full-predicate-template)
11064 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
11065 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
11066 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
11067 (prolog-program-switches, prolog-prompt-regexp)
11068 (prolog-debug-on-string, prolog-debug-off-string)
11069 (prolog-trace-on-string, prolog-trace-off-string)
11070 (prolog-zip-on-string, prolog-zip-off-string)
11071 (prolog-use-standard-consult-compile-method-flag)
11072 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
11073 (prolog-imenu-max-lines, prolog-info-predicate-index)
11074 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
11075 (prolog-char-quote-workaround):
11076 * progmodes/cc-vars.el (c-defun-tactic):
11077 * net/tramp.el (tramp-encoding-command-interactive)
11078 (tramp-local-end-of-line):
11079 * net/soap-client.el (soap-client):
11080 * net/netrc.el (netrc-file):
11081 * net/gnutls.el (gnutls):
11082 * minibuffer.el (completion-category-overrides)
11083 (completion-cycle-threshold)
11084 (completion-pcm-complete-word-inserts-delimiters):
11085 * man.el (Man-name-local-regexp):
11086 * mail/feedmail.el (feedmail-display-full-frame):
11087 * international/characters.el (glyphless-char-display-control):
11088 * eshell/em-ls.el (eshell-ls-date-format):
11089 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
11090 (lisp-lambda-list-keyword-parameter-indentation)
11091 (lisp-lambda-list-keyword-parameter-alignment):
11092 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
11093 * dired-x.el (dired-omit-verbose):
11094 * cus-theme.el (custom-theme-allow-multiple-selections):
11095 * calc/calc.el (calc-highlight-selections-with-faces)
11096 (calc-lu-field-reference, calc-lu-power-reference)
11097 (calc-note-threshold):
11098 * battery.el (battery-mode-line-limit):
11099 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
11100 (archive-7z-update):
11101 * allout.el (allout-prefixed-keybindings)
11102 (allout-unprefixed-keybindings)
11103 (allout-inhibit-auto-fill-on-headline)
11104 (allout-flattened-numbering-abbreviation):
11105 * allout-widgets.el (allout-widgets-auto-activation)
11106 (allout-widgets-icons-dark-subdir)
11107 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
11108 (allout-widgets-theme-dark-background)
11109 (allout-widgets-theme-light-background)
11110 (allout-widgets-item-image-properties-emacs)
11111 (allout-widgets-item-image-properties-xemacs)
11112 (allout-widgets-run-unit-tests-on-load)
11113 (allout-widgets-time-decoration-activity)
11114 (allout-widgets-hook-error-post-time)
11115 (allout-widgets-track-decoration):
11116 Add missing :version tags to new defcustoms and defgroups.
11117
11118 * progmodes/sql.el (sql-ansi-statement-starters)
11119 (sql-oracle-statement-starters): Add custom type.
11120
11121 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
11122 (prolog-system-version): Give it a type.
11123
11124 2012-02-11 Eli Zaretskii <eliz@gnu.org>
11125
11126 * term/pc-win.el (x-select-text, x-selection-owner-p)
11127 (x-own-selection-internal, x-disown-selection-internal)
11128 (x-get-selection-internal): Sync doc strings and argument lists
11129 with xselect.c, common-win.el and x-win.el. (Bug#10783)
11130
11131 2012-02-11 Leo Liu <sdl.web@gmail.com>
11132
11133 * progmodes/python.el (python-end-of-statement): Fix infinite
11134 loop. (Bug#10788)
11135
11136 2012-02-10 Glenn Morris <rgm@gnu.org>
11137
11138 * international/mule-cmds.el (unify-8859-on-encoding-mode)
11139 (unify-8859-on-decoding-mode): Properly mark as obsolete.
11140
11141 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
11142
11143 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
11144 about SMTP before checking the From header.
11145
11146 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
11147 into own function for reuse by emacsbug.el.
11148
11149 2012-02-10 Leo Liu <sdl.web@gmail.com>
11150
11151 * subr.el (condition-case-unless-debug): Rename from
11152 condition-case-no-debug. All callers changed.
11153 (with-demoted-errors): Fix caller.
11154
11155 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
11156 * nxml/rng-valid.el (rng-do-some-validation):
11157 * emacs-lisp/package.el (package-refresh-contents)
11158 (package-menu-execute):
11159 * desktop.el (desktop-create-buffer):
11160 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
11161
11162 2012-02-10 Glenn Morris <rgm@gnu.org>
11163
11164 * textmodes/bibtex.el:
11165 Add missing :version tags for new/changed defcustoms.
11166
11167 * files.el (remote-file-name-inhibit-cache): Doc fixes.
11168
11169 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
11170
11171 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
11172 (smtpmail-via-smtp): Use it, or fall back on the From address.
11173 (smtpmail-send-it): Ditto.
11174
11175 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
11178 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
11179 (byte-compile-tmp-var): New const.
11180 (byte-compile-defvar): Use it to minimize .elc size.
11181 Just use `defvar' rather than simulate it (bug#10761).
11182
11183 2012-02-09 Glenn Morris <rgm@gnu.org>
11184
11185 * files.el (rename-uniquely): Doc fix. (Bug#3806)
11186
11187 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
11188 Add :version tags.
11189
11190 * progmodes/compile.el (compilation-error-screen-columns)
11191 (compilation-first-column, compilation-filter-start): Doc fixes.
11192
11193 * vc/log-view.el (log-view-toggle-entry-display):
11194 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
11195
11196 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
11197 (report-emacs-bug-can-use-xdg-email):
11198 (report-emacs-bug-insert-to-mailer): Doc fixes.
11199 (report-emacs-bug): Message fix.
11200
11201 * net/browse-url.el (browse-url-can-use-xdg-open)
11202 (browse-url-xdg-open): Doc fixes.
11203
11204 * electric.el (electric-indent-mode, electric-pair-mode)
11205 (electric-layout-rules, electric-layout-mode): Doc fixes.
11206 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
11207
11208 2012-02-08 Martin Rudalics <rudalics@gmx.at>
11209
11210 * server.el (server-unselect-display): Don't inadvertently kill
11211 the current buffer. (Bug#10729)
11212
11213 2012-02-08 Glenn Morris <rgm@gnu.org>
11214
11215 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
11216 (sql-list-table): Doc fixes.
11217
11218 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
11219 Comment out (does nothing).
11220
11221 * completion.el (dynamic-completion-mode):
11222 * dirtrack.el (dirtrack-debug-mode):
11223 * electric.el (electric-layout-mode):
11224 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
11225 * face-remap.el (text-scale-mode, buffer-face-mode):
11226 * iimage.el (iimage-mode):
11227 * image-mode.el (image-transform-mode):
11228 * minibuffer.el (completion-in-region-mode):
11229 * scroll-lock.el (scroll-lock-mode):
11230 * simple.el (next-error-follow-minor-mode):
11231 * tar-mode.el (tar-subfile-mode):
11232 * tooltip.el (tooltip-mode):
11233 * vcursor.el (vcursor-use-vcursor-map):
11234 * wid-browse.el (widget-minor-mode):
11235 * emulation/tpu-edt.el (tpu-edt-mode):
11236 * emulation/tpu-extras.el (tpu-cursor-free-mode):
11237 * international/iso-ascii.el (iso-ascii-mode):
11238 * language/thai-util.el (thai-word-mode):
11239 * mail/supercite.el (sc-minor-mode):
11240 * net/goto-addr.el (goto-address-mode):
11241 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
11242 * progmodes/cwarn.el (cwarn-mode):
11243 * progmodes/flymake.el (flymake-mode):
11244 * progmodes/glasses.el (glasses-mode):
11245 * progmodes/hideshow.el (hs-minor-mode):
11246 * progmodes/pascal.el (pascal-outline-mode):
11247 * textmodes/enriched.el (enriched-mode):
11248 * vc/smerge-mode.el (smerge-mode):
11249 Doc fixes (minor mode argument).
11250
11251 2012-02-07 Eli Zaretskii <eliz@gnu.org>
11252
11253 * ls-lisp.el (ls-lisp-sanitize): New function.
11254 (ls-lisp-insert-directory): Use it to fix or remove any elements
11255 in file-alist with missing attributes. (Bug#4673)
11256
11257 2012-02-07 Alan Mackenzie <acm@muc.de>
11258
11259 Fix spurious recognition of c-in-knr-argdecl.
11260
11261 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
11262 putative K&R region.
11263
11264 2012-02-07 Alan Mackenzie <acm@muc.de>
11265
11266 * progmodes/cc-engine.el (c-forward-objc-directive):
11267 Prevent looping in "#pragma mark @implementation".
11268
11269 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
11270
11271 * notifications.el (notifications-on-closed-signal): Make `reason'
11272 optional. (Bug#10744)
11273
11274 2012-02-07 Glenn Morris <rgm@gnu.org>
11275
11276 * emacs-lisp/easy-mmode.el (define-minor-mode):
11277 Doc fixes for the macro and the mode it defines.
11278
11279 * image.el (imagemagick-types-inhibit): Doc fix.
11280
11281 * cus-start.el (imagemagick-render-type): Add it.
11282
11283 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
11284
11285 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
11286 Set the default at load time, too, so that `font-lock-fontify-buffer'
11287 can be called without setting up the entire mode first. This fixes
11288 a bug in `mm-inline-text' with C MIME parts.
11289
11290 2012-02-06 Chong Yidong <cyd@gnu.org>
11291
11292 * simple.el (list-processes--refresh): Delete exited processes
11293 (Bug#8094).
11294
11295 * comint.el (comint-next-prompt): next-single-char-property-change
11296 and prev-single-char-property-change never return nil (Bug#8657).
11297
11298 * custom.el (defcustom): Doc fix (Bug#9711).
11299
11300 2012-02-05 Chong Yidong <cyd@gnu.org>
11301
11302 * cus-edit.el (custom-variable-reset-backup): Quote the value
11303 before storing it in the customized-value property (Bug#6712).
11304 (custom-display): Add a customization type tag.
11305 (custom-buffer-create-internal): Improve tooltip message.
11306
11307 * wid-edit.el (widget-field-value-get): New optional arg to
11308 suppress trailing whitespace truncation.
11309 (character): Use it (Bug#2689).
11310
11311 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
11312
11313 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
11314 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
11315
11316 2012-02-05 Chong Yidong <cyd@gnu.org>
11317
11318 * cus-edit.el (custom-variable-value-create): For mismatched
11319 types, show the current value (Bug#7600).
11320
11321 * custom.el (defcustom): Doc fix.
11322
11323 2012-02-05 Glenn Morris <rgm@gnu.org>
11324
11325 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
11326
11327 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
11328
11329 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
11330 (pp-buffer): Use `ignore-errors', `looking-at-p'.
11331 (pp-last-sexp): Use `looking-at-p'.
11332
11333 2012-02-04 Glenn Morris <rgm@gnu.org>
11334
11335 * files.el (revert-buffer):
11336 Doc fix (mention revert-buffer-in-progress-p).
11337
11338 * emacs-lisp/ert-x.el (ert-simulate-command):
11339 Check deferred-action-list (which is obsolete) is bound.
11340
11341 * subr.el (with-wrapper-hook): Doc fixes.
11342
11343 * simple.el (filter-buffer-substring-functions)
11344 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
11345
11346 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
11347
11348 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
11349 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
11350
11351 2012-02-04 Leo Liu <sdl.web@gmail.com>
11352
11353 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
11354
11355 2012-02-04 Glenn Morris <rgm@gnu.org>
11356
11357 * image.el (image-extension-data): Add obsolete alias.
11358
11359 * isearch.el (isearch-update): Doc fix.
11360
11361 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
11362
11363 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
11364
11365 2012-02-03 Glenn Morris <rgm@gnu.org>
11366
11367 * image.el (image-animated-p): Doc fix. Use image-animated-types.
11368 (image-animate-timeout): Doc fix.
11369
11370 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
11371
11372 2012-02-02 Glenn Morris <rgm@gnu.org>
11373
11374 * server.el (server-auth-dir): Doc fix.
11375 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
11376
11377 * subr.el (run-mode-hooks): Doc fix.
11378
11379 2012-02-02 Juri Linkov <juri@jurta.org>
11380
11381 * image-mode.el (image-toggle-display-image): Remove tautological
11382 `major-mode' from the `derived-mode-p' test.
11383
11384 2012-02-02 Kenichi Handa <handa@m17n.org>
11385
11386 * composite.el (compose-region): Cancel previous change.
11387
11388 2012-02-02 Kenichi Handa <handa@m17n.org>
11389
11390 * composite.el (compose-region, compose-string): Signal error for
11391 a null string component (Bug#6988).
11392
11393 2012-02-01 Chong Yidong <cyd@gnu.org>
11394
11395 * view.el (view-buffer-other-window, view-buffer-other-frame):
11396 Handle special modes like view-buffer (Bug#10650).
11397 (view-buffer): Simplify.
11398
11399 * frame.el (set-frame-font): Tweak meaning of third argument.
11400
11401 * dynamic-setting.el (font-setting-change-default-font):
11402 Use set-frame-font (Bug#9982).
11403
11404 2012-02-01 Glenn Morris <rgm@gnu.org>
11405
11406 * progmodes/compile.el (compilation-internal-error-properties):
11407 Respect compilation-first-column in the "*compilation*" buffer.
11408
11409 * emacs-lisp/easy-mmode.el (define-minor-mode):
11410 Relax :variable's test for a named function.
11411
11412 2012-01-31 Alan Mackenzie <acm@muc.de>
11413
11414 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
11415 off by one error.
11416
11417 2012-01-31 Chong Yidong <cyd@gnu.org>
11418
11419 * frame.el (set-frame-font): New arg ALL-FRAMES.
11420
11421 * menu-bar.el (menu-set-font): Use set-frame-font.
11422
11423 * faces.el (face-spec-reset-face): Don't apply unspecified
11424 attribute values to the default face.
11425
11426 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
11427
11428 * progmodes/cwarn.el (cwarn): Remove dead link.
11429 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
11430 Remove * from defcustom docstrings.
11431 (turn-on-cwarn-mode): Make obsolete.
11432 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
11433 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
11434
11435 2012-01-31 Glenn Morris <rgm@gnu.org>
11436
11437 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
11438 Fix :variable handling of mode a symbol not equal to modefun.
11439 Allow named functions to be used as the cdr of :variable.
11440
11441 2012-01-30 Glenn Morris <rgm@gnu.org>
11442
11443 * emacs-lisp/authors.el (authors-fixed-entries):
11444 Remove reference to deleted file rnewspost.el.
11445
11446 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
11447
11448 * window.el (window-with-parameter): Remove unused variable `windows'.
11449 (window--side-check): Remove unused variable `code'.
11450 (window--resize-siblings): Remove unused variable `first'.
11451 (adjust-window-trailing-edge): Remove unused variable `failed'.
11452 (window-deletable-p, window--delete): Remove unused variable `buffer'.
11453 Use `let', not `let*'.
11454 (balance-windows-2): Remove unused variable `found'.
11455 (window--state-put-2): Remove unused variable `splits'.
11456 (window-state-put): Remove unused variable `selected'.
11457 (same-window-p): Use `string-match-p'.
11458 (display-buffer-assq-regexp): Remove unused variable `value'.
11459 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11460 Mark argument ALIST as ignored.
11461 (pop-to-buffer): Remove unused variable `old-window'.
11462
11463 2012-01-29 Eli Zaretskii <eliz@gnu.org>
11464
11465 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
11466 and .lzma compressed files.
11467
11468 2012-01-29 Chong Yidong <cyd@gnu.org>
11469
11470 * frame.el (window-system-default-frame-alist): Doc fix.
11471
11472 * dynamic-setting.el (font-setting-change-default-font): Don't
11473 change the default face if SET-FONT argument is non-nil (Bug#9982).
11474
11475 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
11476
11477 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
11478
11479 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
11480
11481 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
11482 breakpoints in files outside current directory (Bug#6098).
11483
11484 2012-01-29 Chong Yidong <cyd@gnu.org>
11485
11486 * progmodes/python.el: Require ansi-color at top-level.
11487
11488 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
11489 Define and use in Emacs Lisp mode (Bug#9360).
11490 (lisp-mode-abbrev-table): Add doc.
11491 (lisp-mode-variables): Don't set local-abbrev-table.
11492 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
11493
11494 2012-01-28 Roland Winkler <winkler@gnu.org>
11495
11496 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
11497
11498 2012-01-28 Roland Winkler <winkler@gnu.org>
11499
11500 * textmodes/bibtex.el (bibtex-entry-alist): New function.
11501 (bibtex-set-dialect): Use it. Either set global values of
11502 dialect-dependent variables or bind these variables buffer-locally
11503 (Bug#10254).
11504 (bibtex-mode): Call bibtex-set-dialect via
11505 hack-local-variables-hook.
11506 (bibtex-dialect): Update docstring.
11507 Add safe-local-variable predicate.
11508 (bibtex-entry-alist, bibtex-field-alist): Initialize via
11509 bibtex-set-dialect.
11510 (bibtex-mode-map): Define menu for each dialect.
11511 (bibtex-entry): Fix docstring.
11512
11513 2012-01-28 Chong Yidong <cyd@gnu.org>
11514
11515 * eshell/esh-arg.el (eshell-quote-argument): New function.
11516
11517 * eshell/esh-ext.el (eshell-invoke-batch-file):
11518 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
11519 first arg to eshell-parse-command (Bug#10523).
11520
11521 2012-01-28 Drew Adams <drew.adams@oracle.com>
11522
11523 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
11524 `default-directory' is non-nil.
11525
11526 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11527
11528 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
11529 line that displays system-configuration-options. (Bug#9924)
11530
11531 2012-01-28 Drew Adams <drew.adams@oracle.com>
11532
11533 * descr-text.el (describe-char): Show information about POS, in
11534 addition to information about the character at POS. Improve and
11535 update the doc string. Change "code point" to "code point in
11536 charset", to avoid confusion with the character's Unicode code
11537 point shown above that. (Bug#10129)
11538
11539 2012-01-28 Eli Zaretskii <eliz@gnu.org>
11540
11541 * descr-text.el (describe-char): Show the raw character, not only
11542 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
11543 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
11544 for the reasons.
11545
11546 2012-01-28 Phil Hagelberg <phil@hagelb.org>
11547
11548 * emacs-lisp/package.el (package-install):
11549 Run package-refresh-contents if there is no archive yet (Bug#9798).
11550
11551 2012-01-28 Chong Yidong <cyd@gnu.org>
11552
11553 * emacs-lisp/package.el (package-maybe-load-descriptor):
11554 New function, split from package-maybe-load-descriptor.
11555 (package-maybe-load-descriptor): Use it.
11556 (package-download-transaction): Fully load required packages
11557 inside the loop, so that `require' calls work (Bug#10593).
11558 (package-install): No need to call package-initialize now.
11559
11560 2012-01-28 Chong Yidong <cyd@gnu.org>
11561
11562 * simple.el (deactivate-mark): Doc fix (Bug#8614).
11563
11564 * tooltip.el (tooltip-mode): Doc fix.
11565 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
11566
11567 * frame.el (set-cursor-color): Doc fix (Bug#352).
11568
11569 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
11570 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
11571
11572 * cus-edit.el (custom-buffer-create-internal): Fix search button
11573 action (Bug#10542).
11574 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
11575
11576 2012-01-27 Eduard Wiebe <usenet@pusto.de>
11577
11578 * dired.el (dired-mark-files-regexp):
11579 Include any subdirectory components. (Bug#10445)
11580
11581 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
11582
11583 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
11584 Handle [host]:port syntax. (Bug#10533)
11585
11586 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
11587
11588 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
11589
11590 2012-01-26 Glenn Morris <rgm@gnu.org>
11591
11592 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
11593 * term.el (term-raw-escape-map): Use Control-X-prefix.
11594 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
11595
11596 2012-01-25 Martin Rudalics <rudalics@gmx.at>
11597
11598 * window.el (window-state-get, window--state-get-1): Don't deal
11599 with fixed-sizeness of windows. Simplify code.
11600
11601 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
11602
11603 * window.el (window--state-get-1, window--state-put-2):
11604 Don't save and restore the mark.
11605
11606 2012-01-25 Chong Yidong <cyd@gnu.org>
11607
11608 * custom.el (custom-variable-p): Doc fix.
11609
11610 2012-01-25 Glenn Morris <rgm@gnu.org>
11611
11612 * dired.el (dired-goto-file): Handle some of the more common
11613 characters that `ls -b' escapes. (Bug#10596)
11614
11615 * progmodes/compile.el (compilation-next-error-function):
11616 Respect compilation-first-column in the "*compilation*" buffer.
11617 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
11618
11619 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
11620
11621 2012-01-24 Glenn Morris <rgm@gnu.org>
11622
11623 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
11624
11625 2012-01-24 Julien Danjou <julien@danjou.info>
11626
11627 * color.el (color-rgb-to-hsl): Fix value computing.
11628 (color-hue-to-rgb): New function.
11629 (color-hsl-to-rgb): New function.
11630 (color-clamp, color-saturate-hsl, color-saturate-name)
11631 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
11632 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
11633
11634 2012-01-24 Glenn Morris <rgm@gnu.org>
11635
11636 * vc/vc-rcs.el (vc-rcs-create-tag):
11637 * vc/vc-sccs.el (vc-sccs-create-tag):
11638 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
11639
11640 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
11641
11642 * eshell/esh-util.el (eshell-read-hosts-file):
11643 Skip comment lines. (Bug#10549)
11644
11645 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
11646
11647 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
11648
11649 * subr.el (display-delayed-warnings): Doc fix.
11650 (collapse-delayed-warnings): New function to collapse identical
11651 adjacent warnings.
11652 (delayed-warnings-hook): Add it.
11653
11654 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
11655
11656 * net/tramp.el (tramp-action-login): Set connection property "login-as".
11657
11658 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
11659 (tramp-default-user-alist): Don't add "pscp".
11660 (tramp-do-copy-or-rename-file-out-of-band): Use connection
11661 property "login-as", if set. (Bug#10530)
11662
11663 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
11664
11665 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
11666 "plink1" and "psftp". (Bug#10530)
11667
11668 2012-01-21 Kenichi Handa <handa@m17n.org>
11669
11670 * international/mule-cmds.el (prefer-coding-system): Show a
11671 warning message if the default value of file-name-coding-system
11672 was not changed.
11673
11674 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11675
11676 * windmove.el (windmove-reference-loc):
11677 Fix windmove-reference-loc miscalculation.
11678
11679 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
11680
11681 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
11682 default unit.
11683
11684 2012-01-21 Glenn Morris <rgm@gnu.org>
11685
11686 * international/mule.el (auto-coding-alist): Add .tbz.
11687
11688 * files.el (local-enable-local-variables): Doc fix.
11689 (inhibit-local-variables-regexps): Rename from
11690 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
11691 Doc fix. Add some extensions from auto-coding-alist.
11692 (inhibit-local-variables-suffixes):
11693 Rename from inhibit-first-line-modes-suffixes. Doc fix.
11694 (inhibit-local-variables-p):
11695 New function, extracted from set-auto-mode-1.
11696 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
11697 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
11698 (hack-local-variables): Doc fix. Make the mode-only case
11699 respect enable-local-variables and friends.
11700 Respect inhibit-local-variables-regexps for file-locals, but
11701 not for directory-locals.
11702 (set-visited-file-name):
11703 Take account of inhibit-local-variables-regexps.
11704 Whether it applies may change as the file name is changed.
11705 * jka-cmpr-hook.el (jka-compr-install):
11706 * jka-compr.el (jka-compr-uninstall):
11707 Update for inhibit-first-line-modes-suffixes name change.
11708
11709 2012-01-20 Martin Rudalics <rudalics@gmx.at>
11710
11711 * help-macro.el (make-help-screen): Temporarily restore original
11712 binding for minor-mode-map-alist (Bug#10454).
11713
11714 2012-01-19 Julien Danjou <julien@danjou.info>
11715
11716 * color.el (color-name-to-rgb): Use the white color to find the max
11717 color component value and return correctly computed values.
11718 (color-name-to-rgb): Add missing float conversion for max value.
11719
11720 2012-01-19 Martin Rudalics <rudalics@gmx.at>
11721
11722 * window.el (window--state-get-1, window-state-get): Do not use
11723 special state value for window-persistent-parameters.
11724 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
11725 (window--state-put-2): Reset all window parameters to nil before
11726 assigning values of persistent parameters.
11727
11728 2012-01-18 Alan Mackenzie <acm@muc.de>
11729
11730 Eliminate sluggishness and hangs in fontification of "semicolon
11731 deserts".
11732
11733 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
11734 Change value 10000 -> 3000.
11735 (c-state-safe-place): Reformulate so it doesn't stack up an
11736 infinite number of wrong entries in c-state-nonlit-pos-cache.
11737 (c-determine-limit-get-base, c-determine-limit): New functions to
11738 determine backward search limits disregarding literals.
11739 (c-find-decl-spots): Amend commenting.
11740 (c-cheap-inside-bracelist-p): New function which detects "={".
11741
11742 * progmodes/cc-fonts.el
11743 (c-make-font-lock-BO-decl-search-function): Give a limit to a
11744 backward search.
11745 (c-font-lock-declarations): Fix an occurrence of point being
11746 undefined. Check additionally for point being in a bracelist or
11747 near a macro invocation without a semicolon so as to avoid a
11748 fruitless time consuming search for a declarator. Give a more
11749 precise search limit for declarators using the new
11750 c-determine-limit.
11751
11752 2012-01-18 Glenn Morris <rgm@gnu.org>
11753
11754 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
11755 (set-auto-mode): Doc fixes.
11756
11757 2012-01-17 Glenn Morris <rgm@gnu.org>
11758
11759 * isearch.el (search-nonincremental-instead): Fix doc typo.
11760
11761 * dired.el (dired-insert-directory): Handle newlines in directory name.
11762 (dired-build-subdir-alist): Unescape newlines in directory name.
11763
11764 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
11765
11766 * net/tramp.el (tramp-local-end-of-line): New defcustom.
11767 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
11768 (tramp-action-terminal): Use it. (Bug#10530)
11769
11770 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * minibuffer.el (completion--replace): Strip properties (bug#10062).
11773
11774 2012-01-16 Martin Rudalics <rudalics@gmx.at>
11775
11776 * window.el (window-state-ignored-parameters): Remove variable.
11777 (window--state-get-1): Rename argument MARKERS to IGNORE.
11778 Handle persistent window parameters. Make copy of clone-of
11779 parameter only if requested. (Bug#10348)
11780 (window--state-put-2): Install a window parameter only if it has
11781 a non-nil value or an existing parameter shall be overwritten.
11782
11783 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
11784
11785 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
11786
11787 2012-01-14 Eli Zaretskii <eliz@gnu.org>
11788
11789 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
11790 don't pass the (nil) value of `upnode' to string-match.
11791
11792 2012-01-14 Chong Yidong <cyd@gnu.org>
11793
11794 * startup.el (command-line): Fix X resource class for cursorColor.
11795 Fix values recognized by the cursorBlink resource.
11796
11797 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
11798
11799 * epg.el (epg--make-temp-file): Avoid permission race condition
11800 when running on old Emacs versions (bug#10403).
11801
11802 2012-01-14 Glenn Morris <rgm@gnu.org>
11803
11804 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
11805
11806 2012-01-13 Alan Mackenzie <acm@muc.de>
11807
11808 Fix filling for when filladapt mode is enabled.
11809
11810 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
11811 c-mask-paragraph, pass in `fill-paragraph' rather than
11812 `fill-region-as-paragraph'. (This is a reversion of a previous
11813 change.)
11814 * progmodes/cc-mode.el (c-basic-common-init):
11815 Make fill-paragraph-handle-comment buffer local and set it to nil.
11816
11817 2012-01-13 Glenn Morris <rgm@gnu.org>
11818
11819 * dired.el (dired-switches-escape-p): New function.
11820 (dired-insert-directory): Use dired-switches-escape-p.
11821 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
11822
11823 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
11824
11825 2012-01-12 Glenn Morris <rgm@gnu.org>
11826
11827 * mail/sendmail.el (mail-mode): Update paragraph-separate for
11828 changes in adaptive-fill-regexp. (Bug#10276)
11829
11830 2012-01-11 Alan Mackenzie <acm@muc.de>
11831
11832 Fix Emacs bug #10463 - put `widen's around the critical spots.
11833
11834 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
11835 widen around each invocation of c-state-pp-to-literal. Remove an
11836 unused let variable.
11837
11838 2012-01-11 Glenn Morris <rgm@gnu.org>
11839
11840 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
11841 Doc fix.
11842
11843 2012-01-10 Chong Yidong <cyd@gnu.org>
11844
11845 * net/network-stream.el (network-stream-open-starttls):
11846 Avoid emitting a confusing error message when the server gives a bad
11847 response to the capability command.
11848
11849 2012-01-10 Glenn Morris <rgm@gnu.org>
11850
11851 * mail/unrmail.el (unrmail): Tweak previous change.
11852
11853 2012-01-09 Chong Yidong <cyd@gnu.org>
11854
11855 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
11856
11857 2012-01-08 Alan Mackenzie <acm@muc.de>
11858
11859 Optimise font locking in long enum definitions.
11860
11861 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
11862 arm to a cond form to handle enums.
11863 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
11864 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
11865
11866 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
11867
11868 * files.el (move-file-to-trash): Preserve default file modes on error.
11869 (Bug#10401)
11870
11871 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11872
11873 * faces.el (set-face-attribute): Clarify the meaning of the nil
11874 frame (bug#10294).
11875
11876 * subr.el (with-selected-frame): Mention that the selected frame
11877 is restored (bug#9980).
11878
11879 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11880 (bug#9759).
11881
11882 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11883 (password-read): Don't autoload unused function.
11884
11885 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11886
11887 * progmodes/which-func.el (which-func-mode): Turn into a
11888 non-interactive function and mark as obsolete (bug#10428).
11889
11890 2012-01-06 Chong Yidong <cyd@gnu.org>
11891
11892 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11893 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11894 functions, along with 1 and -1.
11895
11896 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11897
11898 * time.el (display-time-load-average)
11899 (display-time-default-load-average): Doc fixes. See the thread
11900 starting at
11901 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11902 for the details.
11903
11904 2012-01-06 Glenn Morris <rgm@gnu.org>
11905
11906 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11907 has no messages. (Bug#10377)
11908
11909 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11910 than Info-edit. (Bug#10385)
11911
11912 * time.el (display-time-load-average, display-time-next-load-average):
11913 Doc fixes.
11914
11915 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11916 local setting of buffer-read-only to the input buffer. (Bug#10419)
11917
11918 * calendar/calendar.el (calendar-mode):
11919 Locally set scroll-margin to 0. (Bug#10379)
11920
11921 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11922
11923 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11924
11925 2012-01-05 Glenn Morris <rgm@gnu.org>
11926
11927 * eshell/em-unix.el (diff-no-select): Autoload it.
11928 (eshell/diff): Use diff-no-select. (Bug#10420)
11929
11930 2012-01-05 Chong Yidong <cyd@gnu.org>
11931
11932 * shell.el (shell-dynamic-complete-functions): Revert last change.
11933 (shell-command-completion-function): New function.
11934 (shell-completion-vars): Use it to implement
11935 shell-completion-execonly (Bug#10417).
11936
11937 * custom.el (enable-theme): Don't set custom-safe-themes.
11938
11939 * cus-theme.el (custom-theme-merge-theme):
11940 Ignore custom-enabled-themes and custom-safe-themes.
11941
11942 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11943
11944 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11945 first prompt in `sql-interacive-mode'.
11946 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11947 keywords.
11948 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11949 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11950 context of original buffer. Invoke `sql-login-hook'.
11951
11952 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11953
11954 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11955 letters in cite-prefix.
11956
11957 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11958
11959 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11960
11961 2012-01-03 Chong Yidong <cyd@gnu.org>
11962
11963 * shell.el (shell-dynamic-complete-functions):
11964 Put pcomplete-completions-at-point, so as to try
11965 comint-filename-completion first (Bug#10417).
11966
11967 2012-01-02 Richard Stallman <rms@gnu.org>
11968
11969 * battery.el (battery-status-function):
11970 Detect when to use battery-yeeloong-sysfs.
11971 (battery-echo-area-format): Add string for Yeeloong.
11972 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11973 (battery-yeeloong-sysfs): New function.
11974
11975 2012-01-02 Chong Yidong <cyd@gnu.org>
11976
11977 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11978 (dirtrack): Merge code for handling relative filenames in prompt
11979 from shell-dir-cookie-watcher.
11980 (dirtrack-debug-message): New arg to avoid excess format calls.
11981
11982 * shell.el (shell-dir-cookie-re): Variable deleted.
11983 (shell-dir-cookie-watcher): Function deleted.
11984 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11985 with dirtrack-mode.
11986
11987 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11988
11989 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11990 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11991 libgnutls-26.dll.
11992
11993 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11994
11995 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11996
11997 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11998
11999 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
12000 headers of non-MIME messages, when rmail-enable-mime is non-nil.
12001
12002 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
12003
12004 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
12005 also for alternative shells.
12006 (tramp-open-connection-setup-interactive-shell): Check, whether
12007 the shell is a busybox.
12008 (tramp-send-command): Don't suppress multiple prompts for
12009 busyboxes, it hurts.
12010
12011 2011-12-28 Chong Yidong <cyd@gnu.org>
12012
12013 * progmodes/gdb-mi.el (gdb-get-source-file-list)
12014 (gdb-get-source-file): Move mode line update to
12015 gdb-get-source-file (Bug#10087).
12016
12017 2011-12-25 Chong Yidong <cyd@gnu.org>
12018
12019 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
12020 gud-gdb-marker-filter without taking it as an argument.
12021 (gud-gdb-run-command-fetch-lines): Caller changed.
12022 (gud-gdb-completion-function): New variable.
12023 (gud-gdb-completion-at-point): Use it.
12024 (gud-gdb-completions-1): Split from gud-gdb-completions.
12025
12026 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
12027 function as separate arguments.
12028 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
12029 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
12030 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
12031 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
12032 (gdb-stopped, def-gdb-auto-update-trigger)
12033 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
12034 (gdb-get-changed-registers, gdb-get-main-selected-frame):
12035 Callers changed.
12036 (gud-gdbmi-completions): New function.
12037 (gdb): Use it for generating the completion table.
12038
12039 2011-12-24 Alan Mackenzie <acm@muc.de>
12040
12041 Introduce a mechanism to widen the region used in context font
12042 locking. Use this to protect declarations from losing their contexts.
12043
12044 * progmodes/cc-langs.el (c-before-font-lock-functions):
12045 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
12046 (c-before-context-fontification-functions): New defvar, a list of
12047 functions to be run just before context (etc.) font locking.
12048
12049 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
12050 New, functionality extracted from
12051 c-neutralize-syntax-in-and-mark-CPP.
12052 (c-in-after-change-fontification): New variable.
12053 (c-after-change): Set c-in-after-change-fontification.
12054 (c-set-fl-decl-start): Rejig its interface, so it can be called
12055 from both after-change and context fontifying.
12056 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
12057 New functions.
12058 (c-standard-font-lock-fontify-region-function): New variable.
12059 (c-font-lock-fontify-region): New function.
12060
12061 2011-12-24 Juri Linkov <juri@jurta.org>
12062
12063 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
12064 (Bug#10348)
12065
12066 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
12067
12068 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
12069 existence of source file. (Bug#10325)
12070
12071 2011-12-23 Alan Mackenzie <acm@muc.de>
12072
12073 Fix unstable fontification inside templates.
12074
12075 * progmodes/cc-langs.el (c-before-font-lock-functions):
12076 Newly created from the singular version. The (c c++ objc) entry now
12077 additionally has c-set-fl-decl-start. The other languages (apart
12078 from AWK) have that as a single entry.
12079
12080 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
12081 The functionality for "local" declarations has been extracted to
12082 c-set-fl-decl-start.
12083
12084 * progmodes/cc-mode.el (c-common-init, c-after-change):
12085 Changes due to pluralisation of c-before-font-lock-functions.
12086 (c-set-fl-decl-start): New function, extracted from
12087 c-font-lock-enclosing-decls and enhanced.
12088
12089 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
12090
12091 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
12092
12093 2011-12-22 Juri Linkov <juri@jurta.org>
12094
12095 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
12096
12097 2011-12-22 Chong Yidong <cyd@gnu.org>
12098
12099 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
12100
12101 2011-12-21 Drew Adams <drew.adams@oracle.com>
12102
12103 * files.el (file-remote-p): Fix docstring. (Bug#10319)
12104
12105 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
12106
12107 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
12108
12109 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
12110
12111 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
12112 highlighting and support. Fix up comments for capitalization.
12113 (cfengine-mode-debug): New var.
12114 (cfengine3-mode): Change the modeline indicator to "CFE3".
12115 (cfengine3-font-lock-keywords): Improve defun highlighting.
12116 (cfengine2-actions): Rename from `cfengine-actions'.
12117 (cfengine2-font-lock-keywords): Rename from
12118 `cfengine-font-lock-keywords'.
12119 (cfengine2-imenu-expression): Rename from
12120 `cfengine-imenu-expression'.
12121 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
12122 (cfengine2-beginning-of-defun): Rename from
12123 `cfengine-beginning-of-defun'.
12124 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
12125 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
12126 (cfengine2-mode): Rename from `cfengine-mode'. Change the
12127 modeline indicator to "CFE2".
12128 (cfengine-mode): Defalias to `cfengine-auto-mode'.
12129 (cfengine-mode-abbrevs): Mark obsolete.
12130
12131 2011-12-21 Chong Yidong <cyd@gnu.org>
12132
12133 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
12134 filename argument.
12135
12136 2011-12-20 Martin Rudalics <rudalics@gmx.at>
12137
12138 * window.el (window-normalize-buffer-to-display): Remove.
12139 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
12140
12141 2011-12-19 Chong Yidong <cyd@gnu.org>
12142
12143 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
12144 Don't signal an error in a predicate function; return non-nil.
12145 (vc-dir-mark-file): Move the error here.
12146 (vc-dir-mark-unmark): If acting on the region, keep going if one
12147 of the entries cannot be marked/unmarked.
12148 (vc-dir-mark-all-files): If current entry is a directory, mark
12149 only child files, as documented.
12150
12151 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
12152
12153 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
12154 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
12155 addition.
12156
12157 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
12158
12159 * term/ns-win.el (ns-get-selection-internal)
12160 (ns-store-selection-internal): Declare.
12161 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
12162 Declare as obsolete.
12163 (ns-get-pasteboard, ns-paste-secondary):
12164 Use ns-get-selection-internal.
12165 (ns-set-pasteboard, ns-copy-including-secondary):
12166 Use ns-store-selection-internal.
12167
12168 2011-12-17 Chong Yidong <cyd@gnu.org>
12169
12170 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
12171 (vc-deduce-fileset): Doc fix.
12172
12173 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
12174
12175 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
12176
12177 2011-12-13 Sam Steingold <sds@gnu.org>
12178
12179 * man.el (Man-getpage-in-background): When running under a
12180 window-system, ignore $MANWIDTH and $COLUMNS.
12181
12182 2011-12-15 Kenichi Handa <handa@m17n.org>
12183
12184 * language/ethio-util.el: Change coding tag to utf-8-emacs.
12185 (setup-ethiopic-environment-internal): Comment out key-binding for
12186 ethio-toggle-punctuation.
12187
12188 2011-12-13 Alan Mackenzie <acm@muc.de>
12189
12190 Add the switch statement to AWK Mode.
12191
12192 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
12193 "default" to the keywords regexp.
12194
12195 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
12196 expression as the rest.
12197 (c-nonlabel-token-key): Allow string literals for AWK.
12198 Refactor for the other modes.
12199
12200 Large brace-block initialisation makes CC Mode slow: Fix.
12201 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
12202 routines. Limit backward searching in c-font-lock-enclosing.decl.
12203
12204 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
12205 pp-state and literal type in addition to the limits.
12206 (c-state-safe-place): New defun, extracted from c-state-literal-at.
12207 (c-state-literal-at): Use the above new defun.
12208 (c-slow-in-literal, c-fast-in-literal): Remove.
12209 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
12210
12211 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
12212 being in a literal. Add a limit for backward searching.
12213
12214 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
12215 c-slow-in-literal.
12216
12217 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
12220
12221 2011-12-13 Martin Rudalics <rudalics@gmx.at>
12222
12223 * window.el (delete-other-windows): Use correct frame in call to
12224 window-with-parameter.
12225
12226 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
12227
12228 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
12229 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
12230 (makefile-gmake-statements, makefile-makepp-statements):
12231 Use it and add new makepp keywords.
12232 (makefile-makepp-font-lock-keywords): Add new patterns.
12233 (makefile-match-function-end): Match new [...] and [[...]].
12234
12235 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
12236
12237 * ses.el (ses-call-printer-return, ses-cell-property-get)
12238 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
12239 (ses-create-cell-variable, ses-reset-header-string)
12240 (ses-cell-set-formula, ses-repair-cell-reference-all)
12241 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
12242 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
12243 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
12244 (ses-aset-with-undo, ses-load, ses-truncate-cell)
12245 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12246 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
12247 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
12248 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
12249 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
12250 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
12251 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
12252 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
12253
12254 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
12255
12256 * ses.el: The overall change is to add cell renaming, that is
12257 setting fancy names for cell symbols other than name matching
12258 "\\`[A-Z]+[0-9]+\\'" regexp .
12259 (ses-create-cell-variable): New defun.
12260 (ses-relocate-formula): Relocate formulas only for cells the
12261 symbols of which are not renamed, i.e. symbols whose names do not
12262 match regexp "\\`[A-Z]+[0-9]+\\'".
12263 (ses-relocate-all): Relocate values only for cells the symbols of
12264 which are not renamed.
12265 (ses-load): Create cells variables as the (ses-cell ...) are read,
12266 in order to check row col consistency with cell symbol name only
12267 for cells that are not renamed.
12268 (ses-replace-name-in-formula): New defun.
12269 (ses-rename-cell): New defun.
12270
12271 2011-12-11 Chong Yidong <cyd@gnu.org>
12272
12273 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
12274 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
12275
12276 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
12277
12278 * window.el (other-window): Fix docstring.
12279
12280 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12281
12282 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
12283 `from' or `to' address before taking its substring.
12284 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
12285 encoded name is chopped in the middle of the encoded string, and
12286 thus displayed encoded.
12287
12288 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
12289
12290 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
12291
12292 2011-12-10 Eli Zaretskii <eliz@gnu.org>
12293
12294 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
12295 to use texinfo-update-node and commands that call it if the
12296 Texinfo file uses @node lines without next/prev/up pointers.
12297 Correct outdated description about texinfo-master-menu.
12298 (texinfo-all-menus-update, texinfo-master-menu)
12299 (texinfo-update-node, texinfo-every-node-update)
12300 (texinfo-multiple-files-update): Doc fix. Warn against updating
12301 all the @node lines.
12302 (texinfo-master-menu): Only call texinfo-update-node if the prefix
12303 argument is numeric. Explain better in the doc string what the
12304 function really does.
12305 (texinfo-insert-master-menu-list): Improve the error message
12306 displayed if there's no menu in the Top node.
12307 (Bug#2975) See also this thread:
12308 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
12309
12310 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
12311
12312 * speedbar.el (speedbar-supported-extension-expressions):
12313 Add .adb and .ads, commonly used for Ada source code (bug#10256).
12314
12315 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
12316
12317 * printing.el (pr-mode-alist):
12318 * simple.el (filter-buffer-substring-functions)
12319 (completion-list-insert-choice-function):
12320 * window.el (window-with-parameter, window-atom-root)
12321 (window-sides-slots, window-size-fixed, window-min-delta)
12322 (window-max-delta, window--resize-mini-window)
12323 (window--resize-child-windows-normal, window-tree)
12324 (delete-other-windows, quit-window, split-window)
12325 (display-buffer-record-window, special-display-buffer-names)
12326 (special-display-regexps, special-display-popup-frame)
12327 (same-window-p, split-window-sensibly)
12328 (display-buffer-overriding-action, display-buffer-alist)
12329 (display-buffer-base-action, display-buffer, switch-to-buffer)
12330 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
12331 (fit-window-to-buffer, recenter-positions)
12332 (mouse-autoselect-window-state, mouse-autoselect-window-select):
12333 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
12334 and remove unneeded backslashes in docstrings.
12335
12336 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
12339
12340 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
12341 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
12342 end in ".mk".
12343 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
12344 when reading the makefile (bug#10116).
12345
12346 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12347
12348 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
12349 (bug#10116).
12350
12351 2011-12-06 Glenn Morris <rgm@gnu.org>
12352
12353 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
12354
12355 2011-12-06 Chong Yidong <cyd@gnu.org>
12356
12357 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
12358
12359 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
12360
12361 * textmodes/table.el (table-shorten-cell): Fix typo.
12362
12363 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
12364
12365 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
12366
12367 2011-12-05 Eli Zaretskii <eliz@gnu.org>
12368
12369 * descr-text.el (describe-char): Fix display of strong
12370 right-to-left characters and directional embeddings and overrides.
12371
12372 * simple.el (what-cursor-position): Fix display of codepoints of
12373 strong right-to-left characters.
12374
12375 2011-12-05 Chong Yidong <cyd@gnu.org>
12376
12377 * faces.el (read-color): Doc fix.
12378
12379 2011-12-05 Glenn Morris <rgm@gnu.org>
12380
12381 * align.el (align--set-marker): Add doc-string.
12382 Don't try to move something that is not a marker. (Bug#10216)
12383
12384 2011-12-04 Glenn Morris <rgm@gnu.org>
12385
12386 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
12387 overly zealous deletion of trailing whitespace.
12388
12389 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
12390
12391 * server.el (server-delete-client): On Windows, do not try to delete
12392 the only terminal.
12393 (server-process-filter): On Windows, treat requests for a tty frame as
12394 if they were for a GUI frame if the running server is in GUI mode.
12395
12396 2011-12-03 Glenn Morris <rgm@gnu.org>
12397
12398 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
12399
12400 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12401
12402 * electric.el: Streamline electric-indent's hook.
12403 (electric-indent-chars): Revert to simple list.
12404 (electric-indent-functions): New var.
12405 (electric-indent-post-self-insert-function): Use it.
12406
12407 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
12408 there's no inferior buffer (bug#10196).
12409 (prolog-consult-compile): Don't use toggle-read-only.
12410
12411 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
12412
12413 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
12414 interrupt. (Bug#10187)
12415
12416 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
12419 (bug#9160).
12420
12421 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
12422 (bug#10191).
12423
12424 2011-12-02 Juri Linkov <juri@jurta.org>
12425
12426 * info.el (Info-search): Display "end of manual" when Isearch
12427 reaches the end of single-file Info manual. (Bug#9918)
12428
12429 2011-12-02 Eli Zaretskii <eliz@gnu.org>
12430
12431 * isearch.el (isearch-message-prefix): Run the input method part
12432 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
12433
12434 2011-12-02 Juri Linkov <juri@jurta.org>
12435
12436 * isearch.el (isearch-occur): Use `word-search-regexp' for
12437 `isearch-word'.
12438 (isearch-search-and-update): Add condition for `isearch-word' and
12439 call `word-search-regexp'. (Bug#10145)
12440
12441 2011-12-01 Glenn Morris <rgm@gnu.org>
12442
12443 * eshell/em-hist.el (eshell-hist-initialize):
12444 Handle eshell-history-size nil and HISTSIZE set or unset.
12445 (eshell-history-file-name, eshell-history-size): Fix custom type.
12446
12447 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12448
12449 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
12450
12451 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
12452
12453 * progmodes/verilog-mode.el (verilog-pretty-expr):
12454 Rework verilog-pretty-expr to handle new assignment operators in system
12455 verilog, such as += *= and the like.
12456 (verilog-assignment-operator-re): Regular expression to find the
12457 assigment operator in a verilog assignment.
12458 (verilog-assignment-operation-re): Regular expression to find an
12459 assignment statement for pretty-expr.
12460 (verilog-in-attribute-p): Query returns true if point is in an
12461 attribute context; used to skip these for expression line up from
12462 pretty-expr.
12463 (verilog-in-parameter-p): Query returns true if point is in an
12464 parameter definition context; used to skip these for expression
12465 line up from pretty-expr.
12466 (verilog-in-parenthesis-p): Query returns true if point is in a
12467 parenthetical expression, specifically ( ) but not [ ] or { };
12468 used by pretty-expr.
12469 (verilog-just-one-space): If there is no space, don't add one.
12470 (verilog-get-lineup-indent-2): Specifically skip just attribute
12471 contexts for expression lineup, rather than skipping all
12472 parenthetical expressions.
12473 (verilog-calculate-indent): Fix comment, and fix indent.
12474 (verilog-do-indent): Indent declarations in lists (suggested by
12475 Joachim Lechner).
12476 (verilog-mode-abbrev-table): Populate abbrev mode with the various
12477 skeleton items.
12478 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
12479 by Alain Mellan).
12480
12481 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
12482
12483 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
12484 parameters with embedded comments. Reported by Ray Stevens.
12485 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
12486 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
12487 Reported by Tim Holt.
12488 (verilog-auto): Fix AUTOing a upper module then AUTOing module
12489 instantiated by upper module causing wrong expansion until AUTOed a
12490 second time. Reported by K C Buckenmaier.
12491 (verilog-diff-auto): Fix showing .* as a difference when
12492 `verilog-auto-star-save' off. Reported by Dan Dever.
12493 (verilog-auto-reset, verilog-read-always-signals)
12494 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
12495 temporary signals in reset list if
12496 verilog-auto-reset-blocking-in-non is nil, and match assignment
12497 style to each signal's assignment type, bug381.
12498 Reported by Thomas Esposito.
12499 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
12500 (verilog-uvm-statement-re): Support UVM indentation and
12501 highlighting, with old OVM keywords only.
12502 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
12503 Support AUTOTIEOFF creating non-wire data types.
12504 Suggested by Jonathan Greenlaw.
12505 (verilog-auto-insert-lisp, verilog-delete-to-paren)
12506 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
12507 (verilog-inject-sense, verilog-read-inst-pins)
12508 (verilog-read-sub-decls, verilog-read-sub-decls-line):
12509 Fix mismatching parenthesis inside commented out code when deleting
12510 AUTOINST, bug383. Reported by Jonathan Greenlaw.
12511 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
12512 non-numeric vector width. Reported by Alex Reed.
12513 (verilog-auto-ascii-enum): Add "onehot" option to work around not
12514 detecting signals with parameter widths. Reported by Alex Reed.
12515 (verilog-auto-delete-trailing-whitespace):
12516 With `verilog-auto-delete-trailing-whitespace' remove trailing
12517 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
12518 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
12519 Fix verilog-scan-cache corruption when running user AUTO expansion
12520 hooks that call indentation routines.
12521 (verilog-simplify-range-expression): Fix typo ignoring lower case
12522 identifiers.
12523 (verilog-delete-auto): Fix delete-autos to also remove user created
12524 automatics, as long as they start with AUTO.
12525 (verilog-batch-diff-auto, verilog-diff-auto)
12526 (verilog-diff-function): Add `verilog-diff-auto' and bind to
12527 "C-c?" to report differences in AUTO expansion, ignoring spaces.
12528 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
12529 (verilog-in-paren-quick, verilog-re-search-backward-quick)
12530 (verilog-re-search-forward-quick, verilog-syntax-ppss):
12531 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
12532 is disabled and its cache will get corrupt, causing AUTOS not to
12533 expand. Instead use only -quick functions.
12534 (verilog-scan-region): Fix scanning over escaped quotes.
12535 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
12536 (verilog-re-search-backward-quick)
12537 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
12538 related functions now ignore strings, to fix misparsing of strings
12539 with magic comments embedded in them.
12540 (verilog-read-auto-template):
12541 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
12542 Reported by Brad Dobbie.
12543 (verilog-read-auto-template):
12544 Fix 'verilog-auto-inst-template-numbers' with comments.
12545 Reported by Brad Dobbie.
12546 (verilog-auto-inst, verilog-auto-inst-param)
12547 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
12548 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
12549 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
12550 debugging templates without merge conflicts, bug357.
12551 Reported by Brad Dobbie.
12552 (verilog-read-auto-template):
12553 Fix verilog-auto-inst-template-numbers with multiple templates.
12554 Reported by Brad Dobbie.
12555 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
12556 abbrevs so user won't be asked to save.
12557 (verilog-read-auto-lisp-present): Fix to start at beginning of
12558 buffer in case called outside of verilog-auto.
12559 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
12560 to "X-2". Reported by Matthew Myers.
12561 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
12562 all inputs from module templates. Reported by Leith Johnson.
12563 (verilog-module-inside-filename-p): Fix locating programs as with
12564 modules.
12565 (verilog-auto-inst-port): Fix vl-width expressions when using
12566 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
12567 (verilog-decls-get-regs, verilog-decls-get-signals,
12568 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
12569 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
12570 verilog-read-decls): Combine reg and wire structures into one var
12571 structure to represent SystemVerilog concepts.
12572 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
12573 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
12574 (verilog-auto-wire-type, verilog-insert-definition):
12575 Add verilog-auto-wire-type and AUTOLOGIC to support using
12576 SystemVerilog "logic" keyword instead of "wire"/"reg".
12577 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
12578 to declares outputs that also have assignments (presumably in an
12579 ifdef or generate if so there's not a driver conflict).
12580 Reported by Matthew Myers.
12581 (verilog-auto-declare-nettype, verilog-insert-definition):
12582 Add verilog-auto-declare-nettype to fix declarations using
12583 `default_nettype none. Reported by Julian Gorfajn.
12584 (verilog-read-always-signals-recurse, verilog-read-decls)
12585 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
12586 malformed end statement, bug325. Reported by Joshua Wise and
12587 Andrew Drake.
12588 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
12589 (verilog-inst-comment-re): Fix not deleting Interfaced comment
12590 when expanding .* in interfaces, bug320.
12591 Reported by Pierre-David Pfister.
12592 (verilog-read-module-name): Fix import statements between module
12593 name and open parenthesis, bug317.
12594 Reported by Pierre-David Pfister.
12595 (verilog-simplify-range-expression): Fix simplification of
12596 multiplications inside AUTOWIRE connections, bug303.
12597 (verilog-auto-inst-port): Support parameter expansion in
12598 multidimensional arrays.
12599 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
12600 after "assert property". Reported by Julian Gorfajn.
12601 (verilog-simplify-range-expression): Fix "couldn't merge" errors
12602 with multiplication, bug303.
12603 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
12604 Reported by Jan Frode Lonnum.
12605
12606 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
12607
12608 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
12609 (hfy-shell-file-name, hfy-shell):
12610 * international/fontset.el (x-decompose-font-name): Fix typos.
12611
12612 2011-11-29 Ken Brown <kbrown@cornell.edu>
12613
12614 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
12615 (gdb-version): Remove defvar.
12616 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
12617 (gdb-gud-context-command, gdb-non-stop-handler)
12618 (gdb-current-context-command, gdb-stopped): Use it.
12619 (gdb-init-1): Enable pretty printing here.
12620 (gdb-non-stop-handler): Don't enable pretty-printing here.
12621 Check to see if the target supports non-stop mode; if not, turn off
12622 non-stop mode. Use the following.
12623 (gdb-check-target-async): New defun.
12624 (gud-watch, gdb-stopped): Fix whitespace.
12625 (gdb-get-source-file): Don't try to display the source file if
12626 `gdb-main-file' is nil.
12627
12628 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * align.el: Try to generate fewer markers (bug#10047).
12631 (align--set-marker): New macro.
12632 (align-region): Use it.
12633
12634 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
12635
12636 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
12637
12638 2011-11-29 Chong Yidong <cyd@gnu.org>
12639
12640 * indent.el (indent-for-tab-command, indent-according-to-mode):
12641 Doc fix.
12642 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
12643
12644 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
12645
12646 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
12647 aware of remote file names. (Bug#10124)
12648
12649 2011-11-29 Chong Yidong <cyd@gnu.org>
12650
12651 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
12652
12653 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * files.el (find-file): Don't use force-same-window (bug#10144).
12656 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
12657 use pop-to-buffer if the selected window can't be used.
12658 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
12659
12660 2011-11-28 Eli Zaretskii <eliz@gnu.org>
12661
12662 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
12663 special-mode-map.
12664
12665 2011-11-28 Chong Yidong <cyd@gnu.org>
12666
12667 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
12668
12669 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
12670
12671 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
12672 gdb-get-source-file-list on gdb-create-source-file-list.
12673
12674 2011-11-26 Eli Zaretskii <eliz@gnu.org>
12675
12676 * whitespace.el (whitespace-newline): Use a different foreground
12677 color for 16-color light-background displays.
12678
12679 2011-11-24 Chong Yidong <cyd@gnu.org>
12680
12681 * window.el (display-buffer--special-action): Doc fix.
12682
12683 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
12684
12685 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
12686 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
12687 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
12688 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
12689 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
12690 (avl-tree-stack-first):
12691 * emacs-lisp/cconv.el (cconv--analyse-use):
12692 * net/gnutls.el (gnutls-negotiate): Fix typos.
12693
12694 2011-11-24 Glenn Morris <rgm@gnu.org>
12695
12696 * lpr.el (lpr-windows-system, lpr-lp-system):
12697 * mail/binhex.el (binhex-begin-line):
12698 * progmodes/grep.el (grep-history, grep-find-history):
12699 * textmodes/flyspell.el:
12700 * vc/pcvs-defs.el (cvs-global-menu):
12701 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
12702 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
12703 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
12704
12705 * net/tls.el: Fix case of "GnuTLS".
12706
12707 * paths.el (rmail-file-name): Format doc-string for make-docfile.
12708
12709 * version.el (emacs-build-system): Give it a doc-string.
12710
12711 2011-11-24 Juri Linkov <juri@jurta.org>
12712
12713 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
12714
12715 2011-11-24 Glenn Morris <rgm@gnu.org>
12716
12717 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
12718 if called on a non-mime message just toggle the headers. (Bug#8006)
12719
12720 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
12721
12722 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
12723 (allout-lead-with-comment-string, allout-structure-deleted-hook)
12724 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
12725 (allout-rebullet-heading, allout-open-sibtopic)
12726 (allout-toggle-current-subtree-encryption)
12727 (allout-toggle-subtree-encryption, allout-encrypt-string)
12728 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
12729 (allout-distinctive-bullets-string, allout-auto-activation):
12730 * window.el (window-normalize-buffer-to-display):
12731 * progmodes/verilog-mode.el (verilog-batch-indent):
12732 * textmodes/bibtex.el (bibtex-field-braces-opt)
12733 (bibtex-field-strings-opt):
12734 * vc/cvs-status.el (cvs-tree-merge):
12735 Fix typos.
12736
12737 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
12738
12739 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
12740 `non-essential' to t, in order to avoid remote connections.
12741
12742 2011-11-23 Eli Zaretskii <eliz@gnu.org>
12743
12744 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12745 On MS-DOS and MS-Windows, compare with loaddefs.el
12746 case-insensitively.
12747
12748 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12749
12750 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
12751
12752 2011-11-23 Glenn Morris <rgm@gnu.org>
12753
12754 * paths.el (rmail-file-name): Reformat the doc-string so that it
12755 is picked up.
12756
12757 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
12758 (rmail-auto-file): Ignore case in the "special" field names,
12759 as mail-fetch-field does for all others.
12760
12761 * mail/rmail.el (rmail-forward):
12762 * mail/rmailkwd.el (rmail-set-label):
12763 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
12764 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
12765
12766 * mail/rmail.el (rmail-current-message): Doc fix.
12767
12768 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
12769
12770 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12771
12772 * server.el (server-eval-and-print): Allow C-g (bug#6585).
12773
12774 2011-11-22 Glenn Morris <rgm@gnu.org>
12775
12776 * mail/rmailmm.el (test-rmail-mime-handler)
12777 (test-rmail-mime-bulk-handler)
12778 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
12779
12780 2011-11-21 Juri Linkov <juri@jurta.org>
12781
12782 * calc/calc.el (calc-read-key-sequence):
12783 Let-bind `input-method-function' to nil. (Bug#10018)
12784
12785 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12786
12787 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
12788 Tell the caller that the next line needs recomputation, even
12789 though it doesn't start a sexp (bug#10094).
12790
12791 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
12792
12793 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
12794
12795 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12798 Use force-same-window.
12799
12800 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12801
12802 * descr-text.el (describe-char-unicode-data):
12803 * json.el (json-string-escape):
12804 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
12805 (Footnote-unicode, Footnote-style-p):
12806 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
12807
12808 2011-11-20 Chong Yidong <cyd@gnu.org>
12809
12810 * window.el (replace-buffer-in-windows): Restore interactive spec.
12811
12812 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
12813
12814 * electric.el (electric-indent-mode): Fix last change (too optimistic).
12815
12816 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
12817 (byte-compile-global-not-obsolete-vars): New var.
12818 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
12819 Use it.
12820 (byte-compile-warn-obsolete): Align text with the one in *Help*.
12821
12822 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
12823
12824 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
12825 * progmodes/pascal.el (electric-pascal-equal):
12826 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
12827 * xml.el (xml-substitute-special): Fix typos.
12828
12829 2011-11-20 Glenn Morris <rgm@gnu.org>
12830
12831 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
12832 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
12833 Doc fixes.
12834 (rmail-decode-mime-charset): Mark as obsolete.
12835
12836 * mail/rmailsum.el (rmail-message-regexp-p-1):
12837 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
12838 Before using mime functions, check they are set. (Bug#10077)
12839
12840 2011-11-19 Juri Linkov <juri@jurta.org>
12841
12842 * info.el (Info-finder-find-node): Use `package--builtins' instead
12843 of `package-alist'. Use node names formed by the pattern "Keyword "
12844 and the keyword name.
12845
12846 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12847
12848 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
12849
12850 2011-11-19 Juri Linkov <juri@jurta.org>
12851
12852 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
12853 that calls `revert-buffer' on all Info buffers. (Bug#9915)
12854 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
12855 `old-history', `old-history-forward'. Add let-binding
12856 `window-selected'. Remove calls to `kill-buffer',
12857 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
12858 before calling `Info-find-node', so `Info-find-node-2' will reread
12859 the Info file. Restore window positions only when `window-selected'
12860 is non-nil.
12861
12862 2011-11-19 Juri Linkov <juri@jurta.org>
12863
12864 * isearch.el (isearch-lazy-highlight-new-loop):
12865 Remove condition `(not isearch-error)'. (Bug#9918)
12866
12867 * misearch.el (multi-isearch-search-fun): Add condition
12868 `(not bound)' to ignore lazy-highlighting search.
12869 Add the search-failed message "end of multi" when the end of
12870 multi-sequence is reached. Uncapitalize the search-failed
12871 message "Repeat for next buffer".
12872
12873 * info.el (Info-search): Add the search-failed message
12874 "end of the manual" when the end of the manual is reached
12875 in Isearch mode.
12876
12877 2011-11-19 Juri Linkov <juri@jurta.org>
12878
12879 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12880 Use non-destructive `remove' instead of `delete' because
12881 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12882 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12883
12884 2011-11-19 Juri Linkov <juri@jurta.org>
12885
12886 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12887 to nil instead of binding `search-ring' and `regexp-search-ring'.
12888 (Bug#9185)
12889
12890 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12891
12892 * simple.el (line-move): Force movement by logical lines for any
12893 hscrolled window, not only when auto-hscroll-mode is on.
12894 (line-move-visual): Update doc string to that effect. (Bug#10076)
12895
12896 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12897
12898 * language/european.el (macintosh): Define as alias for mac-roman.
12899
12900 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12901
12902 * mail/rmailmm.el (rmail-mime-display-header)
12903 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12904 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12905 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12906 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12907 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12908 of a raw aref.
12909 (rmail-mime-entity-segment): To get past the tagline, move forward
12910 2 more lines, to account for the 2 empty lines that precede and
12911 follow the line with the buttons.
12912 (rmail-mime-update-tagline): Move one more line, to get past the
12913 empty line that follows the buttons in the tagline. (Bug#9520)
12914
12915 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12916
12917 * window.el (window-max-delta-1, window-min-delta-1)
12918 (window-min-size-1, window-state-get-1, window-state-put-1)
12919 (window-state-put-2): Use "window--" prefix.
12920
12921 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12922
12923 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12924 (smie-warning-count): New var.
12925 (smie-set-prec2tab): Use it.
12926 (smie-bnf->prec2): Improve warnings. Add docstring.
12927 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12928 (smie-bnf--set-class): New function.
12929 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12930 corner case.
12931
12932 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12933 (compilation-error-properties, compilation-move-to-column):
12934 Handle compilation-first-column while in the target buffer.
12935
12936 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12937 Don't hardcode point-min==1.
12938
12939 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12940 (eshell-rewrite-for-command): Remove workaround.
12941 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12942 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12943 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12944
12945 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12946
12947 2011-11-17 Glenn Morris <rgm@gnu.org>
12948
12949 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12950 Ignore buffer-local generated-autoload-file if it is the same
12951 as the global value. (Bug#10049)
12952
12953 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12954
12955 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12956 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12957 (reftex-toc-previous-heading, reftex-toc-max-level)
12958 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12959 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12960 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12961 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12962 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12963 (reftex-toc-rename-label, reftex-toc-visit-location)
12964 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12965 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12966 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12967 leaving "*toc*" only for references to the buffer.
12968
12969 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12970
12971 * window.el (window-resize, delete-window, split-window):
12972 Replace window-splits by window-combination-resize.
12973 * cus-start.el (window-splits): Replace by window-combination-resize.
12974
12975 2011-11-17 Glenn Morris <rgm@gnu.org>
12976
12977 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12978 Make bash entry derive from sh entry, not shell entry.
12979
12980 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12981
12982 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12983 local file name.
12984
12985 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12986
12987 * menu-bar.el (menu-bar-file-menu):
12988 * printing.el (pr-ps-utility):
12989 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12990 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12991 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12992 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12993 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12994 (icalendar--convert-cyclic-to-ical)
12995 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12996 (icalendar--convert-ical-to-diary)
12997 (icalendar--convert-recurring-to-diary)
12998 (icalendar--convert-non-recurring-all-day-to-diary)
12999 (icalendar-import-format-sample):
13000 * progmodes/idlw-shell.el (idlwave-shell-mode):
13001 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
13002 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
13003 (vhdl-ps-print-init): Fix typos.
13004
13005 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
13006
13007 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
13008 FSF and collapse date sequence, obscure author/maintainer email address
13009 better, remove extra version line, track relocation of author's webpage.
13010
13011 * progmodes/python.el (python-pdbtrack-input-prompt)
13012 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
13013 regular python pdb prompts. Adjustments shamelessly taken exactly as
13014 suggested in EmacsWiki page (tiny change):
13015 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
13016
13017 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
13018
13019 * expand.el (expand-pos, expand-index, expand-point):
13020 Remove redundant info from docstring.
13021 (expand-add-abbrevs): Doc fix.
13022 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
13023 (expand-sample-perl-mode-expand-list): Fix typos.
13024
13025 * net/dbus.el (dbus-event-member-name):
13026 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
13027 * term/pc-win.el (msdos-create-frame-with-faces):
13028 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
13029
13030 2011-11-16 Martin Rudalics <rudalics@gmx.at>
13031
13032 * window.el (split-window, window-state-get-1)
13033 (window-state-put-1, window-state-put-2): Rename occurrences of
13034 window-nest to window-combination-limit.
13035 * cus-start.el (window-nest): Rename to window-combination-limit.
13036
13037 2011-11-16 Chong Yidong <cyd@gnu.org>
13038
13039 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
13040 regexp (Bug#10033).
13041
13042 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13043
13044 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
13045 `completing-read' will remove *Completions* and will preserve
13046 current-buffer for us.
13047 (tmm-add-prompt): Users of *Completions* will always (re)set its
13048 major mode.
13049 (tmm-old-comp-map): Remove.
13050
13051 2011-11-16 Glenn Morris <rgm@gnu.org>
13052
13053 * mail/rmailedit.el: Require rmailmm when compiling.
13054 (rmail-old-mime-state): New declaration.
13055 (rmail-edit-current-message): If editing a mime message,
13056 edit the "raw" message from the mbox buffer.
13057 (rmail-cease-edit): Handle mime messages. (Bug#9840)
13058
13059 2011-11-15 Glenn Morris <rgm@gnu.org>
13060
13061 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
13062 which wasn't being used. Add optional arg to force given state.
13063 (rmail-mime): Add optional arg to force given state.
13064
13065 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13066
13067 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13068 * frame.el (display-mm-dimensions-alist):
13069 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
13070 (outline-move-subtree-down):
13071 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
13072 (newsticker--treeview-do-get-node):
13073 * net/quickurl.el (quickurl-list-buffer-name):
13074 * progmodes/dcl-mode.el (dcl-mode):
13075 * progmodes/gdb-mi.el (gdb-mapcar*):
13076 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
13077
13078 2011-11-15 Glenn Morris <rgm@gnu.org>
13079
13080 * mail/rmail.el (rmail-file-coding-system): It's only ever used
13081 in a boolean sense, so just make it a boolean, and fix the doc.
13082 (rmail-show-mime-function, rmail-mime-feature)
13083 (rmail-require-mime-maybe): Doc fixes.
13084 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
13085
13086 * mail/rmailmm.el (rmail-show-mime): Doc fix.
13087
13088 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
13089
13090 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
13091 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
13092 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
13093 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
13094
13095 2011-11-15 Glenn Morris <rgm@gnu.org>
13096
13097 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
13098 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
13099 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13100 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
13101 (rmail-mime, rmail-show-mime): Doc fixes.
13102
13103 * term/ns-win.el (mode-line-frame-identification):
13104 Leave it alone. (Bug#10051)
13105
13106 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
13107
13108 * mail/rmailout.el (rmail-output-to-rmail-buffer):
13109 Handle empty buffers. (Bug#9978)
13110
13111 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
13112
13113 * international/mule.el (define-charset):
13114 * mail/rmailmm.el (rmail-mime-find-header-encoding):
13115 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
13116 * progmodes/verilog-mode.el (verilog-backward-token):
13117 * textmodes/ispell.el (lookup-words):
13118 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
13119
13120 2011-11-14 Glenn Morris <rgm@gnu.org>
13121
13122 * progmodes/executable.el
13123 (executable-make-buffer-file-executable-if-script-p):
13124 Handle file-modes returning nil.
13125
13126 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
13127 message - not necessary, and causes problems. (Bug#9831)
13128
13129 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
13130
13131 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
13132
13133 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
13134 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
13135 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
13136
13137 2011-11-12 Martin Rudalics <rudalics@gmx.at>
13138
13139 * window.el (window-resize, delete-window): Use window-splits
13140 variable instead of function.
13141 (window-state-get-1, window-state-put-2, window-state-put):
13142 Don't deal with windows' splits status.
13143
13144 2011-11-12 Glenn Morris <rgm@gnu.org>
13145
13146 * apropos.el (apropos-do-all, apropos-library, apropos-value)
13147 (apropos-documentation): Doc fixes.
13148
13149 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
13150
13151 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
13152 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
13153
13154 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
13155
13156 * electric.el (electric-indent-post-self-insert-function): Make it
13157 possible for a char to only indent in some circumstances.
13158 (electric-indent-mode): Simplify.
13159
13160 2011-11-11 Martin Rudalics <rudalics@gmx.at>
13161
13162 * window.el (windows-with-parameter): Remove unused function.
13163 (windows-at-side): Rename to window-at-side-list.
13164 (window-check, window-atom-check, window-atom-check-1)
13165 (window-side-check, window-size-ignore, window-size-fixed-1)
13166 (window-in-direction-2): Prefix with "window--".
13167 (window-tree-1): Rename to window--subtree, fix doc-string.
13168
13169 2011-11-11 Glenn Morris <rgm@gnu.org>
13170
13171 * subr.el (eval-after-load): If FILE is already loaded,
13172 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
13173
13174 2011-11-10 Glenn Morris <rgm@gnu.org>
13175
13176 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
13177 Call svn via vc-svn-command rather than vc-do-command.
13178 (vc-svn-command): Add --non-interactive. (Bug#9993)
13179 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
13180
13181 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13182 Add toggle-read-only. (Bug#7292)
13183 * files.el (toggle-read-only): Mention that it should only
13184 be used interactively. (Bug#10006)
13185
13186 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13189 Adjust regexp for OCaml warnings.
13190
13191 * electric.el (electric-pair-post-self-insert-function): Let user
13192 turn it off buffer-locally (bug#9932).
13193
13194 * progmodes/python.el (python-beginning-of-statement):
13195 Rewrite (bug#2703).
13196
13197 * progmodes/compile.el: Better handle TABs (bug#9749).
13198 (compilation-internal-error-properties)
13199 (compilation-next-error-function): Obey the target buffer's
13200 compilation-error-screen-columns.
13201
13202 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
13203
13204 * progmodes/meta-mode.el: Remove obsolete comments.
13205 (meta-right-comment-regexp, meta-ignore-comment-regexp):
13206 Fix typos in docstrings.
13207
13208 2011-11-09 Martin Rudalics <rudalics@gmx.at>
13209
13210 * window.el (window-size-fixed-p): Rewrite doc-string.
13211 (window-resizable-p): Rename to window--resizable-p. Update callers.
13212 (window--resizable): New function. Make all callers of
13213 window-resizable call window--resizable instead.
13214 (window-resizable): Rewrite in terms of window--resizable.
13215
13216 2011-11-08 Glenn Morris <rgm@gnu.org>
13217
13218 * progmodes/delphi.el (delphi-mode-syntax-table):
13219 Let define-derived-mode define a proper syntax table. (Bug#9994)
13220
13221 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13222
13223 * window.el: Stay away from defsubst.
13224 (window-list-no-nils): Remove.
13225 (window-state-get-1, window-state-get): Use backquote instead.
13226
13227 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13228
13229 * emacs-lisp/find-func.el (find-function-read):
13230 Fix incorrect use of default argument in `completing-read'.
13231
13232 2011-11-08 Martin Rudalics <rudalics@gmx.at>
13233
13234 * window.el (display-buffer-function, special-display-function):
13235 Mention display-buffer-record-window but do not mention
13236 help-setup parameter in doc-strings.
13237 (window-min-delta): Fix doc-string typo.
13238
13239 2011-11-08 Chong Yidong <cyd@gnu.org>
13240
13241 * window.el (window-total-height, window-total-width): Doc fix.
13242 (window-body-size): Move from C.
13243 (window-body-height, window-body-width): Move to C.
13244
13245 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * window.el: Make special-display like display-buffer-alist (bug#9532).
13248 (display-buffer--special-action): New function, morphed
13249 from display-buffer--special.
13250 (display-buffer): Use it to handle special-display-buffers at higher
13251 priority (just after display-buffer-alist).
13252 (display-buffer-fallback-action, display-buffer--other-frame-action)
13253 (pop-to-buffer-same-window): Remove display-buffer--special.
13254
13255 2011-11-07 Glenn Morris <rgm@gnu.org>
13256
13257 * calendar/cal-menu.el (cal-menu-set-date-title):
13258 Do nothing if not in a calendar. (Bug#9976)
13259
13260 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * files.el (find-file): Always use selected-window.
13263
13264 2011-11-07 Martin Rudalics <rudalics@gmx.at>
13265
13266 * window.el (window-combinations): Make WINDOW argument
13267 mandatory. Rewrite doc-string.
13268 (walk-window-subtree, window-atom-check, window-min-delta)
13269 (window-max-delta, window--resize-this-window)
13270 (window--resize-root-window-vertically, window-tree)
13271 (balance-windows, window-state-put): Rewrite doc-strings as to
13272 not mention the term "subwindow".
13273 (window--resize-subwindows-skip-p): Rename to
13274 window--resize-child-windows-skip-p.
13275 (window--resize-subwindows-normal): Rename to
13276 window--resize-child-windows-normal.
13277 (window--resize-subwindows): Rename to
13278 window--resize-child-windows.
13279 (window-or-subwindow-p): Rename to window--in-subtree-p.
13280
13281 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13282
13283 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
13284 Ensure that mbox format messages end in two newlines (Bug#9974).
13285
13286 2011-11-06 Chong Yidong <cyd@gnu.org>
13287
13288 * window.el (window-combination-p): Function deleted; its
13289 side-effect is not used in any existing code.
13290 (window-combinations, window-combined-p): Call window-*-child
13291 directly.
13292
13293 2011-11-05 Chong Yidong <cyd@gnu.org>
13294
13295 * window.el (window-valid-p): Rename from window-any-p.
13296 (window-size-ignore, window-state-get): Callers changed.
13297 (window-normalize-window): Rename from window-normalize-any-window.
13298 New arg LIVE-ONLY, replacing window-normalize-live-window.
13299 (window-normalize-live-window): Delete.
13300 (window-combination-p, window-combined-p, window-combinations)
13301 (walk-window-subtree, window-atom-root, window-min-size)
13302 (window-sizable, window-sizable-p, window-size-fixed-p)
13303 (window-min-delta, window-max-delta, window-resizable)
13304 (window-resizable-p, window-full-height-p, window-full-width-p)
13305 (window-current-scroll-bars, window-point-1, set-window-point-1)
13306 (window-at-side-p, window-in-direction, window-resize)
13307 (adjust-window-trailing-edge, maximize-window, minimize-window)
13308 (window-deletable-p, delete-window, delete-other-windows)
13309 (record-window-buffer, unrecord-window-buffer)
13310 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
13311 (quit-window, split-window, window-state-put)
13312 (set-window-text-height, fit-window-to-buffer)
13313 (shrink-window-if-larger-than-buffer): Callers changed.
13314
13315 2011-11-04 Eli Zaretskii <eliz@gnu.org>
13316
13317 * mail/rmail.el (rmail-simplified-subject): Decode subject with
13318 rfc2047-decode-string.
13319 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
13320 warnings.
13321
13322 * window.el (window-body-height, window-body-width): Mention in
13323 the doc string that the return values are in frame's canonical
13324 units. (Bug#9949)
13325
13326 2011-11-03 Alan Mackenzie <acm@muc.de>
13327
13328 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
13329 change in cc-engine.el.
13330
13331 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * window.el (switch-to-buffer): Use `force-same-window' interactively.
13334
13335 2011-11-02 Martin Rudalics <rudalics@gmx.at>
13336
13337 * window.el (quit-window): Call unrecord-window-buffer after
13338 showing another buffer in the window. (Bug#9937)
13339 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
13340
13341 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
13342
13343 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
13344 Accept status with more than 9 shelves. (Bug#9935)
13345 Reported by Colin D Bennett <colin@gibibit.com>.
13346
13347 2011-11-01 Martin Rudalics <rudalics@gmx.at>
13348
13349 * help.el (with-help-window): Don't reference
13350 temp-buffer-show-specifiers in doc-string.
13351
13352 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
13353
13354 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
13355 menu-item.
13356
13357 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13358
13359 * whitespace.el: New version 13.2.2.
13360 (whitespace-newline-mode): Disable properly. Reported by Sarah
13361 <EmacsWiki>.
13362
13363 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
13364
13365 * net/newst-treeview.el: Remove "Time-stamp".
13366 (newsticker--group-manage-orphan-feeds): Do not call
13367 newsticker--treeview-tree-update.
13368 (newsticker-treeview-update, newsticker-treeview):
13369 Call newsticker--treeview-tree-update if necessary.
13370
13371 2011-10-30 Martin Rudalics <rudalics@gmx.at>
13372
13373 * window.el (window-iso-combination-p, window-iso-combined-p)
13374 (window-iso-combinations): Remove "iso-" infix.
13375 Suggested by Chong Yidong.
13376 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
13377 (window-max-delta-1, window-resize, window--resize-siblings)
13378 (window--resize-this-window, adjust-window-trailing-edge)
13379 (split-window, balance-windows-1)
13380 (shrink-window-if-larger-than-buffer):
13381 * calendar/calendar.el (calendar-generate-window):
13382 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
13383
13384 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13385
13386 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
13387 in place (bug#9907).
13388 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
13389 (eshell-rewrite-if-command, eshell-rewrite-for-command)
13390 (eshell-structure-basic-command, eshell-rewrite-while-command)
13391 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
13392 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
13393 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
13394 (eshell-do-pipelines-synchronously, eshell-eval-command):
13395 Use backquotes and prefer setq to set.
13396 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
13397 (eshell-macrop): Use functionp.
13398 (eshell-do-eval): Handle multiple expressions in `while' body.
13399
13400 2011-10-30 Chong Yidong <cyd@gnu.org>
13401
13402 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
13403 instead of set-mark (Bug#9810).
13404
13405 2011-10-30 Chong Yidong <cyd@gnu.org>
13406
13407 * window.el (split-window-below, split-window-right): Rename from
13408 split-window-above-each-other and split-window-side-by-side
13409 respectively. All callers changed.
13410 (split-window-sensibly, split-window-sensibly): Use them.
13411 (split-window-keep-point): Doc fix.
13412
13413 * isearch.el: Add isearch-scroll property to split-window-below
13414 and split-window-right.
13415
13416 * follow.el (follow-mode):
13417 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
13418 * progmodes/ada-xref.el (ada-gdb-application):
13419 * emulation/vip.el (vip-buffer-in-two-windows):
13420 * image-dired.el (image-dired-dired-with-window-configuration):
13421 * dired-x.el (dired-do-find-marked-files):
13422 * dired.el (dired-pop-to-buffer):
13423 * bs.el (bs--show-with-configuration):
13424 * vc/emerge.el (emerge-setup-windows):
13425 * textmodes/two-column.el (2C-two-columns):
13426 * textmodes/reftex-toc.el (reftex-toc):
13427 * progmodes/gdb-mi.el (gdb-setup-windows):
13428 * progmodes/fortran.el (fortran-window-create):
13429 * net/newst-treeview.el (newsticker--treeview-window-init):
13430 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
13431 * emulation/tpu-edt.el (tpu-gold-map):
13432 * emulation/crisp.el (crisp-mode-map):
13433 * calendar/calendar.el (calendar-basic-setup): Callers changed.
13434
13435 2011-10-29 Chong Yidong <cyd@gnu.org>
13436
13437 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
13438
13439 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
13440
13441 * textmodes/flyspell.el (flyspell-word): Fix char offset for
13442 forged Ispell output (Bug#7904).
13443
13444 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
13445
13446 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13447
13448 * doc-view.el: Avoid ugly errors about not finding nil.
13449 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
13450 (doc-view-dvipdf-program, doc-view-unoconv-program)
13451 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
13452 Avoid nil or absolute file name as default value.
13453 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
13454
13455 2011-10-28 Alan Mackenzie <acm@muc.de>
13456
13457 * progmodes/cc-defs.el (c-version): -> 5.32.2.
13458
13459 2011-10-28 Alan Mackenzie <acm@muc.de>
13460
13461 Amend the handling of c-beginning/end-of-defun in nested declaration
13462 scopes.
13463
13464 * progmodes/cc-vars.el (c-defun-tactic): Move here from
13465 cc-langs.el. Change it to a defcustom.
13466
13467 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
13468 cc-vars.el.
13469
13470 * progmodes/cc-engine.el (c-beginning-of-statement-1):
13471 Prevent "class foo : bar" being spuriously recognized as a label.
13472
13473 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
13474 Add parameter `inclusive' (to include enclosing braces in the region).
13475 (c-widen-to-enclosing-decl-scope): New function.
13476 (c-while-widening-to-decl-block): New macro.
13477 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
13478 outward for defun boundaries, and correspondingly change symbol
13479 `respect-enclosure' to `go-outward'.
13480 (c-declaration-limits): Change algorithm to report only the "innermost"
13481 defun's boundaries.
13482
13483 2011-10-28 Deniz Dogan <deniz@dogan.se>
13484
13485 * net/rcirc.el (rcirc-mode): Use hard newlines.
13486
13487 2011-10-28 Alan Mackenzie <acm@muc.de>
13488
13489 Amend to indent and fontify macros "which include their own semicolon"
13490 correctly, using the "virtual semicolon" mechanism.
13491
13492 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
13493
13494 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
13495 Recode to scan one line at a time rather than having \n and \r
13496 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
13497 (c-forward-label): Amend for virtual semicolons.
13498 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
13499
13500 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
13501 of the new C macros.
13502
13503 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
13504 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
13505 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
13506 (c-opt-cpp-macro-define): Make into a full language variable.
13507 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
13508 AWK Mode (including \n, \r) removed, no longer needed.
13509
13510 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
13511 Invoke c-make-macro-with-semi-re.
13512
13513 * progmodes/cc-vars.el (c-macro-with-semi-re):
13514 (c-macro-names-with-semicolon): New variables.
13515 (c-make-macro-with-semi-re): New function.
13516
13517 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * vc/log-edit.el: Fill empty field rather than adding new one.
13520 (log-edit-add-field): New function.
13521 (log-edit-insert-changelog): Use it.
13522
13523 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
13524
13525 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
13526
13527 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
13528
13529 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
13530 (gdb--check-interpreter): New function.
13531 (gdb): Use it.
13532
13533 2011-10-27 Glenn Morris <rgm@gnu.org>
13534
13535 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
13536 (least-positive-float, least-negative-float)
13537 (least-positive-normalized-float, least-negative-normalized-float)
13538 (float-epsilon, float-negative-epsilon):
13539 Remove unnecessary declarations.
13540
13541 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
13542 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
13543 (least-positive-float, least-negative-float)
13544 (least-positive-normalized-float, least-negative-normalized-float)
13545 (float-epsilon, float-negative-epsilon): Add doc-strings,
13546 based on those in cl.texi.
13547
13548 * files.el (set-visited-file-name): If the major-mode changed,
13549 reload the local variables. (Bug#9796)
13550
13551 2011-10-27 Chong Yidong <cyd@gnu.org>
13552
13553 * subr.el (change-major-mode-after-body-hook): New hook.
13554 (run-mode-hooks): Run it.
13555
13556 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13557 Use change-major-mode-before-body-hook.
13558
13559 * simple.el (fundamental-mode):
13560 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
13561 change introducing fundamental-mode-hook.
13562
13563 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
13564
13565 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
13566
13567 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
13568
13569 * ido.el (ido-file-name-all-completions-1): Do not require
13570 tramp.el explicitly. (Bug#7583)
13571
13572 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
13573
13574 * progmodes/octave-mod.el:
13575 * progmodes/octave-inf.el: Update maintainer.
13576
13577 2011-10-26 Chong Yidong <cyd@gnu.org>
13578
13579 * subr.el (with-wrapper-hook): Rewrite doc.
13580
13581 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
13582
13583 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
13584 filenames "/method:foo:". (Bug#9793)
13585
13586 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13587
13588 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
13589 (bug#9865).
13590
13591 2011-10-24 Glenn Morris <rgm@gnu.org>
13592
13593 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
13594
13595 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
13596
13597 * notifications.el: Add the requirement of a running D-Bus session
13598 bus to the Commentary.
13599
13600 2011-10-24 Juri Linkov <juri@jurta.org>
13601
13602 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
13603 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
13604 (Bug#9364)
13605
13606 2011-10-24 Juri Linkov <juri@jurta.org>
13607
13608 * info.el (Info-following-node-name-re): Add newline to the list
13609 of allowed characters for leading space. (Bug#9824)
13610
13611 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * progmodes/octave-inf.el (inferior-octave-mode-map):
13614 Fix C-c C-h binding.
13615 * progmodes/octave-mod.el (octave-help): Remove.
13616
13617 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
13618
13619 Sync with Tramp 2.2.3.
13620
13621 * net/tramp-cache.el (top): Pacify byte-compiler using
13622 `init-file-user' and `site-run-file'.
13623
13624 * net/trampver.el: Update release number.
13625
13626 2011-10-23 Chong Yidong <cyd@gnu.org>
13627
13628 * files.el (toggle-read-only): Remove obsolete comment about
13629 version control.
13630
13631 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
13632 for toggle-read-only. Note that this hasn't called vc-next-action
13633 since 2008-05-02, though it wasn't documented at the time.
13634
13635 * vc/ediff-init.el (ediff-toggle-read-only-function):
13636 Use toggle-read-only.
13637
13638 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
13639
13640 Fix bug #9560, sporadic wrong indentation; improve instrumentation
13641 of c-parse-state.
13642
13643 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
13644 correct faulty logical expression.
13645 (c-parse-state-state, c-record-parse-state-state):
13646 (c-replay-parse-state-state): New defvar/defuns.
13647 (c-debug-parse-state): Use new functions.
13648
13649 2011-10-22 Martin Rudalics <rudalics@gmx.at>
13650
13651 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
13652 last fix. Use window-in-direction correctly.
13653
13654 2011-10-21 Chong Yidong <cyd@gnu.org>
13655
13656 * progmodes/idlwave.el (idlwave-mode):
13657 * progmodes/vera-mode.el (vera-mode): No need to set
13658 require-final-newline; that's done in prog-mode.
13659 Suggested by Stefan Monnier.
13660
13661 2011-10-21 Martin Rudalics <rudalics@gmx.at>
13662
13663 * mouse.el (mouse-drag-window-above)
13664 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
13665 (mouse-drag-mode-line-1, mouse-drag-header-line)
13666 (mouse-drag-vertical-line-rightward-window): Remove.
13667 (mouse-drag-line): New function.
13668 (mouse-drag-mode-line, mouse-drag-header-line)
13669 (mouse-drag-vertical-line): Call mouse-drag-line.
13670 * window.el (window-at-side-p, windows-at-side): New functions.
13671
13672 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
13673
13674 * tar-mode.el (tar-grind-file-mode):
13675 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
13676
13677 2011-10-21 Chong Yidong <cyd@gnu.org>
13678
13679 * progmodes/idlwave.el (idlwave-mode):
13680 * progmodes/vera-mode.el (vera-mode):
13681 Use mode-require-final-newline.
13682
13683 2011-10-20 Glenn Morris <rgm@gnu.org>
13684
13685 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
13686
13687 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
13688
13689 * emulation/cua-base.el (cua-set-mark): Fix case of string.
13690
13691 2011-10-20 Chong Yidong <cyd@gnu.org>
13692
13693 * emulation/cua-base.el (cua-mode):
13694 * mail/footnote.el (footnote-mode):
13695 * mail/mailabbrev.el (mail-abbrevs-mode):
13696 * net/xesam.el (xesam-minor-mode):
13697 * progmodes/bug-reference.el (bug-reference-mode):
13698 * progmodes/cap-words.el (capitalized-words-mode):
13699 * progmodes/compile.el (compilation-minor-mode)
13700 (compilation-shell-minor-mode):
13701 * progmodes/gud.el (gud-tooltip-mode):
13702 * progmodes/hideif.el (hide-ifdef-mode):
13703 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
13704 * progmodes/subword.el (subword-mode):
13705 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13706 * progmodes/which-func.el (which-function-mode):
13707 * term/tvi970.el (tvi970-set-keypad-mode):
13708 * term/vt100.el (vt100-wide-mode):
13709 * textmodes/flyspell.el (flyspell-mode):
13710 * textmodes/ispell.el (ispell-minor-mode):
13711 * textmodes/nroff-mode.el (nroff-electric-mode):
13712 * textmodes/paragraphs.el (use-hard-newlines):
13713 * textmodes/refill.el (refill-mode):
13714 * textmodes/reftex.el (reftex-mode):
13715 * textmodes/rst.el (rst-minor-mode):
13716 * textmodes/sgml-mode.el (html-autoview-mode)
13717 (sgml-electric-tag-pair-mode):
13718 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
13719 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
13720 * emulation/crisp.el (crisp-mode):
13721 * emacs-lisp/eldoc.el (eldoc-mode):
13722 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
13723 minor mode behavior.
13724
13725 2011-10-19 Juri Linkov <juri@jurta.org>
13726
13727 * descr-text.el (describe-char): Add #x2010 and #x2011 to
13728 the list of hard-coded chars with escape-glyph face.
13729
13730 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13731
13732 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
13733
13734 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
13735
13736 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
13737 running process.
13738
13739 2011-10-19 Glenn Morris <rgm@gnu.org>
13740
13741 * vc/vc-bzr.el (vc-bzr-after-dir-status):
13742 Ignore ignored files. (Bug#9726)
13743
13744 2011-10-19 Chong Yidong <cyd@gnu.org>
13745
13746 Doc fix for minor modes, stating that an omitted argument enables
13747 the mode unconditionally when called from Lisp.
13748
13749 * abbrev.el (abbrev-mode):
13750 * allout.el (allout-mode):
13751 * autoinsert.el (auto-insert-mode):
13752 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13753 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13754 (global-auto-revert-mode):
13755 * battery.el (display-battery-mode):
13756 * composite.el (global-auto-composition-mode)
13757 (auto-composition-mode):
13758 * delsel.el (delete-selection-mode):
13759 * desktop.el (desktop-save-mode):
13760 * dired-x.el (dired-omit-mode):
13761 * dirtrack.el (dirtrack-mode):
13762 * doc-view.el (doc-view-minor-mode):
13763 * double.el (double-mode):
13764 * electric.el (electric-indent-mode, electric-pair-mode):
13765 * emacs-lock.el (emacs-lock-mode):
13766 * epa-hook.el (auto-encryption-mode):
13767 * follow.el (follow-mode):
13768 * font-core.el (font-lock-mode):
13769 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
13770 * help.el (temp-buffer-resize-mode):
13771 * hilit-chg.el (highlight-changes-mode)
13772 (highlight-changes-visible-mode):
13773 * hi-lock.el (hi-lock-mode):
13774 * hl-line.el (hl-line-mode, global-hl-line-mode):
13775 * icomplete.el (icomplete-mode):
13776 * ido.el (ido-everywhere):
13777 * image-file.el (auto-image-file-mode):
13778 * image-mode.el (image-minor-mode):
13779 * iswitchb.el (iswitchb-mode):
13780 * jka-cmpr-hook.el (auto-compression-mode):
13781 * linum.el (linum-mode):
13782 * longlines.el (longlines-mode):
13783 * master.el (master-mode):
13784 * mb-depth.el (minibuffer-depth-indicate-mode):
13785 * menu-bar.el (menu-bar-mode):
13786 * minibuf-eldef.el (minibuffer-electric-default-mode):
13787 * mouse-sel.el (mouse-sel-mode):
13788 * msb.el (msb-mode):
13789 * mwheel.el (mouse-wheel-mode):
13790 * outline.el (outline-minor-mode):
13791 * paren.el (show-paren-mode):
13792 * recentf.el (recentf-mode):
13793 * reveal.el (reveal-mode, global-reveal-mode):
13794 * rfn-eshadow.el (file-name-shadow-mode):
13795 * ruler-mode.el (ruler-mode):
13796 * savehist.el (savehist-mode):
13797 * scroll-all.el (scroll-all-mode):
13798 * scroll-bar.el (scroll-bar-mode):
13799 * server.el (server-mode):
13800 * shell.el (shell-dirtrack-mode):
13801 * simple.el (auto-fill-mode, transient-mark-mode)
13802 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
13803 (line-number-mode, column-number-mode, size-indication-mode)
13804 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
13805 * strokes.el (strokes-mode):
13806 * time.el (display-time-mode):
13807 * t-mouse.el (gpm-mouse-mode):
13808 * tool-bar.el (tool-bar-mode):
13809 * tooltip.el (tooltip-mode):
13810 * type-break.el (type-break-mode-line-message-mode)
13811 (type-break-query-mode):
13812 * view.el (view-mode):
13813 * whitespace.el (whitespace-mode, whitespace-newline-mode)
13814 (global-whitespace-mode, global-whitespace-newline-mode):
13815 * xt-mouse.el (xterm-mouse-mode): Doc fix.
13816
13817 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13818 Fix autogenerated docstring.
13819
13820 2011-10-19 Juri Linkov <juri@jurta.org>
13821
13822 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
13823 by checking environment variables "DESKTOP_SESSION" and
13824 "XDG_CURRENT_DESKTOP". (Bug#9779)
13825
13826 2011-10-19 Juri Linkov <juri@jurta.org>
13827
13828 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
13829 (browse-url-chromium-program, browse-url-chromium-arguments):
13830 New defcustoms.
13831 (browse-url-default-browser): Check for `browse-url-chromium' and
13832 call `browse-url-chromium-program'.
13833 (browse-url-chromium): New command. (Bug#9779)
13834
13835 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
13836
13837 * facemenu.el (list-colors-duplicates): On Windows, detect more
13838 duplicates by assuming that only colors matching "^System" are
13839 special "system colors". (Bug#9722)
13840
13841 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13842
13843 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
13844 to distinguish the author from the committer.
13845
13846 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
13847
13848 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
13849
13850 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
13851
13852 * international/mule.el (sgml-html-meta-auto-coding-function):
13853 Add support for detecting encoding in HTML5 specified only as
13854 <meta charset="UTF-8">. Implementation just makes http-equiv and
13855 content-type parts from HTML4 encoding string optional. (Bug#9716)
13856
13857 2011-10-18 Glenn Morris <rgm@gnu.org>
13858
13859 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
13860
13861 2011-10-18 Chong Yidong <cyd@gnu.org>
13862
13863 * faces.el (cursor): Doc fix.
13864
13865 2011-10-17 Chong Yidong <cyd@gnu.org>
13866
13867 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
13868
13869 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
13870
13871 * dirtrack.el (dirtrack): Support shell buffers with path
13872 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13873
13874 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13875
13876 * json.el: Bump version to 1.3 and note change in History.
13877 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13878
13879 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13880
13881 * comint.el (comint-insert-input, comint-send-input)
13882 (comint-get-old-input-default, comint-backward-matching-input)
13883 (comint-next-prompt): Use nil instead of `input' for field property of
13884 past user input (bug#114).
13885
13886 * minibuffer.el (completion--replace): Inherit surrounding properties
13887 (bug#114).
13888 (minibuffer-complete-and-exit): Use it.
13889
13890 * comint.el (comint--table-subvert): Quote the all-completions output
13891 (bug#9160).
13892
13893 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13894
13895 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13896
13897 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13898 window on right of selected. (Bug#9350) Reword other window
13899 entries and separate them from frame entries.
13900
13901 2011-10-15 Glenn Morris <rgm@gnu.org>
13902
13903 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13904 Doc fixes.
13905
13906 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13907
13908 * net/network-stream.el (network-stream-open-starttls):
13909 Improve detection of failure due to lack of TLS support.
13910
13911 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13912 putting the input text in front and in bold.
13913
13914 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13915
13916 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13917
13918 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13919 empty buffer.
13920
13921 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13922 unread-command-events rather than pushing yet-another event.
13923
13924 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13925
13926 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13927 the explanation of the possible choices. Make the options passed
13928 to completing-read shorter.
13929
13930 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13931
13932 * textmodes/flyspell.el (flyspell-large-region): Make sure
13933 extended character mode is used if defined (Bug#1339).
13934
13935 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13936
13937 * simple.el (what-cursor-position): Fix the display of the
13938 character info for LRE, LRO, RLE, and RLO characters by appending
13939 an invisible PDF.
13940
13941 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13942
13943 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13944 even in case of error; add debug spec; simplify data flow.
13945 (with-timeout-handler): Remove.
13946
13947 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13948
13949 Fix Bug#6019, Bug#9315.
13950
13951 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13952 complete `buffer-file-name', the local file name part could look
13953 remotely (for example on VMS).
13954
13955 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13956 `tramp-run-real-handler'.
13957 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13958 already quoted by '"'.
13959
13960 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13961 Let `file-name-handler-alist' be nil, the local file name part
13962 could look remotely (for example on VMS).
13963
13964 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13965
13966 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13967 from here...
13968 (flyspell-post-command-hook): ...to here.
13969
13970 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13971
13972 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13973 if not needed.
13974 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13975 using completion. Protect against "slow" callers.
13976 Remove the "message hack".
13977
13978 2011-10-11 Juri Linkov <juri@jurta.org>
13979
13980 * isearch.el (isearch-lazy-highlight-word): New variable.
13981 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13982 Use it. (Bug#9727)
13983
13984 2011-10-11 Glenn Morris <rgm@gnu.org>
13985
13986 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13987 like f90-previous-statement does.
13988
13989 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13990
13991 * eshell/eshell.el (eshell-command): History should be saved
13992 only in interactive use, to avoid error.
13993
13994 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13995
13996 * minibuffer.el (completion-file-name-table): Fix last change,
13997 i.e. ignore normal errors but not the other ones.
13998
13999 2011-10-10 Martin Rudalics <rudalics@gmx.at>
14000
14001 * window.el (special-display-buffer-names)
14002 (special-display-regexps): Remove some remnants of earlier
14003 changes from doc-strings.
14004 (quit-windows-on): New function.
14005
14006 * vc/vc.el (vc-revert, vc-rollback):
14007 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
14008 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
14009 (Bug#6183) (Bug#7074) (Bug#7447)
14010
14011 2011-10-09 Martin Rudalics <rudalics@gmx.at>
14012
14013 * window.el (frame-auto-hide-function): Add version tag.
14014 (Bug#9699)
14015
14016 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
14017
14018 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
14019 condition.
14020
14021 2011-10-09 Leo Liu <sdl.web@gmail.com>
14022
14023 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
14024 (Bug#9701)
14025
14026 2011-10-08 Glenn Morris <rgm@gnu.org>
14027
14028 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
14029 before the first code statement zero indent. (Bug#9690)
14030
14031 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
14032
14033 * simple.el (count-words-region): Always count in the region.
14034 Report the number of lines and characters too.
14035 (count-words): New command, which counts in the buffer if the
14036 region is inactive, as count-words-region used to.
14037 (count-words--message): New function. Handle plurals.
14038 (count-lines-region): Make it an alias for count-words-region.
14039
14040 * bindings.el (esc-map): Replace count-lines-region with
14041 count-words-region.
14042
14043 2011-10-08 Martin Rudalics <rudalics@gmx.at>
14044
14045 * window.el (window--delete): Delete dedicated frame
14046 unconditionally when argument KILL is non-nil. (Bug#9699)
14047 (switch-to-buffer): Fix doc-string typo.
14048
14049 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14050
14051 * eshell/eshell.el (eshell-command): Avoid using hooks.
14052
14053 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
14054
14055 * bindings.el ([M-left],[M-right]): Bind to left-word and
14056 right-word respectively.
14057
14058 2011-10-07 Glenn Morris <rgm@gnu.org>
14059
14060 * cus-start.el (debug-on-quit): Fix custom type.
14061
14062 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
14063
14064 * subr.el (define-key-after): Clarify that the function is not
14065 useful for non-menu keymaps.
14066
14067 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
14068
14069 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14070
14071 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
14072 in current minibuffer (Fix bug with recursive minibuffers).
14073
14074 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
14075
14076 * progmodes/gdb-mi.el (gdb): Doc fix.
14077
14078 2011-10-05 Martin Rudalics <rudalics@gmx.at>
14079
14080 * window.el (frame-auto-hide-function): New option replacing
14081 frame-auto-delete. Suggested by Stefan Monnier.
14082 (window--delete): Call frame-auto-hide-function instead of
14083 investigating frame-auto-delete.
14084 (window-point-1, set-window-point-1): New functions.
14085 (window-in-direction, record-window-buffer, window-state-get-1)
14086 (display-buffer-record-window): Use window-point-1 instead of
14087 window-point.
14088 (set-window-buffer-start-and-point): Use set-window-point-1.
14089
14090 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14091
14092 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
14093
14094 2011-10-05 Glenn Morris <rgm@gnu.org>
14095
14096 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
14097 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
14098
14099 2011-10-05 Leo Liu <sdl.web@gmail.com>
14100
14101 * subr.el (read-char-choice): Fix argument to buffer-live-p which
14102 works with buffer object.
14103
14104 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
14105
14106 * mpc.el (mpc-tool-bar-map): Add labels.
14107
14108 2011-10-04 Glenn Morris <rgm@gnu.org>
14109
14110 * calendar/holidays.el (calendar-check-holidays): Doc fix.
14111
14112 2011-10-04 Martin Rudalics <rudalics@gmx.at>
14113
14114 * window.el (window--delete): New function.
14115 (frame-auto-delete): Resuscitate option.
14116 (bury-buffer, replace-buffer-in-windows)
14117 (quit-window): Rewrite using window--delete.
14118 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14119 Pass display-buffer-mark-dedicated to window--display-buffer-2
14120 (Bug#9639).
14121
14122 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
14125 returns a list (bug#9554). Add remote file name completion.
14126 * comint.el (comint--table-subvert): Curry and get quote&unquote
14127 functions as arguments.
14128 (comint--complete-file-name-data): Adjust call accordingly.
14129 * pcomplete.el (pcomplete--table-subvert): Remove.
14130 (pcomplete-completions-at-point): Use comint--table-subvert instead.
14131
14132 * minibuffer.el (completion-table-case-fold): Use currying.
14133 (completion--styles-type, completion--cycling-threshold-type):
14134 New constants.
14135 (completion-styles, completion-category-overrides)
14136 (completion-cycle-threshold): Use them.
14137 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
14138 completion-table-case-fold.
14139
14140 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
14141
14142 * minibuffer.el (completion-category-overrides): Fix type of styles
14143 and add more user friendly tags (bug#9660).
14144
14145 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14146
14147 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
14148 (mule-input-method-string): New widget.
14149 (default-input-method, language-info-custom-alist): Use it.
14150
14151 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * pcomplete.el: Require comint.
14154 (pcomplete--common-suffix): Remove.
14155 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
14156 (pcomplete--table-subvert): Sync with comint--table-subvert.
14157 (pcomplete--entries): Use comint-completion-file-name-table.
14158 * comint.el (comint-unquote-filename): Simplify.
14159 (comint-completion-file-name-table): New function (bug#9616).
14160 (comint--complete-file-name-data): Use it.
14161
14162 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
14163 (pcmpl-gnu-tar-buffer): Remove.
14164 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
14165 around. Make sure pcomplete-suffix-list is only changed temporarily.
14166 Don't look inside the tar's file if it's too large.
14167
14168 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
14169
14170 * cus-edit.el (custom-mode-map):
14171 * epa.el (epa-key-list-mode-map):
14172 * man.el (Man-mode-map):
14173 * startup.el (splash-screen-keymap):
14174 * simple.el (special-mode-map): Use scroll-up-command and
14175 scroll-down-command.
14176
14177 * progmodes/idlw-help.el (idlwave-help-mode-map):
14178 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
14179 * net/newst-plainview.el (newsticker-mode-map):
14180 * emulation/ws-mode.el (wordstar-mode-map):
14181 * emulation/vi.el (vi-com-map):
14182 * calc/calc-graph.el (calc-graph-show-dumb):
14183 * term/sun.el (terminal-init-sun):
14184 * term/ns-win.el (global-map):
14185 * progmodes/grep.el (grep-mode-map):
14186 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
14187 * mail/rmail.el (rmail-mode-map):
14188 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
14189
14190 * custom.el (custom-safe-themes, load-theme): Treat value of t for
14191 custom-safe-themes as special.
14192
14193 2011-10-01 Julien Danjou <julien@danjou.info>
14194
14195 * notifications.el (notifications-notify): Fix docstring.
14196
14197 2011-10-01 Per Starbäck <per@starback.se>
14198
14199 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
14200
14201 2011-09-30 Martin Rudalics <rudalics@gmx.at>
14202
14203 * startup.el (command-line-1): Fix last fix by inserting
14204 initial-scratch-message into *scratch* before displaying it.
14205 (Bug#9605) and (Bug#9636)
14206
14207 2011-09-29 Eli Zaretskii <eliz@gnu.org>
14208
14209 * simple.el (line-move): If auto-hscroll-mode is disabled and the
14210 window is hscrolled, move by logical lines. (Bug#9607)
14211 (line-move-visual): Update the doc string to the above effect.
14212
14213 2011-09-29 Martin Rudalics <rudalics@gmx.at>
14214
14215 * window.el (display-buffer-record-window): When WINDOW is the
14216 selected window use `point' instead of `window-point'. (Bug#9626)
14217
14218 * startup.el (command-line-1): Use insert-before-markers when
14219 inserting initial-scratch-message. (Bug#9605)
14220
14221 * help.el (help-window): Remove variable.
14222
14223 2011-09-29 Glenn Morris <rgm@gnu.org>
14224
14225 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
14226
14227 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
14228
14229 * descr-text.el (describe-char-categories): Accept category
14230 descriptions more than one line long.
14231
14232 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
14233
14234 * simple.el (delete-trailing-whitespace): Fix last change.
14235
14236 * progmodes/perl-mode.el (perl-syntax-propertize-function):
14237 Don't confuse "y => 3" as the beginning of a `y' operation.
14238
14239 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
14240 object has more than 4 slots (bug#9613).
14241
14242 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
14243
14244 * subr.el (with-output-to-temp-buffer):
14245 * net/quickurl.el (quickurl, quickurl-browse-url):
14246 Fix typos in docstrings.
14247
14248 2011-09-27 Eli Zaretskii <eliz@gnu.org>
14249
14250 * minibuffer.el (completion-styles)
14251 (completion-category-overrides): Cross reference each other in doc
14252 strings.
14253
14254 2011-09-27 Glenn Morris <rgm@gnu.org>
14255
14256 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
14257 to split-string. (Bug#9606)
14258
14259 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14260
14261 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
14262 (bug#9615).
14263
14264 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
14265
14266 * emacs-lisp/package.el (list-packages): Fix echo area message.
14267
14268 2011-09-27 Leo Liu <sdl.web@gmail.com>
14269
14270 * ido.el (ido-read-internal): Accept cons cell HIST arg.
14271
14272 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
14273
14274 * net/dbus.el (dbus-unregister-object): Don't release services for
14275 registered signals. (Bug#9581)
14276
14277 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14278
14279 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
14280 function that picks between cfengine 2 and 3 support
14281 automatically. Update docs accordingly.
14282
14283 2011-09-22 Kenichi Handa <handa@m17n.org>
14284
14285 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
14286 ZERO.
14287 (indian-itrans-v5-table-for-tamil): New variable.
14288 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
14289
14290 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
14291
14292 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
14293 that's true if the current command involved collapsing of text.
14294 It's reset to false at the beginning of the next command.
14295 (allout-post-command-business): Move the cursor to the beginning
14296 of entry if the cursor is hidden and collapsing activity just
14297 happened.
14298
14299 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
14300
14301 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
14302 tracking (Bug#9541).
14303
14304 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
14305
14306 * net/newst-reader.el (newsticker-html-renderer)
14307 (newsticker-show-news): Automatically load html rendering package
14308 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
14309 because w3m-fill-column is let-bound" and the error "Symbol's value
14310 as variable is void: w3m-fill-column".
14311
14312 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
14313
14314 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
14315 Release services only if they are defined. (Bug#9581)
14316
14317 2011-09-23 Richard Stallman <rms@gnu.org>
14318
14319 * textmodes/paragraphs.el (forward-sentence): For backwards case,
14320 distinguish start of paragraph from start of its text.
14321
14322 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
14323
14324 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
14325 (rmail-generate-viewer-buffer): Put that hook on view buffer.
14326 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
14327
14328 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
14329
14330 * international/mule-diag.el (mule-diag): Insert a newline after
14331 each fontset description.
14332
14333 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14334
14335 * simple.el (delete-trailing-whitespace):
14336 Document last change; simplify.
14337
14338 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
14339
14340 * simple.el (delete-trailing-whitespace): Also delete
14341 extra newlines at the end of the buffer.
14342
14343 * textmodes/picture.el: Make motion commands obey shift-select-mode.
14344 (picture-newline): Use forward-line so as to ignore fields.
14345
14346 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14347
14348 * subr.el (with-wrapper-hook): Fix edebug spec.
14349
14350 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14351
14352 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
14353 (bug#4538).
14354
14355 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
14356
14357 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
14358 Fix nasty bug using wrong cached values.
14359
14360 2011-09-23 Alan Mackenzie <acm@muc.de>
14361
14362 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
14363
14364 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
14365
14366 * window.el (pop-to-buffer): Ensure right window is selected if we
14367 chose another frame.
14368
14369 2011-09-22 Eli Zaretskii <eliz@gnu.org>
14370
14371 * simple.el (what-cursor-position): Use get-char-property-change
14372 and next-single-char-property-change, to be able to show display
14373 properties that come from overlays as well as text properties.
14374
14375 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
14376
14377 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
14378
14379 * cmuscheme.el (run-scheme, switch-to-scheme):
14380 * cus-edit.el (customize-group, custom-buffer-create)
14381 (customize-browse):
14382 * info.el (info):
14383 * shell.el (shell):
14384 * mail/sendmail.el (mail):
14385 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
14386
14387 2011-09-22 Richard Stallman <rms@gnu.org>
14388
14389 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
14390 move back only to line beg, don't move back over blank lines.
14391
14392 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
14393
14394 * files.el (copy-directory): Set directory attributes only in case
14395 they could be retrieved from the source directory. (Bug#9565)
14396
14397 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
14398
14399 * progmodes/hideshow.el (hs-looking-at-block-start-p)
14400 (hs-find-block-beginning, hs-hide-level-recursive):
14401 Ignore strings as well as comments. (Bug#9502)
14402
14403 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
14404
14405 * progmodes/sql.el (sql-comint-postgres):
14406 Convert port number to a string. (Bug#9566)
14407
14408 2011-09-22 Martin Rudalics <rudalics@gmx.at>
14409
14410 * window.el (quit-window): Undedicate window when switching to
14411 previous buffer. Reported by Thierry Volpiatto
14412 <thierry.volpiatto@gmail.com>.
14413 (special-display-popup-frame): When popping up a new frame reset
14414 its previous buffers to nil. Simplify code.
14415
14416 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
14417
14418 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
14419 and process filter, as done also in `shell-command'.
14420
14421 2011-09-21 Martin Rudalics <rudalics@gmx.at>
14422
14423 * window.el (set-window-buffer-start-and-point):
14424 Call set-window-start with NOFORCE argument t.
14425 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
14426 (quit-window): Reword doc-string. Handle new format of
14427 quit-restore parameter. Don't delete window if it has a
14428 previous buffer we can show instead of the present one.
14429 (display-buffer-record-window): Rewrite using a new format for
14430 the quit-restore window parameter
14431 (special-display-popup-frame, display-buffer-same-window)
14432 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14433 (display-buffer-pop-up-window, display-buffer-use-some-window):
14434 Adapt symbol passed to display-buffer-record-window.
14435 * help.el (help-window-setup): Handle new format of quit-restore
14436 parameter.
14437
14438 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14439
14440 * faces.el (face-list): Fix docstring (bug#9564).
14441
14442 * window.el (display-buffer--action-function-custom-type):
14443 Don't include internal functions in the Custom interface.
14444
14445 2011-09-20 Juri Linkov <juri@jurta.org>
14446
14447 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
14448 (Info-forward-node, Info-backward-node, Info-next-preorder)
14449 (Info-last-preorder): Use it. (Bug#9528)
14450
14451 2011-09-20 Juri Linkov <juri@jurta.org>
14452
14453 * info.el (Info-last-preorder): Visit last menu item only when
14454 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
14455
14456 2011-09-20 Julien Danjou <julien@danjou.info>
14457
14458 * password-cache.el (password-cache-remove): Remove entries even if the
14459 value is nil, so that password with a nil value (negative caching) is
14460 possible to invalidate.
14461
14462 2011-09-20 Lawrence Mitchell <wence@gmx.li>
14463
14464 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
14465 all whitespace around breakpoint. (Bug#9553)
14466 (f90-find-breakpoint): Only break at whitespace inside a comment.
14467
14468 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * minibuffer.el (completion-file-name-table): Keep track of errors.
14471 (completion-table-with-predicate): Handle the case where pred1 is nil.
14472 * pcomplete.el (pcomplete-completions-at-point): Simplify.
14473
14474 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14475
14476 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
14477 (debugger-return-value): Signal an error if the debugging context does
14478 not await any return value.
14479
14480 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
14481 * image-mode.el (image-toggle-display-text)
14482 (image-toggle-display-image): Stay away from evil `intangible'.
14483
14484 2011-09-19 Leo Liu <sdl.web@gmail.com>
14485
14486 * replace.el (occur-revert-arguments): Make it permanent-local.
14487 (occur-mode): Don't call font-lock-defontify.
14488
14489 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
14490
14491 * net/ldap.el (ldap-search-internal): Don't push empty search
14492 result (Bug#9508).
14493
14494 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
14497
14498 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
14499
14500 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
14501 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
14502
14503 2011-09-18 Juri Linkov <juri@jurta.org>
14504
14505 * buff-menu.el (Buffer-menu-mode-map):
14506 * dired.el (dired-mode-map):
14507 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
14508 (lisp-interaction-mode-map):
14509 * emacs-lisp/package.el (package-menu-mode-map):
14510 * epa.el (epa-key-list-mode-map):
14511 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
14512 (menu-bar-options-menu):
14513 * outline.el (outline-mode-menu-bar-map):
14514 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
14515 * vc/vc-dir.el (vc-dir-menu-map):
14516 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
14517 Capitalize non-function content words in menu item strings.
14518
14519 * dired.el (dired-mode-map): Add menu item for
14520 `image-dired-dired-toggle-marked-thumbs'.
14521
14522 2011-09-18 Juri Linkov <juri@jurta.org>
14523
14524 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
14525 to `isearch-case-fold-search' and restore its original value
14526 after the `isearch-mode' call.
14527
14528 2011-09-18 Juri Linkov <juri@jurta.org>
14529
14530 * progmodes/grep.el (grep-process-setup): Don't check code for 1
14531 because `zgrep' returns 1 for successful matches (bug#9226).
14532
14533 2011-09-18 Juri Linkov <juri@jurta.org>
14534
14535 * info.el (Info-extract-menu-node-name): Check the second match
14536 for empty string (second test-case of bug#9528).
14537 (Info-last-preorder): Let-bind `Info-history' to nil to not add
14538 intermediate nodes to the history (first test-case of bug#9528).
14539
14540 2011-09-18 Juri Linkov <juri@jurta.org>
14541
14542 * info.el (Info-mode-syntax-table): New variable.
14543 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
14544
14545 2011-09-18 Juri Linkov <juri@jurta.org>
14546
14547 * info.el (Info-file-supports-index-cookies):
14548 Increment line-beginning-position's arg from 3 to 4 because makeinfo
14549 outputs one more line for long file names (bug#4142).
14550
14551 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14552
14553 * newcomment.el (comment-normalize-vars): If prompting for
14554 comment-start, set comment-start-skip too (Bug#8424).
14555
14556 2011-09-18 Johan Bockgård <bojohan@gnu.org>
14557
14558 * icomplete.el: Fix previous fix of Bug#5849.
14559 (icomplete-mode): Don't set completion-show-inline-help.
14560 (icomplete-minibuffer-setup): Set completion-show-inline-help
14561 locally during icompletion.
14562
14563 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
14564
14565 * woman.el (woman2-process-escapes): Don't delete unrecognized
14566 escapes (Bug#7843).
14567
14568 * files.el (inhibit-first-line-modes-regexps): Add image files.
14569 (hack-local-variables-prop-line): Return nil for malformed
14570 prop-lines (Bug#9044).
14571
14572 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
14573
14574 * net/tramp.el (top): Don't require 'shell.
14575 (tramp-methods): Fix docstring.
14576 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
14577 Return complete remote file name. Handle "smb" case.
14578 Use `tramp-tmpdir', if defined for the respective method.
14579 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
14580
14581 * net/tramp-compat.el (top): Require 'shell.
14582
14583 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
14584 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
14585 `tramp-current-host'.
14586 (tramp-get-remote-tmpdir): Remove.
14587
14588 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
14589 `tramp-tmpdir' entries.
14590 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
14591 (tramp-smb-handle-file-attributes): Ignore errors.
14592 (tramp-smb-wait-for-output): Check also for process end.
14593
14594 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14595
14596 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
14597 when sending QUIT (bug#9312).
14598
14599 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
14600
14601 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
14602 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
14603 occur-mode-display-occurrence.
14604 (occur-edit-mode): Add usage message.
14605 (occur-cease-edit): New command.
14606 (occur-after-change-function): Use text properties to find the
14607 position of the prefix text.
14608 (occur-engine): Set stickiness of prefix text properties.
14609
14610 2011-09-17 Glenn Morris <rgm@gnu.org>
14611
14612 * progmodes/etags.el (complete-tag):
14613 Fix call to completion-in-region. (Bug#9526)
14614
14615 2011-09-17 Juri Linkov <juri@jurta.org>
14616
14617 * textmodes/ispell.el (ispell-word): Add to the error message
14618 the word, ispell program name and current dictionary (bug#9121).
14619 (ispell-tex-arg-end): Capitalize "error" in the error message.
14620
14621 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
14622
14623 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
14624 check. (Bug#4251)
14625
14626 2011-09-17 Juri Linkov <juri@jurta.org>
14627
14628 * window.el (window-safe-min-height, window-safe-min-width):
14629 Fix typos (followup to bug#9522).
14630
14631 2011-09-17 Sven Joachim <svenjoac@gmx.de>
14632
14633 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
14634
14635 2011-09-16 Eli Zaretskii <eliz@gnu.org>
14636
14637 * simple.el (line-move): If goal-column is set, move by logical
14638 lines, not by display lines. (Bug#971)
14639 (next-line, previous-line, goal-column, line-move-visual): Doc fix
14640 to reflect the above change.
14641
14642 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14643
14644 * image.el (imagemagick-register-types): Use regexp-opt.
14645
14646 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14647
14648 * window.el (display-buffer-base-action): Rename from
14649 display-buffer-default-action. Make default value empty.
14650 (display-buffer-overriding-action): Convert to defvar.
14651 (display-buffer-fallback-action): New var.
14652
14653 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
14654
14655 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
14656 declaration.
14657 (package--add-to-archive-contents): If there is a duplicate entry
14658 with an older version, remove it.
14659 (package-menu-mark-delete, package-menu-mark-install)
14660 (package-menu-mark-unmark): Make unused args optional.
14661 (package-menu-mark-obsolete-for-deletion):
14662 Use package-menu-get-status instead of a regexp search.
14663 (package-menu-get-status): Use tabulated-list-entry.
14664 (package-menu-mark-upgrades): New command.
14665 (package-menu-mode-map): Bind it to U. Add it to menu bar.
14666 (package-menu-execute): Do installation before deletion.
14667 (package-menu-refresh, package-menu-execute): Use derived-mode-p
14668 instead of checking major-mode.
14669 (package-menu--find-upgrades): New function.
14670
14671 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14672
14673 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
14674 passwords in the log buffer.
14675 (smtpmail-process-filter): Update the process marker so that the
14676 "broken by peer" status message is inserted in the right place.
14677
14678 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14679
14680 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
14681 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
14682 bibtex-completion-at-point-function.
14683 (bibtex-completion-at-point-function): Use them.
14684
14685 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
14686
14687 * mpc.el (mpc-constraints-tag-lookup): New function.
14688 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
14689 also to browser "album|playlist".
14690
14691 2011-09-14 Juri Linkov <juri@jurta.org>
14692
14693 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
14694 (isearch-edit-string): Use length of `isearch-string' when
14695 `isearch-fail-pos' returns nil.
14696 (isearch-message): Remove duplicate code and call
14697 `isearch-fail-pos' with arg `t'.
14698
14699 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
14700
14701 * replace.el (occur-mode-goto-occurrence): Don't force using other
14702 window (Bug#9499).
14703
14704 * dired-aux.el (dired-do-chmod): Don't provide initial input.
14705
14706 2011-09-14 Martin Rudalics <rudalics@gmx.at>
14707
14708 * window.el (display-buffer-window): Remove.
14709 (display-buffer-record-window): Use help-setup window parameter
14710 instead of variable display-buffer-window.
14711 (display-buffer-function, special-display-buffer-names)
14712 (special-display-function): Mention help-setup parameter instead
14713 of display-buffer-window in doc-string.
14714 * help.el (help-window-setup): New argument help-window.
14715 Use help-window-setup parameter instead of display-buffer-window.
14716 Reword some messages.
14717 (with-help-window): Pass window used for displaying the buffer
14718 to help-window-setup. Don't set display-buffer-window.
14719
14720 2011-09-13 Glenn Morris <rgm@gnu.org>
14721
14722 * emacs-lisp/debug.el (debugger-make-xrefs):
14723 Preserve point. (Bug#9462)
14724
14725 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14726
14727 * window.el (window-deletable-p): Use next-frame.
14728
14729 2011-09-13 Martin Rudalics <rudalics@gmx.at>
14730
14731 * window.el (window-auto-delete): Remove.
14732 (window-deletable-p): Remove argument FORCE. Don't deal with
14733 dedication and previous buffers.
14734 (switch-to-prev-buffer): Don't delete window.
14735 (delete-windows-on): Delete a window's frame if and only if the
14736 window is dedicated.
14737 (replace-buffer-in-windows): Delete buffer's window or frame if
14738 and only if window is dedicated.
14739 (quit-window): Handle quit-restore as before last change.
14740 (bury-buffer): Delete window only if window-deletable-p returns t.
14741
14742 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
14743
14744 * window.el (window-deletable-p): Never delete the last frame on a
14745 given terminal.
14746
14747 2011-09-13 Glenn Morris <rgm@gnu.org>
14748
14749 * help.el (describe-key-briefly): Copy previous standard-output change.
14750
14751 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
14752
14753 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
14754
14755 2011-09-13 Glenn Morris <rgm@gnu.org>
14756
14757 * emacs-lisp/lisp-mode.el (lisp-indent-function):
14758 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
14759
14760 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
14761
14762 * dired-aux.el (dired-mark-read-string): Don't return default
14763 value on empty input (Bug#9361).
14764 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
14765 Omit initial minibuffer contents.
14766 (dired-do-chmod): Signal an error on empty input.
14767 (dired-mark-read-string): Don't return default on empty input.
14768
14769 * files.el (file-modes-symbolic-to-number): Doc fix.
14770
14771 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * international/mule-cmds.el (ucs-completions): Remove.
14774 (read-char-by-name): Use complete-with-action instead; add metadata.
14775
14776 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14777
14778 * window.el (display-buffer--action-function-custom-type)
14779 (display-buffer--action-custom-type): New vars.
14780 (display-buffer-alist, display-buffer-default-action)
14781 (display-buffer-overriding-action): Add defcustom types.
14782
14783 * frame.el (delete-other-frames): Doc fix (Bug#276).
14784
14785 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14786
14787 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
14788
14789 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
14790
14791 Change modes that used same-window-* vars to use switch-to-buffer.
14792
14793 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
14794 Use switch-to-buffer.
14795
14796 * cus-edit.el (customize-group, custom-buffer-create)
14797 (customize-browse, custom-buffer-create-other-window):
14798 Use switch-to-buffer or switch-to-buffer-other-window.
14799
14800 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
14801 (Info-prev, Info-up, Info-speedbar-goto-node)
14802 (info-display-manual): Use switch-to-buffer.
14803 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
14804
14805 * mail/sendmail.el (mail): Use switch-to-buffer.
14806 (mail-recover): Use switch-to-buffer-other-window.
14807
14808 * cmuscheme.el (run-scheme, switch-to-scheme):
14809 * ielm.el (ielm):
14810 * shell.el (shell):
14811 * net/rlogin.el (rlogin):
14812 * net/telnet.el (telnet, rsh):
14813 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
14814
14815 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
14816
14817 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
14818
14819 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
14820
14821 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
14822 so don't mention it (bug#9301).
14823 (dired-sort-toggle-or-edit): Clarify string further.
14824
14825 * faces.el (face-spec-set-match-display): Make `(type graphic)'
14826 match `x', `w32' and `ns', like the manual says (bug#9029).
14827
14828 * subr.el (eval-after-load): Doc string clarification (bug#9125).
14829 (process-kill-buffer-query-function): Mention the buffer name in
14830 the query.
14831
14832 * image-mode.el (image-next-line): The line parameter is mandatory
14833 (bug#9258).
14834
14835 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
14836 which can be useful (bug#9301).
14837
14838 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
14839
14840 * subr.el (match-string): Mention that the current buffer should
14841 be the same as the search was done in (bug#9282).
14842
14843 * facemenu.el: Disable the remove-* commands if the mark isn't
14844 active (bug#9162).
14845
14846 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14847
14848 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
14849 of display-buffer.
14850 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
14851
14852 * replace.el (occur-mode-goto-occurrence)
14853 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
14854 and display-buffer.
14855
14856 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
14857 display-buffer.
14858
14859 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
14860 special-display and same-window variables.
14861 (mail-other-window): Use switch-to-buffer-other-window.
14862 (mail-other-frame): USe switch-to-buffer-other-frame.
14863
14864 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
14865 Use display-buffer-other-frame.
14866 (gdb-display-gdb-buffer): Use pop-to-buffer.
14867
14868 * progmodes/gud.el (gud-goto-info): Use info-other-window.
14869
14870 * progmodes/python.el: Don't set same-window-buffer-names.
14871
14872 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14873
14874 * window.el (display-buffer-alist): Add *Python*.
14875
14876 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14877
14878 * window.el (display-buffer-alist): Add entry for buffers
14879 previously handled same-window-*.
14880 (display-buffer-alist, display-buffer-default-action)
14881 (display-buffer-overriding-action): Mark as risky.
14882 (display-buffer-alist): Document action function changes.
14883 (display-buffer--same-window-action)
14884 (display-buffer--other-frame-action): New variables.
14885 (switch-to-buffer, display-buffer-other-frame): Use them.
14886 (display-buffer): Rename reuse-frame entry to reusable-frames.
14887 (display-buffer-reuse-selected-window): Function deleted.
14888 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14889 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14890 (display-buffer-special): New function.
14891 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14892 display-buffer-reuse-or-pop-window. Split off special-display
14893 part into display-buffer-special.
14894 (display-buffer-use-some-window): Don't perform any special
14895 pop-up-frames handling.
14896 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14897 (display-buffer--maybe-same-window): Rename from
14898 display-buffer-maybe-same-window.
14899
14900 * info.el: Don't set same-window-regexps.
14901 (info-setup): New function.
14902 (info-other-window, info): Call it.
14903
14904 * cus-edit.el: Don't set same-window-regexps.
14905 (customize-group): New argument.
14906 (customize-group-other-window): Use it.
14907 (customize-face, customize-face-other-window): Likewise.
14908 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14909
14910 * net/rlogin.el:
14911 * net/telnet.el:
14912 * progmodes/gud.el: Don't set same-window-regexps.
14913
14914 * cmuscheme.el:
14915 * ielm.el:
14916 * shell.el:
14917 * mail/sendmail.el:
14918 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14919
14920 2011-09-10 Juri Linkov <juri@jurta.org>
14921
14922 * isearch.el (isearch-edit-string): Remove obsolete mention of
14923 `C-w' (`isearch-yank-word-or-char') from docstring.
14924 (isearch-query-replace): Fix typo in docstring (bug#9466).
14925
14926 2011-09-10 Juri Linkov <juri@jurta.org>
14927
14928 * paren.el (show-paren-function): Don't show escaped parens.
14929 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14930
14931 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14932
14933 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14934 (mm-default-file-encoding): Remove autoload forms, they are
14935 replaced with autoload cookies in mml.el and mm-encode.el.
14936 (mail-add-attachment): New command.
14937 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14938 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14939 the doc string.
14940 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14941
14942 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14943
14944 * simple.el (count-words-region): Use buffer if there's no region
14945 (bug#9429).
14946
14947 2011-09-09 Juri Linkov <juri@jurta.org>
14948
14949 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14950 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14951 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14952
14953 2011-09-09 Alan Mackenzie <acm@muc.de>
14954
14955 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14956 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14957
14958 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14959
14960 Fix for Savannah bug#9392.
14961 * simple.el (mail-encode-mml): New defvar.
14962
14963 * mail/rmail.el (mail-encode-mml): Add a defvar.
14964 (rmail-enable-mime-composing): Default to t.
14965 (rmail-forward): Use MIME method of forwarding only if both
14966 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14967 Set mail-encode-mml non-nil if the MIME method was used.
14968
14969 * mail/sendmail.el (mml-to-mime): Add autoload form.
14970 (mail-encode-mml): Add a defvar.
14971 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14972 to nil.
14973 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14974 message through mml-to-mime, and reset mail-encode-mml to nil.
14975
14976 2011-09-09 Glenn Morris <rgm@gnu.org>
14977
14978 * woman.el (woman-if-body): When processing an .el block,
14979 do not delete the next .el block as well. (Bug#9447)
14980 (woman-special-characters): Add oq, cq, and hy characters.
14981
14982 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14983
14984 * window.el (window-deletable-p): Make sure window is live before
14985 invoking window-prev-buffers.
14986
14987 2011-09-08 Leo Liu <sdl.web@gmail.com>
14988
14989 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14990
14991 2011-09-08 Juri Linkov <juri@jurta.org>
14992
14993 * progmodes/compile.el (compilation-environment): Make it
14994 a defcustom (bug#8340).
14995
14996 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14997
14998 * window.el (frame-auto-delete): Rename to window-auto-delete.
14999 Make it control auto-deletion of windows and/or frames.
15000 (window-deletable-p): New argument FORCE. Rewrite conditions
15001 for deleting window/frame. (Bug#9419)
15002 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
15003 Rewrite handling of case when window/frame can be deleted.
15004 (delete-windows-on): Call window-deletable-p with new FORCE
15005 argument t. (Bug#9456)
15006
15007 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
15008
15009 * help-mode.el (help-mode): Restore autoload.
15010
15011 2011-09-07 Juri Linkov <juri@jurta.org>
15012
15013 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
15014 `compilation-environment'. Set buffer-local
15015 `compilation-environment' to `thisenv' later after (funcall mode).
15016 (Bug#8340)
15017
15018 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
15019 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
15020 instead of replacing its value. (Bug#8340)
15021
15022 2011-09-07 Juri Linkov <juri@jurta.org>
15023
15024 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
15025 based on text properties put by `grep-filter' instead of matching
15026 escape sequences.
15027 (grep-mode): Set buffer-local `compilation-error-screen-columns'
15028 to the value of `grep-error-screen-columns' (bug#9438).
15029
15030 2011-09-07 Juri Linkov <juri@jurta.org>
15031
15032 * simple.el (next-error-highlight, next-error-highlight-no-select):
15033 Doc fix (bug#9432).
15034
15035 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
15036
15037 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15038 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
15039
15040 2011-09-07 Leo Liu <sdl.web@gmail.com>
15041
15042 * net/rcirc.el (rcirc-mode): Conditionally initialize
15043 rcirc-input-ring.
15044
15045 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15046
15047 * emacs-lisp/find-func.el (find-function-C-source): Only set
15048 find-function-C-source-directory after checking that we found a source
15049 file there (bug#9440).
15050
15051 2011-09-06 Alan Mackenzie <acm@muc.de>
15052
15053 * isearch.el (isearch-other-meta-char): Wherever a key list is
15054 unread, "unread" the prefix arg, too. This fixes bug #8901.
15055
15056 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
15057
15058 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
15059
15060 2011-09-05 Juri Linkov <juri@jurta.org>
15061
15062 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
15063
15064 2011-09-05 Juri Linkov <juri@jurta.org>
15065
15066 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
15067 keeping point where processing of grep matches begins, and
15068 continue to delete remaining escape sequences from the same point.
15069 (grep-filter): Make leading zero optional in "0?1;31m" because
15070 git-grep emits "\033[1;31m" escape sequences unlike expected
15071 "\033[01;31m" as GNU Grep does (bug#9408).
15072 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
15073
15074 2011-09-05 Juri Linkov <juri@jurta.org>
15075
15076 * subr.el (y-or-n-p): Capitalize "yes".
15077
15078 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
15079
15080 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
15081 `tramp-cache-unload-hook' where appropriate.
15082 (tramp-methods): Rename `tramp-remote-sh' to
15083 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
15084 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
15085
15086 * net/tramp-sh.el (top): Don't require 'shell.
15087 (tramp-methods): Add `tramp-remote-shell' and
15088 `tramp-remote-shell-args' entries.
15089 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
15090 (tramp-sh-handle-shell-command): Remove.
15091 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
15092 Use `tramp-remote-shell'.
15093
15094 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
15095
15096 * mail/sendmail.el (sendmail-query-once-function): Delete.
15097 (sendmail-query-once): Save directly to send-mail-function.
15098 Update message-send-mail-function too.
15099
15100 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
15101
15102 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15103
15104 * progmodes/python.el (python-mode-map): Use correct function to
15105 start python interpreter from menu-bar (as reported by Geert
15106 Kloosterman).
15107 (inferior-python-mode-map): Fix typo.
15108 (python-shell-map): Remove.
15109
15110 2011-09-03 Deniz Dogan <deniz@dogan.se>
15111
15112 * net/rcirc.el (rcirc-print): Simplify code for
15113 rcirc-scroll-show-maximum-output. There is no need to walk
15114 through all windows to find the right one.
15115
15116 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
15117
15118 * help.el (help-return-method): Doc fix.
15119
15120 2011-09-03 Martin Rudalics <rudalics@gmx.at>
15121
15122 * window.el (window-deletable-p): Don't return a non-nil value
15123 when there's a buffer that was shown in the window before.
15124 (Bug#9419)
15125 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15126 Set window's previous buffers to nil.
15127
15128 2011-09-03 Eli Zaretskii <eliz@gnu.org>
15129
15130 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
15131 newline before and after the tag line, so it doesn't interfere
15132 with determining the paragraph direction of bidirectional text.
15133
15134 2011-09-03 Leo Liu <sdl.web@gmail.com>
15135
15136 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
15137
15138 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15139
15140 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
15141 (pop-to-buffer): Change interactive spec. Pass second argument
15142 directly to display-buffer.
15143 (display-buffer): Fix interactive spec. Use functionp to
15144 distinguish between a function and a list of functions.
15145
15146 * abbrev.el (edit-abbrevs):
15147 * arc-mode.el (archive-extract):
15148 * autoinsert.el (auto-insert):
15149 * bookmark.el (bookmark-bmenu-list):
15150 * files.el (find-file):
15151 * view.el (view-buffer):
15152 * progmodes/compile.el (compilation-goto-locus):
15153 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
15154
15155 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
15156
15157 * window.el (display-buffer-alist): Doc fix.
15158 (display-buffer): Add docstring. Don't treat
15159 display-buffer-default specially.
15160 (display-buffer-reuse-selected-window)
15161 (display-buffer-same-window, display-buffer-maybe-same-window)
15162 (display-buffer-reuse-window, display-buffer-pop-up-frame)
15163 (display-buffer-pop-up-window)
15164 (display-buffer-reuse-or-pop-window)
15165 (display-buffer-use-some-window): New functions.
15166 (display-buffer-default-action): Use them.
15167 (display-buffer-default): Delete.
15168 (pop-to-buffer-1): Fix choice of actions.
15169
15170 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15171
15172 * minibuffer.el (completion--insert-strings): Don't get confused by
15173 completion entries that end with an LF char.
15174
15175 2011-09-01 Eli Zaretskii <eliz@gnu.org>
15176
15177 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
15178
15179 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
15180
15181 * window.el (display-buffer): Restore interactive spec.
15182 (display-buffer-same-window, display-buffer-other-window):
15183 New functions.
15184 (pop-to-buffer-1): New function. Use the above.
15185 (pop-to-buffer, pop-to-buffer-same-window): Use it.
15186 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
15187
15188 * view.el (view-buffer-other-window, view-buffer-other-frame):
15189 Just use pop-to-buffer.
15190
15191 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15192
15193 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
15194
15195 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
15196
15197 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
15198
15199 2011-08-31 Richard Stallman <rms@gnu.org>
15200
15201 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
15202 of the separation of rmail-view-buffer from rmail-buffer.
15203 If you say no to "replace original", the decrypt is in the
15204 view buffer. If you say yes, the decrypt goes into the
15205 rmail buffer also.
15206
15207 2011-08-31 Martin Rudalics <rudalics@gmx.at>
15208
15209 * window.el (display-buffer-window): Rewrite doc-string.
15210 (display-buffer-record-window): New function.
15211 (display-buffer-macro-specifiers)
15212 (display-buffer-even-window-sizes, display-buffer-set-height)
15213 (display-buffer-set-width, display-buffer-in-window)
15214 (display-buffer-reuse-window, display-buffer-split-specifiers)
15215 (display-buffer-side-specifiers, display-buffer-split-window-1)
15216 (display-buffer-split-window, display-buffer-split-atom-window)
15217 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15218 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
15219 (display-buffer-other-window-means-other-frame)
15220 (display-buffer-normalize-special)
15221 (display-buffer-normalize-default)
15222 (display-buffer-normalize-argument)
15223 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
15224 (display-buffer-normalize-specifiers, display-buffer-frame)
15225 (display-buffer-same-window, display-buffer-same-frame)
15226 (display-buffer-other-window)
15227 (display-buffer-same-frame-other-window)
15228 (display-buffer-other-frame, pop-to-buffer-same-window)
15229 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
15230 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
15231 (switch-to-buffer-same-frame)
15232 (switch-to-buffer-other-window-same-frame)
15233 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
15234 (display-buffer-alist-set-1, display-buffer-alist-set-2)
15235 (display-buffer-alist-set): Remove.
15236 (display-buffer-function, special-display-buffer-names)
15237 (special-display-regexps, special-display-function):
15238 In doc-string refer to display-buffer-window and quit-restore
15239 parameter.
15240 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
15241 (special-display-frame-alist, special-display-popup-frame)
15242 (same-window-buffer-names, same-window-regexps, same-window-p)
15243 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15244 (split-window-preferred-function, split-height-threshold)
15245 (split-width-threshold, window-splittable-p)
15246 (split-window-sensibly, window--try-to-split-window)
15247 (window--frame-usable-p, even-window-heights)
15248 (window--even-window-heights, window--display-buffer-1)
15249 (window--display-buffer-2, display-buffer-other-frame):
15250 Restore old Emacs 23 code, order and doc-strings where applicable.
15251 (display-buffer-default, display-buffer-assq-regexp): New functions.
15252 (display-buffer-alist): Rewrite doc-string.
15253 (display-buffer-default-action)
15254 (display-buffer-overriding-action): New variables.
15255 (display-buffer, switch-to-buffer): Rewrite.
15256 (pop-to-buffer): Restore Emacs 23 behavior but use
15257 window-normalize-buffer-to-display.
15258 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
15259 Restore Emacs 23 behavior but use
15260 window-normalize-buffer-to-switch-to.
15261 (pop-to-buffer-same-window): Rewrite.
15262 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
15263 Rewrite using Emacs 23 options.
15264
15265 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
15266
15267 * net/tramp.el (tramp-root-regexp): Remove.
15268 (tramp-completion-file-name-regexp-unified)
15269 (tramp-completion-file-name-regexp-separate)
15270 (tramp-completion-file-name-regexp-url): Don't use leading volume
15271 letter on w32 systems. (Bug#5303, Bug#9311)
15272 (tramp-drop-volume-letter): Simplify definition.
15273 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15274
15275 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
15278 (bug#9356).
15279
15280 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
15281
15282 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
15283
15284 2011-08-29 Juri Linkov <juri@jurta.org>
15285
15286 * isearch.el (isearch-done): Don't display message "Mark saved"
15287 when arg `edit' is non-nil to prevent its flicker in the echo area.
15288
15289 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15290
15291 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
15292 obsolete packages for deletion.
15293
15294 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
15295
15296 * help-mode.el (help-mode-map): Add special-mode-map to parent.
15297 (help-mode): Derive help-mode from special-mode. Don't invoke
15298 view-mode from help-mode.
15299 (help-xref-override-view-map): Remove.
15300 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
15301 view-mode is not used anymore.
15302
15303 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
15304
15305 * server.el (server-port): Doc fix.
15306
15307 * cus-theme.el (custom-theme-choose-mode): Inherit from
15308 special-mode (Bug#9124).
15309 (custom-theme-choose-mode-map): Add special-mode to parent.
15310
15311 2011-08-28 Alan Mackenzie <acm@muc.de>
15312
15313 * progmodes/cc-fonts.el
15314 (c-make-font-lock-BO-decl-search-function): New function.
15315 (c-basic-matchers-after - "Fontify the clauses after various
15316 keywords"): Extract the three keyword lists for the 3 erroneous
15317 constructs from the list of four, and use the new function above
15318 in place of an old one.
15319
15320 2011-08-28 Deniz Dogan <deniz@dogan.se>
15321
15322 * net/rcirc.el (rcirc-insert-prev-input)
15323 (rcirc-insert-next-input): Remove unused argument.
15324
15325 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
15326
15327 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
15328
15329 2011-08-27 Alan Mackenzie <acm@muc.de>
15330
15331 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
15332 handle function pointer parameters properly.
15333
15334 2011-08-27 Martin Rudalics <rudalics@gmx.at>
15335
15336 * window.el (display-buffer-reuse-window): Fix case where
15337 selected window was reused with non-nil OTHER-WINDOW argument.
15338 (Bug#9381)
15339
15340 2011-08-27 Deniz Dogan <deniz@dogan.se>
15341
15342 * net/rcirc.el (rcirc-check-auth-status): Adding support for
15343 oftc's NickServ messages.
15344
15345 2011-08-27 Glenn Morris <rgm@gnu.org>
15346
15347 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
15348
15349 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
15350
15351 * emacs-lisp/package.el (package-install): Call package-initialize
15352 if called interactively.
15353
15354 2011-08-26 Leo Liu <sdl.web@gmail.com>
15355
15356 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
15357
15358 2011-08-25 Juri Linkov <juri@jurta.org>
15359
15360 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15361 `search-whitespace-regexp' (bug#9364).
15362
15363 2011-08-25 Juri Linkov <juri@jurta.org>
15364
15365 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
15366 `regexp-search-ring' to their global values to protect from
15367 updating by `read-from-minibuffer' (bug#9185).
15368
15369 2011-08-25 Juri Linkov <juri@jurta.org>
15370
15371 * textmodes/ispell.el (ispell-command-loop): Add newline
15372 at the end of the "Use option `i'..." line.
15373
15374 2011-08-25 Juri Linkov <juri@jurta.org>
15375
15376 * battery.el (display-battery-mode): If `battery-status-function'
15377 or `battery-mode-line-format' is nil, display the message and set
15378 `display-battery-mode' to nil (bug#9363).
15379
15380 2011-08-25 Eli Zaretskii <eliz@gnu.org>
15381
15382 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
15383 bidi-string-mark-left-to-right; they are unnecessary now.
15384
15385 2011-08-25 Deniz Dogan <deniz@dogan.se>
15386
15387 * net/quickurl.el: Documentation typo fixes.
15388
15389 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
15390
15391 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
15392
15393 2011-08-25 Glenn Morris <rgm@gnu.org>
15394
15395 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15396
15397 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
15398 (smtpmail-via-smtp): Handle nil response from smtp.
15399
15400 2011-08-24 Juri Linkov <juri@jurta.org>
15401
15402 * proced.el (proced-marked): Inherit from `error' instead of
15403 `font-lock-warning-face'.
15404
15405 * ibuffer.el (ibuffer-marked-face): Change default face from
15406 `font-lock-warning-face' to `warning'.
15407 (ibuffer-deletion-face): Change default face from
15408 `font-lock-type-face' to `error'.
15409
15410 * battery.el (battery-update): Use the face `error' instead of
15411 `font-lock-warning-face' (bug#6117).
15412
15413 2011-08-24 Juri Linkov <juri@jurta.org>
15414
15415 * faces.el (success): Change face color from "Green3" to
15416 "ForestGreen" on light background (bug#9353).
15417
15418 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
15419
15420 * window.el (quit-window): Rename from quit-restore-window.
15421 Use same arglist as old quit-window.
15422 (frame-auto-delete): Doc fix.
15423
15424 * view.el (view-mode-exit): Use quit-window.
15425
15426 2011-08-24 Juri Linkov <juri@jurta.org>
15427
15428 * isearch.el (isearch-ring-adjust1): Start visiting previous
15429 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
15430 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
15431 for empty search string (when the last search string is reused
15432 automatically) to adjust the isearch ring to the last element and
15433 prepare the correct index for further M-p commands (bug#9185).
15434
15435 2011-08-24 Kenichi Handa <handa@m17n.org>
15436
15437 * international/ucs-normalize.el: If decomposition property of
15438 CHAR is the default one (i.e. a list of CHAR itself), treat it as
15439 nil.
15440 (nfd, nfkd): Likewise.
15441
15442 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15443
15444 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
15445 from process filters aren't reliably transmitted to the surrounding
15446 accept-process-output.
15447 (mpc-proc-check): New function.
15448 (mpc-proc-sync): Use it (bug#8293)
15449
15450 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15451
15452 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
15453 Add compatibility functions (bug#9313).
15454
15455 2011-08-23 Eli Zaretskii <eliz@gnu.org>
15456
15457 * cus-start.el (all): Add entry for bidi-paragraph-direction.
15458
15459 * international/uni-bidi.el: Regenerate.
15460
15461 2011-08-23 Kenichi Handa <handa@m17n.org>
15462
15463 * international/charprop.el:
15464 * international/uni-bidi.el:
15465 * international/uni-category.el:
15466 * international/uni-combining.el:
15467 * international/uni-comment.el:
15468 * international/uni-decimal.el:
15469 * international/uni-decomposition.el:
15470 * international/uni-digit.el:
15471 * international/uni-lowercase.el:
15472 * international/uni-mirrored.el:
15473 * international/uni-name.el:
15474 * international/uni-numeric.el:
15475 * international/uni-old-name.el:
15476 * international/uni-titlecase.el:
15477 * international/uni-uppercase.el: Regenerate.
15478
15479 2011-08-23 Martin Rudalics <rudalics@gmx.at>
15480
15481 * help.el (help-window-setup): Fix message displayed when other
15482 window is reused. (Bug#9341)
15483
15484 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
15485
15486 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
15487 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
15488
15489 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
15490 Mark obsolete.
15491 * shell.el (shell-parse-pcomplete-arguments): New function.
15492 (shell-completion-vars): Use it instead (bug#9160).
15493
15494 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
15497 strings and comments (bug#9333).
15498
15499 * emacs-lisp/debug.el (debug-arglist): New function.
15500 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
15501 (debug-on-entry-1): Handle interpreted closures (bug#9120).
15502
15503 2011-08-22 Juri Linkov <juri@jurta.org>
15504
15505 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15506 Revert regexp that highlights output switches to its old
15507 pre-2010-10-28 value and remove one `?' from it (bug#9319).
15508
15509 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
15510 to check for empty output (bug#9226).
15511
15512 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
15513
15514 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
15515 symbol-constituent as the default, as that stops font-lock from
15516 working properly (Bug#8843).
15517
15518 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15519
15520 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
15521 `coding-system-for-*' around the process open call to avoid
15522 auth-source side effects.
15523 (smtpmail-try-auth-methods): Expand the secret password.
15524 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
15525 probe hangs.
15526
15527 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15528
15529 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
15530
15531 * emacs-lisp/find-func.el (find-function-noselect): New arg
15532 lisp-only.
15533
15534 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
15535 signal an error for built-in functions (Bug#6664).
15536
15537 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15538
15539 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
15540 (smtpmail-try-auth-methods): Use it.
15541
15542 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
15543
15544 * font-lock.el (font-lock-fontify-region)
15545 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
15546 (font-lock-default-unfontify-buffer)
15547 (font-lock-default-fontify-region)
15548 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
15549
15550 * progmodes/compile.el (compilation-error-properties):
15551 Fix confusion between file struct and message struct (Bug#9319).
15552 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
15553 `ant' regexp.
15554
15555 * net/browse-url.el (browse-url-firefox): Don't call
15556 browse-url-firefox-sentinel unless using -remote (Bug#9328).
15557
15558 2011-08-20 Glenn Morris <rgm@gnu.org>
15559
15560 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
15561
15562 * tutorial.el (tutorial--default-keys): Update some default bindings.
15563
15564 * files.el (hack-local-variables): Fully ignore case for "mode:".
15565
15566 2011-08-20 Alan Mackenzie <acm@muc.de>
15567
15568 Resolve invalid use of a regexp in regexp-opt.
15569
15570 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
15571 detection for a java annotation.
15572
15573 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
15574 detection for a java annotation.
15575
15576 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
15577 handling for java.
15578 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
15579
15580 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
15581
15582 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
15583 (Bug#9274).
15584
15585 2011-08-20 Alan Mackenzie <acm@muc.de>
15586
15587 Fontify CPP expressions correctly when starting in the middle of
15588 such a construct. Mainly for when jit-lock etc. starts a chunk
15589 here.
15590
15591 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
15592 variable.
15593 (c-make-font-lock-search-form): New function, extracted from
15594 c-make-font-lock-search-function.
15595 (c-make-font-lock-search-function): Use the above function.
15596 (c-make-font-lock-context-search-function): New function.
15597 (c-cpp-matchers): Enhance the preprocessor expression case with
15598 the above function
15599 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
15600 which takes an expression.
15601
15602 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
15603
15604 2011-08-20 Martin Rudalics <rudalics@gmx.at>
15605
15606 * window.el (display-buffer-reuse-window)
15607 (display-buffer-pop-up-window): Don't reuse or split a side
15608 window.
15609
15610 2011-08-19 Glenn Morris <rgm@gnu.org>
15611
15612 * files.el (hack-local-variables-prop-line, hack-local-variables):
15613 Downcase "Mode:". (Bug#9331)
15614
15615 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
15616
15617 * international/characters.el: Add L and R categories.
15618
15619 * subr.el (bidi-string-mark-left-to-right): Rename from
15620 string-mark-left-to-right. Use category search.
15621
15622 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
15623
15624 2011-08-18 Juri Linkov <juri@jurta.org>
15625
15626 * faces.el (error, warning, success): New faces with definitions
15627 copied from old default values of `font-lock-warning-face',
15628 `compilation-warning', `compilation-info' (bug#6117).
15629
15630 * font-lock.el (font-lock-warning-face): Inherit from `error'.
15631
15632 * progmodes/compile.el (compilation-error): Inherit from `error'.
15633 (compilation-warning): Inherit from `warning'.
15634 (compilation-info): Inherit from `success'.
15635
15636 * dired.el (dired-marked): Inherit from `warning'.
15637 (dired-flagged): Inherit from `error'.
15638
15639 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15640
15641 * mail/smtpmail.el (auth-source): Require to avoid problems with
15642 binding variables (bug#9298). Also clean up some unused
15643 autoloads.
15644
15645 * net/network-stream.el (network-stream-open-starttls):
15646 Support using starttls.el without using gnutls-cli.
15647
15648 2011-08-17 Juri Linkov <juri@jurta.org>
15649
15650 * progmodes/grep.el (rgrep): Handle the case when
15651 `grep-find-command' is a cons cell (bug#9278).
15652
15653 2011-08-17 Martin Rudalics <rudalics@gmx.at>
15654
15655 * window.el (display-buffer-pop-up-frame): Run frame creation
15656 function with BUFFER current (as special-display-popup-frame
15657 does). Reported by Drew Adams.
15658
15659 2011-08-17 Daiki Ueno <ueno@unixuser.org>
15660
15661 * epa-mail.el: Simplify GnuPG group expansion using
15662 epg-expand-group.
15663 (epa-mail-group-alist, epa-mail-group-modtime)
15664 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
15665 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
15666 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
15667 Remove.
15668
15669 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
15670
15671 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
15672
15673 2011-08-16 Alan Mackenzie <acm@muc.de>
15674
15675 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
15676 Correct, to avoid the inside of macros.
15677
15678 2011-08-16 Richard Stallman <rms@gnu.org>
15679
15680 * epa-mail.el: Handle GnuPG group definitions.
15681 (epa-mail-group-alist, epa-mail-group-modtime)
15682 (epa-mail-gnupg-conf-file): New variables.
15683 (epa-mail-parse-groups, epa-mail-sync-groups)
15684 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
15685 (epa-mail-expand-recipients): New functions.
15686 (epa-mail-encrypt): Call epa-mail-expand-recipients.
15687
15688 * mail/rmail.el (rmail-epa-decrypt): New command.
15689
15690 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
15691 Don't bind buffer-read-only, just inhibit-read-only.
15692 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
15693 (epa-decrypt-armor-in-region): Make error message clearer.
15694
15695 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
15696
15697 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
15698 and "a2b" to "ab" for `prefix'.
15699
15700 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
15701
15702 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
15703 filter groups.
15704 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
15705 Fourquet (Bug#8804).
15706
15707 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
15708
15709 * startup.el (argi): Declare as global variable (bug#9275).
15710
15711 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
15712
15713 * subr.el (string-mark-left-to-right): Search the entire string
15714 for RTL script, not just the terminating character. Doc fix.
15715
15716 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
15717
15718 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
15719 New function.
15720 (js--regexp-literal, js-syntax-propertize-function): Remove.
15721 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
15722 (js-mode-map): Don't rebind electric keys.
15723 (js-insert-and-indent): Remove.
15724 (js-mode): Setup electric-layout and electric-indent instead.
15725
15726 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
15727
15728 2011-08-12 Daiki Ueno <ueno@unixuser.org>
15729
15730 * epa.el (epa-progress-callback-function): Fix the logic of
15731 displaying progress.
15732 * epa-file.el (epa-file-insert-file-contents): Make progress
15733 display more user-friendly.
15734 (epa-file-write-region): Ditto.
15735
15736 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
15737
15738 * subr.el (string-mark-left-to-right): New function.
15739
15740 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
15741 Use string-mark-left-to-right.
15742 (list-buffers-noselect): Caller changed.
15743
15744 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15745 Use string-mark-left-to-right.
15746 (tabulated-list-print): Recenter after moving point.
15747
15748 2011-08-10 Juri Linkov <juri@jurta.org>
15749
15750 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
15751 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
15752 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
15753
15754 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
15755
15756 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
15757 (Bug#7554).
15758
15759 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
15760
15761 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
15762 character. (Bug#6594)
15763
15764 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
15765
15766 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
15767 (image-dired--with-db-file): New macro.
15768 (image-dired-write-tags, image-dired-remove-tag)
15769 (image-dired-create-gallery-lists, image-dired-write-comments)
15770 (image-dired-get-comment, image-dired-mark-tagged-files)
15771 (image-dired-list-tags, image-dired-gallery-generate): Use it.
15772 (image-dired-gallery-generate): Use insert-file-contents.
15773
15774 * time.el (display-time-world-list, display-time-world-display):
15775 * time-stamp.el (time-stamp-string):
15776 * vc/add-log.el (add-change-log-entry): Use setenv instead of
15777 set-time-zone-rule (Bug#7337).
15778
15779 2011-08-08 Daiki Ueno <ueno@unixuser.org>
15780
15781 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
15782 (epg-error-to-string, epg-errors-to-string): New function.
15783 (epg-wait-for-completion): Reverse errors list.
15784 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
15785 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
15786 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
15787 (epg-sign-keys, epg-generate-key-from-file)
15788 (epg-generate-key-from-string): Format errors by using
15789 epg-errors-to-string (bug#9255).
15790 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
15791
15792 2011-08-07 Juri Linkov <juri@jurta.org>
15793
15794 * faces.el (list-faces-display): Remove extra angle bracket
15795 from `help-mode-map'.
15796
15797 * info.el (Info-history-toc-nodes): Doc fix.
15798
15799 * longlines.el (longlines-mode): Doc fix.
15800
15801 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
15802
15803 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
15804 of statements and in a few more cases (bug#9183).
15805
15806 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
15807 New functions.
15808 (cl-transform-lambda): Use them (bug#9239).
15809
15810 2011-08-05 Martin Rudalics <rudalics@gmx.at>
15811
15812 * window.el (display-buffer-same-window)
15813 (display-buffer-same-frame, display-buffer-other-window)
15814 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
15815 (pop-to-buffer-other-window)
15816 (pop-to-buffer-same-frame-other-window)
15817 (pop-to-buffer-other-frame): Make them defuns.
15818 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
15819
15820 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15821
15822 * subr.el (make-composed-keymap): Move from C. Change calling
15823 convention, and improve docstring to bring attention to a subtle point.
15824 * minibuffer.el (completing-read-default): Adjust accordingly.
15825
15826 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
15827
15828 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
15829 (tramp-open-shell): Use `tramp-shell-quote-argument'.
15830
15831 * net/trampver.el: Update release number.
15832
15833 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
15834
15835 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
15836 "in" (bug#9190).
15837
15838 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15839
15840 * mail/sendmail.el (sendmail-query-once): Restore the current
15841 buffer after querying (bug#9074).
15842
15843 * dired.el (dired-flagged): Use different faces for marked and
15844 flagged files (bug#6117).
15845
15846 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
15847 (bug#4433).
15848
15849 * ido.el (ido-mode): Switch off the message if called
15850 non-interactively.
15851
15852 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
15853 before 587, since it appears that that's more likely to work for
15854 more people.
15855
15856 * cus-edit.el (custom-file): When running under emacs -q, always
15857 refuse to save the customizations, even if the .emacs file doesn't
15858 exist.
15859
15860 * info.el: Remove the `Info-beginning-of-buffer' function
15861 (bug#8325).
15862
15863 * net/network-stream.el (network-stream-open-starttls):
15864 Use `starttls-available-p' to see whether starttls.el can be used.
15865
15866 2011-08-01 Martin Rudalics <rudalics@gmx.at>
15867
15868 * window.el (display-buffer-in-window): Don't set dedicated status
15869 of window here (Bug#9215).
15870 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
15871 (display-buffer-pop-up-side-window)
15872 (display-buffer-in-side-window): Set dedicated status of window here.
15873
15874 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15875
15876 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15877 before binding generated-autoload-file.
15878
15879 2011-08-01 Deniz Dogan <deniz@dogan.se>
15880
15881 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15882
15883 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15884
15885 Sync with Tramp 2.2.2.
15886
15887 * net/trampver.el: Update release number.
15888
15889 2011-07-30 Juri Linkov <juri@jurta.org>
15890
15891 * dired-aux.el (dired-touch-initial): Remove function.
15892 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15893 current time, and `default' to the last modification time of the
15894 current marked file (bug#6887).
15895
15896 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15897
15898 * simple.el (goto-line): Use string-to-number to provide a
15899 numeric argument to read-number (bug#9163).
15900
15901 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15902
15903 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15904 connection process, it could be nil.
15905
15906 2011-07-27 Leo Liu <sdl.web@gmail.com>
15907
15908 Simplify url handling in rcirc-mode.
15909
15910 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15911 (rcirc-browse-url-at-mouse): Remove.
15912 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15913
15914 2011-07-26 Alan Mackenzie <acm@muc.de>
15915
15916 Fontify bitfield declarations properly.
15917
15918 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15919 (c-symbol-chars): Now exported as a lang variable.
15920 (c-not-primitive-type-keywords): New lang variable.
15921
15922 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15923 QT keyword "more" to prevent "more slots: ...." being spuriously
15924 parsed as a bitfield declaration.
15925
15926 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15927 Refactor and enhance to handle bitfield declarations.
15928 (c-punctuation-in): New function.
15929 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15930 declarations properly.
15931
15932 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15933
15934 * calendar/icalendar.el (icalendar--all-events): Take care of
15935 multiple vcalendars in a single file.
15936 (icalendar--convert-float-to-ical): Checkdoc fixes.
15937
15938 2011-07-25 Deniz Dogan <deniz@dogan.se>
15939
15940 * image.el (insert-image): Clarifying docstring.
15941
15942 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15943
15944 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15945 `tramp-send-command-and-check' if there is no error.
15946 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15947
15948 2011-07-22 Alan Mackenzie <acm@muc.de>
15949
15950 Prevent cc-langs.elc being loaded at run time.
15951
15952 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15953 cc-langs.
15954
15955 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15956 "(require 'cc-langs)". Quote a form so it will evaluate at
15957 (cc-mode's) compilation time.
15958
15959 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15960
15961 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15962 loading. (Bug#9114)
15963
15964 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15965
15966 * window.el (display-buffer-pop-up-window)
15967 (display-buffer-pop-up-side-window)
15968 (display-buffer-in-side-window): Call display-buffer-set-height
15969 and display-buffer-set-width after setting the new window's
15970 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15971
15972 2011-07-20 Sam Steingold <sds@gnu.org>
15973
15974 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15975 (etags-tags-included-tables): Call `convert-standard-filename' on
15976 the file names contained in TAGS so that windows Emacs can handle
15977 TAGS files created by cygwin ctags.
15978
15979 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15980
15981 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15982 which apparently didn't work.
15983
15984 2011-07-19 Roland Winkler <winkler@gnu.org>
15985
15986 * proced.el (proced-send-signal): For *Marked Processes* buffer
15987 put point at beginning of buffer.
15988
15989 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15990
15991 * proced.el (proced-format): Make header lines align with the text
15992 (bug#1779).
15993
15994 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15995
15996 * view.el (view-buffer): Allow running in `special' modes if we're
15997 visiting a file (bug#8615).
15998
15999 2011-07-19 Martin Rudalics <rudalics@gmx.at>
16000
16001 * window.el (display-buffer-alist-of-strings-p)
16002 (display-buffer-alist-set-1, display-buffer-alist-set-2):
16003 New functions.
16004 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
16005 more accurately.
16006
16007 2011-07-18 Alan Mackenzie <acm@muc.de>
16008
16009 Fontify declarators properly when, e.g., a jit-lock chunk begins
16010 inside a declaration.
16011
16012 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
16013
16014 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
16015 New function.
16016 (c-complex-decl-matchers): Insert reference to
16017 c-font-lock-enclosing-decls.
16018
16019 * progmodes/cc-engine.el (c-backward-single-comment):
16020 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
16021 to nil around calls to (forward-comment -1).
16022
16023 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16024
16025 * image.el (put-image): Doc typo fix.
16026
16027 * progmodes/etags.el (tags-search): Doc typo fix.
16028
16029 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
16030 password if we get errors 550 to 554.
16031
16032 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16033
16034 * net/gnutls.el (gnutls-log-level): Remove.
16035
16036 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
16037 indentation character (bug#6380).
16038
16039 * files.el (buffer-offer-save): Made permanently local (bug#6241).
16040
16041 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
16042 to clarify what the problem is (bug#4291).
16043
16044 * simple.el (current-kill): Clarify what
16045 `interprogram-paste-function' does (bug#7500).
16046 (auto-fill-mode): Document `auto-fill-function' in relation to
16047 `auto-fill-mode' (bug#2470).
16048
16049 2011-07-16 Lawrence Mitchell <wence@gmx.li>
16050
16051 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
16052 method if slot is read-only (bug#9035).
16053
16054 2011-07-16 Martin Rudalics <rudalics@gmx.at>
16055
16056 * frame.el (select-frame-set-input-focus): New argument NORECORD.
16057 * window.el (pop-to-buffer): Select window used even if it was
16058 selected before, see discussion of (Bug#8615), (Bug#6954).
16059 Pass argument NORECORD on to select-frame-set-input-focus.
16060
16061 2011-07-15 Glenn Morris <rgm@gnu.org>
16062
16063 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
16064 Respect help-form.
16065
16066 2011-07-09 Lawrence Mitchell <wence@gmx.li>
16067
16068 * net/gnutls.el (gnutls-min-prime-bits): New variable.
16069 (gnutls-negotiate): Use it.
16070
16071 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16072
16073 * net/gnutls.el (gnutls-negotiate):
16074 Upcase `gnutls-algorithm-priority'.
16075
16076 2011-07-15 Glenn Morris <rgm@gnu.org>
16077
16078 * jka-compr.el (jka-compr-verbose): Move from here...
16079 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
16080 Add missing :version tag.
16081 * info.el: No need to require jka-compr when compiling.
16082
16083 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16084
16085 * net/gnutls.el (gnutls-algorithm-priority): New variable.
16086 (gnutls-negotiate): Use it.
16087
16088 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
16089
16090 * info.el (Info-beginning-of-buffer): New command.
16091 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
16092 announcing `b' as the key (bug#8325).
16093 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
16094
16095 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
16096
16097 * international/mule-cmds.el
16098 (describe-specified-language-support): Make the error message
16099 clearer (bug#8905).
16100
16101 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
16102
16103 * isearch.el (isearch-barrier): Add a doc string, since it's
16104 mentioned in a function doc string (bug#8678).
16105
16106 2011-07-15 Martin Rudalics <rudalics@gmx.at>
16107
16108 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
16109 buffer argument (Bug#9083) and self-identifying label argument.
16110
16111 2011-07-15 Glenn Morris <rgm@gnu.org>
16112
16113 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
16114
16115 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16116
16117 * man.el (Man-fontify-manpage): Fix message when formatting the
16118 man page (bug#7929).
16119
16120 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16121
16122 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
16123 argument LRM; if non-nil, append an invisible LRM character to the
16124 buffer name.
16125 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
16126 last argument non-nil, when formatting buffer names.
16127 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
16128 paragraph direction.
16129
16130 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16131
16132 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
16133 the man page name (bug#7929).
16134
16135 * image.el (put-image): Mention the `put-image' overlay property
16136 (bug#7834).
16137
16138 * scroll-bar.el (set-scroll-bar-mode): Mention that
16139 `scroll-bar-mode' lists the values (bug#7772).
16140
16141 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
16142 command (bug#7729).
16143
16144 * rect.el (apply-on-rectangle): Return the point after the last
16145 operation.
16146 (string-rectangle): Go to the point after the last operation
16147 (bug#7522).
16148
16149 * printing.el (pr-toggle-region): Clarify the documentation
16150 slightly (bug#7493).
16151
16152 * time.el (display-time-update):
16153 Allow `display-time-mail-function' to return nil (bug#7158).
16154 Fix suggested by Detlev Zundel.
16155
16156 * vc/diff.el (diff): Clarify the order the file names are read
16157 (bug#7111).
16158
16159 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
16160 the doc string (bug#7015).
16161
16162 * font-lock.el (font-lock-maximum-decoration): Mention what
16163 numeric levels mean (bug#6935).
16164
16165 * startup.el (initial-buffer-choice): Don't mention the `none'
16166 selection, which is against policy.
16167
16168 2011-07-14 Martin Rudalics <rudalics@gmx.at>
16169
16170 * window.el (display-buffer-normalize-special):
16171 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
16172
16173 2011-07-14 Eli Zaretskii <eliz@gnu.org>
16174
16175 * subr.el (version<, version<=, version=): Mention "-CVS" and
16176 "-12345" alpha version numbers.
16177
16178 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16179
16180 * bindings.el: Add advertised binding for set-mark-command
16181 (Bug#5772).
16182
16183 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
16184
16185 * bindings.el (mode-line-other-buffer):
16186 * bookmark.el (bookmark-bmenu-2-window):
16187 * bs.el (bs-cycle-next, bs-cycle-previous):
16188 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
16189 switch-to-buffer.
16190
16191 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16192 Delete.
16193
16194 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
16195
16196 * follow.el (follow-debug-message, follow-redisplay):
16197 * jka-cmpr-hook.el (with-auto-compression-mode):
16198 Fix typos in docstrings.
16199
16200 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16201
16202 * subr.el (with-silent-modifications): Clarify somewhat what the
16203 macro inhibits (bug#6525).
16204
16205 * simple.el (eval-expression): Note what it does if called
16206 interactively (bug#6495).
16207
16208 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16209
16210 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
16211 Use pop-to-buffer buffer-or-name if it is nil.
16212
16213 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16214 Remove switch-to-buffer.
16215
16216 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16217
16218 * files.el (make-directory): Clarify that an error will be raised
16219 if there's an error (bug#6397).
16220
16221 * startup.el (initial-buffer-choice): Add `none' as a choice
16222 (bug#6234).
16223
16224 * subr.el (add-hook): Clarify section about buffer-local hooks
16225 (bug#6218).
16226
16227 * dired.el (dired-flagged): Clarify doc string (bug#6117).
16228
16229 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16230
16231 * tabify.el (untabify): Preserve the current column so that point
16232 doesn't move (bug#6032).
16233
16234 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16235
16236 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
16237 Rewrite to avoid awkward possessive "s" (bug#5986).
16238
16239 2011-07-13 Glenn Morris <rgm@gnu.org>
16240
16241 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
16242 (dired-insert-directory): Give a message the first time
16243 if ls is found not to support --dired.
16244
16245 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16246
16247 * simple.el (toggle-truncate-lines): Clarify what is toggled
16248 (bug#5580). Text by Drew Adams.
16249
16250 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
16251
16252 * simple.el (blink-matching-open): Make the error message from the
16253 last change less verbose.
16254
16255 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
16256
16257 * font-lock.el (font-lock-comment-face): Use the high contrast
16258 "yellow" color for font-lock-comment-face on low color terminals
16259 using a dark background color (bug#4221).
16260
16261 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16262
16263 * dired.el (dired-insert-set-properties): Make the doc string
16264 reflect what it does now (bug#5325).
16265
16266 * simple.el (blink-matching-open): Say that we were unable to find
16267 the match within the limit, if we're limited (bug#5122).
16268
16269 * international/mule-cmds.el (prefer-coding-system): Add an
16270 example (bug#4869).
16271
16272 * progmodes/etags.el (tags-search): Document `file-list-form'
16273 (bug#4731).
16274
16275 2011-07-13 Lawrence Mitchell <wence@gmx.li>
16276
16277 * net/browse-url.el (browse-url-default-browser)
16278 (browse-url-browser-function): Make the default browser choice a
16279 bit more logical (bug#4300). Also clean up the doc string.
16280
16281 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
16282
16283 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
16284 binary endings (bug#4440).
16285
16286 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
16287
16288 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
16289 which can be pretty annoying (bug#8971).
16290
16291 * jka-compr.el (jka-compr-verbose): New variable, and use
16292 throughout (bug#8971).
16293
16294 * info.el (Info-find-file): Fall back on the installation
16295 directory if we can't find the info node anywhere else.
16296
16297 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
16298
16299 * vc/vc.el (vc-revert-file):
16300 Don't set file time-stamp in the past. (Bug#5181)
16301
16302 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16303
16304 * files.el (after-find-file): Give a better error message when
16305 trying to find a symlink that points to a file that doesn't exist
16306 (bug#4398).
16307
16308 * progmodes/cc-vars.el: Remove (probably) misleading comment
16309 (bug#4396).
16310
16311 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16312
16313 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
16314
16315 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16316
16317 * mouse-sel.el: Hack restoring functionality, while keeping
16318 compatibility with 2010-07-03 changes to mouse selection.
16319 (mouse-sel-primary-overlay): New var.
16320 (mouse-sel-selection-alist): Use it.
16321 (mouse-sel-mode): Doc fix; remove points that are default features
16322 of mouse.el.
16323
16324 2011-07-12 Johan Bockgård <bojohan@gnu.org>
16325
16326 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16327 Fix previous fix (bug#2490).
16328
16329 2011-07-12 Roland Winkler <winkler@gnu.org>
16330
16331 * textmodes/bibtex.el (bibtex-initialize):
16332 Use pop-to-buffer-same-window.
16333 (bibtex-search-entries): Fix interactive call.
16334
16335 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16336
16337 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16338 Fontise bytecomp Error lines more correctly (bug#2490).
16339 Fix suggested by Johan Bockgård.
16340
16341 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
16342
16343 * dired-x.el (dired-guess-default): Use `delete-dups'.
16344
16345 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
16346
16347 * dired.el (dired-mark-prompt):
16348 * dired-aux.el (dired-read-shell-command): Doc fix.
16349
16350 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16351
16352 * mail/sendmail.el (sendmail-query-once):
16353 Use `customize-save-variable' unconditionally, now that it works under
16354 emacs -Q.
16355
16356 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16357
16358 * cus-edit.el (custom-file): Take an optional no-error variable.
16359 (customize-save-variable): Set the variable, and give a warning if
16360 running under "emacs -q".
16361
16362 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
16363
16364 * loadhist.el (unload-feature-special-hooks):
16365 Add `auto-coding-functions', `fill-nobreak-predicate' and
16366 `find-directory-functions' (bug#5327).
16367
16368 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16369
16370 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
16371
16372 * cus-edit.el (custom-guess-name-alist): -alist variables should
16373 use the `alist' type (bug#3120). Suggested by Drew Adams.
16374
16375 * printing.el: Add documentation to all the `pr-toggle-' commands.
16376
16377 2011-07-11 Leo Liu <sdl.web@gmail.com>
16378
16379 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
16380 backends where it makes sense (bug#2623).
16381
16382 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16383
16384 * dired-x.el (dired-guess-default): Remove duplicate shell command
16385 entries (bug#2028).
16386 (dired-guess-default): Fix grammar in doc string (bug#2028).
16387 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
16388
16389 * subr.el (remove-duplicates): New conveniency function.
16390
16391 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16392
16393 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
16394 (bug#1526).
16395
16396 2011-07-10 Martin Rudalics <rudalics@gmx.at>
16397
16398 * window.el (display-buffer-normalize-default): Don't invert
16399 meaning of even-window-heights. Reported by Eli Zaretskii
16400 <eliz@gnu.org>.
16401
16402 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
16403
16404 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
16405
16406 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
16407
16408 * window.el (display-buffer): Fix arguments to
16409 display-buffer-reuse-window in last change.
16410
16411 * faces.el (link): Use a less saturated blue on light backgrounds.
16412
16413 * startup.el (fancy-startup-text, fancy-about-text)
16414 (fancy-startup-tail): Use font-lock faces, for background safety.
16415
16416 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
16417
16418 * emulation/viper-cmd.el (viper-change-state-to-vi):
16419 Limit triggering of abbrev expansion (Bug#9038).
16420
16421 2011-07-09 Martin Rudalics <rudalics@gmx.at>
16422
16423 * window.el (display-buffer-default-specifiers): Remove.
16424 (display-buffer-macro-specifiers): Remove default specifiers.
16425 (display-buffer-alist): Default to nil.
16426 (display-buffer-reuse-window): New optional argument other-window.
16427 (display-buffer-pop-up-window): Allow splitting internal
16428 windows. Check whether a live window was created.
16429 (display-buffer-other-window-means-other-frame)
16430 (display-buffer-normalize-arguments): Rename to
16431 display-buffer-normalize-argument and rewrite. Set the
16432 other-window specifier.
16433 (display-buffer-normalize-special): New function.
16434 (display-buffer-normalize-options): Rename to
16435 display-buffer-normalize-default and rewrite.
16436 (display-buffer-normalize-options-inhibit): Remove.
16437 (display-buffer-normalize-specifiers): Rewrite.
16438 (display-buffer): Process other-window specifier and call
16439 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
16440 more faithfully.
16441 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
16442 (display-buffer-alist-set): Don't handle 'unset default values.
16443 (display-buffer-in-window, display-buffer-alist-set):
16444 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
16445 <tassilo@member.fsf.org>.
16446
16447 2011-07-09 Leo Liu <sdl.web@gmail.com>
16448
16449 * register.el (insert-register): Restore accidental change on
16450 2011-06-26. (Bug#9028)
16451
16452 2011-07-09 Glenn Morris <rgm@gnu.org>
16453
16454 * subr.el (remq): Handle the empty list. (Bug#9024)
16455
16456 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
16457
16458 * mail/sendmail.el (send-mail-function): No longer delay custom
16459 initialization.
16460 * custom.el (custom-initialize-delay): Doc fix.
16461
16462 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16463
16464 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
16465
16466 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
16467
16468 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
16469 human-friendly prompt.
16470
16471 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
16472
16473 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
16474 provided by a particular plugin.
16475
16476 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
16477
16478 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
16479 save customizations (with "emacs -Q"), just set the variable
16480 instead of erroring out.
16481
16482 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
16483
16484 2011-07-08 Juri Linkov <juri@jurta.org>
16485
16486 * arc-mode.el (archive-zip-expunge, archive-zip-update)
16487 (archive-zip-update-case): Use 7z if found by `executable-find'.
16488 The order of searching the available programs is the same as in
16489 `archive-zip-extract' (bug#8968).
16490
16491 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16492
16493 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
16494 (menu-bar-options-menu): Tweak descriptions.
16495
16496 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16497
16498 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
16499 menu items into verb phrases (bug#1421). Also refill to fit under
16500 80 columns.
16501
16502 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16503
16504 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
16505 (Info-read-node-name): Doc fix (Bug#1084).
16506
16507 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
16508 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
16509 (end-of-sexp, beginning-of-sexp)
16510 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
16511 (forward-symbol, forward-same-syntax, word-at-point)
16512 (sentence-at-point): Doc fix (Bug#1144).
16513
16514 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
16515
16516 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
16517 should cover it (bug#1281).
16518
16519 * cus-edit.el (custom-show): Mark as obsolete.
16520
16521 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
16522 negotiation fails, then possibly try again with a non-encrypted
16523 connection (bug#9017).
16524
16525 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
16526 be used.
16527
16528 2011-07-07 Richard Stallman <rms@gnu.org>
16529
16530 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
16531 property, and handle its changed format.
16532 Look for the correct line number.
16533 Use file's line contents (but not past first =) to find
16534 correct line in message.
16535
16536 2011-07-07 Kenichi Handa <handa@m17n.org>
16537
16538 * international/characters.el (build-unicode-category-table):
16539 Delete it.
16540 (unicode-category-table): Set it by unicode-property-table-internal.
16541
16542 * international/mule-cmds.el (char-code-property-alist): Move to
16543 to src/chartab.c.
16544 (get-char-code-property): Call unicode-property-table-internal to
16545 load a file. Call get-unicode-property-internal where necessary.
16546 (put-char-code-property): Call unicode-property-table-internal to
16547 load a file. Call put-unicode-property-internal where necessary.
16548 put-unicode-property-internal where necessary.
16549 (char-code-property-description):
16550 Call unicode-property-table-internal to load a file.
16551
16552 * international/charprop.el:
16553 * international/uni-bidi.el:
16554 * international/uni-category.el:
16555 * international/uni-combining.el:
16556 * international/uni-comment.el:
16557 * international/uni-decimal.el:
16558 * international/uni-decomposition.el:
16559 * international/uni-digit.el:
16560 * international/uni-lowercase.el:
16561 * international/uni-mirrored.el:
16562 * international/uni-name.el:
16563 * international/uni-numeric.el:
16564 * international/uni-old-name.el:
16565 * international/uni-titlecase.el:
16566 * international/uni-uppercase.el: Regenerate.
16567
16568 * loadup.el: Load international/charprop.el before
16569 international/characters.
16570
16571 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
16572
16573 * window.el (next-buffer, previous-buffer): Signal an error if
16574 called from a minibuffer window.
16575
16576 * bindings.el: Revert 2011-07-04 change.
16577
16578 2011-07-06 Richard Stallman <rms@gnu.org>
16579
16580 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
16581 (rmail-mime-insert-bulk, rmail-mime-insert-text):
16582 Treat markers like ints.
16583 (rmail-mime-entity): Doc fix.
16584
16585 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16586
16587 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
16588 defcustom again for backwards compatibility.
16589
16590 * simple.el (shell-command-on-region): Fill.
16591
16592 * dired-aux.el (dired-kill-line): Add a doc string.
16593
16594 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
16595 to "\\sw\\|\\s_" (bug#358).
16596
16597 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
16598 (dired-unmark-backward): Ditto.
16599 (dired-flag-backup-files): Ditto.
16600
16601 * dired-x.el (dired-mark-sexp): Ditto.
16602
16603 2011-07-06 Richard Stallman <rms@gnu.org>
16604
16605 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
16606 (rmail-mime-entity): New arg TRUNCATED.
16607 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
16608 New functions.
16609 (rmail-mime-save): Warn if entity is truncated.
16610 (rmail-mime-toggle-hidden): Likewise, for showing.
16611 (rmail-mime-process-multipart): Record when an entity is truncated.
16612
16613 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
16614 if ENTITY is a string.
16615
16616 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16617
16618 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
16619 of faces when `M-C-x'-ing their definitions (bug#8378).
16620 Also clean up the code slightly.
16621
16622 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
16623 because that makes the colors go away.
16624
16625 * mail/sendmail.el (send-mail-function): Change the default to
16626 `sendmail-query-once'.
16627 (sendmail-query-once): Add an autoload cookie.
16628
16629 * net/network-stream.el (network-stream-open-starttls): Try using
16630 a plain connection even if the server offered STARTTLS, and we
16631 kinda wanted to use it, if Emacs doesn't have any STARTTLS
16632 capability. This should make smtpmail.el work in slightly more
16633 configurations.
16634
16635 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
16636
16637 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
16638 New defun.
16639 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
16640
16641 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
16642
16643 * progmodes/sql.el: Version 3.0
16644 (sql-product-alist): Add product :completion-object,
16645 :completion-column, and :statement attributes.
16646 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
16647 (sql-mode-syntax-table): Mark all punctuation.
16648 (sql-font-lock-keywords-builder): Temporarily remove fallback on
16649 ansi keywords.
16650 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
16651 (sql-mode-oracle-font-lock-keywords): Improve.
16652 (sql-oracle-show-reserved-words): New function for development.
16653 (sql-product-font-lock): Simplify for source code buffers.
16654 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
16655 New functions.
16656 (sql-highlight-product): Set product specific syntax table.
16657 (sql-mode-map): Add statement movement functions.
16658 (sql-ansi-statement-starters, sql-oracle-statement-starters):
16659 New variable.
16660 (sql-statement-regexp, sql-beginning-of-statement)
16661 (sql-end-of-statement, sql-signum): New functions.
16662 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
16663 (sql-show-sqli-buffer): Bug fix.
16664 (sql-interactive-mode): Store connection data as buffer local.
16665 (sql-connect): Add NEW-NAME parameter. Redesign interaction
16666 with sql-interactive-mode.
16667 (sql-save-connection): Save buffer local settings.
16668 (sql-connection-menu-filter): Change menu entry name.
16669 (sql-product-interactive): Bug fix.
16670 (sql-preoutput-hold): New variable.
16671 (sql-interactive-remove-continuation-prompt): Bug fixes.
16672 (sql-debug-redirect): New variable.
16673 (sql-str-literal): New function.
16674 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
16675 Redesign.
16676 (sql-oracle-save-settings, sql-oracle-restore-settings)
16677 (sql-oracle-list-all, sql-oracle-list-table): New functions.
16678 (sql-completion-object, sql-completion-column)
16679 (sql-completion-sqlbuf): New variables.
16680 (sql-build-completions-1, sql-build-completions)
16681 (sql-try-completion): New functions.
16682 (sql-read-table-name): Use them.
16683 (sql-contains-names): New buffer local variable.
16684 (sql-list-all, sql-list-table): Use it.
16685 (sql-oracle-completion-types): New variable.
16686 (sql-oracle-completion-object, sql-sqlite-completion-object)
16687 (sql-postgres-completion-object): New functions.
16688
16689 2011-07-06 Glenn Morris <rgm@gnu.org>
16690
16691 * window.el (pop-to-buffer): Doc fix.
16692
16693 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
16694
16695 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
16696
16697 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
16698
16699 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
16700
16701 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
16702
16703 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
16704
16705 * button.el (button): Inherit from link face. Suggested by Dan
16706 Nicolaescu.
16707
16708 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16709
16710 * progmodes/gdb-mi.el: Fit in 80 columns.
16711 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
16712 switch-to-buffer.
16713
16714 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
16715 if imenu is simply not configured (bug#8941).
16716
16717 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
16718
16719 * allout.el (allout-post-undo-hook): New allout outline-change
16720 event hook to signal undo activity.
16721 (allout-post-command-business): Run allout-post-undo-hook if an
16722 undo just occurred.
16723 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
16724 * allout-widgets.el (allout-widgets-after-undo-function):
16725 Ensure the integrity of the current item's decoration after it has been
16726 in the vicinity of an undo.
16727 (allout-widgets-mode): Include allout-widgets-after-undo-function
16728 on the new allout-post-undo-hook.
16729
16730 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16731
16732 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
16733 Let define-derived-mode define it.
16734 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
16735 cycles of abbrev-table inheritance (bug#8998).
16736
16737 2011-07-05 Roland Winkler <winkler@gnu.org>
16738
16739 * textmodes/bibtex.el: Add support for biblatex.
16740 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
16741 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
16742 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
16743 (bibtex-entry-alist, bibtex-field-alist): New variables.
16744 (bibtex-entry-field-alist): Obsolete alias for
16745 bibtex-BibTeX-entry-alist.
16746 (bibtex-entry-alist, bibtex-field-alist): New widgets.
16747 (bibtex-set-dialect): New command.
16748 (bibtex-entry-type, bibtex-entry-head)
16749 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
16750 Bind via bibtex-set-dialect.
16751 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
16752 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
16753 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
16754 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
16755 Define via bibtex-set-dialect.
16756 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
16757 Obey bibtex-no-opt-remove-re.
16758 (bibtex-vec-push, bibtex-vec-incr): New functions.
16759 (bibtex-format-entry, bibtex-field-list)
16760 (bibtex-print-help-message, bibtex-validate)
16761 (bibtex-search-entries): Use new format of bibtex-entry-alist.
16762
16763 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
16764
16765 * progmodes/compile.el (compilation-goto-locus):
16766 * net/tramp-cmds.el (tramp-append-tramp-buffers):
16767 * bs.el (bs-cycle-next, bs-cycle-previous):
16768 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
16769 * bindings.el (mode-line-other-buffer):
16770 * autoinsert.el (auto-insert):
16771 * arc-mode.el (archive-extract):
16772 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
16773
16774 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16775
16776 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
16777 Fix check of `emacs-lock-unlockable-modes'.
16778 Coerce true values of `emacs-lock--try-unlocking' to t.
16779
16780 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16781
16782 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
16783 * emacs-lock.el: New file.
16784
16785 2011-07-05 Julien Danjou <julien@danjou.info>
16786
16787 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
16788 than `boundp' to check if face is set.
16789
16790 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
16791
16792 * register.el (registerv-make):
16793 * window.el (window-min-height): Fix typos in docstrings.
16794
16795 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
16796
16797 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
16798 Update doc string.
16799
16800 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16801
16802 * server.el (server-execute): Catch quit and call
16803 `server-return-error' to pass the error back to emacsclient and
16804 close the connection (bug#8942).
16805
16806 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
16807
16808 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
16809 insecure exception for current topic. Also note that auto-saves
16810 are handled differently.
16811
16812 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
16813 State variables for tracking auto-save inhibition situation.
16814
16815 (allout-write-contents-hook-handler): Rename from
16816 'allout-write-file-hook-handler', and describe how it depends on
16817 write-contents-functions sensitivity to non-nil value to prevent
16818 file write.
16819
16820 (allout-auto-save-hook-handler): Remove. auto-save does not check
16821 this in individual buffers, only in the starting buffer, so this
16822 is not the right way for us to inhibit auto-save in a buffer
16823 according to its condition.
16824
16825 (allout-mode): Use new allout-write-contents-hook-handler, and
16826 only with write-contents-functions. Remove auto-save provisions -
16827 they're implemented elsewhere.
16828
16829 (allout-before-change-handler): If undo is in progress, note that
16830 for attention of allout-post-command-business.
16831
16832 (allout-post-command-business): If the command we're following was
16833 an undo, check for change in the status of encrypted items and
16834 adjust auto-save inhibitions accordingly.
16835
16836 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
16837 according to whether there are or aren't any plain-text topics
16838 pending encryption.
16839
16840 (allout-inhibit-auto-save-info-for-decryption):
16841 Adjust buffer-saved-size and some allout state to inhibit auto-saves
16842 if there are plain-text topics pending encryption.
16843
16844 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
16845 buffer-saved-size and some allout state to not inhibit auto-saves
16846 if there are no longer any plain-text topics pending encryption.
16847
16848 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
16849 No longer provide for exemption of the current topic.
16850
16851 2011-07-04 Juri Linkov <juri@jurta.org>
16852
16853 Add 7z operations to delete and save changed members (bug#8968).
16854 * arc-mode.el (archive-7z-expunge, archive-7z-update):
16855 New defcustoms.
16856 (archive-7z-write-file-member): New function.
16857 (archive-7z-summarize): Fix the number of dashes in the
16858 listing output.
16859
16860 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16861
16862 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
16863 (bug#8958).
16864
16865 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
16866
16867 * bindings.el: Ignore next-buffer and previous-buffer in
16868 minibuffer-local-map.
16869
16870 * font-lock.el (font-lock-builtin-face): Change light background
16871 color to dark slate blue (Bug#6693).
16872
16873 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16874
16875 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16876
16877 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16878
16879 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16880 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16881 Add switch-to-buffer.
16882
16883 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16884
16885 * isearch.el (isearch-search-fun-function): Clarify further the
16886 meaning of the function returned.
16887
16888 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16889
16890 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16891
16892 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16893 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16894 Use it.
16895 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16896 `tramp-default-remote-path' does not exist.
16897 (tramp-send-command-and-read): New optional argument NOERROR.
16898 (tramp-open-connection-setup-interactive-shell)
16899 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16900 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16901 (tramp-process-sentinel): Flush also process' connection property.
16902 (tramp-sh-handle-start-file-process): Do not set process
16903 sentinel. It is done now ...
16904 (tramp-maybe-open-connection): ... here. (Bug#8929)
16905
16906 2011-07-04 MON KEY <monkey@sandpframing.com>
16907
16908 * play/animate.el (animate-string): Doc fixes and allow changing
16909 the buffer name (bug#5417).
16910
16911 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16912
16913 * play/animate.el (animation-buffer-name): Rename from *animate*.
16914
16915 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16916
16917 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16918 This is simpler and helps future-proof the code.
16919 (timer-until): Use time-subtract and float-time.
16920 (timer--time-less-p): Use time-less-p.
16921
16922 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16923
16924 * type-break.el (timep): Use the value of `float-time' to avoid a
16925 byte-compiler warning.
16926
16927 * server.el (server-eval-and-print): Return any result, even nil.
16928
16929 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16930
16931 * type-break.el: Accept time formats that the builtins accept.
16932 (timep, type-break-time-difference): Accept any format that
16933 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16934 This is simpler and helps future-proof the code.
16935 (type-break-time-difference): Round rather than ignoring
16936 subseconds components.
16937
16938 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16939
16940 * info.el (Info-apropos-matches): Make non-interactive, since it
16941 doesn't seem to do anything useful as a command (bug#8829).
16942
16943 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16944
16945 * frame.el (frame-background-mode, frame-set-background-mode):
16946 Move from faces.el.
16947 (frame-default-terminal-background): New function.
16948
16949 * custom.el (custom-push-theme): Don't record faces in `changed'
16950 theme; this doesn't work correctly for per-frame face settings.
16951 (disable-theme): Use face-set-after-frame-default to reset faces.
16952 (custom--frame-color-default): New function.
16953
16954 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16955
16956 * dired.el (dired-flagging-regexp): Remove unused variable
16957 (bug#8769).
16958
16959 2011-03-29 Kevin Ryde <user42@zip.com.au>
16960
16961 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16962 `perl-Test2' extend to match possible "fail #N" rep count
16963 (bug#8377).
16964
16965 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16966
16967 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16968 `smtpmail-via-smtp' now returns the error instead of nil.
16969
16970 * isearch.el (isearch-search-fun-function): Clarify the doc string
16971 (bug#8101).
16972
16973 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16974
16975 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16976 unnecessary spaces (bug#8987).
16977
16978 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16979
16980 * net/network-stream.el (open-network-stream): Use the
16981 :end-of-capability command thoughout.
16982
16983 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16984
16985 * net/network-stream.el (open-network-stream): Add the
16986 :end-of-capability command parameter, used by pop3.el.
16987
16988 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16989
16990 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16991
16992 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16993 for list)" (bug#6475).
16994
16995 * files.el (file-expand-wildcards): Ignore non-readable
16996 sub-directories while trying to find matches instead of signaling
16997 an error (bug#6297).
16998
16999 * man.el (Man-reference-regexp): Allow matching possible
17000 word-wrapped references (bug#6289).
17001
17002 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
17003 for consistency with the other vc buffers (bug#6197).
17004 (vc-checkin): Ditto.
17005
17006 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
17007
17008 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
17009
17010 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17011
17012 * custom.el (defcustom): Clarify that :set is only used in the
17013 Customize user interface (bug#6089).
17014
17015 * progmodes/flymake.el (flymake-mode): If the buffer isn't
17016 associated with a file, refuse to run instead of erroring out
17017 (bug#6084).
17018
17019 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
17020 the doc string, since it appears that using `fill-column' always
17021 controls the width (bug#7845).
17022
17023 * simple.el (shell-command-on-region): Say where the error output
17024 went if `shell-command-default-error-buffer' is set (bug#6857).
17025
17026 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
17027
17028 * allout.el (allout-yank-processing): Adjust cursor position for
17029 backwards-deleted space.
17030
17031 (allout-rebullet-heading): Register changes with
17032 allout-exposure-changed-hook, so the modified topic is properly
17033 decorated.
17034
17035 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17036
17037 * minibuffer.el (completion-in-region): Document PREDICATE
17038 (bug#7136).
17039
17040 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
17041 of keyword/argument pairs (bug#6904).
17042
17043 * replace.el (multi-occur):
17044 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
17045
17046 2011-07-02 Drew Adams <drew.adams@oracle.com>
17047
17048 * dired.el (dired-mark-if): Make the message about whether it's
17049 marking or unmarking clearer (bug#8523).
17050
17051 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
17052
17053 * disp-table.el (display-table-print-array): New function.
17054 (describe-display-table): Use it to print the vectors more pretty
17055 (Bug#8859).
17056
17057 2011-07-02 Martin Rudalics <rudalics@gmx.at>
17058
17059 * window.el (window-state-get-1): Don't assign clone numbers.
17060 Add clone-of item to list of window parameters.
17061 (window-state-put-2): Don't process clone numbers.
17062 (display-buffer-alist): Fix doc-string.
17063
17064 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17065
17066 * subr.el (remq): Don't allocate if it's not needed.
17067 (keymap--menu-item-binding, keymap--menu-item-with-binding)
17068 (keymap--merge-bindings): New functions.
17069 (keymap-canonicalize): Use them to refine the canonicalization.
17070 * minibuffer.el (minibuffer-local-completion-map)
17071 (minibuffer-local-must-match-map): Move initialization from C.
17072 (minibuffer-local-filename-completion-map): Move initialization from C;
17073 don't inherit from anything here.
17074 (minibuffer-local-filename-must-match-map): Make obsolete.
17075 (completing-read-default): Use make-composed-keymap to combine
17076 minibuffer-local-filename-completion-map with either
17077 minibuffer-local-must-match-map or
17078 minibuffer-local-filename-completion-map.
17079
17080 2011-07-01 Glenn Morris <rgm@gnu.org>
17081
17082 * type-break.el (type-break-time-sum): Use dolist.
17083
17084 * textmodes/flyspell.el (flyspell-word-search-backward):
17085 Replace CL function.
17086
17087 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17088
17089 * mouse.el (mouse--strip-first-event): New function.
17090 (function-key-map): Use it to map fringe clicks to normal clicks
17091 by default.
17092
17093 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
17094 (vc-bzr-revision-completion-table): Add support for annotate and date.
17095
17096 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
17097 inherit from parent.
17098
17099 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17100
17101 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
17102 (dired-show-file-type): Doc fixup (bug#8818).
17103
17104 * dired.el (dired-mode): Fix up the doc string as suggested by
17105 Drew Adams (bug#8817).
17106
17107 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
17108 cookie, since the manual says that it should be possible to add
17109 this function to `find-file-hook' (bug#8709).
17110
17111 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17112
17113 * progmodes/cfengine.el: Moved all cfengine3.el functionality
17114 here. Noted Ted Zlatanov as the maintainer.
17115 (cfengine-common-settings, cfengine-common-syntax): New functions
17116 to set up common things between `cfengine-mode' and
17117 `cfengine3-mode'.
17118 (cfengine3-mode): New mode.
17119 (cfengine3-defuns cfengine3-defuns-regex
17120 (cfengine3-class-selector-regex cfengine3-category-regex)
17121 (cfengine3-vartypes cfengine3-font-lock-keywords)
17122 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
17123 (cfengine3-indent-line): Add from cfengine3.el.
17124
17125 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
17126
17127 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
17128
17129 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
17130
17131 2011-07-01 Martin Rudalics <rudalics@gmx.at>
17132
17133 * window.el (same-window-buffer-names, same-window-regexps)
17134 (same-window-p, special-display-frame-alist)
17135 (special-display-popup-frame, special-display-function)
17136 (special-display-buffer-names, special-display-regexps)
17137 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
17138 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17139 (split-window-preferred-function, split-height-threshold)
17140 (split-width-threshold, even-window-heights)
17141 (display-buffer-mark-dedicated, window-splittable-p)
17142 (split-window-sensibly, window-safely-shrinkable-p):
17143 Un-obsolete.
17144 (display-buffer): Don't spread args with function specifier
17145 because special-display-popup-frame won't like it.
17146
17147 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
17148
17149 Time-stamp simplifications and fixes.
17150 These improve accuracy slightly, and future-proof the code
17151 against some potential changes to current-time format.
17152
17153 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
17154 by using time-since and float-time.
17155
17156 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
17157 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
17158 + NNN microseconds".
17159
17160 * type-break.el (type-break-time-sum): Rewrite using time-add.
17161
17162 * play/hanoi.el (hanoi-current-time-float): Remove.
17163 All uses replaced by float-time.
17164
17165 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
17166 This yields a more-accurate answer.
17167 (rng-time-to-float): Remove; no longer needed.
17168
17169 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
17170
17171 * calendar/timeclock.el (timeclock-seconds-to-time):
17172 Defalias to seconds-to-time, since they're the same thing.
17173
17174 * emacs-lisp/elp.el (elp-elapsed-time):
17175 * emacs-lisp/benchmark.el (benchmark-elapse):
17176 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
17177
17178 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17179
17180 * window.el (bury-buffer): Don't iconify the only frame.
17181 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
17182 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
17183
17184 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
17185
17186 * eshell/em-smart.el (eshell-smart-display-navigate-list):
17187 Add mouse-yank-primary.
17188
17189 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
17190
17191 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
17192
17193 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
17194
17195 * emacs-lisp/find-func.el (find-library--load-name): New fun.
17196 (find-library-name): Use it to find relative load names when provided
17197 absolute file name (bug#8803).
17198
17199 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17200
17201 * textmodes/flyspell.el (flyspell-word): Consider words that
17202 differ only in case as potential doublons (bug#5687).
17203
17204 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
17205 Remove two rather uninteresting debugging-like messages to make
17206 debbugs.el more silent.
17207
17208 * comint.el (comint-password-prompt-regexp): Accept "Response" as
17209 a password-like phrase.
17210
17211 2011-06-30 Masatake YAMATO <yamato@redhat.com>
17212
17213 * progmodes/cc-guess.el: New file.
17214
17215 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
17216
17217 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
17218 derived from `c-basic-common-init'.
17219
17220 * progmodes/cc-mode.el (top-level): Require cc-guess.
17221 (c-basic-common-init): Use `cc-choose-style-for-mode'.
17222
17223 2011-06-30 Lawrence Mitchell <wence@gmx.li>
17224
17225 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
17226
17227 2011-06-30 Alan Mackenzie <acm@muc.de>
17228
17229 * progmodes/cc-engine.el (c-guess-continued-construct):
17230 Correct the handling of template-args-cont, particularly for when font
17231 lock is disabled. Name this case as "CASE G".
17232
17233 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
17234
17235 * allout.el (allout-yank-processing): Fix injection of extra space
17236 between bullet and non-whitespace character in first topic when
17237 pasting, ensuring that the actual spacing in the pasted topic
17238 following the bullet char is preserved. This extra space was
17239 causing pasted encrypted topics to get a decrypted status even
17240 when the content was actually still encrypted. Now the decryption
17241 status from before the paste is preserved.
17242
17243 (allout-flag-region): Set all allout overlays so they evaporate
17244 when reduced to zero length (evanescent), to prevent overlay
17245 leakage.
17246
17247 2011-06-30 Glenn Morris <rgm@gnu.org>
17248
17249 * w32-fns.el (w32-charset-info-alist): Declare.
17250
17251 * find-dired.el (find-grep-options): Simplify.
17252
17253 * term/ns-win.el (ns-set-resource): Declare.
17254
17255 * ses.el (row, col): Declare dynamic variables honestly.
17256
17257 * textmodes/reftex-parse.el (index-tags): Declare.
17258
17259 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
17260
17261 * cus-edit.el (customize-push-and-save): New function.
17262
17263 * files.el (hack-local-variables-confirm): Use it.
17264
17265 * custom.el (load-theme): New arg NO-CONFIRM.
17266 Use customize-push-and-save (Bug#8720).
17267 (custom-enabled-themes): Doc fix.
17268
17269 * cus-theme.el (customize-create-theme)
17270 (custom-theme-merge-theme): Callers to load-theme changed.
17271
17272 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
17273
17274 * thingatpt.el (thing-at-point-short-url-regexp): Require that
17275 short URLs have at least one dot in them (bug #7614).
17276
17277 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
17278 nil, because using a pty is apparently too slow (bug #895).
17279
17280 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
17281
17282 * mail/sendmail.el (sendmail-query-once): New function.
17283 (sendmail-query-once-function): New variable.
17284
17285 2011-06-29 Glenn Morris <rgm@gnu.org>
17286
17287 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
17288
17289 * ses.el (top-level): Require cl when compiling.
17290 (ses-set-localvars): Fix error statement.
17291 Call it at compile time to silence a storm of warnings.
17292
17293 2011-06-29 Martin Rudalics <rudalics@gmx.at>
17294
17295 * window.el (normalize-live-buffer): Rename to
17296 window-normalize-buffer.
17297 (normalize-live-frame): Rename to window-normalize-frame.
17298 (normalize-any-window): Rename to window-normalize-any-window.
17299 (normalize-live-window): Rename to window-normalize-live-window.
17300 (make-window-atom): Rename to window-make-atom.
17301 (window-resize-reset): Rename to window--resize-reset.
17302 (window-resize-reset-1): Rename to window--resize-reset-1.
17303 (resize-mini-window): Rename to window--resize-mini-window.
17304 (resize-subwindows-skip-p): Rename to
17305 window--resize-subwindows-skip-p.
17306 (resize-subwindows-normal): Rename to
17307 window--resize-subwindows-normal.
17308 (resize-subwindows): Rename to window--resize-subwindows.
17309 (resize-other-windows): Rename to window--resize-siblings.
17310 (resize-this-window): Rename to window--resize-this-window.
17311 (resize-root-window): Rename to window--resize-root-window.
17312 (resize-root-window-vertically): Rename to
17313 window--resize-root-window-vertically.
17314 (normalize-buffer-to-display): Rename to
17315 window-normalize-buffer-to-display.
17316 (normalize-buffer-to-switch-to): Rename to
17317 window-normalize-buffer-to-switch-to.
17318 Correspondingly update all callers of the functions listed
17319 above.
17320 (display-buffer-alist, display-buffer-normalize-arguments)
17321 (display-buffer-normalize-options, display-buffer)
17322 (display-buffer-alist-set): Use "function" instead of
17323 "fun-with-args".
17324
17325 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
17326
17327 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
17328 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
17329 debbugs.gnu.org. Mention acknowledgment email.
17330
17331 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
17332
17333 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
17334 buffer multibyteness, since it shouldn't matter.
17335
17336 2011-06-28 Martin Rudalics <rudalics@gmx.at>
17337
17338 * window.el (display-buffer-in-side-window): Handle dedicated
17339 windows as in display-buffer-reuse-window.
17340 (display-buffer-normalize-alist): Use value of override
17341 specifier.
17342 (display-buffer-normalize-specifiers): Use value of
17343 other-window-means-other-frame specifier.
17344 (display-buffer-alist): Rewrite some texts in widgets.
17345 (display-buffer): Spread arguments when calling function
17346 specified by fun-with-args.
17347
17348 2011-06-28 Deniz Dogan <deniz@dogan.se>
17349
17350 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17351 Unnest `let'.
17352
17353 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
17354 selectors (Bug#5732).
17355 (css-proprietary-nmstart-re): Use `regexp-opt'.
17356
17357 2011-06-27 Jari Aalto <jari.aalto@cante.net>
17358
17359 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
17360 (eshell-ls-date-format): New defcustom.
17361 (eshell-ls-file): Use it.
17362
17363 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17364
17365 * help-fns.el (describe-variable): Fix message for terminal-local vars.
17366
17367 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
17368
17369 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
17370 (ange-ftp-make-tmp-name): New arg.
17371 (ange-ftp-file-local-copy): Use it.
17372
17373 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
17374
17375 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
17376 no-conversion (Bug#8870).
17377
17378 2011-06-27 Martin Rudalics <rudalics@gmx.at>
17379
17380 * window.el (window-right, window-left, window-child)
17381 (window-child-count, window-last-child)
17382 (window-iso-combination-p, walk-window-tree-1)
17383 (window-atom-check-1, window-tree-1, delete-window)
17384 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
17385 new naming conventions - window-vchild, window-hchild,
17386 window-next and window-prev are now called window-top-child,
17387 window-left-child, window-next-sibling and window-prev-sibling
17388 respectively.
17389 (resize-window-reset): Rename to window-resize-reset.
17390 (resize-window-reset-1): Rename to window-resize-reset-1.
17391 (resize-window): Rename to window-resize.
17392 (window-min-height, window-min-width)
17393 (resize-mini-window, resize-this-window, resize-root-window)
17394 (resize-root-window-vertically, adjust-window-trailing-edge)
17395 (enlarge-window, shrink-window, maximize-window)
17396 (minimize-window, delete-window, quit-restore-window)
17397 (split-window, balance-windows, balance-windows-area-adjust)
17398 (balance-windows-area, window-state-put-2)
17399 (display-buffer-even-window-sizes, display-buffer-set-height)
17400 (display-buffer-set-width, set-window-text-height)
17401 (fit-window-to-buffer): Rename all "resize-window" prefixed
17402 calls to use the "window-resize" prefix convention.
17403 (display-buffer-alist): Fix symbol for label specifier.
17404 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
17405 corresponding specifier.
17406 Reported by Juanma Barranquero <lekktu@gmail.com>.
17407
17408 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17409
17410 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
17411 convention.
17412 (ses-call-printer): Does not pass an empty string to formatter when the
17413 cell is empty to keep from barking printer Calc math-format-value.
17414
17415 2011-06-27 Richard Stallman <rms@gnu.org>
17416
17417 * battery.el (battery-mode-line-limit): New variable.
17418 (battery-update): Handle it.
17419
17420 * mail/rmailmm.el (rmail-mime-process-multipart):
17421 Handle truncated messages.
17422
17423 2011-06-27 Glenn Morris <rgm@gnu.org>
17424
17425 * progmodes/flymake.el (flymake-err-line-patterns):
17426 Allow for column numbers in the ant/javac pattern. (Bug#8866)
17427
17428 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
17429
17430 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
17431 (ses--clean-!, ses--clean-_): New functions.
17432 (ses-range): Add configurability of readout order, and conversion
17433 to Calc vector.
17434
17435 * ses.el (ses-repair-cell-reference-all): New function.
17436 (ses-cell-symbol): Set macro as safe, so that it can be used in
17437 formulas.
17438
17439 * ses.el: Update cycle detection algorithm.
17440 (ses-localvars): Add ses--Dijkstra-attempt-nb and
17441 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
17442 (ses-set-localvars): New function.
17443 (ses-make-cell): Add property-list as a cell element.
17444 (ses-cell-property-get-fun, ses-cell-property-get)
17445 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
17446 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
17447 New functions.
17448 (ses-cell-property-set, ses-cell-property-pop)
17449 (ses-cell-property-get-handle): New macro.
17450 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
17451 New aliases, used for code readability.
17452 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
17453 cycle detection.
17454 (ses-self-reference-early-detection): New defcustom.
17455 (ses-formula-references): Robustify against self-referring cells.
17456 (ses-mode): Use ses-set-localvars.
17457 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
17458 before lauching the update processing.
17459 (ses-initialize-Dijkstra-attempt): New function.
17460 (ses-recalculate-cell): Update for cycle detection based on
17461 Dijkstra algorithm.
17462
17463 * ses.el: Fix commenting and indenting convention.
17464
17465 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
17466
17467 * bs.el (bs-cycle-next): Complete last change.
17468
17469 2011-06-27 Drew Adams <drew.adams@oracle.com>
17470
17471 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
17472
17473 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
17474
17475 * net/network-stream.el (network-stream-open-starttls):
17476 Don't re-get capabilities unless we've reestablished connection.
17477 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
17478
17479 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
17480 to binary to possibly avoid line encoding issues on Windows (among
17481 other things).
17482
17483 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17484
17485 * net/network-stream.el (open-network-stream): Return an :error
17486 saying what the problem was, if possible.
17487
17488 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
17489 server.
17490
17491 * net/network-stream.el (network-stream-open-starttls): If we
17492 wanted to use STARTTLS, and the server offered it, but we weren't
17493 able to because we had no STARTTLS support, then close the connection.
17494 (open-network-stream): Return an :error element, if present.
17495
17496 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17497
17498 * hl-line.el (hl-line-sticky-flag): Doc fix.
17499 (global-hl-line-sticky-flag): New option (Bug#8323).
17500 (global-hl-line-highlight): Obey it.
17501
17502 * vc/vc.el (vc-revert-show-diff): Default to t.
17503
17504 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
17505
17506 * allout-widgets.el (allout-widgets-post-command-business):
17507 Stop decorating intermediate isearch matches. They're not being
17508 undecorated when an isearch is continued past, and isearch
17509 automatically collapses them. This leads to "widget leaks", where
17510 decorated items accumulate in collapsed areas. Lines with lots of
17511 hidden widgets can slow down cursor travel, substantially.
17512 Too much complicated machinery would be needed to ensure undecoration,
17513 so we're doing without this nicety.
17514
17515 (allout-widgets-tally-string): Don't try to do a hash-table-count
17516 of allout-widgets-tally when it's nil. This eliminates spurious "Error
17517 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
17518 *Messages* when allout-widgets-maintain-tally is t.
17519
17520 2011-06-26 Martin Rudalics <rudalics@gmx.at>
17521
17522 * window.el (display-buffer-normalize-argument): Rename to
17523 display-buffer-normalize-arguments. Handle special meaning of
17524 LABEL argument. Respect special-display-function when popping up
17525 a new frame. Fix code searching for a window showing the buffer
17526 on another frame.
17527 (display-buffer-normalize-specifiers):
17528 Call display-buffer-normalize-arguments.
17529 (display-buffer-in-window): Don't undedicate the window if its
17530 buffer remains the same.
17531 Reported by Drew Adams <drew.adams@oracle.com>.
17532 (display-buffer-alist): Add choice for same-window macro
17533 specfier.
17534 (display-buffer): Mention special meaning of LABEL argument in
17535 doc-string. Fix quoting. Don't pop up a new frame even as
17536 fallback.
17537
17538 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
17539
17540 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
17541 avoid deleting the current window in some cases (bug#8911).
17542
17543 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
17544
17545 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
17546 (Bug#8934)
17547
17548 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
17549
17550 * net/network-stream.el (network-stream-open-starttls):
17551 Use built-in TLS support if `gnutls-available-p' is true.
17552 (network-stream-open-tls): Ditto.
17553
17554 2011-06-26 Leo Liu <sdl.web@gmail.com>
17555
17556 * register.el (registerv): New struct.
17557 (registerv-make): New function.
17558 (jump-to-register, describe-register-1, insert-register):
17559 Support the jump-func, print-func and insert-func slot of a registerv
17560 struct. (Bug#8415)
17561
17562 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
17563
17564 * vc/vc.el (vc-revert-show-diff): New defcustom.
17565 (vc-diff-internal): New arg specifying diff buffer.
17566 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
17567 reuse an existing *vc-diff* buffer (Bug#8927).
17568
17569 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
17570
17571 2011-06-26 Glenn Morris <rgm@gnu.org>
17572
17573 * progmodes/f90.el (f90-critical-indent): New option.
17574 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
17575 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
17576 (f90-mode): Doc fix.
17577 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
17578 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
17579 (f90-beginning-of-block, f90-next-block, f90-indent-region)
17580 (f90-match-end): Handle block, critical.
17581
17582 2011-06-25 Glenn Morris <rgm@gnu.org>
17583
17584 * calendar/diary-lib.el (diary-included-files): Doc fix.
17585 (diary-include-files): New function, extracted from
17586 diary-include-other-diary-files and diary-mark-included-diary-files.
17587 (diary-include-other-diary-files, diary-mark-included-diary-files):
17588 Just call diary-include-files.
17589 (diary-mark-entries): Reset diary-included-files on first call.
17590
17591 * calendar/diary-lib.el (diary-mark-entries)
17592 (diary-mark-included-diary-files):
17593 Visit included diary-files in temp buffers.
17594
17595 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
17596 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
17597 (f90-start-block-re, f90-imenu-generic-expression)
17598 (f90-looking-at-program-block-start, f90-no-block-limit):
17599 Add support for submodules.
17600
17601 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
17602 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
17603
17604 2011-06-25 Eli Zaretskii <eliz@gnu.org>
17605
17606 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
17607 buffer-file-type before setting its value, to avoid disastrous
17608 global effects on decoding files for DOS/Windows systems. (Bug#8780)
17609
17610 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17611
17612 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
17613
17614 * ses.el (ses-unload-function):
17615 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
17616
17617 * proced.el (proced-unload-function):
17618 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
17619
17620 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
17621
17622 * server.el (server-create-window-system-frame): Add parameters arg.
17623 (server-process-filter): Doc fix. Handle frame-parameters.
17624
17625 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
17626
17627 Fix bug#8730, bug#8781.
17628
17629 * loadhist.el (unload--set-major-mode): New function.
17630 (unload-feature): Use it.
17631
17632 * progmodes/python.el (python-after-info-look): Add autoload cookie.
17633 (python-unload-function): New function.
17634
17635 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
17636
17637 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
17638
17639 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
17640
17641 * net/browse-url.el (browse-url-firefox-program): Add icecat to
17642 the candidates list.
17643
17644 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
17645
17646 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
17647
17648 2011-06-23 Richard Stallman <rms@gnu.org>
17649
17650 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
17651 (rmail-variables): Set next-error-move-function.
17652 (rmail-what-message): Take argument POS.
17653 (rmail-next-error-move): New function.
17654
17655 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
17656
17657 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
17658 messages for adjacent non-terminals.
17659
17660 2011-06-23 Richard Stallman <rms@gnu.org>
17661
17662 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
17663 (rmail-show-message-1): Preserve buffer modified flag.
17664 (rmail-start-mail): Don't specify use of rmail-mail-return;
17665 that's done by mail-bury now.
17666 (rmail-mail-return): Handle arg NEWBUF.
17667
17668 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
17669
17670 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
17671 SIZE is a number.
17672
17673 2011-06-23 Martin Rudalics <rudalics@gmx.at>
17674
17675 * window.el (get-lru-window, get-mru-window)
17676 (get-largest-window): Never return a minibuffer window.
17677 (display-buffer-pop-up-window): Fix a bug that could lead to
17678 reusing the minibuffer window.
17679 (display-buffer): Pass original specifier argument to
17680 display-buffer-function instead of the normalized one.
17681 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17682
17683 2011-06-22 Leo Liu <sdl.web@gmail.com>
17684
17685 * minibuffer.el (completing-read-function)
17686 (completing-read-default): Move from minibuf.c.
17687
17688 2011-06-22 Richard Stallman <rms@gnu.org>
17689
17690 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
17691 to Rmail even if not started by a special Rmail command.
17692
17693 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
17694 Copy the buffer currently showing just one message.
17695
17696 2011-06-22 Roland Winkler <winkler@gnu.org>
17697
17698 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
17699 (bibtex-clean-entry): First delete the old key so that a
17700 customized algorithm for generating the new key does not get
17701 confused by the old key.
17702 (bibtex-url): Obey regexp of first step.
17703 (bibtex-search-entries): Do not use add-to-list with local
17704 list-var.
17705
17706 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17707
17708 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
17709 stored a user name, then query for the password first, instead of
17710 waiting for SMTP to give an error message and the trying again.
17711
17712 2011-06-22 Lawrence Mitchell <wence@gmx.li>
17713
17714 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
17715 BUFFER in call-process.
17716
17717 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17718
17719 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
17720 QUIT twice.
17721 (smtpmail-try-auth-methods): Require user name and password from
17722 auth-source.
17723
17724 2011-06-22 Martin Rudalics <rudalics@gmx.at>
17725
17726 * window.el (display-buffer-default-specifiers)
17727 (display-buffer-alist): Remove entries for pop-up-frame-alist.
17728 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
17729 (split-window): Normalize SIDE argument (Bug#8916).
17730
17731 * frame.el (pop-up-frame-alist, pop-up-frame-function)
17732 (special-display-frame-alist, special-display-popup-frame):
17733 Remove duplicate declarations. These are now in window.el.
17734
17735 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17736
17737 * mail/smtpmail.el (smtpmail-via-smtp):
17738 Set :use-starttls-if-possible so that we always use STARTTLS if the
17739 server supports it. SMTP servers that support STARTTLS commonly
17740 require it.
17741
17742 * net/network-stream.el (network-stream-open-starttls): Support
17743 upgrading to STARTTLS always, even if we don't have built-in support.
17744 (open-network-stream): Add the :always-query-capabilities keyword.
17745
17746 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
17747 upgrades with `open-network-stream', and rely solely on
17748 auth-source for all credentials. Big changes throughout the file,
17749 but in particular:
17750 (smtpmail-auth-credentials): Remove.
17751 (smtpmail-starttls-credentials): Remove.
17752 (smtpmail-via-smtp): Check for servers saying they want AUTH after
17753 MAIL FROM, too.
17754
17755 * net/network-stream.el (network-stream-open-starttls):
17756 Provide support for client certificates both for external and built-in
17757 STARTTLS.
17758 (auth-source): Require.
17759 (open-network-stream): Document the :client-certificate keyword.
17760 (network-stream-certificate): Change cert-cert to cert and
17761 cert-key to key.
17762
17763 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
17764
17765 * net/tramp-cache.el (top): Don't load the persistency file when
17766 "emacs -Q" has been called.
17767
17768 2011-06-21 Tim Harper <timcharper@gmail.com>
17769
17770 * term/ns-win.el (ns-initialize-window-system):
17771 Set application-specific `ApplePressAndHoldEnabled' system
17772 resource to NO as it is not yet supported by the NS port.
17773
17774 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
17775
17776 * misc.el (list-dynamic-libraries--refresh): Compute header here...
17777 (list-dynamic-libraries): ...not here.
17778
17779 2011-06-21 Leo Liu <sdl.web@gmail.com>
17780
17781 * subr.el (sha1): Implement sha1 using secure-hash.
17782
17783 2011-06-21 Martin Rudalics <rudalics@gmx.at>
17784
17785 * window.el (display-buffer-alist): In default value do not
17786 enforce searching a window on any but the selected frame.
17787 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17788 (display-buffer-select-window): Remove function.
17789 (display-buffer-in-window): When a window on another frame gets
17790 reused, do not select it any more but just raise its frame if
17791 necessary (Bug#8851) and (Bug#8856).
17792 (display-buffer-normalize-options): Handle pop-up-frames related
17793 options more faithfully.
17794 (pop-to-buffer): Don't rely on `display-buffer' selecting the
17795 window if it is on another frame.
17796 (display-buffer-alist, display-buffer-default-specifiers):
17797 Don't make new frame unsplittable by default.
17798 (display-buffer-normalize-argument): Fix doc-string typo and use
17799 'same-frame-other-window instead of 'other-window when associating
17800 with display-buffer-macro-specifiers.
17801
17802 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
17803
17804 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
17805 New functions.
17806 (5x5-mode-map, 5x5-mode-menu): Bind them.
17807 (5x5-draw-grid): Tweak the solver's rendering.
17808
17809 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17810
17811 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
17812 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
17813
17814 2011-06-21 Drew Adams <drew.adams@oracle.com>
17815
17816 * menu-bar.el: Use function variable instead of switch-to-buffer.
17817 (menu-bar-select-buffer-function): New variable.
17818 (menu-bar-update-buffers): Use it (bug#8876).
17819
17820 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
17821
17822 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
17823 variable's status.
17824
17825 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
17826
17827 * x-dnd.el (x-dnd-version-from-flags)
17828 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
17829 and long as number (Bug#8899).
17830 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
17831
17832 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
17833
17834 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
17835 (completion-try-completion, completion-all-completions): Compute the
17836 metadata argument if it's missing; make it optional (bug#8795).
17837
17838 * wid-edit.el: Use lex-bind and move towards completion-at-point.
17839 (widget-complete): Use new :completion-function property.
17840 (widget-completions-at-point): New function.
17841 (default): Use :completion-function instead of :complete.
17842 (widget-default-completions): Rename from widget-default-complete;
17843 Rewrite.
17844 (widget-string-complete, widget-file-complete, widget-color-complete):
17845 Remove functions.
17846 (file, symbol, function, variable, coding-system, color):
17847 * international/mule-cmds.el (default-input-method, charset)
17848 (language-info-custom-alist):
17849 * cus-edit.el (face): Use new property :completions.
17850
17851 * progmodes/pascal.el (pascal-completions-at-point): New function.
17852 (pascal-mode): Use it.
17853 (pascal-mode-map): Use completion-at-point.
17854 (pascal-toggle-completions): Make obsolete.
17855 (pascal-complete-word, pascal-show-completions):
17856 * progmodes/octave-mod.el (octave-complete-symbol):
17857 Redefine as obsolete alias.
17858 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
17859 Signal absence of completion info for old Octave,
17860 (inferior-octave-complete): Redefine as obsolete alias.
17861 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
17862 (meta-completions-at-point): Rename from meta-complete-symbol and
17863 adapt it for use on completion-at-point-functions.
17864 (meta-common-mode): Use it.
17865 (meta-looking-at-backward, meta-match-buffer): Remove.
17866 (meta-complete-symbol): Redefine as obsolete alias.
17867 (meta-common-mode-map): Use completion-at-point.
17868 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
17869 (makefile-mode-map): Use completion-at-point.
17870 (makefile-completions-at-point): Rename from makefile-complete and
17871 adapt it for use on completion-at-point-functions.
17872 (makefile-mode): Use it.
17873 (makefile-complete): Redefine as obsolete alias.
17874
17875 2011-06-20 Deniz Dogan <deniz@dogan.se>
17876
17877 * net/rcirc.el: Delete trailing whitespaces once and for all.
17878
17879 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17880
17881 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17882
17883 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17884
17885 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17886
17887 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17888
17889 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17890
17891 * window.el (display-buffer-other-window-means-other-frame):
17892 Call display-buffer-normalize-alist.
17893 (display-buffer-normalize-specifiers-1): Rename to
17894 display-buffer-normalize-argument. New argument other-frame.
17895 Rewrite.
17896 (display-buffer-normalize-specifiers-2): Rename to
17897 display-buffer-normalize-options.
17898 (display-buffer-normalize-alist-1): New function.
17899 (display-buffer-normalize-specifiers-3): Rename to
17900 display-buffer-normalize-alist.
17901 Call display-buffer-normalize-alist-1.
17902 (display-buffer-normalize-options-inhibit): New variable.
17903 (display-buffer-normalize-specifiers): Rewrite calling
17904 display-buffer-normalize-alist,
17905 display-buffer-normalize-argument, and
17906 display-buffer-normalize-options. Don't call the latter if
17907 display-buffer-normalize-options-inhibit is non-nil.
17908 (frame-auto-delete): New option.
17909 (window-deletable-p): Use frame-auto-delete.
17910 (window-list-no-nils, window-state-ignored-parameters)
17911 (window-state-get-1, window-state-get, window-state-put-list)
17912 (window-state-put-1, window-state-put-2, window-state-put):
17913 New functions.
17914 (display-buffer-normalize-options): Move special-display-p group
17915 after pop-up-frame group (Bug#8851) and (Bug#8856).
17916
17917 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17918
17919 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17920 groups (Bug#8776).
17921 (rx-submatch-n): New function.
17922 (rx): Document it.
17923
17924 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17925 (Bug#8768).
17926
17927 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17928
17929 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17930
17931 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17932 anytime existing face settings are present (Bug#8889).
17933
17934 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17935 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17936 Remove unused argument.
17937
17938 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17939
17940 * window.el (display-buffer-default-specifiers):
17941 Remove pop-up-frame. Add pop-up-window-min-height,
17942 pop-up-window-min-width, and another reuse-window specifier
17943 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17944 (display-buffer-normalize-specifiers-2):
17945 Handle split-height-threshold and split-width-threshold also when
17946 pop-up-windows is unset. Add a reuse-window specifier for the
17947 case popping up a new window fails.
17948 (special-display-popup-frame): Remove double quoting.
17949 (display-buffer-normalize-specifiers-1): Fix thinko.
17950
17951 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17952
17953 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17954 according to comint-completion-addsuffix.
17955
17956 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17957 (pcomplete-suffix-list): Mark as obsolete.
17958 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17959 pcomplete-seen in the closure.
17960 (pcomplete-comint-setup): Setup completion-at-point as well.
17961 (pcomplete--entries): New function.
17962 (pcomplete--env-regexp): New var.
17963 (pcomplete-entries): Rewrite to work with partial-completion and
17964 without relying on pcomplete-suffix-list.
17965 (pcomplete-pare-list): Remove, unused.
17966
17967 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17968
17969 * window.el (display-buffer-alist): Set pop-up-window-min-height
17970 and pop-up-window-min-width in default value. Reported by
17971 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17972 other-window-means-other-frame.
17973 (display-buffer-macro-specifiers): Comment out entry for
17974 other-window specifier.
17975 (display-buffer-other-window-means-other-frame): New function.
17976 (display-buffer-normalize-specifiers-1): New arguments
17977 buffer-name and label. Treat other-window case specially.
17978 (display-buffer-normalize-specifiers-2): Treat other-window case
17979 specially.
17980 (display-buffer-normalize-specifiers-3): New function.
17981 (display-buffer-normalize-specifiers):
17982 Call display-buffer-normalize-specifiers-3.
17983
17984 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17985
17986 * window.el (same-window-p): Fix two typos introduced when
17987 adding with-no-warnings.
17988 (display-buffer-normalize-specifiers-1): Don't check
17989 pop-up-frames for 'unset initialization.
17990 (display-buffer-normalize-specifiers-2): Major rewrite using
17991 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17992 (pop-up-frames, display-buffer-reuse-frames)
17993 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17994 Suggested by David Engster <deng@randomsample.de>.
17995 (even-window-heights): Initialize to 'unset.
17996 (display-buffer-alist-set): Handle new 'unset initializations.
17997 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17998 other window case.
17999
18000 2011-06-16 Martin Rudalics <rudalics@gmx.at>
18001
18002 * window.el (display-buffer-normalize-specifiers-1):
18003 Respect current value of pop-up-frames for most reasonable values of
18004 second argument of display-buffer (Bug#8865).
18005 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
18006 (switch-to-buffer-other-window-same-frame)
18007 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
18008 Adams (Bug#8875).
18009 (display-buffer): Don't check noninteractive when calling
18010 display-buffer-pop-up-frame.
18011 (display-buffer-pop-up-frame): Never pop up a frame in
18012 noninteractive mode (Bug#8857).
18013 (enlarge-window, shrink-window): Don't report an error when the
18014 window can't be resized as requested (Bug#8862).
18015
18016 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18017
18018 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
18019
18020 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
18021
18022 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
18023
18024 2011-06-15 Alan Mackenzie <acm@muc.de>
18025
18026 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
18027 for declarators, disable knr checking to speed up for normal files.
18028 2: Refactor, replacing a sequence of nested if forms by a cond form.
18029
18030 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18031
18032 * net/network-stream.el (open-network-stream): Add the keyword
18033 :always-query-capabilities for the case where you want to force a
18034 `plain' network connection, but the protocol still requires the
18035 capabilitiy command (i.e., SMTP and EHLO).
18036
18037 * subr.el (process-live-p): Rename from `process-alive-p' for
18038 consistency with other `-live-p' functions.
18039
18040 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18041
18042 * window.el (same-window-buffer-names, same-window-regexps)
18043 (special-display-frame-alist, special-display-popup-frame)
18044 (special-display-function, special-display-buffer-names)
18045 (special-display-regexps, pop-up-frame-alist)
18046 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
18047 (pop-up-windows, split-window-preferred-function)
18048 (split-height-threshold, split-width-threshold, even-window-heights)
18049 (display-buffer-mark-dedicated): Don't encourage the use of
18050 display-buffer-alist from Elisp code.
18051
18052 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
18053
18054 * progmodes/python.el (python-mode): Derive from prog-mode.
18055 * progmodes/ps-mode.el (ps-mode):
18056 * progmodes/mixal-mode.el (mixal-mode):
18057 * progmodes/cfengine.el (cfengine-mode):
18058 * progmodes/ld-script.el (ld-script-mode): Likewise.
18059
18060 2011-06-15 Martin Rudalics <rudalics@gmx.at>
18061
18062 * window.el (display-buffer-alist): Trim default value to avoid
18063 popping up a new frame (Bug#8857) or reusing an arbitrary window
18064 on another frame.
18065 (display-buffer): Do not fall back on popping up a new frame in
18066 batch mode (Bug#8857).
18067
18068 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
18069
18070 * cus-theme.el (describe-theme-1): Use custom-theme-p.
18071 (custom-theme-summary): New function.
18072 (customize-themes): Use it.
18073
18074 2011-06-13 Glenn Morris <rgm@gnu.org>
18075
18076 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
18077
18078 2011-06-13 Martin Rudalics <rudalics@gmx.at>
18079
18080 * help.el (help-window): Remove variable.
18081 (help-window-point-marker, temp-buffer-max-height)
18082 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
18083 (help-print-return-message): Don't set help-window.
18084 (resize-temp-buffer-window): Rewrite cod eand doc-string.
18085 (help-window-setup-finish): Remove.
18086 (help-window-display-message, help-window-setup)
18087 (with-help-window): Major rewrite based on new
18088 display-buffer-window variable.
18089
18090 * help-mode.el (help-mode-finish): Remove help-window related
18091 code.
18092
18093 * view.el (view-exits-all-viewing-windows): Remove reference to
18094 view-return-to-alist in doc-string.
18095 (view-return-to-alist): Make obsolete.
18096 (view-buffer): Call pop-to-buffer-same-window and remove
18097 undo-window code.
18098 (view-buffer-other-window): Call pop-to-buffer-other-window and
18099 simplify code. Ignore second argument.
18100 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
18101 simplify code. Ignore second argument.
18102 (view-return-to-alist-update): Make obsolete.
18103 (view-mode-enter): Rename second argument to QUIT-RESTORE.
18104 Rewrite using quit-restore window parameters.
18105 (view-mode-exit): Rename second argument to EXIT-ONLY.
18106 Rewrite using quit-restore-window.
18107 (View-exit, View-exit-and-edit, View-leave, View-quit)
18108 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
18109 appropriate arguments.
18110 (view-end-message): Use quit-restore window parameter.
18111
18112 * window.el (display-buffer-function): Rewrite doc-string.
18113 (display-buffer-window, display-buffer-alist): New variables.
18114 (display-buffer-split-specifiers)
18115 (display-buffer-side-specifiers)
18116 (display-buffer-macro-specifiers): New constants.
18117 (display-buffer-even-window-sizes, display-buffer-set-height)
18118 (display-buffer-set-width, display-buffer-select-window)
18119 (display-buffer-in-window, display-buffer-reuse-window)
18120 (display-buffer-split-window-1, display-buffer-split-window)
18121 (display-buffer-split-atom-window, display-buffer-pop-up-window)
18122 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
18123 (display-buffer-in-side-window, normalize-buffer-to-display)
18124 (display-buffer-normalize-specifiers-1)
18125 (display-buffer-normalize-specifiers-2)
18126 (display-buffer-normalize-specifiers, display-buffer-frame):
18127 New functions.
18128 (display-buffer): Major rewrite.
18129 (display-buffer-other-window, display-buffer-other-frame)
18130 (pop-to-buffer, switch-to-buffer-other-window)
18131 (switch-to-buffer-other-frame): Rewrite.
18132 (display-buffer-same-window, display-buffer-same-frame)
18133 (display-buffer-same-frame-other-window)
18134 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18135 (pop-to-buffer-other-window)
18136 (pop-to-buffer-same-frame-other-window)
18137 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
18138 (switch-to-buffer-other-window-same-frame): New functions.
18139 (same-window-p, special-display-p): Rewrite disabling warnings.
18140 Make obsolete.
18141 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18142 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
18143 Make obsolete
18144 (same-window-buffer-names, same-window-regexps)
18145 (special-display-frame-alist, special-display-popup-frame)
18146 (special-display-function, special-display-buffer-names)
18147 (special-display-regexps, pop-up-frame-alist)
18148 (pop-up-frame-function, split-window-preferred-function)
18149 (split-height-threshold, split-width-threshold)
18150 (even-window-heights): Make obsolete.
18151
18152 2011-06-12 Glenn Morris <rgm@gnu.org>
18153
18154 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
18155 Misc simplifications.
18156
18157 2011-06-12 Martin Rudalics <rudalics@gmx.at>
18158
18159 * window.el (window-safely-shrinkable-p): Restore function which
18160 was inadvertently removed in change from 2011-06-11. Declare as
18161 obsolete.
18162
18163 * calendar/calendar.el (calendar-generate-window):
18164 Use window-iso-combined-p instead of combination of one-window-p and
18165 window-safely-shrinkable-p.
18166
18167 2011-06-12 Glenn Morris <rgm@gnu.org>
18168
18169 * progmodes/fortran.el (fortran-mode-syntax-table):
18170 * progmodes/f90.el (f90-mode-syntax-table):
18171 Set % to punctuation. (Bug#8820)
18172 (f90-find-tag-default): Remove, no longer needed.
18173
18174 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
18175
18176 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
18177
18178 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
18179
18180 * image.el (image-animated-p): Return animation delay in seconds.
18181 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
18182 (image-animate-timeout): Remove DELAY argument. Don't assume
18183 every subimage has the same delay; get it from image-animated-p.
18184 (image-animate): Caller changed.
18185
18186 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
18187
18188 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
18189 to ignored backtrace functions.
18190
18191 2011-06-11 Glenn Morris <rgm@gnu.org>
18192
18193 * calendar/appt.el (appt-disp-window-function): Doc fix.
18194 (appt-check): Handle overlapping appointments. (Bug#8337)
18195
18196 2011-06-11 Martin Rudalics <rudalics@gmx.at>
18197
18198 * window.el (window-tree-1, window-tree): New functions, moving
18199 the latter to window.el.
18200 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18201 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18202 (bw-refresh-edges): Remove.
18203 (balance-windows-1, balance-windows-2): New functions.
18204 (balance-windows): Rewrite in terms of window tree functions,
18205 balance-windows-1 and balance-windows-2.
18206 (bw-adjust-window): Remove.
18207 (balance-windows-area-adjust): New function with functionality of
18208 bw-adjust-window but using resize-window.
18209 (set-window-text-height): Rewrite doc-string.
18210 Use normalize-live-window and resize-window.
18211 (enlarge-window-horizontally, shrink-window-horizontally):
18212 Rename argument to DELTA.
18213 (window-buffer-height): New function.
18214 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
18215 Rewrite using new window resize routines.
18216 (kill-buffer-and-window, mouse-autoselect-window-select):
18217 Use ignore-errors instead of condition-case.
18218 (quit-window): Call delete-frame instead of delete-windows-on
18219 for the only buffer on frame.
18220
18221 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18222
18223 * loadup.el (top-level): Load window before files for the sake
18224 of replace-buffer-in-windows.
18225
18226 * files.el (read-buffer-to-switch)
18227 (switch-to-buffer-other-window)
18228 (switch-to-buffer-other-frame, display-buffer-other-frame):
18229 Move to window.el.
18230
18231 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
18232 (previous-buffer): Move to window.el.
18233
18234 * bindings.el (unbury-buffer): Move to window.el.
18235
18236 * window.el (delete-other-windows-vertically): Move after
18237 definition of delete-other-windows.
18238 (other-window, delete-windows-on, replace-buffer-in-windows):
18239 Move here from window.c.
18240 (record-window-buffer, unrecord-window-buffer)
18241 (set-window-buffer-start-and-point, switch-to-prev-buffer)
18242 (switch-to-next-buffer): New functions.
18243 (get-next-valid-buffer, last-buffer, next-buffer): Move here
18244 from simple.el. Call switch-to-next-buffer.
18245 (previous-buffer): Move here from simple.el.
18246 Call switch-to-prev-buffer.
18247 (bury-buffer): Move here from buffer.c. Switch to previous
18248 buffer when window cannot be deleted.
18249 (unbury-buffer): Move here from bindings.el.
18250 (ctl-x-map): Move binding for other-window from window.c to
18251 here.
18252 (read-buffer-to-switch, switch-to-buffer-other-window)
18253 (switch-to-buffer-other-frame): Move here from files.el.
18254 (normalize-buffer-to-switch-to): New functions.
18255 (switch-to-buffer): Move here from buffer.c.
18256 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
18257
18258 2011-06-10 Martin Rudalics <rudalics@gmx.at>
18259
18260 * window.el (window-min-height, window-min-width): Move here
18261 from window.c. Add defcustoms and rewrite doc-strings.
18262 (resize-mini-window, resize-window): New functions.
18263 (adjust-window-trailing-edge, enlarge-window, shrink-window):
18264 Move here from window.c.
18265 (maximize-window, minimize-window): New functions.
18266 (delete-window, delete-other-windows, split-window): Move here
18267 from window.c.
18268 (window-split-min-size): New function.
18269 (split-window-keep-point): Mention split-window-above-each-other
18270 instead of split-window-vertically.
18271 (split-window-above-each-other, split-window-vertically):
18272 Rename split-window-vertically to split-window-above-each-other
18273 and provide defalias for old definition.
18274 (split-window-side-by-side, split-window-horizontally):
18275 Rename split-window-horizontally to split-window-side-by-side
18276 and provide defalias for the old definition.
18277 (ctl-x-map): Move bindings for delete-window,
18278 delete-other-windows and enlarge-window here from window.c.
18279 Replace bindings for split-window-vertically and
18280 split-window-horizontally by bindings for
18281 split-window-above-each-other and split-window-side-by-side.
18282
18283 * cus-start.el (all): Remove entries for window-min-height and
18284 window-min-width. Add entries for window-splits and
18285 window-nest.
18286
18287 2011-06-09 Glenn Morris <rgm@gnu.org>
18288
18289 * calendar/appt.el (appt-mode-line): New function.
18290 (appt-check, appt-disp-window): Use it.
18291
18292 * files.el (hack-one-local-variable-eval-safep):
18293 Allow minor-modes with explicit +/-1 arguments.
18294
18295 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
18296
18297 * term/xterm.el (xterm): Add defgroup.
18298 (xterm-extra-capabilities): Add defcustom to supply known xterm
18299 capabilities, skip querying them, or query them (default).
18300 (terminal-init-xterm): Use it.
18301 (terminal-init-xterm-modify-other-keys): New function to set up
18302 modifyOtherKeys support to simplify `terminal-init-xterm'.
18303
18304 2011-06-09 Martin Rudalics <rudalics@gmx.at>
18305
18306 * window.el (resize-window-reset, resize-window-reset-1)
18307 (resize-subwindows-skip-p, resize-subwindows-normal)
18308 (resize-subwindows, resize-other-windows, resize-this-window)
18309 (resize-root-window, resize-root-window-vertically)
18310 (window-deletable-p, window-or-subwindow-p)
18311 (frame-root-window-p): New functions.
18312
18313 2011-06-09 Glenn Morris <rgm@gnu.org>
18314
18315 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
18316 (ange-ftp-get-files): Use it.
18317
18318 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18319
18320 * mail/sendmail.el (mail-recover-1, mail-recover):
18321 * files.el (recover-file, recover-session):
18322 Handle dired-listing-switches not being just a single short option.
18323
18324 2011-06-09 Glenn Morris <rgm@gnu.org>
18325
18326 * calendar/appt.el (appt-display-message, appt-disp-window):
18327 Handle lists of appointments.
18328
18329 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18330
18331 * window.el (one-window-p): Move down in code.
18332 Rewrite doc-string.
18333 (window-current-scroll-bars): Rewrite doc-string.
18334 Normalize live window argument.
18335 (walk-windows, get-window-with-predicate, count-windows):
18336 Rewrite doc-string. Use window-list-1.
18337 (window-in-direction-2, window-in-direction, get-mru-window):
18338 New functions.
18339
18340 2011-06-08 Reuben Thomas <rrt@sc3d.org>
18341
18342 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
18343 Doc fix (Bug#8713).
18344
18345 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
18346
18347 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
18348
18349 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
18350
18351 * loadhist.el (unload-feature-special-hooks):
18352 Add `comint-output-filter-functions'.
18353
18354 2011-06-08 Ivan Kanis <gnu@kanis.fr>
18355
18356 * calendar/appt.el (appt-check): Move some initializations into the let.
18357
18358 2011-06-08 Martin Rudalics <rudalics@gmx.at>
18359
18360 * window.el (window-height): Defalias to window-total-height.
18361 (window-width): Defalias to window-body-width.
18362
18363 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
18364
18365 * image-mode.el (image-toggle-animation): New command.
18366 (image-mode-map): Bind it to RET.
18367 (image-mode): Update message.
18368 (image-toggle-display-image): Avoid a spurious cache flush.
18369 (image-transform-rotation): Doc fix.
18370 (image-transform-properties): Return quickly in the normal case.
18371 (image-animate-loop): Rename from image-animate-max-time.
18372
18373 * image.el (image-animate-max-time): Move to image-mode.el.
18374 (create-animated-image): Remove unnecessary function.
18375 (image-animate): Rename from image-animate-start. New arg.
18376 (image-animate-stop): Remove; just use image-animate-timer.
18377 (image-animate-timer): Use car-safe.
18378 (image-animate-timeout): Rename argument.
18379
18380 2011-06-07 Martin Rudalics <rudalics@gmx.at>
18381
18382 * window.el (get-lru-window, get-largest-window): Move here from
18383 window.c. Rename first argument to ALL-FRAMES.
18384 Rephrase doc-strings.
18385 (get-buffer-window-list): Rewrite using window-list-1.
18386 Rephrase doc-string.
18387 (window-safe-min-height, window-safe-min-width): New constants.
18388 (window-size-ignore, window-min-size, window-min-size-1)
18389 (window-sizable, window-sizable-p, window-size-fixed-1)
18390 (window-size-fixed-p, window-min-delta-1, window-min-delta)
18391 (window-max-delta-1, window-max-delta, window-resizable)
18392 (window-resizable-p, window-total-height, window-total-width)
18393 (window-body-width): New functions.
18394 (window-full-height-p, window-full-width-p): Rewrite using
18395 window-total-size.
18396 (window-body-height): Rewrite using window-body-size.
18397
18398 2011-06-06 Martin Rudalics <rudalics@gmx.at>
18399
18400 * window.el (window-right, window-left, window-child)
18401 (window-child-count, window-last-child, window-any-p)
18402 (normalize-live-buffer, normalize-live-frame)
18403 (normalize-any-window, normalize-live-window)
18404 (window-iso-combination-p, window-iso-combined-p)
18405 (window-iso-combinations)
18406 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
18407 (windows-with-parameter, window-with-parameter)
18408 (window-atom-root, make-window-atom, window-atom-check-1)
18409 (window-atom-check, window-side-check, window-check):
18410 New functions.
18411 (ignore-window-parameters, window-sides, window-sides-vertical)
18412 (window-sides-slots): New variables.
18413 (window-size-fixed): Move down in code. Minor doc-string fix.
18414
18415 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
18416
18417 * comint.el (comint-dynamic-complete-as-filename)
18418 (comint-dynamic-complete-filename): Correctly call
18419 completion-in-region.
18420
18421 2011-06-05 Deniz Dogan <deniz@dogan.se>
18422
18423 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
18424 in last change.
18425
18426 2011-06-05 Deniz Dogan <deniz@dogan.se>
18427
18428 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
18429 (rcirc): Use it to prompt for encryption.
18430
18431 2011-06-05 Roland Winkler <winkler@gnu.org>
18432
18433 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
18434 (bibtex-search-entries): New command bound to C-c C-a.
18435 (bibtex-display-entries): New function.
18436
18437 2011-06-05 Roland Winkler <winkler@gnu.org>
18438
18439 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
18440 (bibtex-insert-kill): After yanking insert newline if necessary.
18441 (bibtex-initialize): Call bibtex-string-files-init only once.
18442 (bibtex-mode): Do not call easy-menu-add.
18443 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
18444 (bibtex-yank): Set arg properly if nil.
18445
18446 2011-06-05 Roland Winkler <winkler@gnu.org>
18447
18448 * textmodes/bibtex.el (bibtex-search-entry-globally):
18449 New variable.
18450 (bibtex-search-entry): Use it.
18451
18452 2011-06-05 Roland Winkler <winkler@gnu.org>
18453
18454 * textmodes/bibtex.el (bibtex-entry-format): New option
18455 sort-fields.
18456 (bibtex-format-entry, bibtex-reformat): Honor this option.
18457 (bibtex-parse-entry): Return fields in proper order.
18458
18459 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
18460
18461 * doc-view.el (doc-view-remove-if): Move computation of result out
18462 of `dolist' to silence misleading lexical-binding warning.
18463
18464 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
18465
18466 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
18467 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
18468
18469 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18470
18471 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
18472 "SunOS 5.10".
18473
18474 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
18475
18476 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
18477 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
18478 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
18479 (tramp-parse-putty):
18480 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
18481 (tramp-completion-function-alist-ssh)
18482 (tramp-completion-function-alist-telnet)
18483 (tramp-completion-function-alist-su)
18484 (tramp-completion-function-alist-putty): Set `tramp-autoload'
18485 cookie.
18486
18487 * net/tramp-ftp.el:
18488 * net/tramp-sh.el:
18489 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
18490 load "tramp.el" `tramp-set-completion-function'.
18491
18492 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
18493
18494 * shell.el: Require and use pcomplete.
18495 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
18496 (shell-completion-vars): Set pcomplete-default-completion-function.
18497
18498 2011-06-04 Deniz Dogan <deniz@dogan.se>
18499
18500 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
18501 `memq' (Bug#8799).
18502
18503 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18504
18505 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
18506
18507 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
18508
18509 * bs.el (bs--mark-unmark, bs--nth-wrapper):
18510 * mpc.el (mpc-select-extend, mpc-songpointer-context):
18511 * vc/log-view.el (log-view-beginning-of-defun):
18512 * vc/smerge-mode.el (smerge-apply-resolution-patch)
18513 (smerge-refine-forward, smerge-refine-chopup-region):
18514 Silence warning for unused `dotimes' counter variables.
18515
18516 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
18517
18518 * net/tramp.el (tramp-with-progress-reporter): Rename from
18519 with-progress-reporter. Use `declare'.
18520 * net/tramp-smb.el:
18521 * net/tramp-sh.el:
18522 * net/tramp-gvfs.el: Update all uses.
18523
18524 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
18525
18526 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
18527 buffer isn't killed before making it current.
18528
18529 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18530
18531 Silence various byte-compiler warnings.
18532 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
18533 `access-type' and new obsolescence format.
18534 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
18535 new format.
18536 (byte-compile-check-variable): New `access-type' argument.
18537 Only warn if the access-type is obsolete.
18538 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
18539 (byte-compile-variable-set): Adjust callers.
18540 * help-fns.el (describe-variable): Adjust to new obsolescence format.
18541 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
18542 setting it as obsolete.
18543 * simple.el (minibuffer-completing-symbol):
18544 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
18545 access as obsolete.
18546 * minibuffer.el (minibuffer-completing-file-name): Don't make it
18547 obsolete yet.
18548 * international/quail.el (quail-mouse-choose-completion): Remove unused
18549 code referring to obsolete var.
18550 (quail-choose-completion-string): Remove.
18551 * server.el (server-clients-with, server-kill-buffer-query-function)
18552 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
18553 * proced.el (proced-send-signal):
18554 * emacs-lisp/lisp.el (lisp-complete-symbol):
18555 Replace completion-annotate-function with completion-extra-properties.
18556
18557 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18558
18559 * simple.el (goto-line): Use read-number.
18560 (overriding-map-is-bound): Remove.
18561 (saved-overriding-map): Change default.
18562 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
18563 Take the map as argument.
18564 (universal-argument, negative-argument, digit-argument): Use it.
18565 (restore-overriding-map): Adjust.
18566 (do-auto-fill): Use fill-forward-paragraph.
18567 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
18568
18569 * minibuffer.el (minibuffer-inactive-mode-map): New var.
18570 (minibuffer-inactive-mode): New major mode.
18571 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
18572 the *Messages* buffer" hack.
18573 (mouse-popup-menubar): Don't burp if the event is a normal key.
18574
18575 Miscellaneous tweaks.
18576 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
18577 lexical scoping as in subr.el's dolist and dotimes.
18578 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
18579 Silence compiler warning.
18580 * thingatpt.el (forward-whitespace): Trivial coding style fix.
18581 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
18582 * international/ccl.el (ccl-compile): Trivial simplification.
18583 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
18584 * emacs-lisp/testcover.el (testcover-end): Remove spurious
18585 `printflag' argument.
18586 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
18587 Purecopy the whole obsolescence data.
18588
18589 2011-06-01 Leo Liu <sdl.web@gmail.com>
18590
18591 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
18592 improve doc-string as suggested by Marco Pessotto
18593 <melmothx@gmail.com>.
18594 (rcirc-print): Fix last change.
18595
18596 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18597
18598 * minibuffer.el (complete-with-action): Return nil for the metadata and
18599 boundaries of non-functional tables.
18600 (completion-table-dynamic): Return nil for the metadata.
18601 (completion-table-with-terminator): Add default case, using
18602 complete-with-action.
18603 (completion--metadata): New function.
18604 (completion-all-sorted-completions, minibuffer-completion-help): Use it
18605 to try and avoid pathological performance problems.
18606 (completion--embedded-envvar-table): Return `category' metadata.
18607
18608 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
18609
18610 * subr.el (process-alive-p): New tiny convenience function.
18611
18612 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18613
18614 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
18615 content but also its previous major mode.
18616
18617 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
18618
18619 * emacs-lisp/debug.el (debug): Restore the previous content of the
18620 *Backtrace* buffer when we exit with C-M-c.
18621
18622 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18623
18624 * minibuffer.el: Add metadata method to completion tables.
18625 (completion-category-overrides): New defcustom.
18626 (completion-metadata, completion--field-metadata)
18627 (completion-metadata-get, completion--styles)
18628 (completion--cycle-threshold): New functions.
18629 (completion-try-completion, completion-all-completions):
18630 Add `metadata' argument to choose completion-styles.
18631 (completion--do-completion): Use metadata to choose cycling.
18632 (completion-all-sorted-completions): Use metadata for sorting.
18633 Remove :completion-cycle-penalty which is not needed any more.
18634 (completion--try-word-completion): Add `metadata' argument.
18635 (minibuffer-completion-help): Check metadata for annotation function
18636 and sorting.
18637 (completion-file-name-table): Return `category' metadata.
18638 (minibuffer-completing-file-name): Make obsolete.
18639 * simple.el (minibuffer-completing-symbol): Make obsolete.
18640 * icomplete.el (icomplete-completions): Pass new `metadata' param to
18641 completion-try-completion.
18642
18643 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18644
18645 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
18646
18647 2011-05-30 Leo Liu <sdl.web@gmail.com>
18648
18649 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
18650 (rcirc-print): Decode all incoming messages (bug#8744).
18651 (rcirc-decode-coding-system): Allow value nil for automatic coding
18652 system detection.
18653
18654 2011-06-01 Glenn Morris <rgm@gnu.org>
18655
18656 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
18657
18658 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18659
18660 * image.el (image-animate-max-time): Allow nil and t values.
18661 Default to nil.
18662 (create-animated-image): Doc fix.
18663 (image-animate-start): Remove second arg; just use
18664 image-animate-max-time.
18665 (image-animate-timeout): Doc fix. Args changed.
18666
18667 * image-mode.el (image-toggle-display-image): Ensure that the
18668 image spec passed to the animate timer is the same object as in
18669 the buffer's display property (Bug#6981).
18670 (image-transform-properties): Doc fix.
18671
18672 * image.el (image-animate-max-time): Default to nil.
18673
18674 2011-05-29 Martin Rudalics <rudalics@gmx.at>
18675
18676 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
18677 entire buffer list (Bug#8184).
18678
18679 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18680
18681 * image.el (imagemagick-types-inhibit)
18682 (imagemagick-register-types): Doc fix.
18683
18684 2011-05-29 Deniz Dogan <deniz@dogan.se>
18685
18686 * net/rcirc.el (rcirc): Use the user's stored encryption method by
18687 default.
18688
18689 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
18690
18691 * select.el: Don't perform clipboard-manager saving in hooks;
18692 leave the hooks empty.
18693
18694 2011-05-28 Leo Liu <sdl.web@gmail.com>
18695
18696 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
18697 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
18698 (occur-edit-mode): New major mode (Bug#8463).
18699 (occur-after-change-function): New function.
18700 (occur-engine): Give Occur tags a read-only property.
18701
18702 2011-05-28 Kevin Ryde <user42@zip.com.au>
18703
18704 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
18705
18706 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18707
18708 * bindings.el (help-echo): Make the initial non-indicator dash
18709 empty on graphical terminals (Bug#7295).
18710
18711 * files.el (auto-mode-alist): Move config rule after the
18712 in-stripping one (Bug#8547).
18713
18714 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
18715
18716 * startup.el (normal-splash-screen): Remove gratuitous mode-line
18717 setting (Bug#8740).
18718
18719 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
18720
18721 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
18722 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
18723 (Bug#8539).
18724
18725 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18726
18727 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
18728
18729 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
18730
18731 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
18732 (hs-hide-block-at-point, hs-find-block-beginning)
18733 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
18734 (Bug#8279).
18735
18736 2011-05-28 Glenn Morris <rgm@gnu.org>
18737
18738 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
18739
18740 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
18741
18742 * help-fns.el (describe-function-1): If the function is a derived
18743 major mode, print the parent mode.
18744
18745 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
18746 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
18747
18748 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18749
18750 * minibuffer.el (completion--capf-wrapper): Check applicability before
18751 returning non-nil for non-exclusive completion data.
18752 * progmodes/etags.el (tags-completion-at-point-function):
18753 * info-look.el (info-lookup-completions-at-point): Mark as
18754 non-exclusive.
18755 (info-complete): Adjust accordingly.
18756
18757 * info-look.el: Convert to lexical-binding and completion-at-point.
18758 (info-lookup-completions-at-point): New function.
18759 (info-complete): Use it and completion-in-region.
18760
18761 2011-05-28 Drew Adams <drew.adams@oracle.com>
18762
18763 * isearch.el: Let M-e start with point at the first mismatched char.
18764 (isearch-fail-pos): New function.
18765 (isearch-edit-string): Use it.
18766
18767 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18768
18769 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18770
18771 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
18772
18773 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
18774 traversal functions for avl-trees.
18775 (avl-tree--stack): New struct.
18776 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
18777 (avl-tree-enter): Add optional `updatefun' arg.
18778 (avl-tree--do-enter): Add optional `updatefun' arg.
18779 Change return value.
18780 (avl-tree-delete): Add optional `test' and `nilflag' args.
18781 (avl-tree--do-delete): Add `test' and `nilflag' args.
18782 Change return value.
18783 (avl-tree-member): Add optional `nilflag'
18784 (avl-tree-member-p): New function.
18785 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
18786 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
18787 (avl-tree-stack-empty-p): New functions.
18788
18789 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
18790 avl-tree--del-balance1 and make it work both ways.
18791 (avl-tree--del-balance2): Remove.
18792 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
18793 make it work both ways.
18794 (avl-tree--enter-balance2): Remove.
18795 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
18796 New macros.
18797 (avl-tree--mapc, avl-tree-map): Add direction argument.
18798
18799 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
18800
18801 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
18802
18803 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
18804
18805 * select.el: Support clipboard managers with built-in function
18806 x-clipboard-manager-save, via delete-frame-functions and
18807 kill-emacs-hook.
18808 (xselect-convert-to-targets): Add MULTIPLE target to list.
18809 (xselect-convert-to-save-targets): New function.
18810
18811 2011-05-27 Kenichi Handa <handa@m17n.org>
18812
18813 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
18814 let-binding rfc2047-encode-encoded-words to nil.
18815
18816 2011-05-27 Glenn Morris <rgm@gnu.org>
18817
18818 * mail/emacsbug.el: Don't require url-util.
18819
18820 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
18821
18822 * files.el (set-auto-mode):
18823 Also respect mode: entries at the end of the file. (Bug#8586)
18824
18825 2011-05-26 Glenn Morris <rgm@gnu.org>
18826
18827 * files.el (hack-local-variables-prop-line, hack-local-variables):
18828 Downcase mode names, as seems to be traditional.
18829 (hack-local-variables, hack-local-variables-apply): Doc fixes.
18830
18831 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
18832 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
18833
18834 2011-05-25 Julien Danjou <julien@danjou.info>
18835
18836 * textmodes/rst.el (rst-define-level-faces): Do not define face
18837 symbol if it is already defined.
18838
18839 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
18840
18841 * play/5x5.el (5x5-new-game, 5x5-randomize):
18842 Reset 5x5-solver-output to nil when a new grid is cast.
18843 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
18844 these debugging traces, as defmacro breaks the compiled code.
18845
18846 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
18847
18848 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
18849
18850 2011-05-24 Leo Liu <sdl.web@gmail.com>
18851
18852 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
18853 (vc-bzr-sha1): Adapt.
18854
18855 * sha1.el: Remove. Function `sha1' is now builtin.
18856
18857 * bindings.el: Provide sha1 feature.
18858
18859 2011-05-24 Kenichi Handa <handa@m17n.org>
18860
18861 * mail/sendmail.el: Require `rfc2047'.
18862 (mail-insert-from-field): Do not perform RFC2047 encoding.
18863 (mail-encode-header): New function.
18864 (sendmail-send-it): Set buffer-file-coding-system of the work
18865 buffer to the return value of select-message-coding-system.
18866 Call mail-encode-header.
18867
18868 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
18869
18870 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
18871
18872 * mail/supercite.el (sc-default-cite-frame):
18873 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18874
18875 2011-05-24 Glenn Morris <rgm@gnu.org>
18876
18877 * progmodes/python.el (brm-menu): Declare.
18878
18879 * emulation/viper.el (viper-set-hooks): Declare.
18880
18881 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18882 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18883 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18884 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18885 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18886 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18887
18888 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18889
18890 Add an :exit-function for completion-at-point.
18891
18892 * minibuffer.el (completion--done): New fun.
18893 (completion--do-completion): Use it. New arg `expect-exact'.
18894 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18895 since completion--do-completion does it for us now.
18896 (minibuffer-force-complete): Use completion--done and
18897 completion--replace. Handle sole-completion case with more care.
18898 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18899 (completion-extra-properties): New var.
18900 (completion-annotate-function): Make obsolete.
18901 (minibuffer-completion-help): Adjust accordingly.
18902 Use completion-list-insert-choice-function.
18903 (completion-at-point, completion-help-at-point):
18904 Bind completion-extra-properties.
18905 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18906 * simple.el (completion-list-insert-choice-function): New var.
18907 (completion-setup-function): Preserve it.
18908 (choose-completion): Pay attention to it, shuffle the code a bit.
18909 (choose-completion-string): New arg `insert-function'.
18910
18911 * textmodes/bibtex.el: Convert to lexical binding.
18912 (bibtex-mode-map): Use completion-at-point.
18913 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18914 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18915 (bibtex-complete): Define as obsolete alias.
18916 (bibtex-complete-internal): Remove.
18917 (bibtex-format-entry): Remove unused sub-group in regexp.
18918 * shell.el (shell--command-completion-data)
18919 (shell-environment-variable-completion):
18920 * pcomplete.el (pcomplete-completions-at-point):
18921 * comint.el (comint--complete-file-name-data): Use :exit-function
18922 instead of completion-table-with-terminator so it also works for
18923 choose-completion.
18924
18925 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18926
18927 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18928
18929 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18930 (bug#8710).
18931
18932 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18933
18934 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18935
18936 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18937 customization variable and implement: If non-nil, auto-fill will
18938 be inhibited while on topic's header line.
18939
18940 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18941
18942 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18943 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18944 always have a solution in grid size = 5 cases.
18945 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18946 (5x5-solver-output, 5x5-log-buffer): New vars.
18947 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18948 Make these variables buffer local to achieve 5x5 multi-session-ness.
18949 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18950 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18951 (5x5-solve-suggest): New funs.
18952 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18953 randomize a grid so that we ensure that there is always a solution.
18954 (5x5-make-random-grid): Allow other movement than flipping.
18955
18956 2011-05-23 Kevin Ryde <user42@zip.com.au>
18957
18958 * emacs-lisp/advice.el (ad-read-advised-function):
18959 Use `function-called-at-point' as the default, if it has
18960 advice and passes PREDICATE.
18961
18962 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18963
18964 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18965 byte-compile-lambda if it's actually a lambda.
18966
18967 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18968 Fix function quoting. Use backquote better.
18969
18970 2011-05-22 Yuanle Song <sylecn@gmail.com>
18971
18972 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18973 matching (Bug#8516).
18974
18975 2011-05-22 Jari Aalto <jari.aalto@cante.net>
18976
18977 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18978 different face (Bug#8178).
18979
18980 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18981
18982 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18983 defface (Bug#8144).
18984
18985 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18986
18987 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18988 funcall as well (bug#8712). Warn when performing those conversions.
18989 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18990
18991 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18992
18993 2011-05-22 Glenn Morris <rgm@gnu.org>
18994
18995 * files.el (hack-local-variables-prop-line): Small simplifications.
18996 (hack-local-variables, hack-local-variables-prop-line):
18997 If MODE-ONLY, return the mode, rather than just `t'.
18998
18999 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
19000
19001 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
19002
19003 2011-05-21 Glenn Morris <rgm@gnu.org>
19004
19005 * files.el (hack-local-variables-prop-line, hack-local-variables):
19006 If only interested in the mode, don't bother doing the other stuff.
19007
19008 * image-mode.el (image-after-revert-hook):
19009 Redraw all frames on which the image is visible. (Bug#8567)
19010
19011 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
19012
19013 * wid-edit.el (widget-checklist-match-inline):
19014 Fix 2011-04-19 change. (Bug#8649)
19015
19016 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19017
19018 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
19019 Also allow singlespace after single-letter capitals followed by a dot.
19020
19021 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
19022 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
19023
19024 2011-05-20 Nix <nix@esperi.org.uk>
19025
19026 * files.el (basic-save-buffer-2):
19027 Fix handling of break-hardlink-on-save with non-existent files.
19028
19029 2011-05-19 Deniz Dogan <deniz@dogan.se>
19030
19031 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
19032 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
19033
19034 2011-05-19 Glenn Morris <rgm@gnu.org>
19035
19036 * progmodes/f90.el (f90-type-def-re):
19037 Handle "type, bind(c)". (Bug#8691)
19038
19039 * emacs-lisp/autoload.el (batch-update-autoloads):
19040 Set autoload-excludes by parsing loadup.el rather than Makefiles.
19041
19042 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
19043
19044 * net/tramp.el (tramp-process-actions): Set "first-password-request"
19045 property for the correct connection in case of multihops.
19046
19047 2011-05-18 Glenn Morris <rgm@gnu.org>
19048
19049 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
19050 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
19051
19052 Rationalize calendar handling of day and month abbrev-arrays.
19053 * calendar/calendar.el (calendar-customized-p): New function.
19054 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
19055 (calendar-day-name-array, calendar-month-name-array): Doc fix.
19056 Add :set function.
19057 (calendar-abbrev-length, calendar-day-abbrev-array)
19058 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
19059 (calendar-day-abbrev-array, calendar-month-abbrev-array):
19060 Elements may no longer be nil.
19061 (calendar-day-name, calendar-month-name):
19062 Update for changed nature of abbrev arrays.
19063 * calendar/diary-lib.el (diary-name-pattern):
19064 Update for changed nature of abbrev arrays.
19065 (diary-mark-entries-1): Update calendar-make-alist calls.
19066 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
19067 * calendar/cal-html.el (cal-html-day-abbrev-array):
19068 Simply inherit from calendar-day-abbrev-array.
19069
19070 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
19071
19072 * progmodes/grep.el (grep-mode): Disable default
19073 compilation-directory-matcher setting (bug#8684).
19074
19075 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
19076
19077 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
19078 instead of "head" and "tail". There were problems with SunOS 5.9,
19079 and it performs better.
19080
19081 2011-05-17 Glenn Morris <rgm@gnu.org>
19082
19083 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
19084
19085 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
19086 Replace obsolete function.
19087
19088 * shell.el (pcomplete-parse-arguments-function): Declare.
19089
19090 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
19091 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
19092 (appt-check): Doc fixes.
19093 (appt-disp-window-function, appt-delete-window-function):
19094 Remove needless special case in custom :type.
19095 (appt-display-count): Default to 0, not nil.
19096 (appt-check): Reset appt-display-count to 0, not nil.
19097
19098 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
19099
19100 * progmodes/python.el (python-font-lock-keywords):
19101 Add the Python 3.X keyword "nonlocal" (bug#8639).
19102
19103 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
19104
19105 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
19106
19107 2011-05-16 Kevin Ryde <user42@zip.com.au>
19108
19109 * info-look.el (makefile-automake-mode): New setups, looking in
19110 automake manual, then makefile-mode.
19111 (makefile-mode): Remove automake manual, have it just in
19112 makefile-automake-mode since there's various things different or
19113 not relevant to plain make.
19114 (makefile-mode): Remove "other-modes" non-existent automake-mode,
19115 believe a hypothetical automake-mode would go to makefile-mode,
19116 not the other way around.
19117
19118 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
19119
19120 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
19121 hunk-end tags (Bug#8672).
19122
19123 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
19124 vc-annotate-show-diff-revision-at-line (Bug#8671).
19125
19126 2011-05-14 Glenn Morris <rgm@gnu.org>
19127
19128 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
19129 in the middle of an existing one with multiple authors. (Bug#8645)
19130 (change-log-font-lock-keywords): Also handle multiple author lines
19131 with leading tabs. (Bug#8644)
19132
19133 * calendar/appt.el (appt-check): Rename some local variables.
19134 Some simplification/reordering.
19135
19136 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
19137 (feedmail-sendmail-f-doesnt-sell-me-out)
19138 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19139 (feedmail-debug-sit-for, feedmail-queue-express-hook)
19140 (feedmail-queue-runner-message-sender): Set :version.
19141 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
19142 (bbdb-dwim-net-address, vm-mail): Declare.
19143 (feedmail-binmail-gnulinuxish-template):
19144 Rename from feedmail-binmail-linuxish-template.
19145 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
19146 Use insert-buffer-substring.
19147
19148 2011-05-14 Bill Carpenter <bill@carpenter.org>
19149
19150 * mail/feedmail.el (feedmail-patch-level): Increase.
19151 (feedmail-debug): New custom group.
19152 (feedmail-confirm-outgoing-timeout)
19153 (feedmail-sendmail-f-doesnt-sell-me-out)
19154 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
19155 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
19156 (feedmail-sender-line, feedmail-from-line)
19157 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
19158 (feedmail-spray-this-address)
19159 (feedmail-spray-address-fiddle-plex-list)
19160 (feedmail-queue-use-send-time-for-date)
19161 (feedmail-queue-use-send-time-for-message-id)
19162 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
19163 (feedmail-buffer-eating-function):
19164 Doc fixes.
19165 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
19166 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
19167 (feedmail-message-action-scroll-down): New functions.
19168 (feedmail-queue-directory, feedmail-queue-draft-directory):
19169 Use expand-file-name.
19170 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
19171 Remove C-v help entry.
19172 (feedmail-queue-buffer-file-name): New variable.
19173 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
19174 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
19175 (feedmail-message-action-send-strong, feedmail-message-action-edit)
19176 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
19177 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
19178 (feedmail-message-action-toggle-spray)
19179 (feedmail-run-the-queue-no-prompts)
19180 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
19181 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
19182 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
19183 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
19184 (feedmail-envelope-deducer, feedmail-fiddle-from)
19185 (feedmail-fiddle-sender, feedmail-default-date-generator)
19186 (feedmail-fiddle-date, feedmail-fiddle-message-id)
19187 (feedmail-fiddle-spray-address)
19188 (feedmail-fiddle-list-of-spray-fiddle-plexes)
19189 (feedmail-fiddle-list-of-fiddle-plexes)
19190 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
19191 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
19192 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
19193 Change default. Doc fix.
19194 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
19195 (feedmail-binmail-linuxish-template): New constant.
19196 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
19197 Respect feedmail-sendmail-f-doesnt-sell-me-out.
19198 (feedmail-send-it): Add debug call.
19199 Use feedmail-queue-buffer-file-name, and
19200 feedmail-send-it-immediately-wrapper.
19201 (feedmail-message-action-send): Add debug call.
19202 Use feedmail-send-it-immediately-wrapper.
19203 (feedmail-queue-express-to-queue): Add debug call.
19204 Run feedmail-queue-express-hook.
19205 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
19206 (feedmail-message-action-help-blat):
19207 Rename from feedmail-queue-send-edit-prompt-help-first.
19208 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
19209 Check line-endings. Handle errors better.
19210 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
19211 Doc fix. Add debug call.
19212 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
19213 Use feedmail-queue-send-edit-prompt-inner.
19214 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
19215 (feedmail-queue-send-edit-prompt-inner): New function, extracted
19216 from feedmail-queue-send-edit-prompt.
19217 (feedmail-queue-send-edit-prompt-help)
19218 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
19219 (feedmail-tidy-up-slug): Add debug call.
19220 Respect feedmail-queue-slug-suspect-regexp.
19221 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
19222 (feedmail-dump-message-to-queue): Add debug call.
19223 Expand queue-directory.
19224 (feedmail-dump-message-to-queue): Change message slightly.
19225 Use feedmail-say-chatter.
19226 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
19227 (feedmail-send-it-immediately-wrapper): New function.
19228 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
19229 Insert empty string rather than newline. Handle full-frame case.
19230 Use catch/throw. Use feedmail-say-chatter.
19231 (feedmail-fiddle-from): Try mail-host-address.
19232 (feedmail-default-message-id-generator): Doc fix.
19233 Bind system-time-locale. Handle missing end.
19234 (feedmail-fiddle-x-mailer): Add debug call.
19235 Handle feedmail-x-mailer-line being nil.
19236 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
19237 Add debug call. Use buffer-substring-no-properties.
19238 (feedmail-say-debug, feedmail-say-chatter): New functions.
19239 (feedmail-find-eoh): Give an explicit error.
19240
19241 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
19242
19243 * net/newst-treeview.el (newsticker-treeview-face): Change default
19244 family from helvetica to sans.
19245 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
19246 etc/images/newsticker.
19247
19248 * net/newst-reader.el (newsticker-feed-face): Change default
19249 family from helvetica to sans.
19250
19251 * net/newst-plainview.el (newsticker-new-item-face)
19252 (newsticker-old-item-face, newsticker-immortal-item-face)
19253 (newsticker-obsolete-item-face, newsticker-date-face)
19254 (newsticker-statistics-face): Change default family from
19255 helvetica to sans.
19256 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
19257 etc/images/newsticker.
19258
19259 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
19260 (newsticker--process-auto-mark-filter-match): Tell user about
19261 auto-marking.
19262
19263 2011-05-13 Didier Verna <didier@xemacs.org>
19264
19265 Common Lisp indentation improvements on defmethod and lambda-lists.
19266 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
19267 TODO entries.
19268 (lisp-lambda-list-keyword-parameter-indentation)
19269 (lisp-lambda-list-keyword-parameter-alignment)
19270 (lisp-lambda-list-keyword-alignment): New customizable user options.
19271 (lisp-indent-defun-method): Improve docstring.
19272 (extended-loop-p): Fix comment.
19273 (lisp-indent-lambda-list-keywords-regexp): New variable.
19274 (lisp-indent-lambda-list): New function.
19275 (lisp-indent-259): Use it.
19276 (lisp-indent-defmethod): Support for more than one
19277 method qualifier and properly indent methods lambda-lists.
19278 (defgeneric): Provide a missing common-lisp-indent-function property.
19279
19280 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
19281
19282 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
19283 bounds for the empty string (bug#8667).
19284
19285 2011-05-13 Glenn Morris <rgm@gnu.org>
19286
19287 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
19288
19289 * mail/sendmail.el (sendmail-program): Try executable-find first.
19290 (sendmail-send-it): `sendmail-program' cannot be unbound.
19291
19292 * calendar/appt.el (appt-make-list): Simplify.
19293 (appt-time-msg-list): Doc fix.
19294 (appt-check): Change mode-line message at the time of the appointment.
19295
19296 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
19297
19298 * progmodes/ld-script.el (ld-script-keywords)
19299 (ld-script-builtins): Update keywords list.
19300
19301 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19302
19303 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
19304
19305 * shell.el (shell-completion-vars): New function.
19306 (shell-mode):
19307 * simple.el (read-shell-command): Use it.
19308 (blink-matching-open): No need for " [...]" in minibuffer-message.
19309
19310 2011-05-12 Glenn Morris <rgm@gnu.org>
19311
19312 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
19313 (appt-check): Simplify.
19314
19315 2011-05-12 Eli Zaretskii <eliz@gnu.org>
19316
19317 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
19318 literal "/dev/null".
19319
19320 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19321
19322 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
19323 Fix typo.
19324
19325 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
19326
19327 * progmodes/which-func.el (which-function):
19328 Use add-log-current-defun instead of add-log-current-defun-function,
19329 which might not be defined (Bug#8260).
19330
19331 2011-05-12 Glenn Morris <rgm@gnu.org>
19332
19333 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
19334 Let byte-compile-initial-macro-environment always take precedence.
19335
19336 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
19337
19338 * net/rcirc.el: Add support for SSL/TLS connections.
19339 (rcirc-server-alist): New field `encryption'.
19340 (rcirc): Check `encryption' settings.
19341 (rcirc-connect): New arg `encryption'. Use open-network-stream.
19342 Merge make-local-variable into `set'.
19343 (rcirc--connection-open-p): New function.
19344 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
19345 the process is not a network process (e.g. running gnutls-cli).
19346 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
19347 Make rcirc-(en|de)code-coding-system local here.
19348 (rcirc-mode): Merge make-local-variable into `set'.
19349 (rcirc-parent-buffer): Make permanent buffer-local.
19350 (rcirc-multiline-minor-mode): Don't do it here.
19351 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
19352 there's no server buffer.
19353
19354 2011-05-11 Glenn Morris <rgm@gnu.org>
19355
19356 * newcomment.el (comment-kill): Prefix "unused" local.
19357
19358 * term/w32console.el (get-screen-color): Declare.
19359
19360 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
19361 Handle symbol elements of byte-compile-initial-macro-environment.
19362
19363 2011-05-10 Leo Liu <sdl.web@gmail.com>
19364
19365 * bookmark.el (bookmark-bmenu-mode-map):
19366 Bind bookmark-bmenu-search to `/'.
19367
19368 * mail/footnote.el: Convert to utf-8 encoding.
19369 (footnote-unicode-string, footnote-unicode-regexp): New variable.
19370 (Footnote-unicode): New function.
19371 (footnote-style-alist): Add unicode style to the list.
19372 (footnote-style): Doc fix.
19373
19374 2011-05-10 Jim Meyering <meyering@redhat.com>
19375
19376 Fix doubled-word typos.
19377 * international/quail.el (quail-insert-kbd-layout): and and -> and
19378 * kermit.el: and and -> and
19379 * net/ldap.el (ldap-search-internal): to to -> to
19380 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
19381 * progmodes/js.el (js-mode): and and -> and
19382 * textmodes/artist.el (artist-move-to-xy): at at -> at
19383 (artist-draw-region-trim-line-endings): if if -> if
19384 And Safetyc -> Safety.
19385 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
19386
19387 2011-05-10 Glenn Morris <rgm@gnu.org>
19388 Stefan Monnier <monnier@iro.umontreal.ca>
19389
19390 * files.el (hack-one-local-variable-eval-safep):
19391 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
19392
19393 2011-05-10 Glenn Morris <rgm@gnu.org>
19394
19395 * calendar/diary-lib.el (diary-list-entries-hook)
19396 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
19397 (diary-nongregorian-marking-hook, diary-list-entries)
19398 (diary-include-other-diary-files, diary-mark-entries)
19399 (diary-mark-included-diary-files): Doc fixes.
19400
19401 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19402
19403 * misc.el: Require tabulated-list.el during compilation.
19404
19405 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19406
19407 * progmodes/compile.el (compilation-start):
19408 Run compilation-filter-hook for the async case too.
19409 (compilation-filter-hook): Doc fix.
19410
19411 2011-05-09 Deniz Dogan <deniz@dogan.se>
19412
19413 * wdired.el: Remove outdated installation comment. Fix usage
19414 comment.
19415
19416 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
19417
19418 * misc.el: Implement new command `list-dynamic-libraries'.
19419 (list-dynamic-libraries--loaded-only-p): New variable.
19420 (list-dynamic-libraries--refresh): New function.
19421 (list-dynamic-libraries): New command.
19422
19423 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
19424
19425 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19426 Fix the ant regexp to handle end-line and end-column info from jikes.
19427 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
19428 higher priority to avoid clobbering by gnu.
19429
19430 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19431
19432 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
19433 if the face has existing theme settings (Bug#8454).
19434
19435 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
19436
19437 * progmodes/perl-mode.el (perl-imenu-generic-expression):
19438 Only match variables declared via `my' or `our' (Bug#8261).
19439
19440 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
19441 special file names `.' and `..' (Bug#8259).
19442
19443 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
19444
19445 * progmodes/grep.el (grep-mode-font-lock-keywords):
19446 Remove buffer-changing entries.
19447 (grep-filter): New function.
19448 (grep-mode): Add it to compilation-filter-hook.
19449
19450 * progmodes/compile.el (compilation-filter-hook)
19451 (compilation-filter-start): New defvars.
19452 (compilation-filter): Call compilation-filter-hook prior to
19453 updating the process mark.
19454
19455 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
19458
19459 2011-05-07 Eli Zaretskii <eliz@gnu.org>
19460
19461 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
19462 mailclient-send-it even if window-system is nil. (Bug#8595)
19463
19464 * term/w32console.el (terminal-init-w32console):
19465 Call get-screen-color and use its output to set the frame
19466 background-mode. (Bug#8597)
19467
19468 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
19469
19470 Make bytecomp.el understand that defmethod defines funs (bug#8631).
19471 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
19472 New functions.
19473 (defgeneric, eieio--defmethod): Use them.
19474 (eieio-defgeneric): Remove.
19475 (defmethod): Call defgeneric in a way visible to the byte-compiler.
19476
19477 2011-05-07 Glenn Morris <rgm@gnu.org>
19478
19479 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
19480 Use let rather than let*.
19481 (timeclock-find-discrep): Remove unused local.
19482
19483 * calendar/diary-lib.el (diary-comment-start): Doc fix.
19484
19485 * calendar/appt.el (appt-time-msg-list): Doc fix.
19486
19487 2011-05-06 Noah Friedman <friedman@splode.com>
19488
19489 * apropos.el (apropos-print-doc): Only use
19490 emacs-lisp-docstring-fill-column when it is bound to an integer,
19491 per that variable's documentation.
19492
19493 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19494
19495 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
19496 and warnings are not silently discarded (e.g. use -d instead of -P).
19497
19498 2011-05-06 Glenn Morris <rgm@gnu.org>
19499
19500 * calendar/appt.el (appt-message-warning-time): Doc fix.
19501 (appt-warning-time-regexp): New option.
19502 (appt-make-list): Respect appt-message-warning-time.
19503
19504 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
19505 New options.
19506 (diary-add-to-list): Strip comments from the displayed string.
19507 (diary-mode): Set comment-start and comment-end.
19508
19509 * vc/diff-mode.el (smerge-refine-subst): Declare.
19510 (diff-refine-hunk): Don't require smerge-mode when compiling.
19511
19512 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
19513
19514 * simple.el (list-processes): Return nil as the docstring says.
19515
19516 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19517
19518 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
19519 to "".
19520 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19521 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
19522 determining of binary transfer. (Bug#7383)
19523
19524 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
19525
19526 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19527 Fix port computation bug. (Bug#8618)
19528
19529 2011-05-05 Glenn Morris <rgm@gnu.org>
19530
19531 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
19532
19533 * simple.el (shell-dynamic-complete-functions)
19534 (comint-dynamic-complete-functions): Declare.
19535
19536 * net/network-stream.el (gnutls-negotiate):
19537 * simple.el (tabulated-list-print): Fix declarations.
19538
19539 * progmodes/gud.el (syntax-symbol, syntax-point):
19540 Remove unnecessary and incorrect declarations.
19541
19542 * emacs-lisp/check-declare.el (check-declare-scan):
19543 Handle byte-compile-initial-macro-environment in bytecomp.el.
19544
19545 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
19546
19547 Fix earlier half-done eieio-defmethod change (bug#8338).
19548 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
19549 Streamline and change calling convention.
19550 (defmethod): Adjust accordingly and simplify.
19551 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
19552 new eieio--defmethod.
19553 (slot-boundp): Minor CSE simplification.
19554
19555 2011-05-05 Milan Zamazal <pdm@zamazal.org>
19556
19557 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
19558 (glasses-make-readable): Use glasses-separate-capital-groups.
19559
19560 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
19561
19562 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
19563 (warning-series): Doc fix.
19564 (display-warning): Don't try to create the buffer if we just found it.
19565
19566 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
19567
19568 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
19569 (autoload-find-generated-file): New function.
19570 (generate-file-autoloads): Bind generated-autoload-file to
19571 buffer-file-name.
19572 (update-file-autoloads, update-directory-autoloads):
19573 Use autoload-find-generated-file. If called interactively, prompt for
19574 output file (Bug#7989).
19575 (batch-update-autoloads): Doc fix.
19576
19577 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
19578
19579 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
19580
19581 2011-05-04 Glenn Morris <rgm@gnu.org>
19582
19583 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
19584 function, so it follows changes in calendar-date-style.
19585 (diary-fancy-date-matcher): New function.
19586 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
19587 (diary-fancy-font-lock-fontify-region-function):
19588 Use diary-fancy-date-pattern as a function.
19589
19590 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
19591 non-numbers for `year' etc pseudo-variables. (Bug#8583)
19592
19593 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
19594
19595 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
19596 instead of positional arguments. Allow :keylist and :crlfiles
19597 arguments.
19598 (open-gnutls-stream): Call it.
19599
19600 * net/network-stream.el (network-stream-open-starttls): Adjust to
19601 call `gnutls-negotiate' with :process and :hostname arguments.
19602
19603 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
19604
19605 * minibuffer.el (completion--message): New function.
19606 (completion--do-completion, minibuffer-complete)
19607 (minibuffer-force-complete, minibuffer-complete-word): Use it.
19608 (completion--do-completion): Don't ignore completion-auto-help when in
19609 icomplete-mode.
19610
19611 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
19612 internal encoding (e.g. tibetan zero is not whitespace).
19613 (global-whitespace-mode): Prefer save-current-buffer.
19614 (whitespace-trailing-regexp): Remove useless save-match-data.
19615 (whitespace-empty-at-bob-regexp): Minor simplification.
19616
19617 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
19618
19619 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
19620
19621 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
19622
19623 * textmodes/ispell.el (ispell-add-per-file-word-list):
19624 Use `concat' to create string for insertion.
19625
19626 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19627
19628 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
19629 Avoid open-line which runs post-self-insert-hook.
19630 (bibtex-fill-entry): Remove unused `end' var.
19631
19632 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
19633
19634 * textmodes/ispell.el (ispell-add-per-file-word-list):
19635 Protect against `nil' value of `comment-start' (Bug#8579).
19636
19637 2011-05-03 Leo Liu <sdl.web@gmail.com>
19638
19639 * isearch.el (isearch-yank-pop): New command.
19640 (isearch-mode-map): Bind it to `M-y'.
19641 (isearch-forward): Mention it.
19642
19643 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
19644
19645 * simple.el (minibuffer-complete-shell-command): Remove.
19646 (minibuffer-local-shell-command-map): Use completion-at-point.
19647 (read-shell-command): Setup completion vars here instead.
19648 (read-expression-map): Bind TAB to symbol completion.
19649
19650 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
19651 error directly rather via storing it into `results'.
19652
19653 2011-05-02 Leo Liu <sdl.web@gmail.com>
19654
19655 * vc/diff.el: Fix description.
19656
19657 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19658
19659 * server.el (server-eval-at): New function.
19660
19661 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19662
19663 * net/network-stream.el (open-network-stream): Take a :nowait
19664 parameter and pass it on to `make-network-process'.
19665 (network-stream-open-plain): Ditto.
19666
19667 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
19668
19669 * faces.el (face-spec-set-match-display): Don't match toolkit
19670 options on terminal frames.
19671
19672 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19673
19674 * progmodes/pascal.el: Use lexical binding.
19675 (pascal-mode-map): Remove author preferences.
19676
19677 * pcomplete.el (pcomplete-std-complete): Don't abuse
19678 completion-at-point.
19679
19680 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19681
19682 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
19683 removing code that has been dead since 1991 or so.
19684
19685 * startup.el (command-line): When warning about "_emacs", use a
19686 delayed warning to allow the user to filter it out.
19687
19688 2011-04-28 Deniz Dogan <deniz@dogan.se>
19689
19690 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
19691 user has not joined.
19692
19693 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19694
19695 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
19696 aren't any completions at point.
19697
19698 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
19699
19700 * subr.el (display-delayed-warnings): New function.
19701 (delayed-warnings-hook): New variable.
19702
19703 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
19704
19705 * minibuffer.el (completion-at-point, completion-help-at-point):
19706 Don't presume that a given completion-at-point-function will always
19707 use the same calling convention.
19708
19709 * pcomplete.el (pcomplete-completions-at-point):
19710 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
19711 pcomplete-seen is non-nil.
19712 (pcomplete-comint-setup): Also recognize the new comint/shell
19713 completion functions.
19714 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
19715 pcomplete-seen is non-nil.
19716
19717 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
19718
19719 * calendar/icalendar.el (diary-lib): Add require statement.
19720 (icalendar--create-uid): Read out a uid from a text-property on
19721 the first character in the entry. This allows for code to add its
19722 own uid to the entry.
19723 (icalendar--convert-float-to-ical): Add export of
19724 `diary-float'-entries save for those with the optional DAY
19725 argument.
19726
19727 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
19728
19729 * subr.el (shell-quote-argument): Use alternate escaping strategy
19730 when we spot a variable reference in a string.
19731
19732 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19733
19734 * cus-start.el (all): Define customization for debug-on-event.
19735
19736 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
19737
19738 * subr.el (shell-quote-argument): Escape correctly under Windows.
19739
19740 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19741
19742 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
19743
19744 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
19745
19746 * net/tramp.el (tramp-process-actions): Add POS argument.
19747 Delete region between POS and (pos).
19748
19749 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
19750 Use `nil' position in `tramp-process-actions' call.
19751 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
19752
19753 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
19754 position in `tramp-process-actions' call.
19755
19756 * net/trampver.el: Update release number.
19757
19758 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
19759
19760 * custom.el (defcustom): Obey lexical-binding.
19761
19762 Fix octave-inf completion problems reported by Alexander Klimov.
19763 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
19764 Inherit from octave-mode-syntax-table.
19765 (inferior-octave-mode): Set info-lookup-mode.
19766 (inferior-octave-completion-at-point): New function.
19767 (inferior-octave-complete): Use it and completion-in-region.
19768 (inferior-octave-dynamic-complete-functions): Use it as well, and use
19769 comint-filename-completion.
19770 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
19771 symbol elements which shouldn't be word elements.
19772 (octave-font-lock-keywords, octave-beginning-of-defun)
19773 (octave-function-header-regexp): Adjust regexps accordingly.
19774 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
19775
19776 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
19777
19778 * net/gnutls.el (gnutls-errorp): Declare before first use.
19779
19780 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
19781
19782 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
19783 verify-error, and verify-hostname-error parameters. Check whether
19784 default trustfile exists before going to use it. Add missing
19785 argument to gnutls-message-maybe call. Return value.
19786 Reported by Claudio Bley <claudio.bley@gmail.com>.
19787 (open-gnutls-stream): Add usage example.
19788
19789 * net/network-stream.el (network-stream-open-starttls): Give host
19790 parameter to `gnutls-negotiate'.
19791 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
19792 * subr.el (shell-quote-argument): Escape correctly under Windows.
19793
19794 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
19795
19796 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
19797 Use correct match group (bug#8438).
19798
19799 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19800
19801 * emacs-lisp/package.el (package-built-in-p): Fix typo.
19802 (package-menu--generate): New arg specifying packages to show.
19803 (package-menu-refresh, package-menu-execute, list-packages):
19804 Callers changed.
19805 (package-show-package-list): New function, replacing deleted
19806 package--list-packages (renamed because it is non-internal).
19807
19808 * finder.el (finder-list-matches): Use package-show-package-list
19809 instead of deleted package--list-packages.
19810
19811 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
19812 Based on a previous implementation by Juanma Barranquero (Bug#8366).
19813 (vc-annotate-mode-map): Bind it to RET.
19814
19815 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
19816
19817 * progmodes/etags.el (next-file): Don't use set-buffer to change
19818 buffers (Bug#8478).
19819
19820 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
19821
19822 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
19823
19824 * apropos.el (apropos-label-face): Avoid variable-pitch face.
19825 (apropos-accumulator): Doc fix.
19826 (apropos-function, apropos-macro, apropos-command)
19827 (apropos-variable, apropos-face, apropos-group, apropos-widget)
19828 (apropos-plist): Add face property.
19829 (apropos-symbols-internal): Fix indentation.
19830 (apropos-print): Simplify help, and recognize apropos-multi-type.
19831 (apropos-print-doc): Use button-type-get to extract the button's
19832 face property. Fill docstring (Bug#8352).
19833
19834 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
19835
19836 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
19837
19838 * play/mpuz.el (mpuz-silent): Doc fix.
19839 (mpuz-mode-map): Use mapc.
19840 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
19841 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
19842 Fix typos in docstrings.
19843
19844 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
19845 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
19846
19847 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
19848
19849 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
19850
19851 * minibuffer.el (completion--do-completion): Avoid the "Next char
19852 not unique" prompt if icomplete-mode is enabled (Bug#5849).
19853
19854 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
19855 mouse-2 into unread-command-events, it is interpreted correctly.
19856
19857 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
19858 (image-toggle-display): Doc fix.
19859
19860 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
19861
19862 * textmodes/page.el (what-page): Use line-number-at-pos to
19863 calculate line number (Bug#6825).
19864
19865 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19866
19867 * eshell/esh-mode.el (find-tag-interactive): Declare function.
19868 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
19869 Pass argument NO-DEFAULT to `find-tag-interactive'.
19870
19871 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
19872
19873 Lexical-binding cleanup.
19874
19875 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19876 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19877 * progmodes/ada-prj.el (ada-prj-initialize-values)
19878 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19879 (ada-prj-show-value):
19880 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19881 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19882 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19883 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19884 * progmodes/bug-reference.el (bug-reference-push-button):
19885 * progmodes/fortran.el (fortran-line-length):
19886 * progmodes/glasses.el (glasses-change):
19887 * progmodes/octave-mod.el (octave-fill-paragraph):
19888 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19889 (python-pdbtrack-grub-for-buffer, python-sentinel):
19890 * progmodes/sql.el (sql-save-connection):
19891 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19892 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19893 Mark unused parameters.
19894
19895 * progmodes/compile.el (compilation--flush-directory-cache)
19896 (compilation--flush-parse, compile-internal): Mark unused parameters.
19897 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19898 (compilation-next-error-function): Remove unused variable `timestamp'.
19899
19900 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19901 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19902
19903 * progmodes/dcl-mode.el (dcl-end-of-command):
19904 Remove unused variable `start'.
19905 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19906 (dcl-option-value-basic, dcl-option-value-offset)
19907 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19908 Mark unused parameters.
19909 (dcl-save-local-variable): Remove unused variable `val'.
19910 (mode): Declare.
19911
19912 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19913 Mark unused parameters.
19914 (delphi-ignore-changes): Move before first use.
19915 (delphi-charset-token-at): Remove unused variable `start'.
19916 (delphi-else-start): Remove unused variable `if-count'.
19917 (delphi-comment-block-start, delphi-comment-block-end):
19918 Remove unused variable `kind'.
19919 (delphi-indent-line): Remove unused variable `new-point'.
19920
19921 * progmodes/ebrowse.el (ebrowse-files-list)
19922 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19923 Mark unused parameters. Don't quote `lambda'.
19924 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19925 Don't quote `lambda'.
19926 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19927 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19928 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19929 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19930 Use `ignore-errors'.
19931 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19932 (ebrowse-view/find-file-and-search-pattern)
19933 (ebrowse-view/find-member-declaration/definition):
19934 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19935 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19936 Rename parameter PREFIX-ARG to PREFIX.
19937 (ebrowse-tags-read-name): Remove unused variables `start' and
19938 `member-info'.
19939 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19940 to `tags-file'.
19941
19942 * progmodes/etags.el (local-find-tag-hook): Declare.
19943 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19944 Mark unused parameters.
19945
19946 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19947 (executable-interpret): Mark unused parameter.
19948
19949 * progmodes/flymake.el (flymake-process-sentinel)
19950 (flymake-after-change-function)
19951 (flymake-create-temp-with-folder-structure)
19952 (flymake-get-include-dirs-dot): Mark unused parameters.
19953 (flymake-safe-delete-directory): Remove unused variable `err'.
19954
19955 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19956 (speedbar-timer-fn, speedbar-line-text)
19957 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19958 (speedbar-center-buffer-smartly): Declare functions.
19959 (gdb-find-watch-expression): Remove unused variable `array'.
19960 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19961 (gdb-starting): Mark unused parameters.
19962 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19963 (gdb-table-string): Remove unused variable `res'.
19964 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19965 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19966 (gdb-display-buffer): Remove unused variable `cur-size'.
19967
19968 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19969 allow lexical-binding compilation.
19970 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19971 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19972 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19973 Mark unused parameters.
19974 (gud-gdb-marker-filter): Remove unused variable `match'.
19975 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19976 lambda expressions and funcall them, instead of using `fset'.
19977
19978 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19979 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19980
19981 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19982 variable `header-beg'; use `let'.
19983
19984 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19985 `restart', `last-sexp' and `at-do'.
19986
19987 * progmodes/js.el (js--debug): Mark unused parameter.
19988 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19989 (js--splice-into-items): Remove unused variable `item'.
19990 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19991
19992 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19993 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19994 (makefile-complete): Remove unused variable `try'.
19995 (makefile-fill-paragraph, makefile-match-function-end):
19996 Mark unused parameters.
19997
19998 * progmodes/octave-inf.el (inferior-octave-complete):
19999 Remove unused variable `proc'.
20000 (inferior-octave-output-digest): Mark unused parameter.
20001
20002 * progmodes/perl-mode.el (perl-calculate-indent):
20003 Remove unused variable `err'.
20004
20005 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
20006 (prolog-indent-line): Mark unused parameters.
20007 (prolog-indent-line): Remove unused variable `beg'.
20008
20009 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
20010 (reporter-dont-compact-list): Declare.
20011
20012 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
20013 Remove unused variable `char'.
20014 (sh-debug): Mark unused parameter.
20015 (sh-get-indent-info): Remove unused variable `start'.
20016 (sh-calculate-indent): Remove unused variable `var'.
20017
20018 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
20019 (simula-electric-keyword): Remove unused variable `null'.
20020 (simula-search-backward, simula-search-forward): Remove unused
20021 variables `begin' and `end'.
20022
20023 * progmodes/vera-mode.el (vera-guess-basic-syntax):
20024 Remove unused variable `pos'.
20025 (vera-electric-tab, vera-comment-uncomment-region):
20026 Mark unused parameters.
20027 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
20028
20029 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
20030
20031 * emacs-lisp/package.el (package--builtins, package-alist)
20032 (package-load-descriptor, package-built-in-p, package-activate)
20033 (define-package, package-installed-p)
20034 (package-compute-transaction, package-buffer-info)
20035 (package--push): Doc fix. Distinguish more clearly between
20036 version strings and version lists.
20037
20038 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
20039
20040 Lexical-binding cleanup.
20041
20042 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
20043 (5x5-make-mutate-best):
20044 * play/fortune.el (fortune-in-buffer):
20045 * play/gomoku.el (gomoku-init-display):
20046 * play/solitaire.el (solitaire, solitaire-do-check):
20047 * play/tetris.el (tetris-default-update-speed-function):
20048 Mark unused parameters.
20049
20050 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
20051 (bubbles--shift): Remove unused variable `char-org'.
20052 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
20053 (bubbles--show-images): Remove unused variable `char'.
20054
20055 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
20056 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
20057 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
20058 (decipher-analyze-buffer): Use ?\s.
20059 (decipher-make-checkpoint): Remove unused variable `mapping'.
20060
20061 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
20062
20063 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
20064 Remove unused variable `result'; use `let'.
20065
20066 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
20067 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
20068 (gametree-children-shown-p, gametree-compute-reduced-score):
20069 Use `ignore-errors'.
20070
20071 * play/handwrite.el (ps-lpr-switches): Declare.
20072 (handwrite): Remove unused variables `pmin' and `lastp'.
20073
20074 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
20075
20076 * play/landmark.el (landmark-init-display)
20077 (landmark-update-naught-weights): Mark unused parameters.
20078 (landmark-y): Remove unused variable `noise'. Simplify.
20079 (landmark-human-plays): Remove unused variable `score'.
20080
20081 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
20082 (mpuz-try-proposal): Remove unused variable `game'.
20083
20084 * play/zone.el (life-patterns): Declare.
20085
20086 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
20087
20088 * vc/vc.el (ediff-vc-internal): Declare function.
20089
20090 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20091
20092 * shell.el: Use lexical-binding and std completion UI.
20093 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
20094 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
20095 comint-preoutput-filter-functions rather than on
20096 comint-output-filter-functions.
20097 (shell-command-completion, shell--command-completion-data)
20098 (shell-filename-completion, shell-environment-variable-completion)
20099 (shell-c-a-p-replace-by-expanded-directory): New functions.
20100 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
20101 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
20102 (shell-dynamic-complete-environment-variable): Use them.
20103 (shell-dynamic-complete-as-environment-variable)
20104 (shell-dynamic-complete-as-command): Remove.
20105 (shell-match-partial-variable): Match past point.
20106 * comint.el: Clean up use of completion-at-point-functions.
20107 (comint-completion-at-point): New function.
20108 (comint-mode): Use it completion-at-point-functions.
20109 (comint-dynamic-complete): Make it obsolete.
20110 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
20111 (comint-c-a-p-replace-by-expanded-history): New function.
20112 (comint-dynamic-complete-functions)
20113 (comint-replace-by-expanded-history): Use it.
20114 * minibuffer.el (completion-table-with-terminator): Allow dynamic
20115 termination strings. Try harder to avoid second try-completion.
20116 (completion-in-region-mode-map): Disable bindings that don't work yet.
20117
20118 * comint.el: Use lexical-binding. Require CL.
20119 (comint-dynamic-complete-functions): Use comint-filename-completion.
20120 (comint-completion-addsuffix): Tweak custom type.
20121 (comint-filename-completion, comint--common-suffix)
20122 (comint--common-quoted-suffix, comint--table-subvert)
20123 (comint--complete-file-name-data): New functions.
20124 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
20125 (comint-dynamic-list-filename-completions): Use them.
20126 (comint-dynamic-simple-complete): Make obsolete.
20127
20128 * minibuffer.el (completion-in-region-mode):
20129 Keep completion-in-region-mode--predicate global.
20130 (completion-in-region--postch):
20131 Assume completion-in-region-mode--predicate is not null.
20132
20133 * progmodes/flymake.el (flymake-start-syntax-check-process):
20134 Obey `dir'. Simplify.
20135
20136 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
20137 we're in VC after all.
20138
20139 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
20140
20141 * vc/vc.el (vc-diff-build-argument-list-internal)
20142 (vc-version-ediff, vc-ediff): New commands.
20143 (vc-version-diff): Use vc-diff-build-argument-list-internal.
20144
20145 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20146
20147 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
20148 add sanity check.
20149
20150 * obsolete/erc-hecomplete.el: Make obsolete.
20151 * obsolete/: Standardize obsolescence info in the header.
20152
20153 2011-04-20 Glenn Morris <rgm@gnu.org>
20154
20155 * calendar/solar.el (solar-horizontal-coordinates):
20156 Use the longitude argument rather than `calendar-longitude'.
20157 (solar-date-next-longitude): Remove unused locals.
20158
20159 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20160
20161 * whitespace.el: New version 13.2.1.
20162
20163 2011-04-20 felix <EmacsWiki> (tiny change)
20164
20165 * whitespace.el (global-whitespace-mode): Keep highlight when
20166 switching between major modes on a file.
20167
20168 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
20169
20170 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
20171 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
20172 multi-line comments as well.
20173
20174 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
20175
20176 Lexical-binding cleanup.
20177
20178 * arc-mode.el (archive-mode-revert):
20179 * cmuscheme.el (scheme-interactively-start-process):
20180 * custom.el (custom-initialize-delay):
20181 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
20182 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
20183 * emacs-lock.el (emacs-lock-clear-sentinel):
20184 * ezimage.el (defezimage):
20185 * follow.el (follow-avoid-tail-recenter):
20186 * fringe.el (set-fringe-mode-1):
20187 * generic-x.el (bat-generic-mode-compile):
20188 * help-mode.el (help-info-variable, help-do-xref)
20189 (help-mode-revert-buffer):
20190 * help.el (view-emacs-todo):
20191 * iswitchb.el (iswitchb-completion-help):
20192 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
20193 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
20194 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
20195 * locate.el (locate-update):
20196 * longlines.el (longlines-encode-region)
20197 (longlines-after-change-function):
20198 * outline.el (outline-isearch-open-invisible):
20199 * ps-def.el (declare-function, charset-dimension, char-width)
20200 (encode-char):
20201 * ps-mule.el (ps-mule-plot-string):
20202 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
20203 (recentf-edit-list-select, recentf-edit-list-validate)
20204 (recentf-open-files-action):
20205 * rect.el (delete-whitespace-rectangle-line)
20206 (rectangle-number-line-callback):
20207 * register.el (window-configuration-to-register)
20208 (frame-configuration-to-register):
20209 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
20210 * select.el (xselect-convert-to-string, xselect-convert-to-length)
20211 (xselect-convert-to-targets, xselect-convert-to-delete)
20212 (xselect-convert-to-filename, xselect-convert-to-charpos)
20213 (xselect-convert-to-lineno, xselect-convert-to-colno)
20214 (xselect-convert-to-os, xselect-convert-to-host)
20215 (xselect-convert-to-user, xselect-convert-to-class)
20216 (xselect-convert-to-name, xselect-convert-to-integer)
20217 (xselect-convert-to-atom, xselect-convert-to-identity):
20218 * subr.el (declare, ignore, process-kill-without-query)
20219 (text-clone-maintain):
20220 * terminal.el (te-get-char, te-tic-sentinel):
20221 * tool-bar.el (tool-bar-make-keymap):
20222 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
20223 * type-break.el (type-break-mode, type-break-noninteractive-query):
20224 * view.el (View-back-to-mark):
20225 * wid-browse.el (widget-browse-action, widget-browse-widget)
20226 (widget-browse-widgets, widget-browse-sexp):
20227 * widget.el (define-widget-keywords):
20228 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
20229 Mark unused parameters.
20230
20231 * align.el (align-adjust-col-for-rule): Mark unused parameter.
20232 (align-areas): Remove unused variable `look'.
20233 (align-region): Remove unused variables `real-end' and `pos-list'.
20234
20235 * apropos.el (apropos-score-doc): Remove unused variable `i'.
20236
20237 * bindings.el (mode-line-modified, mode-line-remote):
20238 Mark unused parameters.
20239 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
20240
20241 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
20242 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
20243
20244 * comint.el (comint-history-isearch-pop-state)
20245 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
20246 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
20247 (comint-substitute-in-file-name): Doc fix.
20248
20249 * completion.el (cmpl-statistics-block): Mark unused parameter.
20250 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
20251 (save-completions-to-file, load-completions-from-file):
20252 Remove unused local variable `e'.
20253
20254 * composite.el (compose-chars): Remove unused variable `len'.
20255 (lgstring-insert-glyph): Remove unused variable `g'.
20256 (compose-glyph-string): Remove unused variables `ascent',
20257 `descent', `lbearing' and `rbearing'.
20258 (compose-glyph-string-relative): Remove unused variables
20259 `lbearing', `rbearing' and `wadjust'.
20260 (compose-gstring-for-graphic): Remove unused variables `header',
20261 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
20262 (compose-gstring-for-terminal): Remove unused variables `header'
20263 and `nchars'. Use `let', not `let*'.
20264
20265 * cus-edit.el (Custom-set, Custom-save, custom-reset)
20266 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
20267 (Custom-buffer-done, custom-buffer-create-internal)
20268 (custom-browse-visibility-action, custom-browse-group-tag-action)
20269 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
20270 (widget-magic-mouse-down-action, custom-toggle-parent)
20271 (custom-add-parent-links, custom-toggle-hide-variable)
20272 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
20273 (custom-toggle-hide-face, face, hook, custom-group-link-action)
20274 (custom-face-menu-create, custom-variable-menu-create, get)
20275 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
20276 (custom-reset-standard-save-and-update): Remove unused variable `value'.
20277 (customize-apropos): Remove unused variable `tests'.
20278 (custom-group-value-create): Remove unused variable `hidden-p'.
20279 (sort-fold-case): Declare.
20280
20281 * cus-theme.el (custom-reset-standard-faces-list)
20282 (custom-reset-standard-variables-list): Declare.
20283 (customize-create-theme, custom-theme-revert, custom-theme-write)
20284 (custom-theme-choose-mode, customize-themes, custom-theme-save):
20285 Mark unused parameters.
20286
20287 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
20288
20289 * delim-col.el (delimit-columns-max): Move defvar before first use.
20290
20291 * descr-text.el (describe-char-categories): Don't quote `lambda'.
20292 (describe-char): Don't quote `lambda'. Mark unused parameter.
20293
20294 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
20295 (auto-insert): Declare.
20296 (desktop-restore-file-buffer): Rename desktop-* parameters;
20297 mark unused ones.
20298 (desktop-create-buffer): Rename desktop-* parameters and bind them.
20299 (desktop-buffer): Rename desktop-* parameters.
20300
20301 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
20302 (dframe-reposition-frame-xemacs, dframe-help-echo)
20303 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
20304 Mark unused parameters.
20305
20306 * dired-aux.el (backup-extract-version-start, overwrite-query)
20307 (overwrite-backup-query, rename-regexp-query)
20308 (rename-non-directory-query): Declare.
20309 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
20310 (dired-add-entry): Remove unused variable `orig-file-name'.
20311 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
20312 Use parameter PRESERVE-TIME instead of accessing dynamic variable
20313 `dired-copy-preserve-time' directly.
20314 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
20315 (dired-insert-subdir-newpos): Rename unused variable `pos'.
20316
20317 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
20318 (dired-virtual-revert, dired-make-relative-symlink):
20319 Mark unused parameters.
20320 (manual-program): Declare.
20321 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
20322 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
20323 wrapped in `with-no-warnings' to avoid replacing one warning by another.
20324
20325 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
20326
20327 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
20328
20329 * echistory.el (electric-history-in-progress, Helper-return-blurb):
20330 Declare.
20331
20332 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
20333
20334 * electric.el (Electric-command-loop): Rename parameter
20335 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
20336
20337 * expand.el (expand-in-literal): Remove unused variable `here'.
20338
20339 * facemenu.el (facemenu-add-new-color):
20340 Remove unused variable `docstring'.
20341
20342 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
20343 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
20344 (face-attr-construct): Mark unused parameter. Doc fix.
20345 (read-color): Remove unused variable `hex-string'.
20346
20347 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
20348 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
20349 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
20350 (display-buffer-other-frame): Remove unused variable `old-window'.
20351 (kill-buffer-hook): Declare.
20352 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
20353 Mark unused parameters.
20354 (after-find-file): Pass 1 to `auto-save-mode', not t.
20355
20356 * files-x.el (auto-insert): Declare.
20357 (modify-file-local-variable-prop-line): Remove unused variable `val'.
20358
20359 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
20360 variable `buf'. Mark unused parameter.
20361 (find-lisp-insert-directory): Mark unused parameter.
20362
20363 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
20364 (format-encode-region): Remove unused variables `cur-buf' and `result'.
20365 (format-common-tail): Remove, unused.
20366 (format-deannotate-region): Remove unused variable `loc'.
20367 (format-annotate-region): Remove unused variable `p'.
20368 (format-annotate-single-property-change): Remove unused variables
20369 `default' and `tail'.
20370
20371 * forms.el (read-file-filter): Declare.
20372 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
20373
20374 * frame.el (frame-creation-function-alist): Mark unused parameter.
20375 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
20376
20377 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
20378 Remove unused parameters.
20379 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
20380 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
20381
20382 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
20383 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
20384 (hfy-prepare-tag-map): Mark unused parameters.
20385 (htmlfontify-buffer): Use `called-interactively-p'.
20386
20387 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
20388 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
20389 (ibuffer-do-occur): Mark unused parameters.
20390 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
20391 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
20392
20393 * ibuffer.el: Don't quote `lambda'.
20394 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
20395 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
20396 Mark unused parameters.
20397
20398 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
20399 (ido-completing-read): Mark unused parameters.
20400 (ido-copy-current-word): Mark unused parameters;
20401 remove unused variable `name'.
20402 (ido-sort-merged-list): Remove unused parameter `dirs'.
20403
20404 * ielm.el (ielm-input-sender): Mark unused parameter.
20405 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
20406 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
20407 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
20408 `ielm-string' as a dynamic variable accessible from the IELM prompt.
20409 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
20410
20411 * image-dired.el (image-dired-display-thumbs): Remove unused
20412 variables `curr-file' and `count'.
20413 (image-dired-remove-tag): Remove unused variable `start'.
20414 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
20415 variable `curr-file'
20416 (image-dired-rotate-original): Remove unused variable `temp-file'.
20417 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
20418 Remove unused variable `file'.
20419 (image-dired-gallery-generate): Remove unused variable `curr'.
20420 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
20421
20422 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
20423
20424 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
20425
20426 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
20427
20428 * isearch.el (minibuffer-history-symbol): Declare.
20429 (isearch-edit-string): Remove unused variable `err'.
20430 (isearch-message-prefix, isearch-message-suffix):
20431 Mark unused parameters.
20432
20433 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
20434
20435 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
20436
20437 * makesum.el (double-column): Remove unused variable `cnt'.
20438
20439 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
20440 (ido-ignore-item-temp-list): Declare.
20441
20442 * mouse-drag.el (mouse-drag-throw): Remove unused variables
20443 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
20444 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
20445 (mouse-drag-drag): Remove unused variables `mouse-delta' and
20446 `mouse-col-delta'.
20447
20448 * mouse-sel.el (mouse-extend-internal):
20449 Remove unused variable `orig-window-frame'.
20450
20451 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
20452 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
20453 Move declarations before first use.
20454 (pcomplete-opt): Mark unused parameters; doc fix.
20455
20456 * proced.el (proced-revert): Mark unused parameter.
20457 (proced-send-signal): Remove unused variable `err'.
20458
20459 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
20460 Rename parameter PREFIX-ARG to ARG.
20461 (ps-basic-plot-string, ps-basic-plot-whitespace):
20462 Mark unused parameters.
20463
20464 * replace.el (replace-count): Define.
20465 (occur-revert-function): Mark unused parameters.
20466 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
20467 (isearch-case-fold-search, isearch-string): Declare.
20468 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
20469 bind `case-fold-search'. Remove unused variables `beg' and `end',
20470 and simplify.
20471 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
20472 COUNT and bind `replace-count'.
20473 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
20474 to COUNT.
20475
20476 * savehist.el (print-readably, print-string-length): Declare.
20477
20478 * shadowfile.el (shadow-expand-cluster-in-file-name):
20479 Remove unused variable `cluster'.
20480 (shadow-copy-file): Remove unused variable `i'.
20481 (shadow-noquery, shadow-clusters, shadow-site-cluster)
20482 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
20483 (shadow-define-literal-group, shadow-define-regexp-group)
20484 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
20485
20486 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
20487 (shell): Use `called-interactively-p'.
20488 (shell-directory-tracker): Remove unused variable `chdir-failure'.
20489
20490 * simple.el (compilation-context-lines, comint-file-name-quote-list)
20491 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
20492 (delete-backward-char): Remove unused variable `ocol'.
20493 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
20494 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
20495 (event-apply-hyper-modifier, event-apply-shift-modifier)
20496 (event-apply-control-modifier, event-apply-meta-modifier):
20497 Mark unused parameters.
20498 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
20499 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
20500
20501 * speedbar.el (speedbar-ignored-directory-expressions)
20502 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
20503 (speedbar-find-file, speedbar-dir-follow)
20504 (speedbar-directory-buttons-follow, speedbar-tag-find)
20505 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
20506 (speedbar-buffers-line-directory, speedbar-buffer-click):
20507 Mark unused parameters.
20508 (speedbar-tag-file): Remove unused variable `mode'.
20509 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
20510
20511 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
20512
20513 * talk.el (talk): Remove unused variable `display'.
20514
20515 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
20516 (tar-write-region-annotate): Mark unused parameter.
20517
20518 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
20519 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
20520 Declare them, wrapped in `with-no-warnings' to avoid replacing one
20521 warning by another.
20522
20523 * time-stamp.el (time-stamp-string-preprocess):
20524 Remove unused variable `require-padding'.
20525
20526 * tree-widget.el (widget-glyph-enable): Declare.
20527 (tree-widget-action): Mark unused parameter.
20528
20529 * w32-fns.el (x-get-selection): Mark unused parameter.
20530 (autoload-make-program, generated-autoload-file): Declare.
20531
20532 * wdired.el (wdired-revert): Mark unused parameters.
20533 (wdired-xcase-word): Remove unused variable `err'.
20534
20535 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
20536 (whitespace-help-scroll): Remove unused variable `data-help'.
20537
20538 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
20539 (widget-image-insert, widget-after-change, default)
20540 (widget-default-format-handler, widget-default-notify)
20541 (widget-default-prompt-value, widget-info-link-action)
20542 (widget-url-link-action, widget-function-link-action)
20543 (widget-variable-link-action, widget-file-link-action)
20544 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
20545 (widget-field-prompt-internal, widget-field-action, widget-field-match)
20546 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
20547 (widget-insert-button-action, widget-delete-button-action, visibility)
20548 (widget-documentation-link-action, widget-documentation-string-action)
20549 (widget-const-prompt-value, widget-regexp-match, symbol)
20550 (widget-coding-system-prompt-value)
20551 (widget-key-sequence-value-to-external, sexp)
20552 (widget-sexp-value-to-internal, character, vector, cons)
20553 (widget-choice-prompt-value, widget-boolean-prompt-value)
20554 (widget-color--choose-action): Mark unused parameters.
20555 (widget-item-match-inline, widget-choice-match-inline)
20556 (widget-checklist-match, widget-checklist-match-inline)
20557 (widget-group-match): Rename parameter VALUES to VALS.
20558 (widget-field-value-set): Remove unused variable `size'.
20559 (widget-color-action): Remove unused variables `value' and `start'.
20560
20561 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
20562 variable `dir'. Doc fix.
20563 (windmove-find-other-window): Don't pass it.
20564
20565 * window.el (count-windows): Mark unused parameter.
20566 (bw-adjust-window): Remove unused variable `err'.
20567
20568 * woman.el (woman-file-name): Remove unused variable `default'.
20569 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
20570 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
20571 (global-font-lock-mode): Declare.
20572 (woman-decode-region): Mark unused parameter.
20573 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
20574
20575 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
20576 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
20577 (x-dnd-handle-moz-url): Remove unused variable `title'.
20578 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
20579
20580 * xml.el (xml-parse-tag, xml-parse-attlist):
20581 Remove unused variable `pos'.
20582
20583 2011-04-19 Glenn Morris <rgm@gnu.org>
20584
20585 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
20586 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
20587 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
20588 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
20589 * calendar/cal-html.el (cal-html-insert-minical):
20590 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
20591 (calendar-mark-date-pattern):
20592 Prefix "unused" locals.
20593
20594 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
20595 optional argument `style'.
20596
20597 * calendar/appt.el (appt-make-list):
20598 * calendar/cal-china.el (calendar-chinese-date-string):
20599 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
20600 (diary-hebrew-yahrzeit):
20601 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
20602 * calendar/calendar.el (calendar-generate-window):
20603 * calendar/time-date.el (time-to-days):
20604 Remove unused local variables.
20605
20606 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
20607
20608 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
20609 glyphless-char-display table.
20610 (tabulated-list-glyphless-char-display): New var.
20611
20612 2011-04-18 Sam Steingold <sds@gnu.org>
20613
20614 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
20615 to acknowledgments.
20616
20617 2011-04-17 Glenn Morris <rgm@gnu.org>
20618
20619 * calendar/diary-lib.el (diary-sexp-entry):
20620 * calendar/holidays.el (holiday-sexp):
20621 Set debug-on-error rather than the removed stack-trace-on-error.
20622
20623 2011-04-16 Glenn Morris <rgm@gnu.org>
20624
20625 * progmodes/f90.el: Use lexical-binding.
20626 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
20627
20628 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20629
20630 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
20631 (mail-mode): Setup mailalias completion here instead.
20632 * mail/mailalias.el: Use lexical-binding.
20633 (pattern, mailalias-done): Declare dynamic.
20634 (mail-completion-at-point-function): New function, from mail-complete.
20635 (mail-complete): Use it.
20636 (mail-completion-expand): New function.
20637 (mail-get-names): Use it.
20638 (mail-directory, mail-directory-process, mail-directory-stream):
20639 Don't use `pattern' for lexically bound arg.
20640
20641 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
20642
20643 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
20644 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
20645 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
20646
20647 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
20648 (byte-save-window-excursion, byte-temp-output-buffer-setup)
20649 (byte-interactive-p): Define them again, for use when inlining
20650 old code.
20651
20652 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
20653
20654 * loadup.el: Use `string-to-number', not `string-to-int'.
20655
20656 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20657
20658 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
20659 gud-gdb-complete-command.
20660 (gud-gdb-completions): New function, from gud-gdb-complete-command.
20661 (gud-gdb-completion-at-point): New function.
20662 (gud-gdb-completions): Remove.
20663
20664 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
20665
20666 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
20667 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
20668 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
20669 whether `executable-find' is bound.
20670
20671 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
20672
20673 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20674
20675 * minibuffer.el (completion-in-region-mode-predicate)
20676 (completion-in-region-mode--predicate): New vars.
20677 (completion-in-region, completion-in-region--postch)
20678 (completion-in-region-mode): Use them.
20679 (completion--capf-wrapper): Also return the hook function.
20680 (completion-at-point, completion-help-at-point):
20681 Adjust and provide a predicate.
20682
20683 Preserve arg names for advice of subr and lexical functions (bug#8457).
20684 * help-fns.el (help-function-arglist): Consolidate the subr and
20685 new-byte-code cases. Add argument `preserve-names' to extract names
20686 from the docstring when needed.
20687 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
20688 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
20689 (ad-arglist): Use help-function-arglist's new arg.
20690 (ad-definition-type): Use cond.
20691
20692 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
20693
20694 * autorevert.el (auto-revert-handler):
20695 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
20696 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
20697 Don't quote lambda.
20698
20699 * image-mode.el (image-transform-set-scale):
20700 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
20701
20702 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
20703
20704 * net/network-stream.el (network-stream-open-starttls): Only do
20705 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
20706 Upgrades via gnutls-cli are too slow to be done opportunistically.
20707
20708 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
20709
20710 * dframe.el (dframe-current-frame): Remove spurious quote.
20711
20712 2011-04-12 Glenn Morris <rgm@gnu.org>
20713
20714 * calendar/cal-tex.el (cal-tex-end-document):
20715 Try to automatically use latin1 input if needed.
20716
20717 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
20718 Don't try to cons a mark onto an empty element.
20719
20720 2011-04-11 Leo Liu <sdl.web@gmail.com>
20721
20722 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
20723 buffers.
20724 (ido-kill-buffer-at-head): Support killing virtual buffers.
20725
20726 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
20727
20728 * minibuffer.el (completion-show-inline-help): New var.
20729 (completion--do-completion, minibuffer-complete)
20730 (minibuffer-force-complete, minibuffer-complete-word):
20731 Inhibit minibuffer messages if completion-show-inline-help is nil.
20732
20733 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
20734 to avoid interference from inline help (Bug#5849).
20735
20736 2011-04-10 Leo Liu <sdl.web@gmail.com>
20737
20738 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
20739 Fix typo.
20740
20741 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
20742
20743 * image-mode.el (image-toggle-display-image): Signal an error if
20744 not in Image mode.
20745 (image-transform-mode, image-transform-resize)
20746 (image-transform-set-rotation): Doc fix.
20747 (image-transform-set-resize): Delete.
20748 (image-transform-set-scale, image-transform-fit-to-height)
20749 (image-transform-fit-to-width): Handle image-toggle-display-image
20750 and image-transform-resize directly.
20751
20752 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
20753
20754 * doc-view.el (doc-view-fit-width-to-window)
20755 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
20756 New functions for fitting the shown image to the Emacs window size.
20757 (doc-view-mode-map): Add bindings for the new functions.
20758
20759 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
20760
20761 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
20762 Fix typo in docstring.
20763
20764 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20765
20766 * files.el (file-size-human-readable): Produce one digit after
20767 decimal, like "ls -lh" does.
20768
20769 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
20770 the file size representation.
20771
20772 * simple.el (list-processes): If async subprocesses are not
20773 available, error out with a clear error message.
20774
20775 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
20776
20777 * help.el (help-form-show): New function, to be called from C.
20778 Put help-form output in a buffer named differently than *Help*.
20779
20780 2011-04-08 Eli Zaretskii <eliz@gnu.org>
20781
20782 * files.el (file-size-human-readable): New function.
20783
20784 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
20785 computing the representation inline. Don't require `cl'.
20786
20787 2011-04-08 Glenn Morris <rgm@gnu.org>
20788
20789 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
20790
20791 * net/browse-url.el (browse-url-firefox):
20792 Test system-type, not system-configuration.
20793
20794 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
20795 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
20796 Use log-edit-empty-buffer-p. (Bug#7598)
20797
20798 * net/rlogin.el (rlogin-process-connection-type): Simplify.
20799 (rlogin-mode-map): Initialize in the defvar.
20800 (rlogin): Use ignore-errors.
20801
20802 * replace.el (occur-mode-map): Some fixes for menu items.
20803
20804 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
20805
20806 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
20807
20808 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20809
20810 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
20811 issuing unused warnings.
20812
20813 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
20814 macro directly.
20815
20816 * simple.el: Lisp reimplement of list-processes. Based on an
20817 earlier reimplementation by Leo Liu, but using tabulated-list.el.
20818 (process-menu-mode): New major mode.
20819 (list-processes--refresh, list-processes):
20820 (process-menu-visit-buffer): New functions.
20821
20822 * files.el (save-buffers-kill-emacs): Don't assume any return
20823 value of list-processes, which is undocumented anyway.
20824
20825 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
20826
20827 * emacs-lisp/tabulated-list.el: New file.
20828
20829 * emacs-lisp/package.el: Use Tabulated List mode.
20830 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
20831 (package-menu-mode): Derive from tabulated-list-mode. Set up the
20832 table format using Tabulated List mode variables.
20833 (package--push): New macro, replacing package-list-maybe-add.
20834 (package-menu--generate): Use package--push. Renamed from
20835 package--generate-package-list.
20836 (package-menu-refresh, list-packages): Use it.
20837 (package-menu--print-info): Rename from package-print-package.
20838 Return insertion data instead of inserting it directly.
20839 (package-menu-describe-package, package-menu-execute):
20840 Use tabulated-list-get-id.
20841 (package-menu-mark-delete, package-menu-mark-install)
20842 (package-menu-mark-unmark, package-menu-backup-unmark)
20843 (package-menu-mark-obsolete-for-deletion):
20844 Use tabulated-list-put-tag.
20845 (package--list-packages, package-menu-revert)
20846 (package-menu-get-package, package-menu-get-version)
20847 (package-menu-sort-by-column): Functions deleted.
20848 (package-menu-package-list, package-menu-sort-key): Vars deleted.
20849 (package-menu--status-predicate, package-menu--version-predicate)
20850 (package-menu--name-predicate)
20851 (package-menu--description-predicate): Handle arguments in the
20852 Tabulated List format.
20853 (package-list-packages-no-fetch): Call list-packages.
20854
20855 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
20856
20857 * files.el (after-find-file-from-revert-buffer): Remove variable.
20858 (after-find-file): Don't bind it.
20859 (revert-buffer-in-progress-p): New variable.
20860 (revert-buffer): Bind it.
20861 Pass nil for `after-find-file-from-revert-buffer'.
20862
20863 * saveplace.el (save-place-find-file-hook): Use new variable
20864 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
20865
20866 2011-04-06 Glenn Morris <rgm@gnu.org>
20867
20868 * Makefile.in (AUTOGEN_VCS): New variable.
20869 (autoloads): Use $AUTOGEN_VCS.
20870
20871 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
20872 * calendar/calendar.el (calendar-mode-map):
20873 Check for toolkit scroll bars. (Bug#8305)
20874
20875 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20876
20877 * minibuffer.el (completion-in-region--postch)
20878 (completion-in-region-mode): Remove unnecessary messages.
20879
20880 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20881
20882 * font-lock.el (font-lock-refresh-defaults):
20883 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20884 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20885
20886 * info.el (Info-directory-list, Info-read-node-name-2)
20887 (Info-split-parameter-string): Doc fixes.
20888 (Info-virtual-nodes): Reflow docstring.
20889 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20890 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20891 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20892 Fix typos in docstrings.
20893 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20894 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20895 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20896 (Info-restore-desktop-buffer): Mark unused parameters.
20897 (Info-directory-find-file, Info-directory-find-node)
20898 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20899 (Info-virtual-index-find-node, Info-apropos-find-file)
20900 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20901 Mark unused parameters; fix typos in docstrings.
20902 (Info-virtual-index): Remove unused local variable `nodename'.
20903
20904 2011-04-05 Deniz Dogan <deniz@dogan.se>
20905
20906 * net/rcirc.el: Update my e-mail address.
20907 (rcirc-mode-map): Remove M-o binding.
20908
20909 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20910
20911 * startup.el (command-line): Save the cursor's theme-face
20912 directly, instead of using face-override-spec.
20913
20914 * custom.el (load-theme): Minor optimization in assigning faces.
20915
20916 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20917
20918 * help-fns.el (describe-variable): Complete all variables having
20919 documentation, including keywords.
20920 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20921
20922 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20923
20924 Convert to lexical-binding.
20925
20926 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20927 (bs--get-marked-string, bs--get-modified-string)
20928 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20929 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20930 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20931
20932 * ehelp.el (electric-help-execute-extended)
20933 (electric-help-ctrl-x-prefix):
20934 * hexl.el (hexl-revert-buffer-function):
20935 * linum.el (linum-after-change, linum-after-scroll):
20936 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20937
20938 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20939
20940 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20941
20942 * epa-dired.el:
20943 * epa-mail.el:
20944 * epa-hook.el:
20945 * epa-file.el:
20946 * epa.el:
20947 * epg.el: Use lexical binding.
20948
20949 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20950
20951 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20952
20953 * textmodes/flyspell.el (flyspell-word): Recognize default
20954 dictionary case for flyspell-mark-duplications-exceptions.
20955 Use regexp matching for languages.
20956 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20957 default dictionary (Bug#7926).
20958
20959 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20960
20961 * emacs-lisp/package.el (package--with-work-buffer):
20962 Recognize https URLs.
20963
20964 * net/network-stream.el: Move from gnus/proto-stream.el.
20965 Change prefix to network-stream throughout.
20966 (open-protocol-stream): Merge into open-network-stream, leaving
20967 open-protocol-stream as an alias. Handle nil BUFFER args.
20968
20969 * subr.el (open-network-stream): Move to net/network-stream.el.
20970
20971 2011-04-02 Glenn Morris <rgm@gnu.org>
20972
20973 * find-dired.el (find-exec-terminator): New option.
20974 (find-ls-option): Test for -ls support.
20975 (find-ls-subdir-switches): Test for -b in find-ls-option.
20976 (find-dired, find-grep-dired): Doc fixes.
20977 (find-dired): Use find-exec-terminator.
20978
20979 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20980 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20981 (find-name-arg): Remove purecopy.
20982
20983 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20984 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20985 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20986 accordingly. Don't add the null-device if not needed.
20987
20988 * files.el (save-some-buffers): Doc fix.
20989
20990 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20991
20992 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20993
20994 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20995
20996 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20997 Use `dolist' rather than `mapcar'.
20998
20999 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
21000
21001 Add lexical binding.
21002
21003 * subr.el (apply-partially): Use new closures rather than CL.
21004 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
21005 (dolist, dotimes): Use slightly different expansion for lexical code.
21006 (functionp): Move to C.
21007 (letrec): New macro.
21008 (with-wrapper-hook): Use it and apply-partially instead of CL.
21009 (eval-after-load): Preserve lexical-binding.
21010 (save-window-excursion, with-output-to-temp-buffer): Turn them
21011 into macros.
21012
21013 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
21014
21015 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
21016 than the arglist.
21017 (help-add-fundoc-usage): Don't add `Not documented'.
21018 (help-function-arglist): Handle closures, subroutines, and new
21019 byte-code-functions.
21020 (help-make-usage): Remove leading underscores.
21021 (describe-function-1): Handle closures.
21022 (describe-variable): Use special-variable-p for completion.
21023
21024 * files.el (lexical-binding): Declare safe.
21025
21026 * emacs-lisp/pcase.el: Don't use destructuring-bind.
21027 (pcase--memoize): Rename from pcase-memoize. Change weakness.
21028 (pcase): Add `let' pattern.
21029 Change memoization so it actually works.
21030 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
21031 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
21032 <let>: New case.
21033
21034 * emacs-lisp/macroexp.el: Use lexical binding.
21035 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
21036 Don't convert ' to #' without checking that it's indeed quoting
21037 a lambda.
21038
21039 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
21040 Use eval-sexp-add-defvars.
21041 (eval-sexp-add-defvars): New fun.
21042
21043 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
21044
21045 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
21046 Don't autoload.
21047 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
21048 than the internal `byte-compile-lambda'.
21049 (defmethod): Don't hide code under quotes.
21050 (eieio-defmethod): New `code' argument.
21051
21052 * emacs-lisp/eieio-comp.el: Remove.
21053
21054 * emacs-lisp/edebug.el (edebug-eval-defun)
21055 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
21056 (edebug-toggle): Avoid `eval'.
21057
21058 * emacs-lisp/disass.el (disassemble-internal): Handle new
21059 `closure' objects.
21060 (disassemble-1): Handle new byte codes.
21061
21062 * emacs-lisp/cl.el (pushnew): Silence warning.
21063
21064 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
21065 (cl-byte-compile-throw): Remove.
21066 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
21067
21068 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
21069 closures.
21070
21071 * emacs-lisp/cconv.el: New file.
21072
21073 * emacs-lisp/bytecomp.el: Use lexical binding instead of
21074 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
21075 (byte-compile-initial-macro-environment):
21076 Handle declare-function here.
21077 (byte-compile--lexical-environment): New var.
21078 (byte-stack-ref, byte-stack-set, byte-discardN)
21079 (byte-discardN-preserve-tos): New lap codes.
21080 (byte-interactive-p): Don't use any more.
21081 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
21082 New macros.
21083 (byte-compile-lapcode): Use them and handle new lap codes.
21084 (byte-compile-obsolete): Remove.
21085 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
21086 (byte-compile-arglist-warn): Check late def of inlinable funs.
21087 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
21088 since they should have been expanded by now.
21089 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
21090 (byte-compile-from-buffer): Remove unused second arg.
21091 (byte-compile-preprocess): New function.
21092 (byte-compile-toplevel-file-form): New function to distinguish
21093 file-form calls from outside from file-form calls from hunk-handlers.
21094 (byte-compile-file-form): Simplify.
21095 (byte-compile-file-form-defsubst): Remove.
21096 (byte-compile-file-form-defmumble): Simplify now that
21097 byte-compile-lambda always returns a byte-code-function.
21098 (byte-compile): Preprocess.
21099 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
21100 Remove, not used any more.
21101 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
21102 (byte-compile-make-args-desc): New funs.
21103 (byte-compile-lambda): Handle lexical functions. Always return
21104 a byte-code-function.
21105 (byte-compile-reserved-constants): New var, to make up room for
21106 closed-over variables.
21107 (byte-compile-constants-vector): Obey it.
21108 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
21109 (byte-compile-macroexpand-declare-function): New function.
21110 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
21111 byte-code-functions.
21112 (byte-compile-form): Check obsolescence here.
21113 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
21114 (byte-compile-variable-ref): Remove.
21115 (byte-compile-dynamic-variable-op): New fun.
21116 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21117 (byte-compile-variable-set): New funs.
21118 (byte-compile-discard): Add 2 args.
21119 (byte-compile-stack-ref, byte-compile-stack-set)
21120 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
21121 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
21122 macroexpand-all instead.
21123 (byte-compile-quote-form): Remove.
21124 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
21125 (byte-compile-bind, byte-compile-unbind): New funs.
21126 (byte-compile-let): Handle let* and lexical binding.
21127 (byte-compile-let*): Remove.
21128 (byte-compile-catch, byte-compile-unwind-protect)
21129 (byte-compile-track-mouse, byte-compile-condition-case):
21130 Handle a new :fun-body form, used for lexical scoping.
21131 (byte-compile-save-window-excursion)
21132 (byte-compile-with-output-to-temp-buffer): Remove.
21133 (byte-compile-defun): Simplify.
21134 (byte-compile-stack-adjustment): New fun.
21135 (byte-compile-out): Use it.
21136 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
21137
21138 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
21139 handler any more.
21140
21141 * emacs-lisp/byte-opt.el: Use lexical binding.
21142 (byte-inline-lapcode): Remove (to bytecomp).
21143 (byte-compile-inline-expand): Pay attention to inlining to/from
21144 lexically bound code.
21145 (byte-compile-unfold-lambda): Don't handle byte-code-functions
21146 any more.
21147 (byte-optimize-form-code-walker): Don't handle save-window-excursion
21148 any more and don't call compiler-macros.
21149 (byte-compile-splice-in-already-compiled-code): Remove.
21150 (byte-code): Don't inline any more.
21151 (disassemble-offset): Receive `bytes' as argument rather than via
21152 dynamic scoping.
21153 (byte-compile-tag-number): Declare before first use.
21154 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
21155 `return' even if make-spliceable.
21156 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
21157 obsolete interactive-p.
21158 (byte-optimize-lapcode): Optimize new lap-codes.
21159 Don't trip up on new form of `byte-constant' lap code.
21160
21161 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
21162
21163 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
21164
21165 * custom.el (custom-initialize-default, custom-declare-variable):
21166 Use `defvar'.
21167
21168 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
21169 New variables.
21170 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
21171 (COMPILE_FIRST): Add macroexp and cconv.
21172 * makefile.w32-in: Mirror changes in Makefile.in.
21173
21174 * vc/cvs-status.el:
21175 * vc/diff-mode.el:
21176 * vc/log-edit.el:
21177 * vc/log-view.el:
21178 * vc/smerge-mode.el:
21179 * textmodes/bibtex-style.el:
21180 * textmodes/css-mode.el:
21181 * startup.el:
21182 * uniquify.el:
21183 * minibuffer.el:
21184 * newcomment.el:
21185 * reveal.el:
21186 * server.el:
21187 * mpc.el:
21188 * emacs-lisp/smie.el:
21189 * doc-view.el:
21190 * dired.el:
21191 * abbrev.el: Use lexical binding.
21192
21193 2011-04-01 Eli Zaretskii <eliz@gnu.org>
21194
21195 * info.el (info-display-manual): New function.
21196
21197 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
21198
21199 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
21200
21201 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
21202
21203 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
21204 an entry for that server in rcirc-authinfo. (Bug#8385)
21205
21206 2011-03-31 Glenn Morris <rgm@gnu.org>
21207
21208 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
21209
21210 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
21211
21212 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
21213
21214 * progmodes/python.el (python-default-interpreter)
21215 (python-python-command-args, python-jython-command-args)
21216 (python-which-shell, python-which-args, python-which-bufname)
21217 (python-file-queue, python-comint-output-filter-function)
21218 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
21219 variables and functions.
21220
21221 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
21222
21223 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
21224 (completion-in-region-mode): New minor mode.
21225 (completion-in-region): Use it.
21226 (completion-in-region--data, completion-in-region-mode-map): New vars.
21227 (completion-in-region--postch): New function.
21228 (completion--capf-misbehave-funs, completion--capf-safe-funs):
21229 New vars.
21230 (completion--capf-wrapper): New function.
21231 (completion-at-point): Use it to track well-behavedness of
21232 hook functions.
21233 (completion-help-at-point): New command.
21234
21235 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
21236
21237 * vc/add-log.el (add-change-log-entry): Don't use whitespace
21238 syntax class to search for whitespace on a single line
21239 (Message-ID: <4D938140.4030905@redhat.com>).
21240
21241 2011-03-30 Leo Liu <sdl.web@gmail.com>
21242
21243 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
21244 New commands.
21245 (edit-abbrevs-map): Bind them here.
21246 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
21247
21248 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
21249
21250 * allout.el (allout-hide-by-annotation, allout-flag-region):
21251 Reduce possibility of overlay leakage by making them volatile.
21252
21253 * allout-widgets.el (allout-widgets-tally): Define as nil so the
21254 hash is not shared between buffers. Mode initialization is
21255 responsible for giving it a useful starting value.
21256 (allout-item-span): Reduce possibility of overlay leakage by
21257 making them volatile.
21258 (allout-widgets-count-buttons-in-region): Add diagnostic function
21259 for tracking down button overlay leaks.
21260
21261 2011-03-29 Leo Liu <sdl.web@gmail.com>
21262
21263 * ido.el (ido-read-internal): Use the default history var
21264 minibuffer-history if no HISTORY is specified.
21265
21266 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
21267
21268 * net/imap.el (imap-shell-open, imap-process-connection-type):
21269 Use imap-process-connection-type for 'shell' streams as well as
21270 Kerberos, SSL, other subprocesses.
21271
21272 2011-03-28 Leo Liu <sdl.web@gmail.com>
21273
21274 * abbrev.el (abbrev-table-empty-p): New function.
21275 (prepare-abbrev-list-buffer): Place empty abbrev tables after
21276 nonempty ones. (Bug#5937)
21277
21278 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
21279
21280 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
21281
21282 2011-03-27 Leo Liu <sdl.web@gmail.com>
21283
21284 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
21285 for foreground and background colors.
21286 (ansi-color-make-color-map): Adapt.
21287
21288 2011-03-25 Leo Liu <sdl.web@gmail.com>
21289
21290 * midnight.el (midnight-time-float): Remove. Note it calculates
21291 the microsecond component incorrectly and seconds-to-time does the
21292 same job.
21293 Remove redundant (require 'timer).
21294
21295 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
21296 (ido-completions): Remove unused arguments. (Bug#8329)
21297
21298 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21299
21300 * minibuffer.el (completion--flush-all-sorted-completions):
21301 Remove itself from hook.
21302 (completion-at-point): Let the functions perform the completion
21303 immediately and return nil or t.
21304 * comint.el (comint-dynamic-complete-functions): Now identical to
21305 completion-at-point-functions.
21306 (comint-dynamic-list-input-ring): Remove unused var `index'.
21307 (comint--match-partial-filename, comint--unquote&expand-filename):
21308 New funs, split from comint-match-partial-filename.
21309 (comint-dynamic-complete): Use completion-at-point.
21310 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
21311
21312 2011-03-24 Drew Adams <drew.adams@oracle.com>
21313
21314 * thingatpt.el: Support `defun'.
21315
21316 2011-03-23 Leo Liu <sdl.web@gmail.com>
21317
21318 * abbrevlist.el: Move to obsolete/abbrevlist.el.
21319
21320 * help-mode.el (help-mode-finish): Tweak regexp.
21321
21322 2011-03-23 Glenn Morris <rgm@gnu.org>
21323
21324 * eshell/esh-opt.el (eshell-eval-using-options):
21325 Do not bind unused local variable `eshell-option-stub'.
21326
21327 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
21328
21329 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21330
21331 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
21332 keymap variable in `with-no-warnings' to avoid a warning when the
21333 keymap has been already `defconst'ed.
21334
21335 2011-03-22 Leo Liu <sdl.web@gmail.com>
21336
21337 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
21338 encode all chars in abbrevs; otherwise use emacs-mule or
21339 utf-8-emacs. (Bug#8308)
21340
21341 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
21342
21343 * simple.el (backward-delete-char-untabify):
21344 Avoid warning about using `delete-backward-char'.
21345
21346 * image.el (image-type-file-name-regexps): Make it variable.
21347 `imagemagick-register-types' modifies it, and the user may want
21348 to add new extensions for known image types.
21349 (imagemagick-register-types): Throw error if not using ImageMagick.
21350
21351 2011-03-22 Leo Liu <sdl.web@gmail.com>
21352
21353 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
21354 located before rcirc-prompt-end-marker.
21355 (rcirc-complete): Error if point is not after rcirc prompt.
21356 Handle the case when table is nil.
21357 (rcirc-user-authenticated): Define to fix compiler warning.
21358
21359 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
21360
21361 * custom.el (custom--inhibit-theme-enable): Make it affect only
21362 custom-theme-set-variables and custom-theme-set-faces.
21363 (provide-theme): Ignore custom--inhibit-theme-enable.
21364 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
21365 (custom-enabling-themes): Delete variable.
21366 (enable-theme): Accept only loaded themes as arguments.
21367 Ignore the special custom-enabled-themes variable.
21368 (custom-enabled-themes): Forbid themes from setting this.
21369 Eliminate use of custom-enabling-themes.
21370 (custom-push-theme): Quote "changed" custom var entry.
21371
21372 2011-03-21 Leo Liu <sdl.web@gmail.com>
21373
21374 * ido.el (ido-read-internal): Add ido-selected to history instead
21375 of user input.
21376
21377 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
21378
21379 * subr.el (deferred-action-list, deferred-action-function):
21380 Mark obsolete.
21381
21382 2011-03-21 Leo Liu <sdl.web@gmail.com>
21383
21384 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
21385 change on 2011-02-13 (bug#8309).
21386
21387 * minibuffer.el (read-file-name-function): Change default value.
21388 (read-file-name--defaults): Rename from read-file-name-defaults.
21389 (read-file-name-default): Rename from read-file-name.
21390 (read-file-name): Call read-file-name-function.
21391
21392 2011-03-21 Glenn Morris <rgm@gnu.org>
21393
21394 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
21395 Doc fixes.
21396
21397 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
21398
21399 * cus-theme.el: Add missing provide statement.
21400 (customize-create-theme): Extract theme value correctly.
21401 (custom-theme-visit-theme): Autoload.
21402 (customize-create-theme): Prompt before inserting default faces.
21403
21404 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
21405
21406 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
21407 units and musical notes.
21408
21409 2011-03-20 Leo Liu <sdl.web@gmail.com>
21410
21411 * ido.el (ido-read-internal): Use completing-read-default.
21412 (ido-completing-read): Fix compatibility with completing-read.
21413
21414 2011-03-20 Christian Ohler <ohler@gnu.org>
21415
21416 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
21417 (ert-delete-all-tests): Use `called-interactively-p' rather than
21418 `interactive-p'.
21419 (ert--make-xrefs-region): Respect END.
21420
21421 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21422
21423 * dired-aux.el (dired-create-directory): Signal an error if the
21424 directory already exists (Bug#8246).
21425
21426 * facemenu.el (list-colors-display): Call list-faces-display
21427 inside with-help-window.
21428 (list-colors-print): Use display property to align the final
21429 column, instead of checking window-width.
21430
21431 2011-03-19 Eli Zaretskii <eliz@gnu.org>
21432
21433 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
21434 windows-nt systems.
21435 (emerge-protect-metachars): Quote correctly for ms-dos and
21436 windows-nt systems.
21437
21438 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
21439
21440 * info.el (info-initialize): Replace all uses of `:' with
21441 path-separator for compatibility with non-Unix systems.
21442 Cache quoting of path-separator. (Bug#8258)
21443
21444 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
21445
21446 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
21447 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
21448 (mouse-avoidance-mode): Fix typos in docstrings.
21449
21450 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
21451
21452 * startup.el (package-subdirectory-regexp): Move from package.el.
21453 Omit \\` and \\', and let callers add them.
21454
21455 * emacs-lisp/package.el (package-strip-version)
21456 (package-load-all-descriptors): Add \\` and \\' to
21457 package-subdirectory-regexp before using it.
21458 (package-untar-buffer): New arg DIR; ensure that file untars only
21459 into this expected directory. Remove superfluous delete-region.
21460 (package-unpack): Caller changed.
21461 (package-tar-file-info): Use package-subdirectory-regexp.
21462
21463 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21464
21465 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
21466 diff-mode-shared-map (bug#8284).
21467 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
21468
21469 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21470
21471 * calendar/time-date.el (format-seconds): Use assoc instead of
21472 assoc-string, since assoc-string doesn't exist in XEmacs.
21473
21474 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
21475
21476 * custom.el (custom-known-themes): Reflow docstring.
21477 (custom-theme-load-path): Fix typo in docstring.
21478 (load-theme): Fix typo in error message.
21479 (custom-available-themes, custom-variable-theme-value):
21480 Use `let', not `let*'.
21481
21482 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
21483
21484 * calc/README: Mention inclusion of musical notes.
21485
21486 * calc/calc-units.el (calc-lu-quant): Rename from
21487 `calc-logunits-quantity'.
21488 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
21489 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
21490 (calc-db): Rename from `calc-dblevel'.
21491 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
21492 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
21493 (calc-np): Rename from `calc-nplevel'.
21494 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
21495 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
21496 (calc-lu-plus): Rename from `calc-logunits-add'.
21497 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
21498 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
21499 (calc-lu-minus): Rename from `calc-logunits-sub'.
21500 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
21501 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
21502 (calc-lu-times): Rename from `calc-logunits-mul'.
21503 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
21504 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
21505 (calc-lu-divide): Rename from `calc-logunits-div'.
21506 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
21507 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
21508
21509 * calc/calc-ext.el (calc-init-extensions): Update the names of the
21510 functions being autoloaded.
21511
21512 * calc/calc.el (calc-lu-power-reference): Rename from
21513 `calc-logunits-power-reference'.
21514 (calc-lu-field-reference): Rename from
21515 `calc-logunits-field-reference'.
21516
21517 * calc/calc-help.el (calc-l-prefix-help):
21518 Mention musical note functions.
21519
21520 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21521
21522 * minibuffer.el (completion-all-sorted-completions):
21523 Use :completion-cycle-penalty text property if present.
21524
21525 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
21526
21527 * allout.el (allout-yank-processing): Adjust for new rebulleting
21528 regime so bullet being yanked is used without prompting the user
21529 for a choice.
21530
21531 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21532
21533 * startup.el (command-line): Warn the user that _emacs is deprecated.
21534
21535 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
21536
21537 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
21538 (delphi-verbose, delphi-comment-face, delphi-string-face)
21539 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
21540 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
21541 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
21542 (delphi-new-comment-line, delphi-font-lock-defaults)
21543 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
21544 Fix typos in docstrings.
21545
21546 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
21547
21548 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
21549 Invert the roles of character and string values for INSTEAD, so a
21550 string is used for the more common case of a defaulting prompt.
21551
21552 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21553
21554 * progmodes/ruby-mode.el (ruby-backward-sexp):
21555 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
21556 * play/gamegrid.el (gamegrid-make-face):
21557 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
21558 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
21559 * notifications.el (notifications-notify):
21560 * net/xesam.el (xesam-search-engines):
21561 * net/quickurl.el (quickurl-list-insert):
21562 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
21563
21564 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
21565
21566 * startup.el (command-line): Update package subdirectory regexp.
21567
21568 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21569
21570 * allout.el (allout-abbreviate-flattened-numbering)
21571 (allout-mode-deactivate-hook): Fix up obsolescence "date".
21572
21573 * subr.el (read-char-choice): Only show the cursor after the prompt,
21574 not after the answer.
21575
21576 2011-03-15 Kevin Ryde <user42@zip.com.au>
21577
21578 * help-fns.el (variable-at-point): Skip leading quotes, if any
21579 (bug#8253).
21580
21581 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
21582
21583 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
21584 warning message.
21585
21586 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
21587
21588 * shell.el (shell): When called interactively, offer to change the
21589 shell file name on remote hosts.
21590
21591 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
21592
21593 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
21594 integration for LDAP parameters. The host, base, user or binddn,
21595 and secret tokens can be specified in a netrc file, for instance.
21596 This is optional because an `auth-source' parameter must be
21597 specified in the search attributes.
21598
21599 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
21600
21601 * help.el (describe-mode): Link to the mode's definition (bug#8185).
21602
21603 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21604
21605 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
21606 into declaration. Remove redundant and harmful binding.
21607
21608 2011-03-12 Eli Zaretskii <eliz@gnu.org>
21609
21610 * files.el (file-ownership-preserved-p): Pass `integer' as an
21611 explicit 2nd argument to `file-attributes'. If the file's owner
21612 is the Administrators group on Windows, and the current user is
21613 Administrator, consider that a match.
21614
21615 * server.el (server-ensure-safe-dir): Consider server directory
21616 safe on MS-Windows if its owner is the Administrators group while
21617 the current Emacs user is Administrator. Use `=' to compare
21618 numerical UIDs, since they could be integers or floats.
21619
21620 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
21621
21622 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
21623
21624 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
21625
21626 Sync with Tramp 2.2.1.
21627
21628 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
21629
21630 * net/trampver.el: Update release number.
21631
21632 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
21633
21634 * progmodes/compile.el (compilation--previous-directory): Fix up
21635 various nil/dead-marker mismatches (bug#8014).
21636 (compilation-directory-properties, compilation-error-properties):
21637 Don't call it at a position past the one we're about to change.
21638
21639 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
21640 Disable obsolescence warnings in the file that declares it.
21641
21642 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
21643
21644 * allout-widgets.el (allout-widgets-tally):
21645 Initialize allout-widgets-tally as a hash table rather than nil to
21646 prevent mode-line redisplay warnings. Also, clarify the module
21647 description and fix a comment typo.
21648
21649 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
21650
21651 * help-fns.el (describe-variable): Don't complete keywords.
21652 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
21653
21654 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
21655
21656 * emacs-lisp/package.el (package-version-join): Impose a standard
21657 string representation for pre/alpha/beta version lists.
21658 (package-unpack-single): Standardize the directory name by passing
21659 it through package-version-join.
21660 (package-strip-rcs-id): Accept any version string that does not
21661 signal an error in version-to-list.
21662
21663 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
21664
21665 * simple.el (delete-trailing-whitespace): Return nil for the
21666 benefit of `write-file-functions'.
21667
21668 2011-03-10 Glenn Morris <rgm@gnu.org>
21669
21670 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
21671
21672 * vc/vc-git.el (vc-git-program): New option.
21673 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
21674 (vc-git--call): Use it.
21675
21676 * eshell/esh-util.el (eshell-condition-case): Doc fix.
21677
21678 * cus-edit.el (Custom-newline): If no button at point, look
21679 for a subgroup button at start-of-line. (Bug#2298)
21680
21681 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
21682
21683 2011-03-10 Julien Danjou <julien@danjou.info>
21684
21685 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
21686 `cursor-type' is nil.
21687
21688 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
21689
21690 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
21691
21692 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
21693
21694 * allout.el: Change so yank of distinctive-bullet items
21695 preserves the existing header prefix, rebulleting it if necessary,
21696 rather than replacing it. This is necessary for proper operation
21697 of cooperative addons like allout-widgets.
21698 (allout-make-topic-prefix, allout-rebullet-heading):
21699 Change SOLICIT arg to INSTEAD, and interpret additionally a string
21700 value as alternate bullet to be used, instead of prompting the user
21701 for a bullet character.
21702
21703 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
21704
21705 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21706 Do not use `tramp-file-name-port', because this returns also
21707 `tramp-default-port'.
21708
21709 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
21710
21711 * net/rcirc.el (rcirc-handler-001): Remove useless
21712 with-rcirc-process-buffer.
21713 (rcirc-check-auth-status): Swap arguments to string-match.
21714
21715 2011-03-09 Glenn Morris <rgm@gnu.org>
21716
21717 * shell.el (shell-mode):
21718 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
21719
21720 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
21721 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
21722
21723 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21724
21725 * emacs-lisp/package.el (package-refresh-contents)
21726 (package-menu-execute): Use condition-case-no-debug.
21727
21728 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
21729
21730 * simple.el (shell-command-to-string): Use `process-file'.
21731
21732 * emacs-lisp/package.el (package-tar-file-info): Handle also
21733 remote files.
21734
21735 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21736 Use `equal' for upload base check.
21737
21738 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
21739
21740 * textmodes/texinfo.el (texinfo-environments):
21741 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
21742
21743 2011-03-08 Glenn Morris <rgm@gnu.org>
21744
21745 * cus-start.el (cursor-in-non-selected-windows):
21746 Fix :set quoting oddness. (Bug#8192)
21747
21748 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
21749 in some setf expressions. (Bug#2159)
21750
21751 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
21752
21753 * custom.el (custom-available-themes): Return themes in
21754 alphabetical order.
21755
21756 See ChangeLog.15 for earlier changes.
21757
21758 ;; Local Variables:
21759 ;; coding: utf-8
21760 ;; End:
21761
21762 Copyright (C) 2011-2013 Free Software Foundation, Inc.
21763
21764 This file is part of GNU Emacs.
21765
21766 GNU Emacs is free software: you can redistribute it and/or modify
21767 it under the terms of the GNU General Public License as published by
21768 the Free Software Foundation, either version 3 of the License, or
21769 (at your option) any later version.
21770
21771 GNU Emacs is distributed in the hope that it will be useful,
21772 but WITHOUT ANY WARRANTY; without even the implied warranty of
21773 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21774 GNU General Public License for more details.
21775
21776 You should have received a copy of the GNU General Public License
21777 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.