]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/emacs-lisp/package.el (package-generate-autoloads): Load autoloads
[gnu-emacs] / lisp / ChangeLog
1 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4 before binding generated-autoload-file.
5
6 2011-08-01 Deniz Dogan <deniz@dogan.se>
7
8 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9
10 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
11
12 Sync with Tramp 2.2.2.
13
14 * net/trampver.el: Update release number.
15
16 2011-07-30 Juri Linkov <juri@jurta.org>
17
18 * dired-aux.el (dired-touch-initial): Remove function.
19 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20 current time, and `default' to the last modification time of the
21 current marked file (bug#6887).
22
23 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
24
25 * simple.el (goto-line): Use string-to-number to provide a
26 numeric argument to read-number (bug#9163).
27
28 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
29
30 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
31 connection process, it could be nil.
32
33 2011-07-27 Leo Liu <sdl.web@gmail.com>
34
35 Simplify url handling in rcirc-mode.
36
37 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
38 (rcirc-browse-url-at-mouse): Remove.
39 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
40
41 2011-07-26 Alan Mackenzie <acm@muc.de>
42
43 Fontify bitfield declarations properly.
44
45 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
46 (c-symbol-chars): Now exported as a lang variable.
47 (c-not-primitive-type-keywords): New lang variable.
48
49 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
50 QT keyword "more" to prevent "more slots: ...." being spuriously
51 parsed as a bitfield declaraion.
52
53 * progmodes/cc-engine.el (c-beginning-of-statement-1): Refactor
54 and enhance to handle bitfield declarations.
55 (c-punctuation-in): New function.
56 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
57 declarations properly.
58
59 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
60
61 * calendar/icalendar.el (icalendar--all-events): Take care of
62 multiple vcalendars in a single file.
63 (icalendar--convert-float-to-ical): checkdoc fixes.
64
65 2011-07-25 Deniz Dogan <deniz@dogan.se>
66
67 * image.el (insert-image): Clarifying docstring.
68
69 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
70
71 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
72 `tramp-send-command-and-check' if there is no error.
73 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
74
75 2011-07-22 Alan Mackenzie <acm@muc.de>
76
77 Prevent cc-langs.elc being loaded at run time.
78
79 * progmodes/cc-mode.el: Remove two autoload forms which loaded
80 cc-langs.
81
82 * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
83 "(require 'cc-langs)". Quote a form so it will evaluate at
84 (cc-mode's) compilation time.
85
86 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
87
88 * net/tramp.el (tramp-file-name-handler): Avoid recursive
89 loading. (Bug#9114)
90
91 2011-07-21 Martin Rudalics <rudalics@gmx.at>
92
93 * window.el (display-buffer-pop-up-window)
94 (display-buffer-pop-up-side-window)
95 (display-buffer-in-side-window): Call display-buffer-set-height
96 and display-buffer-set-width after setting the new window's
97 buffer so `fit-window-to-buffer' and friends work on the right
98 buffer.
99
100 2011-07-20 Sam Steingold <sds@gnu.org>
101
102 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
103 (etags-tags-included-tables): Call `convert-standard-filename' on
104 the file names contained in TAGS so that windows Emacs can handle
105 TAGS files created by cygwin ctags.
106
107 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
108
109 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
110 which apparently didn't work.
111
112 2011-07-19 Roland Winkler <winkler@gnu.org>
113
114 * proced.el (proced-send-signal): For *Marked Processes* buffer
115 put point at beginning of buffer.
116
117 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
118
119 * proced.el (proced-format): Make header lines align with the text
120 (bug#1779).
121
122 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
123
124 * view.el (view-buffer): Allow running in `special' modes if we're
125 visiting a file (bug#8615).
126
127 2011-07-19 Martin Rudalics <rudalics@gmx.at>
128
129 * window.el (display-buffer-alist-of-strings-p)
130 (display-buffer-alist-set-1, display-buffer-alist-set-2): New
131 functions.
132 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
133 more accurately.
134
135 2011-07-18 Alan Mackenzie <acm@muc.de>
136
137 Fontify declarators properly when, e.g., a jit-lock chunk begins
138 inside a declaration.
139
140 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
141
142 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): New
143 function.
144 (c-complex-decl-matchers): Insert reference to
145 c-font-lock-enclosing-decls.
146
147 * progmodes/cc-engine.el (c-backward-single-comment):
148 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
149 to nil around calls to (forward-comment -1).
150
151 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
152
153 * image.el (put-image): Doc typo fix.
154
155 * progmodes/etags.el (tags-search): Doc typo fix.
156
157 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
158 password if we get errors 550 to 554.
159
160 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
161
162 * net/gnutls.el (gnutls-log-level): Removed.
163
164 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
165 indentation character (bug#6380).
166
167 * files.el (buffer-offer-save): Made permanently local (bug#6241).
168
169 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
170 to clarify what the problem is (bug#4291).
171
172 * simple.el (current-kill): Clarify what
173 `interprogram-paste-function' does (bug#7500).
174 (auto-fill-mode): Document `auto-fill-function' in relation to
175 `auto-fill-mode' (bug#2470).
176
177 2011-07-16 Lawrence Mitchell <wence@gmx.li>
178
179 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
180 method if slot is read-only (bug#9035).
181
182 2011-07-16 Martin Rudalics <rudalics@gmx.at>
183
184 * frame.el (select-frame-set-input-focus): New argument
185 NORECORD.
186 * window.el (pop-to-buffer): Select window used even if it was
187 selected before, see discussion of (Bug#8615), (Bug#6954). Pass
188 argument NORECORD on to select-frame-set-input-focus.
189
190 2011-07-15 Glenn Morris <rgm@gnu.org>
191
192 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
193 Respect help-form.
194
195 2011-07-09 Lawrence Mitchell <wence@gmx.li>
196
197 * net/gnutls.el (gnutls-min-prime-bits): New variable.
198 (gnutls-negotiate): Use it.
199
200 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * net/gnutls.el (gnutls-negotiate): Upcase
203 `gnutls-algorithm-priority'.
204
205 2011-07-15 Glenn Morris <rgm@gnu.org>
206
207 * jka-compr.el (jka-compr-verbose): Move from here...
208 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
209 Add missing :version tag.
210 * info.el: No need to require jka-compr when compiling.
211
212 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
213
214 * net/gnutls.el (gnutls-algorithm-priority): New variable.
215 (gnutls-negotiate): Use it.
216
217 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
218
219 * info.el (Info-beginning-of-buffer): New command.
220 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
221 announcing `b' as the key (bug#8325).
222 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
223
224 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
225
226 * international/mule-cmds.el
227 (describe-specified-language-support): Make the error message
228 clearer (bug#8905).
229
230 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
231
232 * isearch.el (isearch-barrier): Add a doc string, since it's
233 mentioned in a function doc string (bug#8678).
234
235 2011-07-15 Martin Rudalics <rudalics@gmx.at>
236
237 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
238 buffer argument (Bug#9083) and self-identifying label argument.
239
240 2011-07-15 Glenn Morris <rgm@gnu.org>
241
242 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
243
244 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
245
246 * man.el (Man-fontify-manpage): Fix message when formatting the
247 man page (bug#7929).
248
249 2011-07-14 Eli Zaretskii <eliz@gnu.org>
250
251 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
252 argument LRM; if non-nil, append an invisible LRM character to the
253 buffer name.
254 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
255 last argument non-nil, when formatting buffer names.
256 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
257 paragraph direction.
258
259 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
260
261 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
262 the man page name (bug#7929).
263
264 * image.el (put-image): Mention the `put-image' overlay property
265 (bug#7834).
266
267 * scroll-bar.el (set-scroll-bar-mode): Mention that
268 `scroll-bar-mode' lists the values (bug#7772).
269
270 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
271 command (bug#7729).
272
273 * rect.el (apply-on-rectangle): Return the point after the last
274 operation.
275 (string-rectangle): Go to the point after the last operation
276 (bug#7522).
277
278 * simple.el (current-kill): Clarify what
279 `interprogram-paste-function' does (bug#7500).
280
281 * printing.el (pr-toggle-region): Clarify the documentation
282 slightly (bug#7493).
283
284 * time.el (display-time-update): Allow
285 `display-time-mail-function' to return nil (bug#7158). Fix
286 suggested by Detlev Zundel.
287
288 * vc/diff.el (diff): Clarify the order the file names are read
289 (bug#7111).
290
291 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
292 the doc string (bug#7015).
293
294 * font-lock.el (font-lock-maximum-decoration): Mention what
295 numeric levels mean (bug#6935).
296
297 * startup.el (initial-buffer-choice): Don't mention the `none'
298 selection, which is against policy.
299
300 2011-07-14 Martin Rudalics <rudalics@gmx.at>
301
302 * window.el (display-buffer-normalize-special): Replace
303 `dedicated' by `dedicate' to dedicate window (Bug#9072).
304
305 2011-07-14 Eli Zaretskii <eliz@gnu.org>
306
307 * subr.el (version<, version<=, version=): Mention "-CVS" and
308 "-12345" alpha version numbers.
309
310 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
311
312 * bindings.el: Add advertised binding for set-mark-command
313 (Bug#5772).
314
315 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
316
317 * bindings.el (mode-line-other-buffer):
318 * bookmark.el (bookmark-bmenu-2-window):
319 * bs.el (bs-cycle-next, bs-cycle-previous):
320 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
321 switch-to-buffer.
322
323 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
324 Deleted.
325
326 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
327
328 * follow.el (follow-debug-message, follow-redisplay):
329 * jka-cmpr-hook.el (with-auto-compression-mode):
330 Fix typos in docstrings.
331
332 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
333
334 * subr.el (with-silent-modifications): Clarify somewhat what the
335 macro inhibits (bug#6525).
336
337 * simple.el (eval-expression): Note what it does if called
338 interactively (bug#6495).
339
340 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
341
342 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW. Use
343 pop-to-buffer buffer-or-name if it is nil.
344
345 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
346 Remove switch-to-buffer.
347
348 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
349
350 * files.el (make-directory): Clarify that an error will be raised
351 if there's an error (bug#6397).
352
353 * startup.el (initial-buffer-choice): Add `none' as a choice
354 (bug#6234).
355
356 * subr.el (add-hook): Clarify section about buffer-local hooks
357 (bug#6218).
358
359 * dired.el (dired-flagged): Clarify doc string (bug#6117).
360
361 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
362
363 * tabify.el (untabify): Preserve the current column so that point
364 doesn't move (bug#6032).
365
366 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
367
368 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite
369 to avoid awkward possessive "s" (bug#5986).
370
371 2011-07-13 Glenn Morris <rgm@gnu.org>
372
373 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
374 (dired-insert-directory): Give a message the first time
375 if ls is found not to support --dired.
376
377 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
378
379 * simple.el (toggle-truncate-lines): Clarify what is toggled
380 (bug#5580). Text by Drew Adams.
381
382 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
383
384 * simple.el (blink-matching-open): Make the error message from the
385 last change less verbose.
386
387 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
388
389 * font-lock.el (font-lock-comment-face): Use the high contrast
390 "yellow" color for font-lock-comment-face on low color terminals
391 using a dark background color (bug#4221).
392
393 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
394
395 * dired.el (dired-insert-set-properties): Make the doc string
396 reflect what it does now (bug#5325).
397
398 * simple.el (blink-matching-open): Say that we were unable to find
399 the match within the limit, if we're limited (bug#5122).
400
401 * international/mule-cmds.el (prefer-coding-system): Add an
402 example (bug#4869).
403
404 * progmodes/etags.el (tags-search): Document `file-list-form'
405 (bug#4731).
406
407 2011-07-13 Lawrence Mitchell <wence@gmx.li>
408
409 * net/browse-url.el (browse-url-default-browser)
410 (browse-url-browser-function): Make the default browser choice a
411 bit more logical (bug#4300). Also clean up the doc string.
412
413 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
414
415 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
416 binary endings (bug#4440).
417
418 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
419
420 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
421 which can be pretty annoying (bug#8971).
422
423 * jka-compr.el (jka-compr-verbose): New variable, and use
424 throughout (bug#8971).
425
426 * info.el (Info-find-file): Fall back on the installation
427 directory if we can't find the info node anywhere else.
428
429 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
430
431 * vc/vc.el (vc-revert-file):
432 Don't set file time-stamp in the past. (Bug#5181)
433
434 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
435
436 * files.el (after-find-file): Give a better error message when
437 trying to find a symlink that points to a file that doesn't exist
438 (bug#4398).
439
440 * progmodes/cc-vars.el: Remove (probably) misleading comment
441 (bug#4396).
442
443 2011-07-12 Johan Bockgård <bojohan@gnu.org>
444
445 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
446
447 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
448
449 * mouse-sel.el: Hack restoring functionality, while keeping
450 compatibility with 2010-07-03 changes to mouse selection.
451 (mouse-sel-primary-overlay): New var.
452 (mouse-sel-selection-alist): Use it.
453 (mouse-sel-mode): Doc fix; remove points that are default features
454 of mouse.el.
455
456 2011-07-12 Johan Bockgård <bojohan@gnu.org>
457
458 * progmodes/compile.el (compilation-error-regexp-alist-alist):
459 Fix previous fix (bug#2490).
460
461 2011-07-12 Roland Winkler <winkler@gnu.org>
462
463 * textmodes/bibtex.el (bibtex-initialize): Use
464 pop-to-buffer-same-window.
465 (bibtex-search-entries): Fix interactive call.
466
467 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
468
469 * progmodes/compile.el (compilation-error-regexp-alist-alist):
470 Fontise bytecomp Error lines more correctly (bug#2490). Fix
471 suggested by Johan Bockgård.
472
473 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
474
475 * dired-x.el (dired-guess-default): Use `delete-dups'.
476
477 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
478
479 * dired.el (dired-mark-prompt):
480 * dired-aux.el (dired-read-shell-command): Doc fix.
481
482 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
483
484 * mail/sendmail.el (sendmail-query-once): Use
485 `customize-save-variable' unconditionally, now that it works under
486 emacs -Q.
487
488 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
489
490 * cus-edit.el (custom-file): Take an optional no-error variable.
491 (customize-save-variable): Set the variable, and give a warning if
492 running under "emacs -q".
493
494 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
495
496 * loadhist.el (unload-feature-special-hooks):
497 Add `auto-coding-functions', `fill-nobreak-predicate' and
498 `find-directory-functions' (bug#5327).
499
500 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
501
502 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
503
504 * cus-edit.el (custom-guess-name-alist): -alist variables should
505 use the `alist' type (bug#3120). Suggested by Drew Adams.
506
507 * printing.el: Add documentation to all the `pr-toggle-' commands.
508
509 2011-07-11 Leo <sdl.web@gmail.com> (tiny change)
510
511 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
512 backends where it makes sense (bug#2623).
513
514 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
515
516 * dired-x.el (dired-guess-default): Remove duplicate shell command
517 entries (bug#2028).
518 (dired-guess-default): Fix grammar in doc string (bug#2028).
519 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
520
521 * subr.el (remove-duplicates): New conveniency function.
522
523 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
524
525 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
526 (bug#1526).
527
528 2011-07-10 Martin Rudalics <rudalics@gmx.at>
529
530 * window.el (display-buffer-normalize-default): Don't invert
531 meaning of even-window-heights. Reported by Eli Zaretskii
532 <eliz@gnu.org>.
533
534 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
535
536 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
537
538 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
539
540 * window.el (display-buffer): Fix arguments to
541 display-buffer-reuse-window in last change.
542
543 * faces.el (link): Use a less saturated blue on light backgrounds.
544
545 * startup.el (fancy-startup-text, fancy-about-text)
546 (fancy-startup-tail): Use font-lock faces, for background safety.
547
548 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
549
550 * emulation/viper-cmd.el (viper-change-state-to-vi): Limit
551 triggering of abbrev expansion (Bug#9038).
552
553 2011-07-09 Martin Rudalics <rudalics@gmx.at>
554
555 * window.el (display-buffer-default-specifiers): Remove.
556 (display-buffer-macro-specifiers): Remove default specifiers.
557 (display-buffer-alist): Default to nil.
558 (display-buffer-reuse-window): New optional argument
559 other-window.
560 (display-buffer-pop-up-window): Allow splitting internal
561 windows. Check whether a live window was created.
562 (display-buffer-other-window-means-other-frame)
563 (display-buffer-normalize-arguments): Rename to
564 display-buffer-normalize-argument and rewrite. Set the
565 other-window specifier.
566 (display-buffer-normalize-special): New function.
567 (display-buffer-normalize-options): Rename to
568 display-buffer-normalize-default and rewrite.
569 (display-buffer-normalize-options-inhibit): Remove.
570 (display-buffer-normalize-specifiers): Rewrite.
571 (display-buffer): Process other-window specifier and call
572 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
573 more faithfully.
574 (pop-up-windows, even-window-heights): Restore Emacs 23 default
575 values.
576 (display-buffer-alist-set): Don't handle 'unset default values.
577 (display-buffer-in-window, display-buffer-alist-set): Replace
578 symbol "dedicated" by "dedicate". Reported by Tassilo Horn
579 <tassilo@member.fsf.org>.
580
581 2011-07-09 Leo Liu <sdl.web@gmail.com>
582
583 * register.el (insert-register): Restore accidental change on
584 2011-06-26. (Bug#9028)
585
586 2011-07-09 Glenn Morris <rgm@gnu.org>
587
588 * subr.el (remq): Handle the empty list. (Bug#9024)
589
590 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
591
592 * mail/sendmail.el (send-mail-function): No longer delay custom
593 initialization.
594 * custom.el (custom-initialize-delay): Doc fix.
595
596 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
599
600 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
601
602 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
603 human-friendly prompt.
604
605 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
608 provided by a particular plugin.
609
610 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
611
612 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
613 save customizations (with "emacs -Q"), just set the variable
614 instead of erroring out.
615
616 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
617
618 2011-07-08 Juri Linkov <juri@jurta.org>
619
620 * arc-mode.el (archive-zip-expunge, archive-zip-update)
621 (archive-zip-update-case): Use 7z if found by `executable-find'.
622 The order of searching the available programs is the same as in
623 `archive-zip-extract' (bug#8968).
624
625 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
626
627 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
628 (menu-bar-options-menu): Tweak descriptions.
629
630 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
631
632 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
633 menu items into verb phrases (bug#1421). Also refill to fit under
634 80 columns.
635
636 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
637
638 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
639 (Info-read-node-name): Doc fix (Bug#1084).
640
641 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
642 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
643 (end-of-sexp, beginning-of-sexp)
644 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
645 (forward-symbol, forward-same-syntax, word-at-point)
646 (sentence-at-point): Doc fix (Bug#1144).
647
648 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
649
650 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
651 should cover it (bug#1281).
652
653 * cus-edit.el (custom-show): Mark as obsolete.
654
655 * net/network-stream.el (network-stream-open-starttls): If gnutls
656 negotiation fails, then possibly try again with a non-encrypted
657 connection (bug#9017).
658
659 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
660 be used.
661
662 2011-07-07 Richard Stallman <rms@gnu.org>
663
664 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
665 property, and handle its changed format.
666 Look for the correct line number.
667 Use file's line contents (but not past first =) to find
668 correct line in message.
669
670 2011-07-07 Kenichi Handa <handa@m17n.org>
671
672 * international/characters.el (build-unicode-category-table):
673 Delete it.
674 (unicode-category-table): Set it by unicode-property-table-internal.
675
676 * international/mule-cmds.el (char-code-property-alist): Move to
677 to src/chartab.c.
678 (get-char-code-property): Call unicode-property-table-internal to
679 load a file. Call get-unicode-property-internal where necessary.
680 (put-char-code-property): Call unicode-property-table-internal to
681 load a file. Call put-unicode-property-internal where necessary.
682 put-unicode-property-internal where necessary.
683 (char-code-property-description):
684 Call unicode-property-table-internal to load a file.
685
686 * international/charprop.el:
687 * international/uni-bidi.el:
688 * international/uni-category.el:
689 * international/uni-combining.el:
690 * international/uni-comment.el:
691 * international/uni-decimal.el:
692 * international/uni-decomposition.el:
693 * international/uni-digit.el:
694 * international/uni-lowercase.el:
695 * international/uni-mirrored.el:
696 * international/uni-name.el:
697 * international/uni-numeric.el:
698 * international/uni-old-name.el:
699 * international/uni-titlecase.el:
700 * international/uni-uppercase.el: Regenerate.
701
702 * loadup.el: Load international/charprop.el before
703 international/characters.
704
705 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
706
707 * window.el (next-buffer, previous-buffer): Signal an error if
708 called from a minibuffer window.
709
710 * bindings.el: Revert 2011-07-04 change.
711
712 2011-07-06 Richard Stallman <rms@gnu.org>
713
714 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
715 (rmail-mime-insert-bulk, rmail-mime-insert-text):
716 Treat markers like ints.
717 (rmail-mime-entity): Doc fix.
718
719 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
720
721 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
722 defcustom again for backwards compatibility.
723
724 * simple.el (shell-command-on-region): Fill.
725
726 * dired-aux.el (dired-kill-line): Add a doc string.
727
728 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
729 to "\\sw\\|\\s_" (bug#358).
730
731 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
732 (dired-unmark-backward): Ditto.
733 (dired-flag-backup-files): Ditto.
734
735 * dired-x.el (dired-mark-sexp): Ditto.
736
737 2011-07-06 Richard Stallman <rms@gnu.org>
738
739 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
740 (rmail-mime-entity): New arg TRUNCATED.
741 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
742 New functions.
743 (rmail-mime-save): Warn if entity is truncated.
744 (rmail-mime-toggle-hidden): Likewise, for showing.
745 (rmail-mime-process-multipart): Record when an entity is truncated.
746
747 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
748 if ENTITY is a string.
749
750 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
751
752 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
753 of faces when `M-C-x'-ing their definitions (bug#8378).
754 Also clean up the code slightly.
755
756 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
757 because that makes the colours go away.
758
759 * mail/sendmail.el (send-mail-function): Change the default to
760 `sendmail-query-once'.
761 (sendmail-query-once): Add an autoload cookie.
762
763 * net/network-stream.el (network-stream-open-starttls): Try using
764 a plain connection even if the server offered STARTTLS, and we
765 kinda wanted to use it, if Emacs doesn't have any STARTTLS
766 capability. This should make smtpmail.el work in slightly more
767 configurations.
768
769 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
770
771 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
772 New defun.
773 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
774
775 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
776
777 * progmodes/sql.el: Version 3.0
778 (sql-product-alist): Add product :completion-object,
779 :completion-column, and :statement attributes.
780 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
781 (sql-mode-syntax-table): Mark all punctuation.
782 (sql-font-lock-keywords-builder): Temporarily remove fallback on
783 ansi keywords.
784 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
785 (sql-mode-oracle-font-lock-keywords): Improve.
786 (sql-oracle-show-reserved-words): New function for development.
787 (sql-product-font-lock): Simplify for source code buffers.
788 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
789 New functions.
790 (sql-highlight-product): Set product specific syntax table.
791 (sql-mode-map): Add statement movement functions.
792 (sql-ansi-statement-starters, sql-oracle-statement-starters):
793 New variable.
794 (sql-statement-regexp, sql-beginning-of-statement)
795 (sql-end-of-statement, sql-signum): New functions.
796 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
797 (sql-show-sqli-buffer): Bug fix.
798 (sql-interactive-mode): Store connection data as buffer local.
799 (sql-connect): Add NEW-NAME parameter. Redesign interaction
800 with sql-interactive-mode.
801 (sql-save-connection): Save buffer local settings.
802 (sql-connection-menu-filter): Change menu entry name.
803 (sql-product-interactive): Bug fix.
804 (sql-preoutput-hold): New variable.
805 (sql-interactive-remove-continuation-prompt): Bug fixes.
806 (sql-debug-redirect): New variable.
807 (sql-str-literal): New function.
808 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
809 Redesign.
810 (sql-oracle-save-settings, sql-oracle-restore-settings)
811 (sql-oracle-list-all, sql-oracle-list-table): New functions.
812 (sql-completion-object, sql-completion-column)
813 (sql-completion-sqlbuf): New variables.
814 (sql-build-completions-1, sql-build-completions)
815 (sql-try-completion): New functions.
816 (sql-read-table-name): Use them.
817 (sql-contains-names): New buffer local variable.
818 (sql-list-all, sql-list-table): Use it.
819 (sql-oracle-completion-types): New variable.
820 (sql-oracle-completion-object, sql-sqlite-completion-object)
821 (sql-postgres-completion-object): New functions.
822
823 2011-07-06 Glenn Morris <rgm@gnu.org>
824
825 * window.el (pop-to-buffer): Doc fix.
826
827 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
828
829 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
830
831 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
832
833 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
834
835 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
836
837 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
838
839 * button.el (button): Inherit from link face. Suggested by Dan
840 Nicolaescu.
841
842 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * progmodes/gdb-mi.el: Fit in 80 columns.
845 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
846 switch-to-buffer.
847
848 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
849 if imenu is simply not configured (bug#8941).
850
851 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
852
853 * allout.el (allout-post-undo-hook): New allout outline-change
854 event hook to signal undo activity.
855 (allout-post-command-business): Run allout-post-undo-hook if an
856 undo just occurred.
857 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
858 * allout-widgets.el (allout-widgets-after-undo-function):
859 Ensure the integrity of the current item's decoration after it has been
860 in the vicinity of an undo.
861 (allout-widgets-mode): Include allout-widgets-after-undo-function
862 on the new allout-post-undo-hook.
863
864 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
867 Let define-derived-mode define it.
868 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
869 cycles of abbrev-table inheritance (bug#8998).
870
871 2011-07-05 Roland Winkler <winkler@gnu.org>
872
873 * textmodes/bibtex.el: Add support for biblatex.
874 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
875 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
876 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
877 (bibtex-entry-alist, bibtex-field-alist): New variables.
878 (bibtex-entry-field-alist): Obsolete alias for
879 bibtex-BibTeX-entry-alist.
880 (bibtex-entry-alist, bibtex-field-alist): New widgets.
881 (bibtex-set-dialect): New command.
882 (bibtex-entry-type, bibtex-entry-head)
883 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
884 Bind via bibtex-set-dialect.
885 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
886 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
887 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
888 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
889 Define via bibtex-set-dialect.
890 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
891 Obey bibtex-no-opt-remove-re.
892 (bibtex-vec-push, bibtex-vec-incr): New functions.
893 (bibtex-format-entry, bibtex-field-list)
894 (bibtex-print-help-message, bibtex-validate)
895 (bibtex-search-entries): Use new format of bibtex-entry-alist.
896
897 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * progmodes/compile.el (compilation-goto-locus):
900 * net/tramp-cmds.el (tramp-append-tramp-buffers):
901 * bs.el (bs-cycle-next, bs-cycle-previous):
902 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
903 * bindings.el (mode-line-other-buffer):
904 * autoinsert.el (auto-insert):
905 * arc-mode.el (archive-extract):
906 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
907
908 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
909
910 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
911 Fix check of `emacs-lock-unlockable-modes'.
912 Coerce true values of `emacs-lock--try-unlocking' to t.
913
914 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
915
916 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
917 * emacs-lock.el: New file.
918
919 2011-07-05 Julien Danjou <julien@danjou.info>
920
921 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
922 than `boundp' to check if face is set.
923
924 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
925
926 * register.el (registerv-make):
927 * window.el (window-min-height): Fix typos in docstrings.
928
929 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
930
931 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
932 Update doc string.
933
934 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
935
936 * server.el (server-execute): Catch quit and call
937 `server-return-error' to pass the error back to emacsclient and
938 close the connection (bug#8942).
939
940 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
941
942 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
943 insecure exception for current topic. Also note that auto-saves
944 are handled differently.
945
946 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
947 State variables for tracking auto-save inhibition situation.
948
949 (allout-write-contents-hook-handler): Rename from
950 'allout-write-file-hook-handler', and describe how it depends on
951 write-contents-functions sensitivity to non-nil value to prevent
952 file write.
953
954 (allout-auto-save-hook-handler): Remove. auto-save does not check
955 this in individual buffers, only in the starting buffer, so this
956 is not the right way for us to inhibit auto-save in a buffer
957 according to its condition.
958
959 (allout-mode): Use new allout-write-contents-hook-handler, and
960 only with write-contents-functions. Remove auto-save provisions -
961 they're implemented elsewhere.
962
963 (allout-before-change-handler): If undo is in progress, note that
964 for attention of allout-post-command-business.
965
966 (allout-post-command-business): If the command we're following was
967 an undo, check for change in the status of encrypted items and
968 adjust auto-save inhibitions accordingly.
969
970 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
971 according to whether there are or aren't any plain-text topics
972 pending encryption.
973
974 (allout-inhibit-auto-save-info-for-decryption):
975 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
976 there are plain-text topics pending encryption.
977
978 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
979 buffer-saved-size and some allout state to not inhibit auto-saves
980 if there are no longer any plain-text topics pending encryption.
981
982 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
983 No longer provide for exemption of the current topic.
984
985 2011-07-04 Juri Linkov <juri@jurta.org>
986
987 Add 7z operations to delete and save changed members (bug#8968).
988 * arc-mode.el (archive-7z-expunge, archive-7z-update):
989 New defcustoms.
990 (archive-7z-write-file-member): New function.
991 (archive-7z-summarize): Fix the number of dashes in the
992 listing output.
993
994 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
997 (bug#8958).
998
999 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
1000
1001 * bindings.el: Ignore next-buffer and previous-buffer in
1002 minibuffer-local-map.
1003
1004 * font-lock.el (font-lock-builtin-face): Change light background
1005 color to dark slate blue (Bug#6693).
1006
1007 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1008
1009 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
1010
1011 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
1014 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1015 Add switch-to-buffer.
1016
1017 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1018
1019 * isearch.el (isearch-search-fun-function): Clarify further the
1020 meaning of the function returned.
1021
1022 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
1023
1024 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
1025
1026 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
1027 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
1028 Use it.
1029 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
1030 `tramp-default-remote-path' does not exist.
1031 (tramp-send-command-and-read): New optional argument NOERROR.
1032 (tramp-open-connection-setup-interactive-shell)
1033 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
1034 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
1035 (tramp-process-sentinel): Flush also process' connection property.
1036 (tramp-sh-handle-start-file-process): Do not set process
1037 sentinel. It is done now ...
1038 (tramp-maybe-open-connection): ... here. (Bug#8929)
1039
1040 2011-07-04 MON KEY <monkey@sandpframing.com>
1041
1042 * play/animate.el (animate-string): Doc fixes and allow changing
1043 the buffer name (bug#5417).
1044
1045 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1046
1047 * play/animate.el (animation-buffer-name): Rename from *animate*.
1048
1049 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
1050
1051 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
1052 This is simpler and helps future-proof the code.
1053 (timer-until): Use time-subtract and float-time.
1054 (timer--time-less-p): Use time-less-p.
1055
1056 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
1057
1058 * type-break.el (timep): Use the value of `float-time' to avoid a
1059 byte-compiler warning.
1060
1061 * server.el (server-eval-and-print): Return any result, even nil.
1062
1063 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
1064
1065 * type-break.el: Accept time formats that the builtins accept.
1066 (timep, type-break-time-difference): Accept any format that
1067 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
1068 This is simpler and helps future-proof the code.
1069 (type-break-time-difference): Round rather than ignoring
1070 subseconds components.
1071
1072 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1073
1074 * info.el (Info-apropos-matches): Make non-interactive, since it
1075 doesn't seem to do anything useful as a command (bug#8829).
1076
1077 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * frame.el (frame-background-mode, frame-set-background-mode):
1080 Move from faces.el.
1081 (frame-default-terminal-background): New function.
1082
1083 * custom.el (custom-push-theme): Don't record faces in `changed'
1084 theme; this doesn't work correctly for per-frame face settings.
1085 (disable-theme): Use face-set-after-frame-default to reset faces.
1086 (custom--frame-color-default): New function.
1087
1088 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1089
1090 * dired.el (dired-flagging-regexp): Remove unused variable
1091 (bug#8769).
1092
1093 2011-03-29 Kevin Ryde <user42@zip.com.au>
1094
1095 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1096 `perl-Test2' extend to match possible "fail #N" rep count
1097 (bug#8377).
1098
1099 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1100
1101 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
1102 `smtpmail-via-smtp' now returns the error instead of nil.
1103
1104 * isearch.el (isearch-search-fun-function): Clarify the doc string
1105 (bug#8101).
1106
1107 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
1108
1109 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
1110 unnecessary spaces (bug#8987).
1111
1112 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1113
1114 * net/network-stream.el (open-network-stream): Use the
1115 :end-of-capability command thoughout.
1116
1117 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1118
1119 * net/network-stream.el (open-network-stream): Add the
1120 :end-of-capability command parameter, used by pop3.el.
1121
1122 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1123
1124 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
1125
1126 * fringe.el (fringe-query-style): Remove redundant text " (type ?
1127 for list)" (bug#6475).
1128
1129 * files.el (file-expand-wildcards): Ignore non-readable
1130 sub-directories while trying to find matches instead of signalling
1131 an error (bug#6297).
1132
1133 * man.el (Man-reference-regexp): Allow matching possible
1134 word-wrapped references (bug#6289).
1135
1136 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
1137 for consistency with the other vc buffers (bug#6197).
1138 (vc-checkin): Ditto.
1139
1140 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
1141
1142 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
1143
1144 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1145
1146 * custom.el (defcustom): Clarify that :set is only used in the
1147 Customize user interface (bug#6089).
1148
1149 * progmodes/flymake.el (flymake-mode): If the buffer isn't
1150 associated with a file, refuse to run instead of erroring out
1151 (bug#6084).
1152
1153 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
1154 the doc string, since it appears that using `fill-column' always
1155 controls the width (bug#7845).
1156
1157 * simple.el (shell-command-on-region): Say where the error output
1158 went if `shell-command-default-error-buffer' is set (bug#6857).
1159
1160 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
1161
1162 * allout.el (allout-yank-processing): Adjust cursor position for
1163 backwards-deleted space.
1164
1165 (allout-rebullet-heading): Register changes with
1166 allout-exposure-changed-hook, so the modified topic is properly
1167 decorated.
1168
1169 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170
1171 * minibuffer.el (completion-in-region): Document PREDICATE
1172 (bug#7136).
1173
1174 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
1175 of keyword/argument pairs (bug#6904).
1176
1177 * replace.el (multi-occur):
1178 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
1179
1180 2011-07-02 Drew Adams <drew.adams@oracle.com>
1181
1182 * dired.el (dired-mark-if): Make the message about whether it's
1183 marking or unmarking clearer (bug#8523).
1184
1185 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1186
1187 * disp-table.el (display-table-print-array): New function.
1188 (describe-display-table): Use it to print the vectors more pretty
1189 (Bug#8859).
1190
1191 2011-07-02 Martin Rudalics <rudalics@gmx.at>
1192
1193 * window.el (window-state-get-1): Don't assign clone numbers.
1194 Add clone-of item to list of window parameters.
1195 (window-state-put-2): Don't process clone numbers.
1196 (display-buffer-alist): Fix doc-string.
1197
1198 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * subr.el (remq): Don't allocate if it's not needed.
1201 (keymap--menu-item-binding, keymap--menu-item-with-binding)
1202 (keymap--merge-bindings): New functions.
1203 (keymap-canonicalize): Use them to refine the canonicalization.
1204 * minibuffer.el (minibuffer-local-completion-map)
1205 (minibuffer-local-must-match-map): Move initialization from C.
1206 (minibuffer-local-filename-completion-map): Move initialization from C;
1207 don't inherit from anything here.
1208 (minibuffer-local-filename-must-match-map): Make obsolete.
1209 (completing-read-default): Use make-composed-keymap to combine
1210 minibuffer-local-filename-completion-map with either
1211 minibuffer-local-must-match-map or
1212 minibuffer-local-filename-completion-map.
1213
1214 2011-07-01 Glenn Morris <rgm@gnu.org>
1215
1216 * type-break.el (type-break-time-sum): Use dolist.
1217
1218 * textmodes/flyspell.el (flyspell-word-search-backward):
1219 Replace CL function.
1220
1221 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * mouse.el (mouse--strip-first-event): New function.
1224 (function-key-map): Use it to map fringe clicks to normal clicks
1225 by default.
1226
1227 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
1228 (vc-bzr-revision-completion-table): Add support for annotate and date.
1229
1230 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
1231 inherit from parent.
1232
1233 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1234
1235 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
1236 (dired-show-file-type): Doc fixup (bug#8818).
1237
1238 * dired.el (dired-mode): Fix up the doc string as suggested by
1239 Drew Adams (bug#8817).
1240
1241 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
1242 cookie, since the manual says that it should be possible to add
1243 this function to `find-file-hook' (bug#8709).
1244
1245 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
1246
1247 * progmodes/cfengine.el: Moved all cfengine3.el functionality
1248 here. Noted Ted Zlatanov as the maintainer.
1249 (cfengine-common-settings, cfengine-common-syntax): New functions
1250 to set up common things between `cfengine-mode' and
1251 `cfengine3-mode'.
1252 (cfengine3-mode): New mode.
1253 (cfengine3-defuns cfengine3-defuns-regex
1254 (cfengine3-class-selector-regex cfengine3-category-regex)
1255 (cfengine3-vartypes cfengine3-font-lock-keywords)
1256 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
1257 (cfengine3-indent-line): Add from cfengine3.el.
1258
1259 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
1262
1263 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1264
1265 2011-07-01 Martin Rudalics <rudalics@gmx.at>
1266
1267 * window.el (same-window-buffer-names, same-window-regexps)
1268 (same-window-p, special-display-frame-alist)
1269 (special-display-popup-frame, special-display-function)
1270 (special-display-buffer-names, special-display-regexps)
1271 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
1272 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
1273 (split-window-preferred-function, split-height-threshold)
1274 (split-width-threshold, even-window-heights)
1275 (display-buffer-mark-dedicated, window-splittable-p)
1276 (split-window-sensibly, window-safely-shrinkable-p):
1277 Un-obsolete.
1278 (display-buffer): Don't spread args with function specifier
1279 because special-display-popup-frame won't like it.
1280
1281 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
1282
1283 Time-stamp simplifications and fixes.
1284 These improve accuracy slightly, and future-proof the code
1285 against some potential changes to current-time format.
1286
1287 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
1288 by using time-since and float-time.
1289
1290 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
1291 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
1292 + NNN microseconds".
1293
1294 * type-break.el (type-break-time-sum): Rewrite using time-add.
1295
1296 * play/hanoi.el (hanoi-current-time-float): Remove.
1297 All uses replaced by float-time.
1298
1299 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
1300 This yields a more-accurate answer.
1301 (rng-time-to-float): Remove; no longer needed.
1302
1303 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
1304
1305 * calendar/timeclock.el (timeclock-seconds-to-time):
1306 Defalias to seconds-to-time, since they're the same thing.
1307
1308 * emacs-lisp/elp.el (elp-elapsed-time):
1309 * emacs-lisp/benchmark.el (benchmark-elapse):
1310 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
1311
1312 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * window.el (bury-buffer): Don't iconify the only frame.
1315 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
1316 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
1317
1318 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * eshell/em-smart.el (eshell-smart-display-navigate-list):
1321 Add mouse-yank-primary.
1322
1323 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
1324
1325 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
1326
1327 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * emacs-lisp/find-func.el (find-library--load-name): New fun.
1330 (find-library-name): Use it to find relative load names when provided
1331 absolute file name (bug#8803).
1332
1333 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1334
1335 * textmodes/flyspell.el (flyspell-word): Consider words that
1336 differ only in case as potential doublons (bug#5687).
1337
1338 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
1339 Remove two rather uninteresting debugging-like messages to make
1340 debbugs.el more silent.
1341
1342 * comint.el (comint-password-prompt-regexp): Accept "Response" as
1343 a password-like phrase.
1344
1345 2011-06-30 Mastake YAMATO <yamato@redhat.com>
1346
1347 * progmodes/cc-guess.el: New file.
1348
1349 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
1350
1351 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
1352 derived from `c-basic-common-init'.
1353
1354 * progmodes/cc-mode.el (top-level): Require cc-guess.
1355 (c-basic-common-init): Use `cc-choose-style-for-mode'.
1356
1357 2011-06-30 Lawrence Mitchell <wence@gmx.li>
1358
1359 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
1360
1361 2011-06-30 Alan Mackenzie <acm@muc.de>
1362
1363 * progmodes/cc-engine.el (c-guess-continued-construct):
1364 Correct the handling of template-args-cont, particularly for when font
1365 lock is disabled. Name this case as "CASE G".
1366
1367 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
1368
1369 * allout.el (allout-yank-processing): Fix injection of extra space
1370 between bullet and non-whitespace character in first topic when
1371 pasting, ensuring that the actual spacing in the pasted topic
1372 following the bullet char is preserved. This extra space was
1373 causing pasted encrypted topics to get a decrypted status even
1374 when the content was actually still encrypted. Now the decryption
1375 status from before the paste is preserved.
1376
1377 (allout-flag-region): Set all allout overlays so they evaporate
1378 when reduced to zero length (evanescent), to prevent overlay
1379 leakage.
1380
1381 2011-06-30 Glenn Morris <rgm@gnu.org>
1382
1383 * w32-fns.el (w32-charset-info-alist): Declare.
1384
1385 * find-dired.el (find-grep-options): Simplify.
1386
1387 * term/ns-win.el (ns-set-resource): Declare.
1388
1389 * ses.el (row, col): Declare dynamic variables honestly.
1390
1391 * textmodes/reftex-parse.el (index-tags): Declare.
1392
1393 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * cus-edit.el (customize-push-and-save): New function.
1396
1397 * files.el (hack-local-variables-confirm): Use it.
1398
1399 * custom.el (load-theme): New arg NO-CONFIRM.
1400 Use customize-push-and-save (Bug#8720).
1401 (custom-enabled-themes): Doc fix.
1402
1403 * cus-theme.el (customize-create-theme)
1404 (custom-theme-merge-theme): Callers to load-theme changed.
1405
1406 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1407
1408 * thingatpt.el (thing-at-point-short-url-regexp): Require that
1409 short URLs have at least one dot in them (bug #7614).
1410
1411 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
1412 nil, because using a pty is apparently too slow (bug #895).
1413
1414 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1415
1416 * mail/sendmail.el (sendmail-query-once): New function.
1417 (sendmail-query-once-function): New variable.
1418
1419 2011-06-29 Glenn Morris <rgm@gnu.org>
1420
1421 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
1422
1423 * ses.el (top-level): Require cl when compiling.
1424 (ses-set-localvars): Fix error statement.
1425 Call it at compile time to silence a storm of warnings.
1426
1427 2011-06-29 Martin Rudalics <rudalics@gmx.at>
1428
1429 * window.el (normalize-live-buffer): Rename to
1430 window-normalize-buffer.
1431 (normalize-live-frame): Rename to window-normalize-frame.
1432 (normalize-any-window): Rename to window-normalize-any-window.
1433 (normalize-live-window): Rename to window-normalize-live-window.
1434 (make-window-atom): Rename to window-make-atom.
1435 (window-resize-reset): Rename to window--resize-reset.
1436 (window-resize-reset-1): Rename to window--resize-reset-1.
1437 (resize-mini-window): Rename to window--resize-mini-window.
1438 (resize-subwindows-skip-p): Rename to
1439 window--resize-subwindows-skip-p.
1440 (resize-subwindows-normal): Rename to
1441 window--resize-subwindows-normal.
1442 (resize-subwindows): Rename to window--resize-subwindows.
1443 (resize-other-windows): Rename to window--resize-siblings.
1444 (resize-this-window): Rename to window--resize-this-window.
1445 (resize-root-window): Rename to window--resize-root-window.
1446 (resize-root-window-vertically): Rename to
1447 window--resize-root-window-vertically.
1448 (normalize-buffer-to-display): Rename to
1449 window-normalize-buffer-to-display.
1450 (normalize-buffer-to-switch-to): Rename to
1451 window-normalize-buffer-to-switch-to.
1452 Correspondingly update all callers of the functions listed
1453 above.
1454 (display-buffer-alist, display-buffer-normalize-arguments)
1455 (display-buffer-normalize-options, display-buffer)
1456 (display-buffer-alist-set): Use "function" instead of
1457 "fun-with-args".
1458
1459 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
1462 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
1463 debbugs.gnu.org. Mention acknowledgment email.
1464
1465 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1466
1467 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
1468 buffer multibyteness, since it shouldn't matter.
1469
1470 2011-06-28 Martin Rudalics <rudalics@gmx.at>
1471
1472 * window.el (display-buffer-in-side-window): Handle dedicated
1473 windows as in display-buffer-reuse-window.
1474 (display-buffer-normalize-alist): Use value of override
1475 specifier.
1476 (display-buffer-normalize-specifiers): Use value of
1477 other-window-means-other-frame specifier.
1478 (display-buffer-alist): Rewrite some texts in widgets.
1479 (display-buffer): Spread arguments when calling function
1480 specified by fun-with-args.
1481
1482 2011-06-28 Deniz Dogan <deniz@dogan.se>
1483
1484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1485 Unnest `let'.
1486
1487 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
1488 selectors (Bug#5732).
1489 (css-proprietary-nmstart-re): Use `regexp-opt'.
1490
1491 2011-06-27 Jari Aalto <jari.aalto@cante.net>
1492
1493 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
1494 (eshell-ls-date-format): New defcustom.
1495 (eshell-ls-file): Use it.
1496
1497 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * help-fns.el (describe-variable): Fix message for terminal-local vars.
1500
1501 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1502
1503 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
1504 (ange-ftp-make-tmp-name): New arg.
1505 (ange-ftp-file-local-copy): Use it.
1506
1507 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
1508
1509 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
1510 no-conversion (Bug#8870).
1511
1512 2011-06-27 Martin Rudalics <rudalics@gmx.at>
1513
1514 * window.el (window-right, window-left, window-child)
1515 (window-child-count, window-last-child)
1516 (window-iso-combination-p, walk-window-tree-1)
1517 (window-atom-check-1, window-tree-1, delete-window)
1518 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
1519 new naming conventions - window-vchild, window-hchild,
1520 window-next and window-prev are now called window-top-child,
1521 window-left-child, window-next-sibling and window-prev-sibling
1522 respectively.
1523 (resize-window-reset): Rename to window-resize-reset.
1524 (resize-window-reset-1): Rename to window-resize-reset-1.
1525 (resize-window): Rename to window-resize.
1526 (window-min-height, window-min-width)
1527 (resize-mini-window, resize-this-window, resize-root-window)
1528 (resize-root-window-vertically, adjust-window-trailing-edge)
1529 (enlarge-window, shrink-window, maximize-window)
1530 (minimize-window, delete-window, quit-restore-window)
1531 (split-window, balance-windows, balance-windows-area-adjust)
1532 (balance-windows-area, window-state-put-2)
1533 (display-buffer-even-window-sizes, display-buffer-set-height)
1534 (display-buffer-set-width, set-window-text-height)
1535 (fit-window-to-buffer): Rename all "resize-window" prefixed
1536 calls to use the "window-resize" prefix convention.
1537 (display-buffer-alist): Fix symbol for label specifier.
1538 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
1539 corresponding specifier.
1540 Reported by Juanma Barranquero <lekktu@gmail.com>.
1541
1542 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
1543
1544 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
1545 convention.
1546 (ses-call-printer): Does not pass an empty string to formatter when the
1547 cell is empty to keep from barking printer Calc math-format-value.
1548
1549 2011-06-27 Richard Stallman <rms@gnu.org>
1550
1551 * battery.el (battery-mode-line-limit): New variable.
1552 (battery-update): Handle it.
1553
1554 * mail/rmailmm.el (rmail-mime-process-multipart):
1555 Handle truncated messages.
1556
1557 2011-06-27 Glenn Morris <rgm@gnu.org>
1558
1559 * progmodes/flymake.el (flymake-err-line-patterns):
1560 Allow for column numbers in the ant/javac pattern. (Bug#8866)
1561
1562 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
1563
1564 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
1565 (ses--clean-!, ses--clean-_): New functions.
1566 (ses-range): Add configurability of readout order, and conversion
1567 to Calc vector.
1568
1569 * ses.el (ses-repair-cell-reference-all): New function.
1570 (ses-cell-symbol): Set macro as safe, so that it can be used in
1571 formulas.
1572
1573 * ses.el: Update cycle detection algorithm.
1574 (ses-localvars): Add ses--Dijkstra-attempt-nb and
1575 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
1576 (ses-set-localvars): New function.
1577 (ses-make-cell): Add property-list as a cell element.
1578 (ses-cell-property-get-fun, ses-cell-property-get)
1579 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
1580 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
1581 New functions.
1582 (ses-cell-property-set, ses-cell-property-pop)
1583 (ses-cell-property-get-handle): New macro.
1584 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
1585 New aliases, used for code readability.
1586 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
1587 cycle detection.
1588 (ses-self-reference-early-detection): New defcustom.
1589 (ses-formula-references): Robustify against self-refering cells.
1590 (ses-mode): Use ses-set-localvars.
1591 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
1592 before lauching the update processing.
1593 (ses-initialize-Dijkstra-attempt): New function.
1594 (ses-recalculate-cell): Update for cycle detection based on
1595 Dijkstra algorithm.
1596
1597 * ses.el: Fix commenting and indenting convention.
1598
1599 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * bs.el (bs-cycle-next): Complete last change.
1602
1603 2011-06-27 Drew Adams <drew.adams@oracle.com>
1604
1605 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
1606
1607 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1608
1609 * net/network-stream.el (network-stream-open-starttls):
1610 Don't re-get capabilities unless we've reestablished connection.
1611 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
1612
1613 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
1614 to binary to possibly avoid line encoding issues on Windows (among
1615 other things).
1616
1617 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1618
1619 * net/network-stream.el (open-network-stream): Return an :error
1620 saying what the problem was, if possible.
1621
1622 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
1623 server.
1624
1625 * net/network-stream.el (network-stream-open-starttls): If we
1626 wanted to use STARTTLS, and the server offered it, but we weren't
1627 able to because we had no STARTTLS support, then close the connection.
1628 (open-network-stream): Return an :error element, if present.
1629
1630 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
1631
1632 * hl-line.el (hl-line-sticky-flag): Doc fix.
1633 (global-hl-line-sticky-flag): New option (Bug#8323).
1634 (global-hl-line-highlight): Obey it.
1635
1636 * vc/vc.el (vc-revert-show-diff): Default to t.
1637
1638 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
1639
1640 * allout-widgets.el (allout-widgets-post-command-business):
1641 Stop decorating intermediate isearch matches. They're not being
1642 undecorated when an isearch is continued past, and isearch
1643 automatically collapses them. This leads to "widget leaks", where
1644 decorated items accumulate in collapsed areas. Lines with lots of
1645 hidden widgets can slow down cursor travel, substantially.
1646 Too much complicated machinery would be needed to ensure undecoration,
1647 so we're doing without this nicety.
1648
1649 (allout-widgets-tally-string): Don't try to do a hash-table-count
1650 of allout-widgets-tally when it's nil. This eliminates spurious "Error
1651 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
1652 *Messages* when allout-widgets-maintain-tally is t.
1653
1654 2011-06-26 Martin Rudalics <rudalics@gmx.at>
1655
1656 * window.el (display-buffer-normalize-argument): Rename to
1657 display-buffer-normalize-arguments. Handle special meaning of
1658 LABEL argument. Respect special-display-function when popping up
1659 a new frame. Fix code searching for a window showing the buffer
1660 on another frame.
1661 (display-buffer-normalize-specifiers):
1662 Call display-buffer-normalize-arguments.
1663 (display-buffer-in-window): Don't undedicate the window if its
1664 buffer remains the same.
1665 Reported by Drew Adams <drew.adams@oracle.com>.
1666 (display-buffer-alist): Add choice for same-window macro
1667 specfier.
1668 (display-buffer): Mention special meaning of LABEL argument in
1669 doc-string. Fix quoting. Don't pop up a new frame even as
1670 fallback.
1671
1672 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
1675 avoid deleting the current window in some cases (bug#8911).
1676
1677 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
1678
1679 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
1680 (Bug#8934)
1681
1682 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1683
1684 * net/network-stream.el (network-stream-open-starttls):
1685 Use built-in TLS support if `gnutls-available-p' is true.
1686 (network-stream-open-tls): Ditto.
1687
1688 2011-06-26 Leo Liu <sdl.web@gmail.com>
1689
1690 * register.el (registerv): New struct.
1691 (registerv-make): New function.
1692 (jump-to-register, describe-register-1, insert-register):
1693 Support the jump-func, print-func and insert-func slot of a registerv
1694 struct. (Bug#8415)
1695
1696 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
1697
1698 * vc/vc.el (vc-revert-show-diff): New defcustom.
1699 (vc-diff-internal): New arg specifying diff buffer.
1700 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
1701 reuse an existing *vc-diff* buffer (Bug#8927).
1702
1703 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
1704
1705 2011-06-26 Glenn Morris <rgm@gnu.org>
1706
1707 * progmodes/f90.el (f90-critical-indent): New option.
1708 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
1709 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
1710 (f90-mode): Doc fix.
1711 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
1712 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
1713 (f90-beginning-of-block, f90-next-block, f90-indent-region)
1714 (f90-match-end): Handle block, critical.
1715
1716 2011-06-25 Glenn Morris <rgm@gnu.org>
1717
1718 * calendar/diary-lib.el (diary-included-files): Doc fix.
1719 (diary-include-files): New function, extracted from
1720 diary-include-other-diary-files and diary-mark-included-diary-files.
1721 (diary-include-other-diary-files, diary-mark-included-diary-files):
1722 Just call diary-include-files.
1723 (diary-mark-entries): Reset diary-included-files on first call.
1724
1725 * calendar/diary-lib.el (diary-mark-entries)
1726 (diary-mark-included-diary-files):
1727 Visit included diary-files in temp buffers.
1728
1729 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
1730 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
1731 (f90-start-block-re, f90-imenu-generic-expression)
1732 (f90-looking-at-program-block-start, f90-no-block-limit):
1733 Add support for submodules.
1734
1735 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
1736 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
1737
1738 2011-06-25 Eli Zaretskii <eliz@gnu.org>
1739
1740 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
1741 buffer-file-type before setting its value, to avoid disastrous
1742 global effects on decoding files for DOS/Windows systems. (Bug#8780)
1743
1744 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
1747
1748 * ses.el (ses-unload-function):
1749 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
1750
1751 * proced.el (proced-unload-function):
1752 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
1753
1754 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1755
1756 * server.el (server-create-window-system-frame): Add parameters arg.
1757 (server-process-filter): Doc fix. Handle frame-parameters.
1758
1759 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
1760
1761 Fix bug#8730, bug#8781.
1762
1763 * loadhist.el (unload--set-major-mode): New function.
1764 (unload-feature): Use it.
1765
1766 * progmodes/python.el (python-after-info-look): Add autoload cookie.
1767 (python-unload-function): New function.
1768
1769 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
1772
1773 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
1774
1775 * net/browse-url.el (browse-url-firefox-program): Add icecat to
1776 the candidates list.
1777
1778 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
1779
1780 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
1781
1782 2011-06-23 Richard Stallman <rms@gnu.org>
1783
1784 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
1785 (rmail-variables): Set next-error-move-function.
1786 (rmail-what-message): Take argument POS.
1787 (rmail-next-error-move): New function.
1788
1789 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
1792 messages for adjacent non-terminals.
1793
1794 2011-06-23 Richard Stallman <rms@gnu.org>
1795
1796 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
1797 (rmail-show-message-1): Preserve buffer modified flag.
1798 (rmail-start-mail): Don't specify use of rmail-mail-return;
1799 that's done by mail-bury now.
1800 (rmail-mail-return): Handle arg NEWBUF.
1801
1802 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
1803
1804 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
1805 SIZE is a number.
1806
1807 2011-06-23 Martin Rudalics <rudalics@gmx.at>
1808
1809 * window.el (get-lru-window, get-mru-window)
1810 (get-largest-window): Never return a minibuffer window.
1811 (display-buffer-pop-up-window): Fix a bug that could lead to
1812 reusing the minibuffer window.
1813 (display-buffer): Pass original specifier argument to
1814 display-buffer-function instead of the normalized one.
1815 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1816
1817 2011-06-22 Leo Liu <sdl.web@gmail.com>
1818
1819 * minibuffer.el (completing-read-function)
1820 (completing-read-default): Move from minibuf.c
1821
1822 2011-06-22 Richard Stallman <rms@gnu.org>
1823
1824 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
1825 to Rmail even if not started by a special Rmail command.
1826
1827 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1828 Copy the buffer currently showing just one message.
1829
1830 2011-06-22 Roland Winkler <winkler@gnu.org>
1831
1832 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
1833 (bibtex-clean-entry): First delete the old key so that a
1834 customized algorithm for generating the new key does not get
1835 confused by the old key.
1836 (bibtex-url): Obey regexp of first step.
1837 (bibtex-search-entries): Do not use add-to-list with local
1838 list-var.
1839
1840 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1841
1842 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
1843 stored a user name, then query for the password first, instead of
1844 waiting for SMTP to give an error message and the trying again.
1845
1846 2011-06-22 Lawrence Mitchell <wence@gmx.li>
1847
1848 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
1849 BUFFER in call-process.
1850
1851 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1852
1853 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
1854 QUIT twice.
1855 (smtpmail-try-auth-methods): Require user name and password from
1856 auth-source.
1857
1858 2011-06-22 Martin Rudalics <rudalics@gmx.at>
1859
1860 * window.el (display-buffer-default-specifiers)
1861 (display-buffer-alist): Remove entries for pop-up-frame-alist.
1862 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
1863 (split-window): Normalize SIDE argument (Bug#8916).
1864
1865 * frame.el (pop-up-frame-alist, pop-up-frame-function)
1866 (special-display-frame-alist, special-display-popup-frame):
1867 Remove duplicate declarations. These are now in window.el.
1868
1869 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1870
1871 * mail/smtpmail.el (smtpmail-via-smtp):
1872 Set :use-starttls-if-possible so that we always use STARTTLS if the
1873 server supports it. SMTP servers that support STARTTLS commonly
1874 require it.
1875
1876 * net/network-stream.el (network-stream-open-starttls): Support
1877 upgrading to STARTTLS always, even if we don't have built-in support.
1878 (open-network-stream): Add the :always-query-capabilies keyword.
1879
1880 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
1881 upgrades with `open-network-stream', and rely solely on
1882 auth-source for all credentials. Big changes throughout the file,
1883 but in particular:
1884 (smtpmail-auth-credentials): Remove.
1885 (smtpmail-starttls-credentials): Remove.
1886 (smtpmail-via-smtp): Check for servers saying they want AUTH after
1887 MAIL FROM, too.
1888
1889 * net/network-stream.el (network-stream-open-starttls):
1890 Provide support for client certificates both for external and built-in
1891 STARTTLS.
1892 (auth-source): Require.
1893 (open-network-stream): Document the :client-certificate keyword.
1894 (network-stream-certificate): Change cert-cert to cert and
1895 cert-key to key.
1896
1897 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
1898
1899 * net/tramp-cache.el (top): Don't load the persistency file when
1900 "emacs -Q" has been called.
1901
1902 2011-06-21 Tim Harper <timcharper@gmail.com>
1903
1904 * term/ns-win.el (ns-initialize-window-system):
1905 Set application-specific `ApplePressAndHoldEnabled' system
1906 resource to NO as it is not yet supported by the NS port.
1907
1908 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * misc.el (list-dynamic-libraries--refresh): Compute header here...
1911 (list-dynamic-libraries): ...not here.
1912
1913 2011-06-21 Leo Liu <sdl.web@gmail.com>
1914
1915 * subr.el (sha1): Implement sha1 using secure-hash.
1916
1917 2011-06-21 Martin Rudalics <rudalics@gmx.at>
1918
1919 * window.el (display-buffer-alist): In default value do not
1920 enforce searching a window on any but the selected frame.
1921 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1922 (display-buffer-select-window): Remove function.
1923 (display-buffer-in-window): When a window on another frame gets
1924 reused, do not select it any more but just raise its frame if
1925 necessary (Bug#8851) and (Bug#8856).
1926 (display-buffer-normalize-options): Handle pop-up-frames related
1927 options more faithfully.
1928 (pop-to-buffer): Don't rely on `display-buffer' selecting the
1929 window if it is on another frame.
1930 (display-buffer-alist, display-buffer-default-specifiers):
1931 Don't make new frame unsplittable by default.
1932 (display-buffer-normalize-argument): Fix doc-string typo and use
1933 'same-frame-other-window instead of 'other-window when associating
1934 with display-buffer-macro-specifiers.
1935
1936 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
1937
1938 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
1939 New functions.
1940 (5x5-mode-map, 5x5-mode-menu): Bind them.
1941 (5x5-draw-grid): Tweak the solver's rendering.
1942
1943 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
1946 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
1947
1948 2011-06-21 Drew Adams <drew.adams@oracle.com>
1949
1950 * menu-bar.el: Use function variable instead of switch-to-buffer.
1951 (menu-bar-select-buffer-function): New variable.
1952 (menu-bar-update-buffers): Use it (bug#8876).
1953
1954 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
1957 variable's status.
1958
1959 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
1960
1961 * x-dnd.el (x-dnd-version-from-flags)
1962 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
1963 and long as number (Bug#8899).
1964 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
1965
1966 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
1969 (completion-try-completion, completion-all-completions): Compute the
1970 metadata argument if it's missing; make it optional (bug#8795).
1971
1972 * wid-edit.el: Use lex-bind and move towards completion-at-point.
1973 (widget-complete): Use new :completion-function property.
1974 (widget-completions-at-point): New function.
1975 (default): Use :completion-function instead of :complete.
1976 (widget-default-completions): Rename from widget-default-complete;
1977 Rewrite.
1978 (widget-string-complete, widget-file-complete, widget-color-complete):
1979 Remove functions.
1980 (file, symbol, function, variable, coding-system, color):
1981 * international/mule-cmds.el (default-input-method, charset)
1982 (language-info-custom-alist):
1983 * cus-edit.el (face): Use new property :completions.
1984
1985 * progmodes/pascal.el (pascal-completions-at-point): New function.
1986 (pascal-mode): Use it.
1987 (pascal-mode-map): Use completion-at-point.
1988 (pascal-toggle-completions): Make obsolete.
1989 (pascal-complete-word, pascal-show-completions):
1990 * progmodes/octave-mod.el (octave-complete-symbol):
1991 Redefine as obsolete alias.
1992 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
1993 Signal absence of completion info for old Octave,
1994 (inferior-octave-complete): Redefine as obsolete alias.
1995 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
1996 (meta-completions-at-point): Rename from meta-complete-symbol and
1997 adapt it for use on completion-at-point-functions.
1998 (meta-common-mode): Use it.
1999 (meta-looking-at-backward, meta-match-buffer): Remove.
2000 (meta-complete-symbol): Redefine as obsolete alias.
2001 (meta-common-mode-map): Use completion-at-point.
2002 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
2003 (makefile-mode-map): Use completion-at-point.
2004 (makefile-completions-at-point): Rename from makefile-complete and
2005 adapt it for use on completion-at-point-functions.
2006 (makefile-mode): Use it.
2007 (makefile-complete): Redefine as obsolete alias.
2008
2009 2011-06-20 Deniz Dogan <deniz@dogan.se>
2010
2011 * net/rcirc.el: Delete trailing whitespaces once and for all.
2012
2013 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
2014
2015 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
2016
2017 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
2018
2019 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
2020
2021 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
2022
2023 2011-06-19 Martin Rudalics <rudalics@gmx.at>
2024
2025 * window.el (display-buffer-other-window-means-other-frame):
2026 Call display-buffer-normalize-alist.
2027 (display-buffer-normalize-specifiers-1): Rename to
2028 display-buffer-normalize-argument. New argument other-frame.
2029 Rewrite.
2030 (display-buffer-normalize-specifiers-2): Rename to
2031 display-buffer-normalize-options.
2032 (display-buffer-normalize-alist-1): New function.
2033 (display-buffer-normalize-specifiers-3): Rename to
2034 display-buffer-normalize-alist.
2035 Call display-buffer-normalize-alist-1.
2036 (display-buffer-normalize-options-inhibit): New variable.
2037 (display-buffer-normalize-specifiers): Rewrite calling
2038 display-buffer-normalize-alist,
2039 display-buffer-normalize-argument, and
2040 display-buffer-normalize-options. Don't call the latter if
2041 display-buffer-normalize-options-inhibit is non-nil.
2042 (frame-auto-delete): New option.
2043 (window-deletable-p): Use frame-auto-delete.
2044 (window-list-no-nils, window-state-ignored-parameters)
2045 (window-state-get-1, window-state-get, window-state-put-list)
2046 (window-state-put-1, window-state-put-2, window-state-put):
2047 New functions.
2048 (display-buffer-normalize-options): Move special-display-p group
2049 after pop-up-frame group (Bug#8851) and (Bug#8856).
2050
2051 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
2052
2053 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
2054 groups (Bug#8776).
2055 (rx-submatch-n): New function.
2056 (rx): Document it.
2057
2058 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
2059 (Bug#8768).
2060
2061 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
2062
2063 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
2064
2065 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
2066 anytime existing face settings are present (Bug#8889).
2067
2068 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
2069 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
2070 Remove unused argument.
2071
2072 2011-06-18 Martin Rudalics <rudalics@gmx.at>
2073
2074 * window.el (display-buffer-default-specifiers):
2075 Remove pop-up-frame. Add pop-up-window-min-height,
2076 pop-up-window-min-width, and another reuse-window specifier
2077 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
2078 (display-buffer-normalize-specifiers-2):
2079 Handle split-height-threshold and split-width-threshold also when
2080 pop-up-windows is unset. Add a reuse-window specifier for the
2081 case popping up a new window fails.
2082 (special-display-popup-frame): Remove double quoting.
2083 (display-buffer-normalize-specifiers-1): Fix thinko.
2084
2085 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * shell.el (shell-completion-vars): Set pcomplete-termination-string
2088 according to comint-completion-addsuffix.
2089
2090 * pcomplete.el: Convert to lexical binding and fix bug#8819.
2091 (pcomplete-suffix-list): Mark as obsolete.
2092 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
2093 pcomplete-seen in the closure.
2094 (pcomplete-comint-setup): Setup completion-at-point as well.
2095 (pcomplete--entries): New function.
2096 (pcomplete--env-regexp): New var.
2097 (pcomplete-entries): Rewrite to work with partial-completion and
2098 without relying on pcomplete-suffix-list.
2099 (pcomplete-pare-list): Remove, unused.
2100
2101 2011-06-17 Martin Rudalics <rudalics@gmx.at>
2102
2103 * window.el (display-buffer-alist): Set pop-up-window-min-height
2104 and pop-up-window-min-width in default value. Reported by
2105 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
2106 other-window-means-other-frame.
2107 (display-buffer-macro-specifiers): Comment out entry for
2108 other-window specifier.
2109 (display-buffer-other-window-means-other-frame): New function.
2110 (display-buffer-normalize-specifiers-1): New arguments
2111 buffer-name and label. Treat other-window case specially.
2112 (display-buffer-normalize-specifiers-2): Treat other-window case
2113 specially.
2114 (display-buffer-normalize-specifiers-3): New function.
2115 (display-buffer-normalize-specifiers):
2116 Call display-buffer-normalize-specifiers-3.
2117
2118 2011-06-17 Martin Rudalics <rudalics@gmx.at>
2119
2120 * window.el (same-window-p): Fix two typos introduced when
2121 adding with-no-warnings.
2122 (display-buffer-normalize-specifiers-1): Don't check
2123 pop-up-frames for 'unset initialization.
2124 (display-buffer-normalize-specifiers-2): Major rewrite using
2125 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
2126 (pop-up-frames, display-buffer-reuse-frames)
2127 (display-buffer-mark-dedicated): Don't initialize to 'unset.
2128 Suggested by David Engster <deng@randomsample.de>.
2129 (even-window-heights): Initialize to 'unset.
2130 (display-buffer-alist-set): Handle new 'unset initializations.
2131 (display-buffer-macro-specifiers): Don't pop up a new frame in the
2132 other window case.
2133
2134 2011-06-16 Martin Rudalics <rudalics@gmx.at>
2135
2136 * window.el (display-buffer-normalize-specifiers-1):
2137 Respect current value of pop-up-frames for most reasonable values of
2138 second argument of display-buffer (Bug#8865).
2139 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
2140 (switch-to-buffer-other-window-same-frame)
2141 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
2142 Adams (Bug#8875).
2143 (display-buffer): Don't check noninteractive when calling
2144 display-buffer-pop-up-frame.
2145 (display-buffer-pop-up-frame): Never pop up a frame in
2146 noninteractive mode (Bug#8857).
2147 (enlarge-window, shrink-window): Don't report an error when the
2148 window can't be resized as requested (Bug#8862).
2149
2150 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
2153
2154 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
2155
2156 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
2157
2158 2011-06-15 Alan Mackenzie <acm@muc.de>
2159
2160 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
2161 for declarators, disable knr checking to speed up for normal files.
2162 2: Refactor, replacing a sequence of nested if forms by a cond form.
2163
2164 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2165
2166 * net/network-stream.el (open-network-stream): Add the keyword
2167 :always-query-capabilities for the case where you want to force a
2168 `plain' network connection, but the protocol still requires the
2169 capabilitiy command (i.e., SMTP and EHLO).
2170
2171 * subr.el (process-live-p): Rename from `process-alive-p' for
2172 consistency with other `-live-p' functions.
2173
2174 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * window.el (same-window-buffer-names, same-window-regexps)
2177 (special-display-frame-alist, special-display-popup-frame)
2178 (special-display-function, special-display-buffer-names)
2179 (special-display-regexps, pop-up-frame-alist)
2180 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
2181 (pop-up-windows, split-window-preferred-function)
2182 (split-height-threshold, split-width-threshold, even-window-heights)
2183 (display-buffer-mark-dedicated): Don't encourage the use of
2184 display-buffer-alist from Elisp code.
2185
2186 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2187
2188 * progmodes/python.el (python-mode): Derive from prog-mode.
2189 * progmodes/ps-mode.el (ps-mode):
2190 * progmodes/mixal-mode.el (mixal-mode):
2191 * progmodes/cfengine.el (cfengine-mode):
2192 * progmodes/ld-script.el (ld-script-mode): Likewise.
2193
2194 2011-06-15 Martin Rudalics <rudalics@gmx.at>
2195
2196 * window.el (display-buffer-alist): Trim default value to avoid
2197 popping up a new frame (Bug#8857) or reusing an arbitrary window
2198 on another frame.
2199 (display-buffer): Do not fall back on popping up a new frame in
2200 batch mode (Bug#8857).
2201
2202 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * cus-theme.el (describe-theme-1): Use custom-theme-p.
2205 (custom-theme-summary): New function.
2206 (customize-themes): Use it.
2207
2208 2011-06-13 Glenn Morris <rgm@gnu.org>
2209
2210 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
2211
2212 2011-06-13 Martin Rudalics <rudalics@gmx.at>
2213
2214 * help.el (help-window): Remove variable.
2215 (help-window-point-marker, temp-buffer-max-height)
2216 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
2217 (help-print-return-message): Don't set help-window.
2218 (resize-temp-buffer-window): Rewrite cod eand doc-string.
2219 (help-window-setup-finish): Remove.
2220 (help-window-display-message, help-window-setup)
2221 (with-help-window): Major rewrite based on new
2222 display-buffer-window variable.
2223
2224 * help-mode.el (help-mode-finish): Remove help-window related
2225 code.
2226
2227 * view.el (view-exits-all-viewing-windows): Remove reference to
2228 view-return-to-alist in doc-string.
2229 (view-return-to-alist): Make obsolete.
2230 (view-buffer): Call pop-to-buffer-same-window and remove
2231 undo-window code.
2232 (view-buffer-other-window): Call pop-to-buffer-other-window and
2233 simplify code. Ignore second argument.
2234 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
2235 simplify code. Ignore second argument.
2236 (view-return-to-alist-update): Make obsolete.
2237 (view-mode-enter): Rename second argument to QUIT-RESTORE.
2238 Rewrite using quit-restore window parameters.
2239 (view-mode-exit): Rename second argument to EXIT-ONLY.
2240 Rewrite using quit-restore-window.
2241 (View-exit, View-exit-and-edit, View-leave, View-quit)
2242 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
2243 appropriate arguments.
2244 (view-end-message): Use quit-restore window parameter.
2245
2246 * window.el (display-buffer-function): Rewrite doc-string.
2247 (display-buffer-window, display-buffer-alist): New variables.
2248 (display-buffer-split-specifiers)
2249 (display-buffer-side-specifiers)
2250 (display-buffer-macro-specifiers): New constants.
2251 (display-buffer-even-window-sizes, display-buffer-set-height)
2252 (display-buffer-set-width, display-buffer-select-window)
2253 (display-buffer-in-window, display-buffer-reuse-window)
2254 (display-buffer-split-window-1, display-buffer-split-window)
2255 (display-buffer-split-atom-window, display-buffer-pop-up-window)
2256 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
2257 (display-buffer-in-side-window, normalize-buffer-to-display)
2258 (display-buffer-normalize-specifiers-1)
2259 (display-buffer-normalize-specifiers-2)
2260 (display-buffer-normalize-specifiers, display-buffer-frame):
2261 New functions.
2262 (display-buffer): Major rewrite.
2263 (display-buffer-other-window, display-buffer-other-frame)
2264 (pop-to-buffer, switch-to-buffer-other-window)
2265 (switch-to-buffer-other-frame): Rewrite.
2266 (display-buffer-same-window, display-buffer-same-frame)
2267 (display-buffer-same-frame-other-window)
2268 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2269 (pop-to-buffer-other-window)
2270 (pop-to-buffer-same-frame-other-window)
2271 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
2272 (switch-to-buffer-other-window-same-frame): New functions.
2273 (same-window-p, special-display-p): Rewrite disabling warnings.
2274 Make obsolete.
2275 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2276 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
2277 Make obsolete
2278 (same-window-buffer-names, same-window-regexps)
2279 (special-display-frame-alist, special-display-popup-frame)
2280 (special-display-function, special-display-buffer-names)
2281 (special-display-regexps, pop-up-frame-alist)
2282 (pop-up-frame-function, split-window-preferred-function)
2283 (split-height-threshold, split-width-threshold)
2284 (even-window-heights): Make obsolete.
2285
2286 2011-06-12 Glenn Morris <rgm@gnu.org>
2287
2288 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
2289 Misc simplifications.
2290
2291 2011-06-12 Martin Rudalics <rudalics@gmx.at>
2292
2293 * window.el (window-safely-shrinkable-p): Restore function which
2294 was inadvertently removed in change from 2011-06-11. Declare as
2295 obsolete.
2296
2297 * calendar/calendar.el (calendar-generate-window):
2298 Use window-iso-combined-p instead of combination of one-window-p and
2299 window-safely-shrinkable-p.
2300
2301 2011-06-12 Glenn Morris <rgm@gnu.org>
2302
2303 * progmodes/fortran.el (fortran-mode-syntax-table):
2304 * progmodes/f90.el (f90-mode-syntax-table):
2305 Set % to punctuation. (Bug#8820)
2306 (f90-find-tag-default): Remove, no longer needed.
2307
2308 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
2309
2310 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
2311
2312 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
2313
2314 * image.el (image-animated-p): Return animation delay in seconds.
2315 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
2316 (image-animate-timeout): Remove DELAY argument. Don't assume
2317 every subimage has the same delay; get it from image-animated-p.
2318 (image-animate): Caller changed.
2319
2320 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
2321
2322 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
2323 to ignored backtrace functions.
2324
2325 2011-06-11 Glenn Morris <rgm@gnu.org>
2326
2327 * calendar/appt.el (appt-disp-window-function): Doc fix.
2328 (appt-check): Handle overlapping appointments. (Bug#8337)
2329
2330 2011-06-11 Martin Rudalics <rudalics@gmx.at>
2331
2332 * window.el (window-tree-1, window-tree): New functions, moving
2333 the latter to window.el.
2334 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2335 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2336 (bw-refresh-edges): Remove.
2337 (balance-windows-1, balance-windows-2): New functions.
2338 (balance-windows): Rewrite in terms of window tree functions,
2339 balance-windows-1 and balance-windows-2.
2340 (bw-adjust-window): Remove.
2341 (balance-windows-area-adjust): New function with functionality of
2342 bw-adjust-window but using resize-window.
2343 (set-window-text-height): Rewrite doc-string.
2344 Use normalize-live-window and resize-window.
2345 (enlarge-window-horizontally, shrink-window-horizontally):
2346 Rename argument to DELTA.
2347 (window-buffer-height): New function.
2348 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
2349 Rewrite using new window resize routines.
2350 (kill-buffer-and-window, mouse-autoselect-window-select):
2351 Use ignore-errors instead of condition-case.
2352 (quit-window): Call delete-frame instead of delete-windows-on
2353 for the only buffer on frame.
2354
2355 2011-06-10 Martin Rudalics <rudalics@gmx.at>
2356
2357 * loadup.el (top-level): Load window before files for the sake
2358 of replace-buffer-in-windows.
2359
2360 * files.el (read-buffer-to-switch)
2361 (switch-to-buffer-other-window)
2362 (switch-to-buffer-other-frame, display-buffer-other-frame):
2363 Move to window.el.
2364
2365 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
2366 (previous-buffer): Move to window.el.
2367
2368 * bindings.el (unbury-buffer): Move to window.el.
2369
2370 * window.el (delete-other-windows-vertically): Move after
2371 definition of delete-other-windows.
2372 (other-window, delete-windows-on, replace-buffer-in-windows):
2373 Move here from window.c.
2374 (record-window-buffer, unrecord-window-buffer)
2375 (set-window-buffer-start-and-point, switch-to-prev-buffer)
2376 (switch-to-next-buffer): New functions.
2377 (get-next-valid-buffer, last-buffer, next-buffer): Move here
2378 from simple.el. Call switch-to-next-buffer.
2379 (previous-buffer): Move here from simple.el.
2380 Call switch-to-prev-buffer.
2381 (bury-buffer): Move here from buffer.c. Switch to previous
2382 buffer when window cannot be deleted.
2383 (unbury-buffer): Move here from bindings.el.
2384 (ctl-x-map): Move binding for other-window from window.c to
2385 here.
2386 (read-buffer-to-switch, switch-to-buffer-other-window)
2387 (switch-to-buffer-other-frame): Move here from files.el.
2388 (normalize-buffer-to-switch-to): New functions.
2389 (switch-to-buffer): Move here from buffer.c.
2390 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
2391
2392 2011-06-10 Martin Rudalics <rudalics@gmx.at>
2393
2394 * window.el (window-min-height, window-min-width): Move here
2395 from window.c. Add defcustoms and rewrite doc-strings.
2396 (resize-mini-window, resize-window): New functions.
2397 (adjust-window-trailing-edge, enlarge-window, shrink-window):
2398 Move here from window.c.
2399 (maximize-window, minimize-window): New functions.
2400 (delete-window, delete-other-windows, split-window): Move here
2401 from window.c.
2402 (window-split-min-size): New function.
2403 (split-window-keep-point): Mention split-window-above-each-other
2404 instead of split-window-vertically.
2405 (split-window-above-each-other, split-window-vertically):
2406 Rename split-window-vertically to split-window-above-each-other and
2407 provide defalias for old definition.
2408 (split-window-side-by-side, split-window-horizontally): Rename
2409 split-window-horizontally to split-window-side-by-side and provide
2410 defalias for the old definition.
2411 (ctl-x-map): Move bindings for delete-window,
2412 delete-other-windows and enlarge-window here from window.c.
2413 Replace bindings for split-window-vertically and
2414 split-window-horizontally by bindings for
2415 split-window-above-each-other and split-window-side-by-side.
2416
2417 * cus-start.el (all): Remove entries for window-min-height and
2418 window-min-width. Add entries for window-splits and
2419 window-nest.
2420
2421 2011-06-09 Glenn Morris <rgm@gnu.org>
2422
2423 * calendar/appt.el (appt-mode-line): New function.
2424 (appt-check, appt-disp-window): Use it.
2425
2426 * files.el (hack-one-local-variable-eval-safep):
2427 Allow minor-modes with explicit +/-1 arguments.
2428
2429 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
2430
2431 * term/xterm.el (xterm): Add defgroup.
2432 (xterm-extra-capabilities): Add defcustom to supply known xterm
2433 capabilities, skip querying them, or query them (default).
2434 (terminal-init-xterm): Use it.
2435 (terminal-init-xterm-modify-other-keys): New function to set up
2436 modifyOtherKeys support to simplify `terminal-init-xterm'.
2437
2438 2011-06-09 Martin Rudalics <rudalics@gmx.at>
2439
2440 * window.el (resize-window-reset, resize-window-reset-1)
2441 (resize-subwindows-skip-p, resize-subwindows-normal)
2442 (resize-subwindows, resize-other-windows, resize-this-window)
2443 (resize-root-window, resize-root-window-vertically)
2444 (window-deletable-p, window-or-subwindow-p)
2445 (frame-root-window-p): New functions.
2446
2447 2011-06-09 Glenn Morris <rgm@gnu.org>
2448
2449 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
2450 (ange-ftp-get-files): Use it.
2451
2452 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2453
2454 * mail/sendmail.el (mail-recover-1, mail-recover):
2455 * files.el (recover-file, recover-session):
2456 Handle dired-listing-switches not being just a single short option.
2457
2458 2011-06-09 Glenn Morris <rgm@gnu.org>
2459
2460 * calendar/appt.el (appt-display-message, appt-disp-window):
2461 Handle lists of appointments.
2462
2463 2011-06-08 Martin Rudalics <rudalics@gmx.at>
2464
2465 * window.el (one-window-p): Move down in code.
2466 Rewrite doc-string.
2467 (window-current-scroll-bars): Rewrite doc-string.
2468 Normalize live window argument.
2469 (walk-windows, get-window-with-predicate, count-windows):
2470 Rewrite doc-string. Use window-list-1.
2471 (window-in-direction-2, window-in-direction, get-mru-window):
2472 New functions.
2473
2474 2011-06-08 Reuben Thomas <rrt@sc3d.org>
2475
2476 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
2477 Doc fix (Bug#8713).
2478
2479 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
2482
2483 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * loadhist.el (unload-feature-special-hooks):
2486 Add `comint-output-filter-functions'.
2487
2488 2011-06-08 Ivan Kanis <gnu@kanis.fr>
2489
2490 * calendar/appt.el (appt-check): Move some initializations into the let.
2491
2492 2011-06-08 Martin Rudalics <rudalics@gmx.at>
2493
2494 * window.el (window-height): Defalias to window-total-height.
2495 (window-width): Defalias to window-body-width.
2496
2497 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * image-mode.el (image-toggle-animation): New command.
2500 (image-mode-map): Bind it to RET.
2501 (image-mode): Update message.
2502 (image-toggle-display-image): Avoid a spurious cache flush.
2503 (image-transform-rotation): Doc fix.
2504 (image-transform-properties): Return quickly in the normal case.
2505 (image-animate-loop): Rename from image-animate-max-time.
2506
2507 * image.el (image-animate-max-time): Move to image-mode.el.
2508 (create-animated-image): Remove unnecessary function.
2509 (image-animate): Rename from image-animate-start. New arg.
2510 (image-animate-stop): Remove; just use image-animate-timer.
2511 (image-animate-timer): Use car-safe.
2512 (image-animate-timeout): Rename argument.
2513
2514 2011-06-07 Martin Rudalics <rudalics@gmx.at>
2515
2516 * window.el (get-lru-window, get-largest-window): Move here from
2517 window.c. Rename first argument to ALL-FRAMES.
2518 Rephrase doc-strings.
2519 (get-buffer-window-list): Rewrite using window-list-1.
2520 Rephrase doc-string.
2521 (window-safe-min-height, window-safe-min-width): New constants.
2522 (window-size-ignore, window-min-size, window-min-size-1)
2523 (window-sizable, window-sizable-p, window-size-fixed-1)
2524 (window-size-fixed-p, window-min-delta-1, window-min-delta)
2525 (window-max-delta-1, window-max-delta, window-resizable)
2526 (window-resizable-p, window-total-height, window-total-width)
2527 (window-body-width): New functions.
2528 (window-full-height-p, window-full-width-p): Rewrite using
2529 window-total-size.
2530 (window-body-height): Rewrite using window-body-size.
2531
2532 2011-06-06 Martin Rudalics <rudalics@gmx.at>
2533
2534 * window.el (window-right, window-left, window-child)
2535 (window-child-count, window-last-child, window-any-p)
2536 (normalize-live-buffer, normalize-live-frame)
2537 (normalize-any-window, normalize-live-window)
2538 (window-iso-combination-p, window-iso-combined-p)
2539 (window-iso-combinations)
2540 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
2541 (windows-with-parameter, window-with-parameter)
2542 (window-atom-root, make-window-atom, window-atom-check-1)
2543 (window-atom-check, window-side-check, window-check):
2544 New functions.
2545 (ignore-window-parameters, window-sides, window-sides-vertical)
2546 (window-sides-slots): New variables.
2547 (window-size-fixed): Move down in code. Minor doc-string fix.
2548
2549 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
2550
2551 * comint.el (comint-dynamic-complete-as-filename)
2552 (comint-dynamic-complete-filename): Correctly call
2553 completion-in-region.
2554
2555 2011-06-05 Deniz Dogan <deniz@dogan.se>
2556
2557 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
2558 in last change.
2559
2560 2011-06-05 Deniz Dogan <deniz@dogan.se>
2561
2562 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
2563 (rcirc): Use it to prompt for encryption.
2564
2565 2011-06-05 Roland Winkler <winkler@gnu.org>
2566
2567 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
2568 (bibtex-search-entries): New command bound to C-c C-a.
2569 (bibtex-display-entries): New function.
2570
2571 2011-06-05 Roland Winkler <winkler@gnu.org>
2572
2573 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
2574 (bibtex-insert-kill): After yanking insert newline if necessary.
2575 (bibtex-initialize): Call bibtex-string-files-init only once.
2576 (bibtex-mode): Do not call easy-menu-add.
2577 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
2578 (bibtex-yank): Set arg properly if nil.
2579
2580 2011-06-05 Roland Winkler <winkler@gnu.org>
2581
2582 * textmodes/bibtex.el (bibtex-search-entry-globally):
2583 New variable.
2584 (bibtex-search-entry): Use it.
2585
2586 2011-06-05 Roland Winkler <winkler@gnu.org>
2587
2588 * textmodes/bibtex.el (bibtex-entry-format): New option
2589 sort-fields.
2590 (bibtex-format-entry, bibtex-reformat): Honor this option.
2591 (bibtex-parse-entry): Return fields in proper order.
2592
2593 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
2594
2595 * doc-view.el (doc-view-remove-if): Move computation of result out
2596 of `dolist' to silence misleading lexical-binding warning.
2597
2598 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
2601 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
2602
2603 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
2606 "SunOS 5.10".
2607
2608 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
2611 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
2612 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
2613 (tramp-parse-putty):
2614 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
2615 (tramp-completion-function-alist-ssh)
2616 (tramp-completion-function-alist-telnet)
2617 (tramp-completion-function-alist-su)
2618 (tramp-completion-function-alist-putty): Set `tramp-autoload'
2619 cookie.
2620
2621 * net/tramp-ftp.el:
2622 * net/tramp-sh.el:
2623 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
2624 load "tramp.el" `tramp-set-completion-function'.
2625
2626 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * shell.el: Require and use pcomplete.
2629 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
2630 (shell-completion-vars): Set pcomplete-default-completion-function.
2631
2632 2011-06-04 Deniz Dogan <deniz@dogan.se>
2633
2634 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
2635 `memq' (Bug#8799).
2636
2637 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
2640
2641 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * bs.el (bs--mark-unmark, bs--nth-wrapper):
2644 * mpc.el (mpc-select-extend, mpc-songpointer-context):
2645 * vc/log-view.el (log-view-beginning-of-defun):
2646 * vc/smerge-mode.el (smerge-apply-resolution-patch)
2647 (smerge-refine-forward, smerge-refine-chopup-region):
2648 Silence warning for unused `dotimes' counter variables.
2649
2650 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * net/tramp.el (tramp-with-progress-reporter): Rename from
2653 with-progress-reporter. Use `declare'.
2654 * net/tramp-smb.el:
2655 * net/tramp-sh.el:
2656 * net/tramp-gvfs.el: Update all uses.
2657
2658 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
2659
2660 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
2661 buffer isn't killed before making it current.
2662
2663 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 Silence various byte-compiler warnings.
2666 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
2667 `access-type' and new obsolescence format.
2668 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
2669 new format.
2670 (byte-compile-check-variable): New `access-type' argument.
2671 Only warn if the access-type is obsolete.
2672 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
2673 (byte-compile-variable-set): Adjust callers.
2674 * help-fns.el (describe-variable): Adjust to new obsolescence format.
2675 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
2676 setting it as obsolete.
2677 * simple.el (minibuffer-completing-symbol):
2678 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
2679 access as obsolete.
2680 * minibuffer.el (minibuffer-completing-file-name): Don't make it
2681 obsolete yet.
2682 * international/quail.el (quail-mouse-choose-completion): Remove unused
2683 code referring to obsolete var.
2684 (quail-choose-completion-string): Remove.
2685 * server.el (server-clients-with, server-kill-buffer-query-function)
2686 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
2687 * proced.el (proced-send-signal):
2688 * emacs-lisp/lisp.el (lisp-complete-symbol):
2689 Replace completion-annotate-function with completion-extra-properties.
2690
2691 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * simple.el (goto-line): Use read-number.
2694 (overriding-map-is-bound): Remove.
2695 (saved-overriding-map): Change default.
2696 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
2697 Take the map as argument.
2698 (universal-argument, negative-argument, digit-argument): Use it.
2699 (restore-overriding-map): Adjust.
2700 (do-auto-fill): Use fill-forward-paragraph.
2701 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
2702
2703 * minibuffer.el (minibuffer-inactive-mode-map): New var.
2704 (minibuffer-inactive-mode): New major mode.
2705 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
2706 the *Messages* buffer" hack.
2707 (mouse-popup-menubar): Don't burp if the event is a normal key.
2708
2709 Miscellaneous tweaks.
2710 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
2711 lexical scoping as in subr.el's dolist and dotimes.
2712 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
2713 Silence compiler warning.
2714 * thingatpt.el (forward-whitespace): Trivial coding style fix.
2715 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
2716 * international/ccl.el (ccl-compile): Trivial simplification.
2717 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
2718 * emacs-lisp/testcover.el (testcover-end): Remove spurious
2719 `printflag' argument.
2720 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2721 Purecopy the whole obsolescence data.
2722
2723 2011-06-01 Leo Liu <sdl.web@gmail.com>
2724
2725 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
2726 improve doc-string as suggested by Marco Pessotto
2727 <melmothx@gmail.com>.
2728 (rcirc-print): Fix last change.
2729
2730 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * minibuffer.el (complete-with-action): Return nil for the metadata and
2733 boundaries of non-functional tables.
2734 (completion-table-dynamic): Return nil for the metadata.
2735 (completion-table-with-terminator): Add default case, using
2736 complete-with-action.
2737 (completion--metadata): New function.
2738 (completion-all-sorted-completions, minibuffer-completion-help): Use it
2739 to try and avoid pathological performance problems.
2740 (completion--embedded-envvar-table): Return `category' metadata.
2741
2742 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2743
2744 * subr.el (process-alive-p): New tiny convenience function.
2745
2746 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
2749 content but also its previous major mode.
2750
2751 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
2752
2753 * debug.el (debug): Restore the previous content of the
2754 *Backtrace* buffer when we exit with C-M-c.
2755
2756 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * minibuffer.el: Add metadata method to completion tables.
2759 (completion-category-overrides): New defcustom.
2760 (completion-metadata, completion--field-metadata)
2761 (completion-metadata-get, completion--styles)
2762 (completion--cycle-threshold): New functions.
2763 (completion-try-completion, completion-all-completions):
2764 Add `metadata' argument to choose completion-styles.
2765 (completion--do-completion): Use metadata to choose cycling.
2766 (completion-all-sorted-completions): Use metadata for sorting.
2767 Remove :completion-cycle-penalty which is not needed any more.
2768 (completion--try-word-completion): Add `metadata' argument.
2769 (minibuffer-completion-help): Check metadata for annotation function
2770 and sorting.
2771 (completion-file-name-table): Return `category' metadata.
2772 (minibuffer-completing-file-name): Make obsolete.
2773 * simple.el (minibuffer-completing-symbol): Make obsolete.
2774 * icomplete.el (icomplete-completions): Pass new `metadata' param to
2775 completion-try-completion.
2776
2777 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
2780
2781 2011-05-30 Leo Liu <sdl.web@gmail.com>
2782
2783 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
2784 (rcirc-print): Decode all incoming messages (bug#8744).
2785 (rcirc-decode-coding-system): Allow value nil for automatic coding
2786 system detection.
2787
2788 2011-06-01 Glenn Morris <rgm@gnu.org>
2789
2790 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
2791
2792 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * image.el (image-animate-max-time): Allow nil and t values.
2795 Default to nil.
2796 (create-animated-image): Doc fix.
2797 (image-animate-start): Remove second arg; just use
2798 image-animate-max-time.
2799 (image-animate-timeout): Doc fix. Args changed.
2800
2801 * image-mode.el (image-toggle-display-image): Ensure that the
2802 image spec passed to the animate timer is the same object as in
2803 the the buffer's display property (Bug#6981).
2804 (image-transform-properties): Doc fix.
2805
2806 * image.el (image-animate-max-time): Default to nil.
2807
2808 2011-05-29 Martin Rudalics <rudalics@gmx.at>
2809
2810 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
2811 entire buffer list (Bug#8184).
2812
2813 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2814
2815 * image.el (imagemagick-types-inhibit)
2816 (imagemagick-register-types): Doc fix.
2817
2818 2011-05-29 Deniz Dogan <deniz@dogan.se>
2819
2820 * net/rcirc.el (rcirc): Use the user's stored encryption method by
2821 default.
2822
2823 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * select.el: Don't perform clipboard-manager saving in hooks;
2826 leave the hooks empty.
2827
2828 2011-05-28 Leo Liu <sdl.web@gmail.com>
2829
2830 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
2831 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
2832 (occur-edit-mode): New major mode (Bug#8463).
2833 (occur-after-change-function): New function.
2834 (occur-engine): Give Occur tags a read-only property.
2835
2836 2011-05-28 Kevin Ryde <user42@zip.com.au>
2837
2838 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
2839
2840 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * bindings.el (help-echo): Make the initial non-indicator dash
2843 empty on graphical terminals (Bug#7295).
2844
2845 * files.el (auto-mode-alist): Move config rule after the
2846 in-stripping one (Bug#8547).
2847
2848 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
2849
2850 * startup.el (normal-splash-screen): Remove gratuitous mode-line
2851 setting (Bug#8740).
2852
2853 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
2854
2855 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
2856 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
2857 (Bug#8539).
2858
2859 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
2862
2863 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
2864
2865 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
2866 (hs-hide-block-at-point, hs-find-block-beginning)
2867 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
2868 (Bug#8279).
2869
2870 2011-05-28 Glenn Morris <rgm@gnu.org>
2871
2872 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
2873
2874 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * help-fns.el (describe-function-1): If the function is a derived
2877 major mode, print the parent mode.
2878
2879 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
2880 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
2881
2882 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2883
2884 * minibuffer.el (completion--capf-wrapper): Check applicability before
2885 retuning non-nil for non-exclusive completion data.
2886 * progmodes/etags.el (tags-completion-at-point-function):
2887 * info-look.el (info-lookup-completions-at-point): Mark as
2888 non-exclusive.
2889 (info-complete): Adjust accordingly.
2890
2891 * info-look.el: Convert to lexical-binding and completion-at-point.
2892 (info-lookup-completions-at-point): New function.
2893 (info-complete): Use it and completion-in-region.
2894
2895 2011-05-28 Drew Adams <drew.adams@oracle.com>
2896
2897 * isearch.el: Let M-e start with point at the first mismatched char.
2898 (isearch-fail-pos): New function.
2899 (isearch-edit-string): Use it.
2900
2901 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
2902
2903 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
2904
2905 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
2906
2907 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
2908 traversal functions for avl-trees.
2909 (avl-tree--stack): New struct.
2910 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
2911 (avl-tree-enter): Add optional `updatefun' arg.
2912 (avl-tree--do-enter): Add optional `updatefun' arg.
2913 Change return value.
2914 (avl-tree-delete): Add optional `test' and `nilflag' args.
2915 (avl-tree--do-delete): Add `test' and `nilflag' args.
2916 Change return value.
2917 (avl-tree-member): Add optional `nilflag'
2918 (avl-tree-member-p): New function.
2919 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
2920 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
2921 (avl-tree-stack-empty-p): New functions.
2922
2923 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
2924
2925 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
2926 avl-tree--del-balance1 and make it work both ways.
2927 (avl-tree--del-balance2): Remove.
2928 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
2929 make it work both ways.
2930 (avl-tree--enter-balance2): Remove.
2931 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
2932 New macros.
2933 (avl-tree--mapc, avl-tree-map): Add direction argument.
2934
2935 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
2936
2937 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
2938
2939 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * select.el: Support clipboard managers with built-in function
2942 x-clipboard-manager-save, via delete-frame-functions and
2943 kill-emacs-hook.
2944 (xselect-convert-to-targets): Add MULTIPLE target to list.
2945 (xselect-convert-to-save-targets): New function.
2946
2947 2011-05-27 Kenichi Handa <handa@m17n.org>
2948
2949 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
2950 let-binding rfc2047-encode-encoded-words to nil.
2951
2952 2011-05-27 Glenn Morris <rgm@gnu.org>
2953
2954 * mail/emacsbug.el: Don't require url-util.
2955
2956 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
2957
2958 * files.el (set-auto-mode):
2959 Also respect mode: entries at the end of the file. (Bug#8586)
2960
2961 2011-05-26 Glenn Morris <rgm@gnu.org>
2962
2963 * files.el (hack-local-variables-prop-line, hack-local-variables):
2964 Downcase mode names, as seems to be traditional.
2965 (hack-local-variables, hack-local-variables-apply): Doc fixes.
2966
2967 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
2968 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
2969
2970 2011-05-25 Julien Danjou <julien@danjou.info>
2971
2972 * textmodes/rst.el (rst-define-level-faces): Do not define face
2973 symbol if it is already defined.
2974
2975 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2976
2977 * play/5x5.el (5x5-new-game, 5x5-randomize):
2978 Reset 5x5-solver-output to nil when a new grid is cast.
2979 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
2980 these debugging traces, as defmacro breaks the compiled code.
2981
2982 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
2983
2984 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
2985
2986 2011-05-24 Leo Liu <sdl.web@gmail.com>
2987
2988 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
2989 (vc-bzr-sha1): Adapt.
2990
2991 * sha1.el: Remove. Function `sha1' is now builtin.
2992
2993 * bindings.el: Provide sha1 feature.
2994
2995 2011-05-24 Kenichi Handa <handa@m17n.org>
2996
2997 * mail/sendmail.el: Require `rfc2047'.
2998 (mail-insert-from-field): Do not perform RFC2047 encoding.
2999 (mail-encode-header): New function.
3000 (sendmail-send-it): Set buffer-file-coding-system of the work
3001 buffer to the return value of select-message-coding-system.
3002 Call mail-encode-header.
3003
3004 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
3005
3006 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
3007
3008 * mail/supercite.el (sc-default-cite-frame):
3009 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
3010
3011 2011-05-24 Glenn Morris <rgm@gnu.org>
3012
3013 * progmodes/python.el (brm-menu): Declare.
3014
3015 * emulation/viper.el (viper-set-hooks): Declare.
3016
3017 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
3018 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
3019 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
3020 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
3021 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
3022 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
3023
3024 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 Add an :exit-function for completion-at-point.
3027
3028 * minibuffer.el (completion--done): New fun.
3029 (completion--do-completion): Use it. New arg `expect-exact'.
3030 (minibuffer-complete, minibuffer-complete-word): Don't output message,
3031 since completion--do-completion does it for us now.
3032 (minibuffer-force-complete): Use completion--done and
3033 completion--replace. Handle sole-completion case with more care.
3034 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
3035 (completion-extra-properties): New var.
3036 (completion-annotate-function): Make obsolete.
3037 (minibuffer-completion-help): Adjust accordingly.
3038 Use completion-list-insert-choice-function.
3039 (completion-at-point, completion-help-at-point):
3040 Bind completion-extra-properties.
3041 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
3042 * simple.el (completion-list-insert-choice-function): New var.
3043 (completion-setup-function): Preserve it.
3044 (choose-completion): Pay attention to it, shuffle the code a bit.
3045 (choose-completion-string): New arg `insert-function'.
3046
3047 * textmodes/bibtex.el: Convert to lexical binding.
3048 (bibtex-mode-map): Use completion-at-point.
3049 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
3050 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
3051 (bibtex-complete): Define as obsolete alias.
3052 (bibtex-complete-internal): Remove.
3053 (bibtex-format-entry): Remove unused sub-group in regexp.
3054 * shell.el (shell--command-completion-data)
3055 (shell-environment-variable-completion):
3056 * pcomplete.el (pcomplete-completions-at-point):
3057 * comint.el (comint--complete-file-name-data): Use :exit-function
3058 instead of completion-table-with-terminator so it also works for
3059 choose-completion.
3060
3061 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
3064
3065 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
3066 (bug#8710).
3067
3068 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
3069
3070 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
3071
3072 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
3073 customization variable and implement: If non-nil, auto-fill will
3074 be inhibited while on topic's header line.
3075
3076 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
3077
3078 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
3079 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
3080 always have a solution in grid size = 5 cases.
3081 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
3082 (5x5-solver-output, 5x5-log-buffer): New vars.
3083 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
3084 Make these variables buffer local to achieve 5x5 multi-session-ness.
3085 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
3086 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
3087 (5x5-solve-suggest): New funs.
3088 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
3089 randomize a grid so that we ensure that there is always a solution.
3090 (5x5-make-random-grid): Allow other movement than flipping.
3091
3092 2011-05-23 Kevin Ryde <user42@zip.com.au>
3093
3094 * emacs-lisp/advice.el (ad-read-advised-function):
3095 Use `function-called-at-point' as the default default, if it has
3096 advice and passes PREDICATE.
3097
3098 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
3101 byte-compile-lambda if it's actually a lambda.
3102
3103 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
3104 Fix function quoting. Use backquote better.
3105
3106 2011-05-22 Yuanle Song <sylecn@gmail.com>
3107
3108 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
3109 matching (Bug#8516).
3110
3111 2011-01-22 Jari Aalto <jari.aalto@cante.net>
3112
3113 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
3114 different face (Bug#8178).
3115
3116 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
3117
3118 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
3119 defface (Bug#8144).
3120
3121 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3122
3123 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
3124 funcall as well (bug#8712). Warn when performing those conversions.
3125 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
3126
3127 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
3128
3129 2011-05-22 Glenn Morris <rgm@gnu.org>
3130
3131 * files.el (hack-local-variables-prop-line): Small simplifications.
3132 (hack-local-variables, hack-local-variables-prop-line):
3133 If MODE-ONLY, return the mode, rather than just `t'.
3134
3135 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
3138
3139 2011-05-21 Glenn Morris <rgm@gnu.org>
3140
3141 * files.el (hack-local-variables-prop-line, hack-local-variables):
3142 If only interested in the mode, don't bother doing the other stuff.
3143
3144 * image-mode.el (image-after-revert-hook):
3145 Redraw all frames on which the image is visible. (Bug#8567)
3146
3147 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
3148
3149 * wid-edit.el (widget-checklist-match-inline):
3150 Fix 2011-04-19 change. (Bug#8649)
3151
3152 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
3155 Also allow singlespace after single-letter capitals followed by a dot.
3156
3157 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
3158 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
3159
3160 2011-05-20 Nix <nix@esperi.org.uk>
3161
3162 * files.el (basic-save-buffer-2):
3163 Fix handling of break-hardlink-on-save with non-existent files.
3164
3165 2011-05-19 Deniz Dogan <deniz@dogan.se>
3166
3167 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
3168 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
3169
3170 2011-05-19 Glenn Morris <rgm@gnu.org>
3171
3172 * progmodes/f90.el (f90-type-def-re):
3173 Handle "type, bind(c)". (Bug#8691)
3174
3175 * emacs-lisp/autoload.el (batch-update-autoloads):
3176 Set autoload-excludes by parsing loadup.el rather than Makefiles.
3177
3178 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
3179
3180 * net/tramp.el (tramp-process-actions): Set "first-password-request"
3181 property for the correct connection in case of multihops.
3182
3183 2011-05-18 Glenn Morris <rgm@gnu.org>
3184
3185 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
3186 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
3187
3188 Rationalize calendar handling of day and month abbrev-arrays.
3189 * calendar/calendar.el (calendar-customized-p): New function.
3190 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
3191 (calendar-day-name-array, calendar-month-name-array): Doc fix.
3192 Add :set function.
3193 (calendar-abbrev-length, calendar-day-abbrev-array)
3194 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
3195 (calendar-day-abbrev-array, calendar-month-abbrev-array):
3196 Elements may no longer be nil.
3197 (calendar-day-name, calendar-month-name):
3198 Update for changed nature of abbrev arrays.
3199 * calendar/diary-lib.el (diary-name-pattern):
3200 Update for changed nature of abbrev arrays.
3201 (diary-mark-entries-1): Update calendar-make-alist calls.
3202 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
3203 * calendar/cal-html.el (cal-html-day-abbrev-array):
3204 Simply inherit from calendar-day-abbrev-array.
3205
3206 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * progmodes/grep.el (grep-mode): Disable default
3209 compilation-directory-matcher setting (bug#8684).
3210
3211 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
3212
3213 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
3214 instead of "head" and "tail". There were problems with SunOS 5.9,
3215 and it performs better.
3216
3217 2011-05-17 Glenn Morris <rgm@gnu.org>
3218
3219 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
3220
3221 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3222 Replace obsolete function.
3223
3224 * shell.el (pcomplete-parse-arguments-function): Declare.
3225
3226 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
3227 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
3228 (appt-check): Doc fixes.
3229 (appt-disp-window-function, appt-delete-window-function):
3230 Remove needless special case in custom :type.
3231 (appt-display-count): Default to 0, not nil.
3232 (appt-check): Reset appt-display-count to 0, not nil.
3233
3234 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * progmodes/python.el (python-font-lock-keywords):
3237 Add the Python 3.X keyword "nonlocal" (bug#8639).
3238
3239 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
3242
3243 2011-05-16 Kevin Ryde <user42@zip.com.au>
3244
3245 * info-look.el (makefile-automake-mode): New setups, looking in
3246 automake manual, then makefile-mode.
3247 (makefile-mode): Remove automake manual, have it just in
3248 makefile-automake-mode since there's various things different or
3249 not relevant to plain make.
3250 (makefile-mode): Remove "other-modes" non-existent automake-mode,
3251 believe a hypothetical automake-mode would go to makefile-mode,
3252 not the other way around.
3253
3254 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
3255
3256 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
3257 hunk-end tags (Bug#8672).
3258
3259 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
3260 vc-annotate-show-diff-revision-at-line (Bug#8671).
3261
3262 2011-05-14 Glenn Morris <rgm@gnu.org>
3263
3264 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
3265 in the middle of an existing one with multiple authors. (Bug#8645)
3266 (change-log-font-lock-keywords): Also handle multiple author lines
3267 with leading tabs. (Bug#8644)
3268
3269 * calendar/appt.el (appt-check): Rename some local variables.
3270 Some simplification/reordering.
3271
3272 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
3273 (feedmail-sendmail-f-doesnt-sell-me-out)
3274 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
3275 (feedmail-debug-sit-for, feedmail-queue-express-hook)
3276 (feedmail-queue-runner-message-sender): Set :version.
3277 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
3278 (bbdb-dwim-net-address, vm-mail): Declare.
3279 (feedmail-binmail-gnulinuxish-template):
3280 Rename from feedmail-binmail-linuxish-template.
3281 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
3282 Use insert-buffer-substring.
3283
3284 2011-05-14 Bill Carpenter <bill@carpenter.org>
3285
3286 * mail/feedmail.el (feedmail-patch-level): Increase.
3287 (feedmail-debug): New custom group.
3288 (feedmail-confirm-outgoing-timeout)
3289 (feedmail-sendmail-f-doesnt-sell-me-out)
3290 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
3291 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
3292 (feedmail-sender-line, feedmail-from-line)
3293 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
3294 (feedmail-spray-this-address)
3295 (feedmail-spray-address-fiddle-plex-list)
3296 (feedmail-queue-use-send-time-for-date)
3297 (feedmail-queue-use-send-time-for-message-id)
3298 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
3299 (feedmail-buffer-eating-function):
3300 Doc fixes.
3301 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
3302 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
3303 (feedmail-message-action-scroll-down): New functions.
3304 (feedmail-queue-directory, feedmail-queue-draft-directory):
3305 Use expand-file-name.
3306 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
3307 Remove C-v help entry.
3308 (feedmail-queue-buffer-file-name): New variable.
3309 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
3310 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
3311 (feedmail-message-action-send-strong, feedmail-message-action-edit)
3312 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
3313 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
3314 (feedmail-message-action-toggle-spray)
3315 (feedmail-run-the-queue-no-prompts)
3316 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
3317 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
3318 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
3319 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
3320 (feedmail-envelope-deducer, feedmail-fiddle-from)
3321 (feedmail-fiddle-sender, feedmail-default-date-generator)
3322 (feedmail-fiddle-date, feedmail-fiddle-message-id)
3323 (feedmail-fiddle-spray-address)
3324 (feedmail-fiddle-list-of-spray-fiddle-plexes)
3325 (feedmail-fiddle-list-of-fiddle-plexes)
3326 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
3327 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
3328 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
3329 Change default. Doc fix.
3330 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
3331 (feedmail-binmail-linuxish-template): New constant.
3332 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
3333 Respect feedmail-sendmail-f-doesnt-sell-me-out.
3334 (feedmail-send-it): Add debug call.
3335 Use feedmail-queue-buffer-file-name, and
3336 feedmail-send-it-immediately-wrapper.
3337 (feedmail-message-action-send): Add debug call.
3338 Use feedmail-send-it-immediately-wrapper.
3339 (feedmail-queue-express-to-queue): Add debug call.
3340 Run feedmail-queue-express-hook.
3341 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
3342 (feedmail-message-action-help-blat):
3343 Rename from feedmail-queue-send-edit-prompt-help-first.
3344 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
3345 Check line-endings. Handle errors better.
3346 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
3347 Doc fix. Add debug call.
3348 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
3349 Use feedmail-queue-send-edit-prompt-inner.
3350 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
3351 (feedmail-queue-send-edit-prompt-inner): New function, extracted
3352 from feedmail-queue-send-edit-prompt.
3353 (feedmail-queue-send-edit-prompt-help)
3354 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
3355 (feedmail-tidy-up-slug): Add debug call.
3356 Respect feedmail-queue-slug-suspect-regexp.
3357 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
3358 (feedmail-dump-message-to-queue): Add debug call.
3359 Expand queue-directory.
3360 (feedmail-dump-message-to-queue): Change message slightly.
3361 Use feedmail-say-chatter.
3362 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
3363 (feedmail-send-it-immediately-wrapper): New function.
3364 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
3365 Insert empty string rather than newline. Handle full-frame case.
3366 Use catch/throw. Use feedmail-say-chatter.
3367 (feedmail-fiddle-from): Try mail-host-address.
3368 (feedmail-default-message-id-generator): Doc fix.
3369 Bind system-time-locale. Handle missing end.
3370 (feedmail-fiddle-x-mailer): Add debug call.
3371 Handle feedmail-x-mailer-line being nil.
3372 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
3373 Add debug call. Use buffer-substring-no-properties.
3374 (feedmail-say-debug, feedmail-say-chatter): New functions.
3375 (feedmail-find-eoh): Give an explicit error.
3376
3377 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
3378
3379 * net/newst-treeview.el (newsticker-treeview-face): Change default
3380 family from helvetica to sans.
3381 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
3382 etc/images/newsticker.
3383
3384 * net/newst-reader.el (newsticker-feed-face): Change default
3385 family from helvetica to sans.
3386
3387 * net/newst-plainview.el (newsticker-new-item-face)
3388 (newsticker-old-item-face, newsticker-immortal-item-face)
3389 (newsticker-obsolete-item-face, newsticker-date-face)
3390 (newsticker-statistics-face): Change default family from
3391 helvetica to sans.
3392 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
3393 etc/images/newsticker.
3394
3395 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
3396 (newsticker--process-auto-mark-filter-match): : Tell user about
3397 auto-marking.
3398
3399 2011-05-13 Didier Verna <didier@xemacs.org>
3400
3401 Common Lisp indentation improvements on defmethod and lambda-lists.
3402 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
3403 (lisp-lambda-list-keyword-parameter-indentation)
3404 (lisp-lambda-list-keyword-parameter-alignment)
3405 (lisp-lambda-list-keyword-alignment): New customizable user options.
3406 (lisp-indent-defun-method): Improve docstring.
3407 (extended-loop-p): Fix comment.
3408 (lisp-indent-lambda-list-keywords-regexp): New variable.
3409 (lisp-indent-lambda-list): New function.
3410 (lisp-indent-259): Use it.
3411 (lisp-indent-defmethod): Support for more than one
3412 method qualifier and properly indent methods lambda-lists.
3413 (defgeneric): Provide a missing common-lisp-indent-function property.
3414
3415 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
3418 bounds for the empty string (bug#8667).
3419
3420 2011-05-13 Glenn Morris <rgm@gnu.org>
3421
3422 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
3423
3424 * mail/sendmail.el (sendmail-program): Try executable-find first.
3425 (sendmail-send-it): `sendmail-program' cannot be unbound.
3426
3427 * calendar/appt.el (appt-make-list): Simplify.
3428 (appt-time-msg-list): Doc fix.
3429 (appt-check): Change mode-line message at the time of the appointment.
3430
3431 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
3432
3433 * progmodes/ld-script.el (ld-script-keywords)
3434 (ld-script-builtins): Update keywords list.
3435
3436 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
3439
3440 * shell.el (shell-completion-vars): New function.
3441 (shell-mode):
3442 * simple.el (read-shell-command): Use it.
3443 (blink-matching-open): No need for " [...]" in minibuffer-message.
3444
3445 2011-05-12 Glenn Morris <rgm@gnu.org>
3446
3447 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
3448 (appt-check): Simplify.
3449
3450 2011-05-12 Eli Zaretskii <eliz@gnu.org>
3451
3452 * smerge-mode.el (smerge-resolve): Use null-device rather than a
3453 literal "/dev/null".
3454
3455 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
3458 Fix typo.
3459
3460 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
3461
3462 * progmodes/which-func.el (which-function):
3463 Use add-log-current-defun instead of add-log-current-defun-function,
3464 which might not be defined (Bug#8260).
3465
3466 2011-05-12 Glenn Morris <rgm@gnu.org>
3467
3468 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3469 Let byte-compile-initial-macro-environment always take precedence.
3470
3471 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * net/rcirc.el: Add support for SSL/TLS connections.
3474 (rcirc-server-alist): New field `encryption'.
3475 (rcirc): Check `encryption' settings.
3476 (rcirc-connect): New arg `encryption'. Use open-network-stream.
3477 Merge make-local-variable into `set'.
3478 (rcirc--connection-open-p): New function.
3479 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
3480 the process is not a network process (e.g. running gnutls-cli).
3481 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3482 Make rcirc-(en|de)code-coding-system local here.
3483 (rcirc-mode): Merge make-local-variable into `set'.
3484 (rcirc-parent-buffer): Make permanent buffer-local.
3485 (rcirc-multiline-minor-mode): Don't do it here.
3486 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
3487 there's no server buffer.
3488
3489 2011-05-11 Glenn Morris <rgm@gnu.org>
3490
3491 * newcomment.el (comment-kill): Prefix "unused" local.
3492
3493 * term/w32console.el (get-screen-color): Declare.
3494
3495 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3496 Handle symbol elements of byte-compile-initial-macro-environment.
3497
3498 2011-05-10 Leo Liu <sdl.web@gmail.com>
3499
3500 * bookmark.el (bookmark-bmenu-mode-map):
3501 Bind bookmark-bmenu-search to `/'.
3502
3503 * mail/footnote.el: Convert to utf-8 encoding.
3504 (footnote-unicode-string, footnote-unicode-regexp): New variable.
3505 (Footnote-unicode): New function.
3506 (footnote-style-alist): Add unicode style to the list.
3507 (footnote-style): Doc fix.
3508
3509 2011-05-10 Jim Meyering <meyering@redhat.com>
3510
3511 Fix doubled-word typos.
3512 * international/quail.el (quail-insert-kbd-layout): and and -> and
3513 * kermit.el: and and -> and
3514 * net/ldap.el (ldap-search-internal): to to -> to
3515 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
3516 * progmodes/js.el (js-mode): and and -> and
3517 * textmodes/artist.el (artist-move-to-xy): at at -> at
3518 (artist-draw-region-trim-line-endings): if if -> if
3519 And Safetyc -> Safety.
3520 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
3521
3522 2011-05-10 Glenn Morris <rgm@gnu.org>
3523 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * files.el (hack-one-local-variable-eval-safep):
3526 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
3527
3528 2011-05-10 Glenn Morris <rgm@gnu.org>
3529
3530 * calendar/diary-lib.el (diary-list-entries-hook)
3531 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
3532 (diary-nongregorian-marking-hook, diary-list-entries)
3533 (diary-include-other-diary-files, diary-mark-entries)
3534 (diary-mark-included-diary-files): Doc fixes.
3535
3536 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * misc.el: Require tabulated-list.el during compilation.
3539
3540 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * progmodes/compile.el (compilation-start):
3543 Run compilation-filter-hook for the async case too.
3544 (compilation-filter-hook): Doc fix.
3545
3546 2011-05-09 Deniz Dogan <deniz@dogan.se>
3547
3548 * wdired.el: Remove outdated installation comment. Fix usage
3549 comment.
3550
3551 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
3552
3553 * misc.el: Implement new command `list-dynamic-libraries'.
3554 (list-dynamic-libraries--loaded-only-p): New variable.
3555 (list-dynamic-libraries--refresh): New function.
3556 (list-dynamic-libraries): New command.
3557
3558 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
3559
3560 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3561 Fix the ant regexp to handle end-line and end-column info from jikes.
3562 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
3563 higher priority to avoid clobbering by gnu.
3564
3565 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
3566
3567 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
3568 if the face has existing theme settings (Bug#8454).
3569
3570 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
3571
3572 * progmodes/perl-mode.el (perl-imenu-generic-expression):
3573 Only match variables declared via `my' or `our' (Bug#8261).
3574
3575 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
3576 special file names `.' and `..' (Bug#8259).
3577
3578 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
3579
3580 * progmodes/grep.el (grep-mode-font-lock-keywords):
3581 Remove buffer-changing entries.
3582 (grep-filter): New function.
3583 (grep-mode): Add it to compilation-filter-hook.
3584
3585 * progmodes/compile.el (compilation-filter-hook)
3586 (compilation-filter-start): New defvars.
3587 (compilation-filter): Call compilation-filter-hook prior to
3588 updating the process mark.
3589
3590 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
3593
3594 2011-05-07 Eli Zaretskii <eliz@gnu.org>
3595
3596 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
3597 mailclient-send-it even if window-system is nil. (Bug#8595)
3598
3599 * term/w32console.el (terminal-init-w32console):
3600 Call get-screen-color and use its output to set the frame
3601 background-mode. (Bug#8597)
3602
3603 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 Make bytecomp.el understand that defmethod defines funs (bug#8631).
3606 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
3607 New functions.
3608 (defgeneric, eieio--defmethod): Use them.
3609 (eieio-defgeneric): Remove.
3610 (defmethod): Call defgeneric in a way visible to the byte-compiler.
3611
3612 2011-05-07 Glenn Morris <rgm@gnu.org>
3613
3614 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
3615 Use let rather than let*.
3616 (timeclock-find-discrep): Remove unused local.
3617
3618 * calendar/diary-lib.el (diary-comment-start): Doc fix.
3619
3620 * calendar/appt.el (appt-time-msg-list): Doc fix.
3621
3622 2011-05-06 Noah Friedman <friedman@splode.com>
3623
3624 * apropos.el (apropos-print-doc): Only use
3625 emacs-lisp-docstring-fill-column when it is bound to an integer,
3626 per that variable's documentation.
3627
3628 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
3631 and warnings are not silently discarded (e.g. use -d instead of -P).
3632
3633 2011-05-06 Glenn Morris <rgm@gnu.org>
3634
3635 * calendar/appt.el (appt-message-warning-time): Doc fix.
3636 (appt-warning-time-regexp): New option.
3637 (appt-make-list): Respect appt-message-warning-time.
3638
3639 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
3640 New options.
3641 (diary-add-to-list): Strip comments from the displayed string.
3642 (diary-mode): Set comment-start and comment-end.
3643
3644 * vc/diff-mode.el (smerge-refine-subst): Declare.
3645 (diff-refine-hunk): Don't require smerge-mode when compiling.
3646
3647 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
3648
3649 * simple.el (list-processes): Return nil as the docstring says.
3650
3651 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
3652
3653 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
3654 to "".
3655 (ange-ftp-write-region, ange-ftp-insert-file-contents)
3656 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
3657 determining of binary transfer. (Bug#7383)
3658
3659 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
3660
3661 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3662 Fix port computation bug. (Bug#8618)
3663
3664 2011-05-05 Glenn Morris <rgm@gnu.org>
3665
3666 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
3667
3668 * simple.el (shell-dynamic-complete-functions)
3669 (comint-dynamic-complete-functions): Declare.
3670
3671 * net/network-stream.el (gnutls-negotiate):
3672 * simple.el (tabulated-list-print): Fix declarations.
3673
3674 * progmodes/gud.el (syntax-symbol, syntax-point):
3675 Remove unnecessary and incorrect declarations.
3676
3677 * emacs-lisp/check-declare.el (check-declare-scan):
3678 Handle byte-compile-initial-macro-environment in bytecomp.el
3679
3680 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 Fix earlier half-done eieio-defmethod change (bug#8338).
3683 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
3684 Streamline and change calling convention.
3685 (defmethod): Adjust accordingly and simplify.
3686 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
3687 new eieio--defmethod.
3688 (slot-boundp): Minor CSE simplification.
3689
3690 2011-05-05 Milan Zamazal <pdm@zamazal.org>
3691
3692 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
3693 (glasses-make-readable): Use glasses-separate-capital-groups.
3694
3695 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
3698 (warning-series): Doc fix.
3699 (display-warning): Don't try to create the buffer if we just found it.
3700
3701 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
3704 (autoload-find-generated-file): New function.
3705 (generate-file-autoloads): Bind generated-autoload-file to
3706 buffer-file-name.
3707 (update-file-autoloads, update-directory-autoloads):
3708 Use autoload-find-generated-file. If called interactively, prompt for
3709 output file (Bug#7989).
3710 (batch-update-autoloads): Doc fix.
3711
3712 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
3713
3714 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
3715
3716 2011-05-04 Glenn Morris <rgm@gnu.org>
3717
3718 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
3719 function, so it follows changes in calendar-date-style.
3720 (diary-fancy-date-matcher): New function.
3721 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
3722 (diary-fancy-font-lock-fontify-region-function):
3723 Use diary-fancy-date-pattern as a function.
3724
3725 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
3726 non-numbers for `year' etc pseudo-variables. (Bug#8583)
3727
3728 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
3729
3730 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
3731 instead of positional arguments. Allow :keylist and :crlfiles
3732 arguments.
3733 (open-gnutls-stream): Call it.
3734
3735 * net/network-stream.el (network-stream-open-starttls): Adjust to
3736 call `gnutls-negotiate' with :process and :hostname arguments.
3737
3738 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * minibuffer.el (completion--message): New function.
3741 (completion--do-completion, minibuffer-complete)
3742 (minibuffer-force-complete, minibuffer-complete-word): Use it.
3743 (completion--do-completion): Don't ignore completion-auto-help when in
3744 icomplete-mode.
3745
3746 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
3747 internal encoding (e.g. tibetan zero is not whitespace).
3748 (global-whitespace-mode): Prefer save-current-buffer.
3749 (whitespace-trailing-regexp): Remove useless save-match-data.
3750 (whitespace-empty-at-bob-regexp): Minor simplification.
3751
3752 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
3755
3756 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3757
3758 * textmodes/ispell.el (ispell-add-per-file-word-list):
3759 Use `concat' to create string for insertion.
3760
3761 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
3764 Avoid open-line which runs post-self-insert-hook.
3765 (bibtex-fill-entry): Remove unused `end' var.
3766
3767 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
3768
3769 * textmodes/ispell.el (ispell-add-per-file-word-list):
3770 Protect against `nil' value of `comment-start' (Bug#8579).
3771
3772 2011-05-03 Leo Liu <sdl.web@gmail.com>
3773
3774 * isearch.el (isearch-yank-pop): New command.
3775 (isearch-mode-map): Bind it to `M-y'.
3776 (isearch-forward): Mention it.
3777
3778 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * simple.el (minibuffer-complete-shell-command): Remove.
3781 (minibuffer-local-shell-command-map): Use completion-at-point.
3782 (read-shell-command): Setup completion vars here instead.
3783 (read-expression-map): Bind TAB to symbol completion.
3784
3785 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
3786 error directly rather via storing it into `results'.
3787
3788 2011-05-02 Leo Liu <sdl.web@gmail.com>
3789
3790 * vc/diff.el: Fix description.
3791
3792 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3793
3794 * server.el (server-eval-at): New function.
3795
3796 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3797
3798 * net/network-stream.el (open-network-stream): Take a :nowait
3799 parameter and pass it on to `make-network-process'.
3800 (network-stream-open-plain): Ditto.
3801
3802 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
3803
3804 * faces.el (face-spec-set-match-display): Don't match toolkit
3805 options on terminal frames.
3806
3807 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * progmodes/pascal.el: Use lexical binding.
3810 (pascal-mode-map): Remove author preferences.
3811
3812 * pcomplete.el (pcomplete-std-complete): Don't abuse
3813 completion-at-point.
3814
3815 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
3816
3817 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
3818 removing code that has been dead since 1991 or so.
3819
3820 * startup.el (command-line): When warning about "_emacs", use a
3821 delayed warning to allow the user to filter it out.
3822
3823 2011-04-28 Deniz Dogan <deniz@dogan.se>
3824
3825 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
3826 user has not joined.
3827
3828 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
3831 aren't any completions at point.
3832
3833 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
3834
3835 * subr.el (display-delayed-warnings): New function.
3836 (delayed-warnings-hook): New variable.
3837
3838 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * minibuffer.el (completion-at-point, completion-help-at-point):
3841 Don't presume that a given completion-at-point-function will always
3842 use the same calling convention.
3843
3844 * pcomplete.el (pcomplete-completions-at-point):
3845 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
3846 pcomplete-seen is non-nil.
3847 (pcomplete-comint-setup): Also recognize the new comint/shell
3848 completion functions.
3849 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
3850 pcomplete-seen is non-nil.
3851
3852 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
3853
3854 * calendar/icalendar.el (diary-lib): Add require statement.
3855 (icalendar--create-uid): Read out a uid from a text-property on
3856 the first character in the entry. This allows for code to add its
3857 own uid to the entry.
3858 (icalendar--convert-float-to-ical): Add export of
3859 `diary-float'-entries save for those with the optional DAY
3860 argument.
3861
3862 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
3863
3864 * subr.el (shell-quote-argument): Use alternate escaping strategy
3865 when we spot a variable reference in a string.
3866
3867 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
3868
3869 * cus-start.el (all): Define customization for debug-on-event.
3870
3871 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
3872
3873 * subr.el (shell-quote-argument): Escape correctly under Windows.
3874
3875 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
3878
3879 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
3880
3881 * net/tramp.el (tramp-process-actions): Add POS argument.
3882 Delete region between POS and (pos).
3883
3884 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3885 Use `nil' position in `tramp-process-actions' call.
3886 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
3887
3888 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
3889 position in `tramp-process-actions' call.
3890
3891 * net/trampver.el: Update release number.
3892
3893 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3894
3895 * custom.el (defcustom): Obey lexical-binding.
3896
3897 Fix octave-inf completion problems reported by Alexander Klimov.
3898 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
3899 Inherit from octave-mode-syntax-table.
3900 (inferior-octave-mode): Set info-lookup-mode.
3901 (inferior-octave-completion-at-point): New function.
3902 (inferior-octave-complete): Use it and completion-in-region.
3903 (inferior-octave-dynamic-complete-functions): Use it as well, and use
3904 comint-filename-completion.
3905 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
3906 symbol elements which shouldn't be word elements.
3907 (octave-font-lock-keywords, octave-beginning-of-defun)
3908 (octave-function-header-regexp): Adjust regexps accordingly.
3909 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
3910
3911 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
3912
3913 * net/gnutls.el (gnutls-errorp): Declare before first use.
3914
3915 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3916
3917 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
3918 verify-error, and verify-hostname-error parameters. Check whether
3919 default trustfile exists before going to use it. Add missing
3920 argument to gnutls-message-maybe call. Return return value.
3921 Reported by Claudio Bley <claudio.bley@gmail.com>.
3922 (open-gnutls-stream): Add usage example.
3923
3924 * net/network-stream.el (network-stream-open-starttls): Give host
3925 parameter to `gnutls-negotiate'.
3926 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3927 * subr.el (shell-quote-argument): Escape correctly under Windows.
3928
3929 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
3930
3931 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3932 Use correct match group (bug#8438).
3933
3934 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * emacs-lisp/package.el (package-built-in-p): Fix typo.
3937 (package-menu--generate): New arg specifying packages to show.
3938 (package-menu-refresh, package-menu-execute, list-packages):
3939 Callers changed.
3940 (package-show-package-list): New function, replacing deleted
3941 package--list-packages (renamed because it is non-internal).
3942
3943 * finder.el (finder-list-matches): Use package-show-package-list
3944 instead of deleted package--list-packages.
3945
3946 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
3947 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3948 (vc-annotate-mode-map): Bind it to RET.
3949
3950 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
3951
3952 * progmodes/etags.el (next-file): Don't use set-buffer to change
3953 buffers (Bug#8478).
3954
3955 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
3958
3959 * apropos.el (apropos-label-face): Avoid variable-pitch face.
3960 (apropos-accumulator): Doc fix.
3961 (apropos-function, apropos-macro, apropos-command)
3962 (apropos-variable, apropos-face, apropos-group, apropos-widget)
3963 (apropos-plist): Add face property.
3964 (apropos-symbols-internal): Fix indentation.
3965 (apropos-print): Simplify help, and recognize apropos-multi-type.
3966 (apropos-print-doc): Use button-type-get to extract the button's
3967 face property. Fill docstring (Bug#8352).
3968
3969 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
3972
3973 * play/mpuz.el (mpuz-silent): Doc fix.
3974 (mpuz-mode-map): Use mapc.
3975 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
3976 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
3977 Fix typos in docstrings.
3978
3979 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
3980 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
3981
3982 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
3983
3984 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
3985
3986 * minibuffer.el (completion--do-completion): Avoid the "Next char
3987 not unique" prompt if icomplete-mode is enabled (Bug#5849).
3988
3989 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
3990 mouse-2 into unread-command-events, it is interpreted correctly.
3991
3992 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
3993 (image-toggle-display): Doc fix.
3994
3995 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
3996
3997 * textmodes/page.el (what-page): Use line-number-at-pos to
3998 calculate line number (Bug#6825).
3999
4000 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
4001
4002 * eshell/esh-mode.el (find-tag-interactive): Declare function.
4003 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
4004 Pass argument NO-DEFAULT to `find-tag-interactive'.
4005
4006 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
4007
4008 Lexical-binding cleanup.
4009
4010 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
4011 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
4012 * progmodes/ada-prj.el (ada-prj-initialize-values)
4013 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
4014 (ada-prj-show-value):
4015 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
4016 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
4017 (antlr-invalidate-context-cache, antlr-options-menu-filter)
4018 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
4019 * progmodes/bug-reference.el (bug-reference-push-button):
4020 * progmodes/fortran.el (fortran-line-length):
4021 * progmodes/glasses.el (glasses-change):
4022 * progmodes/octave-mod.el (octave-fill-paragraph):
4023 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
4024 (python-pdbtrack-grub-for-buffer, python-sentinel):
4025 * progmodes/sql.el (sql-save-connection):
4026 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
4027 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
4028 Mark unused parameters.
4029
4030 * progmodes/compile.el (compilation--flush-directory-cache)
4031 (compilation--flush-parse, compile-internal): Mark unused parameters.
4032 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
4033 (compilation-next-error-function): Remove unused variable `timestamp'.
4034
4035 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
4036 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
4037
4038 * progmodes/dcl-mode.el (dcl-end-of-command):
4039 Remove unused variable `start'.
4040 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
4041 (dcl-option-value-basic, dcl-option-value-offset)
4042 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
4043 Mark unused parameters.
4044 (dcl-save-local-variable): Remove unused variable `val'.
4045 (mode): Declare.
4046
4047 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
4048 Mark unused parameters.
4049 (delphi-ignore-changes): Move before first use.
4050 (delphi-charset-token-at): Remove unused variable `start'.
4051 (delphi-else-start): Remove unused variable `if-count'.
4052 (delphi-comment-block-start, delphi-comment-block-end):
4053 Remove unused variable `kind'.
4054 (delphi-indent-line): Remove unused variable `new-point'.
4055
4056 * progmodes/ebrowse.el (ebrowse-files-list)
4057 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
4058 Mark unused parameters. Don't quote `lambda'.
4059 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
4060 Don't quote `lambda'.
4061 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
4062 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
4063 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
4064 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
4065 Use `ignore-errors'.
4066 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
4067 (ebrowse-view/find-file-and-search-pattern)
4068 (ebrowse-view/find-member-declaration/definition):
4069 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
4070 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
4071 Rename parameter PREFIX-ARG to PREFIX.
4072 (ebrowse-tags-read-name): Remove unused variables `start' and
4073 `member-info'.
4074 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
4075 to `tags-file'.
4076
4077 * progmodes/etags.el (local-find-tag-hook): Declare.
4078 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
4079 Mark unused parameters.
4080
4081 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
4082 (executable-interpret): Mark unused parameter.
4083
4084 * progmodes/flymake.el (flymake-process-sentinel)
4085 (flymake-after-change-function)
4086 (flymake-create-temp-with-folder-structure)
4087 (flymake-get-include-dirs-dot): Mark unused parameters.
4088 (flymake-safe-delete-directory): Remove unused variable `err'.
4089
4090 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
4091 (speedbar-timer-fn, speedbar-line-text)
4092 (speedbar-change-expand-button-char, speedbar-delete-subblock)
4093 (speedbar-center-buffer-smartly): Declare functions.
4094 (gdb-find-watch-expression): Remove unused variable `array'.
4095 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
4096 (gdb-starting): Mark unused parameters.
4097 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
4098 (gdb-table-string): Remove unused variable `res'.
4099 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
4100 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
4101 (gdb-display-buffer): Remove unused variable `cur-size'.
4102
4103 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
4104 allow lexical-binding compilation.
4105 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
4106 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
4107 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
4108 Mark unused parameters.
4109 (gud-gdb-marker-filter): Remove unused variable `match'.
4110 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
4111 lambda expressions and funcall them, instead of using `fset'.
4112
4113 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
4114 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
4115
4116 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
4117 variable `header-beg'; use `let'.
4118
4119 * progmodes/icon.el (indent-icon-exp): Remove unused variables
4120 `restart', `last-sexp' and `at-do'.
4121
4122 * progmodes/js.el (js--debug): Mark unused parameter.
4123 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
4124 (js--splice-into-items): Remove unused variable `item'.
4125 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
4126
4127 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
4128 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
4129 (makefile-complete): Remove unused variable `try'.
4130 (makefile-fill-paragraph, makefile-match-function-end):
4131 Mark unused parameters.
4132
4133 * progmodes/octave-inf.el (inferior-octave-complete):
4134 Remove unused variable `proc'.
4135 (inferior-octave-output-digest): Mark unused parameter.
4136
4137 * progmodes/perl-mode.el (perl-calculate-indent):
4138 Remove unused variable `err'.
4139
4140 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
4141 (prolog-indent-line): Mark unused parameters.
4142 (prolog-indent-line): Remove unused variable `beg'.
4143
4144 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
4145 (reporter-dont-compact-list): Declare.
4146
4147 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
4148 Remove unused variable `char'.
4149 (sh-debug): Mark unused parameter.
4150 (sh-get-indent-info): Remove unused variable `start'.
4151 (sh-calculate-indent): Remove unused variable `var'.
4152
4153 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
4154 (simula-electric-keyword): Remove unused variable `null'.
4155 (simula-search-backward, simula-search-forward): Remove unused
4156 variables `begin' and `end'.
4157
4158 * progmodes/vera-mode.el (vera-guess-basic-syntax):
4159 Remove unused variable `pos'.
4160 (vera-electric-tab, vera-comment-uncomment-region):
4161 Mark unused parameters.
4162 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
4163
4164 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
4165
4166 * emacs-lisp/package.el (package--builtins, package-alist)
4167 (package-load-descriptor, package-built-in-p, package-activate)
4168 (define-package, package-installed-p)
4169 (package-compute-transaction, package-buffer-info)
4170 (package--push): Doc fix. Distinguish more clearly between
4171 version strings and version lists.
4172
4173 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
4174
4175 Lexical-binding cleanup.
4176
4177 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
4178 (5x5-make-mutate-best):
4179 * play/fortune.el (fortune-in-buffer):
4180 * play/gomoku.el (gomoku-init-display):
4181 * play/solitaire.el (solitaire, solitaire-do-check):
4182 * play/tetris.el (tetris-default-update-speed-function):
4183 Mark unused parameters.
4184
4185 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
4186 (bubbles--shift): Remove unused variable `char-org'.
4187 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
4188 (bubbles--show-images): Remove unused variable `char'.
4189
4190 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
4191 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
4192 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
4193 (decipher-analyze-buffer): Use ?\s.
4194 (decipher-make-checkpoint): Remove unused variable `mapping'.
4195
4196 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
4197
4198 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4199 Remove unused variable `result'; use `let'.
4200
4201 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
4202 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
4203 (gametree-children-shown-p, gametree-compute-reduced-score):
4204 Use `ignore-errors'.
4205
4206 * play/handwrite.el (ps-lpr-switches): Declare.
4207 (handwrite): Remove unused variables `pmin' and `lastp'.
4208
4209 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
4210
4211 * play/landmark.el (landmark-init-display)
4212 (landmark-update-naught-weights): Mark unused parameters.
4213 (landmark-y): Remove unused variable `noise'. Simplify.
4214 (landmark-human-plays): Remove unused variable `score'.
4215
4216 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
4217 (mpuz-try-proposal): Remove unused variable `game'.
4218
4219 * play/zone.el (life-patterns): Declare.
4220
4221 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
4222
4223 * vc/vc.el (ediff-vc-internal): Declare function.
4224
4225 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * shell.el: Use lexical-binding and std completion UI.
4228 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
4229 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
4230 comint-preoutput-filter-functions rather than on
4231 comint-output-filter-functions.
4232 (shell-command-completion, shell--command-completion-data)
4233 (shell-filename-completion, shell-environment-variable-completion)
4234 (shell-c-a-p-replace-by-expanded-directory): New functions.
4235 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
4236 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
4237 (shell-dynamic-complete-environment-variable): Use them.
4238 (shell-dynamic-complete-as-environment-variable)
4239 (shell-dynamic-complete-as-command): Remove.
4240 (shell-match-partial-variable): Match past point.
4241 * comint.el: Clean up use of completion-at-point-functions.
4242 (comint-completion-at-point): New function.
4243 (comint-mode): Use it completion-at-point-functions.
4244 (comint-dynamic-complete): Make it obsolete.
4245 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
4246 (comint-c-a-p-replace-by-expanded-history): New function.
4247 (comint-dynamic-complete-functions)
4248 (comint-replace-by-expanded-history): Use it.
4249 * minibuffer.el (completion-table-with-terminator): Allow dynamic
4250 termination strings. Try harder to avoid second try-completion.
4251 (completion-in-region-mode-map): Disable bindings that don't work yet.
4252
4253 * comint.el: Use lexical-binding. Require CL.
4254 (comint-dynamic-complete-functions): Use comint-filename-completion.
4255 (comint-completion-addsuffix): Tweak custom type.
4256 (comint-filename-completion, comint--common-suffix)
4257 (comint--common-quoted-suffix, comint--table-subvert)
4258 (comint--complete-file-name-data): New functions.
4259 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
4260 (comint-dynamic-list-filename-completions): Use them.
4261 (comint-dynamic-simple-complete): Make obsolete.
4262
4263 * minibuffer.el (completion-in-region-mode):
4264 Keep completion-in-region-mode--predicate global.
4265 (completion-in-region--postch):
4266 Assume completion-in-region-mode--predicate is not null.
4267
4268 * progmodes/flymake.el (flymake-start-syntax-check-process):
4269 Obey `dir'. Simplify.
4270
4271 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
4272 we're in VC after all.
4273
4274 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
4275
4276 * vc/vc.el (vc-diff-build-argument-list-internal)
4277 (vc-version-ediff, vc-ediff): New commands.
4278 (vc-version-diff): Use vc-diff-build-argument-list-internal.
4279
4280 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4281
4282 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
4283 add sanity check.
4284
4285 * obsolete/erc-hecomplete.el: Make obsolete.
4286 * obsolete/: Standardize obsolescence info in the header.
4287
4288 2011-04-20 Glenn Morris <rgm@gnu.org>
4289
4290 * calendar/solar.el (solar-horizontal-coordinates):
4291 Use the longitude argument rather than `calendar-longitude'.
4292 (solar-date-next-longitude): Remove unused locals.
4293
4294 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4295
4296 * whitespace.el: New version 13.2.1.
4297
4298 2011-04-20 felix <EmacsWiki> (tiny change)
4299
4300 * whitespace.el (global-whitespace-mode): Keep highlight when
4301 switching between major modes on a file.
4302
4303 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
4306 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
4307 multi-line comments as well.
4308
4309 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
4310
4311 Lexical-binding cleanup.
4312
4313 * arc-mode.el (archive-mode-revert):
4314 * cmuscheme.el (scheme-interactively-start-process):
4315 * custom.el (custom-initialize-delay):
4316 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
4317 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
4318 * emacs-lock.el (emacs-lock-clear-sentinel):
4319 * ezimage.el (defezimage):
4320 * follow.el (follow-avoid-tail-recenter):
4321 * fringe.el (set-fringe-mode-1):
4322 * generic-x.el (bat-generic-mode-compile):
4323 * help-mode.el (help-info-variable, help-do-xref)
4324 (help-mode-revert-buffer):
4325 * help.el (view-emacs-todo):
4326 * iswitchb.el (iswitchb-completion-help):
4327 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
4328 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
4329 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
4330 * locate.el (locate-update):
4331 * longlines.el (longlines-encode-region)
4332 (longlines-after-change-function):
4333 * outline.el (outline-isearch-open-invisible):
4334 * ps-def.el (declare-function, charset-dimension, char-width)
4335 (encode-char):
4336 * ps-mule.el (ps-mule-plot-string):
4337 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
4338 (recentf-edit-list-select, recentf-edit-list-validate)
4339 (recentf-open-files-action):
4340 * rect.el (delete-whitespace-rectangle-line)
4341 (rectangle-number-line-callback):
4342 * register.el (window-configuration-to-register)
4343 (frame-configuration-to-register):
4344 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
4345 * select.el (xselect-convert-to-string, xselect-convert-to-length)
4346 (xselect-convert-to-targets, xselect-convert-to-delete)
4347 (xselect-convert-to-filename, xselect-convert-to-charpos)
4348 (xselect-convert-to-lineno, xselect-convert-to-colno)
4349 (xselect-convert-to-os, xselect-convert-to-host)
4350 (xselect-convert-to-user, xselect-convert-to-class)
4351 (xselect-convert-to-name, xselect-convert-to-integer)
4352 (xselect-convert-to-atom, xselect-convert-to-identity):
4353 * subr.el (declare, ignore, process-kill-without-query)
4354 (text-clone-maintain):
4355 * terminal.el (te-get-char, te-tic-sentinel):
4356 * tool-bar.el (tool-bar-make-keymap):
4357 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
4358 * type-break.el (type-break-mode, type-break-noninteractive-query):
4359 * view.el (View-back-to-mark):
4360 * wid-browse.el (widget-browse-action, widget-browse-widget)
4361 (widget-browse-widgets, widget-browse-sexp):
4362 * widget.el (define-widget-keywords):
4363 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
4364 Mark unused parameters.
4365
4366 * align.el (align-adjust-col-for-rule): Mark unused parameter.
4367 (align-areas): Remove unused variable `look'.
4368 (align-region): Remove unused variables `real-end' and `pos-list'.
4369
4370 * apropos.el (apropos-score-doc): Remove unused variable `i'.
4371
4372 * bindings.el (mode-line-modified, mode-line-remote):
4373 Mark unused parameters.
4374 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
4375
4376 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
4377 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
4378
4379 * comint.el (comint-history-isearch-pop-state)
4380 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
4381 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
4382 (comint-substitute-in-file-name): Doc fix.
4383
4384 * completion.el (cmpl-statistics-block): Mark unused parameter.
4385 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
4386 (save-completions-to-file, load-completions-from-file):
4387 Remove unused local variable `e'.
4388
4389 * composite.el (compose-chars): Remove unused variable `len'.
4390 (lgstring-insert-glyph): Remove unused variable `g'.
4391 (compose-glyph-string): Remove unused variables `ascent',
4392 `descent', `lbearing' and `rbearing'.
4393 (compose-glyph-string-relative): Remove unused variables
4394 `lbearing', `rbearing' and `wadjust'.
4395 (compose-gstring-for-graphic): Remove unused variables `header',
4396 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
4397 (compose-gstring-for-terminal): Remove unused variables `header'
4398 and `nchars'. Use `let', not `let*'.
4399
4400 * cus-edit.el (Custom-set, Custom-save, custom-reset)
4401 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
4402 (Custom-buffer-done, custom-buffer-create-internal)
4403 (custom-browse-visibility-action, custom-browse-group-tag-action)
4404 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
4405 (widget-magic-mouse-down-action, custom-toggle-parent)
4406 (custom-add-parent-links, custom-toggle-hide-variable)
4407 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
4408 (custom-toggle-hide-face, face, hook, custom-group-link-action)
4409 (custom-face-menu-create, custom-variable-menu-create, get)
4410 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
4411 (custom-reset-standard-save-and-update): Remove unused variable `value'.
4412 (customize-apropos): Remove unused variable `tests'.
4413 (custom-group-value-create): Remove unused variable `hidden-p'.
4414 (sort-fold-case): Declare.
4415
4416 * cus-theme.el (custom-reset-standard-faces-list)
4417 (custom-reset-standard-variables-list): Declare.
4418 (customize-create-theme, custom-theme-revert, custom-theme-write)
4419 (custom-theme-choose-mode, customize-themes, custom-theme-save):
4420 Mark unused parameters.
4421
4422 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
4423
4424 * delim-col.el (delimit-columns-max): Move defvar before first use.
4425
4426 * descr-text.el (describe-char-categories): Don't quote `lambda'.
4427 (describe-char): Don't quote `lambda'. Mark unused parameter.
4428
4429 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
4430 (auto-insert): Declare.
4431 (desktop-restore-file-buffer): Rename desktop-* parameters;
4432 mark unused ones.
4433 (desktop-create-buffer): Rename desktop-* parameters and bind them.
4434 (desktop-buffer): Rename desktop-* parameters.
4435
4436 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4437 (dframe-reposition-frame-xemacs, dframe-help-echo)
4438 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
4439 Mark unused parameters.
4440
4441 * dired-aux.el (backup-extract-version-start, overwrite-query)
4442 (overwrite-backup-query, rename-regexp-query)
4443 (rename-non-directory-query): Declare.
4444 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
4445 (dired-add-entry): Remove unused variable `orig-file-name'.
4446 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
4447 Use parameter PRESERVE-TIME instead of accessing dynamic variable
4448 `dired-copy-preserve-time' directly.
4449 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
4450 (dired-insert-subdir-newpos): Rename unused variable `pos'.
4451
4452 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
4453 (dired-virtual-revert, dired-make-relative-symlink):
4454 Mark unused parameters.
4455 (manual-program): Declare.
4456 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
4457 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
4458 wrapped in `with-no-warnings' to avoid replacing one warning by another.
4459
4460 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
4461
4462 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
4463
4464 * echistory.el (electric-history-in-progress, Helper-return-blurb):
4465 Declare.
4466
4467 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
4468
4469 * electric.el (Electric-command-loop): Rename parameter
4470 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
4471
4472 * expand.el (expand-in-literal): Remove unused variable `here'.
4473
4474 * facemenu.el (facemenu-add-new-color):
4475 Remove unused variable `docstring'.
4476
4477 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
4478 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
4479 (face-attr-construct): Mark unused parameter. Doc fix.
4480 (read-color): Remove unused variable `hex-string'.
4481
4482 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
4483 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
4484 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
4485 (display-buffer-other-frame): Remove unused variable `old-window'.
4486 (kill-buffer-hook): Declare.
4487 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
4488 Mark unused parameters.
4489 (after-find-file): Pass 1 to `auto-save-mode', not t.
4490
4491 * files-x.el (auto-insert): Declare.
4492 (modify-file-local-variable-prop-line): Remove unused variable `val'.
4493
4494 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
4495 variable `buf'. Mark unused parameter.
4496 (find-lisp-insert-directory): Mark unused parameter.
4497
4498 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
4499 (format-encode-region): Remove unused variables `cur-buf' and `result'.
4500 (format-common-tail): Remove, unused.
4501 (format-deannotate-region): Remove unused variable `loc'.
4502 (format-annotate-region): Remove unused variable `p'.
4503 (format-annotate-single-property-change): Remove unused variables
4504 `default' and `tail'.
4505
4506 * forms.el (read-file-filter): Declare.
4507 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
4508
4509 * frame.el (frame-creation-function-alist): Mark unused parameter.
4510 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
4511
4512 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
4513 Remove unused parameters.
4514 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
4515 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
4516
4517 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
4518 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
4519 (hfy-prepare-tag-map): Mark unused parameters.
4520 (htmlfontify-buffer): Use `called-interactively-p'.
4521
4522 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
4523 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
4524 (ibuffer-do-occur): Mark unused parameters.
4525 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
4526 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
4527
4528 * ibuffer.el: Don't quote `lambda'.
4529 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
4530 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
4531 Mark unused parameters.
4532
4533 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
4534 (ido-completing-read): Mark unused parameters.
4535 (ido-copy-current-word): Mark unused parameters;
4536 remove unused variable `name'.
4537 (ido-sort-merged-list): Remove unused parameter `dirs'.
4538
4539 * ielm.el (ielm-input-sender): Mark unused parameter.
4540 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
4541 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
4542 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
4543 `ielm-string' as a dynamic variable accessible from the IELM prompt.
4544 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
4545
4546 * image-dired.el (image-dired-display-thumbs): Remove unused
4547 variables `curr-file' and `count'.
4548 (image-dired-remove-tag): Remove unused variable `start'.
4549 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
4550 variable `curr-file'
4551 (image-dired-rotate-original): Remove unused variable `temp-file'.
4552 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
4553 Remove unused variable `file'.
4554 (image-dired-gallery-generate): Remove unused variable `curr'.
4555 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
4556
4557 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
4558
4559 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
4560
4561 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
4562
4563 * isearch.el (minibuffer-history-symbol): Declare.
4564 (isearch-edit-string): Remove unused variable `err'.
4565 (isearch-message-prefix, isearch-message-suffix):
4566 Mark unused parameters.
4567
4568 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
4569
4570 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
4571
4572 * makesum.el (double-column): Remove unused variable `cnt'.
4573
4574 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
4575 (ido-ignore-item-temp-list): Declare.
4576
4577 * mouse-drag.el (mouse-drag-throw): Remove unused variables
4578 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
4579 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
4580 (mouse-drag-drag): Remove unused variables `mouse-delta' and
4581 `mouse-col-delta'.
4582
4583 * mouse-sel.el (mouse-extend-internal):
4584 Remove unused variable `orig-window-frame'.
4585
4586 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
4587 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
4588 Move declarations before first use.
4589 (pcomplete-opt): Mark unused parameters; doc fix.
4590
4591 * proced.el (proced-revert): Mark unused parameter.
4592 (proced-send-signal): Remove unused variable `err'.
4593
4594 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
4595 Rename parameter PREFIX-ARG to ARG.
4596 (ps-basic-plot-string, ps-basic-plot-whitespace):
4597 Mark unused parameters.
4598
4599 * replace.el (replace-count): Define.
4600 (occur-revert-function): Mark unused parameters.
4601 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
4602 (isearch-case-fold-search, isearch-string): Declare.
4603 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
4604 bind `case-fold-search'. Remove unused variables `beg' and `end',
4605 and simplify.
4606 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
4607 COUNT and bind `replace-count'.
4608 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
4609 to COUNT.
4610
4611 * savehist.el (print-readably, print-string-length): Declare.
4612
4613 * shadowfile.el (shadow-expand-cluster-in-file-name):
4614 Remove unused variable `cluster'.
4615 (shadow-copy-file): Remove unused variable `i'.
4616 (shadow-noquery, shadow-clusters, shadow-site-cluster)
4617 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
4618 (shadow-define-literal-group, shadow-define-regexp-group)
4619 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
4620
4621 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
4622 (shell): Use `called-interactively-p'.
4623 (shell-directory-tracker): Remove unused variable `chdir-failure'.
4624
4625 * simple.el (compilation-context-lines, comint-file-name-quote-list)
4626 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
4627 (delete-backward-char): Remove unused variable `ocol'.
4628 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
4629 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
4630 (event-apply-hyper-modifier, event-apply-shift-modifier)
4631 (event-apply-control-modifier, event-apply-meta-modifier):
4632 Mark unused parameters.
4633 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
4634 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
4635
4636 * speedbar.el (speedbar-ignored-directory-expressions)
4637 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
4638 (speedbar-find-file, speedbar-dir-follow)
4639 (speedbar-directory-buttons-follow, speedbar-tag-find)
4640 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
4641 (speedbar-buffers-line-directory, speedbar-buffer-click):
4642 Mark unused parameters.
4643 (speedbar-tag-file): Remove unused variable `mode'.
4644 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
4645
4646 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
4647
4648 * talk.el (talk): Remove unused variable `display'.
4649
4650 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
4651 (tar-write-region-annotate): Mark unused parameter.
4652
4653 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
4654 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
4655 Declare them, wrapped in `with-no-warnings' to avoid replacing one
4656 warning by another.
4657
4658 * time-stamp.el (time-stamp-string-preprocess):
4659 Remove unused variable `require-padding'.
4660
4661 * tree-widget.el (widget-glyph-enable): Declare.
4662 (tree-widget-action): Mark unused parameter.
4663
4664 * w32-fns.el (x-get-selection): Mark unused parameter.
4665 (autoload-make-program, generated-autoload-file): Declare.
4666
4667 * wdired.el (wdired-revert): Mark unused parameters.
4668 (wdired-xcase-word): Remove unused variable `err'.
4669
4670 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
4671 (whitespace-help-scroll): Remove unused variable `data-help'.
4672
4673 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
4674 (widget-image-insert, widget-after-change, default)
4675 (widget-default-format-handler, widget-default-notify)
4676 (widget-default-prompt-value, widget-info-link-action)
4677 (widget-url-link-action, widget-function-link-action)
4678 (widget-variable-link-action, widget-file-link-action)
4679 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
4680 (widget-field-prompt-internal, widget-field-action, widget-field-match)
4681 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
4682 (widget-insert-button-action, widget-delete-button-action, visibility)
4683 (widget-documentation-link-action, widget-documentation-string-action)
4684 (widget-const-prompt-value, widget-regexp-match, symbol)
4685 (widget-coding-system-prompt-value)
4686 (widget-key-sequence-value-to-external, sexp)
4687 (widget-sexp-value-to-internal, character, vector, cons)
4688 (widget-choice-prompt-value, widget-boolean-prompt-value)
4689 (widget-color--choose-action): Mark unused parameters.
4690 (widget-item-match-inline, widget-choice-match-inline)
4691 (widget-checklist-match, widget-checklist-match-inline)
4692 (widget-group-match): Rename parameter VALUES to VALS.
4693 (widget-field-value-set): Remove unused variable `size'.
4694 (widget-color-action): Remove unused variables `value' and `start'.
4695
4696 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
4697 variable `dir'. Doc fix.
4698 (windmove-find-other-window): Don't pass it.
4699
4700 * window.el (count-windows): Mark unused parameter.
4701 (bw-adjust-window): Remove unused variable `err'.
4702
4703 * woman.el (woman-file-name): Remove unused variable `default'.
4704 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
4705 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
4706 (global-font-lock-mode): Declare.
4707 (woman-decode-region): Mark unused parameter.
4708 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
4709
4710 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
4711 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
4712 (x-dnd-handle-moz-url): Remove unused variable `title'.
4713 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
4714
4715 * xml.el (xml-parse-tag, xml-parse-attlist):
4716 Remove unused variable `pos'.
4717
4718 2011-04-19 Glenn Morris <rgm@gnu.org>
4719
4720 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
4721 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4722 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4723 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
4724 * calendar/cal-html.el (cal-html-insert-minical):
4725 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
4726 (calendar-mark-date-pattern):
4727 Prefix "unused" locals.
4728
4729 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
4730 optional argument `style'.
4731
4732 * calendar/appt.el (appt-make-list):
4733 * calendar/cal-china.el (calendar-chinese-date-string):
4734 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
4735 (diary-hebrew-yahrzeit):
4736 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
4737 * calendar/calendar.el (calendar-generate-window):
4738 * calendar/time-date.el (time-to-days):
4739 Remove unused local variables.
4740
4741 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
4742
4743 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
4744 glyphless-char-display table.
4745 (tabulated-list-glyphless-char-display): New var.
4746
4747 2011-04-18 Sam Steingold <sds@gnu.org>
4748
4749 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
4750 to acknowledgments.
4751
4752 2011-04-17 Glenn Morris <rgm@gnu.org>
4753
4754 * calendar/diary-lib.el (diary-sexp-entry):
4755 * calendar/holidays.el (holiday-sexp):
4756 Set debug-on-error rather than the removed stack-trace-on-error.
4757
4758 2011-04-16 Glenn Morris <rgm@gnu.org>
4759
4760 * progmodes/f90.el: Use lexical-binding.
4761 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
4762
4763 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
4766 (mail-mode): Setup mailalias completion here instead.
4767 * mail/mailalias.el: Use lexical-binding.
4768 (pattern, mailalias-done): Declare dynamic.
4769 (mail-completion-at-point-function): New function, from mail-complete.
4770 (mail-complete): Use it.
4771 (mail-completion-expand): New function.
4772 (mail-get-names): Use it.
4773 (mail-directory, mail-directory-process, mail-directory-stream):
4774 Don't use `pattern' for lexically bound arg.
4775
4776 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
4777
4778 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
4779 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
4780 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
4781
4782 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
4783 (byte-save-window-excursion, byte-temp-output-buffer-setup)
4784 (byte-interactive-p): Define them again, for use when inlining
4785 old code.
4786
4787 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
4788
4789 * loadup.el: Use `string-to-number', not `string-to-int'.
4790
4791 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
4794 gud-gdb-complete-command.
4795 (gud-gdb-completions): New function, from gud-gdb-complete-command.
4796 (gud-gdb-completion-at-point): New function.
4797 (gud-gdb-completions): Remove.
4798
4799 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
4800
4801 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
4802 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
4803 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
4804 whether `executable-find' is bound.
4805
4806 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
4807
4808 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * minibuffer.el (completion-in-region-mode-predicate)
4811 (completion-in-region-mode--predicate): New vars.
4812 (completion-in-region, completion-in-region--postch)
4813 (completion-in-region-mode): Use them.
4814 (completion--capf-wrapper): Also return the hook function.
4815 (completion-at-point, completion-help-at-point):
4816 Adjust and provide a predicate.
4817
4818 Preserve arg names for advice of subr and lexical functions (bug#8457).
4819 * help-fns.el (help-function-arglist): Consolidate the subr and
4820 new-byte-code cases. Add argument `preserve-names' to extract names
4821 from the docstring when needed.
4822 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
4823 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
4824 (ad-arglist): Use help-function-arglist's new arg.
4825 (ad-definition-type): Use cond.
4826
4827 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
4828
4829 * autorevert.el (auto-revert-handler):
4830 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
4831 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
4832 Don't quote lambda.
4833
4834 * image-mode.el (image-transform-set-scale):
4835 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
4836
4837 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4838
4839 * net/network-stream.el (network-stream-open-starttls): Only do
4840 opportunistic STARTTLS upgrades if we have built-in gnutls support.
4841 Upgrades via gnutls-cli are too slow to be done opportunistically.
4842
4843 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
4844
4845 * dframe.el (dframe-current-frame): Remove spurious quote.
4846
4847 2011-04-12 Glenn Morris <rgm@gnu.org>
4848
4849 * calendar/cal-tex.el (cal-tex-end-document):
4850 Try to automatically use latin1 input if needed.
4851
4852 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
4853 Don't try to cons a mark onto an empty element.
4854
4855 2011-04-11 Leo Liu <sdl.web@gmail.com>
4856
4857 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
4858 buffers.
4859 (ido-kill-buffer-at-head): Support killing virtual buffers.
4860
4861 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * minibuffer.el (completion-show-inline-help): New var.
4864 (completion--do-completion, minibuffer-complete)
4865 (minibuffer-force-complete, minibuffer-complete-word):
4866 Inhibit minibuffer messages if completion-show-inline-help is nil.
4867
4868 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
4869 to avoid interference from inline help (Bug#5849).
4870
4871 2011-04-10 Leo Liu <sdl.web@gmail.com>
4872
4873 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4874 Fix typo.
4875
4876 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
4877
4878 * image-mode.el (image-toggle-display-image): Signal an error if
4879 not in Image mode.
4880 (image-transform-mode, image-transform-resize)
4881 (image-transform-set-rotation): Doc fix.
4882 (image-transform-set-resize): Delete.
4883 (image-transform-set-scale, image-transform-fit-to-height)
4884 (image-transform-fit-to-width): Handle image-toggle-display-image
4885 and image-transform-resize directly.
4886
4887 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
4888
4889 * doc-view.el (doc-view-fit-width-to-window)
4890 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
4891 New functions for fitting the shown image to the Emacs window size.
4892 (doc-view-mode-map): Add bindings for the new functions.
4893
4894 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
4897 Fix typo in docstring.
4898
4899 2011-04-08 Eli Zaretskii <eliz@gnu.org>
4900
4901 * files.el (file-size-human-readable): Produce one digit after
4902 decimal, like "ls -lh" does.
4903
4904 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
4905 the file size representation.
4906
4907 * simple.el (list-processes): If async subprocesses are not
4908 available, error out with a clear error message.
4909
4910 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * help.el (help-form-show): New function, to be called from C.
4913 Put help-form output in a buffer named differently than *Help*.
4914
4915 2011-04-08 Eli Zaretskii <eliz@gnu.org>
4916
4917 * files.el (file-size-human-readable): New function.
4918
4919 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
4920 computing the representation inline. Don't require `cl'.
4921
4922 2011-04-08 Glenn Morris <rgm@gnu.org>
4923
4924 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
4925
4926 * net/browse-url.el (browse-url-firefox):
4927 Test system-type, not system-configuration.
4928
4929 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
4930 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
4931 Use log-edit-empty-buffer-p. (Bug#7598)
4932
4933 * net/rlogin.el (rlogin-process-connection-type): Simplify.
4934 (rlogin-mode-map): Initialize in the defvar.
4935 (rlogin): Use ignore-errors.
4936
4937 * replace.el (occur-mode-map): Some fixes for menu items.
4938
4939 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4940
4941 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
4942
4943 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
4944
4945 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
4946 issuing unused warnings.
4947
4948 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
4949 macro directly.
4950
4951 * simple.el: Lisp reimplement of list-processes. Based on an
4952 earlier reimplementation by Leo Liu, but using tabulated-list.el.
4953 (process-menu-mode): New major mode.
4954 (list-processes--refresh, list-processes):
4955 (process-menu-visit-buffer): New functions.
4956
4957 * files.el (save-buffers-kill-emacs): Don't assume any return
4958 value of list-processes, which is undocumented anyway.
4959
4960 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * emacs-lisp/tabulated-list.el: New file.
4963
4964 * emacs-lisp/package.el: Use Tabulated List mode.
4965 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
4966 (package-menu-mode): Derive from tabulated-list-mode. Set up the
4967 table format using Tabulated List mode variables.
4968 (package--push): New macro, replacing package-list-maybe-add.
4969 (package-menu--generate): Use package--push. Renamed from
4970 package--generate-package-list.
4971 (package-menu-refresh, list-packages): Use it.
4972 (package-menu--print-info): Rename from package-print-package.
4973 Return insertion data instead of inserting it directly.
4974 (package-menu-describe-package, package-menu-execute):
4975 Use tabulated-list-get-id.
4976 (package-menu-mark-delete, package-menu-mark-install)
4977 (package-menu-mark-unmark, package-menu-backup-unmark)
4978 (package-menu-mark-obsolete-for-deletion):
4979 Use tabulated-list-put-tag.
4980 (package--list-packages, package-menu-revert)
4981 (package-menu-get-package, package-menu-get-version)
4982 (package-menu-sort-by-column): Functions deleted.
4983 (package-menu-package-list, package-menu-sort-key): Vars deleted.
4984 (package-menu--status-predicate, package-menu--version-predicate)
4985 (package-menu--name-predicate)
4986 (package-menu--description-predicate): Handle arguments in the
4987 Tabulated List format.
4988 (package-list-packages-no-fetch): Call list-packages.
4989
4990 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
4991
4992 * files.el (after-find-file-from-revert-buffer): Remove variable.
4993 (after-find-file): Don't bind it.
4994 (revert-buffer-in-progress-p): New variable.
4995 (revert-buffer): Bind it.
4996 Pass nil for `after-find-file-from-revert-buffer'.
4997
4998 * saveplace.el (save-place-find-file-hook): Use new variable
4999 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
5000
5001 2011-04-06 Glenn Morris <rgm@gnu.org>
5002
5003 * Makefile.in (AUTOGEN_VCS): New variable.
5004 (autoloads): Use $AUTOGEN_VCS.
5005
5006 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
5007 * calendar/calendar.el (calendar-mode-map):
5008 Check for toolkit scroll bars. (Bug#8305)
5009
5010 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * minibuffer.el (completion-in-region--postch)
5013 (completion-in-region-mode): Remove unnecessary messages.
5014
5015 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
5016
5017 * font-lock.el (font-lock-refresh-defaults):
5018 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
5019 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
5020
5021 * info.el (Info-directory-list, Info-read-node-name-2)
5022 (Info-split-parameter-string): Doc fixes.
5023 (Info-virtual-nodes): Reflow docstring.
5024 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
5025 (Info-apropos-toc-nodes, info-finder, Info-get-token)
5026 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
5027 Fix typos in docstrings.
5028 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
5029 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
5030 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
5031 (Info-restore-desktop-buffer): Mark unused parameters.
5032 (Info-directory-find-file, Info-directory-find-node)
5033 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
5034 (Info-virtual-index-find-node, Info-apropos-find-file)
5035 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
5036 Mark unused parameters; fix typos in docstrings.
5037 (Info-virtual-index): Remove unused local variable `nodename'.
5038
5039 2011-04-05 Deniz Dogan <deniz@dogan.se>
5040
5041 * net/rcirc.el: Update my e-mail address.
5042 (rcirc-mode-map): Remove M-o binding.
5043
5044 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * startup.el (command-line): Save the cursor's theme-face
5047 directly, instead of using face-override-spec.
5048
5049 * custom.el (load-theme): Minor optimization in assigning faces.
5050
5051 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
5052
5053 * help-fns.el (describe-variable): Complete all variables having
5054 documentation, including keywords.
5055 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
5056
5057 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
5058
5059 Convert to lexical-binding.
5060
5061 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
5062 (bs--get-marked-string, bs--get-modified-string)
5063 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5064 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
5065 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
5066
5067 * ehelp.el (electric-help-execute-extended)
5068 (electric-help-ctrl-x-prefix):
5069 * hexl.el (hexl-revert-buffer-function):
5070 * linum.el (linum-after-change, linum-after-scroll):
5071 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
5072
5073 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
5074
5075 2011-04-04 Daiki Ueno <ueno@unixuser.org>
5076
5077 * epa-dired.el:
5078 * epa-mail.el:
5079 * epa-hook.el:
5080 * epa-file.el:
5081 * epa.el:
5082 * epg.el: Use lexical binding.
5083
5084 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
5087
5088 * textmodes/flyspell.el (flyspell-word): Recognize default
5089 dictionary case for flyspell-mark-duplications-exceptions.
5090 Use regexp matching for languages.
5091 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
5092 default dictionary (Bug#7926).
5093
5094 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5095
5096 * emacs-lisp/package.el (package--with-work-buffer):
5097 Recognize https URLs.
5098
5099 * net/network-stream.el: Move from gnus/proto-stream.el.
5100 Change prefix to network-stream throughout.
5101 (open-protocol-stream): Merge into open-network-stream, leaving
5102 open-protocol-stream as an alias. Handle nil BUFFER args.
5103
5104 * subr.el (open-network-stream): Move to net/network-stream.el.
5105
5106 2011-04-02 Glenn Morris <rgm@gnu.org>
5107
5108 * find-dired.el (find-exec-terminator): New option.
5109 (find-ls-option): Test for -ls support.
5110 (find-ls-subdir-switches): Test for -b in find-ls-option.
5111 (find-dired, find-grep-dired): Doc fixes.
5112 (find-dired): Use find-exec-terminator.
5113
5114 * find-dired.el (find-ls-option, find-ls-subdir-switches)
5115 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
5116 (find-name-arg): Remove purecopy.
5117
5118 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
5119 (grep-compute-defaults): Check for `-exec COMMAND +' support.
5120 Set grep-find-use-xargs, grep-find-command, and grep-find-template
5121 accordingly. Don't add the null-device if not needed.
5122
5123 * files.el (save-some-buffers): Doc fix.
5124
5125 2011-04-02 Eli Zaretskii <eliz@gnu.org>
5126
5127 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
5128
5129 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
5130
5131 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
5132 Use `dolist' rather than `mapcar'.
5133
5134 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 Add lexical binding.
5137
5138 * subr.el (apply-partially): Use new closures rather than CL.
5139 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
5140 (dolist, dotimes): Use slightly different expansion for lexical code.
5141 (functionp): Move to C.
5142 (letrec): New macro.
5143 (with-wrapper-hook): Use it and apply-partially instead of CL.
5144 (eval-after-load): Preserve lexical-binding.
5145 (save-window-excursion, with-output-to-temp-buffer): Turn them
5146 into macros.
5147
5148 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
5149
5150 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
5151 than the arglist.
5152 (help-add-fundoc-usage): Don't add `Not documented'.
5153 (help-function-arglist): Handle closures, subroutines, and new
5154 byte-code-functions.
5155 (help-make-usage): Remove leading underscores.
5156 (describe-function-1): Handle closures.
5157 (describe-variable): Use special-variable-p for completion.
5158
5159 * files.el (lexical-binding): Declare safe.
5160
5161 * emacs-lisp/pcase.el: Don't use destructuring-bind.
5162 (pcase--memoize): Rename from pcase-memoize. Change weakness.
5163 (pcase): Add `let' pattern.
5164 Change memoization so it actually works.
5165 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
5166 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
5167 <let>: New case.
5168
5169 * emacs-lisp/macroexp.el: Use lexical binding.
5170 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
5171 Don't convert ' to #' without checking that it's indeed quoting
5172 a lambda.
5173
5174 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
5175 Use eval-sexp-add-defvars.
5176 (eval-sexp-add-defvars): New fun.
5177
5178 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
5179
5180 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
5181 Don't autoload.
5182 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
5183 than the internal `byte-compile-lambda'.
5184 (defmethod): Don't hide code under quotes.
5185 (eieio-defmethod): New `code' argument.
5186
5187 * emacs-lisp/eieio-comp.el: Remove.
5188
5189 * emacs-lisp/edebug.el (edebug-eval-defun)
5190 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
5191 (edebug-toggle): Avoid `eval'.
5192
5193 * emacs-lisp/disass.el (disassemble-internal): Handle new
5194 `closure' objects.
5195 (disassemble-1): Handle new byte codes.
5196
5197 * emacs-lisp/cl.el (pushnew): Silence warning.
5198
5199 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
5200 (cl-byte-compile-throw): Remove.
5201 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
5202
5203 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
5204 closures.
5205
5206 * emacs-lisp/cconv.el: New file.
5207
5208 * emacs-lisp/bytecomp.el: Use lexical binding instead of
5209 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
5210 (byte-compile-initial-macro-environment):
5211 Handle declare-function here.
5212 (byte-compile--lexical-environment): New var.
5213 (byte-stack-ref, byte-stack-set, byte-discardN)
5214 (byte-discardN-preserve-tos): New lap codes.
5215 (byte-interactive-p): Don't use any more.
5216 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
5217 New macros.
5218 (byte-compile-lapcode): Use them and handle new lap codes.
5219 (byte-compile-obsolete): Remove.
5220 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
5221 (byte-compile-arglist-warn): Check late def of inlinable funs.
5222 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
5223 since they should have been expanded by now.
5224 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
5225 (byte-compile-from-buffer): Remove unused second arg.
5226 (byte-compile-preprocess): New function.
5227 (byte-compile-toplevel-file-form): New function to distinguish
5228 file-form calls from outside from file-form calls from hunk-handlers.
5229 (byte-compile-file-form): Simplify.
5230 (byte-compile-file-form-defsubst): Remove.
5231 (byte-compile-file-form-defmumble): Simplify now that
5232 byte-compile-lambda always returns a byte-code-function.
5233 (byte-compile): Preprocess.
5234 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
5235 Remove, not used any more.
5236 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
5237 (byte-compile-make-args-desc): New funs.
5238 (byte-compile-lambda): Handle lexical functions. Always return
5239 a byte-code-function.
5240 (byte-compile-reserved-constants): New var, to make up room for
5241 closed-over variables.
5242 (byte-compile-constants-vector): Obey it.
5243 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
5244 (byte-compile-macroexpand-declare-function): New function.
5245 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
5246 byte-code-functions.
5247 (byte-compile-form): Check obsolescence here.
5248 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
5249 (byte-compile-variable-ref): Remove.
5250 (byte-compile-dynamic-variable-op): New fun.
5251 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
5252 (byte-compile-variable-set): New funs.
5253 (byte-compile-discard): Add 2 args.
5254 (byte-compile-stack-ref, byte-compile-stack-set)
5255 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
5256 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
5257 macroexpand-all instead.
5258 (byte-compile-quote-form): Remove.
5259 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
5260 (byte-compile-bind, byte-compile-unbind): New funs.
5261 (byte-compile-let): Handle let* and lexical binding.
5262 (byte-compile-let*): Remove.
5263 (byte-compile-catch, byte-compile-unwind-protect)
5264 (byte-compile-track-mouse, byte-compile-condition-case):
5265 Handle a new :fun-body form, used for lexical scoping.
5266 (byte-compile-save-window-excursion)
5267 (byte-compile-with-output-to-temp-buffer): Remove.
5268 (byte-compile-defun): Simplify.
5269 (byte-compile-stack-adjustment): New fun.
5270 (byte-compile-out): Use it.
5271 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
5272
5273 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
5274 handler any more.
5275
5276 * emacs-lisp/byte-opt.el: Use lexical binding.
5277 (byte-inline-lapcode): Remove (to bytecomp).
5278 (byte-compile-inline-expand): Pay attention to inlining to/from
5279 lexically bound code.
5280 (byte-compile-unfold-lambda): Don't handle byte-code-functions
5281 any more.
5282 (byte-optimize-form-code-walker): Don't handle save-window-excursion
5283 any more and don't call compiler-macros.
5284 (byte-compile-splice-in-already-compiled-code): Remove.
5285 (byte-code): Don't inline any more.
5286 (disassemble-offset): Receive `bytes' as argument rather than via
5287 dynamic scoping.
5288 (byte-compile-tag-number): Declare before first use.
5289 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
5290 `return' even if make-spliceable.
5291 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
5292 obsolete interactive-p.
5293 (byte-optimize-lapcode): Optimize new lap-codes.
5294 Don't trip up on new form of `byte-constant' lap code.
5295
5296 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
5297
5298 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
5299
5300 * custom.el (custom-initialize-default, custom-declare-variable):
5301 Use `defvar'.
5302
5303 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
5304 New variables.
5305 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
5306 (COMPILE_FIRST): Add macroexp and cconv.
5307 * makefile.w32-in: Mirror changes in Makefile.in.
5308
5309 * vc/cvs-status.el:
5310 * vc/diff-mode.el:
5311 * vc/log-edit.el:
5312 * vc/log-view.el:
5313 * vc/smerge-mode.el:
5314 * textmodes/bibtex-style.el:
5315 * textmodes/css.el:
5316 * startup.el:
5317 * uniquify.el:
5318 * minibuffer.el:
5319 * newcomment.el:
5320 * reveal.el:
5321 * server.el:
5322 * mpc.el:
5323 * emacs-lisp/smie.el:
5324 * doc-view.el:
5325 * dired.el:
5326 * abbrev.el: Use lexical binding.
5327
5328 2011-04-01 Eli Zaretskii <eliz@gnu.org>
5329
5330 * info.el (info-display-manual): New function.
5331
5332 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
5335
5336 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
5337
5338 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
5339 an entry for that server in rcirc-authinfo. (Bug#8385)
5340
5341 2011-03-31 Glenn Morris <rgm@gnu.org>
5342
5343 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
5344
5345 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
5346
5347 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
5348
5349 * progmodes/python.el (python-default-interpreter)
5350 (python-python-command-args, python-jython-command-args)
5351 (python-which-shell, python-which-args, python-which-bufname)
5352 (python-file-queue, python-comint-output-filter-function)
5353 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
5354 variables and functions.
5355
5356 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
5359 (completion-in-region-mode): New minor mode.
5360 (completion-in-region): Use it.
5361 (completion-in-region--data, completion-in-region-mode-map): New vars.
5362 (completion-in-region--postch): New function.
5363 (completion--capf-misbehave-funs, completion--capf-safe-funs):
5364 New vars.
5365 (completion--capf-wrapper): New function.
5366 (completion-at-point): Use it to track well-behavedness of
5367 hook functions.
5368 (completion-help-at-point): New command.
5369
5370 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
5371
5372 * vc/add-log.el (add-change-log-entry): Don't use whitespace
5373 syntax class to search for whitespace on a single line
5374 (Message-ID: <4D938140.4030905@redhat.com>).
5375
5376 2011-03-30 Leo Liu <sdl.web@gmail.com>
5377
5378 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
5379 New commands.
5380 (edit-abbrevs-map): Bind them here.
5381 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
5382
5383 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
5384
5385 * allout.el (allout-hide-by-annotation, allout-flag-region):
5386 Reduce possibility of overlay leakage by making them volatile.
5387
5388 * allout-widgets.el (allout-widgets-tally): Define as nil so the
5389 hash is not shared between buffers. Mode initialization is
5390 responsible for giving it a useful starting value.
5391 (allout-item-span): Reduce possibility of overlay leakage by
5392 making them volatile.
5393 (allout-widgets-count-buttons-in-region): Add diagnostic function
5394 for tracking down button overlay leaks.
5395
5396 2011-03-29 Leo Liu <sdl.web@gmail.com>
5397
5398 * ido.el (ido-read-internal): Use the default history var
5399 minibuffer-history if no HISTORY is specified.
5400
5401 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
5402
5403 * net/imap.el (imap-shell-open, imap-process-connection-type):
5404 Use imap-process-connection-type for 'shell' streams as well as
5405 Kerberos, SSL, other subprocesses.
5406
5407 2011-03-28 Leo Liu <sdl.web@gmail.com>
5408
5409 * abbrev.el (abbrev-table-empty-p): New function.
5410 (prepare-abbrev-list-buffer): Place empty abbrev tables after
5411 nonempty ones. (Bug#5937)
5412
5413 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
5414
5415 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
5416
5417 2011-03-27 Leo Liu <sdl.web@gmail.com>
5418
5419 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
5420 for foreground and background colors.
5421 (ansi-color-make-color-map): Adapt.
5422
5423 2011-03-25 Leo Liu <sdl.web@gmail.com>
5424
5425 * midnight.el (midnight-time-float): Remove. Note it calculates
5426 the microsecond component incorrectly and seconds-to-time does the
5427 same job.
5428 Remove redundant (require 'timer).
5429
5430 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
5431 (ido-completions): Remove unused arguments. (Bug#8329)
5432
5433 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * minibuffer.el (completion--flush-all-sorted-completions):
5436 Remove itself from hook.
5437 (completion-at-point): Let the functions perform the completion
5438 immediately and return nil or t.
5439 * comint.el (comint-dynamic-complete-functions): Now identical to
5440 completion-at-point-functions.
5441 (comint-dynamic-list-input-ring): Remove unused var `index'.
5442 (comint--match-partial-filename, comint--unquote&expand-filename):
5443 New funs, split from comint-match-partial-filename.
5444 (comint-dynamic-complete): Use completion-at-point.
5445 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
5446
5447 2011-03-24 Drew Adams <drew.adams@oracle.com>
5448
5449 * thingatpt.el: Support `defun'.
5450
5451 2011-03-23 Leo Liu <sdl.web@gmail.com>
5452
5453 * abbrevlist.el: Move to obsolete/abbrevlist.el.
5454
5455 * help-mode.el (help-mode-finish): Tweak regexp.
5456
5457 2011-03-23 Glenn Morris <rgm@gnu.org>
5458
5459 * eshell/esh-opt.el (eshell-eval-using-options):
5460 Do not bind unused local variable `eshell-option-stub'.
5461
5462 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
5463
5464 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
5465
5466 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
5467 keymap variable in `with-no-warnings' to avoid a warning when the
5468 keymap has been already `defconst'ed.
5469
5470 2011-03-22 Leo Liu <sdl.web@gmail.com>
5471
5472 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
5473 encode all chars in abbrevs; otherwise use emacs-mule or
5474 utf-8-emacs. (Bug#8308)
5475
5476 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
5477
5478 * simple.el (backward-delete-char-untabify):
5479 Avoid warning about using `delete-backward-char'.
5480
5481 * image.el (image-type-file-name-regexps): Make it variable.
5482 `imagemagick-register-types' modifies it, and the user may want
5483 to add new extensions for known image types.
5484 (imagemagick-register-types): Throw error if not using ImageMagick.
5485
5486 2011-03-22 Leo Liu <sdl.web@gmail.com>
5487
5488 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
5489 located before rcirc-prompt-end-marker.
5490 (rcirc-complete): Error if point is not after rcirc prompt.
5491 Handle the case when table is nil.
5492 (rcirc-user-authenticated): Define to fix compiler warning.
5493
5494 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * custom.el (custom--inhibit-theme-enable): Make it affect only
5497 custom-theme-set-variables and custom-theme-set-faces.
5498 (provide-theme): Ignore custom--inhibit-theme-enable.
5499 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
5500 (custom-enabling-themes): Delete variable.
5501 (enable-theme): Accept only loaded themes as arguments.
5502 Ignore the special custom-enabled-themes variable.
5503 (custom-enabled-themes): Forbid themes from setting this.
5504 Eliminate use of custom-enabling-themes.
5505 (custom-push-theme): Quote "changed" custom var entry.
5506
5507 2011-03-21 Leo Liu <sdl.web@gmail.com>
5508
5509 * ido.el (ido-read-internal): Add ido-selected to history instead
5510 of user input.
5511
5512 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * subr.el (deferred-action-list, deferred-action-function):
5515 Mark obsolete.
5516
5517 2011-03-21 Leo Liu <sdl.web@gmail.com>
5518
5519 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
5520 change on 2011-02-13 (bug#8309).
5521
5522 * minibuffer.el (read-file-name-function): Change default value.
5523 (read-file-name--defaults): Rename from read-file-name-defaults.
5524 (read-file-name-default): Rename from read-file-name.
5525 (read-file-name): Call read-file-name-function.
5526
5527 2011-03-21 Glenn Morris <rgm@gnu.org>
5528
5529 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
5530 Doc fixes.
5531
5532 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
5533
5534 * cus-theme.el: Add missing provide statement.
5535 (customize-create-theme): Extract theme value correctly.
5536 (custom-theme-visit-theme): Autoload.
5537 (customize-create-theme): Prompt before inserting default faces.
5538
5539 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
5540
5541 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
5542 units and musical notes.
5543
5544 2011-03-20 Leo <sdl.web@gmail.com>
5545
5546 * ido.el (ido-read-internal): Use completing-read-default.
5547 (ido-completing-read): Fix compatibility with completing-read.
5548
5549 2011-03-20 Christian Ohler <ohler@gnu.org>
5550
5551 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
5552 (ert-delete-all-tests): Use `called-interactively-p' rather than
5553 `interactive-p'.
5554 (ert--make-xrefs-region): Respect END.
5555
5556 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
5557
5558 * dired-aux.el (dired-create-directory): Signal an error if the
5559 directory already exists (Bug#8246).
5560
5561 * facemenu.el (list-colors-display): Call list-faces-display
5562 inside with-help-window.
5563 (list-colors-print): Use display property to align the final
5564 column, instead of checking window-width.
5565
5566 2011-03-19 Eli Zaretskii <eliz@gnu.org>
5567
5568 * emerge.el (emerge-metachars): Separate value for ms-dos and
5569 windows-nt systems.
5570 (emerge-protect-metachars): Quote correctly for ms-dos and
5571 windows-nt systems.
5572
5573 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
5574
5575 * info.el (info-initialize): Replace all uses of `:' with
5576 path-separator for compatibility with non-Unix systems.
5577 Cache quoting of path-separator. (Bug#8258)
5578
5579 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
5580
5581 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
5582 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
5583 (mouse-avoidance-mode): Fix typos in docstrings.
5584
5585 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * startup.el (package-subdirectory-regexp): Move from package.el.
5588 Omit \\` and \\', and let callers add them.
5589
5590 * emacs-lisp/package.el (package-strip-version)
5591 (package-load-all-descriptors): Add \\` and \\' to
5592 package-subdirectory-regexp before using it.
5593 (package-untar-buffer): New arg DIR; ensure that file untars only
5594 into this expected directory. Remove superfluous delete-region.
5595 (package-unpack): Caller changed.
5596 (package-tar-file-info): Use package-subdirectory-regexp.
5597
5598 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
5601 diff-mode-shared-map (bug#8284).
5602 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
5603
5604 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5605
5606 * calendar/time-date.el (format-seconds): Use assoc instead of
5607 assoc-string, since assoc-string doesn't exist in XEmacs.
5608
5609 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
5610
5611 * custom.el (custom-known-themes): Reflow docstring.
5612 (custom-theme-load-path): Fix typo in docstring.
5613 (load-theme): Fix typo in error message.
5614 (custom-available-themes, custom-variable-theme-value):
5615 Use `let', not `let*'.
5616
5617 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
5618
5619 * calc/README: Mention inclusion of musical notes.
5620
5621 * calc/calc-units.el (calc-lu-quant): Rename from
5622 `calc-logunits-quantity'.
5623 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
5624 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
5625 (calc-db): Rename from `calc-dblevel'.
5626 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
5627 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
5628 (calc-np): Rename from `calc-nplevel'.
5629 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
5630 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
5631 (calc-lu-plus): Rename from `calc-logunits-add'.
5632 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
5633 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
5634 (calc-lu-minus): Rename from `calc-logunits-sub'.
5635 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
5636 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
5637 (calc-lu-times): Rename from `calc-logunits-mul'.
5638 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
5639 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
5640 (calc-lu-divide): Rename from `calc-logunits-div'.
5641 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
5642 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
5643
5644 * calc/calc-ext.el (calc-init-extensions): Update the names of the
5645 functions being autoloaded.
5646
5647 * calc/calc.el (calc-lu-power-reference): Rename from
5648 `calc-logunits-power-reference'.
5649 (calc-lu-field-reference): Rename from
5650 `calc-logunits-field-reference'.
5651
5652 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
5653
5654 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * minibuffer.el (completion-all-sorted-completions):
5657 Use :completion-cycle-penalty text property if present.
5658
5659 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
5660
5661 * allout.el (allout-yank-processing): Adjust for new rebulleting
5662 regime so bullet being yanked is used without prompting the user
5663 for a choice.
5664
5665 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
5666
5667 * startup.el (command-line): Warn the user that _emacs is deprecated.
5668
5669 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
5672 (delphi-verbose, delphi-comment-face, delphi-string-face)
5673 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
5674 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
5675 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
5676 (delphi-new-comment-line, delphi-font-lock-defaults)
5677 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
5678 Fix typos in docstrings.
5679
5680 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
5681
5682 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
5683 Invert the roles of character and string values for INSTEAD, so a
5684 string is used for the more common case of a defaulting prompt.
5685
5686 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * progmodes/ruby-mode.el (ruby-backward-sexp):
5689 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
5690 * play/gamegrid.el (gamegrid-make-face):
5691 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
5692 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
5693 * notifications.el (notifications-notify):
5694 * net/xesam.el (xesam-search-engines):
5695 * net/quickurl.el (quickurl-list-insert):
5696 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
5697
5698 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
5699
5700 * startup.el (command-line): Update package subdirectory regexp.
5701
5702 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * allout.el (allout-abbreviate-flattened-numbering)
5705 (allout-mode-deactivate-hook): Fix up obsolescence "date".
5706
5707 * subr.el (read-char-choice): Only show the cursor after the prompt,
5708 not after the answer.
5709
5710 2011-03-15 Kevin Ryde <user42@zip.com.au>
5711
5712 * help-fns.el (variable-at-point): Skip leading quotes, if any
5713 (bug#8253).
5714
5715 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
5718 warning message.
5719
5720 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
5721
5722 * shell.el (shell): When called interactively, offer to change the
5723 shell file name on remote hosts.
5724
5725 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5726
5727 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
5728 integration for LDAP parameters. The host, base, user or binddn,
5729 and secret tokens can be specified in a netrc file, for instance.
5730 This is optional because an `auth-source' parameter must be
5731 specified in the search attributes.
5732
5733 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * help.el (describe-mode): Link to the mode's definition (bug#8185).
5736
5737 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
5740 into declaration. Remove redundant and harmful binding.
5741
5742 2011-03-12 Eli Zaretskii <eliz@gnu.org>
5743
5744 * files.el (file-ownership-preserved-p): Pass `integer' as an
5745 explicit 2nd argument to `file-attributes'. If the file's owner
5746 is the Administrators group on Windows, and the current user is
5747 Administrator, consider that a match.
5748
5749 * server.el (server-ensure-safe-dir): Consider server directory
5750 safe on MS-Windows if its owner is the Administrators group while
5751 the current Emacs user is Administrator. Use `=' to compare
5752 numerical UIDs, since they could be integers or floats.
5753
5754 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
5755
5756 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
5757
5758 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
5759
5760 Sync with Tramp 2.2.1.
5761
5762 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
5763
5764 * net/trampver.el: Update release number.
5765
5766 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 * progmodes/compile.el (compilation--previous-directory): Fix up
5769 various nil/dead-marker mismatches (bug#8014).
5770 (compilation-directory-properties, compilation-error-properties):
5771 Don't call it at a position past the one we're about to change.
5772
5773 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
5774 Disable obsolescence warnings in the file that declares it.
5775
5776 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
5777
5778 * allout-widgets.el (allout-widgets-tally):
5779 Initialize allout-widgets-tally as a hash table rather than nil to
5780 prevent mode-line redisplay warnings. Also, clarify the module
5781 description and fix a comment typo.
5782
5783 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
5784
5785 * help-fns.el (describe-variable): Don't complete keywords.
5786 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
5787
5788 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * emacs-lisp/package.el (package-version-join): Impose a standard
5791 string representation for pre/alpha/beta version lists.
5792 (package-unpack-single): Standardize the directory name by passing
5793 it through package-version-join.
5794 (package-strip-rcs-id): Accept any version string that does not
5795 signal an error in version-to-list.
5796
5797 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
5798
5799 * simple.el (delete-trailing-whitespace): Return nil for the
5800 benefit of `write-file-functions'.
5801
5802 2011-03-10 Glenn Morris <rgm@gnu.org>
5803
5804 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
5805
5806 * vc/vc-git.el (vc-git-program): New option.
5807 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
5808 (vc-git--call): Use it.
5809
5810 * eshell/esh-util.el (eshell-condition-case): Doc fix.
5811
5812 * cus-edit.el (Custom-newline): If no button at point, look
5813 for a subgroup button at start-of-line. (Bug#2298)
5814
5815 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
5816
5817 2011-03-10 Julien Danjou <julien@danjou.info>
5818
5819 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
5820 `cursor-type' is nil.
5821
5822 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
5823
5824 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
5825
5826 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
5827
5828 * allout.el Summary: Change so yank of distinctive-bullet items
5829 preserves the existing header prefix, rebulleting it if necessary,
5830 rather than replacing it. This is necessary for proper operation
5831 of cooperative addons like allout-widgets.
5832 (allout-make-topic-prefix, allout-rebullet-heading): Change
5833 SOLICIT arg to INSTEAD, and interpret additionally a string value
5834 as alternate bullet to be used, instead of prompting the user for
5835 a bullet character.
5836
5837 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
5838
5839 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5840 Do not use `tramp-file-name-port', because this returns also
5841 `tramp-default-port'.
5842
5843 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5844
5845 * net/rcirc.el (rcirc-handler-001): Remove useless
5846 with-rcirc-process-buffer.
5847 (rcirc-check-auth-status): Swap arguments to string-match.
5848
5849 2011-03-09 Glenn Morris <rgm@gnu.org>
5850
5851 * shell.el (shell-mode):
5852 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
5853
5854 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
5855 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
5856
5857 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * emacs-lisp/package.el (package-refresh-contents)
5860 (package-menu-execute): Use condition-case-no-debug.
5861
5862 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
5863
5864 * simple.el (shell-command-to-string): Use `process-file'.
5865
5866 * emacs-lisp/package.el (package-tar-file-info): Handle also
5867 remote files.
5868
5869 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5870 Use `equal' for upload base check.
5871
5872 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
5873
5874 * textmodes/texinfo.el (texinfo-environments):
5875 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
5876
5877 2011-03-08 Glenn Morris <rgm@gnu.org>
5878
5879 * cus-start.el (cursor-in-non-selected-windows):
5880 Fix :set quoting oddness. (Bug#8192)
5881
5882 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
5883 in some setf expressions. (Bug#2159)
5884
5885 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
5886
5887 * custom.el (custom-available-themes): Return themes in
5888 alphabetical order.
5889
5890 See ChangeLog.15 for earlier changes.
5891
5892 ;; Local Variables:
5893 ;; coding: utf-8
5894 ;; End:
5895
5896 Copyright (C) 2011 Free Software Foundation, Inc.
5897
5898 This file is part of GNU Emacs.
5899
5900 GNU Emacs is free software: you can redistribute it and/or modify
5901 it under the terms of the GNU General Public License as published by
5902 the Free Software Foundation, either version 3 of the License, or
5903 (at your option) any later version.
5904
5905 GNU Emacs is distributed in the hope that it will be useful,
5906 but WITHOUT ANY WARRANTY; without even the implied warranty of
5907 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5908 GNU General Public License for more details.
5909
5910 You should have received a copy of the GNU General Public License
5911 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.