]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fixes: debbugs:11344
[gnu-emacs] / lisp / ChangeLog
1 2012-04-26 Andreas Schwab <schwab@linux-m68k.org>
2
3 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4 (Bug#11344)
5
6 2012-04-24 Chong Yidong <cyd@gnu.org>
7
8 * select.el (xselect--encode-string): New function, split from
9 xselect-convert-to-string.
10 (xselect-convert-to-string): Use it.
11 (xselect-convert-to-filename, xselect-convert-to-os)
12 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
13 returned strings are properly encoded (Bug#11315).
14
15 2012-04-22 Chong Yidong <cyd@gnu.org>
16
17 * simple.el (delete-active-region): Move to killing custom group.
18
19 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
20
21 * progmodes/which-func.el (which-func-current): Quote %
22 characters for mode-line processing.
23
24 2012-04-21 Chong Yidong <cyd@gnu.org>
25
26 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
27 reaching eob (Bug#11286).
28
29 2012-04-20 Richard Stallman <rms@gnu.org>
30
31 Fix logic for returning to and yanking from Rmail buffer.
32
33 * mail/rmail.el (rmail-start-mail):
34 Pass (rmail-mail-return...) for the return-action.
35 Pass (rmail-yank-current-message...) for the yank-action.
36 (rmail-yank-current-message): New function.
37 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
38 (rmail-reply): Likewise.
39 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
40
41 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
42 buffer, not the last. Reject temp buffers. Use the rmail-mode
43 buffer, not newbuf.
44
45 2012-04-20 Eli Zaretskii <eliz@gnu.org>
46
47 * progmodes/gdb-mi.el (gdb-control-level): New variable.
48 (gdb): Make it buffer-local and init to zero.
49 (gdb-control-commands-regexp): New variable.
50 (gdb-send): Don't wrap in "-interpreter-exec console" if
51 gdb-control-level is positive. Increment gdb-control-level
52 whenever the command matches gdb-control-commands-regexp, and
53 decrement it each time the command is "end". (Bug#11279)
54
55 2012-04-20 Martin Rudalics <rudalics@gmx.at>
56
57 * window.el (adjust-window-trailing-edge, enlarge-window)
58 (shrink-window, window-resize):
59 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
60 windows (Bug#11276).
61
62 2012-04-20 Dan Nicolaescu <dann@gnu.org>
63
64 * battery.el (battery-echo-area-format): Display remaining time
65 for sysfs backend too (Bug#11269).
66 (battery-linux-sysfs): Fix conditional for the charge.
67
68 2012-04-20 Chong Yidong <cyd@gnu.org>
69
70 * progmodes/gdb-mi.el (gdb): Revert 2012-04-19 change.
71 (gdb-inferior-io--init-proc): New function.
72 (gdb-init-1): Use it.
73 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
74 responsible for allocating a new pty and hooking it to gdb when
75 the old pty gets an EIO due to process exit.
76 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
77 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
78 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
79
80 2012-04-20 Eli Zaretskii <eliz@gnu.org>
81
82 * window.el (window-min-size, window-sizable, window-min-delta)
83 (window-max-delta, window--resizable, window-resizable)
84 (window-total-size, window-full-height-p, window-full-width-p)
85 (window-in-direction, window--resize-mini-window, window-resize)
86 (window--resize-child-windows-normal)
87 (window--resize-child-windows, window--resize-siblings)
88 (window--resize-this-window, adjust-window-trailing-edge)
89 (enlarge-window, shrink-window): Doc fixes.
90
91 2012-04-19 Chong Yidong <cyd@gnu.org>
92
93 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty): New
94 function to call delete-process on the gdb-inferior buffer's pty.
95 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
96 pty process (Bug#11273).
97 (gdb-update): New arg to suppress talking to the gdb process.
98 (gdb-done-or-error): Use it.
99 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
100 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
101 sentinel not being called.
102
103 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
104
105 2012-04-18 Chong Yidong <cyd@gnu.org>
106
107 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
108
109 2012-04-18 Glenn Morris <rgm@gnu.org>
110
111 * net/network-stream.el (open-network-stream): Doc fix.
112
113 2012-04-17 Chong Yidong <cyd@gnu.org>
114
115 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
116
117 2012-04-16 Alan Mackenzie <acm@muc.de>
118
119 Ensure searching for keywords is case sensitive.
120
121 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
122 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
123 (c-defun-name, c-mark-function, c-cpp-define-name)
124 (c-comment-indent, c-scan-conditionals, c-indent-defun)
125 (c-context-line-break): bind case-fold-search to nil.
126
127 * progmodes/cc-mode.el (c-font-lock-fontify-region): bind
128 case-fold-search to nil.
129
130 2012-04-16 Chong Yidong <cyd@gnu.org>
131
132 * mail/sendmail.el (mail-bury): Call return action with the right
133 Rmail buffer (Bug#11242).
134
135 2012-04-15 Chong Yidong <cyd@gnu.org>
136
137 * server.el (server-process-filter): Handle corner case where both
138 tty and nowait options are present (Bug#11102).
139
140 2012-04-15 Glenn Morris <rgm@gnu.org>
141
142 * simple.el (process-file-side-effects): Doc fix.
143
144 2012-04-14 Glenn Morris <rgm@gnu.org>
145
146 * international/mule-cmds.el (set-language-environment): Doc fix.
147
148 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 Avoid the use of ((lambda ...) ...) in lexical-binding code.
151 * emacs-lisp/easy-mmode.el (define-minor-mode):Use funcall (bug#11241).
152
153 2012-04-13 Kim F. Storm <storm@cua.dk>
154
155 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
156 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
157
158 2012-04-12 Chong Yidong <cyd@gnu.org>
159
160 * custom.el (custom-theme-set-variables): Doc fix.
161
162 2012-04-12 Glenn Morris <rgm@gnu.org>
163
164 * international/mule.el (set-auto-coding-for-load): Doc fix.
165
166 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
169 Reported by Noah Friedman. Backport from trunk.
170
171 2012-04-11 Alan Mackenzie <acm@muc.de>
172
173 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression):
174 Make imenu work again for Objective C Mode. Correct the *-index
175 values, these having been disturbed by a previous change in 2011-08.
176
177 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
178 Correct two search limits.
179
180 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
183
184 2012-04-10 Andreas Schwab <schwab@linux-m68k.org>
185
186 * international/characters.el: Fix sorting.
187
188 2012-04-10 Eli Zaretskii <eliz@gnu.org>
189
190 * international/characters.el: Add more missing Latin case pairs.
191
192 2012-04-10 Andreas Schwab <schwab@linux-m68k.org>
193
194 * international/characters.el: Recover lost case pairs.
195
196 2012-04-10 Glenn Morris <rgm@gnu.org>
197
198 * files.el (dir-locals-set-class-variables): Doc fix.
199
200 2012-04-09 Eli Zaretskii <eliz@gnu.org>
201
202 * international/characters.el: Add set-case-syntax-pair call for
203 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
204 counterpart. (Bug#11209)
205
206 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
207
208 2012-04-09 Glenn Morris <rgm@gnu.org>
209
210 * calendar/holidays.el (calendar-check-holidays): Doc fix.
211
212 2012-04-08 Eli Zaretskii <eliz@gnu.org>
213
214 * textmodes/ispell.el (ispell-dictionary-base-alist): Add data for
215 Hebrew.
216
217 2012-04-08 Chong Yidong <cyd@gnu.org>
218
219 * net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change
220 (Bug#11192).
221
222 2012-04-07 Glenn Morris <rgm@gnu.org>
223
224 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
225
226 2012-04-07 Eli Zaretskii <eliz@gnu.org>
227
228 * minibuffer.el (completion-in-region-mode-map):
229 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
230
231 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
232
233 * window.el (shrink-window): Mention the `window-min-height'
234 variable in the doc string.
235
236 2012-04-05 Bastien Guerry <bzg@altern.org>
237
238 * color.el (color-lighten-name): Fix typo.
239
240 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * server.el (server--on-display-p): New function.
243 (server--on-display-p): Use it.
244
245 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
246
247 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
248 (bug#11145).
249
250 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * comint.el (comint--common-quoted-suffix): Check string boundary
253 before comparing (bug#11158).
254 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
255
256 2012-04-04 Chong Yidong <cyd@gnu.org>
257
258 * minibuffer.el (completion-extra-properties): Doc fix.
259
260 * subr.el (delayed-warnings-hook): Doc fix.
261
262 2012-04-04 Daiki Ueno <ueno@unixuser.org>
263
264 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
265 selection (Bug#11159).
266 (epa-insert-keys): Inform that the default public key will be
267 exported if no key is selected.
268
269 2012-04-04 Richard Stallman <rms@gnu.org>
270
271 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
272
273 2012-04-03 Chong Yidong <cyd@gnu.org>
274
275 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
276 mail-insert-file, not its obsolete alias mail-attach-file.
277
278 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
279
280 * notifications.el (notifications-notify): Fix docstring.
281
282 2012-04-02 Glenn Morris <rgm@gnu.org>
283
284 * emacs-lisp/authors.el (authors-aliases): Another addition.
285
286 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
287
288 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
289 `tramp-compat-call-process' instead of `tramp-local-call-process'.
290 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
291
292 2012-04-01 Chong Yidong <cyd@gnu.org>
293
294 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
295 Handle root directory properly.
296 (copy-directory): Caller changed.
297
298 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
299 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
300
301 2012-03-31 Glenn Morris <rgm@gnu.org>
302
303 * term/xterm.el (xterm-extra-capabilities): Doc fix.
304
305 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
306
307 * calendar/calendar.el (calendar-window-list)
308 (calendar-hide-window): Restore. (Bug#11140)
309 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
310
311 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
312
313 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
314
315 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
316 Check if file is a symlink (Bug#10489).
317
318 * files.el (copy-directory): Likewise.
319
320 2012-03-30 Chong Yidong <cyd@gnu.org>
321
322 * image.el (imagemagick-types-inhibit)
323 (imagemagick-register-types): Doc fix.
324
325 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
326
327 * ispell.el (ispell-get-extended-character-mode): Disable
328 extended-char-mode for hunspell. hunspell does not support it and
329 treats ~word as ordinary words in pipe mode.
330
331 2012-03-30 Glenn Morris <rgm@gnu.org>
332
333 * tutorial.el (help-with-tutorial): Ensure local variables don't
334 happen to make the buffer read-only. (Bug#11127)
335
336 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
339 (perl-calculate-indent): Return `noindent' in strings.
340
341 2012-03-28 Sam Steingold <sds@gnu.org>
342
343 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
344 instead of the broken adhockery which does not prevent calendar
345 buffers from being displayed at random after exit.
346 (calendar-window-list, calendar-hide-window): Remove the broken
347 adhockery.
348
349 2012-03-28 Glenn Morris <rgm@gnu.org>
350
351 * replace.el (query-replace-map): Doc fix.
352
353 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
354
355 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
356 contents. (Bug#11109)
357
358 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
361 (bug#11077).
362 (avl-tree--check, avl-tree--check-node): New funs.
363
364 2012-03-27 Martin Rudalics <rudalics@gmx.at>
365
366 * window.el (switch-to-visible-buffer): New option.
367 (switch-to-prev-buffer, switch-to-next-buffer):
368 Observe switch-to-visible-buffer. Make sure that checking for a window
369 showing a buffer already is done on the same frame.
370
371 2012-03-27 Glenn Morris <rgm@gnu.org>
372
373 * startup.el (mail-host-address): Doc fix.
374
375 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
378 than 197 variables.
379
380 2012-03-26 Ami Fischman <ami@fischman.org>
381
382 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
383
384 2012-03-26 Glenn Morris <rgm@gnu.org>
385
386 * files.el (save-buffers-kill-emacs): Doc fix.
387
388 * startup.el (normal-top-level, command-line, command-line-1):
389 Give them doc strings.
390
391 2012-03-25 Eli Zaretskii <eliz@gnu.org>
392
393 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
394 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
395
396 2012-03-25 Chong Yidong <cyd@gnu.org>
397
398 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
399 theme if it was previously enabled before (Bug#11031).
400
401 * cus-theme.el (custom-theme-write-faces): Retrieve current face
402 spec with custom-face-get-current-spec if its :shown-value is not
403 determined yet (Bug#9337).
404 (customize-create-theme, custom-theme-revert): Doc fixes.
405
406 * button.el (button-at): Minor addition to docstring.
407
408 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
409
410 * vc/vc.el (vc-merge): Fix a prompt.
411
412 2012-03-24 Chong Yidong <cyd@gnu.org>
413
414 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
415 point (Bug#9623).
416
417 * button.el (button-at): Minor addition to docstring.
418
419 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * newcomment.el (comment-choose-indent): No space after BOL.
422
423 2012-03-22 Sam Steingold <sds@gnu.org>
424
425 * window.el (switch-to-prev-buffer): Revert last patch because the
426 bug turned out to be an advertised feature (Elisp manual 28.14).
427
428 2012-03-22 Glenn Morris <rgm@gnu.org>
429
430 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
431 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
432
433 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
434
435 * net/network-stream.el (network-stream-open-starttls): Make error
436 message under Windows be less misleading.
437
438 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
439
440 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
441 understands (bug#9942).
442
443 2012-03-22 Chong Yidong <cyd@gnu.org>
444
445 * simple.el (end-of-visible-line): Handle return value of
446 next-single-property-change properly (Bug#9371).
447
448 2012-03-22 Kenichi Handa <handa@m17n.org>
449
450 * international/quail.el (quail-insert-kbd-layout): Fix previous
451 change. To avoid unwanted bidi reordering, use
452 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
453
454 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
455
456 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
457 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
458 (ruby-beginning-of-indent): Be more careful with the difference
459 between word-boundary and symbol boundary.
460 (ruby-mode-syntax-table): Make : a symbol constituent.
461
462 2012-03-21 Andreas Politz <politza@fh-trier.de>
463
464 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
465
466 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * progmodes/etags.el (tags-completion-at-point-function):
469 Improve last fix.
470
471 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
472
473 2012-03-21 Sam Steingold <sds@gnu.org>
474
475 * progmodes/etags.el (tags-completion-at-point-function):
476 Avoid the error when point is inside the pattern.
477
478 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
479
480 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
481 line (Bug#10855).
482
483 2012-03-21 Drew Adams <drew.adams@oracle.com>
484
485 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
486
487 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
488
489 * ido.el (ido-set-current-directory, ido-read-internal)
490 (ido-choose-completion-string, ido-completion-help): Handle nil
491 value of ido-completion-buffer (Bug#11008).
492
493 2012-03-21 Sam Steingold <sds@gnu.org>
494
495 * window.el (switch-to-prev-buffer): Do not switch to a visible
496 window previous buffer, just like with the frame previous buffers.
497
498 2012-03-21 Chong Yidong <cyd@gnu.org>
499
500 * faces.el (make-face, make-empty-face, copy-face):
501 * face-remap.el (face-remap-add-relative, face-remap-set-base):
502 Doc fixes.
503
504 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
505
506 * wid-edit.el (widget-complete-field): Remove (bug#11051).
507 (widget-complete): Remove broken use of it.
508
509 2012-03-20 Chong Yidong <cyd@gnu.org>
510
511 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
512 Use string-width and truncate-string-width to handle arbitrary
513 characters.
514
515 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
516
517 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
518 to draw rectangles, not squares. (Regression introduced by revno
519 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
520
521 2012-03-18 Chong Yidong <cyd@gnu.org>
522
523 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
524 it is not yet defined (for temacs).
525
526 2012-03-18 Leo Liu <sdl.web@gmail.com>
527
528 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
529
530 2012-03-17 Eli Zaretskii <eliz@gnu.org>
531
532 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
533 (ispell-choices-win-default-height, ispell-silently-savep)
534 (ispell-dictionary-alist, ispell-encoding8-command)
535 (ispell-check-version, ispell-aspell-find-dictionary)
536 (ispell-valid-dictionary-list, ispell-words-keyword)
537 (ispell-get-word, ispell-internal-change-dictionary)
538 (ispell-region, ispell-skip-region-list)
539 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
540 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
541 (ispell-message-text-end, ispell-message)
542 (ispell-buffer-local-parsing): Doc fix.
543
544 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
545
546 * htmlfontify.el: Add support for code block fontification for ODT
547 export (Bug #9914).
548 (hfy-optimisations): Define new option
549 `body-text-only'
550 (hfy-fontify-buffer): Honor above setting.
551 (hfy-begin-span, hfy-end-span): New routines factored out form
552 `hfy-fontify-buffer'.
553 (hfy-begin-span-handler, hfy-end-span-handler): New variables
554 that permit insertion of custom tags.
555 (hfy-fontify-buffer): Use above handlers.
556 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
557 (hfy-face-to-css): Re-defined to be a variable.
558 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
559 over multiple runs. This is made possible by having the caller let
560 bind a special variable `hfy-user-sheet-assoc'.
561 (htmlfontify-string): New defun.
562 (hfy-compile-face-map): Make sure that the last char in the
563 buffer is correctly fontified.
564 (hfy-face-resolve-face): Whitespace only change.
565
566 2012-03-17 Eli Zaretskii <eliz@gnu.org>
567
568 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
569 message more clear.
570
571 2012-03-16 Leo Liu <sdl.web@gmail.com>
572
573 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
574
575 2012-03-16 Alan Mackenzie <acm@muc.de>
576
577 Further optimise the handling of large macros.
578
579 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
580 limit to a call of `c-literal-limits'.
581 (c-determine-+ve-limit): New function.
582 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
583 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
584 In CASE 5B, restrict a search limit to 500.
585 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
586
587 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
588 Restrict macro bounds to +-500 from after-change's BEG END.
589
590 2012-03-16 Leo Liu <sdl.web@gmail.com>
591
592 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
593
594 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
595
596 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
597 `special-mode' setting of `buffer-read-only'. (Bug#11010)
598
599 2012-03-16 Glenn Morris <rgm@gnu.org>
600
601 * view.el (view-buffer, view-buffer-other-window)
602 (view-buffer-other-frame): Doc fixes re special mode-class.
603
604 * subr.el (eval-after-load): If named feature is provided not from
605 a file, run after-load forms. (Bug#10946)
606
607 * calendar/calendar.el (calendar-insert-at-column):
608 Handle non-unit-width characters a bit better. (Bug#10978)
609
610 2012-03-15 Chong Yidong <cyd@gnu.org>
611
612 * emacs-lisp/ring.el (ring-extend): New function.
613 (ring-insert+extend): Extend the ring correctly (Bug#11019).
614
615 * comint.el (comint-read-input-ring)
616 (comint-add-to-input-history): Grow comint-input-ring lazily.
617
618 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
621 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
622
623 * imenu.el: Fix multiple inheritance breakage (bug#9199).
624 (imenu-add-to-menubar): Don't add a redundant index.
625 (imenu-update-menubar): Handle a dynamically composed keymap.
626
627 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
628
629 * mail/sendmail.el (mail-encode-header):
630 Bind rfc2047-encode-encoded-words to nil.
631
632 2012-03-13 Glenn Morris <rgm@gnu.org>
633
634 * calendar/calendar.el (calendar-string-spread):
635 Handle non-unit-width characters a bit better. (Bug#10978)
636
637 2012-03-13 Leo Liu <sdl.web@gmail.com>
638
639 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
640 directory and file as argument (Bug#10822).
641
642 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
643
644 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
645 For dynamically generated code, follow $PC.
646 (gdb-disassembly-handler-custom): Handle no function name case.
647
648 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
649
650 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
651 * emulation/ws-mode.el (ws-query-replace):
652 * sort.el (sort-regexp-fields):
653 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
654
655 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
656
657 * dabbrev.el: Fix cycle completion order (bug#10963).
658 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
659 (dabbrev-completion): Don't use an obarray; provide
660 a cycle-sort-function.
661
662 2012-03-12 Leo Liu <sdl.web@gmail.com>
663
664 * simple.el (kill-new): Use equal-including-properties for comparison.
665 (kill-do-not-save-duplicates): Doc fix.
666
667 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * dabbrev.el: Fix cycle completion (bug#10963).
670 Use lexical binding and wrap to 80 columns.
671 (dabbrev-completion): Delay computing the list of completions.
672
673 2012-03-12 Kenichi Handa <handa@m17n.org>
674
675 * international/quail.el (quail-insert-kbd-layout): Surround each
676 row by LRO and PDF instead of inserting many LRMs. Pad the left
677 and right of each non-spacing marks. Insert invisible space
678 between lower and upper characters to prevent composition.
679
680 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
681
682 * minibuffer.el (minibuffer-complete): Don't get confused when the
683 function is run twice via different commands (bug#10958).
684 (complete-with-action): Fix docstring.
685
686 2012-03-12 Chong Yidong <cyd@gnu.org>
687
688 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
689 (nxml-completion-at-point-function): New function.
690 (nxml-mode): Use it.
691 (nxml-bind-meta-tab-to-complete-flag): Default to t.
692
693 * emacs-lisp/package.el (package-unpack, package-unpack-single):
694 Load generated autoloads file before byte compiling (Bug#10970).
695 (package--make-autoloads-and-compile): New helper fun.
696
697 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
698
699 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
700
701 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
702
703 * autorevert.el (auto-revert-handler): Ensure, that
704 file-readable-p is applied only for local files or in
705 auto-revert-tail-mode.
706
707 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
708
709 * server.el (server-eval-at): Handle non-tcp connections.
710 Decode result string.
711
712 * server.el (server-msg-size): New constant.
713 (server-reply-print): New function.
714 (server-eval-and-print): Use it.
715 (server-eval-at): Use server-quote-arg and server-unquote-arg.
716 Handle -print-nonl.
717
718 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
719
720 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
721 (Bug#10987).
722
723 2012-03-11 Chong Yidong <cyd@gnu.org>
724
725 * simple.el (goto-line): Doc fix (Bug#9938).
726
727 * subr.el (save-window-excursion): Doc fix (Bug#9979).
728
729 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
730 when finished (Bug#10963).
731
732 2012-03-11 Martin Rudalics <rudalics@gmx.at>
733
734 * window.el (split-window-below): Fix bug in case where
735 split-window-keep-point is nil (Bug#10971).
736
737 2012-03-11 Juri Linkov <juri@jurta.org>
738
739 * replace.el (replace-highlight): Set isearch-word to nil
740 unconditionally. (Bug#10887)
741
742 2012-03-10 Eli Zaretskii <eliz@gnu.org>
743
744 * net/mairix.el (mairix-replace-invalid-chars): Rename from
745 mairix-replace-illegal-chars; all callers changed. Don't remove
746 ^, ~, and = characters: they are meaningful in mairix search specs.
747 (mairix-widget-create-query): Add usage information about mairix
748 search forms: negating words, searching for substrings, etc.
749
750 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
751
752 * international/fontset.el (font-encoding-alist): Add an entry for
753 ksx1001 (Bug#5667).
754
755 2012-03-10 Richard Stallman <rms@gnu.org>
756
757 * mail/sendmail.el (mail-encode-header):
758 Set rfc2047-encode-encoded-words.
759
760 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
761
762 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
763 view buffer means not swapped.
764 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
765 (rmail-write-region-annotate): Error if real text has disappeared.
766
767 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
768
769 2012-03-10 Chong Yidong <cyd@gnu.org>
770
771 * emulation/cua-rect.el (cua--init-rectangles):
772 * emulation/cua-base.el (cua--init-keymaps):
773 Add delete-forward-char to remappings (Bug#9666).
774
775 2012-03-10 Martin Rudalics <rudalics@gmx.at>
776
777 * speedbar.el (speedbar-unhighlight-one-tag-line):
778 Avoid unhighlighting due to frame switching (Bug#10275).
779
780 2012-03-10 Chong Yidong <cyd@gnu.org>
781
782 * minibuffer.el (completion-in-region, completion-help-at-point):
783 Give the completion field overlay a high priority (Bug#6830).
784
785 * dired.el (dired-goto-file): Recognize absolute file name
786 listings (Bug#7126).
787 (dired-goto-file-1): New helper function.
788 (dired-toggle-read-only): Inhibit warnings.
789
790 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
791
792 * net/dbus.el: (dbus-property-handler): Return empty array if
793 there are no properties.
794
795 2012-03-09 Leo Liu <sdl.web@gmail.com>
796
797 * savehist.el (savehist-printable): Stricter check for string
798 value (Bug#10937).
799
800 2012-03-09 Eli Zaretskii <eliz@gnu.org>
801
802 * mail/smtpmail.el (smtpmail-send-it):
803 Bind coding-system-for-write to *-unix, so that FCC files are kept in
804 valid mbox format.
805
806 2012-03-09 Glenn Morris <rgm@gnu.org>
807
808 * files.el (dir-locals-find-file):
809 Don't check result is regular, readable.
810 (dir-locals-read-from-file): Demote errors.
811
812 2012-03-08 Eli Zaretskii <eliz@gnu.org>
813
814 * international/quail.el (quail-insert-kbd-layout):
815 Insert invisible LRM characters before each character in a keyboard
816 layout cell, to prevent their reordering by bidi display engine.
817 For details, see the discussion in
818 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
819
820 2012-03-08 Alan Mackenzie <acm@muc.de>
821
822 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
823 the starting position; make it extend the marked region when
824 invoked repeatedly - all under appropriate circumstances.
825 Fixes bugs #5525, #10906.
826
827 2012-03-08 Glenn Morris <rgm@gnu.org>
828
829 * files.el (locate-dominating-file, dir-locals-find-file):
830 Undo 2012-03-06 change.
831
832 2012-03-07 Eli Zaretskii <eliz@gnu.org>
833
834 * international/quail.el (quail-help):
835 Force bidi-paragraph-direction be left-to-right. See discussion in
836 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
837 for the reason.
838
839 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
840
841 Avoid superfluous registering of signals. (Bug#10807)
842
843 * notifications.el (notifications-on-action-object)
844 (notifications-on-close-object): New defvars.
845 (notifications-on-action-signal, notifications-on-closed-signal):
846 Unregister the signal if not needed any longer.
847 (notifications-notify): Register `notifications-action-signal' or
848 `notifications-closed-signal', if :on-action or :on-close has been
849 passed as argument.
850
851 2012-03-07 Chong Yidong <cyd@gnu.org>
852
853 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
854 non-X platforms.
855
856 2012-03-06 Glenn Morris <rgm@gnu.org>
857
858 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
859 (x-disown-selection-internal, x-get-selection-internal):
860 Doc fix (add arglist signatures). (Bug#10783)
861
862 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
863
864 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
865 Handle breakpoints with no "type".
866
867 2012-03-06 Glenn Morris <rgm@gnu.org>
868
869 * files.el (locate-dominating-file): Add optional predicate argument.
870 (dir-locals-find-file): Make use of above change.
871
872 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
873
874 * info.el (Info-insert-dir): Also try "dir.gz".
875
876 2012-03-06 Glenn Morris <rgm@gnu.org>
877
878 * files.el (dir-locals-find-file):
879 Ignore non-readable or non-regular files. (Bug#10928)
880
881 * files.el (locate-dominating-file): Doc fix.
882
883 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
884
885 * calendar/calendar.el (calendar-set-mode-line):
886 `getenv' returns a string. (Bug#10951)
887
888 2012-03-05 Leo Liu <sdl.web@gmail.com>
889
890 * simple.el (backward-delete-char-untabify): Constrain point to
891 field (Bug#10939).
892
893 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
894
895 2012-03-05 Chong Yidong <cyd@gnu.org>
896
897 * simple.el (count-words): If called from Lisp, return the word
898 count, for symmetry with `count-lines'. Arglist changed.
899 (count-words--message): Args changed. Consolidate counting code
900 from count-words and count-words-region.
901 (count-words-region): Caller changed.
902 (count-lines-region): Make it an obsolete alias.
903
904 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
905
906 * saveplace.el (save-place-to-alist)
907 (save-place-ignore-files-regexp): Allow value nil to disable this
908 feature.
909
910 2012-03-04 Chong Yidong <cyd@gnu.org>
911
912 * faces.el (face-spec-reset-face): For the default face, reset the
913 attributes to default values (Bug#10748).
914
915 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
916
917 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
918 previous patch: Check `message-send-mail-function', and not the
919 default function (bug#10897).
920
921 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
922
923 * notifications.el (notifications-on-action-signal)
924 (notifications-on-closed-signal): Check for unique service name of
925 incoming event. Fix error in removing entry.
926 (top): Register for signals with wildcard service name.
927 (notifications-notify): Use daemon unique service name for map entries.
928
929 2012-03-04 Chong Yidong <cyd@gnu.org>
930
931 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
932
933 2012-03-04 Glenn Morris <rgm@gnu.org>
934
935 * abbrev.el (copy-abbrev-table, abbrev-table-p)
936 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
937 (expand-abbrev, define-abbrev-table): Doc fixes.
938
939 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
940
941 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
942 `message-default-send-mail-function' and not `send-mail-function'
943 when doing the prompting for `sendmail-query-once' before sending
944 in Message buffers (bug#10897).
945
946 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
947 This is inconsistent with all the other stream functions, which leave
948 the setting up to the higher levels (if so wanted) (bug#10931).
949
950 2012-03-02 Alan Mackenzie <acm@muc.de>
951
952 Depessimize the handling of very large macros.
953
954 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
955 (c-macro-cache-syntactic): New variables to implement a one
956 element macro cache.
957 (c-invalidate-macro-cache): New function.
958 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
959 Adapt to use the new cache.
960 (c-state-safe-place): Use better the cache of safe positions.
961 (c-state-semi-nonlit-pos-cache)
962 (c-state-semi-nonlit-pos-cache-limit):
963 New variables for...
964 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
965 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
966 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
967 Use c-state-semi-safe-place.
968
969 * progmodes/cc-langs.el (c-get-state-before-change-functions):
970 Add c-invalidate-macro-cache to the C, C++, Obj entries.
971
972 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
973
974 * jka-compr.el (jka-compr-call-process):
975 Apply `file-accessible-directory-p' only when the default directory is
976 not remote.
977
978 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
979
980 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
981 access of FILE2, if FILE1 does not exist.
982
983 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
984 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
985
986 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
987 Add "PAGER=" to `process-environment'.
988
989 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
990
991 * progmodes/sql.el: Bug fix
992 (sql-get-login-ext): Save login values in globals.
993 (sql-get-login): Use new version of `sql-get-login-ext'.
994 (sql-interactive-mode): Set global `sql-connection' to nil.
995 (sql-connect): Set global values for connection.
996 (sql-product-interactive): Save global values as buffer local.
997
998 2012-02-29 Leo Liu <sdl.web@gmail.com>
999
1000 * abbrev.el (define-abbrevs): Reset sys to nil.
1001
1002 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1003
1004 * files.el (file-equal-p): Rename from `files-equal-p'.
1005 Return nil when one or both files don't exist.
1006 (file-subdir-of-p): Now only top directory must exists,
1007 return nil if it doesn't.
1008 (copy-directory): No need to test with `file-subdir-of-p' after
1009 creating dir.
1010 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
1011 to `file-equal-p'.
1012
1013 2012-02-28 Glenn Morris <rgm@gnu.org>
1014
1015 * shell.el (shell-mode):
1016 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
1017 * play/landmark.el (landmark-font-lock-face-O):
1018 * play/handwrite.el (handwrite):
1019 * play/gomoku.el (gomoku-O):
1020 * net/browse-url.el (browse-url-browser-display):
1021 * international/mule.el (define-charset):
1022 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
1023 * filesets.el (filesets-find-file-delay):
1024 * eshell/em-xtra.el (eshell-xtra):
1025 * eshell/em-unix.el (eshell-grep):
1026 * emulation/viper.el (viper-mode):
1027 * emacs-lisp/regexp-opt.el (regexp-opt-group):
1028 * emacs-lisp/easymenu.el (easy-menu-define):
1029 * calendar/timeclock.el (timeclock-use-display-time):
1030 * bs.el (bs-mode):
1031 * bookmark.el (bookmark-save-flag):
1032 Doc fix (standardize possessive apostrophe usage).
1033
1034 2012-02-27 Chong Yidong <cyd@gnu.org>
1035
1036 * emulation/viper-cmd.el (viper-intercept-ESC-key):
1037 Fix key-binding lookup for ESC key (Bug#9146).
1038
1039 * font-lock.el (font-lock-specified-p): Rename from
1040 font-lock-spec-present. Callers changed.
1041
1042 2012-02-27 Daniel Hackney <dan@haxney.org>
1043
1044 * emacs-lisp/package.el (package-compute-transaction):
1045 Handle holding a package version to t in package-load-list.
1046
1047 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
1048
1049 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
1050 (tramp-get-inode, tramp-get-device): Use cached values.
1051
1052 2012-02-26 Alan Mackenzie <acm@muc.de>
1053
1054 Check there is a font-lock specification before doing initial
1055 fontification.
1056
1057 * font-core.el (font-lock-mode): Move the conditional from
1058 :after-hook to font-lock-initial-fontify.
1059 (font-lock-default-function): Move the check for a specification
1060 to font-lock-spec-present.
1061
1062 * font-lock.el (font-lock-initial-fontify): Call ...
1063 (font-lock-spec-present): New function.
1064
1065 2012-02-26 Jim Blandy <jimb@red-bean.com>
1066
1067 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
1068 (gdb-send): Apply it to the operand of the '-interpreter-exec
1069 console' command, so that we can pass arguments with (say) quotes
1070 in them. Store exact string sent in gdb-debug-log (Bug#10765).
1071
1072 2012-02-26 Chong Yidong <cyd@gnu.org>
1073
1074 * help-fns.el (describe-function-1): Clarify description of
1075 remapping (Bug#10844).
1076
1077 * files.el (files-equal-p): Doc fix.
1078 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
1079 and quit the loop once a mismatch is found.
1080
1081 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * bs.el (bs--show-with-configuration): Don't throw an error
1084 if the window cannot be split; otherwise, subsequent calls to
1085 bs-show fail, restoring a stale window config. (Bug#10882)
1086
1087 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
1088
1089 * term/ns-win.el (global-map): Bind ns-drag-file to
1090 ns-find-file (Bug#5855, Bug#10050).
1091
1092 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
1093
1094 * calendar/parse-time.el (parse-time-string): Allow extractor to
1095 return nil.
1096
1097 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * net/tramp.el (tramp-file-name-for-operation):
1100 Add `files-equal-p' and `file-subdir-of-p'.
1101
1102 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
1103 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
1104 Add COPY-CONTENTS argument.
1105
1106 2012-02-25 Chong Yidong <cyd@gnu.org>
1107
1108 Add custom groups for VC backends, for consistency with vc-bzr.
1109
1110 * vc/vc-arch.el (vc-arch):
1111 * vc/vc-cvs.el (vc-cvs):
1112 * vc/vc-git.el (vc-git):
1113 * vc/vc-hg.el (vc-hg):
1114 * vc/vc-mtn.el (vc-mtn):
1115 * vc/vc-rcs.el (vc-rcs):
1116 * vc/vc-sccs.el (vc-sccs):
1117 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
1118 All relevant defcustoms reassigned.
1119
1120 2012-02-25 Chong Yidong <cyd@gnu.org>
1121
1122 * newcomment.el (comment-styles): Add autoload (Bug#10868).
1123
1124 * term/x-win.el (x-initialize-window-system): Reduce default for
1125 x-selection-timeout to 5 seconds (Bug#8869).
1126
1127 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1128
1129 * files.el (file-subdir-of-p): Fix typo.
1130
1131 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1132
1133 * files.el (files-equal-p, file-subdir-of-p): New functions.
1134 (copy-directory): Error when trying to copy a directory on itself.
1135 Add missing copy-contents arg to tramp handler.
1136 * dired-aux.el (dired-copy-file-recursive): Same.
1137 (dired-create-files): Modify destination when source is equal to
1138 dest when copying files.
1139 Return also when dest is a subdir of source. (Bug#10489)
1140
1141 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
1142
1143 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
1144 (Bug#10874)
1145
1146 2012-02-23 Alan Mackenzie <acm@muc.de>
1147
1148 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
1149 parameter "after-hook:" to allow the expansion to run code after
1150 the execution of the mode hooks.
1151
1152 * font-lock.el (font-lock-initial-fontify): New function extracted
1153 from font-lock-mode-internal.
1154
1155 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
1156 :after-hook.
1157
1158 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
1161 (completion--cache-all-sorted-completions): New function.
1162 (completion-all-sorted-completions): Use it.
1163 (completion--do-completion, minibuffer-force-complete):
1164 Use it to re-instate the flush hook.
1165
1166 * icomplete.el (icomplete-completions): Replace last fix with a better
1167 one (bug#10850).
1168
1169 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
1170
1171 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
1172 when it might call us back infinitely (bug#10797).
1173
1174 2012-02-23 Glenn Morris <rgm@gnu.org>
1175
1176 * minibuffer.el (completion-category-overrides): Doc fix.
1177
1178 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * minibuffer.el (completion-table-with-context): Fix inf-loop.
1181 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
1182
1183 2012-02-23 Glenn Morris <rgm@gnu.org>
1184
1185 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
1186 (authors-obsolete-files-regexps, authors-ignored-files)
1187 (authors-ambiguous-files, authors-renamed-files-alist):
1188 Add more entries.
1189
1190 2012-02-23 Juri Linkov <juri@jurta.org>
1191
1192 * isearch.el (isearch-occur): Sync interactive spec with occur's
1193 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
1194
1195 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
1196
1197 2012-02-22 Juri Linkov <juri@jurta.org>
1198
1199 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
1200 (ucs-insert): Doc fix. Check for hex digits in the string.
1201 Don't display `nil' in the error message. (Bug#10857)
1202
1203 2012-02-22 Alan Mackenzie <acm@muc.de>
1204
1205 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
1206
1207 2012-02-22 Glenn Morris <rgm@gnu.org>
1208
1209 * ffap.el (ffap-c-path):
1210 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
1211
1212 2012-02-22 Chong Yidong <cyd@gnu.org>
1213
1214 * custom.el (load-theme): Doc fix.
1215
1216 2012-02-22 Glenn Morris <rgm@gnu.org>
1217
1218 * dired-x.el (dired-guess-shell-alist-default):
1219 Remove escape sequences from nroff output. (Bug#172)
1220
1221 2012-02-21 Glenn Morris <rgm@gnu.org>
1222
1223 * vc/emerge.el (emerge-defvar-local):
1224 Set `permanent-local' property rather than unused `preserved'.
1225
1226 * textmodes/picture.el (picture-delete-char): New alias.
1227 (picture-mode-map): Use it. (Bug#10860)
1228 (picture-mode): Doc fix.
1229
1230 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * newcomment.el (uncomment-region-default): Remove unused binding.
1233
1234 2012-02-21 Glenn Morris <rgm@gnu.org>
1235
1236 * textmodes/picture.el (picture-motion, picture-motion-reverse)
1237 (picture-self-insert, picture-tab-chars): Doc fix.
1238 (picture-mode-map): Fix C-a, C-e.
1239
1240 2012-02-20 Glenn Morris <rgm@gnu.org>
1241
1242 * emacs-lisp/authors.el (authors-aliases): Add another entry.
1243
1244 2012-02-20 Leo Liu <sdl.web@gmail.com>
1245
1246 * icomplete.el (icomplete-completions): Check FROM arg before
1247 passing to substring (Bug#10850).
1248
1249 2012-02-19 Chong Yidong <cyd@gnu.org>
1250
1251 * comint.el: Require ansi-color.
1252 (comint-output-filter-functions): Add ansi-color-process-output.
1253
1254 * ansi-color.el: Don't set comint-output-filter-functions; it is
1255 now in the initial value defined in comint.el.
1256 (ansi-color-apply-face-function): New variable.
1257 (ansi-color-apply-on-region): Use it.
1258 (ansi-color-apply-overlay-face): New function.
1259
1260 * shell.el (shell): No need to require ansi-color.
1261 (shell-mode): Use ansi-color-apply-face-function to highlight
1262 color escapes using font-lock-face property (Bug#10835).
1263
1264 2012-02-19 Chong Yidong <cyd@gnu.org>
1265
1266 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
1267 mode-line formats (Bug#10839).
1268
1269 2012-02-18 Glenn Morris <rgm@gnu.org>
1270
1271 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
1272
1273 * mail/undigest.el (unforward-rmail-message): Doc fix.
1274
1275 * saveplace.el (save-place-ignore-files-regexp): Add :version.
1276
1277 2012-02-18 Eli Zaretskii <eliz@gnu.org>
1278
1279 * international/characters.el (script-list): Sync with the latest
1280 Unicode Character Database.
1281
1282 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
1283
1284 * international/titdic-cnv.el: Remove duplicate coding tag.
1285 * language/cham.el: Likewise.
1286 * language/tai-viet.el: Likewise.
1287
1288 2012-02-18 Glenn Morris <rgm@gnu.org>
1289
1290 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
1291 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
1292 (calendar-bahai-all-holidays-flag, calendar-other-dates):
1293 * calendar/diary-lib.el (diary-abbreviated-year-flag):
1294 * calendar/holidays.el (holiday-bahai-holidays)
1295 (calendar-holidays, list-holidays):
1296 Use utf-8 Bahá'í in doc-strings, menus, etc.
1297
1298 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
1299
1300 * saveplace.el (save-place-ignore-files-regexp): New variable
1301 allowing for excluding files from saving their location of point.
1302 The default value matches the temporary commit message editing
1303 files from Git, SVN, Bazaar, and Mercurial.
1304 (save-place-to-alist): Use it.
1305
1306 2012-02-17 Lawrence Mitchell <wence@gmx.li>
1307 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * newcomment.el (uncomment-region-default): Don't leave extra space
1310 when an arg is provided (bug#8150).
1311
1312 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
1313
1314 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
1315
1316 2012-02-17 Glenn Morris <rgm@gnu.org>
1317
1318 * net/socks.el: Require network-stream. (Bug#10599)
1319
1320 2012-02-17 Kenichi Handa <handa@m17n.org>
1321
1322 * international/charprop.el:
1323 * international/uni-name.el:
1324 * international/uni-old-name.el:
1325 * international/uni-comment.el: Regenerate.
1326
1327 2012-02-16 Glenn Morris <rgm@gnu.org>
1328
1329 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
1330 Interactively in calendar buffer, give an error if not on a date.
1331
1332 2012-02-15 Glenn Morris <rgm@gnu.org>
1333
1334 * shell.el (shell-delimiter-argument-list):
1335 Revert 2011-02-17 change. (Bug#8027)
1336
1337 2012-02-15 Chong Yidong <cyd@gnu.org>
1338
1339 * minibuffer.el (completion-at-point-functions): Doc fix.
1340
1341 * custom.el (defcustom): Doc fix; note use of defvar.
1342
1343 2012-02-15 Glenn Morris <rgm@gnu.org>
1344
1345 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
1346 Doc fixes.
1347
1348 2012-02-14 Glenn Morris <rgm@gnu.org>
1349
1350 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
1351
1352 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
1353
1354 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
1355 way the ports list is computed.
1356 (smtpmail-query-smtp-server): Prompt the user for a port number if
1357 we can't connect to any of the standard ports (bug#10810).
1358
1359 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
1360
1361 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
1362
1363 2012-02-13 Glenn Morris <rgm@gnu.org>
1364
1365 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
1366
1367 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1368
1369 * net/gnutls.el (gnutls-trustfiles): New variable.
1370 (gnutls-negotiate): Use it.
1371
1372 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1373
1374 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
1375 does its stuff if Gnus is running.
1376
1377 2012-02-13 Alan Mackenzie <acm@muc.de>
1378
1379 Fix a loop in c-set-fl-decl-start.
1380
1381 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
1382 c-backward-syntactic-ws actually moves backwards.
1383
1384 2012-02-13 Leo Liu <sdl.web@gmail.com>
1385
1386 * net/rcirc.el (rcirc-markup-attributes): Move point to the
1387 beginning so that all \C-o chars are removed.
1388
1389 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1390
1391 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
1392
1393 2012-02-12 Alan Mackenzie <acm@muc.de>
1394
1395 Fix infinite loop with long macros.
1396 * cc-engine.el (c-state-safe-place): Handle macros properly.
1397
1398 2012-02-12 Chong Yidong <cyd@gnu.org>
1399
1400 * window.el (display-buffer): Doc fix (Bug#10785).
1401
1402 2012-02-12 Glenn Morris <rgm@gnu.org>
1403
1404 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1405 (x-disown-selection-internal, x-get-selection-internal):
1406 Sync docs with the xselect.c versions.
1407
1408 * allout-widgets.el: Add missing license notice.
1409
1410 2012-02-11 Glenn Morris <rgm@gnu.org>
1411
1412 * select.el (x-get-selection-internal, x-own-selection-internal)
1413 (x-disown-selection-internal):
1414 * x-dnd.el (x-get-selection-internal): Update declarations.
1415
1416 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1417
1418 * window.el (window-sides-slots):
1419 * tool-bar.el (tool-bar-position):
1420 * term/xterm.el (xterm-extra-capabilities):
1421 * ses.el (ses-self-reference-early-detection):
1422 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1423 (verilog-auto-wire-type)
1424 (verilog-auto-delete-trailing-whitespace)
1425 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1426 (verilog-auto-tieoff-declaration):
1427 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1428 (sql-oracle-statement-starters, sql-oracle-scan-on):
1429 * progmodes/prolog.el (prolog-align-comments-flag)
1430 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1431 (prolog-left-indent-regexp, prolog-paren-indent-p)
1432 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1433 (prolog-types, prolog-mode-specificators)
1434 (prolog-determinism-specificators, prolog-directives)
1435 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1436 (prolog-electric-dot-flag)
1437 (prolog-electric-dot-full-predicate-template)
1438 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1439 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1440 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1441 (prolog-program-switches, prolog-prompt-regexp)
1442 (prolog-debug-on-string, prolog-debug-off-string)
1443 (prolog-trace-on-string, prolog-trace-off-string)
1444 (prolog-zip-on-string, prolog-zip-off-string)
1445 (prolog-use-standard-consult-compile-method-flag)
1446 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1447 (prolog-imenu-max-lines, prolog-info-predicate-index)
1448 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1449 (prolog-char-quote-workaround):
1450 * progmodes/cc-vars.el (c-defun-tactic):
1451 * net/tramp.el (tramp-encoding-command-interactive)
1452 (tramp-local-end-of-line):
1453 * net/soap-client.el (soap-client):
1454 * net/netrc.el (netrc-file):
1455 * net/gnutls.el (gnutls):
1456 * minibuffer.el (completion-category-overrides)
1457 (completion-cycle-threshold)
1458 (completion-pcm-complete-word-inserts-delimiters):
1459 * man.el (Man-name-local-regexp):
1460 * mail/feedmail.el (feedmail-display-full-frame):
1461 * international/characters.el (glyphless-char-display-control):
1462 * eshell/em-ls.el (eshell-ls-date-format):
1463 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1464 (lisp-lambda-list-keyword-parameter-indentation)
1465 (lisp-lambda-list-keyword-parameter-alignment):
1466 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1467 * dired-x.el (dired-omit-verbose):
1468 * cus-theme.el (custom-theme-allow-multiple-selections):
1469 * calc/calc.el (calc-highlight-selections-with-faces)
1470 (calc-lu-field-reference, calc-lu-power-reference)
1471 (calc-note-threshold):
1472 * battery.el (battery-mode-line-limit):
1473 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1474 (archive-7z-update):
1475 * allout.el (allout-prefixed-keybindings)
1476 (allout-unprefixed-keybindings)
1477 (allout-inhibit-auto-fill-on-headline)
1478 (allout-flattened-numbering-abbreviation):
1479 * allout-widgets.el (allout-widgets-auto-activation)
1480 (allout-widgets-icons-dark-subdir)
1481 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1482 (allout-widgets-theme-dark-background)
1483 (allout-widgets-theme-light-background)
1484 (allout-widgets-item-image-properties-emacs)
1485 (allout-widgets-item-image-properties-xemacs)
1486 (allout-widgets-run-unit-tests-on-load)
1487 (allout-widgets-time-decoration-activity)
1488 (allout-widgets-hook-error-post-time)
1489 (allout-widgets-track-decoration):
1490 Add missing :version tags to new defcustoms and defgroups.
1491
1492 * progmodes/sql.el (sql-ansi-statement-starters)
1493 (sql-oracle-statement-starters): Add custom type.
1494
1495 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1496 (prolog-system-version): Give it a type.
1497
1498 2012-02-11 Eli Zaretskii <eliz@gnu.org>
1499
1500 * term/pc-win.el (x-select-text, x-selection-owner-p)
1501 (x-own-selection-internal, x-disown-selection-internal)
1502 (x-get-selection-internal): Sync doc strings and argument lists
1503 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1504
1505 2012-02-11 Leo Liu <sdl.web@gmail.com>
1506
1507 * progmodes/python.el (python-end-of-statement): Fix infinite
1508 loop. (Bug#10788)
1509
1510 2012-02-10 Glenn Morris <rgm@gnu.org>
1511
1512 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1513 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1514
1515 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1516
1517 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1518 about SMTP before checking the From header.
1519
1520 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
1521 into own function for reuse by emacsbug.el.
1522
1523 2012-02-10 Leo Liu <sdl.web@gmail.com>
1524
1525 * subr.el (condition-case-unless-debug): Rename from
1526 condition-case-no-debug. All callers changed.
1527 (with-demoted-errors): Fix caller.
1528
1529 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1530 * nxml/rng-valid.el (rng-do-some-validation):
1531 * emacs-lisp/package.el (package-refresh-contents)
1532 (package-menu-execute):
1533 * desktop.el (desktop-create-buffer):
1534 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1535
1536 2012-02-10 Glenn Morris <rgm@gnu.org>
1537
1538 * textmodes/bibtex.el:
1539 Add missing :version tags for new/changed defcustoms.
1540
1541 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1542
1543 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
1544
1545 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1546 (smtpmail-via-smtp): Use it, or fall back on the From address.
1547 (smtpmail-send-it): Ditto.
1548
1549 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1552 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1553 (byte-compile-tmp-var): New const.
1554 (byte-compile-defvar): Use it to minimize .elc size.
1555 Just use `defvar' rather than simulate it (bug#10761).
1556
1557 2012-02-09 Glenn Morris <rgm@gnu.org>
1558
1559 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1560
1561 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1562 Add :version tags.
1563
1564 * progmodes/compile.el (compilation-error-screen-columns)
1565 (compilation-first-column, compilation-filter-start): Doc fixes.
1566
1567 * vc/log-view.el (log-view-toggle-entry-display):
1568 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1569
1570 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1571 (report-emacs-bug-can-use-xdg-email):
1572 (report-emacs-bug-insert-to-mailer): Doc fixes.
1573 (report-emacs-bug): Message fix.
1574
1575 * net/browse-url.el (browse-url-can-use-xdg-open)
1576 (browse-url-xdg-open): Doc fixes.
1577
1578 * electric.el (electric-indent-mode, electric-pair-mode)
1579 (electric-layout-rules, electric-layout-mode): Doc fixes.
1580 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1581
1582 2012-02-08 Martin Rudalics <rudalics@gmx.at>
1583
1584 * server.el (server-unselect-display): Don't inadvertently kill
1585 the current buffer. (Bug#10729)
1586
1587 2012-02-08 Glenn Morris <rgm@gnu.org>
1588
1589 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1590 (sql-list-table): Doc fixes.
1591
1592 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1593 Comment out (does nothing).
1594
1595 * completion.el (dynamic-completion-mode):
1596 * dirtrack.el (dirtrack-debug-mode):
1597 * electric.el (electric-layout-mode):
1598 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1599 * face-remap.el (text-scale-mode, buffer-face-mode):
1600 * iimage.el (iimage-mode):
1601 * image-mode.el (image-transform-mode):
1602 * minibuffer.el (completion-in-region-mode):
1603 * scroll-lock.el (scroll-lock-mode):
1604 * simple.el (next-error-follow-minor-mode):
1605 * tar-mode.el (tar-subfile-mode):
1606 * tooltip.el (tooltip-mode):
1607 * vcursor.el (vcursor-use-vcursor-map):
1608 * wid-browse.el (widget-minor-mode):
1609 * emulation/tpu-edt.el (tpu-edt-mode):
1610 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1611 * international/iso-ascii.el (iso-ascii-mode):
1612 * language/thai-util.el (thai-word-mode):
1613 * mail/supercite.el (sc-minor-mode):
1614 * net/goto-addr.el (goto-address-mode):
1615 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1616 * progmodes/cwarn.el (cwarn-mode):
1617 * progmodes/flymake.el (flymake-mode):
1618 * progmodes/glasses.el (glasses-mode):
1619 * progmodes/hideshow.el (hs-minor-mode):
1620 * progmodes/pascal.el (pascal-outline-mode):
1621 * textmodes/enriched.el (enriched-mode):
1622 * vc/smerge-mode.el (smerge-mode):
1623 Doc fixes (minor mode argument).
1624
1625 2012-02-07 Eli Zaretskii <eliz@gnu.org>
1626
1627 * ls-lisp.el (ls-lisp-sanitize): New function.
1628 (ls-lisp-insert-directory): Use it to fix or remove any elements
1629 in file-alist with missing attributes. (Bug#4673)
1630
1631 2012-02-07 Alan Mackenzie <acm@muc.de>
1632
1633 Fix spurious recognition of c-in-knr-argdecl.
1634
1635 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1636 putative K&R region.
1637
1638 2012-02-07 Alan Mackenzie <acm@muc.de>
1639
1640 * progmodes/cc-engine.el (c-forward-objc-directive):
1641 Prevent looping in "#pragma mark @implementation".
1642
1643 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
1644
1645 * notifications.el (notifications-on-closed-signal): Make `reason'
1646 optional. (Bug#10744)
1647
1648 2012-02-07 Glenn Morris <rgm@gnu.org>
1649
1650 * emacs-lisp/easy-mmode.el (define-minor-mode):
1651 Doc fixes for the macro and the mode it defines.
1652
1653 * image.el (imagemagick-types-inhibit): Doc fix.
1654
1655 * cus-start.el (imagemagick-render-type): Add it.
1656
1657 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1658
1659 * progmodes/cc-mode.el
1660 (c-standard-font-lock-fontify-region-function): Set the default at
1661 load time, too, so that `font-lock-fontify-buffer' can be called
1662 without setting up the entire mode first. This fixes a bug in
1663 `mm-inline-text' with C MIME parts.
1664
1665 2012-02-06 Chong Yidong <cyd@gnu.org>
1666
1667 * simple.el (list-processes--refresh): Delete exited processes
1668 (Bug#8094).
1669
1670 * comint.el (comint-next-prompt): next-single-char-property-change
1671 and prev-single-char-property-change never return nil (Bug#8657).
1672
1673 * custom.el (defcustom): Doc fix (Bug#9711).
1674
1675 2012-02-05 Chong Yidong <cyd@gnu.org>
1676
1677 * cus-edit.el (custom-variable-reset-backup): Quote the value
1678 before storing it in the customized-value property (Bug#6712).
1679 (custom-display): Add a customization type tag.
1680 (custom-buffer-create-internal): Improve tooltip message.
1681
1682 * wid-edit.el (widget-field-value-get): New optional arg to
1683 suppress trailing whitespace truncation.
1684 (character): Use it (Bug#2689).
1685
1686 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1687
1688 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1689 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1690
1691 2012-02-05 Chong Yidong <cyd@gnu.org>
1692
1693 * cus-edit.el (custom-variable-value-create): For mismatched
1694 types, show the current value (Bug#7600).
1695
1696 * custom.el (defcustom): Doc fix.
1697
1698 2012-02-05 Glenn Morris <rgm@gnu.org>
1699
1700 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1701
1702 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
1703
1704 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1705 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1706 (pp-last-sexp): Use `looking-at-p'.
1707
1708 2012-02-04 Glenn Morris <rgm@gnu.org>
1709
1710 * files.el (revert-buffer):
1711 Doc fix (mention revert-buffer-in-progress-p).
1712
1713 * emacs-lisp/ert-x.el (ert-simulate-command):
1714 Check deferred-action-list (which is obsolete) is bound.
1715
1716 * subr.el (with-wrapper-hook): Doc fixes.
1717
1718 * simple.el (filter-buffer-substring-functions)
1719 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1720
1721 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1722
1723 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1724 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1725
1726 2012-02-04 Leo Liu <sdl.web@gmail.com>
1727
1728 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1729
1730 2012-02-04 Glenn Morris <rgm@gnu.org>
1731
1732 * image.el (image-extension-data): Add obsolete alias.
1733
1734 * isearch.el (isearch-update): Doc fix.
1735
1736 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1737
1738 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1739
1740 2012-02-03 Glenn Morris <rgm@gnu.org>
1741
1742 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1743 (image-animate-timeout): Doc fix.
1744
1745 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1746
1747 2012-02-02 Glenn Morris <rgm@gnu.org>
1748
1749 * server.el (server-auth-dir): Doc fix.
1750 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1751
1752 * subr.el (run-mode-hooks): Doc fix.
1753
1754 2012-02-02 Juri Linkov <juri@jurta.org>
1755
1756 * image-mode.el (image-toggle-display-image): Remove tautological
1757 `major-mode' from the `derived-mode-p' test.
1758
1759 2012-02-02 Kenichi Handa <handa@m17n.org>
1760
1761 * composite.el (compose-region): Cancel previous change.
1762
1763 2012-02-02 Kenichi Handa <handa@m17n.org>
1764
1765 * composite.el (compose-region, compose-string): Signal error for
1766 a null string component (Bug#6988).
1767
1768 2012-02-01 Chong Yidong <cyd@gnu.org>
1769
1770 * view.el (view-buffer-other-window, view-buffer-other-frame):
1771 Handle special modes like view-buffer (Bug#10650).
1772 (view-buffer): Simplify.
1773
1774 * frame.el (set-frame-font): Tweak meaning of third argument.
1775
1776 * dynamic-setting.el (font-setting-change-default-font):
1777 Use set-frame-font (Bug#9982).
1778
1779 2012-02-01 Glenn Morris <rgm@gnu.org>
1780
1781 * progmodes/compile.el (compilation-internal-error-properties):
1782 Respect compilation-first-column in the "*compilation*" buffer.
1783
1784 * emacs-lisp/easy-mmode.el (define-minor-mode):
1785 Relax :variable's test for a named function.
1786
1787 2012-01-31 Alan Mackenzie <acm@muc.de>
1788
1789 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1790 off by one error.
1791
1792 2012-01-31 Chong Yidong <cyd@gnu.org>
1793
1794 * frame.el (set-frame-font): New arg ALL-FRAMES.
1795
1796 * menu-bar.el (menu-set-font): Use set-frame-font.
1797
1798 * faces.el (face-spec-reset-face): Don't apply unspecified
1799 attribute values to the default face.
1800
1801 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
1802
1803 * progmodes/cwarn.el (cwarn): Remove dead link.
1804 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1805 Remove * from defcustom docstrings.
1806 (turn-on-cwarn-mode): Make obsolete.
1807 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1808 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1809
1810 2012-01-31 Glenn Morris <rgm@gnu.org>
1811
1812 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1813 Fix :variable handling of mode a symbol not equal to modefun.
1814 Allow named functions to be used as the cdr of :variable.
1815
1816 2012-01-30 Glenn Morris <rgm@gnu.org>
1817
1818 * emacs-lisp/authors.el (authors-fixed-entries):
1819 Remove reference to deleted file rnewspost.el.
1820
1821 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
1822
1823 * window.el (window-with-parameter): Remove unused variable `windows'.
1824 (window--side-check): Remove unused variable `code'.
1825 (window--resize-siblings): Remove unused variable `first'.
1826 (adjust-window-trailing-edge): Remove unused variable `failed'.
1827 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1828 Use `let', not `let*'.
1829 (balance-windows-2): Remove unused variable `found'.
1830 (window--state-put-2): Remove unused variable `splits'.
1831 (window-state-put): Remove unused variable `selected'.
1832 (same-window-p): Use `string-match-p'.
1833 (display-buffer-assq-regexp): Remove unused variable `value'.
1834 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1835 Mark argument ALIST as ignored.
1836 (pop-to-buffer): Remove unused variable `old-window'.
1837
1838 2012-01-29 Eli Zaretskii <eliz@gnu.org>
1839
1840 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1841 and .lzma compressed files.
1842
1843 2012-01-29 Chong Yidong <cyd@gnu.org>
1844
1845 * frame.el (window-system-default-frame-alist): Doc fix.
1846
1847 * dynamic-setting.el (font-setting-change-default-font): Don't
1848 change the default face if SET-FONT argument is non-nil (Bug#9982).
1849
1850 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1851
1852 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1853
1854 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
1855
1856 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1857 breakpoints in files outside current directory (Bug#6098).
1858
1859 2012-01-29 Chong Yidong <cyd@gnu.org>
1860
1861 * progmodes/python.el: Require ansi-color at top-level.
1862
1863 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1864 Define and use in Emacs Lisp mode (Bug#9360).
1865 (lisp-mode-abbrev-table): Add doc.
1866 (lisp-mode-variables): Don't set local-abbrev-table.
1867 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1868
1869 2012-01-28 Roland Winkler <winkler@gnu.org>
1870
1871 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1872
1873 2012-01-28 Roland Winkler <winkler@gnu.org>
1874
1875 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1876 (bibtex-set-dialect): Use it. Either set global values of
1877 dialect-dependent variables or bind these variables buffer-locally
1878 (Bug#10254).
1879 (bibtex-mode): Call bibtex-set-dialect via
1880 hack-local-variables-hook.
1881 (bibtex-dialect): Update docstring.
1882 Add safe-local-variable predicate.
1883 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1884 bibtex-set-dialect.
1885 (bibtex-mode-map): Define menu for each dialect.
1886 (bibtex-entry): Fix docstring.
1887
1888 2012-01-28 Chong Yidong <cyd@gnu.org>
1889
1890 * eshell/esh-arg.el (eshell-quote-argument): New function.
1891
1892 * eshell/esh-ext.el (eshell-invoke-batch-file):
1893 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1894 first arg to eshell-parse-command (Bug#10523).
1895
1896 2012-01-28 Drew Adams <drew.adams@oracle.com>
1897
1898 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1899 `default-directory' is non-nil.
1900
1901 2012-01-28 Eli Zaretskii <eliz@gnu.org>
1902
1903 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1904 line that displays system-configuration-options. (Bug#9924)
1905
1906 2012-01-28 Drew Adams <drew.adams@oracle.com>
1907
1908 * descr-text.el (describe-char): Show information about POS, in
1909 addition to information about the character at POS. Improve and
1910 update the doc string. Change "code point" to "code point in
1911 charset", to avoid confusion with the character's Unicode code
1912 point shown above that. (Bug#10129)
1913
1914 2012-01-28 Eli Zaretskii <eliz@gnu.org>
1915
1916 * descr-text.el (describe-char): Show the raw character, not only
1917 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1918 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1919 for the reasons.
1920
1921 2012-01-28 Phil Hagelberg <phil@hagelb.org>
1922
1923 * emacs-lisp/package.el (package-install):
1924 Run package-refresh-contents if there is no archive yet (Bug#9798).
1925
1926 2012-01-28 Chong Yidong <cyd@gnu.org>
1927
1928 * emacs-lisp/package.el (package-maybe-load-descriptor):
1929 New function, split from package-maybe-load-descriptor.
1930 (package-maybe-load-descriptor): Use it.
1931 (package-download-transaction): Fully load required packages
1932 inside the loop, so that `require' calls work (Bug#10593).
1933 (package-install): No need to call package-initialize now.
1934
1935 2012-01-28 Chong Yidong <cyd@gnu.org>
1936
1937 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1938
1939 * tooltip.el (tooltip-mode): Doc fix.
1940 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1941
1942 * frame.el (set-cursor-color): Doc fix (Bug#352).
1943
1944 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1945 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1946
1947 * cus-edit.el (custom-buffer-create-internal): Fix search button
1948 action (Bug#10542).
1949 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
1950
1951 2012-01-27 Eduard Wiebe <usenet@pusto.de>
1952
1953 * dired.el (dired-mark-files-regexp):
1954 Include any subdirectory components. (Bug#10445)
1955
1956 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1957
1958 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1959 Handle [host]:port syntax. (Bug#10533)
1960
1961 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
1962
1963 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1964
1965 2012-01-26 Glenn Morris <rgm@gnu.org>
1966
1967 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1968 * term.el (term-raw-escape-map): Use Control-X-prefix.
1969 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1970
1971 2012-01-25 Martin Rudalics <rudalics@gmx.at>
1972
1973 * window.el (window-state-get, window--state-get-1): Don't deal
1974 with fixed-sizeness of windows. Simplify code.
1975
1976 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1977
1978 * window.el (window--state-get-1, window--state-put-2):
1979 Don't save and restore the mark.
1980
1981 2012-01-25 Chong Yidong <cyd@gnu.org>
1982
1983 * custom.el (custom-variable-p): Doc fix.
1984
1985 2012-01-25 Glenn Morris <rgm@gnu.org>
1986
1987 * dired.el (dired-goto-file): Handle some of the more common
1988 characters that `ls -b' escapes. (Bug#10596)
1989
1990 * progmodes/compile.el (compilation-next-error-function):
1991 Respect compilation-first-column in the "*compilation*" buffer.
1992 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1993
1994 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1995
1996 2012-01-24 Glenn Morris <rgm@gnu.org>
1997
1998 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1999
2000 2012-01-24 Julien Danjou <julien@danjou.info>
2001
2002 * color.el (color-rgb-to-hsl): Fix value computing.
2003 (color-hue-to-rgb): New function.
2004 (color-hsl-to-rgb): New function.
2005 (color-clamp, color-saturate-hsl, color-saturate-name)
2006 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2007 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2008
2009 2012-01-24 Glenn Morris <rgm@gnu.org>
2010
2011 * vc/vc-rcs.el (vc-rcs-create-tag):
2012 * vc/vc-sccs.el (vc-sccs-create-tag):
2013 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
2014
2015 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
2016
2017 * eshell/esh-util.el (eshell-read-hosts-file):
2018 Skip comment lines. (Bug#10549)
2019
2020 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
2021
2022 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
2023
2024 * subr.el (display-delayed-warnings): Doc fix.
2025 (collapse-delayed-warnings): New function to collapse identical
2026 adjacent warnings.
2027 (delayed-warnings-hook): Add it.
2028
2029 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
2030
2031 * net/tramp.el (tramp-action-login): Set connection property "login-as".
2032
2033 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
2034 properties, when "login-as" is set.
2035
2036 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
2037 (tramp-default-user-alist): Don't add "pscp".
2038 (tramp-do-copy-or-rename-file-out-of-band): Use connection
2039 property "login-as", if set. (Bug#10530)
2040
2041 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
2042
2043 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
2044 "plink1" and "psftp". (Bug#10530)
2045
2046 2012-01-21 Kenichi Handa <handa@m17n.org>
2047
2048 * international/mule-cmds.el (prefer-coding-system): Show a
2049 warning message if the default value of file-name-coding-system
2050 was not changed.
2051
2052 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2053
2054 * windmove.el (windmove-reference-loc):
2055 Fix windmove-reference-loc miscalculation.
2056
2057 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2058
2059 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
2060 default unit.
2061
2062 2012-01-21 Glenn Morris <rgm@gnu.org>
2063
2064 * international/mule.el (auto-coding-alist): Add .tbz.
2065
2066 * files.el (local-enable-local-variables): Doc fix.
2067 (inhibit-local-variables-regexps): Rename from
2068 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
2069 Doc fix. Add some extensions from auto-coding-alist.
2070 (inhibit-local-variables-suffixes):
2071 Rename from inhibit-first-line-modes-suffixes. Doc fix.
2072 (inhibit-local-variables-p):
2073 New function, extracted from set-auto-mode-1.
2074 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
2075 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
2076 (hack-local-variables): Doc fix. Make the mode-only case
2077 respect enable-local-variables and friends.
2078 Respect inhibit-local-variables-regexps for file-locals, but
2079 not for directory-locals.
2080 (set-visited-file-name):
2081 Take account of inhibit-local-variables-regexps.
2082 Whether it applies may change as the file name is changed.
2083 * jka-cmpr-hook.el (jka-compr-install):
2084 * jka-compr.el (jka-compr-uninstall):
2085 Update for inhibit-first-line-modes-suffixes name change.
2086
2087 2012-01-20 Martin Rudalics <rudalics@gmx.at>
2088
2089 * help-macro.el (make-help-screen): Temporarily restore original
2090 binding for minor-mode-map-alist (Bug#10454).
2091
2092 2012-01-19 Julien Danjou <julien@danjou.info>
2093
2094 * color.el (color-name-to-rgb): Use the white color to find the max
2095 color component value and return correctly computed values.
2096 (color-name-to-rgb): Add missing float conversion for max value.
2097
2098 2012-01-19 Martin Rudalics <rudalics@gmx.at>
2099
2100 * window.el (window--state-get-1, window-state-get): Do not use
2101 special state value for window-persistent-parameters.
2102 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
2103 (window--state-put-2): Reset all window parameters to nil before
2104 assigning values of persistent parameters.
2105
2106 2012-01-18 Alan Mackenzie <acm@muc.de>
2107
2108 Eliminate sluggishness and hangs in fontification of "semicolon
2109 deserts".
2110
2111 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
2112 Change value 10000 -> 3000.
2113 (c-state-safe-place): Reformulate so it doesn't stack up an
2114 infinite number of wrong entries in c-state-nonlit-pos-cache.
2115 (c-determine-limit-get-base, c-determine-limit): New functions to
2116 determine backward search limits disregarding literals.
2117 (c-find-decl-spots): Amend commenting.
2118 (c-cheap-inside-bracelist-p): New function which detects "={".
2119
2120 * progmodes/cc-fonts.el
2121 (c-make-font-lock-BO-decl-search-function): Give a limit to a
2122 backward search.
2123 (c-font-lock-declarations): Fix an occurrence of point being
2124 undefined. Check additionally for point being in a bracelist or
2125 near a macro invocation without a semicolon so as to avoid a
2126 fruitless time consuming search for a declarator. Give a more
2127 precise search limit for declarators using the new
2128 c-determine-limit.
2129
2130 2012-01-18 Glenn Morris <rgm@gnu.org>
2131
2132 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
2133 (set-auto-mode): Doc fixes.
2134
2135 2012-01-17 Glenn Morris <rgm@gnu.org>
2136
2137 * isearch.el (search-nonincremental-instead): Fix doc typo.
2138
2139 * dired.el (dired-insert-directory): Handle newlines in directory name.
2140 (dired-build-subdir-alist): Unescape newlines in directory name.
2141
2142 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
2143
2144 * net/tramp.el (tramp-local-end-of-line): New defcustom.
2145 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
2146 (tramp-action-terminal): Use it. (Bug#10530)
2147
2148 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * minibuffer.el (completion--replace): Strip properties (bug#10062).
2151
2152 2012-01-16 Martin Rudalics <rudalics@gmx.at>
2153
2154 * window.el (window-state-ignored-parameters): Remove variable.
2155 (window--state-get-1): Rename argument MARKERS to IGNORE.
2156 Handle persistent window parameters. Make copy of clone-of
2157 parameter only if requested. (Bug#10348)
2158 (window--state-put-2): Install a window parameter only if it has
2159 a non-nil value or an existing parameter shall be overwritten.
2160
2161 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
2162
2163 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
2164
2165 2012-01-14 Eli Zaretskii <eliz@gnu.org>
2166
2167 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
2168 don't pass the (nil) value of `upnode' to string-match.
2169
2170 2012-01-14 Chong Yidong <cyd@gnu.org>
2171
2172 * startup.el (command-line): Fix X resource class for cursorColor.
2173 Fix values recognized by the cursorBlink resource.
2174
2175 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
2176
2177 * epg.el (epg--make-temp-file): Avoid permission race condition
2178 when running on old Emacs versions (bug#10403).
2179
2180 2012-01-14 Glenn Morris <rgm@gnu.org>
2181
2182 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
2183
2184 2012-01-13 Alan Mackenzie <acm@muc.de>
2185
2186 Fix filling for when filladapt mode is enabled.
2187
2188 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
2189 c-mask-paragraph, pass in `fill-paragraph' rather than
2190 `fill-region-as-paragraph'. (This is a reversion of a previous
2191 change.)
2192 * progmodes/cc-mode.el (c-basic-common-init):
2193 Make fill-paragraph-handle-comment buffer local and set it to nil.
2194
2195 2012-01-13 Glenn Morris <rgm@gnu.org>
2196
2197 * dired.el (dired-switches-escape-p): New function.
2198 (dired-insert-directory): Use dired-switches-escape-p.
2199 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
2200
2201 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
2202
2203 2012-01-12 Glenn Morris <rgm@gnu.org>
2204
2205 * mail/sendmail.el (mail-mode): Update paragraph-separate for
2206 changes in adaptive-fill-regexp. (Bug#10276)
2207
2208 2012-01-11 Alan Mackenzie <acm@muc.de>
2209
2210 Fix Emacs bug #10463 - put `widen's around the critical spots.
2211
2212 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2213 widen around each invocation of c-state-pp-to-literal. Remove an
2214 unused let variable.
2215
2216 2012-01-11 Glenn Morris <rgm@gnu.org>
2217
2218 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
2219 Doc fix.
2220
2221 2012-01-10 Chong Yidong <cyd@gnu.org>
2222
2223 * net/network-stream.el (network-stream-open-starttls):
2224 Avoid emitting a confusing error message when the server gives a bad
2225 response to the capability command.
2226
2227 2012-01-10 Glenn Morris <rgm@gnu.org>
2228
2229 * mail/unrmail.el (unrmail): Tweak previous change.
2230
2231 2012-01-09 Chong Yidong <cyd@gnu.org>
2232
2233 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
2234
2235 2012-01-08 Alan Mackenzie <acm@muc.de>
2236
2237 Optimise font locking in long enum definitions.
2238
2239 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
2240 arm to a cond form to handle enums.
2241 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
2242 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
2243
2244 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
2245
2246 * files.el (move-file-to-trash): Preserve default file modes on error.
2247 (Bug#10401)
2248
2249 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2250
2251 * faces.el (set-face-attribute): Clarify the meaning of the nil
2252 frame (bug#10294).
2253
2254 * subr.el (with-selected-frame): Mention that the selected frame
2255 is restored (bug#9980).
2256
2257 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
2258 (bug#9759).
2259
2260 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
2261 (password-read): Don't autoload unused function.
2262
2263 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
2264
2265 * progmodes/which-func.el (which-func-mode): Turn into a
2266 non-interactive function and mark as obsolete (bug#10428).
2267
2268 2012-01-06 Chong Yidong <cyd@gnu.org>
2269
2270 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
2271 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
2272 functions, along with 1 and -1.
2273
2274 2012-01-06 Eli Zaretskii <eliz@gnu.org>
2275
2276 * time.el (display-time-load-average)
2277 (display-time-default-load-average): Doc fixes. See the thread
2278 starting at
2279 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
2280 for the details.
2281
2282 2012-01-06 Glenn Morris <rgm@gnu.org>
2283
2284 * mail/unrmail.el (unrmail): Give an explicit error if the input file
2285 has no messages. (Bug#10377)
2286
2287 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
2288 than Info-edit. (Bug#10385)
2289
2290 * time.el (display-time-load-average, display-time-next-load-average):
2291 Doc fixes.
2292
2293 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
2294 local setting of buffer-read-only to the input buffer. (Bug#10419)
2295
2296 * calendar/calendar.el (calendar-mode):
2297 Locally set scroll-margin to 0. (Bug#10379)
2298
2299 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
2300
2301 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
2302
2303 2012-01-05 Glenn Morris <rgm@gnu.org>
2304
2305 * eshell/em-unix.el (diff-no-select): Autoload it.
2306 (eshell/diff): Use diff-no-select. (Bug#10420)
2307
2308 2012-01-05 Chong Yidong <cyd@gnu.org>
2309
2310 * shell.el (shell-dynamic-complete-functions): Revert last change.
2311 (shell-command-completion-function): New function.
2312 (shell-completion-vars): Use it to implement
2313 shell-completion-execonly (Bug#10417).
2314
2315 * custom.el (enable-theme): Don't set custom-safe-themes.
2316
2317 * cus-theme.el (custom-theme-merge-theme):
2318 Ignore custom-enabled-themes and custom-safe-themes.
2319
2320 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
2321
2322 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
2323 first prompt in `sql-interacive-mode'.
2324 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
2325 keywords.
2326 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
2327 (sql-product-interactive): Bug fix: Set `sql-buffer' in
2328 context of original buffer. Invoke `sql-login-hook'.
2329
2330 2012-01-04 Eli Zaretskii <eliz@gnu.org>
2331
2332 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
2333 letters in cite-prefix.
2334
2335 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2336
2337 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
2338
2339 2012-01-03 Chong Yidong <cyd@gnu.org>
2340
2341 * shell.el (shell-dynamic-complete-functions):
2342 Put pcomplete-completions-at-point, so as to try
2343 comint-filename-completion first (Bug#10417).
2344
2345 2012-01-02 Richard Stallman <rms@gnu.org>
2346
2347 * battery.el (battery-status-function):
2348 Detect when to use battery-yeeloong-sysfs.
2349 (battery-echo-area-format): Add string for Yeeloong.
2350 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
2351 (battery-yeeloong-sysfs): New function.
2352
2353 2012-01-02 Chong Yidong <cyd@gnu.org>
2354
2355 * dirtrack.el (dirtrack-list): Eliminate unused third element.
2356 (dirtrack): Merge code for handling relative filenames in prompt
2357 from shell-dir-cookie-watcher.
2358 (dirtrack-debug-message): New arg to avoid excess format calls.
2359
2360 * shell.el (shell-dir-cookie-re): Variable deleted.
2361 (shell-dir-cookie-watcher): Function deleted.
2362 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
2363 with dirtrack-mode.
2364
2365 2012-01-01 Eli Zaretskii <eliz@gnu.org>
2366
2367 * term/w32-win.el (dynamic-library-alist) <gnutls>:
2368 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
2369 libgnutls-26.dll.
2370
2371 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
2372
2373 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
2374
2375 2011-12-31 Eli Zaretskii <eliz@gnu.org>
2376
2377 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
2378 headers of non-MIME messages, when rmail-enable-mime is non-nil.
2379
2380 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
2381
2382 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
2383 also for alternative shells.
2384 (tramp-open-connection-setup-interactive-shell): Check, whether
2385 the shell is a busybox.
2386 (tramp-send-command): Don't suppress multiple prompts for
2387 busyboxes, it hurts.
2388
2389 2011-12-28 Chong Yidong <cyd@gnu.org>
2390
2391 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2392 (gdb-get-source-file): Move mode line update to
2393 gdb-get-source-file (Bug#10087).
2394
2395 2011-12-25 Chong Yidong <cyd@gnu.org>
2396
2397 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2398 gud-gdb-marker-filter without taking it as an argument.
2399 (gud-gdb-run-command-fetch-lines): Caller changed.
2400 (gud-gdb-completion-function): New variable.
2401 (gud-gdb-completion-at-point): Use it.
2402 (gud-gdb-completions-1): Split from gud-gdb-completions.
2403
2404 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2405 function as separate arguments.
2406 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2407 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2408 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2409 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2410 (gdb-stopped, def-gdb-auto-update-trigger)
2411 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
2412 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2413 Callers changed.
2414 (gud-gdbmi-completions): New function.
2415 (gdb): Use it for generating the completion table.
2416
2417 2011-12-24 Alan Mackenzie <acm@muc.de>
2418
2419 Introduce a mechanism to widen the region used in context font
2420 locking. Use this to protect declarations from losing their contexts.
2421
2422 * progmodes/cc-langs.el (c-before-font-lock-functions):
2423 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
2424 (c-before-context-fontification-functions): New defvar, a list of
2425 functions to be run just before context (etc.) font locking.
2426
2427 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
2428 New, functionality extracted from
2429 c-neutralize-syntax-in-and-mark-CPP.
2430 (c-in-after-change-fontification): New variable.
2431 (c-after-change): Set c-in-after-change-fontification.
2432 (c-set-fl-decl-start): Rejig its interface, so it can be called
2433 from both after-change and context fontifying.
2434 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2435 New functions.
2436 (c-standard-font-lock-fontify-region-function): New variable.
2437 (c-font-lock-fontify-region): New function.
2438
2439 2011-12-24 Juri Linkov <juri@jurta.org>
2440
2441 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2442 (Bug#10348)
2443
2444 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
2445
2446 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2447 existence of source file. (Bug#10325)
2448
2449 2011-12-23 Alan Mackenzie <acm@muc.de>
2450
2451 Fix unstable fontification inside templates.
2452
2453 * progmodes/cc-langs.el (c-before-font-lock-functions):
2454 Newly created from the singular version. The (c c++ objc) entry now
2455 additionally has c-set-fl-decl-start. The other languages (apart
2456 from AWK) have that as a single entry.
2457
2458 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2459 The functionality for "local" declarations has been extracted to
2460 c-set-fl-decl-start.
2461
2462 * progmodes/cc-mode.el (c-common-init, c-after-change):
2463 Changes due to pluralisation of c-before-font-lock-functions.
2464 (c-set-fl-decl-start): New function, extracted from
2465 c-font-lock-enclosing-decls and enhanced.
2466
2467 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
2468
2469 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2470
2471 2011-12-22 Juri Linkov <juri@jurta.org>
2472
2473 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2474
2475 2011-12-22 Chong Yidong <cyd@gnu.org>
2476
2477 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2478
2479 2011-12-21 Drew Adams <drew.adams@oracle.com>
2480
2481 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2482
2483 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2484
2485 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2486
2487 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2488
2489 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2490 highlighting and support. Fix up comments for capitalization.
2491 (cfengine-mode-debug): New var.
2492 (cfengine3-mode): Change the modeline indicator to "CFE3".
2493 (cfengine3-font-lock-keywords): Improve defun highlighting.
2494 (cfengine2-actions): Rename from `cfengine-actions'.
2495 (cfengine2-font-lock-keywords): Rename from
2496 `cfengine-font-lock-keywords'.
2497 (cfengine2-imenu-expression): Rename from
2498 `cfengine-imenu-expression'.
2499 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2500 (cfengine2-beginning-of-defun): Rename from
2501 `cfengine-beginning-of-defun'.
2502 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2503 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2504 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2505 modeline indicator to "CFE2".
2506 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2507 (cfengine-mode-abbrevs): Mark obsolete.
2508
2509 2011-12-21 Chong Yidong <cyd@gnu.org>
2510
2511 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2512 filename argument.
2513
2514 2011-12-20 Martin Rudalics <rudalics@gmx.at>
2515
2516 * window.el (window-normalize-buffer-to-display): Remove.
2517 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2518
2519 2011-12-19 Chong Yidong <cyd@gnu.org>
2520
2521 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2522 Don't signal an error in a predicate function; return non-nil.
2523 (vc-dir-mark-file): Move the error here.
2524 (vc-dir-mark-unmark): If acting on the region, keep going if one
2525 of the entries cannot be marked/unmarked.
2526 (vc-dir-mark-all-files): If current entry is a directory, mark
2527 only child files, as documented.
2528
2529 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2530
2531 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2532 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2533 addition.
2534
2535 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2536
2537 * term/ns-win.el (ns-get-selection-internal)
2538 (ns-store-selection-internal): Declare.
2539 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2540 Declare as obsolete.
2541 (ns-get-pasteboard, ns-paste-secondary):
2542 Use ns-get-selection-internal.
2543 (ns-set-pasteboard, ns-copy-including-secondary):
2544 Use ns-store-selection-internal.
2545
2546 2011-12-17 Chong Yidong <cyd@gnu.org>
2547
2548 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
2549 (vc-deduce-fileset): Doc fix.
2550
2551 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2552
2553 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2554
2555 2011-12-13 Sam Steingold <sds@gnu.org>
2556
2557 * man.el (Man-getpage-in-background): When running under a
2558 window-system, ignore $MANWIDTH and $COLUMNS.
2559
2560 2011-12-15 Kenichi Handa <handa@m17n.org>
2561
2562 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2563 (setup-ethiopic-environment-internal): Comment out key-binding for
2564 ethio-toggle-punctuation.
2565
2566 2011-12-13 Alan Mackenzie <acm@muc.de>
2567
2568 Add the switch statement to AWK Mode.
2569
2570 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
2571 "default" to the keywords regexp.
2572
2573 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
2574 expression as the rest.
2575 (c-nonlabel-token-key): Allow string literals for AWK.
2576 Refactor for the other modes.
2577
2578 Large brace-block initialisation makes CC Mode slow: Fix.
2579 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
2580 routines. Limit backward searching in c-font-lock-enclosing.decl.
2581
2582 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2583 pp-state and literal type in addition to the limits.
2584 (c-state-safe-place): New defun, extracted from c-state-literal-at.
2585 (c-state-literal-at): Use the above new defun.
2586 (c-slow-in-literal, c-fast-in-literal): Remove.
2587 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
2588
2589 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2590 being in a literal. Add a limit for backward searching.
2591
2592 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2593 c-slow-in-literal.
2594
2595 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2598
2599 2011-12-13 Martin Rudalics <rudalics@gmx.at>
2600
2601 * window.el (delete-other-windows): Use correct frame in call to
2602 window-with-parameter.
2603
2604 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2605
2606 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2607 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2608 (makefile-gmake-statements, makefile-makepp-statements):
2609 Use it and add new makepp keywords.
2610 (makefile-makepp-font-lock-keywords): Add new patterns.
2611 (makefile-match-function-end): Match new [...] and [[...]].
2612
2613 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * ses.el (ses-call-printer-return, ses-cell-property-get)
2616 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2617 (ses-create-cell-variable, ses-reset-header-string)
2618 (ses-cell-set-formula, ses-repair-cell-reference-all)
2619 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2620 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2621 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2622 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2623 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2624 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2625 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2626 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2627 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2628 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2629 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2630 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2631
2632 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2633
2634 * ses.el: The overall change is to add cell renaming, that is
2635 setting fancy names for cell symbols other than name matching
2636 "\\`[A-Z]+[0-9]+\\'" regexp .
2637 (ses-create-cell-variable): New defun.
2638 (ses-relocate-formula): Relocate formulas only for cells the
2639 symbols of which are not renamed, i.e. symbols whose names do not
2640 match regexp "\\`[A-Z]+[0-9]+\\'".
2641 (ses-relocate-all): Relocate values only for cells the symbols of
2642 which are not renamed.
2643 (ses-load): Create cells variables as the (ses-cell ...) are read,
2644 in order to check row col consistency with cell symbol name only
2645 for cells that are not renamed.
2646 (ses-replace-name-in-formula): New defun.
2647 (ses-rename-cell): New defun.
2648
2649 2011-12-11 Chong Yidong <cyd@gnu.org>
2650
2651 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2652 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2653
2654 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2655
2656 * window.el (other-window): Fix docstring.
2657
2658 2011-12-10 Eli Zaretskii <eliz@gnu.org>
2659
2660 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
2661 `from' or `to' address before taking its substring.
2662 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
2663 encoded name is chopped in the middle of the encoded string, and
2664 thus displayed encoded.
2665
2666 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2669
2670 2011-12-10 Eli Zaretskii <eliz@gnu.org>
2671
2672 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2673 to use texinfo-update-node and commands that call it if the
2674 Texinfo file uses @node lines without next/prev/up pointers.
2675 Correct outdated description about texinfo-master-menu.
2676 (texinfo-all-menus-update, texinfo-master-menu)
2677 (texinfo-update-node, texinfo-every-node-update)
2678 (texinfo-multiple-files-update): Doc fix. Warn against updating
2679 all the @node lines.
2680 (texinfo-master-menu): Only call texinfo-update-node if the prefix
2681 argument is numeric. Explain better in the doc string what the
2682 function really does.
2683 (texinfo-insert-master-menu-list): Improve the error message
2684 displayed if there's no menu in the Top node.
2685 (Bug#2975) See also this thread:
2686 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2687
2688 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2689
2690 * speedbar.el (speedbar-supported-extension-expressions):
2691 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2692
2693 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * printing.el (pr-mode-alist):
2696 * simple.el (filter-buffer-substring-functions)
2697 (completion-list-insert-choice-function):
2698 * window.el (window-with-parameter, window-atom-root)
2699 (window-sides-slots, window-size-fixed, window-min-delta)
2700 (window-max-delta, window--resize-mini-window)
2701 (window--resize-child-windows-normal, window-tree)
2702 (delete-other-windows, quit-window, split-window)
2703 (display-buffer-record-window, special-display-buffer-names)
2704 (special-display-regexps, special-display-popup-frame)
2705 (same-window-p, split-window-sensibly)
2706 (display-buffer-overriding-action, display-buffer-alist)
2707 (display-buffer-base-action, display-buffer, switch-to-buffer)
2708 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2709 (fit-window-to-buffer, recenter-positions)
2710 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2711 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2712 and remove unneeded backslashes in docstrings.
2713
2714 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2717
2718 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2719 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2720 end in ".mk".
2721 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2722 when reading the makefile (bug#10116).
2723
2724 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2727 (bug#10116).
2728
2729 2011-12-06 Glenn Morris <rgm@gnu.org>
2730
2731 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2732
2733 2011-12-06 Chong Yidong <cyd@gnu.org>
2734
2735 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2736
2737 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * textmodes/table.el (table-shorten-cell): Fix typo.
2740
2741 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2742
2743 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2744
2745 2011-12-05 Eli Zaretskii <eliz@gnu.org>
2746
2747 * descr-text.el (describe-char): Fix display of strong
2748 right-to-left characters and directional embeddings and overrides.
2749
2750 * simple.el (what-cursor-position): Fix display of codepoints of
2751 strong right-to-left characters.
2752
2753 2011-12-05 Chong Yidong <cyd@gnu.org>
2754
2755 * faces.el (read-color): Doc fix.
2756
2757 2011-12-05 Glenn Morris <rgm@gnu.org>
2758
2759 * align.el (align--set-marker): Add doc-string.
2760 Don't try to move something that is not a marker. (Bug#10216)
2761
2762 2011-12-04 Glenn Morris <rgm@gnu.org>
2763
2764 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2765 overly zealous deletion of trailing whitespace.
2766
2767 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
2768
2769 * server.el (server-delete-client): On Windows, do not try to delete
2770 the only terminal.
2771 (server-process-filter): On Windows, treat requests for a tty frame as
2772 if they were for a GUI frame if the running server is in GUI mode.
2773
2774 2011-12-03 Glenn Morris <rgm@gnu.org>
2775
2776 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2777
2778 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * electric.el: Streamline electric-indent's hook.
2781 (electric-indent-chars): Revert to simple list.
2782 (electric-indent-functions): New var.
2783 (electric-indent-post-self-insert-function): Use it.
2784
2785 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2786 there's no inferior buffer (bug#10196).
2787 (prolog-consult-compile): Don't use toggle-read-only.
2788
2789 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
2790
2791 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2792 interrupt. (Bug#10187)
2793
2794 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2797 (bug#9160).
2798
2799 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2800 (bug#10191).
2801
2802 2011-12-02 Juri Linkov <juri@jurta.org>
2803
2804 * info.el (Info-search): Display "end of manual" when Isearch
2805 reaches the end of single-file Info manual. (Bug#9918)
2806
2807 2011-12-02 Eli Zaretskii <eliz@gnu.org>
2808
2809 * isearch.el (isearch-message-prefix): Run the input method part
2810 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2811
2812 2011-12-02 Juri Linkov <juri@jurta.org>
2813
2814 * isearch.el (isearch-occur): Use `word-search-regexp' for
2815 `isearch-word'.
2816 (isearch-search-and-update): Add condition for `isearch-word' and
2817 call `word-search-regexp'. (Bug#10145)
2818
2819 2011-12-01 Glenn Morris <rgm@gnu.org>
2820
2821 * eshell/em-hist.el (eshell-hist-initialize):
2822 Handle eshell-history-size nil and HISTSIZE set or unset.
2823 (eshell-history-file-name, eshell-history-size): Fix custom type.
2824
2825 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2828
2829 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
2830
2831 * progmodes/verilog-mode.el (verilog-pretty-expr):
2832 Rework verilog-pretty-expr to handle new assignment operators in system
2833 verilog, such as += *= and the like.
2834 (verilog-assignment-operator-re): Regular expression to find the
2835 assigment operator in a verilog assignment.
2836 (verilog-assignment-operation-re): Regular expression to find an
2837 assignment statement for pretty-expr.
2838 (verilog-in-attribute-p): Query returns true if point is in an
2839 attribute context; used to skip these for expression line up from
2840 pretty-expr.
2841 (verilog-in-parameter-p): Query returns true if point is in an
2842 parameter definition context; used to skip these for expression
2843 line up from pretty-expr.
2844 (verilog-in-parenthesis-p): Query returns true if point is in a
2845 parenthetical expression, specifically ( ) but not [ ] or { };
2846 used by pretty-expr.
2847 (verilog-just-one-space): If there is no space, don't add one.
2848 (verilog-get-lineup-indent-2): Specifically skip just attribute
2849 contexts for expression lineup, rather than skipping all
2850 parenthetical expressions.
2851 (verilog-calculate-indent): Fix comment, and fix indent.
2852 (verilog-do-indent): Indent declarations in lists (suggested by
2853 Joachim Lechner).
2854 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2855 skeleton items.
2856 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2857 by Alain Mellan).
2858
2859 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
2860
2861 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2862 parameters with embedded comments. Reported by Ray Stevens.
2863 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2864 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2865 Reported by Tim Holt.
2866 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2867 instantiated by upper module causing wrong expansion until AUTOed a
2868 second time. Reported by K C Buckenmaier.
2869 (verilog-diff-auto): Fix showing .* as a difference when
2870 `verilog-auto-star-save' off. Reported by Dan Dever.
2871 (verilog-auto-reset, verilog-read-always-signals)
2872 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2873 temporary signals in reset list if
2874 verilog-auto-reset-blocking-in-non is nil, and match assignment
2875 style to each signal's assignment type, bug381.
2876 Reported by Thomas Esposito.
2877 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2878 (verilog-uvm-statement-re): Support UVM indentation and
2879 highlighting, with old OVM keywords only.
2880 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
2881 Support AUTOTIEOFF creating non-wire data types.
2882 Suggested by Jonathan Greenlaw.
2883 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2884 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2885 (verilog-inject-sense, verilog-read-inst-pins)
2886 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2887 Fix mismatching parenthesis inside commented out code when deleting
2888 AUTOINST, bug383. Reported by Jonathan Greenlaw.
2889 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2890 non-numeric vector width. Reported by Alex Reed.
2891 (verilog-auto-ascii-enum): Add "onehot" option to work around not
2892 detecting signals with parameter widths. Reported by Alex Reed.
2893 (verilog-auto-delete-trailing-whitespace):
2894 With `verilog-auto-delete-trailing-whitespace' remove trailing
2895 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2896 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2897 Fix verilog-scan-cache corruption when running user AUTO expansion
2898 hooks that call indentation routines.
2899 (verilog-simplify-range-expression): Fix typo ignoring lower case
2900 identifiers.
2901 (verilog-delete-auto): Fix delete-autos to also remove user created
2902 automatics, as long as they start with AUTO.
2903 (verilog-batch-diff-auto, verilog-diff-auto)
2904 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2905 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2906 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2907 (verilog-in-paren-quick, verilog-re-search-backward-quick)
2908 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2909 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
2910 is disabled and its cache will get corrupt, causing AUTOS not to
2911 expand. Instead use only -quick functions.
2912 (verilog-scan-region): Fix scanning over escaped quotes.
2913 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2914 (verilog-re-search-backward-quick)
2915 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2916 related functions now ignore strings, to fix misparsing of strings
2917 with magic comments embedded in them.
2918 (verilog-read-auto-template):
2919 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2920 Reported by Brad Dobbie.
2921 (verilog-read-auto-template):
2922 Fix 'verilog-auto-inst-template-numbers' with comments.
2923 Reported by Brad Dobbie.
2924 (verilog-auto-inst, verilog-auto-inst-param)
2925 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2926 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2927 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
2928 debugging templates without merge conflicts, bug357.
2929 Reported by Brad Dobbie.
2930 (verilog-read-auto-template):
2931 Fix verilog-auto-inst-template-numbers with multiple templates.
2932 Reported by Brad Dobbie.
2933 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2934 abbrevs so user won't be asked to save.
2935 (verilog-read-auto-lisp-present): Fix to start at beginning of
2936 buffer in case called outside of verilog-auto.
2937 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2938 to "X-2". Reported by Matthew Myers.
2939 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2940 all inputs from module templates. Reported by Leith Johnson.
2941 (verilog-module-inside-filename-p): Fix locating programs as with
2942 modules.
2943 (verilog-auto-inst-port): Fix vl-width expressions when using
2944 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2945 (verilog-decls-get-regs, verilog-decls-get-signals,
2946 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2947 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2948 verilog-read-decls): Combine reg and wire structures into one var
2949 structure to represent SystemVerilog concepts.
2950 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2951 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
2952 (verilog-auto-wire-type, verilog-insert-definition):
2953 Add verilog-auto-wire-type and AUTOLOGIC to support using
2954 SystemVerilog "logic" keyword instead of "wire"/"reg".
2955 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2956 to declares outputs that also have assignments (presumably in an
2957 ifdef or generate if so there's not a driver conflict).
2958 Reported by Matthew Myers.
2959 (verilog-auto-declare-nettype, verilog-insert-definition):
2960 Add verilog-auto-declare-nettype to fix declarations using
2961 `default_nettype none. Reported by Julian Gorfajn.
2962 (verilog-read-always-signals-recurse, verilog-read-decls)
2963 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2964 malformed end statement, bug325. Reported by Joshua Wise and
2965 Andrew Drake.
2966 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2967 (verilog-inst-comment-re): Fix not deleting Interfaced comment
2968 when expanding .* in interfaces, bug320.
2969 Reported by Pierre-David Pfister.
2970 (verilog-read-module-name): Fix import statements between module
2971 name and open parenthesis, bug317.
2972 Reported by Pierre-David Pfister.
2973 (verilog-simplify-range-expression): Fix simplification of
2974 multiplications inside AUTOWIRE connections, bug303.
2975 (verilog-auto-inst-port): Support parameter expansion in
2976 multidimensional arrays.
2977 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2978 after "assert property". Reported by Julian Gorfajn.
2979 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2980 with multiplication, bug303.
2981 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2982 Reported by Jan Frode Lonnum.
2983
2984 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
2985
2986 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2987 (hfy-shell-file-name, hfy-shell):
2988 * international/fontset.el (x-decompose-font-name): Fix typos.
2989
2990 2011-11-29 Ken Brown <kbrown@cornell.edu>
2991
2992 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2993 (gdb-version): Remove defvar.
2994 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2995 (gdb-gud-context-command, gdb-non-stop-handler)
2996 (gdb-current-context-command, gdb-stopped): Use it.
2997 (gdb-init-1): Enable pretty printing here.
2998 (gdb-non-stop-handler): Don't enable pretty-printing here.
2999 Check to see if the target supports non-stop mode; if not, turn off
3000 non-stop mode. Use the following.
3001 (gdb-check-target-async): New defun.
3002 (gud-watch, gdb-stopped): Fix whitespace.
3003 (gdb-get-source-file): Don't try to display the source file if
3004 `gdb-main-file' is nil.
3005
3006 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * align.el: Try to generate fewer markers (bug#10047).
3009 (align--set-marker): New macro.
3010 (align-region): Use it.
3011
3012 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
3015
3016 2011-11-29 Chong Yidong <cyd@gnu.org>
3017
3018 * indent.el (indent-for-tab-command, indent-according-to-mode):
3019 Doc fix.
3020 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
3021
3022 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
3023
3024 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
3025 aware of remote file names. (Bug#10124)
3026
3027 2011-11-29 Chong Yidong <cyd@gnu.org>
3028
3029 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
3030
3031 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * files.el (find-file): Don't use force-same-window (bug#10144).
3034 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
3035 use pop-to-buffer if the selected window can't be used.
3036 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
3037
3038 2011-11-28 Eli Zaretskii <eliz@gnu.org>
3039
3040 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
3041 special-mode-map.
3042
3043 2011-11-28 Chong Yidong <cyd@gnu.org>
3044
3045 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
3046
3047 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
3048
3049 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
3050 gdb-get-source-file-list on gdb-create-source-file-list.
3051
3052 2011-11-26 Eli Zaretskii <eliz@gnu.org>
3053
3054 * whitespace.el (whitespace-newline): Use a different foreground
3055 color for 16-color light-background displays.
3056
3057 2011-11-24 Chong Yidong <cyd@gnu.org>
3058
3059 * window.el (display-buffer--special-action): Doc fix.
3060
3061 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
3062
3063 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
3064 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
3065 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
3066 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
3067 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
3068 (avl-tree-stack-first):
3069 * emacs-lisp/cconv.el (cconv--analyse-use):
3070 * net/gnutls.el (gnutls-negotiate): Fix typos.
3071
3072 2011-11-24 Glenn Morris <rgm@gnu.org>
3073
3074 * lpr.el (lpr-windows-system, lpr-lp-system):
3075 * mail/binhex.el (binhex-begin-line):
3076 * progmodes/grep.el (grep-history, grep-find-history):
3077 * textmodes/flyspell.el:
3078 * vc/pcvs-defs.el (cvs-global-menu):
3079 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
3080 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
3081 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
3082
3083 * net/tls.el: Fix case of "GnuTLS".
3084
3085 * paths.el (rmail-file-name): Format doc-string for make-docfile.
3086
3087 * version.el (emacs-build-system): Give it a doc-string.
3088
3089 2011-11-24 Juri Linkov <juri@jurta.org>
3090
3091 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
3092
3093 2011-11-24 Glenn Morris <rgm@gnu.org>
3094
3095 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
3096 if called on a non-mime message just toggle the headers. (Bug#8006)
3097
3098 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
3099
3100 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
3101 (allout-lead-with-comment-string, allout-structure-deleted-hook)
3102 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
3103 (allout-rebullet-heading, allout-open-sibtopic)
3104 (allout-toggle-current-subtree-encryption)
3105 (allout-toggle-subtree-encryption, allout-encrypt-string)
3106 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
3107 (allout-distinctive-bullets-string, allout-auto-activation):
3108 * window.el (window-normalize-buffer-to-display):
3109 * progmodes/verilog-mode.el (verilog-batch-indent):
3110 * textmodes/bibtex.el (bibtex-field-braces-opt)
3111 (bibtex-field-strings-opt):
3112 * vc/cvs-status.el (cvs-tree-merge):
3113 Fix typos.
3114
3115 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
3116
3117 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
3118 `non-essential' to t, in order to avoid remote connections.
3119
3120 2011-11-23 Eli Zaretskii <eliz@gnu.org>
3121
3122 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3123 On MS-DOS and MS-Windows, compare with loaddefs.el
3124 case-insensitively.
3125
3126 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3127
3128 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
3129
3130 2011-11-23 Glenn Morris <rgm@gnu.org>
3131
3132 * paths.el (rmail-file-name): Reformat the doc-string so that it
3133 is picked up.
3134
3135 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
3136 (rmail-auto-file): Ignore case in the "special" field names,
3137 as mail-fetch-field does for all others.
3138
3139 * mail/rmail.el (rmail-forward):
3140 * mail/rmailkwd.el (rmail-set-label):
3141 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
3142 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
3143
3144 * mail/rmail.el (rmail-current-message): Doc fix.
3145
3146 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
3147
3148 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * server.el (server-eval-and-print): Allow C-g (bug#6585).
3151
3152 2011-11-22 Glenn Morris <rgm@gnu.org>
3153
3154 * mail/rmailmm.el (test-rmail-mime-handler)
3155 (test-rmail-mime-bulk-handler)
3156 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
3157
3158 2011-11-21 Juri Linkov <juri@jurta.org>
3159
3160 * calc/calc.el (calc-read-key-sequence):
3161 Let-bind `input-method-function' to nil. (Bug#10018)
3162
3163 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3164
3165 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
3166 Tell the caller that the next line needs recomputation, even
3167 though it doesn't start a sexp (bug#10094).
3168
3169 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
3172
3173 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3176 Use force-same-window.
3177
3178 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3179
3180 * descr-text.el (describe-char-unicode-data):
3181 * json.el (json-string-escape):
3182 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
3183 (Footnote-unicode, Footnote-style-p):
3184 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
3185
3186 2011-11-20 Chong Yidong <cyd@gnu.org>
3187
3188 * window.el (replace-buffer-in-windows): Restore interactive spec.
3189
3190 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * electric.el (electric-indent-mode): Fix last change (too optimistic).
3193
3194 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
3195 (byte-compile-global-not-obsolete-vars): New var.
3196 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
3197 Use it.
3198 (byte-compile-warn-obsolete): Align text with the one in *Help*.
3199
3200 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3201
3202 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
3203 * progmodes/pascal.el (electric-pascal-equal):
3204 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
3205 * xml.el (xml-substitute-special): Fix typos.
3206
3207 2011-11-20 Glenn Morris <rgm@gnu.org>
3208
3209 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
3210 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
3211 Doc fixes.
3212 (rmail-decode-mime-charset): Mark as obsolete.
3213
3214 * mail/rmailsum.el (rmail-message-regexp-p-1):
3215 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
3216 Before using mime functions, check they are set. (Bug#10077)
3217
3218 2011-11-19 Juri Linkov <juri@jurta.org>
3219
3220 * info.el (Info-finder-find-node): Use `package--builtins' instead
3221 of `package-alist'. Use node names formed by the pattern "Keyword "
3222 and the keyword name.
3223
3224 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3225
3226 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
3227
3228 2011-11-19 Juri Linkov <juri@jurta.org>
3229
3230 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
3231 that calls `revert-buffer' on all Info buffers. (Bug#9915)
3232 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
3233 `old-history', `old-history-forward'. Add let-binding
3234 `window-selected'. Remove calls to `kill-buffer',
3235 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
3236 before calling `Info-find-node', so `Info-find-node-2' will reread
3237 the Info file. Restore window positions only when `window-selected'
3238 is non-nil.
3239
3240 2011-11-19 Juri Linkov <juri@jurta.org>
3241
3242 * isearch.el (isearch-lazy-highlight-new-loop):
3243 Remove condition `(not isearch-error)'. (Bug#9918)
3244
3245 * misearch.el (multi-isearch-search-fun): Add condition
3246 `(not bound)' to ignore lazy-highlighting search.
3247 Add the search-failed message "end of multi" when the end of
3248 multi-sequence is reached. Uncapitalize the search-failed
3249 message "Repeat for next buffer".
3250
3251 * info.el (Info-search): Add the search-failed message
3252 "end of the manual" when the end of the manual is reached
3253 in Isearch mode.
3254
3255 2011-11-19 Juri Linkov <juri@jurta.org>
3256
3257 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
3258 Use non-destructive `remove' instead of `delete' because
3259 `Info-history-list' stored to `Info-isearch-initial-history-list' in
3260 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
3261
3262 2011-11-19 Juri Linkov <juri@jurta.org>
3263
3264 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
3265 to nil instead of binding `search-ring' and `regexp-search-ring'.
3266 (Bug#9185)
3267
3268 2011-11-19 Eli Zaretskii <eliz@gnu.org>
3269
3270 * simple.el (line-move): Force movement by logical lines for any
3271 hscrolled window, not only when auto-hscroll-mode is on.
3272 (line-move-visual): Update doc string to that effect. (Bug#10076)
3273
3274 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
3275
3276 * language/european.el (macintosh): Define as alias for mac-roman.
3277
3278 2011-11-19 Eli Zaretskii <eliz@gnu.org>
3279
3280 * mail/rmailmm.el (rmail-mime-display-header)
3281 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
3282 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
3283 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
3284 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
3285 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
3286 of a raw aref.
3287 (rmail-mime-entity-segment): To get past the tagline, move forward
3288 2 more lines, to account for the 2 empty lines that precede and
3289 follow the line with the buttons.
3290 (rmail-mime-update-tagline): Move one more line, to get past the
3291 empty line that follows the buttons in the tagline. (Bug#9520)
3292
3293 2011-11-19 Martin Rudalics <rudalics@gmx.at>
3294
3295 * window.el (window-max-delta-1, window-min-delta-1)
3296 (window-min-size-1, window-state-get-1, window-state-put-1)
3297 (window-state-put-2): Use "window--" prefix.
3298
3299 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * emacs-lisp/smie.el: Improve warnings and conflict detection.
3302 (smie-warning-count): New var.
3303 (smie-set-prec2tab): Use it.
3304 (smie-bnf->prec2): Improve warnings. Add docstring.
3305 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
3306 (smie-bnf--set-class): New function.
3307 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
3308 corner case.
3309
3310 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
3311 (compilation-error-properties, compilation-move-to-column):
3312 Handle compilation-first-column while in the target buffer.
3313
3314 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
3315 Don't hardcode point-min==1.
3316
3317 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
3318 (eshell-rewrite-for-command): Remove workaround.
3319 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
3320 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
3321 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
3322
3323 * files-x.el (modify-file-local-variable): Obey commenting conventions.
3324
3325 2011-11-17 Glenn Morris <rgm@gnu.org>
3326
3327 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3328 Ignore buffer-local generated-autoload-file if it is the same
3329 as the global value. (Bug#10049)
3330
3331 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
3334 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
3335 (reftex-toc-previous-heading, reftex-toc-max-level)
3336 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
3337 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
3338 (reftex-toc-do-promote, reftex-toc-promote-prepare)
3339 (reftex-toc-promote-action, reftex-toc-extract-section-number)
3340 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
3341 (reftex-toc-rename-label, reftex-toc-visit-location)
3342 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
3343 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
3344 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
3345 leaving "*toc*" only for references to the buffer.
3346
3347 2011-11-17 Martin Rudalics <rudalics@gmx.at>
3348
3349 * window.el (window-resize, delete-window, split-window):
3350 Replace window-splits by window-combination-resize.
3351 * cus-start.el (window-splits): Replace by window-combination-resize.
3352
3353 2011-11-17 Glenn Morris <rgm@gnu.org>
3354
3355 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3356 Make bash entry derive from sh entry, not shell entry.
3357
3358 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
3359
3360 * net/tramp-cache.el (tramp-flush-file-property): Flush also
3361 properties of linked files. (Bug#9879)
3362
3363 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
3364 local file name.
3365
3366 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3367
3368 * menu-bar.el (menu-bar-file-menu):
3369 * printing.el (pr-ps-utility):
3370 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
3371 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
3372 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
3373 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
3374 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
3375 (icalendar--convert-cyclic-to-ical)
3376 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
3377 (icalendar--convert-ical-to-diary)
3378 (icalendar--convert-recurring-to-diary)
3379 (icalendar--convert-non-recurring-all-day-to-diary)
3380 (icalendar-import-format-sample):
3381 * progmodes/idlw-shell.el (idlwave-shell-mode):
3382 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
3383 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
3384 (vhdl-ps-print-init): Fix typos.
3385
3386 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
3387
3388 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3389 FSF and collapse date sequence, obscure author/maintainer email address
3390 better, remove extra version line, track relocation of author's webpage.
3391
3392 * progmodes/python.el (python-pdbtrack-input-prompt)
3393 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3394 regular python pdb prompts. Adjustments shamelessly taken exactly as
3395 suggested in EmacsWiki page (tiny change):
3396 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
3397
3398 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3399
3400 * expand.el (expand-pos, expand-index, expand-point):
3401 Remove redundant info from docstring.
3402 (expand-add-abbrevs): Doc fix.
3403 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3404 (expand-sample-perl-mode-expand-list): Fix typos.
3405
3406 * net/dbus.el (dbus-event-member-name):
3407 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3408 * term/pc-win.el (msdos-create-frame-with-faces):
3409 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3410
3411 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3412
3413 * window.el (split-window, window-state-get-1)
3414 (window-state-put-1, window-state-put-2): Rename occurrences of
3415 window-nest to window-combination-limit.
3416 * cus-start.el (window-nest): Rename to window-combination-limit.
3417
3418 2011-11-16 Chong Yidong <cyd@gnu.org>
3419
3420 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3421 regexp (Bug#10033).
3422
3423 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3424
3425 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3426 `completing-read' will remove *Completions* and will preserve
3427 current-buffer for us.
3428 (tmm-add-prompt): Users of *Completions* will always (re)set its
3429 major mode.
3430 (tmm-old-comp-map): Remove.
3431
3432 2011-11-16 Glenn Morris <rgm@gnu.org>
3433
3434 * mail/rmailedit.el: Require rmailmm when compiling.
3435 (rmail-old-mime-state): New declaration.
3436 (rmail-edit-current-message): If editing a mime message,
3437 edit the "raw" message from the mbox buffer.
3438 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3439
3440 2011-11-15 Glenn Morris <rgm@gnu.org>
3441
3442 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3443 which wasn't being used. Add optional arg to force given state.
3444 (rmail-mime): Add optional arg to force given state.
3445
3446 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3447
3448 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3449 * frame.el (display-mm-dimensions-alist):
3450 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3451 (outline-move-subtree-down):
3452 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3453 (newsticker--treeview-do-get-node):
3454 * net/quickurl.el (quickurl-list-buffer-name):
3455 * progmodes/dcl-mode.el (dcl-mode):
3456 * progmodes/gdb-mi.el (gdb-mapcar*):
3457 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3458
3459 2011-11-15 Glenn Morris <rgm@gnu.org>
3460
3461 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3462 in a boolean sense, so just make it a boolean, and fix the doc.
3463 (rmail-show-mime-function, rmail-mime-feature)
3464 (rmail-require-mime-maybe): Doc fixes.
3465 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3466
3467 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3468
3469 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3470
3471 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3472 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3473 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3474 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3475
3476 2011-11-15 Glenn Morris <rgm@gnu.org>
3477
3478 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3479 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3480 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3481 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3482 (rmail-mime, rmail-show-mime): Doc fixes.
3483
3484 * term/ns-win.el (mode-line-frame-identification):
3485 Leave it alone. (Bug#10051)
3486
3487 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3488
3489 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3490 Handle empty buffers. (Bug#9978)
3491
3492 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3493
3494 * international/mule.el (define-charset):
3495 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3496 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3497 * progmodes/verilog-mode.el (verilog-backward-token):
3498 * textmodes/ispell.el (lookup-words):
3499 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3500
3501 2011-11-14 Glenn Morris <rgm@gnu.org>
3502
3503 * progmodes/executable.el
3504 (executable-make-buffer-file-executable-if-script-p):
3505 Handle file-modes returning nil.
3506
3507 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3508 message - not necessary, and causes problems. (Bug#9831)
3509
3510 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3511
3512 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3513
3514 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3515 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3516 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3517
3518 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3519
3520 * window.el (window-resize, delete-window): Use window-splits
3521 variable instead of function.
3522 (window-state-get-1, window-state-put-2, window-state-put):
3523 Don't deal with windows' splits status.
3524
3525 2011-11-12 Glenn Morris <rgm@gnu.org>
3526
3527 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3528 (apropos-documentation): Doc fixes.
3529
3530 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
3531
3532 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3533 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3534
3535 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * electric.el (electric-indent-post-self-insert-function): Make it
3538 possible for a char to only indent in some circumstances.
3539 (electric-indent-mode): Simplify.
3540
3541 2011-11-11 Martin Rudalics <rudalics@gmx.at>
3542
3543 * window.el (windows-with-parameter): Remove unused function.
3544 (windows-at-side): Rename to window-at-side-list.
3545 (window-check, window-atom-check, window-atom-check-1)
3546 (window-side-check, window-size-ignore, window-size-fixed-1)
3547 (window-in-direction-2): Prefix with "window--".
3548 (window-tree-1): Rename to window--subtree, fix doc-string.
3549
3550 2011-11-11 Glenn Morris <rgm@gnu.org>
3551
3552 * subr.el (eval-after-load): If FILE is already loaded,
3553 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3554
3555 2011-11-10 Glenn Morris <rgm@gnu.org>
3556
3557 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3558 Call svn via vc-svn-command rather than vc-do-command.
3559 (vc-svn-command): Add --non-interactive. (Bug#9993)
3560 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3561
3562 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3563 Add toggle-read-only. (Bug#7292)
3564 * files.el (toggle-read-only): Mention that it should only
3565 be used interactively. (Bug#10006)
3566
3567 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3568
3569 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3570 Adjust regexp for OCaml warnings.
3571
3572 * electric.el (electric-pair-post-self-insert-function): Let user
3573 turn it off buffer-locally (bug#9932).
3574
3575 * progmodes/python.el (python-beginning-of-statement):
3576 Rewrite (bug#2703).
3577
3578 * progmodes/compile.el: Better handle TABs (bug#9749).
3579 (compilation-internal-error-properties)
3580 (compilation-next-error-function): Obey the target buffer's
3581 compilation-error-screen-columns.
3582
3583 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
3584
3585 * progmodes/meta-mode.el: Remove obsolete comments.
3586 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3587 Fix typos in docstrings.
3588
3589 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3590
3591 * window.el (window-size-fixed-p): Rewrite doc-string.
3592 (window-resizable-p): Rename to window--resizable-p. Update callers.
3593 (window--resizable): New function. Make all callers of
3594 window-resizable call window--resizable instead.
3595 (window-resizable): Rewrite in terms of window--resizable.
3596
3597 2011-11-08 Glenn Morris <rgm@gnu.org>
3598
3599 * progmodes/delphi.el (delphi-mode-syntax-table):
3600 Let define-derived-mode define a proper syntax table. (Bug#9994)
3601
3602 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3603
3604 * window.el: Stay away from defsubst.
3605 (window-list-no-nils): Remove.
3606 (window-state-get-1, window-state-get): Use backquote instead.
3607
3608 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3609
3610 * emacs-lisp/find-func.el (find-function-read):
3611 Fix incorrect use of default argument in `completing-read'.
3612
3613 2011-11-08 Martin Rudalics <rudalics@gmx.at>
3614
3615 * window.el (display-buffer-function, special-display-function):
3616 Mention display-buffer-record-window but do not mention
3617 help-setup parameter in doc-strings.
3618 (window-min-delta): Fix doc-string typo.
3619
3620 2011-11-08 Chong Yidong <cyd@gnu.org>
3621
3622 * window.el (window-total-height, window-total-width): Doc fix.
3623 (window-body-size): Move from C.
3624 (window-body-height, window-body-width): Move to C.
3625
3626 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * window.el: Make special-display like display-buffer-alist (bug#9532).
3629 (display-buffer--special-action): New function, morphed
3630 from display-buffer--special.
3631 (display-buffer): Use it to handle special-display-buffers at higher
3632 priority (just after display-buffer-alist).
3633 (display-buffer-fallback-action, display-buffer--other-frame-action)
3634 (pop-to-buffer-same-window): Remove display-buffer--special.
3635
3636 2011-11-07 Glenn Morris <rgm@gnu.org>
3637
3638 * calendar/cal-menu.el (cal-menu-set-date-title):
3639 Do nothing if not in a calendar. (Bug#9976)
3640
3641 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3642
3643 * files.el (find-file): Always use selected-window.
3644
3645 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3646
3647 * window.el (window-combinations): Make WINDOW argument
3648 mandatory. Rewrite doc-string.
3649 (walk-window-subtree, window-atom-check, window-min-delta)
3650 (window-max-delta, window--resize-this-window)
3651 (window--resize-root-window-vertically, window-tree)
3652 (balance-windows, window-state-put): Rewrite doc-strings as to
3653 not mention the term "subwindow".
3654 (window--resize-subwindows-skip-p): Rename to
3655 window--resize-child-windows-skip-p.
3656 (window--resize-subwindows-normal): Rename to
3657 window--resize-child-windows-normal.
3658 (window--resize-subwindows): Rename to
3659 window--resize-child-windows.
3660 (window-or-subwindow-p): Rename to window--in-subtree-p.
3661
3662 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3663
3664 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3665 Ensure that mbox format messages end in two newlines (Bug#9974).
3666
3667 2011-11-06 Chong Yidong <cyd@gnu.org>
3668
3669 * window.el (window-combination-p): Function deleted; its
3670 side-effect is not used in any existing code.
3671 (window-combinations, window-combined-p): Call window-*-child
3672 directly.
3673
3674 2011-11-05 Chong Yidong <cyd@gnu.org>
3675
3676 * window.el (window-valid-p): Rename from window-any-p.
3677 (window-size-ignore, window-state-get): Callers changed.
3678 (window-normalize-window): Rename from window-normalize-any-window.
3679 New arg LIVE-ONLY, replacing window-normalize-live-window.
3680 (window-normalize-live-window): Delete.
3681 (window-combination-p, window-combined-p, window-combinations)
3682 (walk-window-subtree, window-atom-root, window-min-size)
3683 (window-sizable, window-sizable-p, window-size-fixed-p)
3684 (window-min-delta, window-max-delta, window-resizable)
3685 (window-resizable-p, window-full-height-p, window-full-width-p)
3686 (window-current-scroll-bars, window-point-1, set-window-point-1)
3687 (window-at-side-p, window-in-direction, window-resize)
3688 (adjust-window-trailing-edge, maximize-window, minimize-window)
3689 (window-deletable-p, delete-window, delete-other-windows)
3690 (record-window-buffer, unrecord-window-buffer)
3691 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3692 (quit-window, split-window, window-state-put)
3693 (set-window-text-height, fit-window-to-buffer)
3694 (shrink-window-if-larger-than-buffer): Callers changed.
3695
3696 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3697
3698 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3699 rfc2047-decode-string.
3700 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3701 warnings.
3702
3703 * window.el (window-body-height, window-body-width): Mention in
3704 the doc string that the return values are in frame's canonical
3705 units. (Bug#9949)
3706
3707 2011-11-03 Alan Mackenzie <acm@muc.de>
3708
3709 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3710 change in cc-engine.el.
3711
3712 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3715
3716 2011-11-02 Martin Rudalics <rudalics@gmx.at>
3717
3718 * window.el (quit-window): Call unrecord-window-buffer after
3719 showing another buffer in the window. (Bug#9937)
3720 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
3721
3722 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
3723
3724 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3725 Accept status with more than 9 shelves. (Bug#9935)
3726 Reported by Colin D Bennett <colin@gibibit.com>.
3727
3728 2011-11-01 Martin Rudalics <rudalics@gmx.at>
3729
3730 * help.el (with-help-window): Don't reference
3731 temp-buffer-show-specifiers in doc-string.
3732
3733 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3734
3735 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3736 menu-item.
3737
3738 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3739
3740 * whitespace.el: New version 13.2.2.
3741 (whitespace-newline-mode): Disable properly. Reported by Sarah
3742 <EmacsWiki>.
3743
3744 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
3745
3746 * net/newst-treeview.el: Remove "Time-stamp".
3747 (newsticker--group-manage-orphan-feeds): Do not call
3748 newsticker--treeview-tree-update.
3749 (newsticker-treeview-update, newsticker-treeview):
3750 Call newsticker--treeview-tree-update if necessary.
3751
3752 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3753
3754 * window.el (window-iso-combination-p, window-iso-combined-p)
3755 (window-iso-combinations): Remove "iso-" infix.
3756 Suggested by Chong Yidong.
3757 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3758 (window-max-delta-1, window-resize, window--resize-siblings)
3759 (window--resize-this-window, adjust-window-trailing-edge)
3760 (split-window, balance-windows-1)
3761 (shrink-window-if-larger-than-buffer):
3762 * calendar/calendar.el (calendar-generate-window):
3763 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3764
3765 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3766
3767 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3768 in place (bug#9907).
3769 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3770 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3771 (eshell-structure-basic-command, eshell-rewrite-while-command)
3772 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3773 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3774 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3775 (eshell-do-pipelines-synchronously, eshell-eval-command):
3776 Use backquotes and prefer setq to set.
3777 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3778 (eshell-macrop): Use functionp.
3779 (eshell-do-eval): Handle multiple expressions in `while' body.
3780
3781 2011-10-30 Chong Yidong <cyd@gnu.org>
3782
3783 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3784 instead of set-mark (Bug#9810).
3785
3786 2011-10-30 Chong Yidong <cyd@gnu.org>
3787
3788 * window.el (split-window-below, split-window-right): Rename from
3789 split-window-above-each-other and split-window-side-by-side
3790 respectively. All callers changed.
3791 (split-window-sensibly, split-window-sensibly): Use them.
3792 (split-window-keep-point): Doc fix.
3793
3794 * isearch.el: Add isearch-scroll property to split-window-below
3795 and split-window-right.
3796
3797 * follow.el (follow-mode):
3798 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3799 * progmodes/ada-xref.el (ada-gdb-application):
3800 * emulation/vip.el (vip-buffer-in-two-windows):
3801 * image-dired.el (image-dired-dired-with-window-configuration):
3802 * dired-x.el (dired-do-find-marked-files):
3803 * dired.el (dired-pop-to-buffer):
3804 * bs.el (bs--show-with-configuration):
3805 * vc/emerge.el (emerge-setup-windows):
3806 * textmodes/two-column.el (2C-two-columns):
3807 * textmodes/reftex-toc.el (reftex-toc):
3808 * progmodes/gdb-mi.el (gdb-setup-windows):
3809 * progmodes/fortran.el (fortran-window-create):
3810 * net/newst-treeview.el (newsticker--treeview-window-init):
3811 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3812 * emulation/tpu-edt.el (tpu-gold-map):
3813 * emulation/crisp.el (crisp-mode-map):
3814 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3815
3816 2011-10-29 Chong Yidong <cyd@gnu.org>
3817
3818 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3819
3820 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3821
3822 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3823 forged Ispell output (Bug#7904).
3824
3825 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3826
3827 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3828
3829 * doc-view.el: Avoid ugly errors about not finding nil.
3830 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3831 (doc-view-dvipdf-program, doc-view-unoconv-program)
3832 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3833 Avoid nil or absolute file name as default value.
3834 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3835
3836 2011-10-28 Alan Mackenzie <acm@muc.de>
3837
3838 * progmodes/cc-defs.el (c-version): -> 5.32.2.
3839
3840 2011-10-28 Alan Mackenzie <acm@muc.de>
3841
3842 Amend the handling of c-beginning/end-of-defun in nested declaration
3843 scopes.
3844
3845 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3846 cc-langs.el. Change it to a defcustom.
3847
3848 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3849 cc-vars.el.
3850
3851 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3852 Prevent "class foo : bar" being spuriously recognized as a label.
3853
3854 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
3855 Add parameter `inclusive' (to include enclosing braces in the region).
3856 (c-widen-to-enclosing-decl-scope): New function.
3857 (c-while-widening-to-decl-block): New macro.
3858 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3859 outward for defun boundaries, and correspondingly change symbol
3860 `respect-enclosure' to `go-outward'.
3861 (c-declaration-limits): Change algorithm to report only the "innermost"
3862 defun's boundaries.
3863
3864 2011-10-28 Deniz Dogan <deniz@dogan.se>
3865
3866 * net/rcirc.el (rcirc-mode): Use hard newlines.
3867
3868 2011-10-28 Alan Mackenzie <acm@muc.de>
3869
3870 Amend to indent and fontify macros "which include their own semicolon"
3871 correctly, using the "virtual semicolon" mechanism.
3872
3873 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
3874
3875 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3876 Recode to scan one line at a time rather than having \n and \r
3877 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
3878 (c-forward-label): Amend for virtual semicolons.
3879 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
3880
3881 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3882 of the new C macros.
3883
3884 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
3885 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3886 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
3887 (c-opt-cpp-macro-define): Make into a full language variable.
3888 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3889 AWK Mode (including \n, \r) removed, no longer needed.
3890
3891 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3892 Invoke c-make-macro-with-semi-re.
3893
3894 * progmodes/cc-vars.el (c-macro-with-semi-re):
3895 (c-macro-names-with-semicolon): New variables.
3896 (c-make-macro-with-semi-re): New function.
3897
3898 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * vc/log-edit.el: Fill empty field rather than adding new one.
3901 (log-edit-add-field): New function.
3902 (log-edit-insert-changelog): Use it.
3903
3904 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3905
3906 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3907
3908 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3911 (gdb--check-interpreter): New function.
3912 (gdb): Use it.
3913
3914 2011-10-27 Glenn Morris <rgm@gnu.org>
3915
3916 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3917 (least-positive-float, least-negative-float)
3918 (least-positive-normalized-float, least-negative-normalized-float)
3919 (float-epsilon, float-negative-epsilon):
3920 Remove unnecessary declarations.
3921
3922 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3923 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3924 (least-positive-float, least-negative-float)
3925 (least-positive-normalized-float, least-negative-normalized-float)
3926 (float-epsilon, float-negative-epsilon): Add doc-strings,
3927 based on those in cl.texi.
3928
3929 * files.el (set-visited-file-name): If the major-mode changed,
3930 reload the local variables. (Bug#9796)
3931
3932 2011-10-27 Chong Yidong <cyd@gnu.org>
3933
3934 * subr.el (change-major-mode-after-body-hook): New hook.
3935 (run-mode-hooks): Run it.
3936
3937 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3938 Use change-major-mode-before-body-hook.
3939
3940 * simple.el (fundamental-mode):
3941 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3942 change introducing fundamental-mode-hook.
3943
3944 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
3947
3948 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
3949
3950 * ido.el (ido-file-name-all-completions-1): Do not require
3951 tramp.el explicitly. (Bug#7583)
3952
3953 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * progmodes/octave-mod.el:
3956 * progmodes/octave-inf.el: Update maintainer.
3957
3958 2011-10-26 Chong Yidong <cyd@gnu.org>
3959
3960 * subr.el (with-wrapper-hook): Rewrite doc.
3961
3962 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
3963
3964 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
3965 filenames "/method:foo:". (Bug#9793)
3966
3967 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3970 (bug#9865).
3971
3972 2011-10-24 Glenn Morris <rgm@gnu.org>
3973
3974 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3975
3976 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
3977
3978 * notifications.el: Add the requirement of a running D-Bus session
3979 bus to the Commentary.
3980
3981 2011-10-24 Juri Linkov <juri@jurta.org>
3982
3983 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3984 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3985 (Bug#9364)
3986
3987 2011-10-24 Juri Linkov <juri@jurta.org>
3988
3989 * info.el (Info-following-node-name-re): Add newline to the list
3990 of allowed characters for leading space. (Bug#9824)
3991
3992 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * progmodes/octave-inf.el (inferior-octave-mode-map):
3995 Fix C-c C-h binding.
3996 * progmodes/octave-mod.el (octave-help): Remove.
3997
3998 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3999
4000 Sync with Tramp 2.2.3.
4001
4002 * net/tramp-cache.el (top): Pacify byte-compiler using
4003 `init-file-user' and `site-run-file'.
4004
4005 * net/trampver.el: Update release number.
4006
4007 2011-10-23 Chong Yidong <cyd@gnu.org>
4008
4009 * files.el (toggle-read-only): Remove obsolete comment about
4010 version control.
4011
4012 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
4013 for toggle-read-only. Note that this hasn't called vc-next-action
4014 since 2008-05-02, though it wasn't documented at the time.
4015
4016 * vc/ediff-init.el (ediff-toggle-read-only-function):
4017 Use toggle-read-only.
4018
4019 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
4020
4021 Fix bug #9560, sporadic wrong indentation; improve instrumentation
4022 of c-parse-state.
4023
4024 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4025 correct faulty logical expression.
4026 (c-parse-state-state, c-record-parse-state-state):
4027 (c-replay-parse-state-state): New defvar/defuns.
4028 (c-debug-parse-state): Use new functions.
4029
4030 2011-10-22 Martin Rudalics <rudalics@gmx.at>
4031
4032 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
4033 last fix. Use window-in-direction correctly.
4034
4035 2011-10-21 Chong Yidong <cyd@gnu.org>
4036
4037 * progmodes/idlwave.el (idlwave-mode):
4038 * progmodes/vera-mode.el (vera-mode): No need to set
4039 require-final-newline; that's done in prog-mode.
4040 Suggested by Stefan Monnier.
4041
4042 2011-10-21 Martin Rudalics <rudalics@gmx.at>
4043
4044 * mouse.el (mouse-drag-window-above)
4045 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
4046 (mouse-drag-mode-line-1, mouse-drag-header-line)
4047 (mouse-drag-vertical-line-rightward-window): Remove.
4048 (mouse-drag-line): New function.
4049 (mouse-drag-mode-line, mouse-drag-header-line)
4050 (mouse-drag-vertical-line): Call mouse-drag-line.
4051 * window.el (window-at-side-p, windows-at-side): New functions.
4052
4053 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
4054
4055 * tar-mode.el (tar-grind-file-mode):
4056 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
4057
4058 2011-10-21 Chong Yidong <cyd@gnu.org>
4059
4060 * progmodes/idlwave.el (idlwave-mode):
4061 * progmodes/vera-mode.el (vera-mode):
4062 Use mode-require-final-newline.
4063
4064 2011-10-20 Glenn Morris <rgm@gnu.org>
4065
4066 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
4067
4068 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
4069
4070 * emulation/cua-base.el (cua-set-mark): Fix case of string.
4071
4072 2011-10-20 Chong Yidong <cyd@gnu.org>
4073
4074 * emulation/cua-base.el (cua-mode):
4075 * mail/footnote.el (footnote-mode):
4076 * mail/mailabbrev.el (mail-abbrevs-mode):
4077 * net/xesam.el (xesam-minor-mode):
4078 * progmodes/bug-reference.el (bug-reference-mode):
4079 * progmodes/cap-words.el (capitalized-words-mode):
4080 * progmodes/compile.el (compilation-minor-mode)
4081 (compilation-shell-minor-mode):
4082 * progmodes/gud.el (gud-tooltip-mode):
4083 * progmodes/hideif.el (hide-ifdef-mode):
4084 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
4085 * progmodes/subword.el (subword-mode):
4086 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
4087 * progmodes/which-func.el (which-function-mode):
4088 * term/tvi970.el (tvi970-set-keypad-mode):
4089 * term/vt100.el (vt100-wide-mode):
4090 * textmodes/flyspell.el (flyspell-mode):
4091 * textmodes/ispell.el (ispell-minor-mode):
4092 * textmodes/nroff-mode.el (nroff-electric-mode):
4093 * textmodes/paragraphs.el (use-hard-newlines):
4094 * textmodes/refill.el (refill-mode):
4095 * textmodes/reftex.el (reftex-mode):
4096 * textmodes/rst.el (rst-minor-mode):
4097 * textmodes/sgml-mode.el (html-autoview-mode)
4098 (sgml-electric-tag-pair-mode):
4099 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
4100 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
4101 * emulation/crisp.el (crisp-mode):
4102 * emacs-lisp/eldoc.el (eldoc-mode):
4103 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
4104 minor mode behavior.
4105
4106 2011-10-19 Juri Linkov <juri@jurta.org>
4107
4108 * descr-text.el (describe-char): Add #x2010 and #x2011 to
4109 the list of hard-coded chars with escape-glyph face.
4110
4111 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
4114
4115 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
4116
4117 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4118 running process.
4119
4120 2011-10-19 Glenn Morris <rgm@gnu.org>
4121
4122 * vc/vc-bzr.el (vc-bzr-after-dir-status):
4123 Ignore ignored files. (Bug#9726)
4124
4125 2011-10-19 Chong Yidong <cyd@gnu.org>
4126
4127 Doc fix for minor modes, stating that an omitted argument enables
4128 the mode unconditionally when called from Lisp.
4129
4130 * abbrev.el (abbrev-mode):
4131 * allout.el (allout-mode):
4132 * autoinsert.el (auto-insert-mode):
4133 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4134 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
4135 (global-auto-revert-mode):
4136 * battery.el (display-battery-mode):
4137 * composite.el (global-auto-composition-mode)
4138 (auto-composition-mode):
4139 * delsel.el (delete-selection-mode):
4140 * desktop.el (desktop-save-mode):
4141 * dired-x.el (dired-omit-mode):
4142 * dirtrack.el (dirtrack-mode):
4143 * doc-view.el (doc-view-minor-mode):
4144 * double.el (double-mode):
4145 * electric.el (electric-indent-mode, electric-pair-mode):
4146 * emacs-lock.el (emacs-lock-mode):
4147 * epa-hook.el (auto-encryption-mode):
4148 * follow.el (follow-mode):
4149 * font-core.el (font-lock-mode):
4150 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
4151 * help.el (temp-buffer-resize-mode):
4152 * hilit-chg.el (highlight-changes-mode)
4153 (highlight-changes-visible-mode):
4154 * hi-lock.el (hi-lock-mode):
4155 * hl-line.el (hl-line-mode, global-hl-line-mode):
4156 * icomplete.el (icomplete-mode):
4157 * ido.el (ido-everywhere):
4158 * image-file.el (auto-image-file-mode):
4159 * image-mode.el (image-minor-mode):
4160 * iswitchb.el (iswitchb-mode):
4161 * jka-cmpr-hook.el (auto-compression-mode):
4162 * linum.el (linum-mode):
4163 * longlines.el (longlines-mode):
4164 * master.el (master-mode):
4165 * mb-depth.el (minibuffer-depth-indicate-mode):
4166 * menu-bar.el (menu-bar-mode):
4167 * minibuf-eldef.el (minibuffer-electric-default-mode):
4168 * mouse-sel.el (mouse-sel-mode):
4169 * msb.el (msb-mode):
4170 * mwheel.el (mouse-wheel-mode):
4171 * outline.el (outline-minor-mode):
4172 * paren.el (show-paren-mode):
4173 * recentf.el (recentf-mode):
4174 * reveal.el (reveal-mode, global-reveal-mode):
4175 * rfn-eshadow.el (file-name-shadow-mode):
4176 * ruler-mode.el (ruler-mode):
4177 * savehist.el (savehist-mode):
4178 * scroll-all.el (scroll-all-mode):
4179 * scroll-bar.el (scroll-bar-mode):
4180 * server.el (server-mode):
4181 * shell.el (shell-dirtrack-mode):
4182 * simple.el (auto-fill-mode, transient-mark-mode)
4183 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
4184 (line-number-mode, column-number-mode, size-indication-mode)
4185 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
4186 * strokes.el (strokes-mode):
4187 * time.el (display-time-mode):
4188 * t-mouse.el (gpm-mouse-mode):
4189 * tool-bar.el (tool-bar-mode):
4190 * tooltip.el (tooltip-mode):
4191 * type-break.el (type-break-mode-line-message-mode)
4192 (type-break-query-mode):
4193 * view.el (view-mode):
4194 * whitespace.el (whitespace-mode, whitespace-newline-mode)
4195 (global-whitespace-mode, global-whitespace-newline-mode):
4196 * xt-mouse.el (xterm-mouse-mode): Doc fix.
4197
4198 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4199 Fix autogenerated docstring.
4200
4201 2011-10-19 Juri Linkov <juri@jurta.org>
4202
4203 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
4204 by checking environment variables "DESKTOP_SESSION" and
4205 "XDG_CURRENT_DESKTOP". (Bug#9779)
4206
4207 2011-10-19 Juri Linkov <juri@jurta.org>
4208
4209 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
4210 (browse-url-chromium-program, browse-url-chromium-arguments):
4211 New defcustoms.
4212 (browse-url-default-browser): Check for `browse-url-chromium' and
4213 call `browse-url-chromium-program'.
4214 (browse-url-chromium): New command. (Bug#9779)
4215
4216 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
4217
4218 * facemenu.el (list-colors-duplicates): On Windows, detect more
4219 duplicates by assuming that only colors matching "^System" are
4220 special "system colors". (Bug#9722)
4221
4222 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
4225 to distinguish the author from the committer.
4226
4227 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
4228
4229 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
4230
4231 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
4232
4233 * international/mule.el (sgml-html-meta-auto-coding-function):
4234 Add support for detecting encoding in HTML5 specified only as
4235 <meta charset="UTF-8">. Implementation just makes http-equiv and
4236 content-type parts from HTML4 encoding string optional. (Bug#9716)
4237
4238 2011-10-18 Glenn Morris <rgm@gnu.org>
4239
4240 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4241
4242 2011-10-18 Chong Yidong <cyd@gnu.org>
4243
4244 * faces.el (cursor): Doc fix.
4245
4246 2011-10-17 Chong Yidong <cyd@gnu.org>
4247
4248 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
4249
4250 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
4251
4252 * dirtrack.el (dirtrack): Support shell buffers with path
4253 prefixes, e.g. tramp-based remote shells. (Bug#9647)
4254
4255 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
4256
4257 * json.el: Bump version to 1.3 and note change in History.
4258 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
4259
4260 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * comint.el (comint-insert-input, comint-send-input)
4263 (comint-get-old-input-default, comint-backward-matching-input)
4264 (comint-next-prompt): Use nil instead of `input' for field property of
4265 past user input (bug#114).
4266
4267 * minibuffer.el (completion--replace): Inherit surrounding properties
4268 (bug#114).
4269 (minibuffer-complete-and-exit): Use it.
4270
4271 * comint.el (comint--table-subvert): Quote the all-completions output
4272 (bug#9160).
4273
4274 2011-10-17 Martin Rudalics <rudalics@gmx.at>
4275
4276 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4277
4278 * menu-bar.el (menu-bar-file-menu): Add entry for making new
4279 window on right of selected. (Bug#9350) Reword other window
4280 entries and separate them from frame entries.
4281
4282 2011-10-15 Glenn Morris <rgm@gnu.org>
4283
4284 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
4285 Doc fixes.
4286
4287 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
4288
4289 * net/network-stream.el (network-stream-open-starttls):
4290 Improve detection of failure due to lack of TLS support.
4291
4292 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
4293 putting the input text in front and in bold.
4294
4295 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
4298
4299 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
4300 empty buffer.
4301
4302 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
4303 unread-command-events rather than pushing yet-another event.
4304
4305 2011-10-14 Eli Zaretskii <eliz@gnu.org>
4306
4307 * mail/sendmail.el (sendmail-query-once): Improve the wording of
4308 the explanation of the possible choices. Make the options passed
4309 to completing-read shorter.
4310
4311 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4312
4313 * textmodes/flyspell.el (flyspell-large-region): Make sure
4314 extended character mode is used if defined (Bug#1339).
4315
4316 2011-10-13 Eli Zaretskii <eliz@gnu.org>
4317
4318 * simple.el (what-cursor-position): Fix the display of the
4319 character info for LRE, LRO, RLE, and RLO characters by appending
4320 an invisible PDF.
4321
4322 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
4325 even in case of error; add debug spec; simplify data flow.
4326 (with-timeout-handler): Remove.
4327
4328 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
4329
4330 Fix Bug#6019, Bug#9315.
4331
4332 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
4333 complete `buffer-file-name', the local file name part could look
4334 remotely (for example on VMS).
4335
4336 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
4337 `tramp-run-real-handler'.
4338 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
4339 already quoted by '"'.
4340
4341 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
4342 Let `file-name-handler-alist' be nil, the local file name part
4343 could look remotely (for example on VMS).
4344
4345 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
4348 from here...
4349 (flyspell-post-command-hook): ...to here.
4350
4351 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
4354 if not needed.
4355 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
4356 using completion. Protect against "slow" callers.
4357 Remove the "message hack".
4358
4359 2011-10-11 Juri Linkov <juri@jurta.org>
4360
4361 * isearch.el (isearch-lazy-highlight-word): New variable.
4362 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
4363 Use it. (Bug#9727)
4364
4365 2011-10-11 Glenn Morris <rgm@gnu.org>
4366
4367 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
4368 like f90-previous-statement does.
4369
4370 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4371
4372 * eshell/eshell.el (eshell-command): History should be saved
4373 only in interactive use, to avoid error.
4374
4375 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4376
4377 * minibuffer.el (completion-file-name-table): Fix last change,
4378 i.e. ignore normal errors but not the other ones.
4379
4380 2011-10-10 Martin Rudalics <rudalics@gmx.at>
4381
4382 * window.el (special-display-buffer-names)
4383 (special-display-regexps): Remove some remnants of earlier
4384 changes from doc-strings.
4385 (quit-windows-on): New function.
4386
4387 * vc/vc.el (vc-revert, vc-rollback):
4388 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4389 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
4390 (Bug#6183) (Bug#7074) (Bug#7447)
4391
4392 2011-10-09 Martin Rudalics <rudalics@gmx.at>
4393
4394 * window.el (frame-auto-hide-function): Add version tag.
4395 (Bug#9699)
4396
4397 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
4398
4399 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4400 condition.
4401
4402 2011-10-09 Leo Liu <sdl.web@gmail.com>
4403
4404 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4405 (Bug#9701)
4406
4407 2011-10-08 Glenn Morris <rgm@gnu.org>
4408
4409 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4410 before the first code statement zero indent. (Bug#9690)
4411
4412 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
4413
4414 * simple.el (count-words-region): Always count in the region.
4415 Report the number of lines and characters too.
4416 (count-words): New command, which counts in the buffer if the
4417 region is inactive, as count-words-region used to.
4418 (count-words--message): New function. Handle plurals.
4419 (count-lines-region): Make it an alias for count-words-region.
4420
4421 * bindings.el (esc-map): Replace count-lines-region with
4422 count-words-region.
4423
4424 2011-10-08 Martin Rudalics <rudalics@gmx.at>
4425
4426 * window.el (window--delete): Delete dedicated frame
4427 unconditionally when argument KILL is non-nil. (Bug#9699)
4428 (switch-to-buffer): Fix doc-string typo.
4429
4430 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4431
4432 * eshell/eshell.el (eshell-command): Avoid using hooks.
4433
4434 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
4435
4436 * bindings.el ([M-left],[M-right]): Bind to left-word and
4437 right-word respectively.
4438
4439 2011-10-07 Glenn Morris <rgm@gnu.org>
4440
4441 * cus-start.el (debug-on-quit): Fix custom type.
4442
4443 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4444
4445 * subr.el (define-key-after): Clarify that the function is not
4446 useful for non-menu keymaps.
4447
4448 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4449
4450 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4451
4452 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
4453 in current minibuffer (Fix bug with recursive minibuffers).
4454
4455 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
4456
4457 * progmodes/gdb-mi.el (gdb): Doc fix.
4458
4459 2011-10-05 Martin Rudalics <rudalics@gmx.at>
4460
4461 * window.el (frame-auto-hide-function): New option replacing
4462 frame-auto-delete. Suggested by Stefan Monnier.
4463 (window--delete): Call frame-auto-hide-function instead of
4464 investigating frame-auto-delete.
4465 (window-point-1, set-window-point-1): New functions.
4466 (window-in-direction, record-window-buffer, window-state-get-1)
4467 (display-buffer-record-window): Use window-point-1 instead of
4468 window-point.
4469 (set-window-buffer-start-and-point): Use set-window-point-1.
4470
4471 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4474
4475 2011-10-05 Glenn Morris <rgm@gnu.org>
4476
4477 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4478 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4479
4480 2011-10-05 Leo Liu <sdl.web@gmail.com>
4481
4482 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4483 works with buffer object.
4484
4485 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * mpc.el (mpc-tool-bar-map): Add labels.
4488
4489 2011-10-04 Glenn Morris <rgm@gnu.org>
4490
4491 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4492
4493 2011-10-04 Martin Rudalics <rudalics@gmx.at>
4494
4495 * window.el (window--delete): New function.
4496 (frame-auto-delete): Resuscitate option.
4497 (bury-buffer, replace-buffer-in-windows)
4498 (quit-window): Rewrite using window--delete.
4499 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4500 Pass display-buffer-mark-dedicated to window--display-buffer-2
4501 (Bug#9639).
4502
4503 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4506 returns a list (bug#9554). Add remote file name completion.
4507 * comint.el (comint--table-subvert): Curry and get quote&unquote
4508 functions as arguments.
4509 (comint--complete-file-name-data): Adjust call accordingly.
4510 * pcomplete.el (pcomplete--table-subvert): Remove.
4511 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4512
4513 * minibuffer.el (completion-table-case-fold): Use currying.
4514 (completion--styles-type, completion--cycling-threshold-type):
4515 New constants.
4516 (completion-styles, completion-category-overrides)
4517 (completion-cycle-threshold): Use them.
4518 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4519 completion-table-case-fold.
4520
4521 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
4522
4523 * minibuffer.el (completion-category-overrides): Fix type of styles
4524 and add more user friendly tags (bug#9660).
4525
4526 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4529 (mule-input-method-string): New widget.
4530 (default-input-method, language-info-custom-alist): Use it.
4531
4532 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * pcomplete.el: Require comint.
4535 (pcomplete--common-suffix): Remove.
4536 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4537 (pcomplete--table-subvert): Sync with comint--table-subvert.
4538 (pcomplete--entries): Use comint-completion-file-name-table.
4539 * comint.el (comint-unquote-filename): Simplify.
4540 (comint-completion-file-name-table): New function (bug#9616).
4541 (comint--complete-file-name-data): Use it.
4542
4543 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4544 (pcmpl-gnu-tar-buffer): Remove.
4545 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
4546 around. Make sure pcomplete-suffix-list is only changed temporarily.
4547 Don't look inside the tar's file if it's too large.
4548
4549 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * cus-edit.el (custom-mode-map):
4552 * epa.el (epa-key-list-mode-map):
4553 * man.el (Man-mode-map):
4554 * startup.el (splash-screen-keymap):
4555 * simple.el (special-mode-map): Use scroll-up-command and
4556 scroll-down-command.
4557
4558 * progmodes/idlw-help.el (idlwave-help-mode-map):
4559 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4560 * net/newst-plainview.el (newsticker-mode-map):
4561 * emulation/ws-mode.el (wordstar-mode-map):
4562 * emulation/vi.el (vi-com-map):
4563 * calc/calc-graph.el (calc-graph-show-dumb):
4564 * term/sun.el (terminal-init-sun):
4565 * term/ns-win.el (global-map):
4566 * progmodes/grep.el (grep-mode-map):
4567 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4568 * mail/rmail.el (rmail-mode-map):
4569 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4570
4571 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4572 custom-safe-themes as special.
4573
4574 2011-10-01 Julien Danjou <julien@danjou.info>
4575
4576 * notifications.el (notifications-notify): Fix docstring.
4577
4578 2011-10-01 Per Starbäck <per@starback.se>
4579
4580 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4581
4582 2011-09-30 Martin Rudalics <rudalics@gmx.at>
4583
4584 * startup.el (command-line-1): Fix last fix by inserting
4585 initial-scratch-message into *scratch* before displaying it.
4586 (Bug#9605) and (Bug#9636)
4587
4588 2011-09-29 Eli Zaretskii <eliz@gnu.org>
4589
4590 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4591 window is hscrolled, move by logical lines. (Bug#9607)
4592 (line-move-visual): Update the doc string to the above effect.
4593
4594 2011-09-29 Martin Rudalics <rudalics@gmx.at>
4595
4596 * window.el (display-buffer-record-window): When WINDOW is the
4597 selected window use `point' instead of `window-point'. (Bug#9626)
4598
4599 * startup.el (command-line-1): Use insert-before-markers when
4600 inserting initial-scratch-message. (Bug#9605)
4601
4602 * help.el (help-window): Remove variable.
4603
4604 2011-09-29 Glenn Morris <rgm@gnu.org>
4605
4606 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4607
4608 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
4609
4610 * descr-text.el (describe-char-categories): Accept category
4611 descriptions more than one line long.
4612
4613 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * simple.el (delete-trailing-whitespace): Fix last change.
4616
4617 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4618 Don't confuse "y => 3" as the beginning of a `y' operation.
4619
4620 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4621 object has more than 4 slots (bug#9613).
4622
4623 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
4624
4625 * subr.el (with-output-to-temp-buffer):
4626 * net/quickurl.el (quickurl, quickurl-browse-url):
4627 Fix typos in docstrings.
4628
4629 2011-09-27 Eli Zaretskii <eliz@gnu.org>
4630
4631 * minibuffer.el (completion-styles)
4632 (completion-category-overrides): Cross reference each other in doc
4633 strings.
4634
4635 2011-09-27 Glenn Morris <rgm@gnu.org>
4636
4637 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4638 to split-string. (Bug#9606)
4639
4640 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4641
4642 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4643 (bug#9615).
4644
4645 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * emacs-lisp/package.el (list-packages): Fix echo area message.
4648
4649 2011-09-27 Leo Liu <sdl.web@gmail.com>
4650
4651 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4652
4653 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
4654
4655 * net/dbus.el (dbus-unregister-object): Don't release services for
4656 registered signals. (Bug#9581)
4657
4658 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4659
4660 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4661 function that picks between cfengine 2 and 3 support
4662 automatically. Update docs accordingly.
4663
4664 2011-09-22 Kenichi Handa <handa@m17n.org>
4665
4666 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4667 ZERO.
4668 (indian-itrans-v5-table-for-tamil): New variable.
4669 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4670
4671 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4672
4673 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4674 that's true if the current command involved collapsing of text.
4675 It's reset to false at the beginning of the next command.
4676 (allout-post-command-business): Move the cursor to the beginning
4677 of entry if the cursor is hidden and collapsing activity just
4678 happened.
4679
4680 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4683 tracking (Bug#9541).
4684
4685 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
4686
4687 * net/newst-reader.el (newsticker-html-renderer)
4688 (newsticker-show-news): Automatically load html rendering package
4689 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4690 because w3m-fill-column is let-bound" and the error "Symbol's value
4691 as variable is void: w3m-fill-column".
4692
4693 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
4694
4695 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4696 Release services only if they are defined. (Bug#9581)
4697
4698 2011-09-23 Richard Stallman <rms@gnu.org>
4699
4700 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4701 distinguish start of paragraph from start of its text.
4702
4703 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4704
4705 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4706 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4707 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4708
4709 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4710
4711 * international/mule-diag.el (mule-diag): Insert a newline after
4712 each fontset description.
4713
4714 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * simple.el (delete-trailing-whitespace):
4717 Document last change; simplify.
4718
4719 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4720
4721 * simple.el (delete-trailing-whitespace): Also delete
4722 extra newlines at the end of the buffer.
4723
4724 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4725 (picture-newline): Use forward-line so as to ignore fields.
4726
4727 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * subr.el (with-wrapper-hook): Fix edebug spec.
4730
4731 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4732
4733 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4734 (bug#4538).
4735
4736 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
4737
4738 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4739 Fix nasty bug using wrong cached values.
4740
4741 2011-09-23 Alan Mackenzie <acm@muc.de>
4742
4743 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4744
4745 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
4746
4747 * window.el (pop-to-buffer): Ensure right window is selected if we
4748 chose another frame.
4749
4750 2011-09-22 Eli Zaretskii <eliz@gnu.org>
4751
4752 * simple.el (what-cursor-position): Use get-char-property-change
4753 and next-single-char-property-change, to be able to show display
4754 properties that come from overlays as well as text properties.
4755
4756 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
4757
4758 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4759
4760 * cmuscheme.el (run-scheme, switch-to-scheme):
4761 * cus-edit.el (customize-group, custom-buffer-create)
4762 (customize-browse):
4763 * info.el (info):
4764 * shell.el (shell):
4765 * mail/sendmail.el (mail):
4766 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4767
4768 2011-09-22 Richard Stallman <rms@gnu.org>
4769
4770 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4771 move back only to line beg, don't move back over blank lines.
4772
4773 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
4774
4775 * files.el (copy-directory): Set directory attributes only in case
4776 they could be retrieved from the source directory. (Bug#9565)
4777
4778 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4779
4780 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4781 (hs-find-block-beginning, hs-hide-level-recursive):
4782 Ignore strings as well as comments. (Bug#9502)
4783
4784 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4785
4786 * progmodes/sql.el (sql-comint-postgres):
4787 Convert port number to a string. (Bug#9566)
4788
4789 2011-09-22 Martin Rudalics <rudalics@gmx.at>
4790
4791 * window.el (quit-window): Undedicate window when switching to
4792 previous buffer. Reported by Thierry Volpiatto
4793 <thierry.volpiatto@gmail.com>.
4794 (special-display-popup-frame): When popping up a new frame reset
4795 its previous buffers to nil. Simplify code.
4796
4797 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4800 and process filter, as done also in `shell-command'.
4801
4802 2011-09-21 Martin Rudalics <rudalics@gmx.at>
4803
4804 * window.el (set-window-buffer-start-and-point):
4805 Call set-window-start with NOFORCE argument t.
4806 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4807 (quit-window): Reword doc-string. Handle new format of
4808 quit-restore parameter. Don't delete window if it has a
4809 previous buffer we can show instead of the present one.
4810 (display-buffer-record-window): Rewrite using a new format for
4811 the quit-restore window parameter
4812 (special-display-popup-frame, display-buffer-same-window)
4813 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4814 (display-buffer-pop-up-window, display-buffer-use-some-window):
4815 Adapt symbol passed to display-buffer-record-window.
4816 * help.el (help-window-setup): Handle new format of quit-restore
4817 parameter.
4818
4819 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * faces.el (face-list): Fix docstring (bug#9564).
4822
4823 * window.el (display-buffer--action-function-custom-type):
4824 Don't include internal functions in the Custom interface.
4825
4826 2011-09-20 Juri Linkov <juri@jurta.org>
4827
4828 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4829 (Info-forward-node, Info-backward-node, Info-next-preorder)
4830 (Info-last-preorder): Use it. (Bug#9528)
4831
4832 2011-09-20 Juri Linkov <juri@jurta.org>
4833
4834 * info.el (Info-last-preorder): Visit last menu item only when
4835 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4836
4837 2011-09-20 Julien Danjou <julien@danjou.info>
4838
4839 * password-cache.el (password-cache-remove): Remove entries even if the
4840 value is nil, so that password with a nil value (negative caching) is
4841 possible to invalidate.
4842
4843 2011-09-20 Lawrence Mitchell <wence@gmx.li>
4844
4845 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4846 all whitespace around breakpoint. (Bug#9553)
4847 (f90-find-breakpoint): Only break at whitespace inside a comment.
4848
4849 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * minibuffer.el (completion-file-name-table): Keep track of errors.
4852 (completion-table-with-predicate): Handle the case where pred1 is nil.
4853 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4854
4855 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4858 (debugger-return-value): Signal an error if the debugging context does
4859 not await any return value.
4860
4861 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4862 * image-mode.el (image-toggle-display-text)
4863 (image-toggle-display-image): Stay away from evil `intangible'.
4864
4865 2011-09-19 Leo Liu <sdl.web@gmail.com>
4866
4867 * replace.el (occur-revert-arguments): Make it permanent-local.
4868 (occur-mode): Don't call font-lock-defontify.
4869
4870 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
4871
4872 * net/ldap.el (ldap-search-internal): Don't push empty search
4873 result (Bug#9508).
4874
4875 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4878
4879 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
4880
4881 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4882 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4883
4884 2011-09-18 Juri Linkov <juri@jurta.org>
4885
4886 * buff-menu.el (Buffer-menu-mode-map):
4887 * dired.el (dired-mode-map):
4888 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4889 (lisp-interaction-mode-map):
4890 * emacs-lisp/package.el (package-menu-mode-map):
4891 * epa.el (epa-key-list-mode-map):
4892 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4893 (menu-bar-options-menu):
4894 * outline.el (outline-mode-menu-bar-map):
4895 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4896 * vc/vc-dir.el (vc-dir-menu-map):
4897 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4898 Capitalize non-function content words in menu item strings.
4899
4900 * dired.el (dired-mode-map): Add menu item for
4901 `image-dired-dired-toggle-marked-thumbs'.
4902
4903 2011-09-18 Juri Linkov <juri@jurta.org>
4904
4905 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4906 to `isearch-case-fold-search' and restore its original value
4907 after the `isearch-mode' call.
4908
4909 2011-09-18 Juri Linkov <juri@jurta.org>
4910
4911 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4912 because `zgrep' returns 1 for successful matches (bug#9226).
4913
4914 2011-09-18 Juri Linkov <juri@jurta.org>
4915
4916 * info.el (Info-extract-menu-node-name): Check the second match
4917 for empty string (second test-case of bug#9528).
4918 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4919 intermediate nodes to the history (first test-case of bug#9528).
4920
4921 2011-09-18 Juri Linkov <juri@jurta.org>
4922
4923 * info.el (Info-mode-syntax-table): New variable.
4924 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
4925
4926 2011-09-18 Juri Linkov <juri@jurta.org>
4927
4928 * info.el (Info-file-supports-index-cookies):
4929 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4930 outputs one more line for long file names (bug#4142).
4931
4932 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4933
4934 * newcomment.el (comment-normalize-vars): If prompting for
4935 comment-start, set comment-start-skip too (Bug#8424).
4936
4937 2011-09-18 Johan Bockgård <bojohan@gnu.org>
4938
4939 * icomplete.el: Fix previous fix of Bug#5849.
4940 (icomplete-mode): Don't set completion-show-inline-help.
4941 (icomplete-minibuffer-setup): Set completion-show-inline-help
4942 locally during icompletion.
4943
4944 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * woman.el (woman2-process-escapes): Don't delete unrecognized
4947 escapes (Bug#7843).
4948
4949 * files.el (inhibit-first-line-modes-regexps): Add image files.
4950 (hack-local-variables-prop-line): Return nil for malformed
4951 prop-lines (Bug#9044).
4952
4953 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
4954
4955 * net/tramp.el (top): Don't require 'shell.
4956 (tramp-methods): Fix docstring.
4957 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
4958 Return complete remote file name. Handle "smb" case.
4959 Use `tramp-tmpdir', if defined for the respective method.
4960 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4961
4962 * net/tramp-compat.el (top): Require 'shell.
4963
4964 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4965 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4966 `tramp-current-host'.
4967 (tramp-get-remote-tmpdir): Remove.
4968
4969 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4970 `tramp-tmpdir' entries.
4971 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4972 (tramp-smb-handle-file-attributes): Ignore errors.
4973 (tramp-smb-wait-for-output): Check also for process end.
4974
4975 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4976
4977 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4978 when sending QUIT (bug#9312).
4979
4980 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4983 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4984 occur-mode-display-occurrence.
4985 (occur-edit-mode): Add usage message.
4986 (occur-cease-edit): New command.
4987 (occur-after-change-function): Use text properties to find the
4988 position of the prefix text.
4989 (occur-engine): Set stickiness of prefix text properties.
4990
4991 2011-09-17 Glenn Morris <rgm@gnu.org>
4992
4993 * progmodes/etags.el (complete-tag):
4994 Fix call to completion-in-region. (Bug#9526)
4995
4996 2011-09-17 Juri Linkov <juri@jurta.org>
4997
4998 * textmodes/ispell.el (ispell-word): Add to the error message
4999 the word, ispell program name and current dictionary (bug#9121).
5000 (ispell-tex-arg-end): Capitalize "error" in the error message.
5001
5002 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
5003
5004 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
5005 check. (Bug#4251)
5006
5007 2011-09-17 Juri Linkov <juri@jurta.org>
5008
5009 * window.el (window-safe-min-height, window-safe-min-width):
5010 Fix typos (followup to bug#9522).
5011
5012 2011-09-17 Sven Joachim <svenjoac@gmx.de>
5013
5014 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
5015
5016 2011-09-16 Eli Zaretskii <eliz@gnu.org>
5017
5018 * simple.el (line-move): If goal-column is set, move by logical
5019 lines, not by display lines. (Bug#971)
5020 (next-line, previous-line, goal-column, line-move-visual): Doc fix
5021 to reflect the above change.
5022
5023 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5024
5025 * image.el (imagemagick-register-types): Use regexp-opt.
5026
5027 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
5028
5029 * window.el (display-buffer-base-action): Rename from
5030 display-buffer-default-action. Make default value empty.
5031 (display-buffer-overriding-action): Convert to defvar.
5032 (display-buffer-fallback-action): New var.
5033
5034 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
5035
5036 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
5037 declaration.
5038 (package--add-to-archive-contents): If there is a duplicate entry
5039 with an older version, remove it.
5040 (package-menu-mark-delete, package-menu-mark-install)
5041 (package-menu-mark-unmark): Make unused args optional.
5042 (package-menu-mark-obsolete-for-deletion):
5043 Use package-menu-get-status instead of a regexp search.
5044 (package-menu-get-status): Use tabulated-list-entry.
5045 (package-menu-mark-upgrades): New command.
5046 (package-menu-mode-map): Bind it to U. Add it to menu bar.
5047 (package-menu-execute): Do installation before deletion.
5048 (package-menu-refresh, package-menu-execute): Use derived-mode-p
5049 instead of checking major-mode.
5050 (package-menu--find-upgrades): New function.
5051
5052 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5053
5054 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
5055 passwords in the log buffer.
5056 (smtpmail-process-filter): Update the process marker so that the
5057 "broken by peer" status message is inserted in the right place.
5058
5059 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
5062 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
5063 bibtex-completion-at-point-function.
5064 (bibtex-completion-at-point-function): Use them.
5065
5066 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
5067
5068 * mpc.el (mpc-constraints-tag-lookup): New function.
5069 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
5070 also to browser "album|playlist".
5071
5072 2011-09-14 Juri Linkov <juri@jurta.org>
5073
5074 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
5075 (isearch-edit-string): Use length of `isearch-string' when
5076 `isearch-fail-pos' returns nil.
5077 (isearch-message): Remove duplicate code and call
5078 `isearch-fail-pos' with arg `t'.
5079
5080 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * replace.el (occur-mode-goto-occurrence): Don't force using other
5083 window (Bug#9499).
5084
5085 * dired-aux.el (dired-do-chmod): Don't provide initial input.
5086
5087 2011-09-14 Martin Rudalics <rudalics@gmx.at>
5088
5089 * window.el (display-buffer-window): Remove.
5090 (display-buffer-record-window): Use help-setup window parameter
5091 instead of variable display-buffer-window.
5092 (display-buffer-function, special-display-buffer-names)
5093 (special-display-function): Mention help-setup parameter instead
5094 of display-buffer-window in doc-string.
5095 * help.el (help-window-setup): New argument help-window.
5096 Use help-window-setup parameter instead of display-buffer-window.
5097 Reword some messages.
5098 (with-help-window): Pass window used for displaying the buffer
5099 to help-window-setup. Don't set display-buffer-window.
5100
5101 2011-09-13 Glenn Morris <rgm@gnu.org>
5102
5103 * emacs-lisp/debug.el (debugger-make-xrefs):
5104 Preserve point. (Bug#9462)
5105
5106 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
5107
5108 * window.el (window-deletable-p): Use next-frame.
5109
5110 2011-09-13 Martin Rudalics <rudalics@gmx.at>
5111
5112 * window.el (window-auto-delete): Remove.
5113 (window-deletable-p): Remove argument FORCE. Don't deal with
5114 dedication and previous buffers.
5115 (switch-to-prev-buffer): Don't delete window.
5116 (delete-windows-on): Delete a window's frame if and only if the
5117 window is dedicated.
5118 (replace-buffer-in-windows): Delete buffer's window or frame if
5119 and only if window is dedicated.
5120 (quit-window): Handle quit-restore as before last change.
5121 (bury-buffer): Delete window only if window-deletable-p returns t.
5122
5123 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
5124
5125 * window.el (window-deletable-p): Never delete the last frame on a
5126 given terminal.
5127
5128 2011-09-13 Glenn Morris <rgm@gnu.org>
5129
5130 * help.el (describe-key-briefly): Copy previous standard-output change.
5131
5132 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
5133
5134 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
5135
5136 2011-09-13 Glenn Morris <rgm@gnu.org>
5137
5138 * emacs-lisp/lisp-mode.el (lisp-indent-function):
5139 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
5140
5141 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
5142
5143 * dired-aux.el (dired-mark-read-string): Don't return default
5144 value on empty input (Bug#9361).
5145 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
5146 Omit initial minibuffer contents.
5147 (dired-do-chmod): Signal an error on empty input.
5148 (dired-mark-read-string): Don't return default on empty input.
5149
5150 * files.el (file-modes-symbolic-to-number): Doc fix.
5151
5152 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5153
5154 * international/mule-cmds.el (ucs-completions): Remove.
5155 (read-char-by-name): Use complete-with-action instead; add metadata.
5156
5157 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
5158
5159 * window.el (display-buffer--action-function-custom-type)
5160 (display-buffer--action-custom-type): New vars.
5161 (display-buffer-alist, display-buffer-default-action)
5162 (display-buffer-overriding-action): Add defcustom types.
5163
5164 * frame.el (delete-other-frames): Doc fix (Bug#276).
5165
5166 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5167
5168 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
5169
5170 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
5171
5172 Change modes that used same-window-* vars to use switch-to-buffer.
5173
5174 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
5175 Use switch-to-buffer.
5176
5177 * cus-edit.el (customize-group, custom-buffer-create)
5178 (customize-browse, custom-buffer-create-other-window):
5179 Use switch-to-buffer or switch-to-buffer-other-window.
5180
5181 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
5182 (Info-prev, Info-up, Info-speedbar-goto-node)
5183 (info-display-manual): Use switch-to-buffer.
5184 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
5185
5186 * mail/sendmail.el (mail): Use switch-to-buffer.
5187 (mail-recover): Use switch-to-buffer-other-window.
5188
5189 * cmuscheme.el (run-scheme, switch-to-scheme):
5190 * ielm.el (ielm):
5191 * shell.el (shell):
5192 * net/rlogin.el (rlogin):
5193 * net/telnet.el (telnet, rsh):
5194 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
5195
5196 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
5197
5198 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
5199
5200 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5201
5202 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
5203 so don't mention it (bug#9301).
5204 (dired-sort-toggle-or-edit): Clarify string further.
5205
5206 * faces.el (face-spec-set-match-display): Make `(type graphic)'
5207 match `x', `w32' and `ns', like the manual says (bug#9029).
5208
5209 * subr.el (eval-after-load): Doc string clarification (bug#9125).
5210 (process-kill-buffer-query-function): Mention the buffer name in
5211 the query.
5212
5213 * image-mode.el (image-next-line): The line parameter is mandatory
5214 (bug#9258).
5215
5216 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
5217 which can be useful (bug#9301).
5218
5219 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
5220
5221 * subr.el (match-string): Mention that the current buffer should
5222 be the same as the search was done in (bug#9282).
5223
5224 * facemenu.el: Disable the remove-* commands if the mark isn't
5225 active (bug#9162).
5226
5227 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
5230 of display-buffer.
5231 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
5232
5233 * replace.el (occur-mode-goto-occurrence)
5234 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
5235 and display-buffer.
5236
5237 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
5238 display-buffer.
5239
5240 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
5241 special-display and same-window variables.
5242 (mail-other-window): Use switch-to-buffer-other-window.
5243 (mail-other-frame): USe switch-to-buffer-other-frame.
5244
5245 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
5246 Use display-buffer-other-frame.
5247 (gdb-display-gdb-buffer): Use pop-to-buffer.
5248
5249 * progmodes/gud.el (gud-goto-info): Use info-other-window.
5250
5251 * progmodes/python.el: Don't set same-window-buffer-names.
5252
5253 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
5254
5255 * window.el (display-buffer-alist): Add *Python*.
5256
5257 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
5258
5259 * window.el (display-buffer-alist): Add entry for buffers
5260 previously handled same-window-*.
5261 (display-buffer-alist, display-buffer-default-action)
5262 (display-buffer-overriding-action): Mark as risky.
5263 (display-buffer-alist): Document action function changes.
5264 (display-buffer--same-window-action)
5265 (display-buffer--other-frame-action): New variables.
5266 (switch-to-buffer, display-buffer-other-frame): Use them.
5267 (display-buffer): Rename reuse-frame entry to reusable-frames.
5268 (display-buffer-reuse-selected-window): Function deleted.
5269 (display-buffer-reuse-window): Handle reusable-frames alist entry.
5270 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
5271 (display-buffer-special): New function.
5272 (display-buffer--maybe-pop-up-frame-or-window): Rename from
5273 display-buffer-reuse-or-pop-window. Split off special-display
5274 part into display-buffer-special.
5275 (display-buffer-use-some-window): Don't perform any special
5276 pop-up-frames handling.
5277 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
5278 (display-buffer--maybe-same-window): Rename from
5279 display-buffer-maybe-same-window.
5280
5281 * info.el: Don't set same-window-regexps.
5282 (info-setup): New function.
5283 (info-other-window, info): Call it.
5284
5285 * cus-edit.el: Don't set same-window-regexps.
5286 (customize-group): New argument.
5287 (customize-group-other-window): Use it.
5288 (customize-face, customize-face-other-window): Likewise.
5289 (custom-buffer-create-other-window): Use pop-to-buffer directly.
5290
5291 * net/rlogin.el:
5292 * net/telnet.el:
5293 * progmodes/gud.el: Don't set same-window-regexps.
5294
5295 * cmuscheme.el:
5296 * ielm.el:
5297 * shell.el:
5298 * mail/sendmail.el:
5299 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
5300
5301 2011-09-10 Juri Linkov <juri@jurta.org>
5302
5303 * isearch.el (isearch-edit-string): Remove obsolete mention of
5304 `C-w' (`isearch-yank-word-or-char') from docstring.
5305 (isearch-query-replace): Fix typo in docstring (bug#9466).
5306
5307 2011-09-10 Juri Linkov <juri@jurta.org>
5308
5309 * paren.el (show-paren-function): Don't show escaped parens.
5310 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
5311
5312 2011-09-10 Eli Zaretskii <eliz@gnu.org>
5313
5314 * mail/sendmail.el (mml-to-mime, mml-attach-file)
5315 (mm-default-file-encoding): Remove autoload forms, they are
5316 replaced with autoload cookies in mml.el and mm-encode.el.
5317 (mail-add-attachment): New command.
5318 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
5319 (mail-mode): Mention mail-insert-file and mail-add-attachment in
5320 the doc string.
5321 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
5322
5323 2011-09-10 Reuben Thomas <rrt@sc3d.org>
5324
5325 * simple.el (count-words-region): Use buffer if there's no region
5326 (bug#9429).
5327
5328 2011-09-09 Juri Linkov <juri@jurta.org>
5329
5330 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
5331 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
5332 (wdired-isearch-filter-read-only): New function. (Bug#6362)
5333
5334 2011-09-09 Alan Mackenzie <acm@muc.de>
5335
5336 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
5337 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
5338
5339 2011-09-09 Eli Zaretskii <eliz@gnu.org>
5340
5341 Fix for Savannah bug#9392.
5342 * simple.el (mail-encode-mml): New defvar.
5343
5344 * mail/rmail.el (mail-encode-mml): Add a defvar.
5345 (rmail-enable-mime-composing): Default to t.
5346 (rmail-forward): Use MIME method of forwarding only if both
5347 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
5348 Set mail-encode-mml non-nil if the MIME method was used.
5349
5350 * mail/sendmail.el (mml-to-mime): Add autoload form.
5351 (mail-encode-mml): Add a defvar.
5352 (mail-mode): Make mail-encode-mml buffer-local and initialize it
5353 to nil.
5354 (mail-send): If mail-encode-mml is non-nil, run the outgoing
5355 message through mml-to-mime, and reset mail-encode-mml to nil.
5356
5357 2011-09-09 Glenn Morris <rgm@gnu.org>
5358
5359 * woman.el (woman-if-body): When processing an .el block,
5360 do not delete the next .el block as well. (Bug#9447)
5361 (woman-special-characters): Add oq, cq, and hy characters.
5362
5363 2011-09-08 Martin Rudalics <rudalics@gmx.at>
5364
5365 * window.el (window-deletable-p): Make sure window is live before
5366 invoking window-prev-buffers.
5367
5368 2011-09-08 Leo Liu <sdl.web@gmail.com>
5369
5370 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
5371
5372 2011-09-08 Juri Linkov <juri@jurta.org>
5373
5374 * progmodes/compile.el (compilation-environment): Make it
5375 a defcustom (bug#8340).
5376
5377 2011-09-08 Martin Rudalics <rudalics@gmx.at>
5378
5379 * window.el (frame-auto-delete): Rename to window-auto-delete.
5380 Make it control auto-deletion of windows and/or frames.
5381 (window-deletable-p): New argument FORCE. Rewrite conditions
5382 for deleting window/frame. (Bug#9419)
5383 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
5384 Rewrite handling of case when window/frame can be deleted.
5385 (delete-windows-on): Call window-deletable-p with new FORCE
5386 argument t. (Bug#9456)
5387
5388 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * help-mode.el (help-mode): Restore autoload.
5391
5392 2011-09-07 Juri Linkov <juri@jurta.org>
5393
5394 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5395 `compilation-environment'. Set buffer-local
5396 `compilation-environment' to `thisenv' later after (funcall mode).
5397 (Bug#8340)
5398
5399 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5400 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5401 instead of replacing its value. (Bug#8340)
5402
5403 2011-09-07 Juri Linkov <juri@jurta.org>
5404
5405 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5406 based on text properties put by `grep-filter' instead of matching
5407 escape sequences.
5408 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5409 to the value of `grep-error-screen-columns' (bug#9438).
5410
5411 2011-09-07 Juri Linkov <juri@jurta.org>
5412
5413 * simple.el (next-error-highlight, next-error-highlight-no-select):
5414 Doc fix (bug#9432).
5415
5416 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5417
5418 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5419 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5420
5421 2011-09-07 Leo Liu <sdl.web@gmail.com>
5422
5423 * net/rcirc.el (rcirc-mode): Conditionally initialize
5424 rcirc-input-ring.
5425
5426 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * emacs-lisp/find-func.el (find-function-C-source): Only set
5429 find-function-C-source-directory after checking that we found a source
5430 file there (bug#9440).
5431
5432 2011-09-06 Alan Mackenzie <acm@muc.de>
5433
5434 * isearch.el (isearch-other-meta-char): Wherever a key list is
5435 unread, "unread" the prefix arg, too. This fixes bug #8901.
5436
5437 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5438
5439 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5440
5441 2011-09-05 Juri Linkov <juri@jurta.org>
5442
5443 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5444
5445 2011-09-05 Juri Linkov <juri@jurta.org>
5446
5447 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5448 keeping point where processing of grep matches begins, and
5449 continue to delete remaining escape sequences from the same point.
5450 (grep-filter): Make leading zero optional in "0?1;31m" because
5451 git-grep emits "\033[1;31m" escape sequences unlike expected
5452 "\033[01;31m" as GNU Grep does (bug#9408).
5453 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5454
5455 2011-09-05 Juri Linkov <juri@jurta.org>
5456
5457 * subr.el (y-or-n-p): Capitalize "yes".
5458
5459 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
5460
5461 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5462 `tramp-cache-unload-hook' where appropriate.
5463 (tramp-methods): Rename `tramp-remote-sh' to
5464 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5465 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5466
5467 * net/tramp-sh.el (top): Don't require 'shell.
5468 (tramp-methods): Add `tramp-remote-shell' and
5469 `tramp-remote-shell-args' entries.
5470 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5471 (tramp-sh-handle-shell-command): Remove.
5472 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5473 Use `tramp-remote-shell'.
5474
5475 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
5476
5477 * mail/sendmail.el (sendmail-query-once-function): Delete.
5478 (sendmail-query-once): Save directly to send-mail-function.
5479 Update message-send-mail-function too.
5480
5481 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5482
5483 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5484
5485 * progmodes/python.el (python-mode-map): Use correct function to
5486 start python interpreter from menu-bar (as reported by Geert
5487 Kloosterman).
5488 (inferior-python-mode-map): Fix typo.
5489 (python-shell-map): Remove.
5490
5491 2011-09-03 Deniz Dogan <deniz@dogan.se>
5492
5493 * net/rcirc.el (rcirc-print): Simplify code for
5494 rcirc-scroll-show-maximum-output. There is no need to walk
5495 through all windows to find the right one.
5496
5497 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5498
5499 * help.el (help-return-method): Doc fix.
5500
5501 2011-09-03 Martin Rudalics <rudalics@gmx.at>
5502
5503 * window.el (window-deletable-p): Don't return a non-nil value
5504 when there's a buffer that was shown in the window before.
5505 (Bug#9419)
5506 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5507 Set window's previous buffers to nil.
5508
5509 2011-09-03 Eli Zaretskii <eliz@gnu.org>
5510
5511 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5512 newline before and after the tag line, so it doesn't interfere
5513 with determining the paragraph direction of bidirectional text.
5514
5515 2011-09-03 Leo Liu <sdl.web@gmail.com>
5516
5517 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5518
5519 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
5520
5521 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
5522 (pop-to-buffer): Change interactive spec. Pass second argument
5523 directly to display-buffer.
5524 (display-buffer): Fix interactive spec. Use functionp to
5525 distinguish between a function and a list of functions.
5526
5527 * abbrev.el (edit-abbrevs):
5528 * arc-mode.el (archive-extract):
5529 * autoinsert.el (auto-insert):
5530 * bookmark.el (bookmark-bmenu-list):
5531 * files.el (find-file):
5532 * view.el (view-buffer):
5533 * progmodes/compile.el (compilation-goto-locus):
5534 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5535
5536 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * window.el (display-buffer-alist): Doc fix.
5539 (display-buffer): Add docstring. Don't treat
5540 display-buffer-default specially.
5541 (display-buffer-reuse-selected-window)
5542 (display-buffer-same-window, display-buffer-maybe-same-window)
5543 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5544 (display-buffer-pop-up-window)
5545 (display-buffer-reuse-or-pop-window)
5546 (display-buffer-use-some-window): New functions.
5547 (display-buffer-default-action): Use them.
5548 (display-buffer-default): Delete.
5549 (pop-to-buffer-1): Fix choice of actions.
5550
5551 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * minibuffer.el (completion--insert-strings): Don't get confused by
5554 completion entries that end with an LF char.
5555
5556 2011-09-01 Eli Zaretskii <eliz@gnu.org>
5557
5558 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5559
5560 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
5561
5562 * window.el (display-buffer): Restore interactive spec.
5563 (display-buffer-same-window, display-buffer-other-window):
5564 New functions.
5565 (pop-to-buffer-1): New function. Use the above.
5566 (pop-to-buffer, pop-to-buffer-same-window): Use it.
5567 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
5568
5569 * view.el (view-buffer-other-window, view-buffer-other-frame):
5570 Just use pop-to-buffer.
5571
5572 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5573
5574 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5575
5576 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5577
5578 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5579
5580 2011-08-31 Richard Stallman <rms@gnu.org>
5581
5582 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5583 of the separation of rmail-view-buffer from rmail-buffer.
5584 If you say no to "replace original", the decrypt is in the
5585 view buffer. If you say yes, the decrypt goes into the
5586 rmail buffer also.
5587
5588 2011-08-31 Martin Rudalics <rudalics@gmx.at>
5589
5590 * window.el (display-buffer-window): Rewrite doc-string.
5591 (display-buffer-record-window): New function.
5592 (display-buffer-macro-specifiers)
5593 (display-buffer-even-window-sizes, display-buffer-set-height)
5594 (display-buffer-set-width, display-buffer-in-window)
5595 (display-buffer-reuse-window, display-buffer-split-specifiers)
5596 (display-buffer-side-specifiers, display-buffer-split-window-1)
5597 (display-buffer-split-window, display-buffer-split-atom-window)
5598 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5599 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5600 (display-buffer-other-window-means-other-frame)
5601 (display-buffer-normalize-special)
5602 (display-buffer-normalize-default)
5603 (display-buffer-normalize-argument)
5604 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5605 (display-buffer-normalize-specifiers, display-buffer-frame)
5606 (display-buffer-same-window, display-buffer-same-frame)
5607 (display-buffer-other-window)
5608 (display-buffer-same-frame-other-window)
5609 (display-buffer-other-frame, pop-to-buffer-same-window)
5610 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5611 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5612 (switch-to-buffer-same-frame)
5613 (switch-to-buffer-other-window-same-frame)
5614 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5615 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5616 (display-buffer-alist-set): Remove.
5617 (display-buffer-function, special-display-buffer-names)
5618 (special-display-regexps, special-display-function):
5619 In doc-string refer to display-buffer-window and quit-restore
5620 parameter.
5621 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5622 (special-display-frame-alist, special-display-popup-frame)
5623 (same-window-buffer-names, same-window-regexps, same-window-p)
5624 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5625 (split-window-preferred-function, split-height-threshold)
5626 (split-width-threshold, window-splittable-p)
5627 (split-window-sensibly, window--try-to-split-window)
5628 (window--frame-usable-p, even-window-heights)
5629 (window--even-window-heights, window--display-buffer-1)
5630 (window--display-buffer-2, display-buffer-other-frame):
5631 Restore old Emacs 23 code, order and doc-strings where applicable.
5632 (display-buffer-default, display-buffer-assq-regexp): New functions.
5633 (display-buffer-alist): Rewrite doc-string.
5634 (display-buffer-default-action)
5635 (display-buffer-overriding-action): New variables.
5636 (display-buffer, switch-to-buffer): Rewrite.
5637 (pop-to-buffer): Restore Emacs 23 behavior but use
5638 window-normalize-buffer-to-display.
5639 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5640 Restore Emacs 23 behavior but use
5641 window-normalize-buffer-to-switch-to.
5642 (pop-to-buffer-same-window): Rewrite.
5643 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5644 Rewrite using Emacs 23 options.
5645
5646 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
5647
5648 * net/tramp.el (tramp-root-regexp): Remove.
5649 (tramp-completion-file-name-regexp-unified)
5650 (tramp-completion-file-name-regexp-separate)
5651 (tramp-completion-file-name-regexp-url): Don't use leading volume
5652 letter on win32 systems. (Bug#5303, Bug#9311)
5653 (tramp-drop-volume-letter): Simplify definition.
5654 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5655
5656 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5657
5658 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5659 (bug#9356).
5660
5661 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5662
5663 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664
5665 2011-08-29 Juri Linkov <juri@jurta.org>
5666
5667 * isearch.el (isearch-done): Don't display message "Mark saved"
5668 when arg `edit' is non-nil to prevent its flicker in the echo area.
5669
5670 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
5671
5672 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5673 obsolete packages for deletion.
5674
5675 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5676
5677 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5678 (help-mode): Derive help-mode from special-mode. Don't invoke
5679 view-mode from help-mode.
5680 (help-xref-override-view-map): Remove.
5681 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5682 view-mode is not used anymore.
5683
5684 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
5685
5686 * server.el (server-port): Doc fix.
5687
5688 * cus-theme.el (custom-theme-choose-mode): Inherit from
5689 special-mode (Bug#9124).
5690 (custom-theme-choose-mode-map): Add special-mode to parent.
5691
5692 2011-08-28 Alan Mackenzie <acm@muc.de>
5693
5694 * progmodes/cc-fonts.el
5695 (c-make-font-lock-BO-decl-search-function): New function.
5696 (c-basic-matchers-after - "Fontify the clauses after various
5697 keywords"): Extract the three keyword lists for the 3 erroneous
5698 constructs from the list of four, and use the new function above
5699 in place of an old one.
5700
5701 2011-08-28 Deniz Dogan <deniz@dogan.se>
5702
5703 * net/rcirc.el (rcirc-insert-prev-input)
5704 (rcirc-insert-next-input): Remove unused argument.
5705
5706 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5709
5710 2011-08-27 Alan Mackenzie <acm@muc.de>
5711
5712 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5713 handle function pointer parameters properly.
5714
5715 2011-08-27 Martin Rudalics <rudalics@gmx.at>
5716
5717 * window.el (display-buffer-reuse-window): Fix case where
5718 selected window was reused with non-nil OTHER-WINDOW argument.
5719 (Bug#9381)
5720
5721 2011-08-27 Deniz Dogan <deniz@dogan.se>
5722
5723 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5724 oftc's NickServ messages.
5725
5726 2011-08-27 Glenn Morris <rgm@gnu.org>
5727
5728 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5729
5730 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
5731
5732 * emacs-lisp/package.el (package-install): Call package-initialize
5733 if called interactively.
5734
5735 2011-08-26 Leo Liu <sdl.web@gmail.com>
5736
5737 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5738
5739 2011-08-25 Juri Linkov <juri@jurta.org>
5740
5741 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5742 `search-whitespace-regexp' (bug#9364).
5743
5744 2011-08-25 Juri Linkov <juri@jurta.org>
5745
5746 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5747 `regexp-search-ring' to their global values to protect from
5748 updating by `read-from-minibuffer' (bug#9185).
5749
5750 2011-08-25 Juri Linkov <juri@jurta.org>
5751
5752 * textmodes/ispell.el (ispell-command-loop): Add newline
5753 at the end of the "Use option `i'..." line.
5754
5755 2011-08-25 Juri Linkov <juri@jurta.org>
5756
5757 * battery.el (display-battery-mode): If `battery-status-function'
5758 or `battery-mode-line-format' is nil, display the message and set
5759 `display-battery-mode' to nil (bug#9363).
5760
5761 2011-08-25 Eli Zaretskii <eliz@gnu.org>
5762
5763 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5764 bidi-string-mark-left-to-right; they are unnecessary now.
5765
5766 2011-08-25 Deniz Dogan <deniz@dogan.se>
5767
5768 * net/quickurl.el: Documentation typo fixes.
5769
5770 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5773
5774 2011-08-25 Glenn Morris <rgm@gnu.org>
5775
5776 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5777
5778 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5779 (smtpmail-via-smtp): Handle nil response from smtp.
5780
5781 2011-08-24 Juri Linkov <juri@jurta.org>
5782
5783 * proced.el (proced-marked): Inherit from `error' instead of
5784 `font-lock-warning-face'.
5785
5786 * ibuffer.el (ibuffer-marked-face): Change default face from
5787 `font-lock-warning-face' to `warning'.
5788 (ibuffer-deletion-face): Change default face from
5789 `font-lock-type-face' to `error'.
5790
5791 * battery.el (battery-update): Use the face `error' instead of
5792 `font-lock-warning-face' (bug#6117).
5793
5794 2011-08-24 Juri Linkov <juri@jurta.org>
5795
5796 * faces.el (success): Change face color from "Green3" to
5797 "ForestGreen" on light background (bug#9353).
5798
5799 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
5800
5801 * window.el (quit-window): Rename from quit-restore-window.
5802 Use same arglist as old quit-window.
5803 (frame-auto-delete): Doc fix.
5804
5805 * view.el (view-mode-exit): Use quit-window.
5806
5807 2011-08-24 Juri Linkov <juri@jurta.org>
5808
5809 * isearch.el (isearch-ring-adjust1): Start visiting previous
5810 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5811 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5812 for empty search string (when the last search string is reused
5813 automatically) to adjust the isearch ring to the last element and
5814 prepare the correct index for further M-p commands (bug#9185).
5815
5816 2011-08-24 Kenichi Handa <handa@m17n.org>
5817
5818 * international/ucs-normalize.el: If decomposition property of
5819 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5820 nil.
5821 (nfd, nfkd): Likewise.
5822
5823 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5824
5825 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5826 from process filters aren't reliably transmitted to the surrounding
5827 accept-process-output.
5828 (mpc-proc-check): New function.
5829 (mpc-proc-sync): Use it (bug#8293)
5830
5831 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5832
5833 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5834 Add compatibility functions (bug#9313).
5835
5836 2011-08-23 Eli Zaretskii <eliz@gnu.org>
5837
5838 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5839
5840 * international/uni-bidi.el: Regenerate.
5841
5842 2011-08-23 Kenichi Handa <handa@m17n.org>
5843
5844 * international/charprop.el:
5845 * international/uni-bidi.el:
5846 * international/uni-category.el:
5847 * international/uni-combining.el:
5848 * international/uni-comment.el:
5849 * international/uni-decimal.el:
5850 * international/uni-decomposition.el:
5851 * international/uni-digit.el:
5852 * international/uni-lowercase.el:
5853 * international/uni-mirrored.el:
5854 * international/uni-name.el:
5855 * international/uni-numeric.el:
5856 * international/uni-old-name.el:
5857 * international/uni-titlecase.el:
5858 * international/uni-uppercase.el: Regenerate.
5859
5860 2011-08-23 Martin Rudalics <rudalics@gmx.at>
5861
5862 * help.el (help-window-setup): Fix message displayed when other
5863 window is reused. (Bug#9341)
5864
5865 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5868 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5869
5870 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5871 Mark obsolete.
5872 * shell.el (shell-parse-pcomplete-arguments): New function.
5873 (shell-completion-vars): Use it instead (bug#9160).
5874
5875 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5878 strings and comments (bug#9333).
5879
5880 * emacs-lisp/debug.el (debug-arglist): New function.
5881 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5882 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5883
5884 2011-08-22 Juri Linkov <juri@jurta.org>
5885
5886 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5887 Revert regexp that highlights output switches to its old
5888 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5889
5890 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5891 to check for empty output (bug#9226).
5892
5893 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
5894
5895 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5896 symbol-constituent as the default, as that stops font-lock from
5897 working properly (Bug#8843).
5898
5899 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5900
5901 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5902 `coding-system-for-*' around the process open call to avoid
5903 auth-source side effects.
5904 (smtpmail-try-auth-methods): Expand the secret password.
5905 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5906 probe hangs.
5907
5908 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
5909
5910 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5911
5912 * emacs-lisp/find-func.el (find-function-noselect): New arg
5913 lisp-only.
5914
5915 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5916 signal an error for built-in functions (Bug#6664).
5917
5918 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5919
5920 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5921 (smtpmail-try-auth-methods): Use it.
5922
5923 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
5924
5925 * font-lock.el (font-lock-fontify-region)
5926 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5927 (font-lock-default-unfontify-buffer)
5928 (font-lock-default-fontify-region)
5929 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5930
5931 * progmodes/compile.el (compilation-error-properties):
5932 Fix confusion between file struct and message struct (Bug#9319).
5933 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5934 `ant' regexp.
5935
5936 * net/browse-url.el (browse-url-firefox): Don't call
5937 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5938
5939 2011-08-20 Glenn Morris <rgm@gnu.org>
5940
5941 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5942
5943 * tutorial.el (tutorial--default-keys): Update some default bindings.
5944
5945 * files.el (hack-local-variables): Fully ignore case for "mode:".
5946
5947 2011-08-20 Alan Mackenzie <acm@muc.de>
5948
5949 Resolve invalid use of a regexp in regexp-opt.
5950
5951 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5952 detection for a java annotation.
5953
5954 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
5955 detection for a java annotation.
5956
5957 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5958 handling for java.
5959 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5960
5961 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
5962
5963 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5964 (Bug#9274).
5965
5966 2011-08-20 Alan Mackenzie <acm@muc.de>
5967
5968 Fontify CPP expressions correctly when starting in the middle of
5969 such a construct. Mainly for when jit-lock etc. starts a chunk
5970 here.
5971
5972 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
5973 variable.
5974 (c-make-font-lock-search-form): New function, extracted from
5975 c-make-font-lock-search-function.
5976 (c-make-font-lock-search-function): Use the above function.
5977 (c-make-font-lock-context-search-function): New function.
5978 (c-cpp-matchers): Enhance the preprocessor expression case with
5979 the above function
5980 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5981 which takes an expression.
5982
5983 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5984
5985 2011-08-20 Martin Rudalics <rudalics@gmx.at>
5986
5987 * window.el (display-buffer-reuse-window)
5988 (display-buffer-pop-up-window): Don't reuse or split a side
5989 window.
5990
5991 2011-08-19 Glenn Morris <rgm@gnu.org>
5992
5993 * files.el (hack-local-variables-prop-line, hack-local-variables):
5994 Downcase "Mode:". (Bug#9331)
5995
5996 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
5997
5998 * international/characters.el: Add L and R categories.
5999
6000 * subr.el (bidi-string-mark-left-to-right): Rename from
6001 string-mark-left-to-right. Use category search.
6002
6003 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
6004
6005 2011-08-18 Juri Linkov <juri@jurta.org>
6006
6007 * faces.el (error, warning, success): New faces with definitions
6008 copied from old default values of `font-lock-warning-face',
6009 `compilation-warning', `compilation-info' (bug#6117).
6010
6011 * font-lock.el (font-lock-warning-face): Inherit from `error'.
6012
6013 * progmodes/compile.el (compilation-error): Inherit from `error'.
6014 (compilation-warning): Inherit from `warning'.
6015 (compilation-info): Inherit from `success'.
6016
6017 * dired.el (dired-marked): Inherit from `warning'.
6018 (dired-flagged): Inherit from `error'.
6019
6020 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6021
6022 * mail/smtpmail.el (auth-source): Require to avoid problems with
6023 binding variables (bug#9298). Also clean up some unused
6024 autoloads.
6025
6026 * net/network-stream.el (network-stream-open-starttls):
6027 Support using starttls.el without using gnutls-cli.
6028
6029 2011-08-17 Juri Linkov <juri@jurta.org>
6030
6031 * progmodes/grep.el (rgrep): Handle the case when
6032 `grep-find-command' is a cons cell (bug#9278).
6033
6034 2011-08-17 Martin Rudalics <rudalics@gmx.at>
6035
6036 * window.el (display-buffer-pop-up-frame): Run frame creation
6037 function with BUFFER current (as special-display-popup-frame
6038 does). Reported by Drew Adams.
6039
6040 2011-08-17 Daiki Ueno <ueno@unixuser.org>
6041
6042 * epa-mail.el: Simplify GnuPG group expansion using
6043 epg-expand-group.
6044 (epa-mail-group-alist, epa-mail-group-modtime)
6045 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
6046 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
6047 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
6048 Remove.
6049
6050 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
6051
6052 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
6053
6054 2011-08-16 Alan Mackenzie <acm@muc.de>
6055
6056 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
6057 Correct, to avoid the inside of macros.
6058
6059 2011-08-16 Richard Stallman <rms@gnu.org>
6060
6061 * epa-mail.el: Handle GnuPG group definitions.
6062 (epa-mail-group-alist, epa-mail-group-modtime)
6063 (epa-mail-gnupg-conf-file): New variables.
6064 (epa-mail-parse-groups, epa-mail-sync-groups)
6065 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
6066 (epa-mail-expand-recipients): New functions.
6067 (epa-mail-encrypt): Call epa-mail-expand-recipients.
6068
6069 * mail/rmail.el (rmail-epa-decrypt): New command.
6070
6071 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
6072 Don't bind buffer-read-only, just inhibit-read-only.
6073 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
6074 (epa-decrypt-armor-in-region): Make error message clearer.
6075
6076 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
6079 and "a2b" to "ab" for `prefix'.
6080
6081 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
6082
6083 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
6084 filter groups.
6085 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
6086 Fourquet (Bug#8804).
6087
6088 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
6089
6090 * startup.el (argi): Declare as global variable (bug#9275).
6091
6092 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
6093
6094 * subr.el (string-mark-left-to-right): Search the entire string
6095 for RTL script, not just the terminating character. Doc fix.
6096
6097 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6098
6099 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
6100 New function.
6101 (js--regexp-literal, js-syntax-propertize-function): Remove.
6102 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
6103 (js-mode-map): Don't rebind electric keys.
6104 (js-insert-and-indent): Remove.
6105 (js-mode): Setup electric-layout and electric-indent instead.
6106
6107 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
6108
6109 2011-08-12 Daiki Ueno <ueno@unixuser.org>
6110
6111 * epa.el (epa-progress-callback-function): Fix the logic of
6112 displaying progress.
6113 * epa-file.el (epa-file-insert-file-contents): Make progress
6114 display more user-friendly.
6115 (epa-file-write-region): Ditto.
6116
6117 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
6118
6119 * subr.el (string-mark-left-to-right): New function.
6120
6121 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
6122 Use string-mark-left-to-right.
6123 (list-buffers-noselect): Caller changed.
6124
6125 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6126 Use string-mark-left-to-right.
6127 (tabulated-list-print): Recenter after moving point.
6128
6129 2011-08-10 Juri Linkov <juri@jurta.org>
6130
6131 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
6132 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
6133 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
6134
6135 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
6136
6137 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
6138 (Bug#7554).
6139
6140 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
6141
6142 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
6143 character. (Bug#6594)
6144
6145 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
6146
6147 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
6148 (image-dired--with-db-file): New macro.
6149 (image-dired-write-tags, image-dired-remove-tag)
6150 (image-dired-create-gallery-lists, image-dired-write-comments)
6151 (image-dired-get-comment, image-dired-mark-tagged-files)
6152 (image-dired-list-tags, image-dired-gallery-generate): Use it.
6153 (image-dired-gallery-generate): Use insert-file-contents.
6154
6155 * time.el (display-time-world-list, display-time-world-display):
6156 * time-stamp.el (time-stamp-string):
6157 * vc/add-log.el (add-change-log-entry): Use setenv instead of
6158 set-time-zone-rule (Bug#7337).
6159
6160 2011-08-08 Daiki Ueno <ueno@unixuser.org>
6161
6162 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
6163 (epg-error-to-string, epg-errors-to-string): New function.
6164 (epg-wait-for-completion): Reverse errors list.
6165 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
6166 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
6167 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
6168 (epg-sign-keys, epg-generate-key-from-file)
6169 (epg-generate-key-from-string): Format errors by using
6170 epg-errors-to-string (bug#9255).
6171 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
6172
6173 2011-08-07 Juri Linkov <juri@jurta.org>
6174
6175 * faces.el (list-faces-display): Remove extra angle bracket
6176 from `help-mode-map'.
6177
6178 * info.el (Info-history-toc-nodes): Doc fix.
6179
6180 * longlines.el (longlines-mode): Doc fix.
6181
6182 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
6185 of statements and in a few more cases (bug#9183).
6186
6187 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
6188 New functions.
6189 (cl-transform-lambda): Use them (bug#9239).
6190
6191 2011-08-05 Martin Rudalics <rudalics@gmx.at>
6192
6193 * window.el (display-buffer-same-window)
6194 (display-buffer-same-frame, display-buffer-other-window)
6195 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6196 (pop-to-buffer-other-window)
6197 (pop-to-buffer-same-frame-other-window)
6198 (pop-to-buffer-other-frame): Make them defuns.
6199 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
6200
6201 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6202
6203 * subr.el (make-composed-keymap): Move from C. Change calling
6204 convention, and improve docstring to bring attention to a subtle point.
6205 * minibuffer.el (completing-read-default): Adjust accordingly.
6206
6207 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
6208
6209 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6210 (tramp-open-shell): Use `tramp-shell-quote-argument'.
6211
6212 * net/trampver.el: Update release number.
6213
6214 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
6217 "in" (bug#9190).
6218
6219 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6220
6221 * mail/sendmail.el (sendmail-query-once): Restore the current
6222 buffer after querying (bug#9074).
6223
6224 * dired.el (dired-flagged): Use different faces for marked and
6225 flagged files (bug#6117).
6226
6227 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
6228 (bug#4433).
6229
6230 * ido.el (ido-mode): Switch off the message if called
6231 non-interactively.
6232
6233 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
6234 before 587, since it appears that that's more likely to work for
6235 more people.
6236
6237 * cus-edit.el (custom-file): When running under emacs -q, always
6238 refuse to save the customizations, even if the .emacs file doesn't
6239 exist.
6240
6241 * info.el: Remove the `Info-beginning-of-buffer' function
6242 (bug#8325).
6243
6244 * net/network-stream.el (network-stream-open-starttls):
6245 Use `starttls-available-p' to see whether starttls.el can be used.
6246
6247 2011-08-01 Martin Rudalics <rudalics@gmx.at>
6248
6249 * window.el (display-buffer-in-window): Don't set dedicated status
6250 of window here (Bug#9215).
6251 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
6252 (display-buffer-pop-up-side-window)
6253 (display-buffer-in-side-window): Set dedicated status of window here.
6254
6255 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6256
6257 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
6258 before binding generated-autoload-file.
6259
6260 2011-08-01 Deniz Dogan <deniz@dogan.se>
6261
6262 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
6263
6264 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
6265
6266 Sync with Tramp 2.2.2.
6267
6268 * net/trampver.el: Update release number.
6269
6270 2011-07-30 Juri Linkov <juri@jurta.org>
6271
6272 * dired-aux.el (dired-touch-initial): Remove function.
6273 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
6274 current time, and `default' to the last modification time of the
6275 current marked file (bug#6887).
6276
6277 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
6278
6279 * simple.el (goto-line): Use string-to-number to provide a
6280 numeric argument to read-number (bug#9163).
6281
6282 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
6283
6284 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
6285 connection process, it could be nil.
6286
6287 2011-07-27 Leo Liu <sdl.web@gmail.com>
6288
6289 Simplify url handling in rcirc-mode.
6290
6291 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
6292 (rcirc-browse-url-at-mouse): Remove.
6293 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
6294
6295 2011-07-26 Alan Mackenzie <acm@muc.de>
6296
6297 Fontify bitfield declarations properly.
6298
6299 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
6300 (c-symbol-chars): Now exported as a lang variable.
6301 (c-not-primitive-type-keywords): New lang variable.
6302
6303 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
6304 QT keyword "more" to prevent "more slots: ...." being spuriously
6305 parsed as a bitfield declaration.
6306
6307 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6308 Refactor and enhance to handle bitfield declarations.
6309 (c-punctuation-in): New function.
6310 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
6311 declarations properly.
6312
6313 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
6314
6315 * calendar/icalendar.el (icalendar--all-events): Take care of
6316 multiple vcalendars in a single file.
6317 (icalendar--convert-float-to-ical): Checkdoc fixes.
6318
6319 2011-07-25 Deniz Dogan <deniz@dogan.se>
6320
6321 * image.el (insert-image): Clarifying docstring.
6322
6323 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
6324
6325 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
6326 `tramp-send-command-and-check' if there is no error.
6327 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
6328
6329 2011-07-22 Alan Mackenzie <acm@muc.de>
6330
6331 Prevent cc-langs.elc being loaded at run time.
6332
6333 * progmodes/cc-mode.el: Remove two autoload forms which loaded
6334 cc-langs.
6335
6336 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
6337 "(require 'cc-langs)". Quote a form so it will evaluate at
6338 (cc-mode's) compilation time.
6339
6340 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
6341
6342 * net/tramp.el (tramp-file-name-handler): Avoid recursive
6343 loading. (Bug#9114)
6344
6345 2011-07-21 Martin Rudalics <rudalics@gmx.at>
6346
6347 * window.el (display-buffer-pop-up-window)
6348 (display-buffer-pop-up-side-window)
6349 (display-buffer-in-side-window): Call display-buffer-set-height
6350 and display-buffer-set-width after setting the new window's
6351 buffer so `fit-window-to-buffer' and friends work on the right buffer.
6352
6353 2011-07-20 Sam Steingold <sds@gnu.org>
6354
6355 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
6356 (etags-tags-included-tables): Call `convert-standard-filename' on
6357 the file names contained in TAGS so that windows Emacs can handle
6358 TAGS files created by cygwin ctags.
6359
6360 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6361
6362 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
6363 which apparently didn't work.
6364
6365 2011-07-19 Roland Winkler <winkler@gnu.org>
6366
6367 * proced.el (proced-send-signal): For *Marked Processes* buffer
6368 put point at beginning of buffer.
6369
6370 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
6371
6372 * proced.el (proced-format): Make header lines align with the text
6373 (bug#1779).
6374
6375 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6376
6377 * view.el (view-buffer): Allow running in `special' modes if we're
6378 visiting a file (bug#8615).
6379
6380 2011-07-19 Martin Rudalics <rudalics@gmx.at>
6381
6382 * window.el (display-buffer-alist-of-strings-p)
6383 (display-buffer-alist-set-1, display-buffer-alist-set-2):
6384 New functions.
6385 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
6386 more accurately.
6387
6388 2011-07-18 Alan Mackenzie <acm@muc.de>
6389
6390 Fontify declarators properly when, e.g., a jit-lock chunk begins
6391 inside a declaration.
6392
6393 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6394
6395 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6396 New function.
6397 (c-complex-decl-matchers): Insert reference to
6398 c-font-lock-enclosing-decls.
6399
6400 * progmodes/cc-engine.el (c-backward-single-comment):
6401 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6402 to nil around calls to (forward-comment -1).
6403
6404 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6405
6406 * image.el (put-image): Doc typo fix.
6407
6408 * progmodes/etags.el (tags-search): Doc typo fix.
6409
6410 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6411 password if we get errors 550 to 554.
6412
6413 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6414
6415 * net/gnutls.el (gnutls-log-level): Remove.
6416
6417 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6418 indentation character (bug#6380).
6419
6420 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6421
6422 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6423 to clarify what the problem is (bug#4291).
6424
6425 * simple.el (current-kill): Clarify what
6426 `interprogram-paste-function' does (bug#7500).
6427 (auto-fill-mode): Document `auto-fill-function' in relation to
6428 `auto-fill-mode' (bug#2470).
6429
6430 2011-07-16 Lawrence Mitchell <wence@gmx.li>
6431
6432 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6433 method if slot is read-only (bug#9035).
6434
6435 2011-07-16 Martin Rudalics <rudalics@gmx.at>
6436
6437 * frame.el (select-frame-set-input-focus): New argument NORECORD.
6438 * window.el (pop-to-buffer): Select window used even if it was
6439 selected before, see discussion of (Bug#8615), (Bug#6954).
6440 Pass argument NORECORD on to select-frame-set-input-focus.
6441
6442 2011-07-15 Glenn Morris <rgm@gnu.org>
6443
6444 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
6445 Respect help-form.
6446
6447 2011-07-09 Lawrence Mitchell <wence@gmx.li>
6448
6449 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6450 (gnutls-negotiate): Use it.
6451
6452 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6453
6454 * net/gnutls.el (gnutls-negotiate):
6455 Upcase `gnutls-algorithm-priority'.
6456
6457 2011-07-15 Glenn Morris <rgm@gnu.org>
6458
6459 * jka-compr.el (jka-compr-verbose): Move from here...
6460 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6461 Add missing :version tag.
6462 * info.el: No need to require jka-compr when compiling.
6463
6464 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6465
6466 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6467 (gnutls-negotiate): Use it.
6468
6469 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6470
6471 * info.el (Info-beginning-of-buffer): New command.
6472 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6473 announcing `b' as the key (bug#8325).
6474 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
6475
6476 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6477
6478 * international/mule-cmds.el
6479 (describe-specified-language-support): Make the error message
6480 clearer (bug#8905).
6481
6482 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6483
6484 * isearch.el (isearch-barrier): Add a doc string, since it's
6485 mentioned in a function doc string (bug#8678).
6486
6487 2011-07-15 Martin Rudalics <rudalics@gmx.at>
6488
6489 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6490 buffer argument (Bug#9083) and self-identifying label argument.
6491
6492 2011-07-15 Glenn Morris <rgm@gnu.org>
6493
6494 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6495
6496 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6497
6498 * man.el (Man-fontify-manpage): Fix message when formatting the
6499 man page (bug#7929).
6500
6501 2011-07-14 Eli Zaretskii <eliz@gnu.org>
6502
6503 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6504 argument LRM; if non-nil, append an invisible LRM character to the
6505 buffer name.
6506 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6507 last argument non-nil, when formatting buffer names.
6508 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6509 paragraph direction.
6510
6511 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6512
6513 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6514 the man page name (bug#7929).
6515
6516 * image.el (put-image): Mention the `put-image' overlay property
6517 (bug#7834).
6518
6519 * scroll-bar.el (set-scroll-bar-mode): Mention that
6520 `scroll-bar-mode' lists the values (bug#7772).
6521
6522 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6523 command (bug#7729).
6524
6525 * rect.el (apply-on-rectangle): Return the point after the last
6526 operation.
6527 (string-rectangle): Go to the point after the last operation
6528 (bug#7522).
6529
6530 * printing.el (pr-toggle-region): Clarify the documentation
6531 slightly (bug#7493).
6532
6533 * time.el (display-time-update):
6534 Allow `display-time-mail-function' to return nil (bug#7158).
6535 Fix suggested by Detlev Zundel.
6536
6537 * vc/diff.el (diff): Clarify the order the file names are read
6538 (bug#7111).
6539
6540 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6541 the doc string (bug#7015).
6542
6543 * font-lock.el (font-lock-maximum-decoration): Mention what
6544 numeric levels mean (bug#6935).
6545
6546 * startup.el (initial-buffer-choice): Don't mention the `none'
6547 selection, which is against policy.
6548
6549 2011-07-14 Martin Rudalics <rudalics@gmx.at>
6550
6551 * window.el (display-buffer-normalize-special):
6552 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
6553
6554 2011-07-14 Eli Zaretskii <eliz@gnu.org>
6555
6556 * subr.el (version<, version<=, version=): Mention "-CVS" and
6557 "-12345" alpha version numbers.
6558
6559 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * bindings.el: Add advertised binding for set-mark-command
6562 (Bug#5772).
6563
6564 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
6565
6566 * bindings.el (mode-line-other-buffer):
6567 * bookmark.el (bookmark-bmenu-2-window):
6568 * bs.el (bs-cycle-next, bs-cycle-previous):
6569 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6570 switch-to-buffer.
6571
6572 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6573 Delete.
6574
6575 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
6576
6577 * follow.el (follow-debug-message, follow-redisplay):
6578 * jka-cmpr-hook.el (with-auto-compression-mode):
6579 Fix typos in docstrings.
6580
6581 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6582
6583 * subr.el (with-silent-modifications): Clarify somewhat what the
6584 macro inhibits (bug#6525).
6585
6586 * simple.el (eval-expression): Note what it does if called
6587 interactively (bug#6495).
6588
6589 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6592 Use pop-to-buffer buffer-or-name if it is nil.
6593
6594 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6595 Remove switch-to-buffer.
6596
6597 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6598
6599 * files.el (make-directory): Clarify that an error will be raised
6600 if there's an error (bug#6397).
6601
6602 * startup.el (initial-buffer-choice): Add `none' as a choice
6603 (bug#6234).
6604
6605 * subr.el (add-hook): Clarify section about buffer-local hooks
6606 (bug#6218).
6607
6608 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6609
6610 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
6611
6612 * tabify.el (untabify): Preserve the current column so that point
6613 doesn't move (bug#6032).
6614
6615 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6616
6617 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6618 Rewrite to avoid awkward possessive "s" (bug#5986).
6619
6620 2011-07-13 Glenn Morris <rgm@gnu.org>
6621
6622 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6623 (dired-insert-directory): Give a message the first time
6624 if ls is found not to support --dired.
6625
6626 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6627
6628 * simple.el (toggle-truncate-lines): Clarify what is toggled
6629 (bug#5580). Text by Drew Adams.
6630
6631 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * simple.el (blink-matching-open): Make the error message from the
6634 last change less verbose.
6635
6636 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6637
6638 * font-lock.el (font-lock-comment-face): Use the high contrast
6639 "yellow" color for font-lock-comment-face on low color terminals
6640 using a dark background color (bug#4221).
6641
6642 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6643
6644 * dired.el (dired-insert-set-properties): Make the doc string
6645 reflect what it does now (bug#5325).
6646
6647 * simple.el (blink-matching-open): Say that we were unable to find
6648 the match within the limit, if we're limited (bug#5122).
6649
6650 * international/mule-cmds.el (prefer-coding-system): Add an
6651 example (bug#4869).
6652
6653 * progmodes/etags.el (tags-search): Document `file-list-form'
6654 (bug#4731).
6655
6656 2011-07-13 Lawrence Mitchell <wence@gmx.li>
6657
6658 * net/browse-url.el (browse-url-default-browser)
6659 (browse-url-browser-function): Make the default browser choice a
6660 bit more logical (bug#4300). Also clean up the doc string.
6661
6662 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
6663
6664 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6665 binary endings (bug#4440).
6666
6667 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6668
6669 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6670 which can be pretty annoying (bug#8971).
6671
6672 * jka-compr.el (jka-compr-verbose): New variable, and use
6673 throughout (bug#8971).
6674
6675 * info.el (Info-find-file): Fall back on the installation
6676 directory if we can't find the info node anywhere else.
6677
6678 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6679
6680 * vc/vc.el (vc-revert-file):
6681 Don't set file time-stamp in the past. (Bug#5181)
6682
6683 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6684
6685 * files.el (after-find-file): Give a better error message when
6686 trying to find a symlink that points to a file that doesn't exist
6687 (bug#4398).
6688
6689 * progmodes/cc-vars.el: Remove (probably) misleading comment
6690 (bug#4396).
6691
6692 2011-07-12 Johan Bockgård <bojohan@gnu.org>
6693
6694 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6695
6696 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
6697
6698 * mouse-sel.el: Hack restoring functionality, while keeping
6699 compatibility with 2010-07-03 changes to mouse selection.
6700 (mouse-sel-primary-overlay): New var.
6701 (mouse-sel-selection-alist): Use it.
6702 (mouse-sel-mode): Doc fix; remove points that are default features
6703 of mouse.el.
6704
6705 2011-07-12 Johan Bockgård <bojohan@gnu.org>
6706
6707 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6708 Fix previous fix (bug#2490).
6709
6710 2011-07-12 Roland Winkler <winkler@gnu.org>
6711
6712 * textmodes/bibtex.el (bibtex-initialize):
6713 Use pop-to-buffer-same-window.
6714 (bibtex-search-entries): Fix interactive call.
6715
6716 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6717
6718 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6719 Fontise bytecomp Error lines more correctly (bug#2490).
6720 Fix suggested by Johan Bockgård.
6721
6722 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6723
6724 * dired-x.el (dired-guess-default): Use `delete-dups'.
6725
6726 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
6727
6728 * dired.el (dired-mark-prompt):
6729 * dired-aux.el (dired-read-shell-command): Doc fix.
6730
6731 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6732
6733 * mail/sendmail.el (sendmail-query-once):
6734 Use `customize-save-variable' unconditionally, now that it works under
6735 emacs -Q.
6736
6737 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6738
6739 * cus-edit.el (custom-file): Take an optional no-error variable.
6740 (customize-save-variable): Set the variable, and give a warning if
6741 running under "emacs -q".
6742
6743 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
6744
6745 * loadhist.el (unload-feature-special-hooks):
6746 Add `auto-coding-functions', `fill-nobreak-predicate' and
6747 `find-directory-functions' (bug#5327).
6748
6749 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6750
6751 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6752
6753 * cus-edit.el (custom-guess-name-alist): -alist variables should
6754 use the `alist' type (bug#3120). Suggested by Drew Adams.
6755
6756 * printing.el: Add documentation to all the `pr-toggle-' commands.
6757
6758 2011-07-11 Leo Liu <sdl.web@gmail.com>
6759
6760 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6761 backends where it makes sense (bug#2623).
6762
6763 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6764
6765 * dired-x.el (dired-guess-default): Remove duplicate shell command
6766 entries (bug#2028).
6767 (dired-guess-default): Fix grammar in doc string (bug#2028).
6768 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
6769
6770 * subr.el (remove-duplicates): New conveniency function.
6771
6772 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6773
6774 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6775 (bug#1526).
6776
6777 2011-07-10 Martin Rudalics <rudalics@gmx.at>
6778
6779 * window.el (display-buffer-normalize-default): Don't invert
6780 meaning of even-window-heights. Reported by Eli Zaretskii
6781 <eliz@gnu.org>.
6782
6783 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6784
6785 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6786
6787 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
6788
6789 * window.el (display-buffer): Fix arguments to
6790 display-buffer-reuse-window in last change.
6791
6792 * faces.el (link): Use a less saturated blue on light backgrounds.
6793
6794 * startup.el (fancy-startup-text, fancy-about-text)
6795 (fancy-startup-tail): Use font-lock faces, for background safety.
6796
6797 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6798
6799 * emulation/viper-cmd.el (viper-change-state-to-vi):
6800 Limit triggering of abbrev expansion (Bug#9038).
6801
6802 2011-07-09 Martin Rudalics <rudalics@gmx.at>
6803
6804 * window.el (display-buffer-default-specifiers): Remove.
6805 (display-buffer-macro-specifiers): Remove default specifiers.
6806 (display-buffer-alist): Default to nil.
6807 (display-buffer-reuse-window): New optional argument other-window.
6808 (display-buffer-pop-up-window): Allow splitting internal
6809 windows. Check whether a live window was created.
6810 (display-buffer-other-window-means-other-frame)
6811 (display-buffer-normalize-arguments): Rename to
6812 display-buffer-normalize-argument and rewrite. Set the
6813 other-window specifier.
6814 (display-buffer-normalize-special): New function.
6815 (display-buffer-normalize-options): Rename to
6816 display-buffer-normalize-default and rewrite.
6817 (display-buffer-normalize-options-inhibit): Remove.
6818 (display-buffer-normalize-specifiers): Rewrite.
6819 (display-buffer): Process other-window specifier and call
6820 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6821 more faithfully.
6822 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
6823 (display-buffer-alist-set): Don't handle 'unset default values.
6824 (display-buffer-in-window, display-buffer-alist-set):
6825 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
6826 <tassilo@member.fsf.org>.
6827
6828 2011-07-09 Leo Liu <sdl.web@gmail.com>
6829
6830 * register.el (insert-register): Restore accidental change on
6831 2011-06-26. (Bug#9028)
6832
6833 2011-07-09 Glenn Morris <rgm@gnu.org>
6834
6835 * subr.el (remq): Handle the empty list. (Bug#9024)
6836
6837 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6838
6839 * mail/sendmail.el (send-mail-function): No longer delay custom
6840 initialization.
6841 * custom.el (custom-initialize-delay): Doc fix.
6842
6843 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6846
6847 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
6848
6849 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6850 human-friendly prompt.
6851
6852 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6855 provided by a particular plugin.
6856
6857 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6858
6859 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6860 save customizations (with "emacs -Q"), just set the variable
6861 instead of erroring out.
6862
6863 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6864
6865 2011-07-08 Juri Linkov <juri@jurta.org>
6866
6867 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6868 (archive-zip-update-case): Use 7z if found by `executable-find'.
6869 The order of searching the available programs is the same as in
6870 `archive-zip-extract' (bug#8968).
6871
6872 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
6873
6874 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6875 (menu-bar-options-menu): Tweak descriptions.
6876
6877 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6878
6879 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6880 menu items into verb phrases (bug#1421). Also refill to fit under
6881 80 columns.
6882
6883 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
6884
6885 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6886 (Info-read-node-name): Doc fix (Bug#1084).
6887
6888 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6889 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6890 (end-of-sexp, beginning-of-sexp)
6891 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6892 (forward-symbol, forward-same-syntax, word-at-point)
6893 (sentence-at-point): Doc fix (Bug#1144).
6894
6895 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6896
6897 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6898 should cover it (bug#1281).
6899
6900 * cus-edit.el (custom-show): Mark as obsolete.
6901
6902 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
6903 negotiation fails, then possibly try again with a non-encrypted
6904 connection (bug#9017).
6905
6906 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6907 be used.
6908
6909 2011-07-07 Richard Stallman <rms@gnu.org>
6910
6911 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6912 property, and handle its changed format.
6913 Look for the correct line number.
6914 Use file's line contents (but not past first =) to find
6915 correct line in message.
6916
6917 2011-07-07 Kenichi Handa <handa@m17n.org>
6918
6919 * international/characters.el (build-unicode-category-table):
6920 Delete it.
6921 (unicode-category-table): Set it by unicode-property-table-internal.
6922
6923 * international/mule-cmds.el (char-code-property-alist): Move to
6924 to src/chartab.c.
6925 (get-char-code-property): Call unicode-property-table-internal to
6926 load a file. Call get-unicode-property-internal where necessary.
6927 (put-char-code-property): Call unicode-property-table-internal to
6928 load a file. Call put-unicode-property-internal where necessary.
6929 put-unicode-property-internal where necessary.
6930 (char-code-property-description):
6931 Call unicode-property-table-internal to load a file.
6932
6933 * international/charprop.el:
6934 * international/uni-bidi.el:
6935 * international/uni-category.el:
6936 * international/uni-combining.el:
6937 * international/uni-comment.el:
6938 * international/uni-decimal.el:
6939 * international/uni-decomposition.el:
6940 * international/uni-digit.el:
6941 * international/uni-lowercase.el:
6942 * international/uni-mirrored.el:
6943 * international/uni-name.el:
6944 * international/uni-numeric.el:
6945 * international/uni-old-name.el:
6946 * international/uni-titlecase.el:
6947 * international/uni-uppercase.el: Regenerate.
6948
6949 * loadup.el: Load international/charprop.el before
6950 international/characters.
6951
6952 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * window.el (next-buffer, previous-buffer): Signal an error if
6955 called from a minibuffer window.
6956
6957 * bindings.el: Revert 2011-07-04 change.
6958
6959 2011-07-06 Richard Stallman <rms@gnu.org>
6960
6961 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6962 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6963 Treat markers like ints.
6964 (rmail-mime-entity): Doc fix.
6965
6966 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6967
6968 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6969 defcustom again for backwards compatibility.
6970
6971 * simple.el (shell-command-on-region): Fill.
6972
6973 * dired-aux.el (dired-kill-line): Add a doc string.
6974
6975 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6976 to "\\sw\\|\\s_" (bug#358).
6977
6978 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6979 (dired-unmark-backward): Ditto.
6980 (dired-flag-backup-files): Ditto.
6981
6982 * dired-x.el (dired-mark-sexp): Ditto.
6983
6984 2011-07-06 Richard Stallman <rms@gnu.org>
6985
6986 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6987 (rmail-mime-entity): New arg TRUNCATED.
6988 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6989 New functions.
6990 (rmail-mime-save): Warn if entity is truncated.
6991 (rmail-mime-toggle-hidden): Likewise, for showing.
6992 (rmail-mime-process-multipart): Record when an entity is truncated.
6993
6994 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6995 if ENTITY is a string.
6996
6997 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6998
6999 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
7000 of faces when `M-C-x'-ing their definitions (bug#8378).
7001 Also clean up the code slightly.
7002
7003 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
7004 because that makes the colors go away.
7005
7006 * mail/sendmail.el (send-mail-function): Change the default to
7007 `sendmail-query-once'.
7008 (sendmail-query-once): Add an autoload cookie.
7009
7010 * net/network-stream.el (network-stream-open-starttls): Try using
7011 a plain connection even if the server offered STARTTLS, and we
7012 kinda wanted to use it, if Emacs doesn't have any STARTTLS
7013 capability. This should make smtpmail.el work in slightly more
7014 configurations.
7015
7016 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
7017
7018 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
7019 New defun.
7020 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
7021
7022 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
7023
7024 * progmodes/sql.el: Version 3.0
7025 (sql-product-alist): Add product :completion-object,
7026 :completion-column, and :statement attributes.
7027 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
7028 (sql-mode-syntax-table): Mark all punctuation.
7029 (sql-font-lock-keywords-builder): Temporarily remove fallback on
7030 ansi keywords.
7031 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
7032 (sql-mode-oracle-font-lock-keywords): Improve.
7033 (sql-oracle-show-reserved-words): New function for development.
7034 (sql-product-font-lock): Simplify for source code buffers.
7035 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
7036 New functions.
7037 (sql-highlight-product): Set product specific syntax table.
7038 (sql-mode-map): Add statement movement functions.
7039 (sql-ansi-statement-starters, sql-oracle-statement-starters):
7040 New variable.
7041 (sql-statement-regexp, sql-beginning-of-statement)
7042 (sql-end-of-statement, sql-signum): New functions.
7043 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
7044 (sql-show-sqli-buffer): Bug fix.
7045 (sql-interactive-mode): Store connection data as buffer local.
7046 (sql-connect): Add NEW-NAME parameter. Redesign interaction
7047 with sql-interactive-mode.
7048 (sql-save-connection): Save buffer local settings.
7049 (sql-connection-menu-filter): Change menu entry name.
7050 (sql-product-interactive): Bug fix.
7051 (sql-preoutput-hold): New variable.
7052 (sql-interactive-remove-continuation-prompt): Bug fixes.
7053 (sql-debug-redirect): New variable.
7054 (sql-str-literal): New function.
7055 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
7056 Redesign.
7057 (sql-oracle-save-settings, sql-oracle-restore-settings)
7058 (sql-oracle-list-all, sql-oracle-list-table): New functions.
7059 (sql-completion-object, sql-completion-column)
7060 (sql-completion-sqlbuf): New variables.
7061 (sql-build-completions-1, sql-build-completions)
7062 (sql-try-completion): New functions.
7063 (sql-read-table-name): Use them.
7064 (sql-contains-names): New buffer local variable.
7065 (sql-list-all, sql-list-table): Use it.
7066 (sql-oracle-completion-types): New variable.
7067 (sql-oracle-completion-object, sql-sqlite-completion-object)
7068 (sql-postgres-completion-object): New functions.
7069
7070 2011-07-06 Glenn Morris <rgm@gnu.org>
7071
7072 * window.el (pop-to-buffer): Doc fix.
7073
7074 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
7075
7076 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
7077
7078 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
7079
7080 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
7081
7082 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
7083
7084 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
7085
7086 * button.el (button): Inherit from link face. Suggested by Dan
7087 Nicolaescu.
7088
7089 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * progmodes/gdb-mi.el: Fit in 80 columns.
7092 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
7093 switch-to-buffer.
7094
7095 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
7096 if imenu is simply not configured (bug#8941).
7097
7098 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
7099
7100 * allout.el (allout-post-undo-hook): New allout outline-change
7101 event hook to signal undo activity.
7102 (allout-post-command-business): Run allout-post-undo-hook if an
7103 undo just occurred.
7104 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
7105 * allout-widgets.el (allout-widgets-after-undo-function):
7106 Ensure the integrity of the current item's decoration after it has been
7107 in the vicinity of an undo.
7108 (allout-widgets-mode): Include allout-widgets-after-undo-function
7109 on the new allout-post-undo-hook.
7110
7111 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
7114 Let define-derived-mode define it.
7115 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
7116 cycles of abbrev-table inheritance (bug#8998).
7117
7118 2011-07-05 Roland Winkler <winkler@gnu.org>
7119
7120 * textmodes/bibtex.el: Add support for biblatex.
7121 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
7122 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
7123 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
7124 (bibtex-entry-alist, bibtex-field-alist): New variables.
7125 (bibtex-entry-field-alist): Obsolete alias for
7126 bibtex-BibTeX-entry-alist.
7127 (bibtex-entry-alist, bibtex-field-alist): New widgets.
7128 (bibtex-set-dialect): New command.
7129 (bibtex-entry-type, bibtex-entry-head)
7130 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
7131 Bind via bibtex-set-dialect.
7132 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
7133 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
7134 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
7135 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
7136 Define via bibtex-set-dialect.
7137 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
7138 Obey bibtex-no-opt-remove-re.
7139 (bibtex-vec-push, bibtex-vec-incr): New functions.
7140 (bibtex-format-entry, bibtex-field-list)
7141 (bibtex-print-help-message, bibtex-validate)
7142 (bibtex-search-entries): Use new format of bibtex-entry-alist.
7143
7144 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * progmodes/compile.el (compilation-goto-locus):
7147 * net/tramp-cmds.el (tramp-append-tramp-buffers):
7148 * bs.el (bs-cycle-next, bs-cycle-previous):
7149 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
7150 * bindings.el (mode-line-other-buffer):
7151 * autoinsert.el (auto-insert):
7152 * arc-mode.el (archive-extract):
7153 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
7154
7155 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
7156
7157 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
7158 Fix check of `emacs-lock-unlockable-modes'.
7159 Coerce true values of `emacs-lock--try-unlocking' to t.
7160
7161 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
7162
7163 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
7164 * emacs-lock.el: New file.
7165
7166 2011-07-05 Julien Danjou <julien@danjou.info>
7167
7168 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
7169 than `boundp' to check if face is set.
7170
7171 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
7172
7173 * register.el (registerv-make):
7174 * window.el (window-min-height): Fix typos in docstrings.
7175
7176 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
7177
7178 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7179 Update doc string.
7180
7181 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
7182
7183 * server.el (server-execute): Catch quit and call
7184 `server-return-error' to pass the error back to emacsclient and
7185 close the connection (bug#8942).
7186
7187 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
7188
7189 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
7190 insecure exception for current topic. Also note that auto-saves
7191 are handled differently.
7192
7193 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
7194 State variables for tracking auto-save inhibition situation.
7195
7196 (allout-write-contents-hook-handler): Rename from
7197 'allout-write-file-hook-handler', and describe how it depends on
7198 write-contents-functions sensitivity to non-nil value to prevent
7199 file write.
7200
7201 (allout-auto-save-hook-handler): Remove. auto-save does not check
7202 this in individual buffers, only in the starting buffer, so this
7203 is not the right way for us to inhibit auto-save in a buffer
7204 according to its condition.
7205
7206 (allout-mode): Use new allout-write-contents-hook-handler, and
7207 only with write-contents-functions. Remove auto-save provisions -
7208 they're implemented elsewhere.
7209
7210 (allout-before-change-handler): If undo is in progress, note that
7211 for attention of allout-post-command-business.
7212
7213 (allout-post-command-business): If the command we're following was
7214 an undo, check for change in the status of encrypted items and
7215 adjust auto-save inhibitions accordingly.
7216
7217 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
7218 according to whether there are or aren't any plain-text topics
7219 pending encryption.
7220
7221 (allout-inhibit-auto-save-info-for-decryption):
7222 Adjust buffer-saved-size and some allout state to inhibit auto-saves
7223 if there are plain-text topics pending encryption.
7224
7225 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
7226 buffer-saved-size and some allout state to not inhibit auto-saves
7227 if there are no longer any plain-text topics pending encryption.
7228
7229 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
7230 No longer provide for exemption of the current topic.
7231
7232 2011-07-04 Juri Linkov <juri@jurta.org>
7233
7234 Add 7z operations to delete and save changed members (bug#8968).
7235 * arc-mode.el (archive-7z-expunge, archive-7z-update):
7236 New defcustoms.
7237 (archive-7z-write-file-member): New function.
7238 (archive-7z-summarize): Fix the number of dashes in the
7239 listing output.
7240
7241 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
7244 (bug#8958).
7245
7246 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
7247
7248 * bindings.el: Ignore next-buffer and previous-buffer in
7249 minibuffer-local-map.
7250
7251 * font-lock.el (font-lock-builtin-face): Change light background
7252 color to dark slate blue (Bug#6693).
7253
7254 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
7255
7256 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
7257
7258 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7259
7260 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
7261 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7262 Add switch-to-buffer.
7263
7264 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7265
7266 * isearch.el (isearch-search-fun-function): Clarify further the
7267 meaning of the function returned.
7268
7269 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
7270
7271 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
7272
7273 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
7274 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
7275 Use it.
7276 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
7277 `tramp-default-remote-path' does not exist.
7278 (tramp-send-command-and-read): New optional argument NOERROR.
7279 (tramp-open-connection-setup-interactive-shell)
7280 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
7281 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
7282 (tramp-process-sentinel): Flush also process' connection property.
7283 (tramp-sh-handle-start-file-process): Do not set process
7284 sentinel. It is done now ...
7285 (tramp-maybe-open-connection): ... here. (Bug#8929)
7286
7287 2011-07-04 MON KEY <monkey@sandpframing.com>
7288
7289 * play/animate.el (animate-string): Doc fixes and allow changing
7290 the buffer name (bug#5417).
7291
7292 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7293
7294 * play/animate.el (animation-buffer-name): Rename from *animate*.
7295
7296 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
7297
7298 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
7299 This is simpler and helps future-proof the code.
7300 (timer-until): Use time-subtract and float-time.
7301 (timer--time-less-p): Use time-less-p.
7302
7303 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
7304
7305 * type-break.el (timep): Use the value of `float-time' to avoid a
7306 byte-compiler warning.
7307
7308 * server.el (server-eval-and-print): Return any result, even nil.
7309
7310 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
7311
7312 * type-break.el: Accept time formats that the builtins accept.
7313 (timep, type-break-time-difference): Accept any format that
7314 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
7315 This is simpler and helps future-proof the code.
7316 (type-break-time-difference): Round rather than ignoring
7317 subseconds components.
7318
7319 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7320
7321 * info.el (Info-apropos-matches): Make non-interactive, since it
7322 doesn't seem to do anything useful as a command (bug#8829).
7323
7324 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
7325
7326 * frame.el (frame-background-mode, frame-set-background-mode):
7327 Move from faces.el.
7328 (frame-default-terminal-background): New function.
7329
7330 * custom.el (custom-push-theme): Don't record faces in `changed'
7331 theme; this doesn't work correctly for per-frame face settings.
7332 (disable-theme): Use face-set-after-frame-default to reset faces.
7333 (custom--frame-color-default): New function.
7334
7335 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7336
7337 * dired.el (dired-flagging-regexp): Remove unused variable
7338 (bug#8769).
7339
7340 2011-03-29 Kevin Ryde <user42@zip.com.au>
7341
7342 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7343 `perl-Test2' extend to match possible "fail #N" rep count
7344 (bug#8377).
7345
7346 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7347
7348 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
7349 `smtpmail-via-smtp' now returns the error instead of nil.
7350
7351 * isearch.el (isearch-search-fun-function): Clarify the doc string
7352 (bug#8101).
7353
7354 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
7355
7356 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
7357 unnecessary spaces (bug#8987).
7358
7359 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7360
7361 * net/network-stream.el (open-network-stream): Use the
7362 :end-of-capability command thoughout.
7363
7364 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7365
7366 * net/network-stream.el (open-network-stream): Add the
7367 :end-of-capability command parameter, used by pop3.el.
7368
7369 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7370
7371 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
7372
7373 * fringe.el (fringe-query-style): Remove redundant text " (type ?
7374 for list)" (bug#6475).
7375
7376 * files.el (file-expand-wildcards): Ignore non-readable
7377 sub-directories while trying to find matches instead of signaling
7378 an error (bug#6297).
7379
7380 * man.el (Man-reference-regexp): Allow matching possible
7381 word-wrapped references (bug#6289).
7382
7383 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
7384 for consistency with the other vc buffers (bug#6197).
7385 (vc-checkin): Ditto.
7386
7387 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
7388
7389 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7390
7391 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7392
7393 * custom.el (defcustom): Clarify that :set is only used in the
7394 Customize user interface (bug#6089).
7395
7396 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7397 associated with a file, refuse to run instead of erroring out
7398 (bug#6084).
7399
7400 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7401 the doc string, since it appears that using `fill-column' always
7402 controls the width (bug#7845).
7403
7404 * simple.el (shell-command-on-region): Say where the error output
7405 went if `shell-command-default-error-buffer' is set (bug#6857).
7406
7407 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7408
7409 * allout.el (allout-yank-processing): Adjust cursor position for
7410 backwards-deleted space.
7411
7412 (allout-rebullet-heading): Register changes with
7413 allout-exposure-changed-hook, so the modified topic is properly
7414 decorated.
7415
7416 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7417
7418 * minibuffer.el (completion-in-region): Document PREDICATE
7419 (bug#7136).
7420
7421 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7422 of keyword/argument pairs (bug#6904).
7423
7424 * replace.el (multi-occur):
7425 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
7426
7427 2011-07-02 Drew Adams <drew.adams@oracle.com>
7428
7429 * dired.el (dired-mark-if): Make the message about whether it's
7430 marking or unmarking clearer (bug#8523).
7431
7432 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7433
7434 * disp-table.el (display-table-print-array): New function.
7435 (describe-display-table): Use it to print the vectors more pretty
7436 (Bug#8859).
7437
7438 2011-07-02 Martin Rudalics <rudalics@gmx.at>
7439
7440 * window.el (window-state-get-1): Don't assign clone numbers.
7441 Add clone-of item to list of window parameters.
7442 (window-state-put-2): Don't process clone numbers.
7443 (display-buffer-alist): Fix doc-string.
7444
7445 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * subr.el (remq): Don't allocate if it's not needed.
7448 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7449 (keymap--merge-bindings): New functions.
7450 (keymap-canonicalize): Use them to refine the canonicalization.
7451 * minibuffer.el (minibuffer-local-completion-map)
7452 (minibuffer-local-must-match-map): Move initialization from C.
7453 (minibuffer-local-filename-completion-map): Move initialization from C;
7454 don't inherit from anything here.
7455 (minibuffer-local-filename-must-match-map): Make obsolete.
7456 (completing-read-default): Use make-composed-keymap to combine
7457 minibuffer-local-filename-completion-map with either
7458 minibuffer-local-must-match-map or
7459 minibuffer-local-filename-completion-map.
7460
7461 2011-07-01 Glenn Morris <rgm@gnu.org>
7462
7463 * type-break.el (type-break-time-sum): Use dolist.
7464
7465 * textmodes/flyspell.el (flyspell-word-search-backward):
7466 Replace CL function.
7467
7468 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * mouse.el (mouse--strip-first-event): New function.
7471 (function-key-map): Use it to map fringe clicks to normal clicks
7472 by default.
7473
7474 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7475 (vc-bzr-revision-completion-table): Add support for annotate and date.
7476
7477 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7478 inherit from parent.
7479
7480 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7481
7482 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
7483 (dired-show-file-type): Doc fixup (bug#8818).
7484
7485 * dired.el (dired-mode): Fix up the doc string as suggested by
7486 Drew Adams (bug#8817).
7487
7488 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7489 cookie, since the manual says that it should be possible to add
7490 this function to `find-file-hook' (bug#8709).
7491
7492 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7493
7494 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7495 here. Noted Ted Zlatanov as the maintainer.
7496 (cfengine-common-settings, cfengine-common-syntax): New functions
7497 to set up common things between `cfengine-mode' and
7498 `cfengine3-mode'.
7499 (cfengine3-mode): New mode.
7500 (cfengine3-defuns cfengine3-defuns-regex
7501 (cfengine3-class-selector-regex cfengine3-category-regex)
7502 (cfengine3-vartypes cfengine3-font-lock-keywords)
7503 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
7504 (cfengine3-indent-line): Add from cfengine3.el.
7505
7506 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
7507
7508 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7509
7510 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7511
7512 2011-07-01 Martin Rudalics <rudalics@gmx.at>
7513
7514 * window.el (same-window-buffer-names, same-window-regexps)
7515 (same-window-p, special-display-frame-alist)
7516 (special-display-popup-frame, special-display-function)
7517 (special-display-buffer-names, special-display-regexps)
7518 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7519 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7520 (split-window-preferred-function, split-height-threshold)
7521 (split-width-threshold, even-window-heights)
7522 (display-buffer-mark-dedicated, window-splittable-p)
7523 (split-window-sensibly, window-safely-shrinkable-p):
7524 Un-obsolete.
7525 (display-buffer): Don't spread args with function specifier
7526 because special-display-popup-frame won't like it.
7527
7528 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7529
7530 Time-stamp simplifications and fixes.
7531 These improve accuracy slightly, and future-proof the code
7532 against some potential changes to current-time format.
7533
7534 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7535 by using time-since and float-time.
7536
7537 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7538 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7539 + NNN microseconds".
7540
7541 * type-break.el (type-break-time-sum): Rewrite using time-add.
7542
7543 * play/hanoi.el (hanoi-current-time-float): Remove.
7544 All uses replaced by float-time.
7545
7546 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7547 This yields a more-accurate answer.
7548 (rng-time-to-float): Remove; no longer needed.
7549
7550 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7551
7552 * calendar/timeclock.el (timeclock-seconds-to-time):
7553 Defalias to seconds-to-time, since they're the same thing.
7554
7555 * emacs-lisp/elp.el (elp-elapsed-time):
7556 * emacs-lisp/benchmark.el (benchmark-elapse):
7557 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7558
7559 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * window.el (bury-buffer): Don't iconify the only frame.
7562 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7563 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7564
7565 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
7566
7567 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7568 Add mouse-yank-primary.
7569
7570 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7571
7572 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7573
7574 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7577 (find-library-name): Use it to find relative load names when provided
7578 absolute file name (bug#8803).
7579
7580 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7581
7582 * textmodes/flyspell.el (flyspell-word): Consider words that
7583 differ only in case as potential doublons (bug#5687).
7584
7585 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7586 Remove two rather uninteresting debugging-like messages to make
7587 debbugs.el more silent.
7588
7589 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7590 a password-like phrase.
7591
7592 2011-06-30 Masatake YAMATO <yamato@redhat.com>
7593
7594 * progmodes/cc-guess.el: New file.
7595
7596 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
7597
7598 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7599 derived from `c-basic-common-init'.
7600
7601 * progmodes/cc-mode.el (top-level): Require cc-guess.
7602 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7603
7604 2011-06-30 Lawrence Mitchell <wence@gmx.li>
7605
7606 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7607
7608 2011-06-30 Alan Mackenzie <acm@muc.de>
7609
7610 * progmodes/cc-engine.el (c-guess-continued-construct):
7611 Correct the handling of template-args-cont, particularly for when font
7612 lock is disabled. Name this case as "CASE G".
7613
7614 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7615
7616 * allout.el (allout-yank-processing): Fix injection of extra space
7617 between bullet and non-whitespace character in first topic when
7618 pasting, ensuring that the actual spacing in the pasted topic
7619 following the bullet char is preserved. This extra space was
7620 causing pasted encrypted topics to get a decrypted status even
7621 when the content was actually still encrypted. Now the decryption
7622 status from before the paste is preserved.
7623
7624 (allout-flag-region): Set all allout overlays so they evaporate
7625 when reduced to zero length (evanescent), to prevent overlay
7626 leakage.
7627
7628 2011-06-30 Glenn Morris <rgm@gnu.org>
7629
7630 * w32-fns.el (w32-charset-info-alist): Declare.
7631
7632 * find-dired.el (find-grep-options): Simplify.
7633
7634 * term/ns-win.el (ns-set-resource): Declare.
7635
7636 * ses.el (row, col): Declare dynamic variables honestly.
7637
7638 * textmodes/reftex-parse.el (index-tags): Declare.
7639
7640 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
7641
7642 * cus-edit.el (customize-push-and-save): New function.
7643
7644 * files.el (hack-local-variables-confirm): Use it.
7645
7646 * custom.el (load-theme): New arg NO-CONFIRM.
7647 Use customize-push-and-save (Bug#8720).
7648 (custom-enabled-themes): Doc fix.
7649
7650 * cus-theme.el (customize-create-theme)
7651 (custom-theme-merge-theme): Callers to load-theme changed.
7652
7653 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7654
7655 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7656 short URLs have at least one dot in them (bug #7614).
7657
7658 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7659 nil, because using a pty is apparently too slow (bug #895).
7660
7661 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7662
7663 * mail/sendmail.el (sendmail-query-once): New function.
7664 (sendmail-query-once-function): New variable.
7665
7666 2011-06-29 Glenn Morris <rgm@gnu.org>
7667
7668 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7669
7670 * ses.el (top-level): Require cl when compiling.
7671 (ses-set-localvars): Fix error statement.
7672 Call it at compile time to silence a storm of warnings.
7673
7674 2011-06-29 Martin Rudalics <rudalics@gmx.at>
7675
7676 * window.el (normalize-live-buffer): Rename to
7677 window-normalize-buffer.
7678 (normalize-live-frame): Rename to window-normalize-frame.
7679 (normalize-any-window): Rename to window-normalize-any-window.
7680 (normalize-live-window): Rename to window-normalize-live-window.
7681 (make-window-atom): Rename to window-make-atom.
7682 (window-resize-reset): Rename to window--resize-reset.
7683 (window-resize-reset-1): Rename to window--resize-reset-1.
7684 (resize-mini-window): Rename to window--resize-mini-window.
7685 (resize-subwindows-skip-p): Rename to
7686 window--resize-subwindows-skip-p.
7687 (resize-subwindows-normal): Rename to
7688 window--resize-subwindows-normal.
7689 (resize-subwindows): Rename to window--resize-subwindows.
7690 (resize-other-windows): Rename to window--resize-siblings.
7691 (resize-this-window): Rename to window--resize-this-window.
7692 (resize-root-window): Rename to window--resize-root-window.
7693 (resize-root-window-vertically): Rename to
7694 window--resize-root-window-vertically.
7695 (normalize-buffer-to-display): Rename to
7696 window-normalize-buffer-to-display.
7697 (normalize-buffer-to-switch-to): Rename to
7698 window-normalize-buffer-to-switch-to.
7699 Correspondingly update all callers of the functions listed
7700 above.
7701 (display-buffer-alist, display-buffer-normalize-arguments)
7702 (display-buffer-normalize-options, display-buffer)
7703 (display-buffer-alist-set): Use "function" instead of
7704 "fun-with-args".
7705
7706 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
7707
7708 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7709 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7710 debbugs.gnu.org. Mention acknowledgment email.
7711
7712 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7713
7714 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7715 buffer multibyteness, since it shouldn't matter.
7716
7717 2011-06-28 Martin Rudalics <rudalics@gmx.at>
7718
7719 * window.el (display-buffer-in-side-window): Handle dedicated
7720 windows as in display-buffer-reuse-window.
7721 (display-buffer-normalize-alist): Use value of override
7722 specifier.
7723 (display-buffer-normalize-specifiers): Use value of
7724 other-window-means-other-frame specifier.
7725 (display-buffer-alist): Rewrite some texts in widgets.
7726 (display-buffer): Spread arguments when calling function
7727 specified by fun-with-args.
7728
7729 2011-06-28 Deniz Dogan <deniz@dogan.se>
7730
7731 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7732 Unnest `let'.
7733
7734 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7735 selectors (Bug#5732).
7736 (css-proprietary-nmstart-re): Use `regexp-opt'.
7737
7738 2011-06-27 Jari Aalto <jari.aalto@cante.net>
7739
7740 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7741 (eshell-ls-date-format): New defcustom.
7742 (eshell-ls-file): Use it.
7743
7744 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7747
7748 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7749
7750 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7751 (ange-ftp-make-tmp-name): New arg.
7752 (ange-ftp-file-local-copy): Use it.
7753
7754 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
7755
7756 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7757 no-conversion (Bug#8870).
7758
7759 2011-06-27 Martin Rudalics <rudalics@gmx.at>
7760
7761 * window.el (window-right, window-left, window-child)
7762 (window-child-count, window-last-child)
7763 (window-iso-combination-p, walk-window-tree-1)
7764 (window-atom-check-1, window-tree-1, delete-window)
7765 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7766 new naming conventions - window-vchild, window-hchild,
7767 window-next and window-prev are now called window-top-child,
7768 window-left-child, window-next-sibling and window-prev-sibling
7769 respectively.
7770 (resize-window-reset): Rename to window-resize-reset.
7771 (resize-window-reset-1): Rename to window-resize-reset-1.
7772 (resize-window): Rename to window-resize.
7773 (window-min-height, window-min-width)
7774 (resize-mini-window, resize-this-window, resize-root-window)
7775 (resize-root-window-vertically, adjust-window-trailing-edge)
7776 (enlarge-window, shrink-window, maximize-window)
7777 (minimize-window, delete-window, quit-restore-window)
7778 (split-window, balance-windows, balance-windows-area-adjust)
7779 (balance-windows-area, window-state-put-2)
7780 (display-buffer-even-window-sizes, display-buffer-set-height)
7781 (display-buffer-set-width, set-window-text-height)
7782 (fit-window-to-buffer): Rename all "resize-window" prefixed
7783 calls to use the "window-resize" prefix convention.
7784 (display-buffer-alist): Fix symbol for label specifier.
7785 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7786 corresponding specifier.
7787 Reported by Juanma Barranquero <lekktu@gmail.com>.
7788
7789 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7790
7791 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7792 convention.
7793 (ses-call-printer): Does not pass an empty string to formatter when the
7794 cell is empty to keep from barking printer Calc math-format-value.
7795
7796 2011-06-27 Richard Stallman <rms@gnu.org>
7797
7798 * battery.el (battery-mode-line-limit): New variable.
7799 (battery-update): Handle it.
7800
7801 * mail/rmailmm.el (rmail-mime-process-multipart):
7802 Handle truncated messages.
7803
7804 2011-06-27 Glenn Morris <rgm@gnu.org>
7805
7806 * progmodes/flymake.el (flymake-err-line-patterns):
7807 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7808
7809 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7810
7811 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
7812 (ses--clean-!, ses--clean-_): New functions.
7813 (ses-range): Add configurability of readout order, and conversion
7814 to Calc vector.
7815
7816 * ses.el (ses-repair-cell-reference-all): New function.
7817 (ses-cell-symbol): Set macro as safe, so that it can be used in
7818 formulas.
7819
7820 * ses.el: Update cycle detection algorithm.
7821 (ses-localvars): Add ses--Dijkstra-attempt-nb and
7822 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
7823 (ses-set-localvars): New function.
7824 (ses-make-cell): Add property-list as a cell element.
7825 (ses-cell-property-get-fun, ses-cell-property-get)
7826 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
7827 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7828 New functions.
7829 (ses-cell-property-set, ses-cell-property-pop)
7830 (ses-cell-property-get-handle): New macro.
7831 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7832 New aliases, used for code readability.
7833 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7834 cycle detection.
7835 (ses-self-reference-early-detection): New defcustom.
7836 (ses-formula-references): Robustify against self-referring cells.
7837 (ses-mode): Use ses-set-localvars.
7838 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7839 before lauching the update processing.
7840 (ses-initialize-Dijkstra-attempt): New function.
7841 (ses-recalculate-cell): Update for cycle detection based on
7842 Dijkstra algorithm.
7843
7844 * ses.el: Fix commenting and indenting convention.
7845
7846 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * bs.el (bs-cycle-next): Complete last change.
7849
7850 2011-06-27 Drew Adams <drew.adams@oracle.com>
7851
7852 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7853
7854 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7855
7856 * net/network-stream.el (network-stream-open-starttls):
7857 Don't re-get capabilities unless we've reestablished connection.
7858 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7859
7860 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7861 to binary to possibly avoid line encoding issues on Windows (among
7862 other things).
7863
7864 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7865
7866 * net/network-stream.el (open-network-stream): Return an :error
7867 saying what the problem was, if possible.
7868
7869 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7870 server.
7871
7872 * net/network-stream.el (network-stream-open-starttls): If we
7873 wanted to use STARTTLS, and the server offered it, but we weren't
7874 able to because we had no STARTTLS support, then close the connection.
7875 (open-network-stream): Return an :error element, if present.
7876
7877 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
7878
7879 * hl-line.el (hl-line-sticky-flag): Doc fix.
7880 (global-hl-line-sticky-flag): New option (Bug#8323).
7881 (global-hl-line-highlight): Obey it.
7882
7883 * vc/vc.el (vc-revert-show-diff): Default to t.
7884
7885 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7886
7887 * allout-widgets.el (allout-widgets-post-command-business):
7888 Stop decorating intermediate isearch matches. They're not being
7889 undecorated when an isearch is continued past, and isearch
7890 automatically collapses them. This leads to "widget leaks", where
7891 decorated items accumulate in collapsed areas. Lines with lots of
7892 hidden widgets can slow down cursor travel, substantially.
7893 Too much complicated machinery would be needed to ensure undecoration,
7894 so we're doing without this nicety.
7895
7896 (allout-widgets-tally-string): Don't try to do a hash-table-count
7897 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7898 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7899 *Messages* when allout-widgets-maintain-tally is t.
7900
7901 2011-06-26 Martin Rudalics <rudalics@gmx.at>
7902
7903 * window.el (display-buffer-normalize-argument): Rename to
7904 display-buffer-normalize-arguments. Handle special meaning of
7905 LABEL argument. Respect special-display-function when popping up
7906 a new frame. Fix code searching for a window showing the buffer
7907 on another frame.
7908 (display-buffer-normalize-specifiers):
7909 Call display-buffer-normalize-arguments.
7910 (display-buffer-in-window): Don't undedicate the window if its
7911 buffer remains the same.
7912 Reported by Drew Adams <drew.adams@oracle.com>.
7913 (display-buffer-alist): Add choice for same-window macro
7914 specfier.
7915 (display-buffer): Mention special meaning of LABEL argument in
7916 doc-string. Fix quoting. Don't pop up a new frame even as
7917 fallback.
7918
7919 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
7920
7921 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7922 avoid deleting the current window in some cases (bug#8911).
7923
7924 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7925
7926 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7927 (Bug#8934)
7928
7929 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7930
7931 * net/network-stream.el (network-stream-open-starttls):
7932 Use built-in TLS support if `gnutls-available-p' is true.
7933 (network-stream-open-tls): Ditto.
7934
7935 2011-06-26 Leo Liu <sdl.web@gmail.com>
7936
7937 * register.el (registerv): New struct.
7938 (registerv-make): New function.
7939 (jump-to-register, describe-register-1, insert-register):
7940 Support the jump-func, print-func and insert-func slot of a registerv
7941 struct. (Bug#8415)
7942
7943 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
7944
7945 * vc/vc.el (vc-revert-show-diff): New defcustom.
7946 (vc-diff-internal): New arg specifying diff buffer.
7947 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7948 reuse an existing *vc-diff* buffer (Bug#8927).
7949
7950 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7951
7952 2011-06-26 Glenn Morris <rgm@gnu.org>
7953
7954 * progmodes/f90.el (f90-critical-indent): New option.
7955 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7956 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7957 (f90-mode): Doc fix.
7958 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7959 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7960 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7961 (f90-match-end): Handle block, critical.
7962
7963 2011-06-25 Glenn Morris <rgm@gnu.org>
7964
7965 * calendar/diary-lib.el (diary-included-files): Doc fix.
7966 (diary-include-files): New function, extracted from
7967 diary-include-other-diary-files and diary-mark-included-diary-files.
7968 (diary-include-other-diary-files, diary-mark-included-diary-files):
7969 Just call diary-include-files.
7970 (diary-mark-entries): Reset diary-included-files on first call.
7971
7972 * calendar/diary-lib.el (diary-mark-entries)
7973 (diary-mark-included-diary-files):
7974 Visit included diary-files in temp buffers.
7975
7976 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7977 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7978 (f90-start-block-re, f90-imenu-generic-expression)
7979 (f90-looking-at-program-block-start, f90-no-block-limit):
7980 Add support for submodules.
7981
7982 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7983 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
7984
7985 2011-06-25 Eli Zaretskii <eliz@gnu.org>
7986
7987 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7988 buffer-file-type before setting its value, to avoid disastrous
7989 global effects on decoding files for DOS/Windows systems. (Bug#8780)
7990
7991 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
7992
7993 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7994
7995 * ses.el (ses-unload-function):
7996 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7997
7998 * proced.el (proced-unload-function):
7999 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
8000
8001 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
8002
8003 * server.el (server-create-window-system-frame): Add parameters arg.
8004 (server-process-filter): Doc fix. Handle frame-parameters.
8005
8006 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
8007
8008 Fix bug#8730, bug#8781.
8009
8010 * loadhist.el (unload--set-major-mode): New function.
8011 (unload-feature): Use it.
8012
8013 * progmodes/python.el (python-after-info-look): Add autoload cookie.
8014 (python-unload-function): New function.
8015
8016 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
8019
8020 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
8021
8022 * net/browse-url.el (browse-url-firefox-program): Add icecat to
8023 the candidates list.
8024
8025 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
8026
8027 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
8028
8029 2011-06-23 Richard Stallman <rms@gnu.org>
8030
8031 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
8032 (rmail-variables): Set next-error-move-function.
8033 (rmail-what-message): Take argument POS.
8034 (rmail-next-error-move): New function.
8035
8036 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
8039 messages for adjacent non-terminals.
8040
8041 2011-06-23 Richard Stallman <rms@gnu.org>
8042
8043 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
8044 (rmail-show-message-1): Preserve buffer modified flag.
8045 (rmail-start-mail): Don't specify use of rmail-mail-return;
8046 that's done by mail-bury now.
8047 (rmail-mail-return): Handle arg NEWBUF.
8048
8049 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
8050
8051 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
8052 SIZE is a number.
8053
8054 2011-06-23 Martin Rudalics <rudalics@gmx.at>
8055
8056 * window.el (get-lru-window, get-mru-window)
8057 (get-largest-window): Never return a minibuffer window.
8058 (display-buffer-pop-up-window): Fix a bug that could lead to
8059 reusing the minibuffer window.
8060 (display-buffer): Pass original specifier argument to
8061 display-buffer-function instead of the normalized one.
8062 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
8063
8064 2011-06-22 Leo Liu <sdl.web@gmail.com>
8065
8066 * minibuffer.el (completing-read-function)
8067 (completing-read-default): Move from minibuf.c
8068
8069 2011-06-22 Richard Stallman <rms@gnu.org>
8070
8071 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
8072 to Rmail even if not started by a special Rmail command.
8073
8074 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
8075 Copy the buffer currently showing just one message.
8076
8077 2011-06-22 Roland Winkler <winkler@gnu.org>
8078
8079 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
8080 (bibtex-clean-entry): First delete the old key so that a
8081 customized algorithm for generating the new key does not get
8082 confused by the old key.
8083 (bibtex-url): Obey regexp of first step.
8084 (bibtex-search-entries): Do not use add-to-list with local
8085 list-var.
8086
8087 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8088
8089 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
8090 stored a user name, then query for the password first, instead of
8091 waiting for SMTP to give an error message and the trying again.
8092
8093 2011-06-22 Lawrence Mitchell <wence@gmx.li>
8094
8095 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
8096 BUFFER in call-process.
8097
8098 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8099
8100 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
8101 QUIT twice.
8102 (smtpmail-try-auth-methods): Require user name and password from
8103 auth-source.
8104
8105 2011-06-22 Martin Rudalics <rudalics@gmx.at>
8106
8107 * window.el (display-buffer-default-specifiers)
8108 (display-buffer-alist): Remove entries for pop-up-frame-alist.
8109 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
8110 (split-window): Normalize SIDE argument (Bug#8916).
8111
8112 * frame.el (pop-up-frame-alist, pop-up-frame-function)
8113 (special-display-frame-alist, special-display-popup-frame):
8114 Remove duplicate declarations. These are now in window.el.
8115
8116 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8117
8118 * mail/smtpmail.el (smtpmail-via-smtp):
8119 Set :use-starttls-if-possible so that we always use STARTTLS if the
8120 server supports it. SMTP servers that support STARTTLS commonly
8121 require it.
8122
8123 * net/network-stream.el (network-stream-open-starttls): Support
8124 upgrading to STARTTLS always, even if we don't have built-in support.
8125 (open-network-stream): Add the :always-query-capabilities keyword.
8126
8127 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
8128 upgrades with `open-network-stream', and rely solely on
8129 auth-source for all credentials. Big changes throughout the file,
8130 but in particular:
8131 (smtpmail-auth-credentials): Remove.
8132 (smtpmail-starttls-credentials): Remove.
8133 (smtpmail-via-smtp): Check for servers saying they want AUTH after
8134 MAIL FROM, too.
8135
8136 * net/network-stream.el (network-stream-open-starttls):
8137 Provide support for client certificates both for external and built-in
8138 STARTTLS.
8139 (auth-source): Require.
8140 (open-network-stream): Document the :client-certificate keyword.
8141 (network-stream-certificate): Change cert-cert to cert and
8142 cert-key to key.
8143
8144 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
8145
8146 * net/tramp-cache.el (top): Don't load the persistency file when
8147 "emacs -Q" has been called.
8148
8149 2011-06-21 Tim Harper <timcharper@gmail.com>
8150
8151 * term/ns-win.el (ns-initialize-window-system):
8152 Set application-specific `ApplePressAndHoldEnabled' system
8153 resource to NO as it is not yet supported by the NS port.
8154
8155 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
8156
8157 * misc.el (list-dynamic-libraries--refresh): Compute header here...
8158 (list-dynamic-libraries): ...not here.
8159
8160 2011-06-21 Leo Liu <sdl.web@gmail.com>
8161
8162 * subr.el (sha1): Implement sha1 using secure-hash.
8163
8164 2011-06-21 Martin Rudalics <rudalics@gmx.at>
8165
8166 * window.el (display-buffer-alist): In default value do not
8167 enforce searching a window on any but the selected frame.
8168 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8169 (display-buffer-select-window): Remove function.
8170 (display-buffer-in-window): When a window on another frame gets
8171 reused, do not select it any more but just raise its frame if
8172 necessary (Bug#8851) and (Bug#8856).
8173 (display-buffer-normalize-options): Handle pop-up-frames related
8174 options more faithfully.
8175 (pop-to-buffer): Don't rely on `display-buffer' selecting the
8176 window if it is on another frame.
8177 (display-buffer-alist, display-buffer-default-specifiers):
8178 Don't make new frame unsplittable by default.
8179 (display-buffer-normalize-argument): Fix doc-string typo and use
8180 'same-frame-other-window instead of 'other-window when associating
8181 with display-buffer-macro-specifiers.
8182
8183 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
8184
8185 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
8186 New functions.
8187 (5x5-mode-map, 5x5-mode-menu): Bind them.
8188 (5x5-draw-grid): Tweak the solver's rendering.
8189
8190 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
8193 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
8194
8195 2011-06-21 Drew Adams <drew.adams@oracle.com>
8196
8197 * menu-bar.el: Use function variable instead of switch-to-buffer.
8198 (menu-bar-select-buffer-function): New variable.
8199 (menu-bar-update-buffers): Use it (bug#8876).
8200
8201 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
8204 variable's status.
8205
8206 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
8207
8208 * x-dnd.el (x-dnd-version-from-flags)
8209 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
8210 and long as number (Bug#8899).
8211 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
8212
8213 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8214
8215 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
8216 (completion-try-completion, completion-all-completions): Compute the
8217 metadata argument if it's missing; make it optional (bug#8795).
8218
8219 * wid-edit.el: Use lex-bind and move towards completion-at-point.
8220 (widget-complete): Use new :completion-function property.
8221 (widget-completions-at-point): New function.
8222 (default): Use :completion-function instead of :complete.
8223 (widget-default-completions): Rename from widget-default-complete;
8224 Rewrite.
8225 (widget-string-complete, widget-file-complete, widget-color-complete):
8226 Remove functions.
8227 (file, symbol, function, variable, coding-system, color):
8228 * international/mule-cmds.el (default-input-method, charset)
8229 (language-info-custom-alist):
8230 * cus-edit.el (face): Use new property :completions.
8231
8232 * progmodes/pascal.el (pascal-completions-at-point): New function.
8233 (pascal-mode): Use it.
8234 (pascal-mode-map): Use completion-at-point.
8235 (pascal-toggle-completions): Make obsolete.
8236 (pascal-complete-word, pascal-show-completions):
8237 * progmodes/octave-mod.el (octave-complete-symbol):
8238 Redefine as obsolete alias.
8239 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
8240 Signal absence of completion info for old Octave,
8241 (inferior-octave-complete): Redefine as obsolete alias.
8242 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
8243 (meta-completions-at-point): Rename from meta-complete-symbol and
8244 adapt it for use on completion-at-point-functions.
8245 (meta-common-mode): Use it.
8246 (meta-looking-at-backward, meta-match-buffer): Remove.
8247 (meta-complete-symbol): Redefine as obsolete alias.
8248 (meta-common-mode-map): Use completion-at-point.
8249 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
8250 (makefile-mode-map): Use completion-at-point.
8251 (makefile-completions-at-point): Rename from makefile-complete and
8252 adapt it for use on completion-at-point-functions.
8253 (makefile-mode): Use it.
8254 (makefile-complete): Redefine as obsolete alias.
8255
8256 2011-06-20 Deniz Dogan <deniz@dogan.se>
8257
8258 * net/rcirc.el: Delete trailing whitespaces once and for all.
8259
8260 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
8261
8262 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
8263
8264 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
8265
8266 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
8267
8268 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
8269
8270 2011-06-19 Martin Rudalics <rudalics@gmx.at>
8271
8272 * window.el (display-buffer-other-window-means-other-frame):
8273 Call display-buffer-normalize-alist.
8274 (display-buffer-normalize-specifiers-1): Rename to
8275 display-buffer-normalize-argument. New argument other-frame.
8276 Rewrite.
8277 (display-buffer-normalize-specifiers-2): Rename to
8278 display-buffer-normalize-options.
8279 (display-buffer-normalize-alist-1): New function.
8280 (display-buffer-normalize-specifiers-3): Rename to
8281 display-buffer-normalize-alist.
8282 Call display-buffer-normalize-alist-1.
8283 (display-buffer-normalize-options-inhibit): New variable.
8284 (display-buffer-normalize-specifiers): Rewrite calling
8285 display-buffer-normalize-alist,
8286 display-buffer-normalize-argument, and
8287 display-buffer-normalize-options. Don't call the latter if
8288 display-buffer-normalize-options-inhibit is non-nil.
8289 (frame-auto-delete): New option.
8290 (window-deletable-p): Use frame-auto-delete.
8291 (window-list-no-nils, window-state-ignored-parameters)
8292 (window-state-get-1, window-state-get, window-state-put-list)
8293 (window-state-put-1, window-state-put-2, window-state-put):
8294 New functions.
8295 (display-buffer-normalize-options): Move special-display-p group
8296 after pop-up-frame group (Bug#8851) and (Bug#8856).
8297
8298 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
8299
8300 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
8301 groups (Bug#8776).
8302 (rx-submatch-n): New function.
8303 (rx): Document it.
8304
8305 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
8306 (Bug#8768).
8307
8308 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
8309
8310 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
8311
8312 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
8313 anytime existing face settings are present (Bug#8889).
8314
8315 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
8316 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
8317 Remove unused argument.
8318
8319 2011-06-18 Martin Rudalics <rudalics@gmx.at>
8320
8321 * window.el (display-buffer-default-specifiers):
8322 Remove pop-up-frame. Add pop-up-window-min-height,
8323 pop-up-window-min-width, and another reuse-window specifier
8324 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
8325 (display-buffer-normalize-specifiers-2):
8326 Handle split-height-threshold and split-width-threshold also when
8327 pop-up-windows is unset. Add a reuse-window specifier for the
8328 case popping up a new window fails.
8329 (special-display-popup-frame): Remove double quoting.
8330 (display-buffer-normalize-specifiers-1): Fix thinko.
8331
8332 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * shell.el (shell-completion-vars): Set pcomplete-termination-string
8335 according to comint-completion-addsuffix.
8336
8337 * pcomplete.el: Convert to lexical binding and fix bug#8819.
8338 (pcomplete-suffix-list): Mark as obsolete.
8339 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
8340 pcomplete-seen in the closure.
8341 (pcomplete-comint-setup): Setup completion-at-point as well.
8342 (pcomplete--entries): New function.
8343 (pcomplete--env-regexp): New var.
8344 (pcomplete-entries): Rewrite to work with partial-completion and
8345 without relying on pcomplete-suffix-list.
8346 (pcomplete-pare-list): Remove, unused.
8347
8348 2011-06-17 Martin Rudalics <rudalics@gmx.at>
8349
8350 * window.el (display-buffer-alist): Set pop-up-window-min-height
8351 and pop-up-window-min-width in default value. Reported by
8352 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
8353 other-window-means-other-frame.
8354 (display-buffer-macro-specifiers): Comment out entry for
8355 other-window specifier.
8356 (display-buffer-other-window-means-other-frame): New function.
8357 (display-buffer-normalize-specifiers-1): New arguments
8358 buffer-name and label. Treat other-window case specially.
8359 (display-buffer-normalize-specifiers-2): Treat other-window case
8360 specially.
8361 (display-buffer-normalize-specifiers-3): New function.
8362 (display-buffer-normalize-specifiers):
8363 Call display-buffer-normalize-specifiers-3.
8364
8365 2011-06-17 Martin Rudalics <rudalics@gmx.at>
8366
8367 * window.el (same-window-p): Fix two typos introduced when
8368 adding with-no-warnings.
8369 (display-buffer-normalize-specifiers-1): Don't check
8370 pop-up-frames for 'unset initialization.
8371 (display-buffer-normalize-specifiers-2): Major rewrite using
8372 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
8373 (pop-up-frames, display-buffer-reuse-frames)
8374 (display-buffer-mark-dedicated): Don't initialize to 'unset.
8375 Suggested by David Engster <deng@randomsample.de>.
8376 (even-window-heights): Initialize to 'unset.
8377 (display-buffer-alist-set): Handle new 'unset initializations.
8378 (display-buffer-macro-specifiers): Don't pop up a new frame in the
8379 other window case.
8380
8381 2011-06-16 Martin Rudalics <rudalics@gmx.at>
8382
8383 * window.el (display-buffer-normalize-specifiers-1):
8384 Respect current value of pop-up-frames for most reasonable values of
8385 second argument of display-buffer (Bug#8865).
8386 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
8387 (switch-to-buffer-other-window-same-frame)
8388 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8389 Adams (Bug#8875).
8390 (display-buffer): Don't check noninteractive when calling
8391 display-buffer-pop-up-frame.
8392 (display-buffer-pop-up-frame): Never pop up a frame in
8393 noninteractive mode (Bug#8857).
8394 (enlarge-window, shrink-window): Don't report an error when the
8395 window can't be resized as requested (Bug#8862).
8396
8397 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8400
8401 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8402
8403 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8404
8405 2011-06-15 Alan Mackenzie <acm@muc.de>
8406
8407 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8408 for declarators, disable knr checking to speed up for normal files.
8409 2: Refactor, replacing a sequence of nested if forms by a cond form.
8410
8411 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8412
8413 * net/network-stream.el (open-network-stream): Add the keyword
8414 :always-query-capabilities for the case where you want to force a
8415 `plain' network connection, but the protocol still requires the
8416 capabilitiy command (i.e., SMTP and EHLO).
8417
8418 * subr.el (process-live-p): Rename from `process-alive-p' for
8419 consistency with other `-live-p' functions.
8420
8421 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * window.el (same-window-buffer-names, same-window-regexps)
8424 (special-display-frame-alist, special-display-popup-frame)
8425 (special-display-function, special-display-buffer-names)
8426 (special-display-regexps, pop-up-frame-alist)
8427 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8428 (pop-up-windows, split-window-preferred-function)
8429 (split-height-threshold, split-width-threshold, even-window-heights)
8430 (display-buffer-mark-dedicated): Don't encourage the use of
8431 display-buffer-alist from Elisp code.
8432
8433 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8434
8435 * progmodes/python.el (python-mode): Derive from prog-mode.
8436 * progmodes/ps-mode.el (ps-mode):
8437 * progmodes/mixal-mode.el (mixal-mode):
8438 * progmodes/cfengine.el (cfengine-mode):
8439 * progmodes/ld-script.el (ld-script-mode): Likewise.
8440
8441 2011-06-15 Martin Rudalics <rudalics@gmx.at>
8442
8443 * window.el (display-buffer-alist): Trim default value to avoid
8444 popping up a new frame (Bug#8857) or reusing an arbitrary window
8445 on another frame.
8446 (display-buffer): Do not fall back on popping up a new frame in
8447 batch mode (Bug#8857).
8448
8449 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
8450
8451 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8452 (custom-theme-summary): New function.
8453 (customize-themes): Use it.
8454
8455 2011-06-13 Glenn Morris <rgm@gnu.org>
8456
8457 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8458
8459 2011-06-13 Martin Rudalics <rudalics@gmx.at>
8460
8461 * help.el (help-window): Remove variable.
8462 (help-window-point-marker, temp-buffer-max-height)
8463 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8464 (help-print-return-message): Don't set help-window.
8465 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8466 (help-window-setup-finish): Remove.
8467 (help-window-display-message, help-window-setup)
8468 (with-help-window): Major rewrite based on new
8469 display-buffer-window variable.
8470
8471 * help-mode.el (help-mode-finish): Remove help-window related
8472 code.
8473
8474 * view.el (view-exits-all-viewing-windows): Remove reference to
8475 view-return-to-alist in doc-string.
8476 (view-return-to-alist): Make obsolete.
8477 (view-buffer): Call pop-to-buffer-same-window and remove
8478 undo-window code.
8479 (view-buffer-other-window): Call pop-to-buffer-other-window and
8480 simplify code. Ignore second argument.
8481 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8482 simplify code. Ignore second argument.
8483 (view-return-to-alist-update): Make obsolete.
8484 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8485 Rewrite using quit-restore window parameters.
8486 (view-mode-exit): Rename second argument to EXIT-ONLY.
8487 Rewrite using quit-restore-window.
8488 (View-exit, View-exit-and-edit, View-leave, View-quit)
8489 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8490 appropriate arguments.
8491 (view-end-message): Use quit-restore window parameter.
8492
8493 * window.el (display-buffer-function): Rewrite doc-string.
8494 (display-buffer-window, display-buffer-alist): New variables.
8495 (display-buffer-split-specifiers)
8496 (display-buffer-side-specifiers)
8497 (display-buffer-macro-specifiers): New constants.
8498 (display-buffer-even-window-sizes, display-buffer-set-height)
8499 (display-buffer-set-width, display-buffer-select-window)
8500 (display-buffer-in-window, display-buffer-reuse-window)
8501 (display-buffer-split-window-1, display-buffer-split-window)
8502 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8503 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8504 (display-buffer-in-side-window, normalize-buffer-to-display)
8505 (display-buffer-normalize-specifiers-1)
8506 (display-buffer-normalize-specifiers-2)
8507 (display-buffer-normalize-specifiers, display-buffer-frame):
8508 New functions.
8509 (display-buffer): Major rewrite.
8510 (display-buffer-other-window, display-buffer-other-frame)
8511 (pop-to-buffer, switch-to-buffer-other-window)
8512 (switch-to-buffer-other-frame): Rewrite.
8513 (display-buffer-same-window, display-buffer-same-frame)
8514 (display-buffer-same-frame-other-window)
8515 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8516 (pop-to-buffer-other-window)
8517 (pop-to-buffer-same-frame-other-window)
8518 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8519 (switch-to-buffer-other-window-same-frame): New functions.
8520 (same-window-p, special-display-p): Rewrite disabling warnings.
8521 Make obsolete.
8522 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8523 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8524 Make obsolete
8525 (same-window-buffer-names, same-window-regexps)
8526 (special-display-frame-alist, special-display-popup-frame)
8527 (special-display-function, special-display-buffer-names)
8528 (special-display-regexps, pop-up-frame-alist)
8529 (pop-up-frame-function, split-window-preferred-function)
8530 (split-height-threshold, split-width-threshold)
8531 (even-window-heights): Make obsolete.
8532
8533 2011-06-12 Glenn Morris <rgm@gnu.org>
8534
8535 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
8536 Misc simplifications.
8537
8538 2011-06-12 Martin Rudalics <rudalics@gmx.at>
8539
8540 * window.el (window-safely-shrinkable-p): Restore function which
8541 was inadvertently removed in change from 2011-06-11. Declare as
8542 obsolete.
8543
8544 * calendar/calendar.el (calendar-generate-window):
8545 Use window-iso-combined-p instead of combination of one-window-p and
8546 window-safely-shrinkable-p.
8547
8548 2011-06-12 Glenn Morris <rgm@gnu.org>
8549
8550 * progmodes/fortran.el (fortran-mode-syntax-table):
8551 * progmodes/f90.el (f90-mode-syntax-table):
8552 Set % to punctuation. (Bug#8820)
8553 (f90-find-tag-default): Remove, no longer needed.
8554
8555 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8556
8557 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8558
8559 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
8560
8561 * image.el (image-animated-p): Return animation delay in seconds.
8562 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8563 (image-animate-timeout): Remove DELAY argument. Don't assume
8564 every subimage has the same delay; get it from image-animated-p.
8565 (image-animate): Caller changed.
8566
8567 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
8568
8569 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8570 to ignored backtrace functions.
8571
8572 2011-06-11 Glenn Morris <rgm@gnu.org>
8573
8574 * calendar/appt.el (appt-disp-window-function): Doc fix.
8575 (appt-check): Handle overlapping appointments. (Bug#8337)
8576
8577 2011-06-11 Martin Rudalics <rudalics@gmx.at>
8578
8579 * window.el (window-tree-1, window-tree): New functions, moving
8580 the latter to window.el.
8581 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8582 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8583 (bw-refresh-edges): Remove.
8584 (balance-windows-1, balance-windows-2): New functions.
8585 (balance-windows): Rewrite in terms of window tree functions,
8586 balance-windows-1 and balance-windows-2.
8587 (bw-adjust-window): Remove.
8588 (balance-windows-area-adjust): New function with functionality of
8589 bw-adjust-window but using resize-window.
8590 (set-window-text-height): Rewrite doc-string.
8591 Use normalize-live-window and resize-window.
8592 (enlarge-window-horizontally, shrink-window-horizontally):
8593 Rename argument to DELTA.
8594 (window-buffer-height): New function.
8595 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8596 Rewrite using new window resize routines.
8597 (kill-buffer-and-window, mouse-autoselect-window-select):
8598 Use ignore-errors instead of condition-case.
8599 (quit-window): Call delete-frame instead of delete-windows-on
8600 for the only buffer on frame.
8601
8602 2011-06-10 Martin Rudalics <rudalics@gmx.at>
8603
8604 * loadup.el (top-level): Load window before files for the sake
8605 of replace-buffer-in-windows.
8606
8607 * files.el (read-buffer-to-switch)
8608 (switch-to-buffer-other-window)
8609 (switch-to-buffer-other-frame, display-buffer-other-frame):
8610 Move to window.el.
8611
8612 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8613 (previous-buffer): Move to window.el.
8614
8615 * bindings.el (unbury-buffer): Move to window.el.
8616
8617 * window.el (delete-other-windows-vertically): Move after
8618 definition of delete-other-windows.
8619 (other-window, delete-windows-on, replace-buffer-in-windows):
8620 Move here from window.c.
8621 (record-window-buffer, unrecord-window-buffer)
8622 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8623 (switch-to-next-buffer): New functions.
8624 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8625 from simple.el. Call switch-to-next-buffer.
8626 (previous-buffer): Move here from simple.el.
8627 Call switch-to-prev-buffer.
8628 (bury-buffer): Move here from buffer.c. Switch to previous
8629 buffer when window cannot be deleted.
8630 (unbury-buffer): Move here from bindings.el.
8631 (ctl-x-map): Move binding for other-window from window.c to
8632 here.
8633 (read-buffer-to-switch, switch-to-buffer-other-window)
8634 (switch-to-buffer-other-frame): Move here from files.el.
8635 (normalize-buffer-to-switch-to): New functions.
8636 (switch-to-buffer): Move here from buffer.c.
8637 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
8638
8639 2011-06-10 Martin Rudalics <rudalics@gmx.at>
8640
8641 * window.el (window-min-height, window-min-width): Move here
8642 from window.c. Add defcustoms and rewrite doc-strings.
8643 (resize-mini-window, resize-window): New functions.
8644 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8645 Move here from window.c.
8646 (maximize-window, minimize-window): New functions.
8647 (delete-window, delete-other-windows, split-window): Move here
8648 from window.c.
8649 (window-split-min-size): New function.
8650 (split-window-keep-point): Mention split-window-above-each-other
8651 instead of split-window-vertically.
8652 (split-window-above-each-other, split-window-vertically):
8653 Rename split-window-vertically to split-window-above-each-other
8654 and provide defalias for old definition.
8655 (split-window-side-by-side, split-window-horizontally):
8656 Rename split-window-horizontally to split-window-side-by-side
8657 and provide defalias for the old definition.
8658 (ctl-x-map): Move bindings for delete-window,
8659 delete-other-windows and enlarge-window here from window.c.
8660 Replace bindings for split-window-vertically and
8661 split-window-horizontally by bindings for
8662 split-window-above-each-other and split-window-side-by-side.
8663
8664 * cus-start.el (all): Remove entries for window-min-height and
8665 window-min-width. Add entries for window-splits and
8666 window-nest.
8667
8668 2011-06-09 Glenn Morris <rgm@gnu.org>
8669
8670 * calendar/appt.el (appt-mode-line): New function.
8671 (appt-check, appt-disp-window): Use it.
8672
8673 * files.el (hack-one-local-variable-eval-safep):
8674 Allow minor-modes with explicit +/-1 arguments.
8675
8676 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8677
8678 * term/xterm.el (xterm): Add defgroup.
8679 (xterm-extra-capabilities): Add defcustom to supply known xterm
8680 capabilities, skip querying them, or query them (default).
8681 (terminal-init-xterm): Use it.
8682 (terminal-init-xterm-modify-other-keys): New function to set up
8683 modifyOtherKeys support to simplify `terminal-init-xterm'.
8684
8685 2011-06-09 Martin Rudalics <rudalics@gmx.at>
8686
8687 * window.el (resize-window-reset, resize-window-reset-1)
8688 (resize-subwindows-skip-p, resize-subwindows-normal)
8689 (resize-subwindows, resize-other-windows, resize-this-window)
8690 (resize-root-window, resize-root-window-vertically)
8691 (window-deletable-p, window-or-subwindow-p)
8692 (frame-root-window-p): New functions.
8693
8694 2011-06-09 Glenn Morris <rgm@gnu.org>
8695
8696 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8697 (ange-ftp-get-files): Use it.
8698
8699 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8700
8701 * mail/sendmail.el (mail-recover-1, mail-recover):
8702 * files.el (recover-file, recover-session):
8703 Handle dired-listing-switches not being just a single short option.
8704
8705 2011-06-09 Glenn Morris <rgm@gnu.org>
8706
8707 * calendar/appt.el (appt-display-message, appt-disp-window):
8708 Handle lists of appointments.
8709
8710 2011-06-08 Martin Rudalics <rudalics@gmx.at>
8711
8712 * window.el (one-window-p): Move down in code.
8713 Rewrite doc-string.
8714 (window-current-scroll-bars): Rewrite doc-string.
8715 Normalize live window argument.
8716 (walk-windows, get-window-with-predicate, count-windows):
8717 Rewrite doc-string. Use window-list-1.
8718 (window-in-direction-2, window-in-direction, get-mru-window):
8719 New functions.
8720
8721 2011-06-08 Reuben Thomas <rrt@sc3d.org>
8722
8723 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8724 Doc fix (Bug#8713).
8725
8726 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
8727
8728 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8729
8730 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
8731
8732 * loadhist.el (unload-feature-special-hooks):
8733 Add `comint-output-filter-functions'.
8734
8735 2011-06-08 Ivan Kanis <gnu@kanis.fr>
8736
8737 * calendar/appt.el (appt-check): Move some initializations into the let.
8738
8739 2011-06-08 Martin Rudalics <rudalics@gmx.at>
8740
8741 * window.el (window-height): Defalias to window-total-height.
8742 (window-width): Defalias to window-body-width.
8743
8744 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
8745
8746 * image-mode.el (image-toggle-animation): New command.
8747 (image-mode-map): Bind it to RET.
8748 (image-mode): Update message.
8749 (image-toggle-display-image): Avoid a spurious cache flush.
8750 (image-transform-rotation): Doc fix.
8751 (image-transform-properties): Return quickly in the normal case.
8752 (image-animate-loop): Rename from image-animate-max-time.
8753
8754 * image.el (image-animate-max-time): Move to image-mode.el.
8755 (create-animated-image): Remove unnecessary function.
8756 (image-animate): Rename from image-animate-start. New arg.
8757 (image-animate-stop): Remove; just use image-animate-timer.
8758 (image-animate-timer): Use car-safe.
8759 (image-animate-timeout): Rename argument.
8760
8761 2011-06-07 Martin Rudalics <rudalics@gmx.at>
8762
8763 * window.el (get-lru-window, get-largest-window): Move here from
8764 window.c. Rename first argument to ALL-FRAMES.
8765 Rephrase doc-strings.
8766 (get-buffer-window-list): Rewrite using window-list-1.
8767 Rephrase doc-string.
8768 (window-safe-min-height, window-safe-min-width): New constants.
8769 (window-size-ignore, window-min-size, window-min-size-1)
8770 (window-sizable, window-sizable-p, window-size-fixed-1)
8771 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8772 (window-max-delta-1, window-max-delta, window-resizable)
8773 (window-resizable-p, window-total-height, window-total-width)
8774 (window-body-width): New functions.
8775 (window-full-height-p, window-full-width-p): Rewrite using
8776 window-total-size.
8777 (window-body-height): Rewrite using window-body-size.
8778
8779 2011-06-06 Martin Rudalics <rudalics@gmx.at>
8780
8781 * window.el (window-right, window-left, window-child)
8782 (window-child-count, window-last-child, window-any-p)
8783 (normalize-live-buffer, normalize-live-frame)
8784 (normalize-any-window, normalize-live-window)
8785 (window-iso-combination-p, window-iso-combined-p)
8786 (window-iso-combinations)
8787 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8788 (windows-with-parameter, window-with-parameter)
8789 (window-atom-root, make-window-atom, window-atom-check-1)
8790 (window-atom-check, window-side-check, window-check):
8791 New functions.
8792 (ignore-window-parameters, window-sides, window-sides-vertical)
8793 (window-sides-slots): New variables.
8794 (window-size-fixed): Move down in code. Minor doc-string fix.
8795
8796 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8797
8798 * comint.el (comint-dynamic-complete-as-filename)
8799 (comint-dynamic-complete-filename): Correctly call
8800 completion-in-region.
8801
8802 2011-06-05 Deniz Dogan <deniz@dogan.se>
8803
8804 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8805 in last change.
8806
8807 2011-06-05 Deniz Dogan <deniz@dogan.se>
8808
8809 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8810 (rcirc): Use it to prompt for encryption.
8811
8812 2011-06-05 Roland Winkler <winkler@gnu.org>
8813
8814 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8815 (bibtex-search-entries): New command bound to C-c C-a.
8816 (bibtex-display-entries): New function.
8817
8818 2011-06-05 Roland Winkler <winkler@gnu.org>
8819
8820 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8821 (bibtex-insert-kill): After yanking insert newline if necessary.
8822 (bibtex-initialize): Call bibtex-string-files-init only once.
8823 (bibtex-mode): Do not call easy-menu-add.
8824 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8825 (bibtex-yank): Set arg properly if nil.
8826
8827 2011-06-05 Roland Winkler <winkler@gnu.org>
8828
8829 * textmodes/bibtex.el (bibtex-search-entry-globally):
8830 New variable.
8831 (bibtex-search-entry): Use it.
8832
8833 2011-06-05 Roland Winkler <winkler@gnu.org>
8834
8835 * textmodes/bibtex.el (bibtex-entry-format): New option
8836 sort-fields.
8837 (bibtex-format-entry, bibtex-reformat): Honor this option.
8838 (bibtex-parse-entry): Return fields in proper order.
8839
8840 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
8841
8842 * doc-view.el (doc-view-remove-if): Move computation of result out
8843 of `dolist' to silence misleading lexical-binding warning.
8844
8845 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
8846
8847 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8848 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8849
8850 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
8851
8852 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8853 "SunOS 5.10".
8854
8855 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
8856
8857 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8858 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8859 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8860 (tramp-parse-putty):
8861 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8862 (tramp-completion-function-alist-ssh)
8863 (tramp-completion-function-alist-telnet)
8864 (tramp-completion-function-alist-su)
8865 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8866 cookie.
8867
8868 * net/tramp-ftp.el:
8869 * net/tramp-sh.el:
8870 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8871 load "tramp.el" `tramp-set-completion-function'.
8872
8873 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8874
8875 * shell.el: Require and use pcomplete.
8876 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8877 (shell-completion-vars): Set pcomplete-default-completion-function.
8878
8879 2011-06-04 Deniz Dogan <deniz@dogan.se>
8880
8881 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8882 `memq' (Bug#8799).
8883
8884 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8887
8888 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8891 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8892 * vc/log-view.el (log-view-beginning-of-defun):
8893 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8894 (smerge-refine-forward, smerge-refine-chopup-region):
8895 Silence warning for unused `dotimes' counter variables.
8896
8897 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8898
8899 * net/tramp.el (tramp-with-progress-reporter): Rename from
8900 with-progress-reporter. Use `declare'.
8901 * net/tramp-smb.el:
8902 * net/tramp-sh.el:
8903 * net/tramp-gvfs.el: Update all uses.
8904
8905 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8906
8907 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8908 buffer isn't killed before making it current.
8909
8910 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 Silence various byte-compiler warnings.
8913 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8914 `access-type' and new obsolescence format.
8915 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8916 new format.
8917 (byte-compile-check-variable): New `access-type' argument.
8918 Only warn if the access-type is obsolete.
8919 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8920 (byte-compile-variable-set): Adjust callers.
8921 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8922 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8923 setting it as obsolete.
8924 * simple.el (minibuffer-completing-symbol):
8925 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8926 access as obsolete.
8927 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8928 obsolete yet.
8929 * international/quail.el (quail-mouse-choose-completion): Remove unused
8930 code referring to obsolete var.
8931 (quail-choose-completion-string): Remove.
8932 * server.el (server-clients-with, server-kill-buffer-query-function)
8933 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8934 * proced.el (proced-send-signal):
8935 * emacs-lisp/lisp.el (lisp-complete-symbol):
8936 Replace completion-annotate-function with completion-extra-properties.
8937
8938 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * simple.el (goto-line): Use read-number.
8941 (overriding-map-is-bound): Remove.
8942 (saved-overriding-map): Change default.
8943 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8944 Take the map as argument.
8945 (universal-argument, negative-argument, digit-argument): Use it.
8946 (restore-overriding-map): Adjust.
8947 (do-auto-fill): Use fill-forward-paragraph.
8948 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8949
8950 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8951 (minibuffer-inactive-mode): New major mode.
8952 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8953 the *Messages* buffer" hack.
8954 (mouse-popup-menubar): Don't burp if the event is a normal key.
8955
8956 Miscellaneous tweaks.
8957 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8958 lexical scoping as in subr.el's dolist and dotimes.
8959 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8960 Silence compiler warning.
8961 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8962 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8963 * international/ccl.el (ccl-compile): Trivial simplification.
8964 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8965 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8966 `printflag' argument.
8967 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8968 Purecopy the whole obsolescence data.
8969
8970 2011-06-01 Leo Liu <sdl.web@gmail.com>
8971
8972 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8973 improve doc-string as suggested by Marco Pessotto
8974 <melmothx@gmail.com>.
8975 (rcirc-print): Fix last change.
8976
8977 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * minibuffer.el (complete-with-action): Return nil for the metadata and
8980 boundaries of non-functional tables.
8981 (completion-table-dynamic): Return nil for the metadata.
8982 (completion-table-with-terminator): Add default case, using
8983 complete-with-action.
8984 (completion--metadata): New function.
8985 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8986 to try and avoid pathological performance problems.
8987 (completion--embedded-envvar-table): Return `category' metadata.
8988
8989 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8990
8991 * subr.el (process-alive-p): New tiny convenience function.
8992
8993 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8996 content but also its previous major mode.
8997
8998 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
8999
9000 * emacs-lisp/debug.el (debug): Restore the previous content of the
9001 *Backtrace* buffer when we exit with C-M-c.
9002
9003 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9004
9005 * minibuffer.el: Add metadata method to completion tables.
9006 (completion-category-overrides): New defcustom.
9007 (completion-metadata, completion--field-metadata)
9008 (completion-metadata-get, completion--styles)
9009 (completion--cycle-threshold): New functions.
9010 (completion-try-completion, completion-all-completions):
9011 Add `metadata' argument to choose completion-styles.
9012 (completion--do-completion): Use metadata to choose cycling.
9013 (completion-all-sorted-completions): Use metadata for sorting.
9014 Remove :completion-cycle-penalty which is not needed any more.
9015 (completion--try-word-completion): Add `metadata' argument.
9016 (minibuffer-completion-help): Check metadata for annotation function
9017 and sorting.
9018 (completion-file-name-table): Return `category' metadata.
9019 (minibuffer-completing-file-name): Make obsolete.
9020 * simple.el (minibuffer-completing-symbol): Make obsolete.
9021 * icomplete.el (icomplete-completions): Pass new `metadata' param to
9022 completion-try-completion.
9023
9024 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
9027
9028 2011-05-30 Leo Liu <sdl.web@gmail.com>
9029
9030 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
9031 (rcirc-print): Decode all incoming messages (bug#8744).
9032 (rcirc-decode-coding-system): Allow value nil for automatic coding
9033 system detection.
9034
9035 2011-06-01 Glenn Morris <rgm@gnu.org>
9036
9037 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
9038
9039 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
9040
9041 * image.el (image-animate-max-time): Allow nil and t values.
9042 Default to nil.
9043 (create-animated-image): Doc fix.
9044 (image-animate-start): Remove second arg; just use
9045 image-animate-max-time.
9046 (image-animate-timeout): Doc fix. Args changed.
9047
9048 * image-mode.el (image-toggle-display-image): Ensure that the
9049 image spec passed to the animate timer is the same object as in
9050 the buffer's display property (Bug#6981).
9051 (image-transform-properties): Doc fix.
9052
9053 * image.el (image-animate-max-time): Default to nil.
9054
9055 2011-05-29 Martin Rudalics <rudalics@gmx.at>
9056
9057 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
9058 entire buffer list (Bug#8184).
9059
9060 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
9061
9062 * image.el (imagemagick-types-inhibit)
9063 (imagemagick-register-types): Doc fix.
9064
9065 2011-05-29 Deniz Dogan <deniz@dogan.se>
9066
9067 * net/rcirc.el (rcirc): Use the user's stored encryption method by
9068 default.
9069
9070 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
9071
9072 * select.el: Don't perform clipboard-manager saving in hooks;
9073 leave the hooks empty.
9074
9075 2011-05-28 Leo Liu <sdl.web@gmail.com>
9076
9077 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
9078 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
9079 (occur-edit-mode): New major mode (Bug#8463).
9080 (occur-after-change-function): New function.
9081 (occur-engine): Give Occur tags a read-only property.
9082
9083 2011-05-28 Kevin Ryde <user42@zip.com.au>
9084
9085 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
9086
9087 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
9088
9089 * bindings.el (help-echo): Make the initial non-indicator dash
9090 empty on graphical terminals (Bug#7295).
9091
9092 * files.el (auto-mode-alist): Move config rule after the
9093 in-stripping one (Bug#8547).
9094
9095 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
9096
9097 * startup.el (normal-splash-screen): Remove gratuitous mode-line
9098 setting (Bug#8740).
9099
9100 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
9101
9102 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
9103 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
9104 (Bug#8539).
9105
9106 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
9107
9108 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
9109
9110 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
9111
9112 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
9113 (hs-hide-block-at-point, hs-find-block-beginning)
9114 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
9115 (Bug#8279).
9116
9117 2011-05-28 Glenn Morris <rgm@gnu.org>
9118
9119 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
9120
9121 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
9122
9123 * help-fns.el (describe-function-1): If the function is a derived
9124 major mode, print the parent mode.
9125
9126 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
9127 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
9128
9129 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * minibuffer.el (completion--capf-wrapper): Check applicability before
9132 returning non-nil for non-exclusive completion data.
9133 * progmodes/etags.el (tags-completion-at-point-function):
9134 * info-look.el (info-lookup-completions-at-point): Mark as
9135 non-exclusive.
9136 (info-complete): Adjust accordingly.
9137
9138 * info-look.el: Convert to lexical-binding and completion-at-point.
9139 (info-lookup-completions-at-point): New function.
9140 (info-complete): Use it and completion-in-region.
9141
9142 2011-05-28 Drew Adams <drew.adams@oracle.com>
9143
9144 * isearch.el: Let M-e start with point at the first mismatched char.
9145 (isearch-fail-pos): New function.
9146 (isearch-edit-string): Use it.
9147
9148 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9149
9150 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9151
9152 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
9153
9154 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
9155 traversal functions for avl-trees.
9156 (avl-tree--stack): New struct.
9157 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
9158 (avl-tree-enter): Add optional `updatefun' arg.
9159 (avl-tree--do-enter): Add optional `updatefun' arg.
9160 Change return value.
9161 (avl-tree-delete): Add optional `test' and `nilflag' args.
9162 (avl-tree--do-delete): Add `test' and `nilflag' args.
9163 Change return value.
9164 (avl-tree-member): Add optional `nilflag'
9165 (avl-tree-member-p): New function.
9166 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
9167 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
9168 (avl-tree-stack-empty-p): New functions.
9169
9170 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
9171 avl-tree--del-balance1 and make it work both ways.
9172 (avl-tree--del-balance2): Remove.
9173 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
9174 make it work both ways.
9175 (avl-tree--enter-balance2): Remove.
9176 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
9177 New macros.
9178 (avl-tree--mapc, avl-tree-map): Add direction argument.
9179
9180 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
9181
9182 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
9183
9184 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * select.el: Support clipboard managers with built-in function
9187 x-clipboard-manager-save, via delete-frame-functions and
9188 kill-emacs-hook.
9189 (xselect-convert-to-targets): Add MULTIPLE target to list.
9190 (xselect-convert-to-save-targets): New function.
9191
9192 2011-05-27 Kenichi Handa <handa@m17n.org>
9193
9194 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
9195 let-binding rfc2047-encode-encoded-words to nil.
9196
9197 2011-05-27 Glenn Morris <rgm@gnu.org>
9198
9199 * mail/emacsbug.el: Don't require url-util.
9200
9201 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
9202
9203 * files.el (set-auto-mode):
9204 Also respect mode: entries at the end of the file. (Bug#8586)
9205
9206 2011-05-26 Glenn Morris <rgm@gnu.org>
9207
9208 * files.el (hack-local-variables-prop-line, hack-local-variables):
9209 Downcase mode names, as seems to be traditional.
9210 (hack-local-variables, hack-local-variables-apply): Doc fixes.
9211
9212 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
9213 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
9214
9215 2011-05-25 Julien Danjou <julien@danjou.info>
9216
9217 * textmodes/rst.el (rst-define-level-faces): Do not define face
9218 symbol if it is already defined.
9219
9220 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
9221
9222 * play/5x5.el (5x5-new-game, 5x5-randomize):
9223 Reset 5x5-solver-output to nil when a new grid is cast.
9224 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
9225 these debugging traces, as defmacro breaks the compiled code.
9226
9227 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
9228
9229 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
9230
9231 2011-05-24 Leo Liu <sdl.web@gmail.com>
9232
9233 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
9234 (vc-bzr-sha1): Adapt.
9235
9236 * sha1.el: Remove. Function `sha1' is now builtin.
9237
9238 * bindings.el: Provide sha1 feature.
9239
9240 2011-05-24 Kenichi Handa <handa@m17n.org>
9241
9242 * mail/sendmail.el: Require `rfc2047'.
9243 (mail-insert-from-field): Do not perform RFC2047 encoding.
9244 (mail-encode-header): New function.
9245 (sendmail-send-it): Set buffer-file-coding-system of the work
9246 buffer to the return value of select-message-coding-system.
9247 Call mail-encode-header.
9248
9249 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
9250
9251 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
9252
9253 * mail/supercite.el (sc-default-cite-frame):
9254 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
9255
9256 2011-05-24 Glenn Morris <rgm@gnu.org>
9257
9258 * progmodes/python.el (brm-menu): Declare.
9259
9260 * emulation/viper.el (viper-set-hooks): Declare.
9261
9262 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
9263 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
9264 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
9265 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
9266 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
9267 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
9268
9269 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 Add an :exit-function for completion-at-point.
9272
9273 * minibuffer.el (completion--done): New fun.
9274 (completion--do-completion): Use it. New arg `expect-exact'.
9275 (minibuffer-complete, minibuffer-complete-word): Don't output message,
9276 since completion--do-completion does it for us now.
9277 (minibuffer-force-complete): Use completion--done and
9278 completion--replace. Handle sole-completion case with more care.
9279 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
9280 (completion-extra-properties): New var.
9281 (completion-annotate-function): Make obsolete.
9282 (minibuffer-completion-help): Adjust accordingly.
9283 Use completion-list-insert-choice-function.
9284 (completion-at-point, completion-help-at-point):
9285 Bind completion-extra-properties.
9286 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
9287 * simple.el (completion-list-insert-choice-function): New var.
9288 (completion-setup-function): Preserve it.
9289 (choose-completion): Pay attention to it, shuffle the code a bit.
9290 (choose-completion-string): New arg `insert-function'.
9291
9292 * textmodes/bibtex.el: Convert to lexical binding.
9293 (bibtex-mode-map): Use completion-at-point.
9294 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
9295 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
9296 (bibtex-complete): Define as obsolete alias.
9297 (bibtex-complete-internal): Remove.
9298 (bibtex-format-entry): Remove unused sub-group in regexp.
9299 * shell.el (shell--command-completion-data)
9300 (shell-environment-variable-completion):
9301 * pcomplete.el (pcomplete-completions-at-point):
9302 * comint.el (comint--complete-file-name-data): Use :exit-function
9303 instead of completion-table-with-terminator so it also works for
9304 choose-completion.
9305
9306 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9307
9308 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
9309
9310 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
9311 (bug#8710).
9312
9313 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
9314
9315 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
9316
9317 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
9318 customization variable and implement: If non-nil, auto-fill will
9319 be inhibited while on topic's header line.
9320
9321 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
9322
9323 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
9324 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
9325 always have a solution in grid size = 5 cases.
9326 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
9327 (5x5-solver-output, 5x5-log-buffer): New vars.
9328 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
9329 Make these variables buffer local to achieve 5x5 multi-session-ness.
9330 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
9331 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
9332 (5x5-solve-suggest): New funs.
9333 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
9334 randomize a grid so that we ensure that there is always a solution.
9335 (5x5-make-random-grid): Allow other movement than flipping.
9336
9337 2011-05-23 Kevin Ryde <user42@zip.com.au>
9338
9339 * emacs-lisp/advice.el (ad-read-advised-function):
9340 Use `function-called-at-point' as the default, if it has
9341 advice and passes PREDICATE.
9342
9343 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
9346 byte-compile-lambda if it's actually a lambda.
9347
9348 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
9349 Fix function quoting. Use backquote better.
9350
9351 2011-05-22 Yuanle Song <sylecn@gmail.com>
9352
9353 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
9354 matching (Bug#8516).
9355
9356 2011-01-22 Jari Aalto <jari.aalto@cante.net>
9357
9358 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
9359 different face (Bug#8178).
9360
9361 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
9362
9363 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
9364 defface (Bug#8144).
9365
9366 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9367
9368 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
9369 funcall as well (bug#8712). Warn when performing those conversions.
9370 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
9371
9372 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
9373
9374 2011-05-22 Glenn Morris <rgm@gnu.org>
9375
9376 * files.el (hack-local-variables-prop-line): Small simplifications.
9377 (hack-local-variables, hack-local-variables-prop-line):
9378 If MODE-ONLY, return the mode, rather than just `t'.
9379
9380 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
9383
9384 2011-05-21 Glenn Morris <rgm@gnu.org>
9385
9386 * files.el (hack-local-variables-prop-line, hack-local-variables):
9387 If only interested in the mode, don't bother doing the other stuff.
9388
9389 * image-mode.el (image-after-revert-hook):
9390 Redraw all frames on which the image is visible. (Bug#8567)
9391
9392 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9393
9394 * wid-edit.el (widget-checklist-match-inline):
9395 Fix 2011-04-19 change. (Bug#8649)
9396
9397 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9400 Also allow singlespace after single-letter capitals followed by a dot.
9401
9402 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9403 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9404
9405 2011-05-20 Nix <nix@esperi.org.uk>
9406
9407 * files.el (basic-save-buffer-2):
9408 Fix handling of break-hardlink-on-save with non-existent files.
9409
9410 2011-05-19 Deniz Dogan <deniz@dogan.se>
9411
9412 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9413 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
9414
9415 2011-05-19 Glenn Morris <rgm@gnu.org>
9416
9417 * progmodes/f90.el (f90-type-def-re):
9418 Handle "type, bind(c)". (Bug#8691)
9419
9420 * emacs-lisp/autoload.el (batch-update-autoloads):
9421 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9422
9423 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
9424
9425 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9426 property for the correct connection in case of multihops.
9427
9428 2011-05-18 Glenn Morris <rgm@gnu.org>
9429
9430 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
9431 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9432
9433 Rationalize calendar handling of day and month abbrev-arrays.
9434 * calendar/calendar.el (calendar-customized-p): New function.
9435 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9436 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9437 Add :set function.
9438 (calendar-abbrev-length, calendar-day-abbrev-array)
9439 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9440 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9441 Elements may no longer be nil.
9442 (calendar-day-name, calendar-month-name):
9443 Update for changed nature of abbrev arrays.
9444 * calendar/diary-lib.el (diary-name-pattern):
9445 Update for changed nature of abbrev arrays.
9446 (diary-mark-entries-1): Update calendar-make-alist calls.
9447 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9448 * calendar/cal-html.el (cal-html-day-abbrev-array):
9449 Simply inherit from calendar-day-abbrev-array.
9450
9451 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * progmodes/grep.el (grep-mode): Disable default
9454 compilation-directory-matcher setting (bug#8684).
9455
9456 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
9457
9458 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9459 instead of "head" and "tail". There were problems with SunOS 5.9,
9460 and it performs better.
9461
9462 2011-05-17 Glenn Morris <rgm@gnu.org>
9463
9464 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9465
9466 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9467 Replace obsolete function.
9468
9469 * shell.el (pcomplete-parse-arguments-function): Declare.
9470
9471 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9472 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9473 (appt-check): Doc fixes.
9474 (appt-disp-window-function, appt-delete-window-function):
9475 Remove needless special case in custom :type.
9476 (appt-display-count): Default to 0, not nil.
9477 (appt-check): Reset appt-display-count to 0, not nil.
9478
9479 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
9480
9481 * progmodes/python.el (python-font-lock-keywords):
9482 Add the Python 3.X keyword "nonlocal" (bug#8639).
9483
9484 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9487
9488 2011-05-16 Kevin Ryde <user42@zip.com.au>
9489
9490 * info-look.el (makefile-automake-mode): New setups, looking in
9491 automake manual, then makefile-mode.
9492 (makefile-mode): Remove automake manual, have it just in
9493 makefile-automake-mode since there's various things different or
9494 not relevant to plain make.
9495 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9496 believe a hypothetical automake-mode would go to makefile-mode,
9497 not the other way around.
9498
9499 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9502 hunk-end tags (Bug#8672).
9503
9504 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9505 vc-annotate-show-diff-revision-at-line (Bug#8671).
9506
9507 2011-05-14 Glenn Morris <rgm@gnu.org>
9508
9509 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9510 in the middle of an existing one with multiple authors. (Bug#8645)
9511 (change-log-font-lock-keywords): Also handle multiple author lines
9512 with leading tabs. (Bug#8644)
9513
9514 * calendar/appt.el (appt-check): Rename some local variables.
9515 Some simplification/reordering.
9516
9517 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9518 (feedmail-sendmail-f-doesnt-sell-me-out)
9519 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9520 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9521 (feedmail-queue-runner-message-sender): Set :version.
9522 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9523 (bbdb-dwim-net-address, vm-mail): Declare.
9524 (feedmail-binmail-gnulinuxish-template):
9525 Rename from feedmail-binmail-linuxish-template.
9526 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9527 Use insert-buffer-substring.
9528
9529 2011-05-14 Bill Carpenter <bill@carpenter.org>
9530
9531 * mail/feedmail.el (feedmail-patch-level): Increase.
9532 (feedmail-debug): New custom group.
9533 (feedmail-confirm-outgoing-timeout)
9534 (feedmail-sendmail-f-doesnt-sell-me-out)
9535 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9536 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9537 (feedmail-sender-line, feedmail-from-line)
9538 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
9539 (feedmail-spray-this-address)
9540 (feedmail-spray-address-fiddle-plex-list)
9541 (feedmail-queue-use-send-time-for-date)
9542 (feedmail-queue-use-send-time-for-message-id)
9543 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9544 (feedmail-buffer-eating-function):
9545 Doc fixes.
9546 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9547 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9548 (feedmail-message-action-scroll-down): New functions.
9549 (feedmail-queue-directory, feedmail-queue-draft-directory):
9550 Use expand-file-name.
9551 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9552 Remove C-v help entry.
9553 (feedmail-queue-buffer-file-name): New variable.
9554 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9555 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9556 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9557 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9558 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9559 (feedmail-message-action-toggle-spray)
9560 (feedmail-run-the-queue-no-prompts)
9561 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9562 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9563 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9564 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9565 (feedmail-envelope-deducer, feedmail-fiddle-from)
9566 (feedmail-fiddle-sender, feedmail-default-date-generator)
9567 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9568 (feedmail-fiddle-spray-address)
9569 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9570 (feedmail-fiddle-list-of-fiddle-plexes)
9571 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9572 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9573 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9574 Change default. Doc fix.
9575 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9576 (feedmail-binmail-linuxish-template): New constant.
9577 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9578 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9579 (feedmail-send-it): Add debug call.
9580 Use feedmail-queue-buffer-file-name, and
9581 feedmail-send-it-immediately-wrapper.
9582 (feedmail-message-action-send): Add debug call.
9583 Use feedmail-send-it-immediately-wrapper.
9584 (feedmail-queue-express-to-queue): Add debug call.
9585 Run feedmail-queue-express-hook.
9586 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9587 (feedmail-message-action-help-blat):
9588 Rename from feedmail-queue-send-edit-prompt-help-first.
9589 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9590 Check line-endings. Handle errors better.
9591 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9592 Doc fix. Add debug call.
9593 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9594 Use feedmail-queue-send-edit-prompt-inner.
9595 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9596 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9597 from feedmail-queue-send-edit-prompt.
9598 (feedmail-queue-send-edit-prompt-help)
9599 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9600 (feedmail-tidy-up-slug): Add debug call.
9601 Respect feedmail-queue-slug-suspect-regexp.
9602 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9603 (feedmail-dump-message-to-queue): Add debug call.
9604 Expand queue-directory.
9605 (feedmail-dump-message-to-queue): Change message slightly.
9606 Use feedmail-say-chatter.
9607 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9608 (feedmail-send-it-immediately-wrapper): New function.
9609 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9610 Insert empty string rather than newline. Handle full-frame case.
9611 Use catch/throw. Use feedmail-say-chatter.
9612 (feedmail-fiddle-from): Try mail-host-address.
9613 (feedmail-default-message-id-generator): Doc fix.
9614 Bind system-time-locale. Handle missing end.
9615 (feedmail-fiddle-x-mailer): Add debug call.
9616 Handle feedmail-x-mailer-line being nil.
9617 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9618 Add debug call. Use buffer-substring-no-properties.
9619 (feedmail-say-debug, feedmail-say-chatter): New functions.
9620 (feedmail-find-eoh): Give an explicit error.
9621
9622 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
9623
9624 * net/newst-treeview.el (newsticker-treeview-face): Change default
9625 family from helvetica to sans.
9626 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
9627 etc/images/newsticker.
9628
9629 * net/newst-reader.el (newsticker-feed-face): Change default
9630 family from helvetica to sans.
9631
9632 * net/newst-plainview.el (newsticker-new-item-face)
9633 (newsticker-old-item-face, newsticker-immortal-item-face)
9634 (newsticker-obsolete-item-face, newsticker-date-face)
9635 (newsticker-statistics-face): Change default family from
9636 helvetica to sans.
9637 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
9638 etc/images/newsticker.
9639
9640 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9641 (newsticker--process-auto-mark-filter-match): : Tell user about
9642 auto-marking.
9643
9644 2011-05-13 Didier Verna <didier@xemacs.org>
9645
9646 Common Lisp indentation improvements on defmethod and lambda-lists.
9647 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9648 TODO entries.
9649 (lisp-lambda-list-keyword-parameter-indentation)
9650 (lisp-lambda-list-keyword-parameter-alignment)
9651 (lisp-lambda-list-keyword-alignment): New customizable user options.
9652 (lisp-indent-defun-method): Improve docstring.
9653 (extended-loop-p): Fix comment.
9654 (lisp-indent-lambda-list-keywords-regexp): New variable.
9655 (lisp-indent-lambda-list): New function.
9656 (lisp-indent-259): Use it.
9657 (lisp-indent-defmethod): Support for more than one
9658 method qualifier and properly indent methods lambda-lists.
9659 (defgeneric): Provide a missing common-lisp-indent-function property.
9660
9661 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9664 bounds for the empty string (bug#8667).
9665
9666 2011-05-13 Glenn Morris <rgm@gnu.org>
9667
9668 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9669
9670 * mail/sendmail.el (sendmail-program): Try executable-find first.
9671 (sendmail-send-it): `sendmail-program' cannot be unbound.
9672
9673 * calendar/appt.el (appt-make-list): Simplify.
9674 (appt-time-msg-list): Doc fix.
9675 (appt-check): Change mode-line message at the time of the appointment.
9676
9677 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9678
9679 * progmodes/ld-script.el (ld-script-keywords)
9680 (ld-script-builtins): Update keywords list.
9681
9682 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9685
9686 * shell.el (shell-completion-vars): New function.
9687 (shell-mode):
9688 * simple.el (read-shell-command): Use it.
9689 (blink-matching-open): No need for " [...]" in minibuffer-message.
9690
9691 2011-05-12 Glenn Morris <rgm@gnu.org>
9692
9693 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9694 (appt-check): Simplify.
9695
9696 2011-05-12 Eli Zaretskii <eliz@gnu.org>
9697
9698 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
9699 literal "/dev/null".
9700
9701 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9702
9703 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9704 Fix typo.
9705
9706 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
9707
9708 * progmodes/which-func.el (which-function):
9709 Use add-log-current-defun instead of add-log-current-defun-function,
9710 which might not be defined (Bug#8260).
9711
9712 2011-05-12 Glenn Morris <rgm@gnu.org>
9713
9714 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9715 Let byte-compile-initial-macro-environment always take precedence.
9716
9717 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * net/rcirc.el: Add support for SSL/TLS connections.
9720 (rcirc-server-alist): New field `encryption'.
9721 (rcirc): Check `encryption' settings.
9722 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9723 Merge make-local-variable into `set'.
9724 (rcirc--connection-open-p): New function.
9725 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9726 the process is not a network process (e.g. running gnutls-cli).
9727 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9728 Make rcirc-(en|de)code-coding-system local here.
9729 (rcirc-mode): Merge make-local-variable into `set'.
9730 (rcirc-parent-buffer): Make permanent buffer-local.
9731 (rcirc-multiline-minor-mode): Don't do it here.
9732 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9733 there's no server buffer.
9734
9735 2011-05-11 Glenn Morris <rgm@gnu.org>
9736
9737 * newcomment.el (comment-kill): Prefix "unused" local.
9738
9739 * term/w32console.el (get-screen-color): Declare.
9740
9741 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9742 Handle symbol elements of byte-compile-initial-macro-environment.
9743
9744 2011-05-10 Leo Liu <sdl.web@gmail.com>
9745
9746 * bookmark.el (bookmark-bmenu-mode-map):
9747 Bind bookmark-bmenu-search to `/'.
9748
9749 * mail/footnote.el: Convert to utf-8 encoding.
9750 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9751 (Footnote-unicode): New function.
9752 (footnote-style-alist): Add unicode style to the list.
9753 (footnote-style): Doc fix.
9754
9755 2011-05-10 Jim Meyering <meyering@redhat.com>
9756
9757 Fix doubled-word typos.
9758 * international/quail.el (quail-insert-kbd-layout): and and -> and
9759 * kermit.el: and and -> and
9760 * net/ldap.el (ldap-search-internal): to to -> to
9761 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9762 * progmodes/js.el (js-mode): and and -> and
9763 * textmodes/artist.el (artist-move-to-xy): at at -> at
9764 (artist-draw-region-trim-line-endings): if if -> if
9765 And Safetyc -> Safety.
9766 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9767
9768 2011-05-10 Glenn Morris <rgm@gnu.org>
9769 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * files.el (hack-one-local-variable-eval-safep):
9772 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9773
9774 2011-05-10 Glenn Morris <rgm@gnu.org>
9775
9776 * calendar/diary-lib.el (diary-list-entries-hook)
9777 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9778 (diary-nongregorian-marking-hook, diary-list-entries)
9779 (diary-include-other-diary-files, diary-mark-entries)
9780 (diary-mark-included-diary-files): Doc fixes.
9781
9782 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
9783
9784 * misc.el: Require tabulated-list.el during compilation.
9785
9786 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
9787
9788 * progmodes/compile.el (compilation-start):
9789 Run compilation-filter-hook for the async case too.
9790 (compilation-filter-hook): Doc fix.
9791
9792 2011-05-09 Deniz Dogan <deniz@dogan.se>
9793
9794 * wdired.el: Remove outdated installation comment. Fix usage
9795 comment.
9796
9797 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
9798
9799 * misc.el: Implement new command `list-dynamic-libraries'.
9800 (list-dynamic-libraries--loaded-only-p): New variable.
9801 (list-dynamic-libraries--refresh): New function.
9802 (list-dynamic-libraries): New command.
9803
9804 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
9805
9806 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9807 Fix the ant regexp to handle end-line and end-column info from jikes.
9808 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9809 higher priority to avoid clobbering by gnu.
9810
9811 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
9812
9813 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9814 if the face has existing theme settings (Bug#8454).
9815
9816 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9817
9818 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9819 Only match variables declared via `my' or `our' (Bug#8261).
9820
9821 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9822 special file names `.' and `..' (Bug#8259).
9823
9824 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
9825
9826 * progmodes/grep.el (grep-mode-font-lock-keywords):
9827 Remove buffer-changing entries.
9828 (grep-filter): New function.
9829 (grep-mode): Add it to compilation-filter-hook.
9830
9831 * progmodes/compile.el (compilation-filter-hook)
9832 (compilation-filter-start): New defvars.
9833 (compilation-filter): Call compilation-filter-hook prior to
9834 updating the process mark.
9835
9836 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9837
9838 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9839
9840 2011-05-07 Eli Zaretskii <eliz@gnu.org>
9841
9842 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9843 mailclient-send-it even if window-system is nil. (Bug#8595)
9844
9845 * term/w32console.el (terminal-init-w32console):
9846 Call get-screen-color and use its output to set the frame
9847 background-mode. (Bug#8597)
9848
9849 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9850
9851 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9852 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9853 New functions.
9854 (defgeneric, eieio--defmethod): Use them.
9855 (eieio-defgeneric): Remove.
9856 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9857
9858 2011-05-07 Glenn Morris <rgm@gnu.org>
9859
9860 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9861 Use let rather than let*.
9862 (timeclock-find-discrep): Remove unused local.
9863
9864 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9865
9866 * calendar/appt.el (appt-time-msg-list): Doc fix.
9867
9868 2011-05-06 Noah Friedman <friedman@splode.com>
9869
9870 * apropos.el (apropos-print-doc): Only use
9871 emacs-lisp-docstring-fill-column when it is bound to an integer,
9872 per that variable's documentation.
9873
9874 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
9877 and warnings are not silently discarded (e.g. use -d instead of -P).
9878
9879 2011-05-06 Glenn Morris <rgm@gnu.org>
9880
9881 * calendar/appt.el (appt-message-warning-time): Doc fix.
9882 (appt-warning-time-regexp): New option.
9883 (appt-make-list): Respect appt-message-warning-time.
9884
9885 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9886 New options.
9887 (diary-add-to-list): Strip comments from the displayed string.
9888 (diary-mode): Set comment-start and comment-end.
9889
9890 * vc/diff-mode.el (smerge-refine-subst): Declare.
9891 (diff-refine-hunk): Don't require smerge-mode when compiling.
9892
9893 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
9894
9895 * simple.el (list-processes): Return nil as the docstring says.
9896
9897 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
9898
9899 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9900 to "".
9901 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9902 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9903 determining of binary transfer. (Bug#7383)
9904
9905 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
9906
9907 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9908 Fix port computation bug. (Bug#8618)
9909
9910 2011-05-05 Glenn Morris <rgm@gnu.org>
9911
9912 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9913
9914 * simple.el (shell-dynamic-complete-functions)
9915 (comint-dynamic-complete-functions): Declare.
9916
9917 * net/network-stream.el (gnutls-negotiate):
9918 * simple.el (tabulated-list-print): Fix declarations.
9919
9920 * progmodes/gud.el (syntax-symbol, syntax-point):
9921 Remove unnecessary and incorrect declarations.
9922
9923 * emacs-lisp/check-declare.el (check-declare-scan):
9924 Handle byte-compile-initial-macro-environment in bytecomp.el
9925
9926 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 Fix earlier half-done eieio-defmethod change (bug#8338).
9929 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9930 Streamline and change calling convention.
9931 (defmethod): Adjust accordingly and simplify.
9932 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9933 new eieio--defmethod.
9934 (slot-boundp): Minor CSE simplification.
9935
9936 2011-05-05 Milan Zamazal <pdm@zamazal.org>
9937
9938 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9939 (glasses-make-readable): Use glasses-separate-capital-groups.
9940
9941 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
9942
9943 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9944 (warning-series): Doc fix.
9945 (display-warning): Don't try to create the buffer if we just found it.
9946
9947 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
9948
9949 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9950 (autoload-find-generated-file): New function.
9951 (generate-file-autoloads): Bind generated-autoload-file to
9952 buffer-file-name.
9953 (update-file-autoloads, update-directory-autoloads):
9954 Use autoload-find-generated-file. If called interactively, prompt for
9955 output file (Bug#7989).
9956 (batch-update-autoloads): Doc fix.
9957
9958 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
9959
9960 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9961
9962 2011-05-04 Glenn Morris <rgm@gnu.org>
9963
9964 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9965 function, so it follows changes in calendar-date-style.
9966 (diary-fancy-date-matcher): New function.
9967 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9968 (diary-fancy-font-lock-fontify-region-function):
9969 Use diary-fancy-date-pattern as a function.
9970
9971 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9972 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9973
9974 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9975
9976 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9977 instead of positional arguments. Allow :keylist and :crlfiles
9978 arguments.
9979 (open-gnutls-stream): Call it.
9980
9981 * net/network-stream.el (network-stream-open-starttls): Adjust to
9982 call `gnutls-negotiate' with :process and :hostname arguments.
9983
9984 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * minibuffer.el (completion--message): New function.
9987 (completion--do-completion, minibuffer-complete)
9988 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9989 (completion--do-completion): Don't ignore completion-auto-help when in
9990 icomplete-mode.
9991
9992 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9993 internal encoding (e.g. tibetan zero is not whitespace).
9994 (global-whitespace-mode): Prefer save-current-buffer.
9995 (whitespace-trailing-regexp): Remove useless save-match-data.
9996 (whitespace-empty-at-bob-regexp): Minor simplification.
9997
9998 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
9999
10000 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
10001
10002 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10003
10004 * textmodes/ispell.el (ispell-add-per-file-word-list):
10005 Use `concat' to create string for insertion.
10006
10007 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
10010 Avoid open-line which runs post-self-insert-hook.
10011 (bibtex-fill-entry): Remove unused `end' var.
10012
10013 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
10014
10015 * textmodes/ispell.el (ispell-add-per-file-word-list):
10016 Protect against `nil' value of `comment-start' (Bug#8579).
10017
10018 2011-05-03 Leo Liu <sdl.web@gmail.com>
10019
10020 * isearch.el (isearch-yank-pop): New command.
10021 (isearch-mode-map): Bind it to `M-y'.
10022 (isearch-forward): Mention it.
10023
10024 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * simple.el (minibuffer-complete-shell-command): Remove.
10027 (minibuffer-local-shell-command-map): Use completion-at-point.
10028 (read-shell-command): Setup completion vars here instead.
10029 (read-expression-map): Bind TAB to symbol completion.
10030
10031 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
10032 error directly rather via storing it into `results'.
10033
10034 2011-05-02 Leo Liu <sdl.web@gmail.com>
10035
10036 * vc/diff.el: Fix description.
10037
10038 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10039
10040 * server.el (server-eval-at): New function.
10041
10042 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10043
10044 * net/network-stream.el (open-network-stream): Take a :nowait
10045 parameter and pass it on to `make-network-process'.
10046 (network-stream-open-plain): Ditto.
10047
10048 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
10049
10050 * faces.el (face-spec-set-match-display): Don't match toolkit
10051 options on terminal frames.
10052
10053 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * progmodes/pascal.el: Use lexical binding.
10056 (pascal-mode-map): Remove author preferences.
10057
10058 * pcomplete.el (pcomplete-std-complete): Don't abuse
10059 completion-at-point.
10060
10061 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
10062
10063 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
10064 removing code that has been dead since 1991 or so.
10065
10066 * startup.el (command-line): When warning about "_emacs", use a
10067 delayed warning to allow the user to filter it out.
10068
10069 2011-04-28 Deniz Dogan <deniz@dogan.se>
10070
10071 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
10072 user has not joined.
10073
10074 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
10077 aren't any completions at point.
10078
10079 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
10080
10081 * subr.el (display-delayed-warnings): New function.
10082 (delayed-warnings-hook): New variable.
10083
10084 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10085
10086 * minibuffer.el (completion-at-point, completion-help-at-point):
10087 Don't presume that a given completion-at-point-function will always
10088 use the same calling convention.
10089
10090 * pcomplete.el (pcomplete-completions-at-point):
10091 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
10092 pcomplete-seen is non-nil.
10093 (pcomplete-comint-setup): Also recognize the new comint/shell
10094 completion functions.
10095 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
10096 pcomplete-seen is non-nil.
10097
10098 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
10099
10100 * calendar/icalendar.el (diary-lib): Add require statement.
10101 (icalendar--create-uid): Read out a uid from a text-property on
10102 the first character in the entry. This allows for code to add its
10103 own uid to the entry.
10104 (icalendar--convert-float-to-ical): Add export of
10105 `diary-float'-entries save for those with the optional DAY
10106 argument.
10107
10108 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
10109
10110 * subr.el (shell-quote-argument): Use alternate escaping strategy
10111 when we spot a variable reference in a string.
10112
10113 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10114
10115 * cus-start.el (all): Define customization for debug-on-event.
10116
10117 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
10118
10119 * subr.el (shell-quote-argument): Escape correctly under Windows.
10120
10121 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10122
10123 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
10124
10125 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
10126
10127 * net/tramp.el (tramp-process-actions): Add POS argument.
10128 Delete region between POS and (pos).
10129
10130 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10131 Use `nil' position in `tramp-process-actions' call.
10132 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
10133
10134 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
10135 position in `tramp-process-actions' call.
10136
10137 * net/trampver.el: Update release number.
10138
10139 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * custom.el (defcustom): Obey lexical-binding.
10142
10143 Fix octave-inf completion problems reported by Alexander Klimov.
10144 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
10145 Inherit from octave-mode-syntax-table.
10146 (inferior-octave-mode): Set info-lookup-mode.
10147 (inferior-octave-completion-at-point): New function.
10148 (inferior-octave-complete): Use it and completion-in-region.
10149 (inferior-octave-dynamic-complete-functions): Use it as well, and use
10150 comint-filename-completion.
10151 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
10152 symbol elements which shouldn't be word elements.
10153 (octave-font-lock-keywords, octave-beginning-of-defun)
10154 (octave-function-header-regexp): Adjust regexps accordingly.
10155 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
10156
10157 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
10158
10159 * net/gnutls.el (gnutls-errorp): Declare before first use.
10160
10161 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
10162
10163 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
10164 verify-error, and verify-hostname-error parameters. Check whether
10165 default trustfile exists before going to use it. Add missing
10166 argument to gnutls-message-maybe call. Return value.
10167 Reported by Claudio Bley <claudio.bley@gmail.com>.
10168 (open-gnutls-stream): Add usage example.
10169
10170 * net/network-stream.el (network-stream-open-starttls): Give host
10171 parameter to `gnutls-negotiate'.
10172 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
10173 * subr.el (shell-quote-argument): Escape correctly under Windows.
10174
10175 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
10176
10177 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10178 Use correct match group (bug#8438).
10179
10180 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
10181
10182 * emacs-lisp/package.el (package-built-in-p): Fix typo.
10183 (package-menu--generate): New arg specifying packages to show.
10184 (package-menu-refresh, package-menu-execute, list-packages):
10185 Callers changed.
10186 (package-show-package-list): New function, replacing deleted
10187 package--list-packages (renamed because it is non-internal).
10188
10189 * finder.el (finder-list-matches): Use package-show-package-list
10190 instead of deleted package--list-packages.
10191
10192 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
10193 Based on a previous implementation by Juanma Barranquero (Bug#8366).
10194 (vc-annotate-mode-map): Bind it to RET.
10195
10196 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10197
10198 * progmodes/etags.el (next-file): Don't use set-buffer to change
10199 buffers (Bug#8478).
10200
10201 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
10202
10203 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
10204
10205 * apropos.el (apropos-label-face): Avoid variable-pitch face.
10206 (apropos-accumulator): Doc fix.
10207 (apropos-function, apropos-macro, apropos-command)
10208 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10209 (apropos-plist): Add face property.
10210 (apropos-symbols-internal): Fix indentation.
10211 (apropos-print): Simplify help, and recognize apropos-multi-type.
10212 (apropos-print-doc): Use button-type-get to extract the button's
10213 face property. Fill docstring (Bug#8352).
10214
10215 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
10216
10217 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
10218
10219 * play/mpuz.el (mpuz-silent): Doc fix.
10220 (mpuz-mode-map): Use mapc.
10221 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
10222 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
10223 Fix typos in docstrings.
10224
10225 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
10226 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
10227
10228 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
10229
10230 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
10231
10232 * minibuffer.el (completion--do-completion): Avoid the "Next char
10233 not unique" prompt if icomplete-mode is enabled (Bug#5849).
10234
10235 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
10236 mouse-2 into unread-command-events, it is interpreted correctly.
10237
10238 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
10239 (image-toggle-display): Doc fix.
10240
10241 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
10242
10243 * textmodes/page.el (what-page): Use line-number-at-pos to
10244 calculate line number (Bug#6825).
10245
10246 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
10247
10248 * eshell/esh-mode.el (find-tag-interactive): Declare function.
10249 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
10250 Pass argument NO-DEFAULT to `find-tag-interactive'.
10251
10252 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
10253
10254 Lexical-binding cleanup.
10255
10256 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
10257 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
10258 * progmodes/ada-prj.el (ada-prj-initialize-values)
10259 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
10260 (ada-prj-show-value):
10261 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
10262 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
10263 (antlr-invalidate-context-cache, antlr-options-menu-filter)
10264 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
10265 * progmodes/bug-reference.el (bug-reference-push-button):
10266 * progmodes/fortran.el (fortran-line-length):
10267 * progmodes/glasses.el (glasses-change):
10268 * progmodes/octave-mod.el (octave-fill-paragraph):
10269 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
10270 (python-pdbtrack-grub-for-buffer, python-sentinel):
10271 * progmodes/sql.el (sql-save-connection):
10272 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
10273 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
10274 Mark unused parameters.
10275
10276 * progmodes/compile.el (compilation--flush-directory-cache)
10277 (compilation--flush-parse, compile-internal): Mark unused parameters.
10278 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
10279 (compilation-next-error-function): Remove unused variable `timestamp'.
10280
10281 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
10282 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
10283
10284 * progmodes/dcl-mode.el (dcl-end-of-command):
10285 Remove unused variable `start'.
10286 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
10287 (dcl-option-value-basic, dcl-option-value-offset)
10288 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
10289 Mark unused parameters.
10290 (dcl-save-local-variable): Remove unused variable `val'.
10291 (mode): Declare.
10292
10293 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
10294 Mark unused parameters.
10295 (delphi-ignore-changes): Move before first use.
10296 (delphi-charset-token-at): Remove unused variable `start'.
10297 (delphi-else-start): Remove unused variable `if-count'.
10298 (delphi-comment-block-start, delphi-comment-block-end):
10299 Remove unused variable `kind'.
10300 (delphi-indent-line): Remove unused variable `new-point'.
10301
10302 * progmodes/ebrowse.el (ebrowse-files-list)
10303 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
10304 Mark unused parameters. Don't quote `lambda'.
10305 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
10306 Don't quote `lambda'.
10307 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
10308 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
10309 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
10310 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
10311 Use `ignore-errors'.
10312 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
10313 (ebrowse-view/find-file-and-search-pattern)
10314 (ebrowse-view/find-member-declaration/definition):
10315 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
10316 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
10317 Rename parameter PREFIX-ARG to PREFIX.
10318 (ebrowse-tags-read-name): Remove unused variables `start' and
10319 `member-info'.
10320 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
10321 to `tags-file'.
10322
10323 * progmodes/etags.el (local-find-tag-hook): Declare.
10324 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
10325 Mark unused parameters.
10326
10327 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
10328 (executable-interpret): Mark unused parameter.
10329
10330 * progmodes/flymake.el (flymake-process-sentinel)
10331 (flymake-after-change-function)
10332 (flymake-create-temp-with-folder-structure)
10333 (flymake-get-include-dirs-dot): Mark unused parameters.
10334 (flymake-safe-delete-directory): Remove unused variable `err'.
10335
10336 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
10337 (speedbar-timer-fn, speedbar-line-text)
10338 (speedbar-change-expand-button-char, speedbar-delete-subblock)
10339 (speedbar-center-buffer-smartly): Declare functions.
10340 (gdb-find-watch-expression): Remove unused variable `array'.
10341 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
10342 (gdb-starting): Mark unused parameters.
10343 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
10344 (gdb-table-string): Remove unused variable `res'.
10345 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
10346 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
10347 (gdb-display-buffer): Remove unused variable `cur-size'.
10348
10349 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
10350 allow lexical-binding compilation.
10351 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
10352 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
10353 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
10354 Mark unused parameters.
10355 (gud-gdb-marker-filter): Remove unused variable `match'.
10356 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
10357 lambda expressions and funcall them, instead of using `fset'.
10358
10359 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
10360 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
10361
10362 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
10363 variable `header-beg'; use `let'.
10364
10365 * progmodes/icon.el (indent-icon-exp): Remove unused variables
10366 `restart', `last-sexp' and `at-do'.
10367
10368 * progmodes/js.el (js--debug): Mark unused parameter.
10369 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
10370 (js--splice-into-items): Remove unused variable `item'.
10371 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
10372
10373 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
10374 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
10375 (makefile-complete): Remove unused variable `try'.
10376 (makefile-fill-paragraph, makefile-match-function-end):
10377 Mark unused parameters.
10378
10379 * progmodes/octave-inf.el (inferior-octave-complete):
10380 Remove unused variable `proc'.
10381 (inferior-octave-output-digest): Mark unused parameter.
10382
10383 * progmodes/perl-mode.el (perl-calculate-indent):
10384 Remove unused variable `err'.
10385
10386 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
10387 (prolog-indent-line): Mark unused parameters.
10388 (prolog-indent-line): Remove unused variable `beg'.
10389
10390 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10391 (reporter-dont-compact-list): Declare.
10392
10393 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10394 Remove unused variable `char'.
10395 (sh-debug): Mark unused parameter.
10396 (sh-get-indent-info): Remove unused variable `start'.
10397 (sh-calculate-indent): Remove unused variable `var'.
10398
10399 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10400 (simula-electric-keyword): Remove unused variable `null'.
10401 (simula-search-backward, simula-search-forward): Remove unused
10402 variables `begin' and `end'.
10403
10404 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10405 Remove unused variable `pos'.
10406 (vera-electric-tab, vera-comment-uncomment-region):
10407 Mark unused parameters.
10408 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10409
10410 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
10411
10412 * emacs-lisp/package.el (package--builtins, package-alist)
10413 (package-load-descriptor, package-built-in-p, package-activate)
10414 (define-package, package-installed-p)
10415 (package-compute-transaction, package-buffer-info)
10416 (package--push): Doc fix. Distinguish more clearly between
10417 version strings and version lists.
10418
10419 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
10420
10421 Lexical-binding cleanup.
10422
10423 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10424 (5x5-make-mutate-best):
10425 * play/fortune.el (fortune-in-buffer):
10426 * play/gomoku.el (gomoku-init-display):
10427 * play/solitaire.el (solitaire, solitaire-do-check):
10428 * play/tetris.el (tetris-default-update-speed-function):
10429 Mark unused parameters.
10430
10431 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10432 (bubbles--shift): Remove unused variable `char-org'.
10433 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10434 (bubbles--show-images): Remove unused variable `char'.
10435
10436 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10437 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10438 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10439 (decipher-analyze-buffer): Use ?\s.
10440 (decipher-make-checkpoint): Remove unused variable `mapping'.
10441
10442 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10443
10444 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10445 Remove unused variable `result'; use `let'.
10446
10447 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10448 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10449 (gametree-children-shown-p, gametree-compute-reduced-score):
10450 Use `ignore-errors'.
10451
10452 * play/handwrite.el (ps-lpr-switches): Declare.
10453 (handwrite): Remove unused variables `pmin' and `lastp'.
10454
10455 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10456
10457 * play/landmark.el (landmark-init-display)
10458 (landmark-update-naught-weights): Mark unused parameters.
10459 (landmark-y): Remove unused variable `noise'. Simplify.
10460 (landmark-human-plays): Remove unused variable `score'.
10461
10462 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10463 (mpuz-try-proposal): Remove unused variable `game'.
10464
10465 * play/zone.el (life-patterns): Declare.
10466
10467 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
10468
10469 * vc/vc.el (ediff-vc-internal): Declare function.
10470
10471 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * shell.el: Use lexical-binding and std completion UI.
10474 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10475 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10476 comint-preoutput-filter-functions rather than on
10477 comint-output-filter-functions.
10478 (shell-command-completion, shell--command-completion-data)
10479 (shell-filename-completion, shell-environment-variable-completion)
10480 (shell-c-a-p-replace-by-expanded-directory): New functions.
10481 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10482 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10483 (shell-dynamic-complete-environment-variable): Use them.
10484 (shell-dynamic-complete-as-environment-variable)
10485 (shell-dynamic-complete-as-command): Remove.
10486 (shell-match-partial-variable): Match past point.
10487 * comint.el: Clean up use of completion-at-point-functions.
10488 (comint-completion-at-point): New function.
10489 (comint-mode): Use it completion-at-point-functions.
10490 (comint-dynamic-complete): Make it obsolete.
10491 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10492 (comint-c-a-p-replace-by-expanded-history): New function.
10493 (comint-dynamic-complete-functions)
10494 (comint-replace-by-expanded-history): Use it.
10495 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10496 termination strings. Try harder to avoid second try-completion.
10497 (completion-in-region-mode-map): Disable bindings that don't work yet.
10498
10499 * comint.el: Use lexical-binding. Require CL.
10500 (comint-dynamic-complete-functions): Use comint-filename-completion.
10501 (comint-completion-addsuffix): Tweak custom type.
10502 (comint-filename-completion, comint--common-suffix)
10503 (comint--common-quoted-suffix, comint--table-subvert)
10504 (comint--complete-file-name-data): New functions.
10505 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10506 (comint-dynamic-list-filename-completions): Use them.
10507 (comint-dynamic-simple-complete): Make obsolete.
10508
10509 * minibuffer.el (completion-in-region-mode):
10510 Keep completion-in-region-mode--predicate global.
10511 (completion-in-region--postch):
10512 Assume completion-in-region-mode--predicate is not null.
10513
10514 * progmodes/flymake.el (flymake-start-syntax-check-process):
10515 Obey `dir'. Simplify.
10516
10517 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10518 we're in VC after all.
10519
10520 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10521
10522 * vc/vc.el (vc-diff-build-argument-list-internal)
10523 (vc-version-ediff, vc-ediff): New commands.
10524 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10525
10526 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10529 add sanity check.
10530
10531 * obsolete/erc-hecomplete.el: Make obsolete.
10532 * obsolete/: Standardize obsolescence info in the header.
10533
10534 2011-04-20 Glenn Morris <rgm@gnu.org>
10535
10536 * calendar/solar.el (solar-horizontal-coordinates):
10537 Use the longitude argument rather than `calendar-longitude'.
10538 (solar-date-next-longitude): Remove unused locals.
10539
10540 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10541
10542 * whitespace.el: New version 13.2.1.
10543
10544 2011-04-20 felix <EmacsWiki> (tiny change)
10545
10546 * whitespace.el (global-whitespace-mode): Keep highlight when
10547 switching between major modes on a file.
10548
10549 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10552 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10553 multi-line comments as well.
10554
10555 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
10556
10557 Lexical-binding cleanup.
10558
10559 * arc-mode.el (archive-mode-revert):
10560 * cmuscheme.el (scheme-interactively-start-process):
10561 * custom.el (custom-initialize-delay):
10562 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10563 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10564 * emacs-lock.el (emacs-lock-clear-sentinel):
10565 * ezimage.el (defezimage):
10566 * follow.el (follow-avoid-tail-recenter):
10567 * fringe.el (set-fringe-mode-1):
10568 * generic-x.el (bat-generic-mode-compile):
10569 * help-mode.el (help-info-variable, help-do-xref)
10570 (help-mode-revert-buffer):
10571 * help.el (view-emacs-todo):
10572 * iswitchb.el (iswitchb-completion-help):
10573 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10574 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10575 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10576 * locate.el (locate-update):
10577 * longlines.el (longlines-encode-region)
10578 (longlines-after-change-function):
10579 * outline.el (outline-isearch-open-invisible):
10580 * ps-def.el (declare-function, charset-dimension, char-width)
10581 (encode-char):
10582 * ps-mule.el (ps-mule-plot-string):
10583 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10584 (recentf-edit-list-select, recentf-edit-list-validate)
10585 (recentf-open-files-action):
10586 * rect.el (delete-whitespace-rectangle-line)
10587 (rectangle-number-line-callback):
10588 * register.el (window-configuration-to-register)
10589 (frame-configuration-to-register):
10590 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10591 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10592 (xselect-convert-to-targets, xselect-convert-to-delete)
10593 (xselect-convert-to-filename, xselect-convert-to-charpos)
10594 (xselect-convert-to-lineno, xselect-convert-to-colno)
10595 (xselect-convert-to-os, xselect-convert-to-host)
10596 (xselect-convert-to-user, xselect-convert-to-class)
10597 (xselect-convert-to-name, xselect-convert-to-integer)
10598 (xselect-convert-to-atom, xselect-convert-to-identity):
10599 * subr.el (declare, ignore, process-kill-without-query)
10600 (text-clone-maintain):
10601 * terminal.el (te-get-char, te-tic-sentinel):
10602 * tool-bar.el (tool-bar-make-keymap):
10603 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10604 * type-break.el (type-break-mode, type-break-noninteractive-query):
10605 * view.el (View-back-to-mark):
10606 * wid-browse.el (widget-browse-action, widget-browse-widget)
10607 (widget-browse-widgets, widget-browse-sexp):
10608 * widget.el (define-widget-keywords):
10609 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10610 Mark unused parameters.
10611
10612 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10613 (align-areas): Remove unused variable `look'.
10614 (align-region): Remove unused variables `real-end' and `pos-list'.
10615
10616 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10617
10618 * bindings.el (mode-line-modified, mode-line-remote):
10619 Mark unused parameters.
10620 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10621
10622 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10623 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10624
10625 * comint.el (comint-history-isearch-pop-state)
10626 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10627 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10628 (comint-substitute-in-file-name): Doc fix.
10629
10630 * completion.el (cmpl-statistics-block): Mark unused parameter.
10631 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10632 (save-completions-to-file, load-completions-from-file):
10633 Remove unused local variable `e'.
10634
10635 * composite.el (compose-chars): Remove unused variable `len'.
10636 (lgstring-insert-glyph): Remove unused variable `g'.
10637 (compose-glyph-string): Remove unused variables `ascent',
10638 `descent', `lbearing' and `rbearing'.
10639 (compose-glyph-string-relative): Remove unused variables
10640 `lbearing', `rbearing' and `wadjust'.
10641 (compose-gstring-for-graphic): Remove unused variables `header',
10642 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10643 (compose-gstring-for-terminal): Remove unused variables `header'
10644 and `nchars'. Use `let', not `let*'.
10645
10646 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10647 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10648 (Custom-buffer-done, custom-buffer-create-internal)
10649 (custom-browse-visibility-action, custom-browse-group-tag-action)
10650 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10651 (widget-magic-mouse-down-action, custom-toggle-parent)
10652 (custom-add-parent-links, custom-toggle-hide-variable)
10653 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10654 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10655 (custom-face-menu-create, custom-variable-menu-create, get)
10656 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10657 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10658 (customize-apropos): Remove unused variable `tests'.
10659 (custom-group-value-create): Remove unused variable `hidden-p'.
10660 (sort-fold-case): Declare.
10661
10662 * cus-theme.el (custom-reset-standard-faces-list)
10663 (custom-reset-standard-variables-list): Declare.
10664 (customize-create-theme, custom-theme-revert, custom-theme-write)
10665 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10666 Mark unused parameters.
10667
10668 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10669
10670 * delim-col.el (delimit-columns-max): Move defvar before first use.
10671
10672 * descr-text.el (describe-char-categories): Don't quote `lambda'.
10673 (describe-char): Don't quote `lambda'. Mark unused parameter.
10674
10675 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10676 (auto-insert): Declare.
10677 (desktop-restore-file-buffer): Rename desktop-* parameters;
10678 mark unused ones.
10679 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10680 (desktop-buffer): Rename desktop-* parameters.
10681
10682 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10683 (dframe-reposition-frame-xemacs, dframe-help-echo)
10684 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10685 Mark unused parameters.
10686
10687 * dired-aux.el (backup-extract-version-start, overwrite-query)
10688 (overwrite-backup-query, rename-regexp-query)
10689 (rename-non-directory-query): Declare.
10690 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10691 (dired-add-entry): Remove unused variable `orig-file-name'.
10692 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10693 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10694 `dired-copy-preserve-time' directly.
10695 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10696 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10697
10698 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10699 (dired-virtual-revert, dired-make-relative-symlink):
10700 Mark unused parameters.
10701 (manual-program): Declare.
10702 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10703 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10704 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10705
10706 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10707
10708 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10709
10710 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10711 Declare.
10712
10713 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10714
10715 * electric.el (Electric-command-loop): Rename parameter
10716 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10717
10718 * expand.el (expand-in-literal): Remove unused variable `here'.
10719
10720 * facemenu.el (facemenu-add-new-color):
10721 Remove unused variable `docstring'.
10722
10723 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10724 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10725 (face-attr-construct): Mark unused parameter. Doc fix.
10726 (read-color): Remove unused variable `hex-string'.
10727
10728 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10729 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10730 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10731 (display-buffer-other-frame): Remove unused variable `old-window'.
10732 (kill-buffer-hook): Declare.
10733 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10734 Mark unused parameters.
10735 (after-find-file): Pass 1 to `auto-save-mode', not t.
10736
10737 * files-x.el (auto-insert): Declare.
10738 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10739
10740 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
10741 variable `buf'. Mark unused parameter.
10742 (find-lisp-insert-directory): Mark unused parameter.
10743
10744 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10745 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10746 (format-common-tail): Remove, unused.
10747 (format-deannotate-region): Remove unused variable `loc'.
10748 (format-annotate-region): Remove unused variable `p'.
10749 (format-annotate-single-property-change): Remove unused variables
10750 `default' and `tail'.
10751
10752 * forms.el (read-file-filter): Declare.
10753 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10754
10755 * frame.el (frame-creation-function-alist): Mark unused parameter.
10756 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10757
10758 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10759 Remove unused parameters.
10760 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10761 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10762
10763 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10764 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10765 (hfy-prepare-tag-map): Mark unused parameters.
10766 (htmlfontify-buffer): Use `called-interactively-p'.
10767
10768 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10769 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10770 (ibuffer-do-occur): Mark unused parameters.
10771 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10772 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10773
10774 * ibuffer.el: Don't quote `lambda'.
10775 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10776 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10777 Mark unused parameters.
10778
10779 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10780 (ido-completing-read): Mark unused parameters.
10781 (ido-copy-current-word): Mark unused parameters;
10782 remove unused variable `name'.
10783 (ido-sort-merged-list): Remove unused parameter `dirs'.
10784
10785 * ielm.el (ielm-input-sender): Mark unused parameter.
10786 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10787 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10788 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10789 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10790 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10791
10792 * image-dired.el (image-dired-display-thumbs): Remove unused
10793 variables `curr-file' and `count'.
10794 (image-dired-remove-tag): Remove unused variable `start'.
10795 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10796 variable `curr-file'
10797 (image-dired-rotate-original): Remove unused variable `temp-file'.
10798 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10799 Remove unused variable `file'.
10800 (image-dired-gallery-generate): Remove unused variable `curr'.
10801 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10802
10803 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10804
10805 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10806
10807 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10808
10809 * isearch.el (minibuffer-history-symbol): Declare.
10810 (isearch-edit-string): Remove unused variable `err'.
10811 (isearch-message-prefix, isearch-message-suffix):
10812 Mark unused parameters.
10813
10814 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10815
10816 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10817
10818 * makesum.el (double-column): Remove unused variable `cnt'.
10819
10820 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10821 (ido-ignore-item-temp-list): Declare.
10822
10823 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10824 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10825 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10826 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10827 `mouse-col-delta'.
10828
10829 * mouse-sel.el (mouse-extend-internal):
10830 Remove unused variable `orig-window-frame'.
10831
10832 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10833 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10834 Move declarations before first use.
10835 (pcomplete-opt): Mark unused parameters; doc fix.
10836
10837 * proced.el (proced-revert): Mark unused parameter.
10838 (proced-send-signal): Remove unused variable `err'.
10839
10840 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10841 Rename parameter PREFIX-ARG to ARG.
10842 (ps-basic-plot-string, ps-basic-plot-whitespace):
10843 Mark unused parameters.
10844
10845 * replace.el (replace-count): Define.
10846 (occur-revert-function): Mark unused parameters.
10847 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10848 (isearch-case-fold-search, isearch-string): Declare.
10849 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10850 bind `case-fold-search'. Remove unused variables `beg' and `end',
10851 and simplify.
10852 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10853 COUNT and bind `replace-count'.
10854 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10855 to COUNT.
10856
10857 * savehist.el (print-readably, print-string-length): Declare.
10858
10859 * shadowfile.el (shadow-expand-cluster-in-file-name):
10860 Remove unused variable `cluster'.
10861 (shadow-copy-file): Remove unused variable `i'.
10862 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10863 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10864 (shadow-define-literal-group, shadow-define-regexp-group)
10865 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10866
10867 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10868 (shell): Use `called-interactively-p'.
10869 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10870
10871 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10872 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10873 (delete-backward-char): Remove unused variable `ocol'.
10874 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10875 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10876 (event-apply-hyper-modifier, event-apply-shift-modifier)
10877 (event-apply-control-modifier, event-apply-meta-modifier):
10878 Mark unused parameters.
10879 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10880 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10881
10882 * speedbar.el (speedbar-ignored-directory-expressions)
10883 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10884 (speedbar-find-file, speedbar-dir-follow)
10885 (speedbar-directory-buttons-follow, speedbar-tag-find)
10886 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10887 (speedbar-buffers-line-directory, speedbar-buffer-click):
10888 Mark unused parameters.
10889 (speedbar-tag-file): Remove unused variable `mode'.
10890 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10891
10892 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10893
10894 * talk.el (talk): Remove unused variable `display'.
10895
10896 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10897 (tar-write-region-annotate): Mark unused parameter.
10898
10899 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10900 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10901 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10902 warning by another.
10903
10904 * time-stamp.el (time-stamp-string-preprocess):
10905 Remove unused variable `require-padding'.
10906
10907 * tree-widget.el (widget-glyph-enable): Declare.
10908 (tree-widget-action): Mark unused parameter.
10909
10910 * w32-fns.el (x-get-selection): Mark unused parameter.
10911 (autoload-make-program, generated-autoload-file): Declare.
10912
10913 * wdired.el (wdired-revert): Mark unused parameters.
10914 (wdired-xcase-word): Remove unused variable `err'.
10915
10916 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10917 (whitespace-help-scroll): Remove unused variable `data-help'.
10918
10919 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10920 (widget-image-insert, widget-after-change, default)
10921 (widget-default-format-handler, widget-default-notify)
10922 (widget-default-prompt-value, widget-info-link-action)
10923 (widget-url-link-action, widget-function-link-action)
10924 (widget-variable-link-action, widget-file-link-action)
10925 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10926 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10927 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10928 (widget-insert-button-action, widget-delete-button-action, visibility)
10929 (widget-documentation-link-action, widget-documentation-string-action)
10930 (widget-const-prompt-value, widget-regexp-match, symbol)
10931 (widget-coding-system-prompt-value)
10932 (widget-key-sequence-value-to-external, sexp)
10933 (widget-sexp-value-to-internal, character, vector, cons)
10934 (widget-choice-prompt-value, widget-boolean-prompt-value)
10935 (widget-color--choose-action): Mark unused parameters.
10936 (widget-item-match-inline, widget-choice-match-inline)
10937 (widget-checklist-match, widget-checklist-match-inline)
10938 (widget-group-match): Rename parameter VALUES to VALS.
10939 (widget-field-value-set): Remove unused variable `size'.
10940 (widget-color-action): Remove unused variables `value' and `start'.
10941
10942 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
10943 variable `dir'. Doc fix.
10944 (windmove-find-other-window): Don't pass it.
10945
10946 * window.el (count-windows): Mark unused parameter.
10947 (bw-adjust-window): Remove unused variable `err'.
10948
10949 * woman.el (woman-file-name): Remove unused variable `default'.
10950 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10951 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10952 (global-font-lock-mode): Declare.
10953 (woman-decode-region): Mark unused parameter.
10954 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10955
10956 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10957 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10958 (x-dnd-handle-moz-url): Remove unused variable `title'.
10959 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10960
10961 * xml.el (xml-parse-tag, xml-parse-attlist):
10962 Remove unused variable `pos'.
10963
10964 2011-04-19 Glenn Morris <rgm@gnu.org>
10965
10966 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10967 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10968 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10969 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10970 * calendar/cal-html.el (cal-html-insert-minical):
10971 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10972 (calendar-mark-date-pattern):
10973 Prefix "unused" locals.
10974
10975 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10976 optional argument `style'.
10977
10978 * calendar/appt.el (appt-make-list):
10979 * calendar/cal-china.el (calendar-chinese-date-string):
10980 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10981 (diary-hebrew-yahrzeit):
10982 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10983 * calendar/calendar.el (calendar-generate-window):
10984 * calendar/time-date.el (time-to-days):
10985 Remove unused local variables.
10986
10987 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
10988
10989 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10990 glyphless-char-display table.
10991 (tabulated-list-glyphless-char-display): New var.
10992
10993 2011-04-18 Sam Steingold <sds@gnu.org>
10994
10995 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10996 to acknowledgments.
10997
10998 2011-04-17 Glenn Morris <rgm@gnu.org>
10999
11000 * calendar/diary-lib.el (diary-sexp-entry):
11001 * calendar/holidays.el (holiday-sexp):
11002 Set debug-on-error rather than the removed stack-trace-on-error.
11003
11004 2011-04-16 Glenn Morris <rgm@gnu.org>
11005
11006 * progmodes/f90.el: Use lexical-binding.
11007 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
11008
11009 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
11012 (mail-mode): Setup mailalias completion here instead.
11013 * mail/mailalias.el: Use lexical-binding.
11014 (pattern, mailalias-done): Declare dynamic.
11015 (mail-completion-at-point-function): New function, from mail-complete.
11016 (mail-complete): Use it.
11017 (mail-completion-expand): New function.
11018 (mail-get-names): Use it.
11019 (mail-directory, mail-directory-process, mail-directory-stream):
11020 Don't use `pattern' for lexically bound arg.
11021
11022 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
11023
11024 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
11025 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
11026 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
11027
11028 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
11029 (byte-save-window-excursion, byte-temp-output-buffer-setup)
11030 (byte-interactive-p): Define them again, for use when inlining
11031 old code.
11032
11033 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
11034
11035 * loadup.el: Use `string-to-number', not `string-to-int'.
11036
11037 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
11040 gud-gdb-complete-command.
11041 (gud-gdb-completions): New function, from gud-gdb-complete-command.
11042 (gud-gdb-completion-at-point): New function.
11043 (gud-gdb-completions): Remove.
11044
11045 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
11046
11047 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
11048 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
11049 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
11050 whether `executable-find' is bound.
11051
11052 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
11053
11054 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11055
11056 * minibuffer.el (completion-in-region-mode-predicate)
11057 (completion-in-region-mode--predicate): New vars.
11058 (completion-in-region, completion-in-region--postch)
11059 (completion-in-region-mode): Use them.
11060 (completion--capf-wrapper): Also return the hook function.
11061 (completion-at-point, completion-help-at-point):
11062 Adjust and provide a predicate.
11063
11064 Preserve arg names for advice of subr and lexical functions (bug#8457).
11065 * help-fns.el (help-function-arglist): Consolidate the subr and
11066 new-byte-code cases. Add argument `preserve-names' to extract names
11067 from the docstring when needed.
11068 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
11069 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
11070 (ad-arglist): Use help-function-arglist's new arg.
11071 (ad-definition-type): Use cond.
11072
11073 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
11074
11075 * autorevert.el (auto-revert-handler):
11076 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
11077 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
11078 Don't quote lambda.
11079
11080 * image-mode.el (image-transform-set-scale):
11081 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
11082
11083 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11084
11085 * net/network-stream.el (network-stream-open-starttls): Only do
11086 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
11087 Upgrades via gnutls-cli are too slow to be done opportunistically.
11088
11089 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
11090
11091 * dframe.el (dframe-current-frame): Remove spurious quote.
11092
11093 2011-04-12 Glenn Morris <rgm@gnu.org>
11094
11095 * calendar/cal-tex.el (cal-tex-end-document):
11096 Try to automatically use latin1 input if needed.
11097
11098 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
11099 Don't try to cons a mark onto an empty element.
11100
11101 2011-04-11 Leo Liu <sdl.web@gmail.com>
11102
11103 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
11104 buffers.
11105 (ido-kill-buffer-at-head): Support killing virtual buffers.
11106
11107 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
11108
11109 * minibuffer.el (completion-show-inline-help): New var.
11110 (completion--do-completion, minibuffer-complete)
11111 (minibuffer-force-complete, minibuffer-complete-word):
11112 Inhibit minibuffer messages if completion-show-inline-help is nil.
11113
11114 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
11115 to avoid interference from inline help (Bug#5849).
11116
11117 2011-04-10 Leo Liu <sdl.web@gmail.com>
11118
11119 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11120 Fix typo.
11121
11122 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
11123
11124 * image-mode.el (image-toggle-display-image): Signal an error if
11125 not in Image mode.
11126 (image-transform-mode, image-transform-resize)
11127 (image-transform-set-rotation): Doc fix.
11128 (image-transform-set-resize): Delete.
11129 (image-transform-set-scale, image-transform-fit-to-height)
11130 (image-transform-fit-to-width): Handle image-toggle-display-image
11131 and image-transform-resize directly.
11132
11133 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
11134
11135 * doc-view.el (doc-view-fit-width-to-window)
11136 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
11137 New functions for fitting the shown image to the Emacs window size.
11138 (doc-view-mode-map): Add bindings for the new functions.
11139
11140 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
11141
11142 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
11143 Fix typo in docstring.
11144
11145 2011-04-08 Eli Zaretskii <eliz@gnu.org>
11146
11147 * files.el (file-size-human-readable): Produce one digit after
11148 decimal, like "ls -lh" does.
11149
11150 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
11151 the file size representation.
11152
11153 * simple.el (list-processes): If async subprocesses are not
11154 available, error out with a clear error message.
11155
11156 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
11157
11158 * help.el (help-form-show): New function, to be called from C.
11159 Put help-form output in a buffer named differently than *Help*.
11160
11161 2011-04-08 Eli Zaretskii <eliz@gnu.org>
11162
11163 * files.el (file-size-human-readable): New function.
11164
11165 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
11166 computing the representation inline. Don't require `cl'.
11167
11168 2011-04-08 Glenn Morris <rgm@gnu.org>
11169
11170 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
11171
11172 * net/browse-url.el (browse-url-firefox):
11173 Test system-type, not system-configuration.
11174
11175 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
11176 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
11177 Use log-edit-empty-buffer-p. (Bug#7598)
11178
11179 * net/rlogin.el (rlogin-process-connection-type): Simplify.
11180 (rlogin-mode-map): Initialize in the defvar.
11181 (rlogin): Use ignore-errors.
11182
11183 * replace.el (occur-mode-map): Some fixes for menu items.
11184
11185 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11186
11187 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
11188
11189 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
11190
11191 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
11192 issuing unused warnings.
11193
11194 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
11195 macro directly.
11196
11197 * simple.el: Lisp reimplement of list-processes. Based on an
11198 earlier reimplementation by Leo Liu, but using tabulated-list.el.
11199 (process-menu-mode): New major mode.
11200 (list-processes--refresh, list-processes):
11201 (process-menu-visit-buffer): New functions.
11202
11203 * files.el (save-buffers-kill-emacs): Don't assume any return
11204 value of list-processes, which is undocumented anyway.
11205
11206 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
11207
11208 * emacs-lisp/tabulated-list.el: New file.
11209
11210 * emacs-lisp/package.el: Use Tabulated List mode.
11211 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
11212 (package-menu-mode): Derive from tabulated-list-mode. Set up the
11213 table format using Tabulated List mode variables.
11214 (package--push): New macro, replacing package-list-maybe-add.
11215 (package-menu--generate): Use package--push. Renamed from
11216 package--generate-package-list.
11217 (package-menu-refresh, list-packages): Use it.
11218 (package-menu--print-info): Rename from package-print-package.
11219 Return insertion data instead of inserting it directly.
11220 (package-menu-describe-package, package-menu-execute):
11221 Use tabulated-list-get-id.
11222 (package-menu-mark-delete, package-menu-mark-install)
11223 (package-menu-mark-unmark, package-menu-backup-unmark)
11224 (package-menu-mark-obsolete-for-deletion):
11225 Use tabulated-list-put-tag.
11226 (package--list-packages, package-menu-revert)
11227 (package-menu-get-package, package-menu-get-version)
11228 (package-menu-sort-by-column): Functions deleted.
11229 (package-menu-package-list, package-menu-sort-key): Vars deleted.
11230 (package-menu--status-predicate, package-menu--version-predicate)
11231 (package-menu--name-predicate)
11232 (package-menu--description-predicate): Handle arguments in the
11233 Tabulated List format.
11234 (package-list-packages-no-fetch): Call list-packages.
11235
11236 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
11237
11238 * files.el (after-find-file-from-revert-buffer): Remove variable.
11239 (after-find-file): Don't bind it.
11240 (revert-buffer-in-progress-p): New variable.
11241 (revert-buffer): Bind it.
11242 Pass nil for `after-find-file-from-revert-buffer'.
11243
11244 * saveplace.el (save-place-find-file-hook): Use new variable
11245 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
11246
11247 2011-04-06 Glenn Morris <rgm@gnu.org>
11248
11249 * Makefile.in (AUTOGEN_VCS): New variable.
11250 (autoloads): Use $AUTOGEN_VCS.
11251
11252 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
11253 * calendar/calendar.el (calendar-mode-map):
11254 Check for toolkit scroll bars. (Bug#8305)
11255
11256 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
11257
11258 * minibuffer.el (completion-in-region--postch)
11259 (completion-in-region-mode): Remove unnecessary messages.
11260
11261 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
11262
11263 * font-lock.el (font-lock-refresh-defaults):
11264 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
11265 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
11266
11267 * info.el (Info-directory-list, Info-read-node-name-2)
11268 (Info-split-parameter-string): Doc fixes.
11269 (Info-virtual-nodes): Reflow docstring.
11270 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
11271 (Info-apropos-toc-nodes, info-finder, Info-get-token)
11272 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
11273 Fix typos in docstrings.
11274 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
11275 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
11276 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
11277 (Info-restore-desktop-buffer): Mark unused parameters.
11278 (Info-directory-find-file, Info-directory-find-node)
11279 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
11280 (Info-virtual-index-find-node, Info-apropos-find-file)
11281 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
11282 Mark unused parameters; fix typos in docstrings.
11283 (Info-virtual-index): Remove unused local variable `nodename'.
11284
11285 2011-04-05 Deniz Dogan <deniz@dogan.se>
11286
11287 * net/rcirc.el: Update my e-mail address.
11288 (rcirc-mode-map): Remove M-o binding.
11289
11290 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
11291
11292 * startup.el (command-line): Save the cursor's theme-face
11293 directly, instead of using face-override-spec.
11294
11295 * custom.el (load-theme): Minor optimization in assigning faces.
11296
11297 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
11298
11299 * help-fns.el (describe-variable): Complete all variables having
11300 documentation, including keywords.
11301 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
11302
11303 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
11304
11305 Convert to lexical-binding.
11306
11307 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
11308 (bs--get-marked-string, bs--get-modified-string)
11309 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
11310 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
11311 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
11312
11313 * ehelp.el (electric-help-execute-extended)
11314 (electric-help-ctrl-x-prefix):
11315 * hexl.el (hexl-revert-buffer-function):
11316 * linum.el (linum-after-change, linum-after-scroll):
11317 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
11318
11319 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
11320
11321 2011-04-04 Daiki Ueno <ueno@unixuser.org>
11322
11323 * epa-dired.el:
11324 * epa-mail.el:
11325 * epa-hook.el:
11326 * epa-file.el:
11327 * epa.el:
11328 * epg.el: Use lexical binding.
11329
11330 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
11331
11332 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
11333
11334 * textmodes/flyspell.el (flyspell-word): Recognize default
11335 dictionary case for flyspell-mark-duplications-exceptions.
11336 Use regexp matching for languages.
11337 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
11338 default dictionary (Bug#7926).
11339
11340 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
11341
11342 * emacs-lisp/package.el (package--with-work-buffer):
11343 Recognize https URLs.
11344
11345 * net/network-stream.el: Move from gnus/proto-stream.el.
11346 Change prefix to network-stream throughout.
11347 (open-protocol-stream): Merge into open-network-stream, leaving
11348 open-protocol-stream as an alias. Handle nil BUFFER args.
11349
11350 * subr.el (open-network-stream): Move to net/network-stream.el.
11351
11352 2011-04-02 Glenn Morris <rgm@gnu.org>
11353
11354 * find-dired.el (find-exec-terminator): New option.
11355 (find-ls-option): Test for -ls support.
11356 (find-ls-subdir-switches): Test for -b in find-ls-option.
11357 (find-dired, find-grep-dired): Doc fixes.
11358 (find-dired): Use find-exec-terminator.
11359
11360 * find-dired.el (find-ls-option, find-ls-subdir-switches)
11361 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
11362 (find-name-arg): Remove purecopy.
11363
11364 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
11365 (grep-compute-defaults): Check for `-exec COMMAND +' support.
11366 Set grep-find-use-xargs, grep-find-command, and grep-find-template
11367 accordingly. Don't add the null-device if not needed.
11368
11369 * files.el (save-some-buffers): Doc fix.
11370
11371 2011-04-02 Eli Zaretskii <eliz@gnu.org>
11372
11373 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
11374
11375 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
11376
11377 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
11378 Use `dolist' rather than `mapcar'.
11379
11380 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 Add lexical binding.
11383
11384 * subr.el (apply-partially): Use new closures rather than CL.
11385 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
11386 (dolist, dotimes): Use slightly different expansion for lexical code.
11387 (functionp): Move to C.
11388 (letrec): New macro.
11389 (with-wrapper-hook): Use it and apply-partially instead of CL.
11390 (eval-after-load): Preserve lexical-binding.
11391 (save-window-excursion, with-output-to-temp-buffer): Turn them
11392 into macros.
11393
11394 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11395
11396 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11397 than the arglist.
11398 (help-add-fundoc-usage): Don't add `Not documented'.
11399 (help-function-arglist): Handle closures, subroutines, and new
11400 byte-code-functions.
11401 (help-make-usage): Remove leading underscores.
11402 (describe-function-1): Handle closures.
11403 (describe-variable): Use special-variable-p for completion.
11404
11405 * files.el (lexical-binding): Declare safe.
11406
11407 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11408 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11409 (pcase): Add `let' pattern.
11410 Change memoization so it actually works.
11411 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11412 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11413 <let>: New case.
11414
11415 * emacs-lisp/macroexp.el: Use lexical binding.
11416 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11417 Don't convert ' to #' without checking that it's indeed quoting
11418 a lambda.
11419
11420 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
11421 Use eval-sexp-add-defvars.
11422 (eval-sexp-add-defvars): New fun.
11423
11424 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11425
11426 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11427 Don't autoload.
11428 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11429 than the internal `byte-compile-lambda'.
11430 (defmethod): Don't hide code under quotes.
11431 (eieio-defmethod): New `code' argument.
11432
11433 * emacs-lisp/eieio-comp.el: Remove.
11434
11435 * emacs-lisp/edebug.el (edebug-eval-defun)
11436 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11437 (edebug-toggle): Avoid `eval'.
11438
11439 * emacs-lisp/disass.el (disassemble-internal): Handle new
11440 `closure' objects.
11441 (disassemble-1): Handle new byte codes.
11442
11443 * emacs-lisp/cl.el (pushnew): Silence warning.
11444
11445 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11446 (cl-byte-compile-throw): Remove.
11447 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11448
11449 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11450 closures.
11451
11452 * emacs-lisp/cconv.el: New file.
11453
11454 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11455 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11456 (byte-compile-initial-macro-environment):
11457 Handle declare-function here.
11458 (byte-compile--lexical-environment): New var.
11459 (byte-stack-ref, byte-stack-set, byte-discardN)
11460 (byte-discardN-preserve-tos): New lap codes.
11461 (byte-interactive-p): Don't use any more.
11462 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11463 New macros.
11464 (byte-compile-lapcode): Use them and handle new lap codes.
11465 (byte-compile-obsolete): Remove.
11466 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11467 (byte-compile-arglist-warn): Check late def of inlinable funs.
11468 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11469 since they should have been expanded by now.
11470 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11471 (byte-compile-from-buffer): Remove unused second arg.
11472 (byte-compile-preprocess): New function.
11473 (byte-compile-toplevel-file-form): New function to distinguish
11474 file-form calls from outside from file-form calls from hunk-handlers.
11475 (byte-compile-file-form): Simplify.
11476 (byte-compile-file-form-defsubst): Remove.
11477 (byte-compile-file-form-defmumble): Simplify now that
11478 byte-compile-lambda always returns a byte-code-function.
11479 (byte-compile): Preprocess.
11480 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11481 Remove, not used any more.
11482 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11483 (byte-compile-make-args-desc): New funs.
11484 (byte-compile-lambda): Handle lexical functions. Always return
11485 a byte-code-function.
11486 (byte-compile-reserved-constants): New var, to make up room for
11487 closed-over variables.
11488 (byte-compile-constants-vector): Obey it.
11489 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11490 (byte-compile-macroexpand-declare-function): New function.
11491 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11492 byte-code-functions.
11493 (byte-compile-form): Check obsolescence here.
11494 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11495 (byte-compile-variable-ref): Remove.
11496 (byte-compile-dynamic-variable-op): New fun.
11497 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11498 (byte-compile-variable-set): New funs.
11499 (byte-compile-discard): Add 2 args.
11500 (byte-compile-stack-ref, byte-compile-stack-set)
11501 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11502 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11503 macroexpand-all instead.
11504 (byte-compile-quote-form): Remove.
11505 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11506 (byte-compile-bind, byte-compile-unbind): New funs.
11507 (byte-compile-let): Handle let* and lexical binding.
11508 (byte-compile-let*): Remove.
11509 (byte-compile-catch, byte-compile-unwind-protect)
11510 (byte-compile-track-mouse, byte-compile-condition-case):
11511 Handle a new :fun-body form, used for lexical scoping.
11512 (byte-compile-save-window-excursion)
11513 (byte-compile-with-output-to-temp-buffer): Remove.
11514 (byte-compile-defun): Simplify.
11515 (byte-compile-stack-adjustment): New fun.
11516 (byte-compile-out): Use it.
11517 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11518
11519 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11520 handler any more.
11521
11522 * emacs-lisp/byte-opt.el: Use lexical binding.
11523 (byte-inline-lapcode): Remove (to bytecomp).
11524 (byte-compile-inline-expand): Pay attention to inlining to/from
11525 lexically bound code.
11526 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11527 any more.
11528 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11529 any more and don't call compiler-macros.
11530 (byte-compile-splice-in-already-compiled-code): Remove.
11531 (byte-code): Don't inline any more.
11532 (disassemble-offset): Receive `bytes' as argument rather than via
11533 dynamic scoping.
11534 (byte-compile-tag-number): Declare before first use.
11535 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11536 `return' even if make-spliceable.
11537 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11538 obsolete interactive-p.
11539 (byte-optimize-lapcode): Optimize new lap-codes.
11540 Don't trip up on new form of `byte-constant' lap code.
11541
11542 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11543
11544 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11545
11546 * custom.el (custom-initialize-default, custom-declare-variable):
11547 Use `defvar'.
11548
11549 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11550 New variables.
11551 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11552 (COMPILE_FIRST): Add macroexp and cconv.
11553 * makefile.w32-in: Mirror changes in Makefile.in.
11554
11555 * vc/cvs-status.el:
11556 * vc/diff-mode.el:
11557 * vc/log-edit.el:
11558 * vc/log-view.el:
11559 * vc/smerge-mode.el:
11560 * textmodes/bibtex-style.el:
11561 * textmodes/css.el:
11562 * startup.el:
11563 * uniquify.el:
11564 * minibuffer.el:
11565 * newcomment.el:
11566 * reveal.el:
11567 * server.el:
11568 * mpc.el:
11569 * emacs-lisp/smie.el:
11570 * doc-view.el:
11571 * dired.el:
11572 * abbrev.el: Use lexical binding.
11573
11574 2011-04-01 Eli Zaretskii <eliz@gnu.org>
11575
11576 * info.el (info-display-manual): New function.
11577
11578 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11579
11580 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11581
11582 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11583
11584 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
11585 an entry for that server in rcirc-authinfo. (Bug#8385)
11586
11587 2011-03-31 Glenn Morris <rgm@gnu.org>
11588
11589 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11590
11591 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11592
11593 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11594
11595 * progmodes/python.el (python-default-interpreter)
11596 (python-python-command-args, python-jython-command-args)
11597 (python-which-shell, python-which-args, python-which-bufname)
11598 (python-file-queue, python-comint-output-filter-function)
11599 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11600 variables and functions.
11601
11602 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11603
11604 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11605 (completion-in-region-mode): New minor mode.
11606 (completion-in-region): Use it.
11607 (completion-in-region--data, completion-in-region-mode-map): New vars.
11608 (completion-in-region--postch): New function.
11609 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11610 New vars.
11611 (completion--capf-wrapper): New function.
11612 (completion-at-point): Use it to track well-behavedness of
11613 hook functions.
11614 (completion-help-at-point): New command.
11615
11616 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11617
11618 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11619 syntax class to search for whitespace on a single line
11620 (Message-ID: <4D938140.4030905@redhat.com>).
11621
11622 2011-03-30 Leo Liu <sdl.web@gmail.com>
11623
11624 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11625 New commands.
11626 (edit-abbrevs-map): Bind them here.
11627 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11628
11629 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11630
11631 * allout.el (allout-hide-by-annotation, allout-flag-region):
11632 Reduce possibility of overlay leakage by making them volatile.
11633
11634 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11635 hash is not shared between buffers. Mode initialization is
11636 responsible for giving it a useful starting value.
11637 (allout-item-span): Reduce possibility of overlay leakage by
11638 making them volatile.
11639 (allout-widgets-count-buttons-in-region): Add diagnostic function
11640 for tracking down button overlay leaks.
11641
11642 2011-03-29 Leo Liu <sdl.web@gmail.com>
11643
11644 * ido.el (ido-read-internal): Use the default history var
11645 minibuffer-history if no HISTORY is specified.
11646
11647 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11648
11649 * net/imap.el (imap-shell-open, imap-process-connection-type):
11650 Use imap-process-connection-type for 'shell' streams as well as
11651 Kerberos, SSL, other subprocesses.
11652
11653 2011-03-28 Leo Liu <sdl.web@gmail.com>
11654
11655 * abbrev.el (abbrev-table-empty-p): New function.
11656 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11657 nonempty ones. (Bug#5937)
11658
11659 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11660
11661 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11662
11663 2011-03-27 Leo Liu <sdl.web@gmail.com>
11664
11665 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11666 for foreground and background colors.
11667 (ansi-color-make-color-map): Adapt.
11668
11669 2011-03-25 Leo Liu <sdl.web@gmail.com>
11670
11671 * midnight.el (midnight-time-float): Remove. Note it calculates
11672 the microsecond component incorrectly and seconds-to-time does the
11673 same job.
11674 Remove redundant (require 'timer).
11675
11676 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11677 (ido-completions): Remove unused arguments. (Bug#8329)
11678
11679 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * minibuffer.el (completion--flush-all-sorted-completions):
11682 Remove itself from hook.
11683 (completion-at-point): Let the functions perform the completion
11684 immediately and return nil or t.
11685 * comint.el (comint-dynamic-complete-functions): Now identical to
11686 completion-at-point-functions.
11687 (comint-dynamic-list-input-ring): Remove unused var `index'.
11688 (comint--match-partial-filename, comint--unquote&expand-filename):
11689 New funs, split from comint-match-partial-filename.
11690 (comint-dynamic-complete): Use completion-at-point.
11691 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11692
11693 2011-03-24 Drew Adams <drew.adams@oracle.com>
11694
11695 * thingatpt.el: Support `defun'.
11696
11697 2011-03-23 Leo Liu <sdl.web@gmail.com>
11698
11699 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11700
11701 * help-mode.el (help-mode-finish): Tweak regexp.
11702
11703 2011-03-23 Glenn Morris <rgm@gnu.org>
11704
11705 * eshell/esh-opt.el (eshell-eval-using-options):
11706 Do not bind unused local variable `eshell-option-stub'.
11707
11708 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11709
11710 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
11711
11712 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11713 keymap variable in `with-no-warnings' to avoid a warning when the
11714 keymap has been already `defconst'ed.
11715
11716 2011-03-22 Leo Liu <sdl.web@gmail.com>
11717
11718 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11719 encode all chars in abbrevs; otherwise use emacs-mule or
11720 utf-8-emacs. (Bug#8308)
11721
11722 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
11723
11724 * simple.el (backward-delete-char-untabify):
11725 Avoid warning about using `delete-backward-char'.
11726
11727 * image.el (image-type-file-name-regexps): Make it variable.
11728 `imagemagick-register-types' modifies it, and the user may want
11729 to add new extensions for known image types.
11730 (imagemagick-register-types): Throw error if not using ImageMagick.
11731
11732 2011-03-22 Leo Liu <sdl.web@gmail.com>
11733
11734 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11735 located before rcirc-prompt-end-marker.
11736 (rcirc-complete): Error if point is not after rcirc prompt.
11737 Handle the case when table is nil.
11738 (rcirc-user-authenticated): Define to fix compiler warning.
11739
11740 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
11741
11742 * custom.el (custom--inhibit-theme-enable): Make it affect only
11743 custom-theme-set-variables and custom-theme-set-faces.
11744 (provide-theme): Ignore custom--inhibit-theme-enable.
11745 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11746 (custom-enabling-themes): Delete variable.
11747 (enable-theme): Accept only loaded themes as arguments.
11748 Ignore the special custom-enabled-themes variable.
11749 (custom-enabled-themes): Forbid themes from setting this.
11750 Eliminate use of custom-enabling-themes.
11751 (custom-push-theme): Quote "changed" custom var entry.
11752
11753 2011-03-21 Leo Liu <sdl.web@gmail.com>
11754
11755 * ido.el (ido-read-internal): Add ido-selected to history instead
11756 of user input.
11757
11758 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11759
11760 * subr.el (deferred-action-list, deferred-action-function):
11761 Mark obsolete.
11762
11763 2011-03-21 Leo Liu <sdl.web@gmail.com>
11764
11765 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11766 change on 2011-02-13 (bug#8309).
11767
11768 * minibuffer.el (read-file-name-function): Change default value.
11769 (read-file-name--defaults): Rename from read-file-name-defaults.
11770 (read-file-name-default): Rename from read-file-name.
11771 (read-file-name): Call read-file-name-function.
11772
11773 2011-03-21 Glenn Morris <rgm@gnu.org>
11774
11775 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11776 Doc fixes.
11777
11778 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
11779
11780 * cus-theme.el: Add missing provide statement.
11781 (customize-create-theme): Extract theme value correctly.
11782 (custom-theme-visit-theme): Autoload.
11783 (customize-create-theme): Prompt before inserting default faces.
11784
11785 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11786
11787 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11788 units and musical notes.
11789
11790 2011-03-20 Leo Liu <sdl.web@gmail.com>
11791
11792 * ido.el (ido-read-internal): Use completing-read-default.
11793 (ido-completing-read): Fix compatibility with completing-read.
11794
11795 2011-03-20 Christian Ohler <ohler@gnu.org>
11796
11797 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11798 (ert-delete-all-tests): Use `called-interactively-p' rather than
11799 `interactive-p'.
11800 (ert--make-xrefs-region): Respect END.
11801
11802 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
11803
11804 * dired-aux.el (dired-create-directory): Signal an error if the
11805 directory already exists (Bug#8246).
11806
11807 * facemenu.el (list-colors-display): Call list-faces-display
11808 inside with-help-window.
11809 (list-colors-print): Use display property to align the final
11810 column, instead of checking window-width.
11811
11812 2011-03-19 Eli Zaretskii <eliz@gnu.org>
11813
11814 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
11815 windows-nt systems.
11816 (emerge-protect-metachars): Quote correctly for ms-dos and
11817 windows-nt systems.
11818
11819 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
11820
11821 * info.el (info-initialize): Replace all uses of `:' with
11822 path-separator for compatibility with non-Unix systems.
11823 Cache quoting of path-separator. (Bug#8258)
11824
11825 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
11826
11827 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11828 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11829 (mouse-avoidance-mode): Fix typos in docstrings.
11830
11831 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
11832
11833 * startup.el (package-subdirectory-regexp): Move from package.el.
11834 Omit \\` and \\', and let callers add them.
11835
11836 * emacs-lisp/package.el (package-strip-version)
11837 (package-load-all-descriptors): Add \\` and \\' to
11838 package-subdirectory-regexp before using it.
11839 (package-untar-buffer): New arg DIR; ensure that file untars only
11840 into this expected directory. Remove superfluous delete-region.
11841 (package-unpack): Caller changed.
11842 (package-tar-file-info): Use package-subdirectory-regexp.
11843
11844 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11847 diff-mode-shared-map (bug#8284).
11848 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
11849
11850 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11851
11852 * calendar/time-date.el (format-seconds): Use assoc instead of
11853 assoc-string, since assoc-string doesn't exist in XEmacs.
11854
11855 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
11856
11857 * custom.el (custom-known-themes): Reflow docstring.
11858 (custom-theme-load-path): Fix typo in docstring.
11859 (load-theme): Fix typo in error message.
11860 (custom-available-themes, custom-variable-theme-value):
11861 Use `let', not `let*'.
11862
11863 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11864
11865 * calc/README: Mention inclusion of musical notes.
11866
11867 * calc/calc-units.el (calc-lu-quant): Rename from
11868 `calc-logunits-quantity'.
11869 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11870 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11871 (calc-db): Rename from `calc-dblevel'.
11872 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11873 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11874 (calc-np): Rename from `calc-nplevel'.
11875 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11876 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11877 (calc-lu-plus): Rename from `calc-logunits-add'.
11878 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11879 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11880 (calc-lu-minus): Rename from `calc-logunits-sub'.
11881 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11882 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11883 (calc-lu-times): Rename from `calc-logunits-mul'.
11884 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11885 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11886 (calc-lu-divide): Rename from `calc-logunits-div'.
11887 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11888 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11889
11890 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11891 functions being autoloaded.
11892
11893 * calc/calc.el (calc-lu-power-reference): Rename from
11894 `calc-logunits-power-reference'.
11895 (calc-lu-field-reference): Rename from
11896 `calc-logunits-field-reference'.
11897
11898 * calc/calc-help.el (calc-l-prefix-help):
11899 Mention musical note functions.
11900
11901 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11902
11903 * minibuffer.el (completion-all-sorted-completions):
11904 Use :completion-cycle-penalty text property if present.
11905
11906 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11907
11908 * allout.el (allout-yank-processing): Adjust for new rebulleting
11909 regime so bullet being yanked is used without prompting the user
11910 for a choice.
11911
11912 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
11913
11914 * startup.el (command-line): Warn the user that _emacs is deprecated.
11915
11916 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
11917
11918 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11919 (delphi-verbose, delphi-comment-face, delphi-string-face)
11920 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11921 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11922 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11923 (delphi-new-comment-line, delphi-font-lock-defaults)
11924 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11925 Fix typos in docstrings.
11926
11927 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11928
11929 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
11930 Invert the roles of character and string values for INSTEAD, so a
11931 string is used for the more common case of a defaulting prompt.
11932
11933 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11934
11935 * progmodes/ruby-mode.el (ruby-backward-sexp):
11936 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11937 * play/gamegrid.el (gamegrid-make-face):
11938 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11939 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11940 * notifications.el (notifications-notify):
11941 * net/xesam.el (xesam-search-engines):
11942 * net/quickurl.el (quickurl-list-insert):
11943 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11944
11945 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
11946
11947 * startup.el (command-line): Update package subdirectory regexp.
11948
11949 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * allout.el (allout-abbreviate-flattened-numbering)
11952 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11953
11954 * subr.el (read-char-choice): Only show the cursor after the prompt,
11955 not after the answer.
11956
11957 2011-03-15 Kevin Ryde <user42@zip.com.au>
11958
11959 * help-fns.el (variable-at-point): Skip leading quotes, if any
11960 (bug#8253).
11961
11962 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11963
11964 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11965 warning message.
11966
11967 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
11968
11969 * shell.el (shell): When called interactively, offer to change the
11970 shell file name on remote hosts.
11971
11972 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11973
11974 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11975 integration for LDAP parameters. The host, base, user or binddn,
11976 and secret tokens can be specified in a netrc file, for instance.
11977 This is optional because an `auth-source' parameter must be
11978 specified in the search attributes.
11979
11980 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
11981
11982 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11983
11984 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11987 into declaration. Remove redundant and harmful binding.
11988
11989 2011-03-12 Eli Zaretskii <eliz@gnu.org>
11990
11991 * files.el (file-ownership-preserved-p): Pass `integer' as an
11992 explicit 2nd argument to `file-attributes'. If the file's owner
11993 is the Administrators group on Windows, and the current user is
11994 Administrator, consider that a match.
11995
11996 * server.el (server-ensure-safe-dir): Consider server directory
11997 safe on MS-Windows if its owner is the Administrators group while
11998 the current Emacs user is Administrator. Use `=' to compare
11999 numerical UIDs, since they could be integers or floats.
12000
12001 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
12002
12003 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12004
12005 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
12006
12007 Sync with Tramp 2.2.1.
12008
12009 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
12010
12011 * net/trampver.el: Update release number.
12012
12013 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12014
12015 * progmodes/compile.el (compilation--previous-directory): Fix up
12016 various nil/dead-marker mismatches (bug#8014).
12017 (compilation-directory-properties, compilation-error-properties):
12018 Don't call it at a position past the one we're about to change.
12019
12020 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
12021 Disable obsolescence warnings in the file that declares it.
12022
12023 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
12024
12025 * allout-widgets.el (allout-widgets-tally):
12026 Initialize allout-widgets-tally as a hash table rather than nil to
12027 prevent mode-line redisplay warnings. Also, clarify the module
12028 description and fix a comment typo.
12029
12030 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
12031
12032 * help-fns.el (describe-variable): Don't complete keywords.
12033 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
12034
12035 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
12036
12037 * emacs-lisp/package.el (package-version-join): Impose a standard
12038 string representation for pre/alpha/beta version lists.
12039 (package-unpack-single): Standardize the directory name by passing
12040 it through package-version-join.
12041 (package-strip-rcs-id): Accept any version string that does not
12042 signal an error in version-to-list.
12043
12044 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
12045
12046 * simple.el (delete-trailing-whitespace): Return nil for the
12047 benefit of `write-file-functions'.
12048
12049 2011-03-10 Glenn Morris <rgm@gnu.org>
12050
12051 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
12052
12053 * vc/vc-git.el (vc-git-program): New option.
12054 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12055 (vc-git--call): Use it.
12056
12057 * eshell/esh-util.el (eshell-condition-case): Doc fix.
12058
12059 * cus-edit.el (Custom-newline): If no button at point, look
12060 for a subgroup button at start-of-line. (Bug#2298)
12061
12062 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
12063
12064 2011-03-10 Julien Danjou <julien@danjou.info>
12065
12066 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
12067 `cursor-type' is nil.
12068
12069 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
12070
12071 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
12072
12073 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
12074
12075 * allout.el: Change so yank of distinctive-bullet items
12076 preserves the existing header prefix, rebulleting it if necessary,
12077 rather than replacing it. This is necessary for proper operation
12078 of cooperative addons like allout-widgets.
12079 (allout-make-topic-prefix, allout-rebullet-heading):
12080 Change SOLICIT arg to INSTEAD, and interpret additionally a string
12081 value as alternate bullet to be used, instead of prompting the user
12082 for a bullet character.
12083
12084 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
12085
12086 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
12087 Do not use `tramp-file-name-port', because this returns also
12088 `tramp-default-port'.
12089
12090 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12091
12092 * net/rcirc.el (rcirc-handler-001): Remove useless
12093 with-rcirc-process-buffer.
12094 (rcirc-check-auth-status): Swap arguments to string-match.
12095
12096 2011-03-09 Glenn Morris <rgm@gnu.org>
12097
12098 * shell.el (shell-mode):
12099 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
12100
12101 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
12102 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
12103
12104 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
12105
12106 * emacs-lisp/package.el (package-refresh-contents)
12107 (package-menu-execute): Use condition-case-no-debug.
12108
12109 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
12110
12111 * simple.el (shell-command-to-string): Use `process-file'.
12112
12113 * emacs-lisp/package.el (package-tar-file-info): Handle also
12114 remote files.
12115
12116 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12117 Use `equal' for upload base check.
12118
12119 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
12120
12121 * textmodes/texinfo.el (texinfo-environments):
12122 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
12123
12124 2011-03-08 Glenn Morris <rgm@gnu.org>
12125
12126 * cus-start.el (cursor-in-non-selected-windows):
12127 Fix :set quoting oddness. (Bug#8192)
12128
12129 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
12130 in some setf expressions. (Bug#2159)
12131
12132 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
12133
12134 * custom.el (custom-available-themes): Return themes in
12135 alphabetical order.
12136
12137 See ChangeLog.15 for earlier changes.
12138
12139 ;; Local Variables:
12140 ;; coding: utf-8
12141 ;; End:
12142
12143 Copyright (C) 2011-2012 Free Software Foundation, Inc.
12144
12145 This file is part of GNU Emacs.
12146
12147 GNU Emacs is free software: you can redistribute it and/or modify
12148 it under the terms of the GNU General Public License as published by
12149 the Free Software Foundation, either version 3 of the License, or
12150 (at your option) any later version.
12151
12152 GNU Emacs is distributed in the hope that it will be useful,
12153 but WITHOUT ANY WARRANTY; without even the implied warranty of
12154 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12155 GNU General Public License for more details.
12156
12157 You should have received a copy of the GNU General Public License
12158 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.