Fix infinite loop in python-end-of-statement
[bpt/emacs.git] / lisp / ChangeLog
1 2012-02-11 Leo Liu <sdl.web@gmail.com>
2
3 * progmodes/python.el (python-end-of-statement): Fix infinite
4 loop. (Bug#10788)
5
6 2012-02-10 Glenn Morris <rgm@gnu.org>
7
8 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10
11 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12
13 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
14 about SMTP before checking the From header.
15
16 * mail/sendmail.el (sendmail-query-user-about-smtp): Refacored out
17 into own function for reuse by emacsbug.el.
18
19 2012-02-10 Leo Liu <sdl.web@gmail.com>
20
21 * subr.el (condition-case-unless-debug): Rename from
22 condition-case-no-debug. All callers changed.
23 (with-demoted-errors): Fix caller.
24
25 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
26 * nxml/rng-valid.el (rng-do-some-validation):
27 * emacs-lisp/package.el (package-refresh-contents)
28 (package-menu-execute):
29 * desktop.el (desktop-create-buffer):
30 * font-lock.el (lisp-font-lock-keywords-2): caller changed.
31
32 2012-02-10 Glenn Morris <rgm@gnu.org>
33
34 * textmodes/bibtex.el:
35 Add missing :version tags for new/changed defcustoms.
36
37 * files.el (remote-file-name-inhibit-cache): Doc fixes.
38
39 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
40
41 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
42 (smtpmail-via-smtp): Use it, or fall back on the From address.
43 (smtpmail-send-it): Ditto.
44
45 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
48 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
49 (byte-compile-tmp-var): New const.
50 (byte-compile-defvar): Use it to minimize .elc size.
51 Just use `defvar' rather than simulate it (bug#10761).
52
53 2012-02-09 Glenn Morris <rgm@gnu.org>
54
55 * files.el (rename-uniquely): Doc fix. (Bug#3806)
56
57 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
58 Add :version tags.
59
60 * progmodes/compile.el (compilation-first-column)
61 (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
62
63 * vc/log-view.el (log-view-toggle-entry-display):
64 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
65
66 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
67 (report-emacs-bug-can-use-xdg-email):
68 (report-emacs-bug-insert-to-mailer): Doc fixes.
69 (report-emacs-bug): Message fix.
70
71 * net/browse-url.el (browse-url-can-use-xdg-open)
72 (browse-url-xdg-open): Doc fixes.
73
74 * electric.el (electric-indent-mode, electric-pair-mode)
75 (electric-layout-rules, electric-layout-mode): Doc fixes.
76 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
77
78 2012-02-08 Martin Rudalics <rudalics@gmx.at>
79
80 * server.el (server-unselect-display): Don't inadvertently kill
81 the current buffer. (Bug#10729)
82
83 2012-02-08 Glenn Morris <rgm@gnu.org>
84
85 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
86 (sql-list-table): Doc fixes.
87
88 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
89 Comment out (does nothing).
90
91 * completion.el (dynamic-completion-mode):
92 * dirtrack.el (dirtrack-debug-mode):
93 * electric.el (electric-layout-mode):
94 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
95 * face-remap.el (text-scale-mode, buffer-face-mode):
96 * iimage.el (iimage-mode):
97 * image-mode.el (image-transform-mode):
98 * minibuffer.el (completion-in-region-mode):
99 * scroll-lock.el (scroll-lock-mode):
100 * simple.el (next-error-follow-minor-mode):
101 * tar-mode.el (tar-subfile-mode):
102 * tooltip.el (tooltip-mode):
103 * vcursor.el (vcursor-use-vcursor-map):
104 * wid-browse.el (widget-minor-mode):
105 * emulation/tpu-edt.el (tpu-edt-mode):
106 * emulation/tpu-extras.el (tpu-cursor-free-mode):
107 * international/iso-ascii.el (iso-ascii-mode):
108 * language/thai-util.el (thai-word-mode):
109 * mail/supercite.el (sc-minor-mode):
110 * net/goto-addr.el (goto-address-mode):
111 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
112 * progmodes/cwarn.el (cwarn-mode):
113 * progmodes/flymake.el (flymake-mode):
114 * progmodes/glasses.el (glasses-mode):
115 * progmodes/hideshow.el (hs-minor-mode):
116 * progmodes/pascal.el (pascal-outline-mode):
117 * textmodes/enriched.el (enriched-mode):
118 * vc/smerge-mode.el (smerge-mode):
119 Doc fixes (minor mode argument).
120
121 2012-02-07 Eli Zaretskii <eliz@gnu.org>
122
123 * ls-lisp.el (ls-lisp-sanitize): New function.
124 (ls-lisp-insert-directory): Use it to fix or remove any elements
125 in file-alist with missing attributes. (Bug#4673)
126
127 2012-02-07 Alan Mackenzie <acm@muc.de>
128
129 Fix spurious recognition of c-in-knr-argdecl.
130
131 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
132 putative K&R region.
133
134 2012-02-07 Alan Mackenzie <acm@muc.de>
135
136 * progmodes/cc-engine.el (c-forward-objc-directive): Prevent
137 looping in "#pragma mark @implementation".
138
139 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
140
141 * notifications.el (notifications-on-closed-signal): Make `reason'
142 optional. (Bug#10744)
143
144 2012-02-07 Glenn Morris <rgm@gnu.org>
145
146 * emacs-lisp/easy-mmode.el (define-minor-mode):
147 Doc fixes for the macro and the mode it defines.
148
149 * image.el (imagemagick-types-inhibit): Doc fix.
150
151 * cus-start.el (imagemagick-render-type): Add it.
152
153 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
154
155 * progmodes/cc-mode.el
156 (c-standard-font-lock-fontify-region-function): Set the default at
157 load time, too, so that `font-lock-fontify-buffer' can be called
158 without setting up the entire mode first. This fixes a bug in
159 `mm-inline-text' with C MIME parts.
160
161 2012-02-06 Chong Yidong <cyd@gnu.org>
162
163 * simple.el (list-processes--refresh): Delete exited processes
164 (Bug#8094).
165
166 * comint.el (comint-next-prompt): next-single-char-property-change
167 and prev-single-char-property-change never return nil (Bug#8657).
168
169 * custom.el (defcustom): Doc fix (Bug#9711).
170
171 2012-02-05 Chong Yidong <cyd@gnu.org>
172
173 * cus-edit.el (custom-variable-reset-backup): Quote the value
174 before storing it in the customized-value property (Bug#6712).
175 (custom-display): Add a customization type tag.
176 (custom-buffer-create-internal): Improve tooltip message.
177
178 * wid-edit.el (widget-field-value-get): New optional arg to
179 suppress trailing whitespace truncation.
180 (character): Use it (Bug#2689).
181
182 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
183
184 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
185 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
186
187 2012-02-05 Chong Yidong <cyd@gnu.org>
188
189 * cus-edit.el (custom-variable-value-create): For mismatched
190 types, show the current value (Bug#7600).
191
192 * custom.el (defcustom): Doc fix.
193
194 2012-02-05 Glenn Morris <rgm@gnu.org>
195
196 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
197
198 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
199
200 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
201 (pp-buffer): Use `ignore-errors', `looking-at-p'.
202 (pp-last-sexp): Use `looking-at-p'.
203
204 2012-02-04 Glenn Morris <rgm@gnu.org>
205
206 * files.el (revert-buffer):
207 Doc fix (mention revert-buffer-in-progress-p).
208
209 * emacs-lisp/ert-x.el (ert-simulate-command):
210 Check deferred-action-list (which is obsolete) is bound.
211
212 * subr.el (with-wrapper-hook): Doc fixes.
213
214 * simple.el (filter-buffer-substring-functions)
215 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
216
217 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
218
219 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
220 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
221
222 2012-02-04 Leo Liu <sdl.web@gmail.com>
223
224 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
225
226 2012-02-04 Glenn Morris <rgm@gnu.org>
227
228 * image.el (image-extension-data): Add obsolete alias.
229
230 * isearch.el (isearch-update): Doc fix.
231
232 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
233
234 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
235
236 2012-02-03 Glenn Morris <rgm@gnu.org>
237
238 * image.el (image-animated-p): Doc fix. Use image-animated-types.
239 (image-animate-timeout): Doc fix.
240
241 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
242
243 2012-02-02 Glenn Morris <rgm@gnu.org>
244
245 * server.el (server-auth-dir): Doc fix.
246 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
247
248 * subr.el (run-mode-hooks): Doc fix.
249
250 2012-02-02 Juri Linkov <juri@jurta.org>
251
252 * image-mode.el (image-toggle-display-image): Remove tautological
253 `major-mode' from the `derived-mode-p' test.
254
255 2012-02-02 Kenichi Handa <handa@m17n.org>
256
257 * composite.el (compose-region): Cancel previous change.
258
259 2012-02-02 Kenichi Handa <handa@m17n.org>
260
261 * composite.el (compose-region, compose-string): Signal error for
262 a null string component (Bug#6988).
263
264 2012-02-01 Chong Yidong <cyd@gnu.org>
265
266 * view.el (view-buffer-other-window, view-buffer-other-frame):
267 Handle special modes like view-buffer (Bug#10650).
268 (view-buffer): Simplify.
269
270 * frame.el (set-frame-font): Tweak meaning of third argument.
271
272 * dynamic-setting.el (font-setting-change-default-font):
273 Use set-frame-font (Bug#9982).
274
275 2012-02-01 Glenn Morris <rgm@gnu.org>
276
277 * progmodes/compile.el (compilation-internal-error-properties):
278 Respect compilation-first-column in the "*compilation*" buffer.
279
280 * emacs-lisp/easy-mmode.el (define-minor-mode):
281 Relax :variable's test for a named function.
282
283 2012-01-31 Alan Mackenzie <acm@muc.de>
284
285 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
286 off by one error.
287
288 2012-01-31 Chong Yidong <cyd@gnu.org>
289
290 * frame.el (set-frame-font): New arg ALL-FRAMES.
291
292 * menu-bar.el (menu-set-font): Use set-frame-font.
293
294 * faces.el (face-spec-reset-face): Don't apply unspecified
295 attribute values to the default face.
296
297 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
298
299 * progmodes/cwarn.el (cwarn): Remove dead link.
300 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
301 Remove * from defcustom docstrings.
302 (turn-on-cwarn-mode): Make obsolete.
303 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
304 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
305
306 2012-01-31 Glenn Morris <rgm@gnu.org>
307
308 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
309 Fix :variable handling of mode a symbol not equal to modefun.
310 Allow named functions to be used as the cdr of :variable.
311
312 2012-01-30 Glenn Morris <rgm@gnu.org>
313
314 * emacs-lisp/authors.el (authors-fixed-entries):
315 Remove reference to deleted file rnewspost.el.
316
317 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
318
319 * window.el (window-with-parameter): Remove unused variable `windows'.
320 (window--side-check): Remove unused variable `code'.
321 (window--resize-siblings): Remove unused variable `first'.
322 (adjust-window-trailing-edge): Remove unused variable `failed'.
323 (window-deletable-p, window--delete): Remove unused variable `buffer'.
324 Use `let', not `let*'.
325 (balance-windows-2): Remove unused variable `found'.
326 (window--state-put-2): Remove unused variable `splits'.
327 (window-state-put): Remove unused variable `selected'.
328 (same-window-p): Use `string-match-p'.
329 (display-buffer-assq-regexp): Remove unused variable `value'.
330 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
331 Mark argument ALIST as ignored.
332 (pop-to-buffer): Remove unused variable `old-window'.
333
334 2012-01-29 Eli Zaretskii <eliz@gnu.org>
335
336 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
337 and .lzma compressed files.
338
339 2012-01-29 Chong Yidong <cyd@gnu.org>
340
341 * frame.el (window-system-default-frame-alist): Doc fix.
342
343 * dynamic-setting.el (font-setting-change-default-font): Don't
344 change the default face if SET-FONT argument is non-nil (Bug#9982).
345
346 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
347
348 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
349
350 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
351
352 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
353 breakpoints in files outside current directory (Bug#6098).
354
355 2012-01-29 Chong Yidong <cyd@gnu.org>
356
357 * progmodes/python.el: Require ansi-color at top-level.
358
359 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
360 Define and use in Emacs Lisp mode (Bug#9360).
361 (lisp-mode-abbrev-table): Add doc.
362 (lisp-mode-variables): Don't set local-abbrev-table.
363 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
364
365 2012-01-28 Roland Winkler <winkler@gnu.org>
366
367 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
368
369 2012-01-28 Roland Winkler <winkler@gnu.org>
370
371 * textmodes/bibtex.el (bibtex-entry-alist): New function.
372 (bibtex-set-dialect): Use it. Either set global values of
373 dialect-dependent variables or bind these variables buffer-locally
374 (Bug#10254).
375 (bibtex-mode): Call bibtex-set-dialect via
376 hack-local-variables-hook.
377 (bibtex-dialect): Update docstring. Add
378 safe-local-variable predicate.
379 (bibtex-entry-alist, bibtex-field-alist): Initialize via
380 bibtex-set-dialect.
381 (bibtex-mode-map): Define menu for each dialect.
382 (bibtex-entry): Fix docstring.
383
384 2012-01-28 Chong Yidong <cyd@gnu.org>
385
386 * eshell/esh-arg.el (eshell-quote-argument): New function.
387
388 * eshell/esh-ext.el (eshell-invoke-batch-file):
389 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
390 first arg to eshell-parse-command (Bug#10523).
391
392 2012-01-28 Drew Adams <drew.adams@oracle.com>
393
394 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
395 `default-directory' is non-nil.
396
397 2012-01-28 Eli Zaretskii <eliz@gnu.org>
398
399 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
400 line that displays system-configuration-options. (Bug#9924)
401
402 2012-01-28 Drew Adams <drew.adams@oracle.com>
403
404 * descr-text.el (describe-char): Show information about POS, in
405 addition to information about the character at POS. Improve and
406 update the doc string. Change "code point" to "code point in
407 charset", to avoid confusion with the character's Unicode code
408 point shown above that. (Bug#10129)
409
410 2012-01-28 Eli Zaretskii <eliz@gnu.org>
411
412 * descr-text.el (describe-char): Show the raw character, not only
413 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
414 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
415 for the reasons.
416
417 2012-01-28 Phil Hagelberg <phil@hagelb.org>
418
419 * emacs-lisp/package.el (package-install): Run
420 package-refresh-contents if there is no archive yet (Bug#9798).
421
422 2012-01-28 Chong Yidong <cyd@gnu.org>
423
424 * emacs-lisp/package.el (package-maybe-load-descriptor):
425 New function, split from package-maybe-load-descriptor.
426 (package-maybe-load-descriptor): Use it.
427 (package-download-transaction): Fully load required packages
428 inside the loop, so that `require' calls work (Bug#10593).
429 (package-install): No need to call package-initialize now.
430
431 2012-01-28 Chong Yidong <cyd@gnu.org>
432
433 * simple.el (deactivate-mark): Doc fix (Bug#8614).
434
435 * tooltip.el (tooltip-mode): Doc fix.
436 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
437
438 * frame.el (set-cursor-color): Doc fix (Bug#352).
439
440 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
441 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
442
443 * cus-edit.el (custom-buffer-create-internal): Fix search button
444 action (Bug#10542).
445 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
446
447 2012-01-27 Eduard Wiebe <usenet@pusto.de>
448
449 * dired.el (dired-mark-files-regexp):
450 Include any subdirectory components. (Bug#10445)
451
452 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
453
454 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
455 Handle [host]:port syntax. (Bug#10533)
456
457 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
458
459 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
460
461 2012-01-26 Glenn Morris <rgm@gnu.org>
462
463 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
464 * term.el (term-raw-escape-map): Use Control-X-prefix.
465 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
466
467 2012-01-25 Martin Rudalics <rudalics@gmx.at>
468
469 * window.el (window-state-get, window--state-get-1): Don't deal
470 with fixed-sizeness of windows. Simplify code.
471
472 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
473
474 * window.el (window--state-get-1, window--state-put-2):
475 Don't save and restore the mark.
476
477 2012-01-25 Chong Yidong <cyd@gnu.org>
478
479 * custom.el (custom-variable-p): Doc fix.
480
481 2012-01-25 Glenn Morris <rgm@gnu.org>
482
483 * dired.el (dired-goto-file): Handle some of the more common
484 characters that `ls -b' escapes. (Bug#10596)
485
486 * progmodes/compile.el (compilation-next-error-function):
487 Respect compilation-first-column in the "*compilation*" buffer.
488 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
489
490 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
491
492 2012-01-24 Glenn Morris <rgm@gnu.org>
493
494 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
495
496 2012-01-24 Julien Danjou <julien@danjou.info>
497
498 * color.el (color-rgb-to-hsl): Fix value computing.
499 (color-hue-to-rgb): New function.
500 (color-hsl-to-rgb): New function.
501 (color-clamp, color-saturate-hsl, color-saturate-name)
502 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
503 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
504
505 2012-01-24 Glenn Morris <rgm@gnu.org>
506
507 * vc/vc-rcs.el (vc-rcs-create-tag):
508 * vc/vc-sccs.el (vc-sccs-create-tag):
509 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
510
511 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
512
513 * eshell/esh-util.el (eshell-read-hosts-file):
514 Skip comment lines. (Bug#10549)
515
516 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
517
518 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
519
520 * subr.el (display-delayed-warnings): Doc fix.
521 (collapse-delayed-warnings): New function to collapse identical
522 adjacent warnings.
523 (delayed-warnings-hook): Add it.
524
525 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
526
527 * net/tramp.el (tramp-action-login): Set connection property "login-as".
528
529 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
530 properties, when "login-as" is set.
531
532 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
533 (tramp-default-user-alist): Don't add "pscp".
534 (tramp-do-copy-or-rename-file-out-of-band): Use connection
535 property "login-as", if set. (Bug#10530)
536
537 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
538
539 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
540 "plink1" and "psftp". (Bug#10530)
541
542 2012-01-21 Kenichi Handa <handa@m17n.org>
543
544 * international/mule-cmds.el (prefer-coding-system): Show a
545 warning message if the default value of file-name-coding-system
546 was not changed.
547
548 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
549
550 * windmove.el (windmove-reference-loc):
551 Fix windmove-reference-loc miscalculation.
552
553 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
554
555 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
556 default unit.
557
558 2012-01-21 Glenn Morris <rgm@gnu.org>
559
560 * international/mule.el (auto-coding-alist): Add .tbz.
561
562 * files.el (local-enable-local-variables): Doc fix.
563 (inhibit-local-variables-regexps): Rename from
564 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
565 Doc fix. Add some extensions from auto-coding-alist.
566 (inhibit-local-variables-suffixes):
567 Rename from inhibit-first-line-modes-suffixes. Doc fix.
568 (inhibit-local-variables-p):
569 New function, extracted from set-auto-mode-1.
570 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
571 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
572 (hack-local-variables): Doc fix. Make the mode-only case
573 respect enable-local-variables and friends.
574 Respect inhibit-local-variables-regexps for file-locals, but
575 not for directory-locals.
576 (set-visited-file-name):
577 Take account of inhibit-local-variables-regexps.
578 Whether it applies may change as the file name is changed.
579 * jka-cmpr-hook.el (jka-compr-install):
580 * jka-compr.el (jka-compr-uninstall):
581 Update for inhibit-first-line-modes-suffixes name change.
582
583 2012-01-20 Martin Rudalics <rudalics@gmx.at>
584
585 * help-macro.el (make-help-screen): Temporarily restore original
586 binding for minor-mode-map-alist (Bug#10454).
587
588 2012-01-19 Julien Danjou <julien@danjou.info>
589
590 * color.el (color-name-to-rgb): Use the white color to find the max
591 color component value and return correctly computed values.
592 (color-name-to-rgb): Add missing float conversion for max value.
593
594 2012-01-19 Martin Rudalics <rudalics@gmx.at>
595
596 * window.el (window--state-get-1, window-state-get): Do not use
597 special state value for window-persistent-parameters. Rename
598 argument IGNORE to WRITABLE. Rewrite doc-string.
599 (window--state-put-2): Reset all window parameters to nil before
600 assigning values of persistent parameters.
601
602 2012-01-18 Alan Mackenzie <acm@muc.de>
603
604 Eliminate sluggishness and hangs in fontification of "semicolon
605 deserts".
606
607 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
608 Change value 10000 -> 3000.
609 (c-state-safe-place): Reformulate so it doesn't stack up an
610 infinite number of wrong entries in c-state-nonlit-pos-cache.
611 (c-determine-limit-get-base, c-determine-limit): New functions to
612 determine backward search limits disregarding literals.
613 (c-find-decl-spots): Amend commenting.
614 (c-cheap-inside-bracelist-p): New function which detects "={".
615
616 * progmodes/cc-fonts.el
617 (c-make-font-lock-BO-decl-search-function): Give a limit to a
618 backward search.
619 (c-font-lock-declarations): Fix an occurrence of point being
620 undefined. Check additionally for point being in a bracelist or
621 near a macro invocation without a semicolon so as to avoid a
622 fruitless time consuming search for a declarator. Give a more
623 precise search limit for declarators using the new
624 c-determine-limit.
625
626 2012-01-18 Glenn Morris <rgm@gnu.org>
627
628 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
629 (set-auto-mode): Doc fixes.
630
631 2012-01-17 Glenn Morris <rgm@gnu.org>
632
633 * isearch.el (search-nonincremental-instead): Fix doc typo.
634
635 * dired.el (dired-insert-directory): Handle newlines in directory name.
636 (dired-build-subdir-alist): Unescape newlines in directory name.
637
638 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
639
640 * net/tramp.el (tramp-local-end-of-line): New defcustom.
641 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
642 (tramp-action-terminal): Use it. (Bug#10530)
643
644 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * minibuffer.el (completion--replace): Strip properties (bug#10062).
647
648 2012-01-16 Martin Rudalics <rudalics@gmx.at>
649
650 * window.el (window-state-ignored-parameters): Remove variable.
651 (window--state-get-1): Rename argument MARKERS to IGNORE.
652 Handle persistent window parameters. Make copy of clone-of
653 parameter only if requested. (Bug#10348)
654 (window--state-put-2): Install a window parameter only if it has
655 a non-nil value or an existing parameter shall be overwritten.
656
657 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
658
659 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
660
661 2012-01-14 Eli Zaretskii <eliz@gnu.org>
662
663 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
664 don't pass the (nil) value of `upnode' to string-match.
665
666 2012-01-14 Chong Yidong <cyd@gnu.org>
667
668 * startup.el (command-line): Fix X resource class for cursorColor.
669 Fix values recognized by the cursorBlink resource.
670
671 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
672
673 * epg.el (epg--make-temp-file): Avoid permission race condition
674 when running on old Emacs versions (bug#10403).
675
676 2012-01-14 Glenn Morris <rgm@gnu.org>
677
678 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
679
680 2012-01-13 Alan Mackenzie <acm@muc.de>
681
682 Fix filling for when filladapt mode is enabled.
683
684 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
685 c-mask-paragraph, pass in `fill-paragraph' rather than
686 `fill-region-as-paragraph'. (This is a reversion of a previous
687 change.)
688 * progmodes/cc-mode.el (c-basic-common-init): Make
689 fill-paragraph-handle-comment buffer local and set it to nil.
690
691 2012-01-13 Glenn Morris <rgm@gnu.org>
692
693 * dired.el (dired-switches-escape-p): New function.
694 (dired-insert-directory): Use dired-switches-escape-p.
695 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
696
697 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
698
699 2012-01-12 Glenn Morris <rgm@gnu.org>
700
701 * mail/sendmail.el (mail-mode): Update paragraph-separate for
702 changes in adaptive-fill-regexp. (Bug#10276)
703
704 2012-01-11 Alan Mackenzie <acm@muc.de>
705
706 Fix Emacs bug #10463 - put `widen's around the critical spots.
707
708 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
709 widen around each invocation of c-state-pp-to-literal. Remove an
710 unused let variable.
711
712 2012-01-11 Glenn Morris <rgm@gnu.org>
713
714 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
715 Doc fix.
716
717 2012-01-10 Chong Yidong <cyd@gnu.org>
718
719 * net/network-stream.el (network-stream-open-starttls):
720 Avoid emitting a confusing error message when the server gives a bad
721 response to the capability command.
722
723 2012-01-10 Glenn Morris <rgm@gnu.org>
724
725 * mail/unrmail.el (unrmail): Tweak previous change.
726
727 2012-01-09 Chong Yidong <cyd@gnu.org>
728
729 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
730
731 2012-01-08 Alan Mackenzie <acm@muc.de>
732
733 Optimise font locking in long enum definitions.
734
735 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
736 arm to a cond form to handle enums.
737 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
738 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
739
740 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
741
742 * files.el (move-file-to-trash): Preserve default file modes on error.
743 (Bug#10401)
744
745 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
746
747 * faces.el (set-face-attribute): Clarify the meaning of the nil
748 frame (bug#10294).
749
750 * subr.el (with-selected-frame): Mention that the selected frame
751 is restored (bug#9980).
752
753 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
754 (bug#9759).
755
756 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
757 (password-read): Don't autoload unused function.
758
759 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
760
761 * progmodes/which-func.el (which-func-mode): Turn into a
762 non-interactive function and mark as obsolete (bug#10428).
763
764 2012-01-06 Chong Yidong <cyd@gnu.org>
765
766 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
767 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
768 functions, along with 1 and -1.
769
770 2012-01-06 Eli Zaretskii <eliz@gnu.org>
771
772 * time.el (display-time-load-average)
773 (display-time-default-load-average): Doc fixes. See the thread
774 starting at
775 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
776 for the details.
777
778 2012-01-06 Glenn Morris <rgm@gnu.org>
779
780 * mail/unrmail.el (unrmail): Give an explicit error if the input file
781 has no messages. (Bug#10377)
782
783 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
784 than Info-edit. (Bug#10385)
785
786 * time.el (display-time-load-average, display-time-next-load-average):
787 Doc fixes.
788
789 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
790 local setting of buffer-read-only to the input buffer. (Bug#10419)
791
792 * calendar/calendar.el (calendar-mode):
793 Locally set scroll-margin to 0. (Bug#10379)
794
795 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
796
797 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
798
799 2012-01-05 Glenn Morris <rgm@gnu.org>
800
801 * eshell/em-unix.el (diff-no-select): Autoload it.
802 (eshell/diff): Use diff-no-select. (Bug#10420)
803
804 2012-01-05 Chong Yidong <cyd@gnu.org>
805
806 * shell.el (shell-dynamic-complete-functions): Revert last change.
807 (shell-command-completion-function): New function.
808 (shell-completion-vars): Use it to implement
809 shell-completion-execonly (Bug#10417).
810
811 * custom.el (enable-theme): Don't set custom-safe-themes.
812
813 * cus-theme.el (custom-theme-merge-theme):
814 Ignore custom-enabled-themes and custom-safe-themes.
815
816 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
817
818 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
819 first prompt in `sql-interacive-mode'.
820 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
821 keywords.
822 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
823 (sql-product-interactive): Bug fix: Set `sql-buffer' in
824 context of original buffer. Invoke `sql-login-hook'.
825
826 2012-01-04 Eli Zaretskii <eliz@gnu.org>
827
828 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
829 letters in cite-prefix.
830
831 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
832
833 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
834
835 2012-01-03 Chong Yidong <cyd@gnu.org>
836
837 * shell.el (shell-dynamic-complete-functions):
838 Put pcomplete-completions-at-point, so as to try
839 comint-filename-completion first (Bug#10417).
840
841 2012-01-02 Richard Stallman <rms@gnu.org>
842
843 * battery.el (battery-status-function):
844 Detect when to use battery-yeeloong-sysfs.
845 (battery-echo-area-format): Add string for Yeeloong.
846 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
847 (battery-yeeloong-sysfs): New function.
848
849 2012-01-02 Chong Yidong <cyd@gnu.org>
850
851 * dirtrack.el (dirtrack-list): Eliminate unused third element.
852 (dirtrack): Merge code for handling relative filenames in prompt
853 from shell-dir-cookie-watcher.
854 (dirtrack-debug-message): New arg to avoid excess format calls.
855
856 * shell.el (shell-dir-cookie-re): Variable deleted.
857 (shell-dir-cookie-watcher): Function deleted.
858 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
859 with dirtrack-mode.
860
861 2012-01-01 Eli Zaretskii <eliz@gnu.org>
862
863 * term/w32-win.el (dynamic-library-alist) <gnutls>:
864 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
865 libgnutls-26.dll.
866
867 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
868
869 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
870
871 2011-12-31 Eli Zaretskii <eliz@gnu.org>
872
873 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
874 headers of non-MIME messages, when rmail-enable-mime is non-nil.
875
876 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
877
878 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
879 also for alternative shells.
880 (tramp-open-connection-setup-interactive-shell): Check, whether
881 the shell is a busybox.
882 (tramp-send-command): Don't suppress multiple prompts for
883 busyboxes, it hurts.
884
885 2011-12-28 Chong Yidong <cyd@gnu.org>
886
887 * progmodes/gdb-mi.el (gdb-get-source-file-list)
888 (gdb-get-source-file): Move mode line update to
889 gdb-get-source-file (Bug#10087).
890
891 2011-12-25 Chong Yidong <cyd@gnu.org>
892
893 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
894 gud-gdb-marker-filter without taking it as an argument.
895 (gud-gdb-run-command-fetch-lines): Caller changed.
896 (gud-gdb-completion-function): New variable.
897 (gud-gdb-completion-at-point): Use it.
898 (gud-gdb-completions-1): Split from gud-gdb-completions.
899
900 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
901 function as separate arguments.
902 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
903 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
904 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
905 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
906 (gdb-stopped, def-gdb-auto-update-trigger)
907 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
908 (gdb-get-changed-registers, gdb-get-main-selected-frame):
909 Callers changed.
910 (gud-gdbmi-completions): New function.
911 (gdb): Use it for generating the completion table.
912
913 2011-12-24 Alan Mackenzie <acm@muc.de>
914
915 Introduce a mechanism to widen the region used in context font
916 locking. Use this to protect declarations from losing their contexts.
917
918 * progmodes/cc-langs.el (c-before-font-lock-functions):
919 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
920 (c-before-context-fontification-functions): New defvar, a list of
921 functions to be run just before context (etc.) font locking.
922
923 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
924 New, functionality extracted from
925 c-neutralize-syntax-in-and-mark-CPP.
926 (c-in-after-change-fontification): New variable.
927 (c-after-change): Set c-in-after-change-fontification.
928 (c-set-fl-decl-start): Rejig its interface, so it can be called
929 from both after-change and context fontifying.
930 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
931 New functions.
932 (c-standard-font-lock-fontify-region-function): New variable.
933 (c-font-lock-fontify-region): New function.
934
935 2011-12-24 Juri Linkov <juri@jurta.org>
936
937 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
938 (Bug#10348)
939
940 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
941
942 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
943 existence of source file. (Bug#10325)
944
945 2011-12-23 Alan Mackenzie <acm@muc.de>
946
947 Fix unstable fontification inside templates.
948
949 * progmodes/cc-langs.el (c-before-font-lock-functions):
950 Newly created from the singular version. The (c c++ objc) entry now
951 additionally has c-set-fl-decl-start. The other languages (apart
952 from AWK) have that as a single entry.
953
954 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
955 The functionality for "local" declarations has been extracted to
956 c-set-fl-decl-start.
957
958 * progmodes/cc-mode.el (c-common-init, c-after-change):
959 Changes due to pluralisation of c-before-font-lock-functions.
960 (c-set-fl-decl-start): New function, extracted from
961 c-font-lock-enclosing-decls and enhanced.
962
963 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
964
965 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
966
967 2011-12-22 Juri Linkov <juri@jurta.org>
968
969 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
970
971 2011-12-22 Chong Yidong <cyd@gnu.org>
972
973 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
974
975 2011-12-21 Drew Adams <drew.adams@oracle.com>
976
977 * files.el (file-remote-p): Fix docstring. (Bug#10319)
978
979 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
980
981 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
982
983 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
984
985 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
986 highlighting and support. Fix up comments for capitalization.
987 (cfengine-mode-debug): New var.
988 (cfengine3-mode): Change the modeline indicator to "CFE3".
989 (cfengine3-font-lock-keywords): Improve defun highlighting.
990 (cfengine2-actions): Rename from `cfengine-actions'.
991 (cfengine2-font-lock-keywords): Rename from
992 `cfengine-font-lock-keywords'.
993 (cfengine2-imenu-expression): Rename from
994 `cfengine-imenu-expression'.
995 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
996 (cfengine2-beginning-of-defun): Rename from
997 `cfengine-beginning-of-defun'.
998 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
999 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
1000 (cfengine2-mode): Rename from `cfengine-mode'. Change the
1001 modeline indicator to "CFE2".
1002 (cfengine-mode): Defalias to `cfengine-auto-mode'.
1003 (cfengine-mode-abbrevs): Mark obsolete.
1004
1005 2011-12-21 Chong Yidong <cyd@gnu.org>
1006
1007 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
1008 filename argument.
1009
1010 2011-12-20 Martin Rudalics <rudalics@gmx.at>
1011
1012 * window.el (window-normalize-buffer-to-display): Remove.
1013 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
1014
1015 2011-12-19 Chong Yidong <cyd@gnu.org>
1016
1017 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
1018 Don't signal an error in a predicate function; return non-nil.
1019 (vc-dir-mark-file): Move the error here.
1020 (vc-dir-mark-unmark): If acting on the region, keep going if one
1021 of the entries cannot be marked/unmarked.
1022 (vc-dir-mark-all-files): If current entry is a directory, mark
1023 only child files, as documented.
1024
1025 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
1026
1027 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
1028 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
1029 addition.
1030
1031 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
1032
1033 * term/ns-win.el (ns-get-selection-internal)
1034 (ns-store-selection-internal): Declare.
1035 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
1036 Declare as obsolete.
1037 (ns-get-pasteboard, ns-paste-secondary):
1038 Use ns-get-selection-internal.
1039 (ns-set-pasteboard, ns-copy-including-secondary):
1040 Use ns-store-selection-internal.
1041
1042 2011-12-17 Chong Yidong <cyd@gnu.org>
1043
1044 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
1045 (vc-deduce-fileset): Doc fix.
1046
1047 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
1048
1049 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
1050
1051 2011-12-13 Sam Steingold <sds@gnu.org>
1052
1053 * man.el (Man-getpage-in-background): When running under a
1054 window-system, ignore $MANWIDTH and $COLUMNS.
1055
1056 2011-12-15 Kenichi Handa <handa@m17n.org>
1057
1058 * language/ethio-util.el: Change coding tag to utf-8-emacs.
1059 (setup-ethiopic-environment-internal): Comment out key-binding for
1060 ethio-toggle-punctuation.
1061
1062 2011-12-13 Alan Mackenzie <acm@muc.de>
1063
1064 Add the switch statement to AWK Mode.
1065
1066 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
1067 "default" to the keywords regexp.
1068
1069 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
1070 expression as the rest.
1071 (c-nonlabel-token-key): Allow string literals for AWK.
1072 Refactor for the other modes.
1073
1074 Large brace-block initialisation makes CC Mode slow: Fix.
1075 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
1076 routines. Limit backward searching in c-font-lock-enclosing.decl.
1077
1078 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
1079 pp-state and literal type in addition to the limits.
1080 (c-state-safe-place): New defun, extracted from c-state-literal-at.
1081 (c-state-literal-at): Use the above new defun.
1082 (c-slow-in-literal, c-fast-in-literal): Remove.
1083 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
1084
1085 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
1086 being in a literal. Add a limit for backward searching.
1087
1088 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
1089 c-slow-in-literal.
1090
1091 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1092
1093 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
1094
1095 2011-12-13 Martin Rudalics <rudalics@gmx.at>
1096
1097 * window.el (delete-other-windows): Use correct frame in call to
1098 window-with-parameter.
1099
1100 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
1101
1102 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
1103 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
1104 (makefile-gmake-statements, makefile-makepp-statements):
1105 Use it and add new makepp keywords.
1106 (makefile-makepp-font-lock-keywords): Add new patterns.
1107 (makefile-match-function-end): Match new [...] and [[...]].
1108
1109 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
1110
1111 * ses.el (ses-call-printer-return, ses-cell-property-get)
1112 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
1113 (ses-create-cell-variable, ses-reset-header-string)
1114 (ses-cell-set-formula, ses-repair-cell-reference-all)
1115 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
1116 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
1117 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
1118 (ses-aset-with-undo, ses-load, ses-truncate-cell)
1119 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
1120 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
1121 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
1122 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
1123 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
1124 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
1125 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
1126 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
1127
1128 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
1129
1130 * ses.el: The overall change is to add cell renaming, that is
1131 setting fancy names for cell symbols other than name matching
1132 "\\`[A-Z]+[0-9]+\\'" regexp .
1133 (ses-create-cell-variable): New defun.
1134 (ses-relocate-formula): Relocate formulas only for cells the
1135 symbols of which are not renamed, i.e. symbols whose names do not
1136 match regexp "\\`[A-Z]+[0-9]+\\'".
1137 (ses-relocate-all): Relocate values only for cells the symbols of
1138 which are not renamed.
1139 (ses-load): Create cells variables as the (ses-cell ...) are read,
1140 in order to check row col consistency with cell symbol name only
1141 for cells that are not renamed.
1142 (ses-replace-name-in-formula): New defun.
1143 (ses-rename-cell): New defun.
1144
1145 2011-12-11 Chong Yidong <cyd@gnu.org>
1146
1147 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
1148 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
1149
1150 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
1151
1152 * window.el (other-window): Fix docstring.
1153
1154 2011-12-10 Eli Zaretskii <eliz@gnu.org>
1155
1156 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1157 `from' or `to' address before taking its substring.
1158 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
1159 encoded name is chopped in the middle of the encoded string, and
1160 thus displayed encoded.
1161
1162 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
1163
1164 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
1165
1166 2011-12-10 Eli Zaretskii <eliz@gnu.org>
1167
1168 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
1169 to use texinfo-update-node and commands that call it if the
1170 Texinfo file uses @node lines without next/prev/up pointers.
1171 Correct outdated description about texinfo-master-menu.
1172 (texinfo-all-menus-update, texinfo-master-menu)
1173 (texinfo-update-node, texinfo-every-node-update)
1174 (texinfo-multiple-files-update): Doc fix. Warn against updating
1175 all the @node lines.
1176 (texinfo-master-menu): Only call texinfo-update-node if the prefix
1177 argument is numeric. Explain better in the doc string what the
1178 function really does.
1179 (texinfo-insert-master-menu-list): Improve the error message
1180 displayed if there's no menu in the Top node.
1181 (Bug#2975) See also this thread:
1182 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
1183
1184 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
1185
1186 * speedbar.el (speedbar-supported-extension-expressions):
1187 Add .adb and .ads, commonly used for Ada source code (bug#10256).
1188
1189 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * printing.el (pr-mode-alist):
1192 * simple.el (filter-buffer-substring-functions)
1193 (completion-list-insert-choice-function):
1194 * window.el (window-with-parameter, window-atom-root)
1195 (window-sides-slots, window-size-fixed, window-min-delta)
1196 (window-max-delta, window--resize-mini-window)
1197 (window--resize-child-windows-normal, window-tree)
1198 (delete-other-windows, quit-window, split-window)
1199 (display-buffer-record-window, special-display-buffer-names)
1200 (special-display-regexps, special-display-popup-frame)
1201 (same-window-p, split-window-sensibly)
1202 (display-buffer-overriding-action, display-buffer-alist)
1203 (display-buffer-base-action, display-buffer, switch-to-buffer)
1204 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
1205 (fit-window-to-buffer, recenter-positions)
1206 (mouse-autoselect-window-state, mouse-autoselect-window-select):
1207 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
1208 and remove unneeded backslashes in docstrings.
1209
1210 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
1213
1214 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
1215 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
1216 end in ".mk".
1217 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
1218 when reading the makefile (bug#10116).
1219
1220 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
1223 (bug#10116).
1224
1225 2011-12-06 Glenn Morris <rgm@gnu.org>
1226
1227 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
1228
1229 2011-12-06 Chong Yidong <cyd@gnu.org>
1230
1231 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
1232
1233 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
1234
1235 * textmodes/table.el (table-shorten-cell): Fix typo.
1236
1237 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
1238
1239 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
1240
1241 2011-12-05 Eli Zaretskii <eliz@gnu.org>
1242
1243 * descr-text.el (describe-char): Fix display of strong
1244 right-to-left characters and directional embeddings and overrides.
1245
1246 * simple.el (what-cursor-position): Fix display of codepoints of
1247 strong right-to-left characters.
1248
1249 2011-12-05 Chong Yidong <cyd@gnu.org>
1250
1251 * faces.el (read-color): Doc fix.
1252
1253 2011-12-05 Glenn Morris <rgm@gnu.org>
1254
1255 * align.el (align--set-marker): Add doc-string.
1256 Don't try to move something that is not a marker. (Bug#10216)
1257
1258 2011-12-04 Glenn Morris <rgm@gnu.org>
1259
1260 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
1261 overly zealous deletion of trailing whitespace.
1262
1263 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * server.el (server-delete-client): On Windows, do not try to delete
1266 the only terminal.
1267 (server-process-filter): On Windows, treat requests for a tty frame as
1268 if they were for a GUI frame if the running server is in GUI mode.
1269
1270 2011-12-03 Glenn Morris <rgm@gnu.org>
1271
1272 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
1273
1274 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 * electric.el: Streamline electric-indent's hook.
1277 (electric-indent-chars): Revert to simple list.
1278 (electric-indent-functions): New var.
1279 (electric-indent-post-self-insert-function): Use it.
1280
1281 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
1282 there's no inferior buffer (bug#10196).
1283 (prolog-consult-compile): Don't use toggle-read-only.
1284
1285 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
1286
1287 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
1288 interrupt. (Bug#10187)
1289
1290 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
1293 (bug#9160).
1294
1295 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
1296 (bug#10191).
1297
1298 2011-12-02 Juri Linkov <juri@jurta.org>
1299
1300 * info.el (Info-search): Display "end of manual" when Isearch
1301 reaches the end of single-file Info manual. (Bug#9918)
1302
1303 2011-12-02 Eli Zaretskii <eliz@gnu.org>
1304
1305 * isearch.el (isearch-message-prefix): Run the input method part
1306 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
1307
1308 2011-12-02 Juri Linkov <juri@jurta.org>
1309
1310 * isearch.el (isearch-occur): Use `word-search-regexp' for
1311 `isearch-word'.
1312 (isearch-search-and-update): Add condition for `isearch-word' and
1313 call `word-search-regexp'. (Bug#10145)
1314
1315 2011-12-01 Glenn Morris <rgm@gnu.org>
1316
1317 * eshell/em-hist.el (eshell-hist-initialize):
1318 Handle eshell-history-size nil and HISTSIZE set or unset.
1319 (eshell-history-file-name, eshell-history-size): Fix custom type.
1320
1321 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1322
1323 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
1324
1325 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
1326
1327 * progmodes/verilog-mode.el (verilog-pretty-expr):
1328 Rework verilog-pretty-expr to handle new assignment operators in system
1329 verilog, such as += *= and the like.
1330 (verilog-assignment-operator-re): Regular expression to find the
1331 assigment operator in a verilog assignment.
1332 (verilog-assignment-operation-re): Regular expression to find an
1333 assignment statement for pretty-expr.
1334 (verilog-in-attribute-p): Query returns true if point is in an
1335 attribute context; used to skip these for expression line up from
1336 pretty-expr.
1337 (verilog-in-parameter-p): Query returns true if point is in an
1338 parameter definition context; used to skip these for expression
1339 line up from pretty-expr.
1340 (verilog-in-parenthesis-p): Query returns true if point is in a
1341 parenthetical expression, specifically ( ) but not [ ] or { };
1342 used by pretty-expr.
1343 (verilog-just-one-space): If there is no space, don't add one.
1344 (verilog-get-lineup-indent-2): Specifically skip just attribute
1345 contexts for expression lineup, rather than skipping all
1346 parenthetical expressions.
1347 (verilog-calculate-indent): Fix comment, and fix indent.
1348 (verilog-do-indent): Indent declarations in lists (suggested by
1349 Joachim Lechner).
1350 (verilog-mode-abbrev-table): Populate abbrev mode with the various
1351 skeleton items.
1352 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
1353 by Alain Mellan).
1354
1355 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
1356
1357 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
1358 parameters with embedded comments. Reported by Ray Stevens.
1359 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
1360 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
1361 Reported by Tim Holt.
1362 (verilog-auto): Fix AUTOing a upper module then AUTOing module
1363 instantiated by upper module causing wrong expansion until AUTOed a
1364 second time. Reported by K C Buckenmaier.
1365 (verilog-diff-auto): Fix showing .* as a difference when
1366 `verilog-auto-star-save' off. Reported by Dan Dever.
1367 (verilog-auto-reset, verilog-read-always-signals)
1368 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
1369 temporary signals in reset list if
1370 verilog-auto-reset-blocking-in-non is nil, and match assignment
1371 style to each signal's assignment type, bug381.
1372 Reported by Thomas Esposito.
1373 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
1374 (verilog-uvm-statement-re): Support UVM indentation and
1375 highlighting, with old OVM keywords only.
1376 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1377 Support AUTOTIEOFF creating non-wire data types.
1378 Suggested by Jonathan Greenlaw.
1379 (verilog-auto-insert-lisp, verilog-delete-to-paren)
1380 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
1381 (verilog-inject-sense, verilog-read-inst-pins)
1382 (verilog-read-sub-decls, verilog-read-sub-decls-line):
1383 Fix mismatching parenthesis inside commented out code when deleting
1384 AUTOINST, bug383. Reported by Jonathan Greenlaw.
1385 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
1386 non-numeric vector width. Reported by Alex Reed.
1387 (verilog-auto-ascii-enum): Add "onehot" option to work around not
1388 detecting signals with parameter widths. Reported by Alex Reed.
1389 (verilog-auto-delete-trailing-whitespace):
1390 With `verilog-auto-delete-trailing-whitespace' remove trailing
1391 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
1392 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
1393 Fix verilog-scan-cache corruption when running user AUTO expansion
1394 hooks that call indentation routines.
1395 (verilog-simplify-range-expression): Fix typo ignoring lower case
1396 identifiers.
1397 (verilog-delete-auto): Fix delete-autos to also remove user created
1398 automatics, as long as they start with AUTO.
1399 (verilog-batch-diff-auto, verilog-diff-auto)
1400 (verilog-diff-function): Add `verilog-diff-auto' and bind to
1401 "C-c?" to report differences in AUTO expansion, ignoring spaces.
1402 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
1403 (verilog-in-paren-quick, verilog-re-search-backward-quick)
1404 (verilog-re-search-forward-quick, verilog-syntax-ppss):
1405 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
1406 is disabled and its cache will get corrupt, causing AUTOS not to
1407 expand. Instead use only -quick functions.
1408 (verilog-scan-region): Fix scanning over escaped quotes.
1409 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
1410 (verilog-re-search-backward-quick)
1411 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
1412 related functions now ignore strings, to fix misparsing of strings
1413 with magic comments embedded in them.
1414 (verilog-read-auto-template):
1415 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
1416 Reported by Brad Dobbie.
1417 (verilog-read-auto-template):
1418 Fix 'verilog-auto-inst-template-numbers' with comments.
1419 Reported by Brad Dobbie.
1420 (verilog-auto-inst, verilog-auto-inst-param)
1421 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
1422 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
1423 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
1424 debugging templates without merge conflicts, bug357.
1425 Reported by Brad Dobbie.
1426 (verilog-read-auto-template):
1427 Fix verilog-auto-inst-template-numbers with multiple templates.
1428 Reported by Brad Dobbie.
1429 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
1430 abbrevs so user won't be asked to save.
1431 (verilog-read-auto-lisp-present): Fix to start at beginning of
1432 buffer in case called outside of verilog-auto.
1433 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
1434 to "X-2". Reported by Matthew Myers.
1435 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
1436 all inputs from module templates. Reported by Leith Johnson.
1437 (verilog-module-inside-filename-p): Fix locating programs as with
1438 modules.
1439 (verilog-auto-inst-port): Fix vl-width expressions when using
1440 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
1441 (verilog-decls-get-regs, verilog-decls-get-signals,
1442 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
1443 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
1444 verilog-read-decls): Combine reg and wire structures into one var
1445 structure to represent SystemVerilog concepts.
1446 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
1447 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
1448 (verilog-auto-wire-type, verilog-insert-definition):
1449 Add verilog-auto-wire-type and AUTOLOGIC to support using
1450 SystemVerilog "logic" keyword instead of "wire"/"reg".
1451 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
1452 to declares outputs that also have assignments (presumably in an
1453 ifdef or generate if so there's not a driver conflict).
1454 Reported by Matthew Myers.
1455 (verilog-auto-declare-nettype, verilog-insert-definition):
1456 Add verilog-auto-declare-nettype to fix declarations using
1457 `default_nettype none. Reported by Julian Gorfajn.
1458 (verilog-read-always-signals-recurse, verilog-read-decls)
1459 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
1460 malformed end statement, bug325. Reported by Joshua Wise and
1461 Andrew Drake.
1462 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
1463 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1464 when expanding .* in interfaces, bug320.
1465 Reported by Pierre-David Pfister.
1466 (verilog-read-module-name): Fix import statements between module
1467 name and open parenthesis, bug317.
1468 Reported by Pierre-David Pfister.
1469 (verilog-simplify-range-expression): Fix simplification of
1470 multiplications inside AUTOWIRE connections, bug303.
1471 (verilog-auto-inst-port): Support parameter expansion in
1472 multidimensional arrays.
1473 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
1474 after "assert property". Reported by Julian Gorfajn.
1475 (verilog-simplify-range-expression): Fix "couldn't merge" errors
1476 with multiplication, bug303.
1477 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
1478 Reported by Jan Frode Lonnum.
1479
1480 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
1481
1482 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
1483 (hfy-shell-file-name, hfy-shell):
1484 * international/fontset.el (x-decompose-font-name): Fix typos.
1485
1486 2011-11-29 Ken Brown <kbrown@cornell.edu>
1487
1488 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
1489 (gdb-version): Remove defvar.
1490 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
1491 (gdb-gud-context-command, gdb-non-stop-handler)
1492 (gdb-current-context-command, gdb-stopped): Use it.
1493 (gdb-init-1): Enable pretty printing here.
1494 (gdb-non-stop-handler): Don't enable pretty-printing here.
1495 Check to see if the target supports non-stop mode; if not, turn off
1496 non-stop mode. Use the following.
1497 (gdb-check-target-async): New defun.
1498 (gud-watch, gdb-stopped): Fix whitespace.
1499 (gdb-get-source-file): Don't try to display the source file if
1500 `gdb-main-file' is nil.
1501
1502 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * align.el: Try to generate fewer markers (bug#10047).
1505 (align--set-marker): New macro.
1506 (align-region): Use it.
1507
1508 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1511
1512 2011-11-29 Chong Yidong <cyd@gnu.org>
1513
1514 * indent.el (indent-for-tab-command, indent-according-to-mode):
1515 Doc fix.
1516 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
1517
1518 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
1519
1520 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1521 aware of remote file names. (Bug#10124)
1522
1523 2011-11-29 Chong Yidong <cyd@gnu.org>
1524
1525 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1526
1527 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * files.el (find-file): Don't use force-same-window (bug#10144).
1530 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1531 use pop-to-buffer if the selected window can't be used.
1532 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1533
1534 2011-11-28 Eli Zaretskii <eliz@gnu.org>
1535
1536 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1537 special-mode-map.
1538
1539 2011-11-28 Chong Yidong <cyd@gnu.org>
1540
1541 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1542
1543 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
1544
1545 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1546 gdb-get-source-file-list on gdb-create-source-file-list.
1547
1548 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1549
1550 * whitespace.el (whitespace-newline): Use a different foreground
1551 color for 16-color light-background displays.
1552
1553 2011-11-24 Chong Yidong <cyd@gnu.org>
1554
1555 * window.el (display-buffer--special-action): Doc fix.
1556
1557 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
1558
1559 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1560 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1561 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1562 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1563 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1564 (avl-tree-stack-first):
1565 * emacs-lisp/cconv.el (cconv--analyse-use):
1566 * net/gnutls.el (gnutls-negotiate): Fix typos.
1567
1568 2011-11-24 Glenn Morris <rgm@gnu.org>
1569
1570 * lpr.el (lpr-windows-system, lpr-lp-system):
1571 * mail/binhex.el (binhex-begin-line):
1572 * progmodes/grep.el (grep-history, grep-find-history):
1573 * textmodes/flyspell.el:
1574 * vc/pcvs-defs.el (cvs-global-menu):
1575 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1576 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1577 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1578
1579 * net/tls.el: Fix case of "GnuTLS".
1580
1581 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1582
1583 * version.el (emacs-build-system): Give it a doc-string.
1584
1585 2011-11-24 Juri Linkov <juri@jurta.org>
1586
1587 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1588
1589 2011-11-24 Glenn Morris <rgm@gnu.org>
1590
1591 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1592 if called on a non-mime message just toggle the headers. (Bug#8006)
1593
1594 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1595
1596 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1597 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1598 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1599 (allout-rebullet-heading, allout-open-sibtopic)
1600 (allout-toggle-current-subtree-encryption)
1601 (allout-toggle-subtree-encryption, allout-encrypt-string)
1602 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1603 (allout-distinctive-bullets-string, allout-auto-activation):
1604 * window.el (window-normalize-buffer-to-display):
1605 * progmodes/verilog-mode.el (verilog-batch-indent):
1606 * textmodes/bibtex.el (bibtex-field-braces-opt)
1607 (bibtex-field-strings-opt):
1608 * vc/cvs-status.el (cvs-tree-merge):
1609 Fix typos.
1610
1611 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
1612
1613 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1614 `non-essential' to t, in order to avoid remote connections.
1615
1616 2011-11-23 Eli Zaretskii <eliz@gnu.org>
1617
1618 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1619 On MS-DOS and MS-Windows, compare with loaddefs.el
1620 case-insensitively.
1621
1622 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1623
1624 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1625
1626 2011-11-23 Glenn Morris <rgm@gnu.org>
1627
1628 * paths.el (rmail-file-name): Reformat the doc-string so that it
1629 is picked up.
1630
1631 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1632 (rmail-auto-file): Ignore case in the "special" field names,
1633 as mail-fetch-field does for all others.
1634
1635 * mail/rmail.el (rmail-forward):
1636 * mail/rmailkwd.el (rmail-set-label):
1637 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1638 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1639
1640 * mail/rmail.el (rmail-current-message): Doc fix.
1641
1642 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1643
1644 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1645
1646 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1647
1648 2011-11-22 Glenn Morris <rgm@gnu.org>
1649
1650 * mail/rmailmm.el (test-rmail-mime-handler)
1651 (test-rmail-mime-bulk-handler)
1652 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1653
1654 2011-11-21 Juri Linkov <juri@jurta.org>
1655
1656 * calc/calc.el (calc-read-key-sequence):
1657 Let-bind `input-method-function' to nil. (Bug#10018)
1658
1659 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1660
1661 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1662 Tell the caller that the next line needs recomputation, even
1663 though it doesn't start a sexp (bug#10094).
1664
1665 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1668
1669 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1672 Use force-same-window.
1673
1674 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1675
1676 * descr-text.el (describe-char-unicode-data):
1677 * json.el (json-string-escape):
1678 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1679 (Footnote-unicode, Footnote-style-p):
1680 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1681
1682 2011-11-20 Chong Yidong <cyd@gnu.org>
1683
1684 * window.el (replace-buffer-in-windows): Restore interactive spec.
1685
1686 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1689
1690 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1691 (byte-compile-global-not-obsolete-vars): New var.
1692 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1693 Use it.
1694 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1695
1696 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1697
1698 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1699 * progmodes/pascal.el (electric-pascal-equal):
1700 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1701 * xml.el (xml-substitute-special): Fix typos.
1702
1703 2011-11-20 Glenn Morris <rgm@gnu.org>
1704
1705 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1706 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1707 Doc fixes.
1708 (rmail-decode-mime-charset): Mark as obsolete.
1709
1710 * mail/rmailsum.el (rmail-message-regexp-p-1):
1711 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1712 Before using mime functions, check they are set. (Bug#10077)
1713
1714 2011-11-19 Juri Linkov <juri@jurta.org>
1715
1716 * info.el (Info-finder-find-node): Use `package--builtins' instead
1717 of `package-alist'. Use node names formed by the pattern "Keyword "
1718 and the keyword name.
1719
1720 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1721
1722 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
1723
1724 2011-11-19 Juri Linkov <juri@jurta.org>
1725
1726 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1727 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1728 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1729 `old-history', `old-history-forward'. Add let-binding
1730 `window-selected'. Remove calls to `kill-buffer',
1731 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1732 before calling `Info-find-node', so `Info-find-node-2' will reread
1733 the Info file. Restore window positions only when `window-selected'
1734 is non-nil.
1735
1736 2011-11-19 Juri Linkov <juri@jurta.org>
1737
1738 * isearch.el (isearch-lazy-highlight-new-loop):
1739 Remove condition `(not isearch-error)'. (Bug#9918)
1740
1741 * misearch.el (multi-isearch-search-fun): Add condition
1742 `(not bound)' to ignore lazy-highlighting search.
1743 Add the search-failed message "end of multi" when the end of
1744 multi-sequence is reached. Uncapitalize the search-failed
1745 message "Repeat for next buffer".
1746
1747 * info.el (Info-search): Add the search-failed message
1748 "end of the manual" when the end of the manual is reached
1749 in Isearch mode.
1750
1751 2011-11-19 Juri Linkov <juri@jurta.org>
1752
1753 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1754 Use non-destructive `remove' instead of `delete' because
1755 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1756 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1757
1758 2011-11-19 Juri Linkov <juri@jurta.org>
1759
1760 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1761 to nil instead of binding `search-ring' and `regexp-search-ring'.
1762 (Bug#9185)
1763
1764 2011-11-19 Eli Zaretskii <eliz@gnu.org>
1765
1766 * simple.el (line-move): Force movement by logical lines for any
1767 hscrolled window, not only when auto-hscroll-mode is on.
1768 (line-move-visual): Update doc string to that effect. (Bug#10076)
1769
1770 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1771
1772 * language/european.el (macintosh): Define as alias for mac-roman.
1773
1774 2011-11-19 Eli Zaretskii <eliz@gnu.org>
1775
1776 * mail/rmailmm.el (rmail-mime-display-header)
1777 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1778 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1779 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1780 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1781 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1782 of a raw aref.
1783 (rmail-mime-entity-segment): To get past the tagline, move forward
1784 2 more lines, to account for the 2 empty lines that precede and
1785 follow the line with the buttons.
1786 (rmail-mime-update-tagline): Move one more line, to get past the
1787 empty line that follows the buttons in the tagline. (Bug#9520)
1788
1789 2011-11-19 Martin Rudalics <rudalics@gmx.at>
1790
1791 * window.el (window-max-delta-1, window-min-delta-1)
1792 (window-min-size-1, window-state-get-1, window-state-put-1)
1793 (window-state-put-2): Use "window--" prefix.
1794
1795 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1798 (smie-warning-count): New var.
1799 (smie-set-prec2tab): Use it.
1800 (smie-bnf->prec2): Improve warnings. Add docstring.
1801 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1802 (smie-bnf--set-class): New function.
1803 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1804 corner case.
1805
1806 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1807 (compilation-error-properties, compilation-move-to-column):
1808 Handle compilation-first-column while in the target buffer.
1809
1810 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1811 Don't hardcode point-min==1.
1812
1813 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1814 (eshell-rewrite-for-command): Remove workaround.
1815 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1816 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1817 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1818
1819 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1820
1821 2011-11-17 Glenn Morris <rgm@gnu.org>
1822
1823 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1824 Ignore buffer-local generated-autoload-file if it is the same
1825 as the global value. (Bug#10049)
1826
1827 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
1828
1829 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1830 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1831 (reftex-toc-previous-heading, reftex-toc-max-level)
1832 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1833 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1834 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1835 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1836 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1837 (reftex-toc-rename-label, reftex-toc-visit-location)
1838 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1839 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1840 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1841 leaving "*toc*" only for references to the buffer.
1842
1843 2011-11-17 Martin Rudalics <rudalics@gmx.at>
1844
1845 * window.el (window-resize, delete-window, split-window):
1846 Replace window-splits by window-combination-resize.
1847 * cus-start.el (window-splits): Replace by window-combination-resize.
1848
1849 2011-11-17 Glenn Morris <rgm@gnu.org>
1850
1851 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1852 Make bash entry derive from sh entry, not shell entry.
1853
1854 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
1855
1856 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1857 properties of linked files. (Bug#9879)
1858
1859 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1860 local file name.
1861
1862 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * menu-bar.el (menu-bar-file-menu):
1865 * printing.el (pr-ps-utility):
1866 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1867 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1868 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1869 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1870 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1871 (icalendar--convert-cyclic-to-ical)
1872 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1873 (icalendar--convert-ical-to-diary)
1874 (icalendar--convert-recurring-to-diary)
1875 (icalendar--convert-non-recurring-all-day-to-diary)
1876 (icalendar-import-format-sample):
1877 * progmodes/idlw-shell.el (idlwave-shell-mode):
1878 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1879 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1880 (vhdl-ps-print-init): Fix typos.
1881
1882 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1883
1884 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1885 FSF and collapse date sequence, obscure author/maintainer email address
1886 better, remove extra version line, track relocation of author's webpage.
1887
1888 * progmodes/python.el (python-pdbtrack-input-prompt)
1889 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1890 regular python pdb prompts. Adjustments shamelessly taken exactly as
1891 suggested in EmacsWiki page (tiny change):
1892 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
1893
1894 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1895
1896 * expand.el (expand-pos, expand-index, expand-point):
1897 Remove redundant info from docstring.
1898 (expand-add-abbrevs): Doc fix.
1899 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1900 (expand-sample-perl-mode-expand-list): Fix typos.
1901
1902 * net/dbus.el (dbus-event-member-name):
1903 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1904 * term/pc-win.el (msdos-create-frame-with-faces):
1905 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1906
1907 2011-11-16 Martin Rudalics <rudalics@gmx.at>
1908
1909 * window.el (split-window, window-state-get-1)
1910 (window-state-put-1, window-state-put-2): Rename occurrences of
1911 window-nest to window-combination-limit.
1912 * cus-start.el (window-nest): Rename to window-combination-limit.
1913
1914 2011-11-16 Chong Yidong <cyd@gnu.org>
1915
1916 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1917 regexp (Bug#10033).
1918
1919 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1920
1921 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1922 `completing-read' will remove *Completions* and will preserve
1923 current-buffer for us.
1924 (tmm-add-prompt): Users of *Completions* will always (re)set its
1925 major mode.
1926 (tmm-old-comp-map): Remove.
1927
1928 2011-11-16 Glenn Morris <rgm@gnu.org>
1929
1930 * mail/rmailedit.el: Require rmailmm when compiling.
1931 (rmail-old-mime-state): New declaration.
1932 (rmail-edit-current-message): If editing a mime message,
1933 edit the "raw" message from the mbox buffer.
1934 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1935
1936 2011-11-15 Glenn Morris <rgm@gnu.org>
1937
1938 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1939 which wasn't being used. Add optional arg to force given state.
1940 (rmail-mime): Add optional arg to force given state.
1941
1942 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1943
1944 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1945 * frame.el (display-mm-dimensions-alist):
1946 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1947 (outline-move-subtree-down):
1948 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1949 (newsticker--treeview-do-get-node):
1950 * net/quickurl.el (quickurl-list-buffer-name):
1951 * progmodes/dcl-mode.el (dcl-mode):
1952 * progmodes/gdb-mi.el (gdb-mapcar*):
1953 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1954
1955 2011-11-15 Glenn Morris <rgm@gnu.org>
1956
1957 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1958 in a boolean sense, so just make it a boolean, and fix the doc.
1959 (rmail-show-mime-function, rmail-mime-feature)
1960 (rmail-require-mime-maybe): Doc fixes.
1961 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1962
1963 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1964
1965 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1966
1967 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1968 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1969 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1970 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1971
1972 2011-11-15 Glenn Morris <rgm@gnu.org>
1973
1974 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1975 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1976 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1977 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1978 (rmail-mime, rmail-show-mime): Doc fixes.
1979
1980 * term/ns-win.el (mode-line-frame-identification):
1981 Leave it alone. (Bug#10051)
1982
1983 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1984
1985 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1986 Handle empty buffers. (Bug#9978)
1987
1988 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1989
1990 * international/mule.el (define-charset):
1991 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1992 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1993 * progmodes/verilog-mode.el (verilog-backward-token):
1994 * textmodes/ispell.el (lookup-words):
1995 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1996
1997 2011-11-14 Glenn Morris <rgm@gnu.org>
1998
1999 * progmodes/executable.el
2000 (executable-make-buffer-file-executable-if-script-p):
2001 Handle file-modes returning nil.
2002
2003 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
2004 message - not necessary, and causes problems. (Bug#9831)
2005
2006 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
2007
2008 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
2009
2010 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
2011 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
2012 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
2013
2014 2011-11-12 Martin Rudalics <rudalics@gmx.at>
2015
2016 * window.el (window-resize, delete-window): Use window-splits
2017 variable instead of function.
2018 (window-state-get-1, window-state-put-2, window-state-put):
2019 Don't deal with windows' splits status.
2020
2021 2011-11-12 Glenn Morris <rgm@gnu.org>
2022
2023 * apropos.el (apropos-do-all, apropos-library, apropos-value)
2024 (apropos-documentation): Doc fixes.
2025
2026 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
2027
2028 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
2029 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
2030
2031 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * electric.el (electric-indent-post-self-insert-function): Make it
2034 possible for a char to only indent in some circumstances.
2035 (electric-indent-mode): Simplify.
2036
2037 2011-11-11 Martin Rudalics <rudalics@gmx.at>
2038
2039 * window.el (windows-with-parameter): Remove unused function.
2040 (windows-at-side): Rename to window-at-side-list.
2041 (window-check, window-atom-check, window-atom-check-1)
2042 (window-side-check, window-size-ignore, window-size-fixed-1)
2043 (window-in-direction-2): Prefix with "window--".
2044 (window-tree-1): Rename to window--subtree, fix doc-string.
2045
2046 2011-11-11 Glenn Morris <rgm@gnu.org>
2047
2048 * subr.el (eval-after-load): If FILE is already loaded,
2049 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
2050
2051 2011-11-10 Glenn Morris <rgm@gnu.org>
2052
2053 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
2054 Call svn via vc-svn-command rather than vc-do-command.
2055 (vc-svn-command): Add --non-interactive. (Bug#9993)
2056 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
2057
2058 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2059 Add toggle-read-only. (Bug#7292)
2060 * files.el (toggle-read-only): Mention that it should only
2061 be used interactively. (Bug#10006)
2062
2063 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2064
2065 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2066 Adjust regexp for OCaml warnings.
2067
2068 * electric.el (electric-pair-post-self-insert-function): Let user
2069 turn it off buffer-locally (bug#9932).
2070
2071 * progmodes/python.el (python-beginning-of-statement):
2072 Rewrite (bug#2703).
2073
2074 * progmodes/compile.el: Better handle TABs (bug#9749).
2075 (compilation-internal-error-properties)
2076 (compilation-next-error-function): Obey the target buffer's
2077 compilation-error-screen-columns.
2078
2079 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
2080
2081 * progmodes/meta-mode.el: Remove obsolete comments.
2082 (meta-right-comment-regexp, meta-ignore-comment-regexp):
2083 Fix typos in docstrings.
2084
2085 2011-11-09 Martin Rudalics <rudalics@gmx.at>
2086
2087 * window.el (window-size-fixed-p): Rewrite doc-string.
2088 (window-resizable-p): Rename to window--resizable-p. Update callers.
2089 (window--resizable): New function. Make all callers of
2090 window-resizable call window--resizable instead.
2091 (window-resizable): Rewrite in terms of window--resizable.
2092
2093 2011-11-08 Glenn Morris <rgm@gnu.org>
2094
2095 * progmodes/delphi.el (delphi-mode-syntax-table):
2096 Let define-derived-mode define a proper syntax table. (Bug#9994)
2097
2098 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * window.el: Stay away from defsubst.
2101 (window-list-no-nils): Remove.
2102 (window-state-get-1, window-state-get): Use backquote instead.
2103
2104 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2105
2106 * emacs-lisp/find-func.el (find-function-read):
2107 Fix incorrect use of default argument in `completing-read'.
2108
2109 2011-11-08 Martin Rudalics <rudalics@gmx.at>
2110
2111 * window.el (display-buffer-function, special-display-function):
2112 Mention display-buffer-record-window but do not mention
2113 help-setup parameter in doc-strings.
2114 (window-min-delta): Fix doc-string typo.
2115
2116 2011-11-08 Chong Yidong <cyd@gnu.org>
2117
2118 * window.el (window-total-height, window-total-width): Doc fix.
2119 (window-body-size): Move from C.
2120 (window-body-height, window-body-width): Move to C.
2121
2122 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * window.el: Make special-display like display-buffer-alist (bug#9532).
2125 (display-buffer--special-action): New function, morphed
2126 from display-buffer--special.
2127 (display-buffer): Use it to handle special-display-buffers at higher
2128 priority (just after display-buffer-alist).
2129 (display-buffer-fallback-action, display-buffer--other-frame-action)
2130 (pop-to-buffer-same-window): Remove display-buffer--special.
2131
2132 2011-11-07 Glenn Morris <rgm@gnu.org>
2133
2134 * calendar/cal-menu.el (cal-menu-set-date-title):
2135 Do nothing if not in a calendar. (Bug#9976)
2136
2137 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2138
2139 * files.el (find-file): Always use selected-window.
2140
2141 2011-11-07 Martin Rudalics <rudalics@gmx.at>
2142
2143 * window.el (window-combinations): Make WINDOW argument
2144 mandatory. Rewrite doc-string.
2145 (walk-window-subtree, window-atom-check, window-min-delta)
2146 (window-max-delta, window--resize-this-window)
2147 (window--resize-root-window-vertically, window-tree)
2148 (balance-windows, window-state-put): Rewrite doc-strings as to
2149 not mention the term "subwindow".
2150 (window--resize-subwindows-skip-p): Rename to
2151 window--resize-child-windows-skip-p.
2152 (window--resize-subwindows-normal): Rename to
2153 window--resize-child-windows-normal.
2154 (window--resize-subwindows): Rename to
2155 window--resize-child-windows.
2156 (window-or-subwindow-p): Rename to window--in-subtree-p.
2157
2158 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2159
2160 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
2161 Ensure that mbox format messages end in two newlines (Bug#9974).
2162
2163 2011-11-06 Chong Yidong <cyd@gnu.org>
2164
2165 * window.el (window-combination-p): Function deleted; its
2166 side-effect is not used in any existing code.
2167 (window-combinations, window-combined-p): Call window-*-child
2168 directly.
2169
2170 2011-11-05 Chong Yidong <cyd@gnu.org>
2171
2172 * window.el (window-valid-p): Rename from window-any-p.
2173 (window-size-ignore, window-state-get): Callers changed.
2174 (window-normalize-window): Rename from window-normalize-any-window.
2175 New arg LIVE-ONLY, replacing window-normalize-live-window.
2176 (window-normalize-live-window): Delete.
2177 (window-combination-p, window-combined-p, window-combinations)
2178 (walk-window-subtree, window-atom-root, window-min-size)
2179 (window-sizable, window-sizable-p, window-size-fixed-p)
2180 (window-min-delta, window-max-delta, window-resizable)
2181 (window-resizable-p, window-full-height-p, window-full-width-p)
2182 (window-current-scroll-bars, window-point-1, set-window-point-1)
2183 (window-at-side-p, window-in-direction, window-resize)
2184 (adjust-window-trailing-edge, maximize-window, minimize-window)
2185 (window-deletable-p, delete-window, delete-other-windows)
2186 (record-window-buffer, unrecord-window-buffer)
2187 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
2188 (quit-window, split-window, window-state-put)
2189 (set-window-text-height, fit-window-to-buffer)
2190 (shrink-window-if-larger-than-buffer): Callers changed.
2191
2192 2011-11-04 Eli Zaretskii <eliz@gnu.org>
2193
2194 * mail/rmail.el (rmail-simplified-subject): Decode subject with
2195 rfc2047-decode-string.
2196 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
2197 warnings.
2198
2199 * window.el (window-body-height, window-body-width): Mention in
2200 the doc string that the return values are in frame's canonical
2201 units. (Bug#9949)
2202
2203 2011-11-03 Alan Mackenzie <acm@muc.de>
2204
2205 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
2206 change in cc-engine.el.
2207
2208 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2209
2210 * window.el (switch-to-buffer): Use `force-same-window' interactively.
2211
2212 2011-11-02 Martin Rudalics <rudalics@gmx.at>
2213
2214 * window.el (quit-window): Call unrecord-window-buffer after
2215 showing another buffer in the window. (Bug#9937)
2216 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
2217
2218 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
2219
2220 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
2221 Accept status with more than 9 shelves. (Bug#9935)
2222 Reported by Colin D Bennett <colin@gibibit.com>.
2223
2224 2011-11-01 Martin Rudalics <rudalics@gmx.at>
2225
2226 * help.el (with-help-window): Don't reference
2227 temp-buffer-show-specifiers in doc-string.
2228
2229 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
2230
2231 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
2232 menu-item.
2233
2234 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2235
2236 * whitespace.el: New version 13.2.2.
2237 (whitespace-newline-mode): Disable properly. Reported by Sarah
2238 <EmacsWiki>.
2239
2240 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
2241
2242 * net/newst-treeview.el: Remove "Time-stamp".
2243 (newsticker--group-manage-orphan-feeds): Do not call
2244 newsticker--treeview-tree-update.
2245 (newsticker-treeview-update, newsticker-treeview):
2246 Call newsticker--treeview-tree-update if necessary.
2247
2248 2011-10-30 Martin Rudalics <rudalics@gmx.at>
2249
2250 * window.el (window-iso-combination-p, window-iso-combined-p)
2251 (window-iso-combinations): Remove "iso-" infix.
2252 Suggested by Chong Yidong.
2253 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
2254 (window-max-delta-1, window-resize, window--resize-siblings)
2255 (window--resize-this-window, adjust-window-trailing-edge)
2256 (split-window, balance-windows-1)
2257 (shrink-window-if-larger-than-buffer):
2258 * calendar/calendar.el (calendar-generate-window):
2259 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
2260
2261 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
2264 in place (bug#9907).
2265 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
2266 (eshell-rewrite-if-command, eshell-rewrite-for-command)
2267 (eshell-structure-basic-command, eshell-rewrite-while-command)
2268 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
2269 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
2270 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
2271 (eshell-do-pipelines-synchronously, eshell-eval-command):
2272 Use backquotes and prefer setq to set.
2273 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
2274 (eshell-macrop): Use functionp.
2275 (eshell-do-eval): Handle multiple expressions in `while' body.
2276
2277 2011-10-30 Chong Yidong <cyd@gnu.org>
2278
2279 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
2280 instead of set-mark (Bug#9810).
2281
2282 2011-10-30 Chong Yidong <cyd@gnu.org>
2283
2284 * window.el (split-window-below, split-window-right): Rename from
2285 split-window-above-each-other and split-window-side-by-side
2286 respectively. All callers changed.
2287 (split-window-sensibly, split-window-sensibly): Use them.
2288 (split-window-keep-point): Doc fix.
2289
2290 * isearch.el: Add isearch-scroll property to split-window-below
2291 and split-window-right.
2292
2293 * follow.el (follow-mode):
2294 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2295 * progmodes/ada-xref.el (ada-gdb-application):
2296 * emulation/vip.el (vip-buffer-in-two-windows):
2297 * image-dired.el (image-dired-dired-with-window-configuration):
2298 * dired-x.el (dired-do-find-marked-files):
2299 * dired.el (dired-pop-to-buffer):
2300 * bs.el (bs--show-with-configuration):
2301 * vc/emerge.el (emerge-setup-windows):
2302 * textmodes/two-column.el (2C-two-columns):
2303 * textmodes/reftex-toc.el (reftex-toc):
2304 * progmodes/gdb-mi.el (gdb-setup-windows):
2305 * progmodes/fortran.el (fortran-window-create):
2306 * net/newst-treeview.el (newsticker--treeview-window-init):
2307 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
2308 * emulation/tpu-edt.el (tpu-gold-map):
2309 * emulation/crisp.el (crisp-mode-map):
2310 * calendar/calendar.el (calendar-basic-setup): Callers changed.
2311
2312 2011-10-29 Chong Yidong <cyd@gnu.org>
2313
2314 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
2315
2316 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
2317
2318 * textmodes/flyspell.el (flyspell-word): Fix char offset for
2319 forged Ispell output (Bug#7904).
2320
2321 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
2322
2323 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * doc-view.el: Avoid ugly errors about not finding nil.
2326 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2327 (doc-view-dvipdf-program, doc-view-unoconv-program)
2328 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
2329 Avoid nil or absolute file name as default value.
2330 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
2331
2332 2011-10-28 Alan Mackenzie <acm@muc.de>
2333
2334 * progmodes/cc-defs.el (c-version): -> 5.32.2.
2335
2336 2011-10-28 Alan Mackenzie <acm@muc.de>
2337
2338 Amend the handling of c-beginning/end-of-defun in nested declaration
2339 scopes.
2340
2341 * progmodes/cc-vars.el (c-defun-tactic): Move here from
2342 cc-langs.el. Change it to a defcustom.
2343
2344 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
2345 cc-vars.el.
2346
2347 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2348 Prevent "class foo : bar" being spuriously recognized as a label.
2349
2350 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
2351 Add parameter `inclusive' (to include enclosing braces in the region).
2352 (c-widen-to-enclosing-decl-scope): New function.
2353 (c-while-widening-to-decl-block): New macro.
2354 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
2355 outward for defun boundaries, and correspondingly change symbol
2356 `respect-enclosure' to `go-outward'.
2357 (c-declaration-limits): Change algorithm to report only the "innermost"
2358 defun's boundaries.
2359
2360 2011-10-28 Deniz Dogan <deniz@dogan.se>
2361
2362 * net/rcirc.el (rcirc-mode): Use hard newlines.
2363
2364 2011-10-28 Alan Mackenzie <acm@muc.de>
2365
2366 Amend to indent and fontify macros "which include their own semicolon"
2367 correctly, using the "virtual semicolon" mechanism.
2368
2369 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
2370
2371 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2372 Recode to scan one line at a time rather than having \n and \r
2373 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
2374 (c-forward-label): Amend for virtual semicolons.
2375 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
2376
2377 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
2378 of the new C macros.
2379
2380 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
2381 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
2382 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
2383 (c-opt-cpp-macro-define): Make into a full language variable.
2384 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
2385 AWK Mode (including \n, \r) removed, no longer needed.
2386
2387 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
2388 Invoke c-make-macro-with-semi-re.
2389
2390 * progmodes/cc-vars.el (c-macro-with-semi-re):
2391 (c-macro-names-with-semicolon): New variables.
2392 (c-make-macro-with-semi-re): New function.
2393
2394 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * vc/log-edit.el: Fill empty field rather than adding new one.
2397 (log-edit-add-field): New function.
2398 (log-edit-insert-changelog): Use it.
2399
2400 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2401
2402 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
2403
2404 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
2407 (gdb--check-interpreter): New function.
2408 (gdb): Use it.
2409
2410 2011-10-27 Glenn Morris <rgm@gnu.org>
2411
2412 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
2413 (least-positive-float, least-negative-float)
2414 (least-positive-normalized-float, least-negative-normalized-float)
2415 (float-epsilon, float-negative-epsilon):
2416 Remove unnecessary declarations.
2417
2418 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
2419 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
2420 (least-positive-float, least-negative-float)
2421 (least-positive-normalized-float, least-negative-normalized-float)
2422 (float-epsilon, float-negative-epsilon): Add doc-strings,
2423 based on those in cl.texi.
2424
2425 * files.el (set-visited-file-name): If the major-mode changed,
2426 reload the local variables. (Bug#9796)
2427
2428 2011-10-27 Chong Yidong <cyd@gnu.org>
2429
2430 * subr.el (change-major-mode-after-body-hook): New hook.
2431 (run-mode-hooks): Run it.
2432
2433 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2434 Use change-major-mode-before-body-hook.
2435
2436 * simple.el (fundamental-mode):
2437 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
2438 change introducing fundamental-mode-hook.
2439
2440 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
2441
2442 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
2443
2444 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
2445
2446 * ido.el (ido-file-name-all-completions-1): Do not require
2447 tramp.el explicitly. (Bug#7583)
2448
2449 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * progmodes/octave-mod.el:
2452 * progmodes/octave-inf.el: Update maintainer.
2453
2454 2011-10-26 Chong Yidong <cyd@gnu.org>
2455
2456 * subr.el (with-wrapper-hook): Rewrite doc.
2457
2458 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
2459
2460 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
2461 filenames "/method:foo:". (Bug#9793)
2462
2463 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2464
2465 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
2466 (bug#9865).
2467
2468 2011-10-24 Glenn Morris <rgm@gnu.org>
2469
2470 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
2471
2472 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
2473
2474 * notifications.el: Add the requirement of a running D-Bus session
2475 bus to the Commentary.
2476
2477 2011-10-24 Juri Linkov <juri@jurta.org>
2478
2479 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2480 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
2481 (Bug#9364)
2482
2483 2011-10-24 Juri Linkov <juri@jurta.org>
2484
2485 * info.el (Info-following-node-name-re): Add newline to the list
2486 of allowed characters for leading space. (Bug#9824)
2487
2488 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * progmodes/octave-inf.el (inferior-octave-mode-map):
2491 Fix C-c C-h binding.
2492 * progmodes/octave-mod.el (octave-help): Remove.
2493
2494 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2495
2496 Sync with Tramp 2.2.3.
2497
2498 * net/tramp-cache.el (top): Pacify byte-compiler using
2499 `init-file-user' and `site-run-file'.
2500
2501 * net/trampver.el: Update release number.
2502
2503 2011-10-23 Chong Yidong <cyd@gnu.org>
2504
2505 * files.el (toggle-read-only): Remove obsolete comment about
2506 version control.
2507
2508 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2509 for toggle-read-only. Note that this hasn't called vc-next-action
2510 since 2008-05-02, though it wasn't documented at the time.
2511
2512 * vc/ediff-init.el (ediff-toggle-read-only-function):
2513 Use toggle-read-only.
2514
2515 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
2516
2517 Fix bug #9560, sporadic wrong indentation; improve instrumentation
2518 of c-parse-state.
2519
2520 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2521 correct faulty logical expression.
2522 (c-parse-state-state, c-record-parse-state-state):
2523 (c-replay-parse-state-state): New defvar/defuns.
2524 (c-debug-parse-state): Use new functions.
2525
2526 2011-10-22 Martin Rudalics <rudalics@gmx.at>
2527
2528 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
2529 last fix. Use window-in-direction correctly.
2530
2531 2011-10-21 Chong Yidong <cyd@gnu.org>
2532
2533 * progmodes/idlwave.el (idlwave-mode):
2534 * progmodes/vera-mode.el (vera-mode): No need to set
2535 require-final-newline; that's done in prog-mode.
2536 Suggested by Stefan Monnier.
2537
2538 2011-10-21 Martin Rudalics <rudalics@gmx.at>
2539
2540 * mouse.el (mouse-drag-window-above)
2541 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2542 (mouse-drag-mode-line-1, mouse-drag-header-line)
2543 (mouse-drag-vertical-line-rightward-window): Remove.
2544 (mouse-drag-line): New function.
2545 (mouse-drag-mode-line, mouse-drag-header-line)
2546 (mouse-drag-vertical-line): Call mouse-drag-line.
2547 * window.el (window-at-side-p, windows-at-side): New functions.
2548
2549 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
2550
2551 * tar-mode.el (tar-grind-file-mode):
2552 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2553
2554 2011-10-21 Chong Yidong <cyd@gnu.org>
2555
2556 * progmodes/idlwave.el (idlwave-mode):
2557 * progmodes/vera-mode.el (vera-mode):
2558 Use mode-require-final-newline.
2559
2560 2011-10-20 Glenn Morris <rgm@gnu.org>
2561
2562 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
2563
2564 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2565
2566 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2567
2568 2011-10-20 Chong Yidong <cyd@gnu.org>
2569
2570 * emulation/cua-base.el (cua-mode):
2571 * mail/footnote.el (footnote-mode):
2572 * mail/mailabbrev.el (mail-abbrevs-mode):
2573 * net/xesam.el (xesam-minor-mode):
2574 * progmodes/bug-reference.el (bug-reference-mode):
2575 * progmodes/cap-words.el (capitalized-words-mode):
2576 * progmodes/compile.el (compilation-minor-mode)
2577 (compilation-shell-minor-mode):
2578 * progmodes/gud.el (gud-tooltip-mode):
2579 * progmodes/hideif.el (hide-ifdef-mode):
2580 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2581 * progmodes/subword.el (subword-mode):
2582 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2583 * progmodes/which-func.el (which-function-mode):
2584 * term/tvi970.el (tvi970-set-keypad-mode):
2585 * term/vt100.el (vt100-wide-mode):
2586 * textmodes/flyspell.el (flyspell-mode):
2587 * textmodes/ispell.el (ispell-minor-mode):
2588 * textmodes/nroff-mode.el (nroff-electric-mode):
2589 * textmodes/paragraphs.el (use-hard-newlines):
2590 * textmodes/refill.el (refill-mode):
2591 * textmodes/reftex.el (reftex-mode):
2592 * textmodes/rst.el (rst-minor-mode):
2593 * textmodes/sgml-mode.el (html-autoview-mode)
2594 (sgml-electric-tag-pair-mode):
2595 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2596 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2597 * emulation/crisp.el (crisp-mode):
2598 * emacs-lisp/eldoc.el (eldoc-mode):
2599 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2600 minor mode behavior.
2601
2602 2011-10-19 Juri Linkov <juri@jurta.org>
2603
2604 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2605 the list of hard-coded chars with escape-glyph face.
2606
2607 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2610
2611 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
2612
2613 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2614 running process.
2615
2616 2011-10-19 Glenn Morris <rgm@gnu.org>
2617
2618 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2619 Ignore ignored files. (Bug#9726)
2620
2621 2011-10-19 Chong Yidong <cyd@gnu.org>
2622
2623 Doc fix for minor modes, stating that an omitted argument enables
2624 the mode unconditionally when called from Lisp.
2625
2626 * abbrev.el (abbrev-mode):
2627 * allout.el (allout-mode):
2628 * autoinsert.el (auto-insert-mode):
2629 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2630 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2631 (global-auto-revert-mode):
2632 * battery.el (display-battery-mode):
2633 * composite.el (global-auto-composition-mode)
2634 (auto-composition-mode):
2635 * delsel.el (delete-selection-mode):
2636 * desktop.el (desktop-save-mode):
2637 * dired-x.el (dired-omit-mode):
2638 * dirtrack.el (dirtrack-mode):
2639 * doc-view.el (doc-view-minor-mode):
2640 * double.el (double-mode):
2641 * electric.el (electric-indent-mode, electric-pair-mode):
2642 * emacs-lock.el (emacs-lock-mode):
2643 * epa-hook.el (auto-encryption-mode):
2644 * follow.el (follow-mode):
2645 * font-core.el (font-lock-mode):
2646 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2647 * help.el (temp-buffer-resize-mode):
2648 * hilit-chg.el (highlight-changes-mode)
2649 (highlight-changes-visible-mode):
2650 * hi-lock.el (hi-lock-mode):
2651 * hl-line.el (hl-line-mode, global-hl-line-mode):
2652 * icomplete.el (icomplete-mode):
2653 * ido.el (ido-everywhere):
2654 * image-file.el (auto-image-file-mode):
2655 * image-mode.el (image-minor-mode):
2656 * iswitchb.el (iswitchb-mode):
2657 * jka-cmpr-hook.el (auto-compression-mode):
2658 * linum.el (linum-mode):
2659 * longlines.el (longlines-mode):
2660 * master.el (master-mode):
2661 * mb-depth.el (minibuffer-depth-indicate-mode):
2662 * menu-bar.el (menu-bar-mode):
2663 * minibuf-eldef.el (minibuffer-electric-default-mode):
2664 * mouse-sel.el (mouse-sel-mode):
2665 * msb.el (msb-mode):
2666 * mwheel.el (mouse-wheel-mode):
2667 * outline.el (outline-minor-mode):
2668 * paren.el (show-paren-mode):
2669 * recentf.el (recentf-mode):
2670 * reveal.el (reveal-mode, global-reveal-mode):
2671 * rfn-eshadow.el (file-name-shadow-mode):
2672 * ruler-mode.el (ruler-mode):
2673 * savehist.el (savehist-mode):
2674 * scroll-all.el (scroll-all-mode):
2675 * scroll-bar.el (scroll-bar-mode):
2676 * server.el (server-mode):
2677 * shell.el (shell-dirtrack-mode):
2678 * simple.el (auto-fill-mode, transient-mark-mode)
2679 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2680 (line-number-mode, column-number-mode, size-indication-mode)
2681 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2682 * strokes.el (strokes-mode):
2683 * time.el (display-time-mode):
2684 * t-mouse.el (gpm-mouse-mode):
2685 * tool-bar.el (tool-bar-mode):
2686 * tooltip.el (tooltip-mode):
2687 * type-break.el (type-break-mode-line-message-mode)
2688 (type-break-query-mode):
2689 * view.el (view-mode):
2690 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2691 (global-whitespace-mode, global-whitespace-newline-mode):
2692 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2693
2694 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2695 Fix autogenerated docstring.
2696
2697 2011-10-19 Juri Linkov <juri@jurta.org>
2698
2699 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2700 by checking environment variables "DESKTOP_SESSION" and
2701 "XDG_CURRENT_DESKTOP". (Bug#9779)
2702
2703 2011-10-19 Juri Linkov <juri@jurta.org>
2704
2705 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2706 (browse-url-chromium-program, browse-url-chromium-arguments):
2707 New defcustoms.
2708 (browse-url-default-browser): Check for `browse-url-chromium' and
2709 call `browse-url-chromium-program'.
2710 (browse-url-chromium): New command. (Bug#9779)
2711
2712 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
2713
2714 * facemenu.el (list-colors-duplicates): On Windows, detect more
2715 duplicates by assuming that only colors matching "^System" are
2716 special "system colors". (Bug#9722)
2717
2718 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2719
2720 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2721 to distinguish the author from the committer.
2722
2723 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
2724
2725 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2726
2727 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2728
2729 * international/mule.el (sgml-html-meta-auto-coding-function):
2730 Add support for detecting encoding in HTML5 specified only as
2731 <meta charset="UTF-8">. Implementation just makes http-equiv and
2732 content-type parts from HTML4 encoding string optional. (Bug#9716)
2733
2734 2011-10-18 Glenn Morris <rgm@gnu.org>
2735
2736 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2737
2738 2011-10-18 Chong Yidong <cyd@gnu.org>
2739
2740 * faces.el (cursor): Doc fix.
2741
2742 2011-10-17 Chong Yidong <cyd@gnu.org>
2743
2744 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2745
2746 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
2747
2748 * dirtrack.el (dirtrack): Support shell buffers with path
2749 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2750
2751 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2752
2753 * json.el: Bump version to 1.3 and note change in History.
2754 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2755
2756 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * comint.el (comint-insert-input, comint-send-input)
2759 (comint-get-old-input-default, comint-backward-matching-input)
2760 (comint-next-prompt): Use nil instead of `input' for field property of
2761 past user input (bug#114).
2762
2763 * minibuffer.el (completion--replace): Inherit surrounding properties
2764 (bug#114).
2765 (minibuffer-complete-and-exit): Use it.
2766
2767 * comint.el (comint--table-subvert): Quote the all-completions output
2768 (bug#9160).
2769
2770 2011-10-17 Martin Rudalics <rudalics@gmx.at>
2771
2772 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
2773
2774 * menu-bar.el (menu-bar-file-menu): Add entry for making new
2775 window on right of selected. (Bug#9350) Reword other window
2776 entries and separate them from frame entries.
2777
2778 2011-10-15 Glenn Morris <rgm@gnu.org>
2779
2780 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2781 Doc fixes.
2782
2783 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * net/network-stream.el (network-stream-open-starttls):
2786 Improve detection of failure due to lack of TLS support.
2787
2788 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2789 putting the input text in front and in bold.
2790
2791 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2794
2795 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2796 empty buffer.
2797
2798 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2799 unread-command-events rather than pushing yet-another event.
2800
2801 2011-10-14 Eli Zaretskii <eliz@gnu.org>
2802
2803 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2804 the explanation of the possible choices. Make the options passed
2805 to completing-read shorter.
2806
2807 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2808
2809 * textmodes/flyspell.el (flyspell-large-region): Make sure
2810 extended character mode is used if defined (Bug#1339).
2811
2812 2011-10-13 Eli Zaretskii <eliz@gnu.org>
2813
2814 * simple.el (what-cursor-position): Fix the display of the
2815 character info for LRE, LRO, RLE, and RLO characters by appending
2816 an invisible PDF.
2817
2818 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2821 even in case of error; add debug spec; simplify data flow.
2822 (with-timeout-handler): Remove.
2823
2824 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
2825
2826 Fix Bug#6019, Bug#9315.
2827
2828 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2829 complete `buffer-file-name', the local file name part could look
2830 remotely (for example on VMS).
2831
2832 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2833 `tramp-run-real-handler'.
2834 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2835 already quoted by '"'.
2836
2837 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2838 Let `file-name-handler-alist' be nil, the local file name part
2839 could look remotely (for example on VMS).
2840
2841 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2844 from here...
2845 (flyspell-post-command-hook): ...to here.
2846
2847 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2848
2849 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2850 if not needed.
2851 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2852 using completion. Protect against "slow" callers.
2853 Remove the "message hack".
2854
2855 2011-10-11 Juri Linkov <juri@jurta.org>
2856
2857 * isearch.el (isearch-lazy-highlight-word): New variable.
2858 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2859 Use it. (Bug#9727)
2860
2861 2011-10-11 Glenn Morris <rgm@gnu.org>
2862
2863 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2864 like f90-previous-statement does.
2865
2866 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2867
2868 * eshell/eshell.el (eshell-command): History should be saved
2869 only in interactive use, to avoid error.
2870
2871 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2872
2873 * minibuffer.el (completion-file-name-table): Fix last change,
2874 i.e. ignore normal errors but not the other ones.
2875
2876 2011-10-10 Martin Rudalics <rudalics@gmx.at>
2877
2878 * window.el (special-display-buffer-names)
2879 (special-display-regexps): Remove some remnants of earlier
2880 changes from doc-strings.
2881 (quit-windows-on): New function.
2882
2883 * vc/vc.el (vc-revert, vc-rollback):
2884 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2885 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
2886 (Bug#6183) (Bug#7074) (Bug#7447)
2887
2888 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2889
2890 * window.el (frame-auto-hide-function): Add version tag.
2891 (Bug#9699)
2892
2893 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
2894
2895 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2896 condition.
2897
2898 2011-10-09 Leo Liu <sdl.web@gmail.com>
2899
2900 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2901 (Bug#9701)
2902
2903 2011-10-08 Glenn Morris <rgm@gnu.org>
2904
2905 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2906 before the first code statement zero indent. (Bug#9690)
2907
2908 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
2909
2910 * simple.el (count-words-region): Always count in the region.
2911 Report the number of lines and characters too.
2912 (count-words): New command, which counts in the buffer if the
2913 region is inactive, as count-words-region used to.
2914 (count-words--message): New function. Handle plurals.
2915 (count-lines-region): Make it an alias for count-words-region.
2916
2917 * bindings.el (esc-map): Replace count-lines-region with
2918 count-words-region.
2919
2920 2011-10-08 Martin Rudalics <rudalics@gmx.at>
2921
2922 * window.el (window--delete): Delete dedicated frame
2923 unconditionally when argument KILL is non-nil. (Bug#9699)
2924 (switch-to-buffer): Fix doc-string typo.
2925
2926 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2927
2928 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2929
2930 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
2931
2932 * bindings.el ([M-left],[M-right]): Bind to left-word and
2933 right-word respectively.
2934
2935 2011-10-07 Glenn Morris <rgm@gnu.org>
2936
2937 * cus-start.el (debug-on-quit): Fix custom type.
2938
2939 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2940
2941 * subr.el (define-key-after): Clarify that the function is not
2942 useful for non-menu keymaps.
2943
2944 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2945
2946 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2947
2948 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
2949 in current minibuffer (Fix bug with recursive minibuffers).
2950
2951 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * progmodes/gdb-mi.el (gdb): Doc fix.
2954
2955 2011-10-05 Martin Rudalics <rudalics@gmx.at>
2956
2957 * window.el (frame-auto-hide-function): New option replacing
2958 frame-auto-delete. Suggested by Stefan Monnier.
2959 (window--delete): Call frame-auto-hide-function instead of
2960 investigating frame-auto-delete.
2961 (window-point-1, set-window-point-1): New functions.
2962 (window-in-direction, record-window-buffer, window-state-get-1)
2963 (display-buffer-record-window): Use window-point-1 instead of
2964 window-point.
2965 (set-window-buffer-start-and-point): Use set-window-point-1.
2966
2967 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2968
2969 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2970
2971 2011-10-05 Glenn Morris <rgm@gnu.org>
2972
2973 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2974 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2975
2976 2011-10-05 Leo Liu <sdl.web@gmail.com>
2977
2978 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2979 works with buffer object.
2980
2981 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * mpc.el (mpc-tool-bar-map): Add labels.
2984
2985 2011-10-04 Glenn Morris <rgm@gnu.org>
2986
2987 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2988
2989 2011-10-04 Martin Rudalics <rudalics@gmx.at>
2990
2991 * window.el (window--delete): New function.
2992 (frame-auto-delete): Resuscitate option.
2993 (bury-buffer, replace-buffer-in-windows)
2994 (quit-window): Rewrite using window--delete.
2995 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2996 Pass display-buffer-mark-dedicated to window--display-buffer-2
2997 (Bug#9639).
2998
2999 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3000
3001 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
3002 returns a list (bug#9554). Add remote file name completion.
3003 * comint.el (comint--table-subvert): Curry and get quote&unquote
3004 functions as arguments.
3005 (comint--complete-file-name-data): Adjust call accordingly.
3006 * pcomplete.el (pcomplete--table-subvert): Remove.
3007 (pcomplete-completions-at-point): Use comint--table-subvert instead.
3008
3009 * minibuffer.el (completion-table-case-fold): Use currying.
3010 (completion--styles-type, completion--cycling-threshold-type):
3011 New constants.
3012 (completion-styles, completion-category-overrides)
3013 (completion-cycle-threshold): Use them.
3014 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
3015 completion-table-case-fold.
3016
3017 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
3018
3019 * minibuffer.el (completion-category-overrides): Fix type of styles
3020 and add more user friendly tags (bug#9660).
3021
3022 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
3025 (mule-input-method-string): New widget.
3026 (default-input-method, language-info-custom-alist): Use it.
3027
3028 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * pcomplete.el: Require comint.
3031 (pcomplete--common-suffix): Remove.
3032 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
3033 (pcomplete--table-subvert): Sync with comint--table-subvert.
3034 (pcomplete--entries): Use comint-completion-file-name-table.
3035 * comint.el (comint-unquote-filename): Simplify.
3036 (comint-completion-file-name-table): New function (bug#9616).
3037 (comint--complete-file-name-data): Use it.
3038
3039 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
3040 (pcmpl-gnu-tar-buffer): Remove.
3041 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
3042 around. Make sure pcomplete-suffix-list is only changed temporarily.
3043 Don't look inside the tar's file if it's too large.
3044
3045 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * cus-edit.el (custom-mode-map):
3048 * epa.el (epa-key-list-mode-map):
3049 * man.el (Man-mode-map):
3050 * startup.el (splash-screen-keymap):
3051 * simple.el (special-mode-map): Use scroll-up-command and
3052 scroll-down-command.
3053
3054 * progmodes/idlw-help.el (idlwave-help-mode-map):
3055 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
3056 * net/newst-plainview.el (newsticker-mode-map):
3057 * emulation/ws-mode.el (wordstar-mode-map):
3058 * emulation/vi.el (vi-com-map):
3059 * calc/calc-graph.el (calc-graph-show-dumb):
3060 * term/sun.el (terminal-init-sun):
3061 * term/ns-win.el (global-map):
3062 * progmodes/grep.el (grep-mode-map):
3063 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
3064 * mail/rmail.el (rmail-mode-map):
3065 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
3066
3067 * custom.el (custom-safe-themes, load-theme): Treat value of t for
3068 custom-safe-themes as special.
3069
3070 2011-10-01 Julien Danjou <julien@danjou.info>
3071
3072 * notifications.el (notifications-notify): Fix docstring.
3073
3074 2011-10-01 Per Starbäck <per@starback.se>
3075
3076 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
3077
3078 2011-09-30 Martin Rudalics <rudalics@gmx.at>
3079
3080 * startup.el (command-line-1): Fix last fix by inserting
3081 initial-scratch-message into *scratch* before displaying it.
3082 (Bug#9605) and (Bug#9636)
3083
3084 2011-09-29 Eli Zaretskii <eliz@gnu.org>
3085
3086 * simple.el (line-move): If auto-hscroll-mode is disabled and the
3087 window is hscrolled, move by logical lines. (Bug#9607)
3088 (line-move-visual): Update the doc string to the above effect.
3089
3090 2011-09-29 Martin Rudalics <rudalics@gmx.at>
3091
3092 * window.el (display-buffer-record-window): When WINDOW is the
3093 selected window use `point' instead of `window-point'. (Bug#9626)
3094
3095 * startup.el (command-line-1): Use insert-before-markers when
3096 inserting initial-scratch-message. (Bug#9605)
3097
3098 * help.el (help-window): Remove variable.
3099
3100 2011-09-29 Glenn Morris <rgm@gnu.org>
3101
3102 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
3103
3104 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
3105
3106 * descr-text.el (describe-char-categories): Accept category
3107 descriptions more than one line long.
3108
3109 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * simple.el (delete-trailing-whitespace): Fix last change.
3112
3113 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3114 Don't confuse "y => 3" as the beginning of a `y' operation.
3115
3116 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
3117 object has more than 4 slots (bug#9613).
3118
3119 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * subr.el (with-output-to-temp-buffer):
3122 * net/quickurl.el (quickurl, quickurl-browse-url):
3123 Fix typos in docstrings.
3124
3125 2011-09-27 Eli Zaretskii <eliz@gnu.org>
3126
3127 * minibuffer.el (completion-styles)
3128 (completion-category-overrides): Cross reference each other in doc
3129 strings.
3130
3131 2011-09-27 Glenn Morris <rgm@gnu.org>
3132
3133 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
3134 to split-string. (Bug#9606)
3135
3136 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3137
3138 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
3139 (bug#9615).
3140
3141 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
3142
3143 * emacs-lisp/package.el (list-packages): Fix echo area message.
3144
3145 2011-09-27 Leo Liu <sdl.web@gmail.com>
3146
3147 * ido.el (ido-read-internal): Accept cons cell HIST arg.
3148
3149 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
3150
3151 * net/dbus.el (dbus-unregister-object): Don't release services for
3152 registered signals. (Bug#9581)
3153
3154 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3155
3156 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
3157 function that picks between cfengine 2 and 3 support
3158 automatically. Update docs accordingly.
3159
3160 2011-09-22 Kenichi Handa <handa@m17n.org>
3161
3162 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
3163 ZERO.
3164 (indian-itrans-v5-table-for-tamil): New variable.
3165 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
3166
3167 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
3168
3169 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
3170 that's true if the current command involved collapsing of text.
3171 It's reset to false at the beginning of the next command.
3172 (allout-post-command-business): Move the cursor to the beginning
3173 of entry if the cursor is hidden and collapsing activity just
3174 happened.
3175
3176 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
3179 tracking (Bug#9541).
3180
3181 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
3182
3183 * net/newst-reader.el (newsticker-html-renderer)
3184 (newsticker-show-news): Automatically load html rendering package
3185 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
3186 because w3m-fill-column is let-bound" and the error "Symbol's value
3187 as variable is void: w3m-fill-column".
3188
3189 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
3190
3191 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
3192 Release services only if they are defined. (Bug#9581)
3193
3194 2011-09-23 Richard Stallman <rms@gnu.org>
3195
3196 * textmodes/paragraphs.el (forward-sentence): For backwards case,
3197 distinguish start of paragraph from start of its text.
3198
3199 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
3200
3201 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
3202 (rmail-generate-viewer-buffer): Put that hook on view buffer.
3203 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
3204
3205 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
3206
3207 * international/mule-diag.el (mule-diag): Insert a newline after
3208 each fontset description.
3209
3210 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3211
3212 * simple.el (delete-trailing-whitespace):
3213 Document last change; simplify.
3214
3215 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
3216
3217 * simple.el (delete-trailing-whitespace): Also delete
3218 extra newlines at the end of the buffer.
3219
3220 * textmodes/picture.el: Make motion commands obey shift-select-mode.
3221 (picture-newline): Use forward-line so as to ignore fields.
3222
3223 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * subr.el (with-wrapper-hook): Fix edebug spec.
3226
3227 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3228
3229 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
3230 (bug#4538).
3231
3232 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
3233
3234 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3235 Fix nasty bug using wrong cached values.
3236
3237 2011-09-23 Alan Mackenzie <acm@muc.de>
3238
3239 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
3240
3241 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
3242
3243 * window.el (pop-to-buffer): Ensure right window is selected if we
3244 chose another frame.
3245
3246 2011-09-22 Eli Zaretskii <eliz@gnu.org>
3247
3248 * simple.el (what-cursor-position): Use get-char-property-change
3249 and next-single-char-property-change, to be able to show display
3250 properties that come from overlays as well as text properties.
3251
3252 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
3253
3254 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
3255
3256 * cmuscheme.el (run-scheme, switch-to-scheme):
3257 * cus-edit.el (customize-group, custom-buffer-create)
3258 (customize-browse):
3259 * info.el (info):
3260 * shell.el (shell):
3261 * mail/sendmail.el (mail):
3262 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
3263
3264 2011-09-22 Richard Stallman <rms@gnu.org>
3265
3266 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
3267 move back only to line beg, don't move back over blank lines.
3268
3269 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
3270
3271 * files.el (copy-directory): Set directory attributes only in case
3272 they could be retrieved from the source directory. (Bug#9565)
3273
3274 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
3275
3276 * progmodes/hideshow.el (hs-looking-at-block-start-p)
3277 (hs-find-block-beginning, hs-hide-level-recursive):
3278 Ignore strings as well as comments. (Bug#9502)
3279
3280 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
3281
3282 * progmodes/sql.el (sql-comint-postgres):
3283 Convert port number to a string. (Bug#9566)
3284
3285 2011-09-22 Martin Rudalics <rudalics@gmx.at>
3286
3287 * window.el (quit-window): Undedicate window when switching to
3288 previous buffer. Reported by Thierry Volpiatto
3289 <thierry.volpiatto@gmail.com>.
3290 (special-display-popup-frame): When popping up a new frame reset
3291 its previous buffers to nil. Simplify code.
3292
3293 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
3294
3295 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
3296 and process filter, as done also in `shell-command'.
3297
3298 2011-09-21 Martin Rudalics <rudalics@gmx.at>
3299
3300 * window.el (set-window-buffer-start-and-point):
3301 Call set-window-start with NOFORCE argument t.
3302 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3303 (quit-window): Reword doc-string. Handle new format of
3304 quit-restore parameter. Don't delete window if it has a
3305 previous buffer we can show instead of the present one.
3306 (display-buffer-record-window): Rewrite using a new format for
3307 the quit-restore window parameter
3308 (special-display-popup-frame, display-buffer-same-window)
3309 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3310 (display-buffer-pop-up-window, display-buffer-use-some-window):
3311 Adapt symbol passed to display-buffer-record-window.
3312 * help.el (help-window-setup): Handle new format of quit-restore
3313 parameter.
3314
3315 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * faces.el (face-list): Fix docstring (bug#9564).
3318
3319 * window.el (display-buffer--action-function-custom-type):
3320 Don't include internal functions in the Custom interface.
3321
3322 2011-09-20 Juri Linkov <juri@jurta.org>
3323
3324 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
3325 (Info-forward-node, Info-backward-node, Info-next-preorder)
3326 (Info-last-preorder): Use it. (Bug#9528)
3327
3328 2011-09-20 Juri Linkov <juri@jurta.org>
3329
3330 * info.el (Info-last-preorder): Visit last menu item only when
3331 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
3332
3333 2011-09-20 Julien Danjou <julien@danjou.info>
3334
3335 * password-cache.el (password-cache-remove): Remove entries even if the
3336 value is nil, so that password with a nil value (negative caching) is
3337 possible to invalidate.
3338
3339 2011-09-20 Lawrence Mitchell <wence@gmx.li>
3340
3341 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
3342 all whitespace around breakpoint. (Bug#9553)
3343 (f90-find-breakpoint): Only break at whitespace inside a comment.
3344
3345 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * minibuffer.el (completion-file-name-table): Keep track of errors.
3348 (completion-table-with-predicate): Handle the case where pred1 is nil.
3349 * pcomplete.el (pcomplete-completions-at-point): Simplify.
3350
3351 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
3354 (debugger-return-value): Signal an error if the debugging context does
3355 not await any return value.
3356
3357 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
3358 * image-mode.el (image-toggle-display-text)
3359 (image-toggle-display-image): Stay away from evil `intangible'.
3360
3361 2011-09-19 Leo Liu <sdl.web@gmail.com>
3362
3363 * replace.el (occur-revert-arguments): Make it permanent-local.
3364 (occur-mode): Don't call font-lock-defontify.
3365
3366 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * net/ldap.el (ldap-search-internal): Don't push empty search
3369 result (Bug#9508).
3370
3371 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
3374
3375 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
3376
3377 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
3378 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
3379
3380 2011-09-18 Juri Linkov <juri@jurta.org>
3381
3382 * buff-menu.el (Buffer-menu-mode-map):
3383 * dired.el (dired-mode-map):
3384 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
3385 (lisp-interaction-mode-map):
3386 * emacs-lisp/package.el (package-menu-mode-map):
3387 * epa.el (epa-key-list-mode-map):
3388 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
3389 (menu-bar-options-menu):
3390 * outline.el (outline-mode-menu-bar-map):
3391 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
3392 * vc/vc-dir.el (vc-dir-menu-map):
3393 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
3394 Capitalize non-function content words in menu item strings.
3395
3396 * dired.el (dired-mode-map): Add menu item for
3397 `image-dired-dired-toggle-marked-thumbs'.
3398
3399 2011-09-18 Juri Linkov <juri@jurta.org>
3400
3401 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
3402 to `isearch-case-fold-search' and restore its original value
3403 after the `isearch-mode' call.
3404
3405 2011-09-18 Juri Linkov <juri@jurta.org>
3406
3407 * progmodes/grep.el (grep-process-setup): Don't check code for 1
3408 because `zgrep' returns 1 for successful matches (bug#9226).
3409
3410 2011-09-18 Juri Linkov <juri@jurta.org>
3411
3412 * info.el (Info-extract-menu-node-name): Check the second match
3413 for empty string (second test-case of bug#9528).
3414 (Info-last-preorder): Let-bind `Info-history' to nil to not add
3415 intermediate nodes to the history (first test-case of bug#9528).
3416
3417 2011-09-18 Juri Linkov <juri@jurta.org>
3418
3419 * info.el (Info-mode-syntax-table): New variable.
3420 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
3421
3422 2011-09-18 Juri Linkov <juri@jurta.org>
3423
3424 * info.el (Info-file-supports-index-cookies):
3425 Increment line-beginning-position's arg from 3 to 4 because makeinfo
3426 outputs one more line for long file names (bug#4142).
3427
3428 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3429
3430 * newcomment.el (comment-normalize-vars): If prompting for
3431 comment-start, set comment-start-skip too (Bug#8424).
3432
3433 2011-09-18 Johan Bockgård <bojohan@gnu.org>
3434
3435 * icomplete.el: Fix previous fix of Bug#5849.
3436 (icomplete-mode): Don't set completion-show-inline-help.
3437 (icomplete-minibuffer-setup): Set completion-show-inline-help
3438 locally during icompletion.
3439
3440 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * woman.el (woman2-process-escapes): Don't delete unrecognized
3443 escapes (Bug#7843).
3444
3445 * files.el (inhibit-first-line-modes-regexps): Add image files.
3446 (hack-local-variables-prop-line): Return nil for malformed
3447 prop-lines (Bug#9044).
3448
3449 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
3450
3451 * net/tramp.el (top): Don't require 'shell.
3452 (tramp-methods): Fix docstring.
3453 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
3454 Return complete remote file name. Handle "smb" case.
3455 Use `tramp-tmpdir', if defined for the respective method.
3456 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
3457
3458 * net/tramp-compat.el (top): Require 'shell.
3459
3460 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3461 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
3462 `tramp-current-host'.
3463 (tramp-get-remote-tmpdir): Remove.
3464
3465 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
3466 `tramp-tmpdir' entries.
3467 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
3468 (tramp-smb-handle-file-attributes): Ignore errors.
3469 (tramp-smb-wait-for-output): Check also for process end.
3470
3471 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3472
3473 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
3474 when sending QUIT (bug#9312).
3475
3476 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3477
3478 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
3479 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
3480 occur-mode-display-occurrence.
3481 (occur-edit-mode): Add usage message.
3482 (occur-cease-edit): New command.
3483 (occur-after-change-function): Use text properties to find the
3484 position of the prefix text.
3485 (occur-engine): Set stickiness of prefix text properties.
3486
3487 2011-09-17 Glenn Morris <rgm@gnu.org>
3488
3489 * progmodes/etags.el (complete-tag):
3490 Fix call to completion-in-region. (Bug#9526)
3491
3492 2011-09-17 Juri Linkov <juri@jurta.org>
3493
3494 * textmodes/ispell.el (ispell-word): Add to the error message
3495 the word, ispell program name and current dictionary (bug#9121).
3496 (ispell-tex-arg-end): Capitalize "error" in the error message.
3497
3498 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
3499
3500 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
3501 check. (Bug#4251)
3502
3503 2011-09-17 Juri Linkov <juri@jurta.org>
3504
3505 * window.el (window-safe-min-height, window-safe-min-width):
3506 Fix typos (followup to bug#9522).
3507
3508 2011-09-17 Sven Joachim <svenjoac@gmx.de>
3509
3510 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3511
3512 2011-09-16 Eli Zaretskii <eliz@gnu.org>
3513
3514 * simple.el (line-move): If goal-column is set, move by logical
3515 lines, not by display lines. (Bug#971)
3516 (next-line, previous-line, goal-column, line-move-visual): Doc fix
3517 to reflect the above change.
3518
3519 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * image.el (imagemagick-register-types): Use regexp-opt.
3522
3523 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * window.el (display-buffer-base-action): Rename from
3526 display-buffer-default-action. Make default value empty.
3527 (display-buffer-overriding-action): Convert to defvar.
3528 (display-buffer-fallback-action): New var.
3529
3530 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
3531
3532 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3533 declaration.
3534 (package--add-to-archive-contents): If there is a duplicate entry
3535 with an older version, remove it.
3536 (package-menu-mark-delete, package-menu-mark-install)
3537 (package-menu-mark-unmark): Make unused args optional.
3538 (package-menu-mark-obsolete-for-deletion):
3539 Use package-menu-get-status instead of a regexp search.
3540 (package-menu-get-status): Use tabulated-list-entry.
3541 (package-menu-mark-upgrades): New command.
3542 (package-menu-mode-map): Bind it to U. Add it to menu bar.
3543 (package-menu-execute): Do installation before deletion.
3544 (package-menu-refresh, package-menu-execute): Use derived-mode-p
3545 instead of checking major-mode.
3546 (package-menu--find-upgrades): New function.
3547
3548 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3549
3550 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3551 passwords in the log buffer.
3552 (smtpmail-process-filter): Update the process marker so that the
3553 "broken by peer" status message is inserted in the right place.
3554
3555 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3558 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3559 bibtex-completion-at-point-function.
3560 (bibtex-completion-at-point-function): Use them.
3561
3562 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3563
3564 * mpc.el (mpc-constraints-tag-lookup): New function.
3565 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3566 also to browser "album|playlist".
3567
3568 2011-09-14 Juri Linkov <juri@jurta.org>
3569
3570 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3571 (isearch-edit-string): Use length of `isearch-string' when
3572 `isearch-fail-pos' returns nil.
3573 (isearch-message): Remove duplicate code and call
3574 `isearch-fail-pos' with arg `t'.
3575
3576 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
3577
3578 * replace.el (occur-mode-goto-occurrence): Don't force using other
3579 window (Bug#9499).
3580
3581 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3582
3583 2011-09-14 Martin Rudalics <rudalics@gmx.at>
3584
3585 * window.el (display-buffer-window): Remove.
3586 (display-buffer-record-window): Use help-setup window parameter
3587 instead of variable display-buffer-window.
3588 (display-buffer-function, special-display-buffer-names)
3589 (special-display-function): Mention help-setup parameter instead
3590 of display-buffer-window in doc-string.
3591 * help.el (help-window-setup): New argument help-window.
3592 Use help-window-setup parameter instead of display-buffer-window.
3593 Reword some messages.
3594 (with-help-window): Pass window used for displaying the buffer
3595 to help-window-setup. Don't set display-buffer-window.
3596
3597 2011-09-13 Glenn Morris <rgm@gnu.org>
3598
3599 * emacs-lisp/debug.el (debugger-make-xrefs):
3600 Preserve point. (Bug#9462)
3601
3602 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * window.el (window-deletable-p): Use next-frame.
3605
3606 2011-09-13 Martin Rudalics <rudalics@gmx.at>
3607
3608 * window.el (window-auto-delete): Remove.
3609 (window-deletable-p): Remove argument FORCE. Don't deal with
3610 dedication and previous buffers.
3611 (switch-to-prev-buffer): Don't delete window.
3612 (delete-windows-on): Delete a window's frame if and only if the
3613 window is dedicated.
3614 (replace-buffer-in-windows): Delete buffer's window or frame if
3615 and only if window is dedicated.
3616 (quit-window): Handle quit-restore as before last change.
3617 (bury-buffer): Delete window only if window-deletable-p returns t.
3618
3619 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
3620
3621 * window.el (window-deletable-p): Never delete the last frame on a
3622 given terminal.
3623
3624 2011-09-13 Glenn Morris <rgm@gnu.org>
3625
3626 * help.el (describe-key-briefly): Copy previous standard-output change.
3627
3628 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
3629
3630 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3631
3632 2011-09-13 Glenn Morris <rgm@gnu.org>
3633
3634 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3635 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3636
3637 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
3638
3639 * dired-aux.el (dired-mark-read-string): Don't return default
3640 value on empty input (Bug#9361).
3641 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3642 Omit initial minibuffer contents.
3643 (dired-do-chmod): Signal an error on empty input.
3644 (dired-mark-read-string): Don't return default on empty input.
3645
3646 * files.el (file-modes-symbolic-to-number): Doc fix.
3647
3648 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * international/mule-cmds.el (ucs-completions): Remove.
3651 (read-char-by-name): Use complete-with-action instead; add metadata.
3652
3653 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3654
3655 * window.el (display-buffer--action-function-custom-type)
3656 (display-buffer--action-custom-type): New vars.
3657 (display-buffer-alist, display-buffer-default-action)
3658 (display-buffer-overriding-action): Add defcustom types.
3659
3660 * frame.el (delete-other-frames): Doc fix (Bug#276).
3661
3662 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3663
3664 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3665
3666 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3667
3668 Change modes that used same-window-* vars to use switch-to-buffer.
3669
3670 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3671 Use switch-to-buffer.
3672
3673 * cus-edit.el (customize-group, custom-buffer-create)
3674 (customize-browse, custom-buffer-create-other-window):
3675 Use switch-to-buffer or switch-to-buffer-other-window.
3676
3677 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3678 (Info-prev, Info-up, Info-speedbar-goto-node)
3679 (info-display-manual): Use switch-to-buffer.
3680 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3681
3682 * mail/sendmail.el (mail): Use switch-to-buffer.
3683 (mail-recover): Use switch-to-buffer-other-window.
3684
3685 * cmuscheme.el (run-scheme, switch-to-scheme):
3686 * ielm.el (ielm):
3687 * shell.el (shell):
3688 * net/rlogin.el (rlogin):
3689 * net/telnet.el (telnet, rsh):
3690 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3691
3692 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3693
3694 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3695
3696 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3697
3698 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3699 so don't mention it (bug#9301).
3700 (dired-sort-toggle-or-edit): Clarify string further.
3701
3702 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3703 match `x', `w32' and `ns', like the manual says (bug#9029).
3704
3705 * subr.el (eval-after-load): Doc string clarification (bug#9125).
3706 (process-kill-buffer-query-function): Mention the buffer name in
3707 the query.
3708
3709 * image-mode.el (image-next-line): The line parameter is mandatory
3710 (bug#9258).
3711
3712 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3713 which can be useful (bug#9301).
3714
3715 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3716
3717 * subr.el (match-string): Mention that the current buffer should
3718 be the same as the search was done in (bug#9282).
3719
3720 * facemenu.el: Disable the remove-* commands if the mark isn't
3721 active (bug#9162).
3722
3723 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
3724
3725 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3726 of display-buffer.
3727 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3728
3729 * replace.el (occur-mode-goto-occurrence)
3730 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3731 and display-buffer.
3732
3733 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3734 display-buffer.
3735
3736 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3737 special-display and same-window variables.
3738 (mail-other-window): Use switch-to-buffer-other-window.
3739 (mail-other-frame): USe switch-to-buffer-other-frame.
3740
3741 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3742 Use display-buffer-other-frame.
3743 (gdb-display-gdb-buffer): Use pop-to-buffer.
3744
3745 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3746
3747 * progmodes/python.el: Don't set same-window-buffer-names.
3748
3749 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3750
3751 * window.el (display-buffer-alist): Add *Python*.
3752
3753 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
3754
3755 * window.el (display-buffer-alist): Add entry for buffers
3756 previously handled same-window-*.
3757 (display-buffer-alist, display-buffer-default-action)
3758 (display-buffer-overriding-action): Mark as risky.
3759 (display-buffer-alist): Document action function changes.
3760 (display-buffer--same-window-action)
3761 (display-buffer--other-frame-action): New variables.
3762 (switch-to-buffer, display-buffer-other-frame): Use them.
3763 (display-buffer): Rename reuse-frame entry to reusable-frames.
3764 (display-buffer-reuse-selected-window): Function deleted.
3765 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3766 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3767 (display-buffer-special): New function.
3768 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3769 display-buffer-reuse-or-pop-window. Split off special-display
3770 part into display-buffer-special.
3771 (display-buffer-use-some-window): Don't perform any special
3772 pop-up-frames handling.
3773 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
3774 (display-buffer--maybe-same-window): Rename from
3775 display-buffer-maybe-same-window.
3776
3777 * info.el: Don't set same-window-regexps.
3778 (info-setup): New function.
3779 (info-other-window, info): Call it.
3780
3781 * cus-edit.el: Don't set same-window-regexps.
3782 (customize-group): New argument.
3783 (customize-group-other-window): Use it.
3784 (customize-face, customize-face-other-window): Likewise.
3785 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3786
3787 * net/rlogin.el:
3788 * net/telnet.el:
3789 * progmodes/gud.el: Don't set same-window-regexps.
3790
3791 * cmuscheme.el:
3792 * ielm.el:
3793 * shell.el:
3794 * mail/sendmail.el:
3795 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3796
3797 2011-09-10 Juri Linkov <juri@jurta.org>
3798
3799 * isearch.el (isearch-edit-string): Remove obsolete mention of
3800 `C-w' (`isearch-yank-word-or-char') from docstring.
3801 (isearch-query-replace): Fix typo in docstring (bug#9466).
3802
3803 2011-09-10 Juri Linkov <juri@jurta.org>
3804
3805 * paren.el (show-paren-function): Don't show escaped parens.
3806 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3807
3808 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3809
3810 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3811 (mm-default-file-encoding): Remove autoload forms, they are
3812 replaced with autoload cookies in mml.el and mm-encode.el.
3813 (mail-add-attachment): New command.
3814 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3815 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3816 the doc string.
3817 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3818
3819 2011-09-10 Reuben Thomas <rrt@sc3d.org>
3820
3821 * simple.el (count-words-region): Use buffer if there's no region
3822 (bug#9429).
3823
3824 2011-09-09 Juri Linkov <juri@jurta.org>
3825
3826 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3827 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3828 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3829
3830 2011-09-09 Alan Mackenzie <acm@muc.de>
3831
3832 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3833 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3834
3835 2011-09-09 Eli Zaretskii <eliz@gnu.org>
3836
3837 Fix for Savannah bug#9392.
3838 * simple.el (mail-encode-mml): New defvar.
3839
3840 * mail/rmail.el (mail-encode-mml): Add a defvar.
3841 (rmail-enable-mime-composing): Default to t.
3842 (rmail-forward): Use MIME method of forwarding only if both
3843 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3844 Set mail-encode-mml non-nil if the MIME method was used.
3845
3846 * mail/sendmail.el (mml-to-mime): Add autoload form.
3847 (mail-encode-mml): Add a defvar.
3848 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3849 to nil.
3850 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3851 message through mml-to-mime, and reset mail-encode-mml to nil.
3852
3853 2011-09-09 Glenn Morris <rgm@gnu.org>
3854
3855 * woman.el (woman-if-body): When processing an .el block,
3856 do not delete the next .el block as well. (Bug#9447)
3857 (woman-special-characters): Add oq, cq, and hy characters.
3858
3859 2011-09-08 Martin Rudalics <rudalics@gmx.at>
3860
3861 * window.el (window-deletable-p): Make sure window is live before
3862 invoking window-prev-buffers.
3863
3864 2011-09-08 Leo Liu <sdl.web@gmail.com>
3865
3866 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3867
3868 2011-09-08 Juri Linkov <juri@jurta.org>
3869
3870 * progmodes/compile.el (compilation-environment): Make it
3871 a defcustom (bug#8340).
3872
3873 2011-09-08 Martin Rudalics <rudalics@gmx.at>
3874
3875 * window.el (frame-auto-delete): Rename to window-auto-delete.
3876 Make it control auto-deletion of windows and/or frames.
3877 (window-deletable-p): New argument FORCE. Rewrite conditions
3878 for deleting window/frame. (Bug#9419)
3879 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3880 Rewrite handling of case when window/frame can be deleted.
3881 (delete-windows-on): Call window-deletable-p with new FORCE
3882 argument t. (Bug#9456)
3883
3884 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * help-mode.el (help-mode): Restore autoload.
3887
3888 2011-09-07 Juri Linkov <juri@jurta.org>
3889
3890 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3891 `compilation-environment'. Set buffer-local
3892 `compilation-environment' to `thisenv' later after (funcall mode).
3893 (Bug#8340)
3894
3895 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3896 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3897 instead of replacing its value. (Bug#8340)
3898
3899 2011-09-07 Juri Linkov <juri@jurta.org>
3900
3901 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3902 based on text properties put by `grep-filter' instead of matching
3903 escape sequences.
3904 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3905 to the value of `grep-error-screen-columns' (bug#9438).
3906
3907 2011-09-07 Juri Linkov <juri@jurta.org>
3908
3909 * simple.el (next-error-highlight, next-error-highlight-no-select):
3910 Doc fix (bug#9432).
3911
3912 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3913
3914 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3915 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3916
3917 2011-09-07 Leo Liu <sdl.web@gmail.com>
3918
3919 * net/rcirc.el (rcirc-mode): Conditionally initialize
3920 rcirc-input-ring.
3921
3922 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * emacs-lisp/find-func.el (find-function-C-source): Only set
3925 find-function-C-source-directory after checking that we found a source
3926 file there (bug#9440).
3927
3928 2011-09-06 Alan Mackenzie <acm@muc.de>
3929
3930 * isearch.el (isearch-other-meta-char): Wherever a key list is
3931 unread, "unread" the prefix arg, too. This fixes bug #8901.
3932
3933 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3934
3935 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3936
3937 2011-09-05 Juri Linkov <juri@jurta.org>
3938
3939 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3940
3941 2011-09-05 Juri Linkov <juri@jurta.org>
3942
3943 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3944 keeping point where processing of grep matches begins, and
3945 continue to delete remaining escape sequences from the same point.
3946 (grep-filter): Make leading zero optional in "0?1;31m" because
3947 git-grep emits "\033[1;31m" escape sequences unlike expected
3948 "\033[01;31m" as GNU Grep does (bug#9408).
3949 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3950
3951 2011-09-05 Juri Linkov <juri@jurta.org>
3952
3953 * subr.el (y-or-n-p): Capitalize "yes".
3954
3955 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
3956
3957 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3958 `tramp-cache-unload-hook' where appropriate.
3959 (tramp-methods): Rename `tramp-remote-sh' to
3960 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3961 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3962
3963 * net/tramp-sh.el (top): Don't require 'shell.
3964 (tramp-methods): Add `tramp-remote-shell' and
3965 `tramp-remote-shell-args' entries.
3966 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3967 (tramp-sh-handle-shell-command): Remove.
3968 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3969 Use `tramp-remote-shell'.
3970
3971 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * mail/sendmail.el (sendmail-query-once-function): Delete.
3974 (sendmail-query-once): Save directly to send-mail-function.
3975 Update message-send-mail-function too.
3976
3977 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3978
3979 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3980
3981 * progmodes/python.el (python-mode-map): Use correct function to
3982 start python interpreter from menu-bar (as reported by Geert
3983 Kloosterman).
3984 (inferior-python-mode-map): Fix typo.
3985 (python-shell-map): Remove.
3986
3987 2011-09-03 Deniz Dogan <deniz@dogan.se>
3988
3989 * net/rcirc.el (rcirc-print): Simplify code for
3990 rcirc-scroll-show-maximum-output. There is no need to walk
3991 through all windows to find the right one.
3992
3993 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3994
3995 * help.el (help-return-method): Doc fix.
3996
3997 2011-09-03 Martin Rudalics <rudalics@gmx.at>
3998
3999 * window.el (window-deletable-p): Don't return a non-nil value
4000 when there's a buffer that was shown in the window before.
4001 (Bug#9419)
4002 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4003 Set window's previous buffers to nil.
4004
4005 2011-09-03 Eli Zaretskii <eliz@gnu.org>
4006
4007 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
4008 newline before and after the tag line, so it doesn't interfere
4009 with determining the paragraph direction of bidirectional text.
4010
4011 2011-09-03 Leo Liu <sdl.web@gmail.com>
4012
4013 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
4014
4015 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
4018 (pop-to-buffer): Change interactive spec. Pass second argument
4019 directly to display-buffer.
4020 (display-buffer): Fix interactive spec. Use functionp to
4021 distinguish between a function and a list of functions.
4022
4023 * abbrev.el (edit-abbrevs):
4024 * arc-mode.el (archive-extract):
4025 * autoinsert.el (auto-insert):
4026 * bookmark.el (bookmark-bmenu-list):
4027 * files.el (find-file):
4028 * view.el (view-buffer):
4029 * progmodes/compile.el (compilation-goto-locus):
4030 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
4031
4032 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * window.el (display-buffer-alist): Doc fix.
4035 (display-buffer): Add docstring. Don't treat
4036 display-buffer-default specially.
4037 (display-buffer-reuse-selected-window)
4038 (display-buffer-same-window, display-buffer-maybe-same-window)
4039 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4040 (display-buffer-pop-up-window)
4041 (display-buffer-reuse-or-pop-window)
4042 (display-buffer-use-some-window): New functions.
4043 (display-buffer-default-action): Use them.
4044 (display-buffer-default): Delete.
4045 (pop-to-buffer-1): Fix choice of actions.
4046
4047 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4048
4049 * minibuffer.el (completion--insert-strings): Don't get confused by
4050 completion entries that end with an LF char.
4051
4052 2011-09-01 Eli Zaretskii <eliz@gnu.org>
4053
4054 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
4055
4056 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
4057
4058 * window.el (display-buffer): Restore interactive spec.
4059 (display-buffer-same-window, display-buffer-other-window):
4060 New functions.
4061 (pop-to-buffer-1): New function. Use the above.
4062 (pop-to-buffer, pop-to-buffer-same-window): Use it.
4063 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
4064
4065 * view.el (view-buffer-other-window, view-buffer-other-frame):
4066 Just use pop-to-buffer.
4067
4068 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4069
4070 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
4071
4072 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
4073
4074 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
4075
4076 2011-08-31 Richard Stallman <rms@gnu.org>
4077
4078 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
4079 of the separation of rmail-view-buffer from rmail-buffer.
4080 If you say no to "replace original", the decrypt is in the
4081 view buffer. If you say yes, the decrypt goes into the
4082 rmail buffer also.
4083
4084 2011-08-31 Martin Rudalics <rudalics@gmx.at>
4085
4086 * window.el (display-buffer-window): Rewrite doc-string.
4087 (display-buffer-record-window): New function.
4088 (display-buffer-macro-specifiers)
4089 (display-buffer-even-window-sizes, display-buffer-set-height)
4090 (display-buffer-set-width, display-buffer-in-window)
4091 (display-buffer-reuse-window, display-buffer-split-specifiers)
4092 (display-buffer-side-specifiers, display-buffer-split-window-1)
4093 (display-buffer-split-window, display-buffer-split-atom-window)
4094 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4095 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
4096 (display-buffer-other-window-means-other-frame)
4097 (display-buffer-normalize-special)
4098 (display-buffer-normalize-default)
4099 (display-buffer-normalize-argument)
4100 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
4101 (display-buffer-normalize-specifiers, display-buffer-frame)
4102 (display-buffer-same-window, display-buffer-same-frame)
4103 (display-buffer-other-window)
4104 (display-buffer-same-frame-other-window)
4105 (display-buffer-other-frame, pop-to-buffer-same-window)
4106 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
4107 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
4108 (switch-to-buffer-same-frame)
4109 (switch-to-buffer-other-window-same-frame)
4110 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
4111 (display-buffer-alist-set-1, display-buffer-alist-set-2)
4112 (display-buffer-alist-set): Remove.
4113 (display-buffer-function, special-display-buffer-names)
4114 (special-display-regexps, special-display-function):
4115 In doc-string refer to display-buffer-window and quit-restore
4116 parameter.
4117 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
4118 (special-display-frame-alist, special-display-popup-frame)
4119 (same-window-buffer-names, same-window-regexps, same-window-p)
4120 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4121 (split-window-preferred-function, split-height-threshold)
4122 (split-width-threshold, window-splittable-p)
4123 (split-window-sensibly, window--try-to-split-window)
4124 (window--frame-usable-p, even-window-heights)
4125 (window--even-window-heights, window--display-buffer-1)
4126 (window--display-buffer-2, display-buffer-other-frame):
4127 Restore old Emacs 23 code, order and doc-strings where applicable.
4128 (display-buffer-default, display-buffer-assq-regexp): New functions.
4129 (display-buffer-alist): Rewrite doc-string.
4130 (display-buffer-default-action)
4131 (display-buffer-overriding-action): New variables.
4132 (display-buffer, switch-to-buffer): Rewrite.
4133 (pop-to-buffer): Restore Emacs 23 behavior but use
4134 window-normalize-buffer-to-display.
4135 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4136 Restore Emacs 23 behavior but use
4137 window-normalize-buffer-to-switch-to.
4138 (pop-to-buffer-same-window): Rewrite.
4139 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
4140 Rewrite using Emacs 23 options.
4141
4142 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
4143
4144 * net/tramp.el (tramp-root-regexp): Remove.
4145 (tramp-completion-file-name-regexp-unified)
4146 (tramp-completion-file-name-regexp-separate)
4147 (tramp-completion-file-name-regexp-url): Don't use leading volume
4148 letter on win32 systems. (Bug#5303, Bug#9311)
4149 (tramp-drop-volume-letter): Simplify definition.
4150 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4151
4152 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
4155 (bug#9356).
4156
4157 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
4158
4159 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
4160
4161 2011-08-29 Juri Linkov <juri@jurta.org>
4162
4163 * isearch.el (isearch-done): Don't display message "Mark saved"
4164 when arg `edit' is non-nil to prevent its flicker in the echo area.
4165
4166 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
4169 obsolete packages for deletion.
4170
4171 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
4172
4173 * help-mode.el (help-mode-map): Add special-mode-map to parent.
4174 (help-mode): Derive help-mode from special-mode. Don't invoke
4175 view-mode from help-mode.
4176 (help-xref-override-view-map): Remove.
4177 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
4178 view-mode is not used anymore.
4179
4180 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4181
4182 * server.el (server-port): Doc fix.
4183
4184 * cus-theme.el (custom-theme-choose-mode): Inherit from
4185 special-mode (Bug#9124).
4186 (custom-theme-choose-mode-map): Add special-mode to parent.
4187
4188 2011-08-28 Alan Mackenzie <acm@muc.de>
4189
4190 * progmodes/cc-fonts.el
4191 (c-make-font-lock-BO-decl-search-function): New function.
4192 (c-basic-matchers-after - "Fontify the clauses after various
4193 keywords"): Extract the three keyword lists for the 3 erroneous
4194 constructs from the list of four, and use the new function above
4195 in place of an old one.
4196
4197 2011-08-28 Deniz Dogan <deniz@dogan.se>
4198
4199 * net/rcirc.el (rcirc-insert-prev-input)
4200 (rcirc-insert-next-input): Remove unused argument.
4201
4202 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
4205
4206 2011-08-27 Alan Mackenzie <acm@muc.de>
4207
4208 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
4209 handle function pointer parameters properly.
4210
4211 2011-08-27 Martin Rudalics <rudalics@gmx.at>
4212
4213 * window.el (display-buffer-reuse-window): Fix case where
4214 selected window was reused with non-nil OTHER-WINDOW argument.
4215 (Bug#9381)
4216
4217 2011-08-27 Deniz Dogan <deniz@dogan.se>
4218
4219 * net/rcirc.el (rcirc-check-auth-status): Adding support for
4220 oftc's NickServ messages.
4221
4222 2011-08-27 Glenn Morris <rgm@gnu.org>
4223
4224 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
4225
4226 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
4227
4228 * emacs-lisp/package.el (package-install): Call package-initialize
4229 if called interactively.
4230
4231 2011-08-26 Leo Liu <sdl.web@gmail.com>
4232
4233 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
4234
4235 2011-08-25 Juri Linkov <juri@jurta.org>
4236
4237 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4238 `search-whitespace-regexp' (bug#9364).
4239
4240 2011-08-25 Juri Linkov <juri@jurta.org>
4241
4242 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
4243 `regexp-search-ring' to their global values to protect from
4244 updating by `read-from-minibuffer' (bug#9185).
4245
4246 2011-08-25 Juri Linkov <juri@jurta.org>
4247
4248 * textmodes/ispell.el (ispell-command-loop): Add newline
4249 at the end of the "Use option `i'..." line.
4250
4251 2011-08-25 Juri Linkov <juri@jurta.org>
4252
4253 * battery.el (display-battery-mode): If `battery-status-function'
4254 or `battery-mode-line-format' is nil, display the message and set
4255 `display-battery-mode' to nil (bug#9363).
4256
4257 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4258
4259 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
4260 bidi-string-mark-left-to-right; they are unnecessary now.
4261
4262 2011-08-25 Deniz Dogan <deniz@dogan.se>
4263
4264 * net/quickurl.el: Documentation typo fixes.
4265
4266 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
4269
4270 2011-08-25 Glenn Morris <rgm@gnu.org>
4271
4272 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4273
4274 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
4275 (smtpmail-via-smtp): Handle nil response from smtp.
4276
4277 2011-08-24 Juri Linkov <juri@jurta.org>
4278
4279 * proced.el (proced-marked): Inherit from `error' instead of
4280 `font-lock-warning-face'.
4281
4282 * ibuffer.el (ibuffer-marked-face): Change default face from
4283 `font-lock-warning-face' to `warning'.
4284 (ibuffer-deletion-face): Change default face from
4285 `font-lock-type-face' to `error'.
4286
4287 * battery.el (battery-update): Use the face `error' instead of
4288 `font-lock-warning-face' (bug#6117).
4289
4290 2011-08-24 Juri Linkov <juri@jurta.org>
4291
4292 * faces.el (success): Change face color from "Green3" to
4293 "ForestGreen" on light background (bug#9353).
4294
4295 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
4296
4297 * window.el (quit-window): Rename from quit-restore-window.
4298 Use same arglist as old quit-window.
4299 (frame-auto-delete): Doc fix.
4300
4301 * view.el (view-mode-exit): Use quit-window.
4302
4303 2011-08-24 Juri Linkov <juri@jurta.org>
4304
4305 * isearch.el (isearch-ring-adjust1): Start visiting previous
4306 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
4307 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
4308 for empty search string (when the last search string is reused
4309 automatically) to adjust the isearch ring to the last element and
4310 prepare the correct index for further M-p commands (bug#9185).
4311
4312 2011-08-24 Kenichi Handa <handa@m17n.org>
4313
4314 * international/ucs-normalize.el: If decomposition property of
4315 CHAR is the default one (i.e. a list of CHAR itself), treat it as
4316 nil.
4317 (nfd, nfkd): Likewise.
4318
4319 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
4322 from process filters aren't reliably transmitted to the surrounding
4323 accept-process-output.
4324 (mpc-proc-check): New function.
4325 (mpc-proc-sync): Use it (bug#8293)
4326
4327 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
4330 Add compatibility functions (bug#9313).
4331
4332 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4333
4334 * cus-start.el (all): Add entry for bidi-paragraph-direction.
4335
4336 * international/uni-bidi.el: Regenerate.
4337
4338 2011-08-23 Kenichi Handa <handa@m17n.org>
4339
4340 * international/charprop.el:
4341 * international/uni-bidi.el:
4342 * international/uni-category.el:
4343 * international/uni-combining.el:
4344 * international/uni-comment.el:
4345 * international/uni-decimal.el:
4346 * international/uni-decomposition.el:
4347 * international/uni-digit.el:
4348 * international/uni-lowercase.el:
4349 * international/uni-mirrored.el:
4350 * international/uni-name.el:
4351 * international/uni-numeric.el:
4352 * international/uni-old-name.el:
4353 * international/uni-titlecase.el:
4354 * international/uni-uppercase.el: Regenerate.
4355
4356 2011-08-23 Martin Rudalics <rudalics@gmx.at>
4357
4358 * help.el (help-window-setup): Fix message displayed when other
4359 window is reused. (Bug#9341)
4360
4361 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
4364 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
4365
4366 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
4367 Mark obsolete.
4368 * shell.el (shell-parse-pcomplete-arguments): New function.
4369 (shell-completion-vars): Use it instead (bug#9160).
4370
4371 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
4374 strings and comments (bug#9333).
4375
4376 * emacs-lisp/debug.el (debug-arglist): New function.
4377 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
4378 (debug-on-entry-1): Handle interpreted closures (bug#9120).
4379
4380 2011-08-22 Juri Linkov <juri@jurta.org>
4381
4382 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4383 Revert regexp that highlights output switches to its old
4384 pre-2010-10-28 value and remove one `?' from it (bug#9319).
4385
4386 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
4387 to check for empty output (bug#9226).
4388
4389 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
4390
4391 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
4392 symbol-constituent as the default, as that stops font-lock from
4393 working properly (Bug#8843).
4394
4395 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4396
4397 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
4398 `coding-system-for-*' around the process open call to avoid
4399 auth-source side effects.
4400 (smtpmail-try-auth-methods): Expand the secret password.
4401 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
4402 probe hangs.
4403
4404 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
4407
4408 * emacs-lisp/find-func.el (find-function-noselect): New arg
4409 lisp-only.
4410
4411 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
4412 signal an error for built-in functions (Bug#6664).
4413
4414 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4415
4416 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
4417 (smtpmail-try-auth-methods): Use it.
4418
4419 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * font-lock.el (font-lock-fontify-region)
4422 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
4423 (font-lock-default-unfontify-buffer)
4424 (font-lock-default-fontify-region)
4425 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
4426
4427 * progmodes/compile.el (compilation-error-properties):
4428 Fix confusion between file struct and message struct (Bug#9319).
4429 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
4430 `ant' regexp.
4431
4432 * net/browse-url.el (browse-url-firefox): Don't call
4433 browse-url-firefox-sentinel unless using -remote (Bug#9328).
4434
4435 2011-08-20 Glenn Morris <rgm@gnu.org>
4436
4437 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
4438
4439 * tutorial.el (tutorial--default-keys): Update some default bindings.
4440
4441 * files.el (hack-local-variables): Fully ignore case for "mode:".
4442
4443 2011-08-20 Alan Mackenzie <acm@muc.de>
4444
4445 Resolve invalid use of a regexp in regexp-opt.
4446
4447 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
4448 detection for a java annotation.
4449
4450 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
4451 detection for a java annotation.
4452
4453 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
4454 handling for java.
4455 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
4456
4457 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
4458
4459 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
4460 (Bug#9274).
4461
4462 2011-08-20 Alan Mackenzie <acm@muc.de>
4463
4464 Fontify CPP expressions correctly when starting in the middle of
4465 such a construct. Mainly for when jit-lock etc. starts a chunk
4466 here.
4467
4468 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
4469 variable.
4470 (c-make-font-lock-search-form): New function, extracted from
4471 c-make-font-lock-search-function.
4472 (c-make-font-lock-search-function): Use the above function.
4473 (c-make-font-lock-context-search-function): New function.
4474 (c-cpp-matchers): Enhance the preprocessor expression case with
4475 the above function
4476 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
4477 which takes an expression.
4478
4479 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
4480
4481 2011-08-20 Martin Rudalics <rudalics@gmx.at>
4482
4483 * window.el (display-buffer-reuse-window)
4484 (display-buffer-pop-up-window): Don't reuse or split a side
4485 window.
4486
4487 2011-08-19 Glenn Morris <rgm@gnu.org>
4488
4489 * files.el (hack-local-variables-prop-line, hack-local-variables):
4490 Downcase "Mode:". (Bug#9331)
4491
4492 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
4493
4494 * international/characters.el: Add L and R categories.
4495
4496 * subr.el (bidi-string-mark-left-to-right): Rename from
4497 string-mark-left-to-right. Use category search.
4498
4499 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
4500
4501 2011-08-18 Juri Linkov <juri@jurta.org>
4502
4503 * faces.el (error, warning, success): New faces with definitions
4504 copied from old default values of `font-lock-warning-face',
4505 `compilation-warning', `compilation-info' (bug#6117).
4506
4507 * font-lock.el (font-lock-warning-face): Inherit from `error'.
4508
4509 * progmodes/compile.el (compilation-error): Inherit from `error'.
4510 (compilation-warning): Inherit from `warning'.
4511 (compilation-info): Inherit from `success'.
4512
4513 * dired.el (dired-marked): Inherit from `warning'.
4514 (dired-flagged): Inherit from `error'.
4515
4516 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4517
4518 * mail/smtpmail.el (auth-source): Require to avoid problems with
4519 binding variables (bug#9298). Also clean up some unused
4520 autoloads.
4521
4522 * net/network-stream.el (network-stream-open-starttls):
4523 Support using starttls.el without using gnutls-cli.
4524
4525 2011-08-17 Juri Linkov <juri@jurta.org>
4526
4527 * progmodes/grep.el (rgrep): Handle the case when
4528 `grep-find-command' is a cons cell (bug#9278).
4529
4530 2011-08-17 Martin Rudalics <rudalics@gmx.at>
4531
4532 * window.el (display-buffer-pop-up-frame): Run frame creation
4533 function with BUFFER current (as special-display-popup-frame
4534 does). Reported by Drew Adams.
4535
4536 2011-08-17 Daiki Ueno <ueno@unixuser.org>
4537
4538 * epa-mail.el: Simplify GnuPG group expansion using
4539 epg-expand-group.
4540 (epa-mail-group-alist, epa-mail-group-modtime)
4541 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4542 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4543 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4544 Remove.
4545
4546 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
4547
4548 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4549
4550 2011-08-16 Alan Mackenzie <acm@muc.de>
4551
4552 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4553 Correct, to avoid the inside of macros.
4554
4555 2011-08-16 Richard Stallman <rms@gnu.org>
4556
4557 * epa-mail.el: Handle GnuPG group definitions.
4558 (epa-mail-group-alist, epa-mail-group-modtime)
4559 (epa-mail-gnupg-conf-file): New variables.
4560 (epa-mail-parse-groups, epa-mail-sync-groups)
4561 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4562 (epa-mail-expand-recipients): New functions.
4563 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4564
4565 * mail/rmail.el (rmail-epa-decrypt): New command.
4566
4567 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4568 Don't bind buffer-read-only, just inhibit-read-only.
4569 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4570 (epa-decrypt-armor-in-region): Make error message clearer.
4571
4572 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4575 and "a2b" to "ab" for `prefix'.
4576
4577 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4580 filter groups.
4581 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4582 Fourquet (Bug#8804).
4583
4584 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
4585
4586 * startup.el (argi): Declare as global variable (bug#9275).
4587
4588 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
4589
4590 * subr.el (string-mark-left-to-right): Search the entire string
4591 for RTL script, not just the terminating character. Doc fix.
4592
4593 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4596 New function.
4597 (js--regexp-literal, js-syntax-propertize-function): Remove.
4598 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4599 (js-mode-map): Don't rebind electric keys.
4600 (js-insert-and-indent): Remove.
4601 (js-mode): Setup electric-layout and electric-indent instead.
4602
4603 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4604
4605 2011-08-12 Daiki Ueno <ueno@unixuser.org>
4606
4607 * epa.el (epa-progress-callback-function): Fix the logic of
4608 displaying progress.
4609 * epa-file.el (epa-file-insert-file-contents): Make progress
4610 display more user-friendly.
4611 (epa-file-write-region): Ditto.
4612
4613 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * subr.el (string-mark-left-to-right): New function.
4616
4617 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4618 Use string-mark-left-to-right.
4619 (list-buffers-noselect): Caller changed.
4620
4621 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4622 Use string-mark-left-to-right.
4623 (tabulated-list-print): Recenter after moving point.
4624
4625 2011-08-10 Juri Linkov <juri@jurta.org>
4626
4627 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4628 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4629 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4630
4631 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4634 (Bug#7554).
4635
4636 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
4637
4638 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4639 character. (Bug#6594)
4640
4641 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4642
4643 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4644 (image-dired--with-db-file): New macro.
4645 (image-dired-write-tags, image-dired-remove-tag)
4646 (image-dired-create-gallery-lists, image-dired-write-comments)
4647 (image-dired-get-comment, image-dired-mark-tagged-files)
4648 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4649 (image-dired-gallery-generate): Use insert-file-contents.
4650
4651 * time.el (display-time-world-list, display-time-world-display):
4652 * time-stamp.el (time-stamp-string):
4653 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4654 set-time-zone-rule (Bug#7337).
4655
4656 2011-08-08 Daiki Ueno <ueno@unixuser.org>
4657
4658 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4659 (epg-error-to-string, epg-errors-to-string): New function.
4660 (epg-wait-for-completion): Reverse errors list.
4661 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4662 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4663 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4664 (epg-sign-keys, epg-generate-key-from-file)
4665 (epg-generate-key-from-string): Format errors by using
4666 epg-errors-to-string (bug#9255).
4667 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4668
4669 2011-08-07 Juri Linkov <juri@jurta.org>
4670
4671 * faces.el (list-faces-display): Remove extra angle bracket
4672 from `help-mode-map'.
4673
4674 * info.el (Info-history-toc-nodes): Doc fix.
4675
4676 * longlines.el (longlines-mode): Doc fix.
4677
4678 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4681 of statements and in a few more cases (bug#9183).
4682
4683 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4684 New functions.
4685 (cl-transform-lambda): Use them (bug#9239).
4686
4687 2011-08-05 Martin Rudalics <rudalics@gmx.at>
4688
4689 * window.el (display-buffer-same-window)
4690 (display-buffer-same-frame, display-buffer-other-window)
4691 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4692 (pop-to-buffer-other-window)
4693 (pop-to-buffer-same-frame-other-window)
4694 (pop-to-buffer-other-frame): Make them defuns.
4695 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4696
4697 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4698
4699 * subr.el (make-composed-keymap): Move from C. Change calling
4700 convention, and improve docstring to bring attention to a subtle point.
4701 * minibuffer.el (completing-read-default): Adjust accordingly.
4702
4703 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
4704
4705 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4706 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4707
4708 * net/trampver.el: Update release number.
4709
4710 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4713 "in" (bug#9190).
4714
4715 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4716
4717 * mail/sendmail.el (sendmail-query-once): Restore the current
4718 buffer after querying (bug#9074).
4719
4720 * dired.el (dired-flagged): Use different faces for marked and
4721 flagged files (bug#6117).
4722
4723 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4724 (bug#4433).
4725
4726 * ido.el (ido-mode): Switch off the message if called
4727 non-interactively.
4728
4729 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4730 before 587, since it appears that that's more likely to work for
4731 more people.
4732
4733 * cus-edit.el (custom-file): When running under emacs -q, always
4734 refuse to save the customizations, even if the .emacs file doesn't
4735 exist.
4736
4737 * info.el: Remove the `Info-beginning-of-buffer' function
4738 (bug#8325).
4739
4740 * net/network-stream.el (network-stream-open-starttls):
4741 Use `starttls-available-p' to see whether starttls.el can be used.
4742
4743 2011-08-01 Martin Rudalics <rudalics@gmx.at>
4744
4745 * window.el (display-buffer-in-window): Don't set dedicated status
4746 of window here (Bug#9215).
4747 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4748 (display-buffer-pop-up-side-window)
4749 (display-buffer-in-side-window): Set dedicated status of window here.
4750
4751 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4754 before binding generated-autoload-file.
4755
4756 2011-08-01 Deniz Dogan <deniz@dogan.se>
4757
4758 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4759
4760 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
4761
4762 Sync with Tramp 2.2.2.
4763
4764 * net/trampver.el: Update release number.
4765
4766 2011-07-30 Juri Linkov <juri@jurta.org>
4767
4768 * dired-aux.el (dired-touch-initial): Remove function.
4769 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4770 current time, and `default' to the last modification time of the
4771 current marked file (bug#6887).
4772
4773 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4774
4775 * simple.el (goto-line): Use string-to-number to provide a
4776 numeric argument to read-number (bug#9163).
4777
4778 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
4779
4780 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4781 connection process, it could be nil.
4782
4783 2011-07-27 Leo Liu <sdl.web@gmail.com>
4784
4785 Simplify url handling in rcirc-mode.
4786
4787 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4788 (rcirc-browse-url-at-mouse): Remove.
4789 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4790
4791 2011-07-26 Alan Mackenzie <acm@muc.de>
4792
4793 Fontify bitfield declarations properly.
4794
4795 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4796 (c-symbol-chars): Now exported as a lang variable.
4797 (c-not-primitive-type-keywords): New lang variable.
4798
4799 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4800 QT keyword "more" to prevent "more slots: ...." being spuriously
4801 parsed as a bitfield declaration.
4802
4803 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4804 Refactor and enhance to handle bitfield declarations.
4805 (c-punctuation-in): New function.
4806 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4807 declarations properly.
4808
4809 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
4810
4811 * calendar/icalendar.el (icalendar--all-events): Take care of
4812 multiple vcalendars in a single file.
4813 (icalendar--convert-float-to-ical): Checkdoc fixes.
4814
4815 2011-07-25 Deniz Dogan <deniz@dogan.se>
4816
4817 * image.el (insert-image): Clarifying docstring.
4818
4819 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
4820
4821 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4822 `tramp-send-command-and-check' if there is no error.
4823 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4824
4825 2011-07-22 Alan Mackenzie <acm@muc.de>
4826
4827 Prevent cc-langs.elc being loaded at run time.
4828
4829 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4830 cc-langs.
4831
4832 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
4833 "(require 'cc-langs)". Quote a form so it will evaluate at
4834 (cc-mode's) compilation time.
4835
4836 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
4837
4838 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4839 loading. (Bug#9114)
4840
4841 2011-07-21 Martin Rudalics <rudalics@gmx.at>
4842
4843 * window.el (display-buffer-pop-up-window)
4844 (display-buffer-pop-up-side-window)
4845 (display-buffer-in-side-window): Call display-buffer-set-height
4846 and display-buffer-set-width after setting the new window's
4847 buffer so `fit-window-to-buffer' and friends work on the right buffer.
4848
4849 2011-07-20 Sam Steingold <sds@gnu.org>
4850
4851 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4852 (etags-tags-included-tables): Call `convert-standard-filename' on
4853 the file names contained in TAGS so that windows Emacs can handle
4854 TAGS files created by cygwin ctags.
4855
4856 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4857
4858 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4859 which apparently didn't work.
4860
4861 2011-07-19 Roland Winkler <winkler@gnu.org>
4862
4863 * proced.el (proced-send-signal): For *Marked Processes* buffer
4864 put point at beginning of buffer.
4865
4866 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
4867
4868 * proced.el (proced-format): Make header lines align with the text
4869 (bug#1779).
4870
4871 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4872
4873 * view.el (view-buffer): Allow running in `special' modes if we're
4874 visiting a file (bug#8615).
4875
4876 2011-07-19 Martin Rudalics <rudalics@gmx.at>
4877
4878 * window.el (display-buffer-alist-of-strings-p)
4879 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4880 New functions.
4881 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4882 more accurately.
4883
4884 2011-07-18 Alan Mackenzie <acm@muc.de>
4885
4886 Fontify declarators properly when, e.g., a jit-lock chunk begins
4887 inside a declaration.
4888
4889 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4890
4891 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4892 New function.
4893 (c-complex-decl-matchers): Insert reference to
4894 c-font-lock-enclosing-decls.
4895
4896 * progmodes/cc-engine.el (c-backward-single-comment):
4897 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4898 to nil around calls to (forward-comment -1).
4899
4900 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4901
4902 * image.el (put-image): Doc typo fix.
4903
4904 * progmodes/etags.el (tags-search): Doc typo fix.
4905
4906 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4907 password if we get errors 550 to 554.
4908
4909 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4910
4911 * net/gnutls.el (gnutls-log-level): Remove.
4912
4913 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4914 indentation character (bug#6380).
4915
4916 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4917
4918 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4919 to clarify what the problem is (bug#4291).
4920
4921 * simple.el (current-kill): Clarify what
4922 `interprogram-paste-function' does (bug#7500).
4923 (auto-fill-mode): Document `auto-fill-function' in relation to
4924 `auto-fill-mode' (bug#2470).
4925
4926 2011-07-16 Lawrence Mitchell <wence@gmx.li>
4927
4928 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4929 method if slot is read-only (bug#9035).
4930
4931 2011-07-16 Martin Rudalics <rudalics@gmx.at>
4932
4933 * frame.el (select-frame-set-input-focus): New argument NORECORD.
4934 * window.el (pop-to-buffer): Select window used even if it was
4935 selected before, see discussion of (Bug#8615), (Bug#6954).
4936 Pass argument NORECORD on to select-frame-set-input-focus.
4937
4938 2011-07-15 Glenn Morris <rgm@gnu.org>
4939
4940 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
4941 Respect help-form.
4942
4943 2011-07-09 Lawrence Mitchell <wence@gmx.li>
4944
4945 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4946 (gnutls-negotiate): Use it.
4947
4948 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4949
4950 * net/gnutls.el (gnutls-negotiate):
4951 Upcase `gnutls-algorithm-priority'.
4952
4953 2011-07-15 Glenn Morris <rgm@gnu.org>
4954
4955 * jka-compr.el (jka-compr-verbose): Move from here...
4956 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4957 Add missing :version tag.
4958 * info.el: No need to require jka-compr when compiling.
4959
4960 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4961
4962 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4963 (gnutls-negotiate): Use it.
4964
4965 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4966
4967 * info.el (Info-beginning-of-buffer): New command.
4968 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4969 announcing `b' as the key (bug#8325).
4970 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
4971
4972 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4973
4974 * international/mule-cmds.el
4975 (describe-specified-language-support): Make the error message
4976 clearer (bug#8905).
4977
4978 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4979
4980 * isearch.el (isearch-barrier): Add a doc string, since it's
4981 mentioned in a function doc string (bug#8678).
4982
4983 2011-07-15 Martin Rudalics <rudalics@gmx.at>
4984
4985 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4986 buffer argument (Bug#9083) and self-identifying label argument.
4987
4988 2011-07-15 Glenn Morris <rgm@gnu.org>
4989
4990 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4991
4992 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4993
4994 * man.el (Man-fontify-manpage): Fix message when formatting the
4995 man page (bug#7929).
4996
4997 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4998
4999 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
5000 argument LRM; if non-nil, append an invisible LRM character to the
5001 buffer name.
5002 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
5003 last argument non-nil, when formatting buffer names.
5004 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
5005 paragraph direction.
5006
5007 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5008
5009 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
5010 the man page name (bug#7929).
5011
5012 * image.el (put-image): Mention the `put-image' overlay property
5013 (bug#7834).
5014
5015 * scroll-bar.el (set-scroll-bar-mode): Mention that
5016 `scroll-bar-mode' lists the values (bug#7772).
5017
5018 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
5019 command (bug#7729).
5020
5021 * rect.el (apply-on-rectangle): Return the point after the last
5022 operation.
5023 (string-rectangle): Go to the point after the last operation
5024 (bug#7522).
5025
5026 * printing.el (pr-toggle-region): Clarify the documentation
5027 slightly (bug#7493).
5028
5029 * time.el (display-time-update):
5030 Allow `display-time-mail-function' to return nil (bug#7158).
5031 Fix suggested by Detlev Zundel.
5032
5033 * vc/diff.el (diff): Clarify the order the file names are read
5034 (bug#7111).
5035
5036 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
5037 the doc string (bug#7015).
5038
5039 * font-lock.el (font-lock-maximum-decoration): Mention what
5040 numeric levels mean (bug#6935).
5041
5042 * startup.el (initial-buffer-choice): Don't mention the `none'
5043 selection, which is against policy.
5044
5045 2011-07-14 Martin Rudalics <rudalics@gmx.at>
5046
5047 * window.el (display-buffer-normalize-special):
5048 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
5049
5050 2011-07-14 Eli Zaretskii <eliz@gnu.org>
5051
5052 * subr.el (version<, version<=, version=): Mention "-CVS" and
5053 "-12345" alpha version numbers.
5054
5055 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * bindings.el: Add advertised binding for set-mark-command
5058 (Bug#5772).
5059
5060 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
5061
5062 * bindings.el (mode-line-other-buffer):
5063 * bookmark.el (bookmark-bmenu-2-window):
5064 * bs.el (bs-cycle-next, bs-cycle-previous):
5065 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
5066 switch-to-buffer.
5067
5068 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5069 Delete.
5070
5071 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
5072
5073 * follow.el (follow-debug-message, follow-redisplay):
5074 * jka-cmpr-hook.el (with-auto-compression-mode):
5075 Fix typos in docstrings.
5076
5077 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5078
5079 * subr.el (with-silent-modifications): Clarify somewhat what the
5080 macro inhibits (bug#6525).
5081
5082 * simple.el (eval-expression): Note what it does if called
5083 interactively (bug#6495).
5084
5085 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
5088 Use pop-to-buffer buffer-or-name if it is nil.
5089
5090 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5091 Remove switch-to-buffer.
5092
5093 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5094
5095 * files.el (make-directory): Clarify that an error will be raised
5096 if there's an error (bug#6397).
5097
5098 * startup.el (initial-buffer-choice): Add `none' as a choice
5099 (bug#6234).
5100
5101 * subr.el (add-hook): Clarify section about buffer-local hooks
5102 (bug#6218).
5103
5104 * dired.el (dired-flagged): Clarify doc string (bug#6117).
5105
5106 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
5107
5108 * tabify.el (untabify): Preserve the current column so that point
5109 doesn't move (bug#6032).
5110
5111 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5112
5113 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
5114 Rewrite to avoid awkward possessive "s" (bug#5986).
5115
5116 2011-07-13 Glenn Morris <rgm@gnu.org>
5117
5118 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
5119 (dired-insert-directory): Give a message the first time
5120 if ls is found not to support --dired.
5121
5122 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5123
5124 * simple.el (toggle-truncate-lines): Clarify what is toggled
5125 (bug#5580). Text by Drew Adams.
5126
5127 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * simple.el (blink-matching-open): Make the error message from the
5130 last change less verbose.
5131
5132 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
5133
5134 * font-lock.el (font-lock-comment-face): Use the high contrast
5135 "yellow" color for font-lock-comment-face on low color terminals
5136 using a dark background color (bug#4221).
5137
5138 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5139
5140 * dired.el (dired-insert-set-properties): Make the doc string
5141 reflect what it does now (bug#5325).
5142
5143 * simple.el (blink-matching-open): Say that we were unable to find
5144 the match within the limit, if we're limited (bug#5122).
5145
5146 * international/mule-cmds.el (prefer-coding-system): Add an
5147 example (bug#4869).
5148
5149 * progmodes/etags.el (tags-search): Document `file-list-form'
5150 (bug#4731).
5151
5152 2011-07-13 Lawrence Mitchell <wence@gmx.li>
5153
5154 * net/browse-url.el (browse-url-default-browser)
5155 (browse-url-browser-function): Make the default browser choice a
5156 bit more logical (bug#4300). Also clean up the doc string.
5157
5158 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
5161 binary endings (bug#4440).
5162
5163 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5164
5165 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
5166 which can be pretty annoying (bug#8971).
5167
5168 * jka-compr.el (jka-compr-verbose): New variable, and use
5169 throughout (bug#8971).
5170
5171 * info.el (Info-find-file): Fall back on the installation
5172 directory if we can't find the info node anywhere else.
5173
5174 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
5175
5176 * vc/vc.el (vc-revert-file):
5177 Don't set file time-stamp in the past. (Bug#5181)
5178
5179 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5180
5181 * files.el (after-find-file): Give a better error message when
5182 trying to find a symlink that points to a file that doesn't exist
5183 (bug#4398).
5184
5185 * progmodes/cc-vars.el: Remove (probably) misleading comment
5186 (bug#4396).
5187
5188 2011-07-12 Johan Bockgård <bojohan@gnu.org>
5189
5190 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
5191
5192 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * mouse-sel.el: Hack restoring functionality, while keeping
5195 compatibility with 2010-07-03 changes to mouse selection.
5196 (mouse-sel-primary-overlay): New var.
5197 (mouse-sel-selection-alist): Use it.
5198 (mouse-sel-mode): Doc fix; remove points that are default features
5199 of mouse.el.
5200
5201 2011-07-12 Johan Bockgård <bojohan@gnu.org>
5202
5203 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5204 Fix previous fix (bug#2490).
5205
5206 2011-07-12 Roland Winkler <winkler@gnu.org>
5207
5208 * textmodes/bibtex.el (bibtex-initialize):
5209 Use pop-to-buffer-same-window.
5210 (bibtex-search-entries): Fix interactive call.
5211
5212 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5213
5214 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5215 Fontise bytecomp Error lines more correctly (bug#2490).
5216 Fix suggested by Johan Bockgård.
5217
5218 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
5219
5220 * dired-x.el (dired-guess-default): Use `delete-dups'.
5221
5222 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
5223
5224 * dired.el (dired-mark-prompt):
5225 * dired-aux.el (dired-read-shell-command): Doc fix.
5226
5227 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5228
5229 * mail/sendmail.el (sendmail-query-once):
5230 Use `customize-save-variable' unconditionally, now that it works under
5231 emacs -Q.
5232
5233 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5234
5235 * cus-edit.el (custom-file): Take an optional no-error variable.
5236 (customize-save-variable): Set the variable, and give a warning if
5237 running under "emacs -q".
5238
5239 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
5240
5241 * loadhist.el (unload-feature-special-hooks):
5242 Add `auto-coding-functions', `fill-nobreak-predicate' and
5243 `find-directory-functions' (bug#5327).
5244
5245 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5246
5247 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
5248
5249 * cus-edit.el (custom-guess-name-alist): -alist variables should
5250 use the `alist' type (bug#3120). Suggested by Drew Adams.
5251
5252 * printing.el: Add documentation to all the `pr-toggle-' commands.
5253
5254 2011-07-11 Leo Liu <sdl.web@gmail.com>
5255
5256 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
5257 backends where it makes sense (bug#2623).
5258
5259 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5260
5261 * dired-x.el (dired-guess-default): Remove duplicate shell command
5262 entries (bug#2028).
5263 (dired-guess-default): Fix grammar in doc string (bug#2028).
5264 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
5265
5266 * subr.el (remove-duplicates): New conveniency function.
5267
5268 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5269
5270 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
5271 (bug#1526).
5272
5273 2011-07-10 Martin Rudalics <rudalics@gmx.at>
5274
5275 * window.el (display-buffer-normalize-default): Don't invert
5276 meaning of even-window-heights. Reported by Eli Zaretskii
5277 <eliz@gnu.org>.
5278
5279 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
5280
5281 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
5282
5283 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
5284
5285 * window.el (display-buffer): Fix arguments to
5286 display-buffer-reuse-window in last change.
5287
5288 * faces.el (link): Use a less saturated blue on light backgrounds.
5289
5290 * startup.el (fancy-startup-text, fancy-about-text)
5291 (fancy-startup-tail): Use font-lock faces, for background safety.
5292
5293 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
5294
5295 * emulation/viper-cmd.el (viper-change-state-to-vi):
5296 Limit triggering of abbrev expansion (Bug#9038).
5297
5298 2011-07-09 Martin Rudalics <rudalics@gmx.at>
5299
5300 * window.el (display-buffer-default-specifiers): Remove.
5301 (display-buffer-macro-specifiers): Remove default specifiers.
5302 (display-buffer-alist): Default to nil.
5303 (display-buffer-reuse-window): New optional argument other-window.
5304 (display-buffer-pop-up-window): Allow splitting internal
5305 windows. Check whether a live window was created.
5306 (display-buffer-other-window-means-other-frame)
5307 (display-buffer-normalize-arguments): Rename to
5308 display-buffer-normalize-argument and rewrite. Set the
5309 other-window specifier.
5310 (display-buffer-normalize-special): New function.
5311 (display-buffer-normalize-options): Rename to
5312 display-buffer-normalize-default and rewrite.
5313 (display-buffer-normalize-options-inhibit): Remove.
5314 (display-buffer-normalize-specifiers): Rewrite.
5315 (display-buffer): Process other-window specifier and call
5316 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
5317 more faithfully.
5318 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
5319 (display-buffer-alist-set): Don't handle 'unset default values.
5320 (display-buffer-in-window, display-buffer-alist-set):
5321 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
5322 <tassilo@member.fsf.org>.
5323
5324 2011-07-09 Leo Liu <sdl.web@gmail.com>
5325
5326 * register.el (insert-register): Restore accidental change on
5327 2011-06-26. (Bug#9028)
5328
5329 2011-07-09 Glenn Morris <rgm@gnu.org>
5330
5331 * subr.el (remq): Handle the empty list. (Bug#9024)
5332
5333 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
5334
5335 * mail/sendmail.el (send-mail-function): No longer delay custom
5336 initialization.
5337 * custom.el (custom-initialize-delay): Doc fix.
5338
5339 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
5342
5343 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
5344
5345 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
5346 human-friendly prompt.
5347
5348 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
5351 provided by a particular plugin.
5352
5353 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5354
5355 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
5356 save customizations (with "emacs -Q"), just set the variable
5357 instead of erroring out.
5358
5359 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5360
5361 2011-07-08 Juri Linkov <juri@jurta.org>
5362
5363 * arc-mode.el (archive-zip-expunge, archive-zip-update)
5364 (archive-zip-update-case): Use 7z if found by `executable-find'.
5365 The order of searching the available programs is the same as in
5366 `archive-zip-extract' (bug#8968).
5367
5368 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
5369
5370 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
5371 (menu-bar-options-menu): Tweak descriptions.
5372
5373 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5374
5375 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
5376 menu items into verb phrases (bug#1421). Also refill to fit under
5377 80 columns.
5378
5379 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
5380
5381 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
5382 (Info-read-node-name): Doc fix (Bug#1084).
5383
5384 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
5385 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
5386 (end-of-sexp, beginning-of-sexp)
5387 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
5388 (forward-symbol, forward-same-syntax, word-at-point)
5389 (sentence-at-point): Doc fix (Bug#1144).
5390
5391 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5392
5393 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
5394 should cover it (bug#1281).
5395
5396 * cus-edit.el (custom-show): Mark as obsolete.
5397
5398 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
5399 negotiation fails, then possibly try again with a non-encrypted
5400 connection (bug#9017).
5401
5402 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
5403 be used.
5404
5405 2011-07-07 Richard Stallman <rms@gnu.org>
5406
5407 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
5408 property, and handle its changed format.
5409 Look for the correct line number.
5410 Use file's line contents (but not past first =) to find
5411 correct line in message.
5412
5413 2011-07-07 Kenichi Handa <handa@m17n.org>
5414
5415 * international/characters.el (build-unicode-category-table):
5416 Delete it.
5417 (unicode-category-table): Set it by unicode-property-table-internal.
5418
5419 * international/mule-cmds.el (char-code-property-alist): Move to
5420 to src/chartab.c.
5421 (get-char-code-property): Call unicode-property-table-internal to
5422 load a file. Call get-unicode-property-internal where necessary.
5423 (put-char-code-property): Call unicode-property-table-internal to
5424 load a file. Call put-unicode-property-internal where necessary.
5425 put-unicode-property-internal where necessary.
5426 (char-code-property-description):
5427 Call unicode-property-table-internal to load a file.
5428
5429 * international/charprop.el:
5430 * international/uni-bidi.el:
5431 * international/uni-category.el:
5432 * international/uni-combining.el:
5433 * international/uni-comment.el:
5434 * international/uni-decimal.el:
5435 * international/uni-decomposition.el:
5436 * international/uni-digit.el:
5437 * international/uni-lowercase.el:
5438 * international/uni-mirrored.el:
5439 * international/uni-name.el:
5440 * international/uni-numeric.el:
5441 * international/uni-old-name.el:
5442 * international/uni-titlecase.el:
5443 * international/uni-uppercase.el: Regenerate.
5444
5445 * loadup.el: Load international/charprop.el before
5446 international/characters.
5447
5448 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
5449
5450 * window.el (next-buffer, previous-buffer): Signal an error if
5451 called from a minibuffer window.
5452
5453 * bindings.el: Revert 2011-07-04 change.
5454
5455 2011-07-06 Richard Stallman <rms@gnu.org>
5456
5457 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
5458 (rmail-mime-insert-bulk, rmail-mime-insert-text):
5459 Treat markers like ints.
5460 (rmail-mime-entity): Doc fix.
5461
5462 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5463
5464 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
5465 defcustom again for backwards compatibility.
5466
5467 * simple.el (shell-command-on-region): Fill.
5468
5469 * dired-aux.el (dired-kill-line): Add a doc string.
5470
5471 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
5472 to "\\sw\\|\\s_" (bug#358).
5473
5474 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
5475 (dired-unmark-backward): Ditto.
5476 (dired-flag-backup-files): Ditto.
5477
5478 * dired-x.el (dired-mark-sexp): Ditto.
5479
5480 2011-07-06 Richard Stallman <rms@gnu.org>
5481
5482 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
5483 (rmail-mime-entity): New arg TRUNCATED.
5484 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
5485 New functions.
5486 (rmail-mime-save): Warn if entity is truncated.
5487 (rmail-mime-toggle-hidden): Likewise, for showing.
5488 (rmail-mime-process-multipart): Record when an entity is truncated.
5489
5490 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
5491 if ENTITY is a string.
5492
5493 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5494
5495 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
5496 of faces when `M-C-x'-ing their definitions (bug#8378).
5497 Also clean up the code slightly.
5498
5499 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
5500 because that makes the colors go away.
5501
5502 * mail/sendmail.el (send-mail-function): Change the default to
5503 `sendmail-query-once'.
5504 (sendmail-query-once): Add an autoload cookie.
5505
5506 * net/network-stream.el (network-stream-open-starttls): Try using
5507 a plain connection even if the server offered STARTTLS, and we
5508 kinda wanted to use it, if Emacs doesn't have any STARTTLS
5509 capability. This should make smtpmail.el work in slightly more
5510 configurations.
5511
5512 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
5513
5514 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5515 New defun.
5516 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5517
5518 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
5519
5520 * progmodes/sql.el: Version 3.0
5521 (sql-product-alist): Add product :completion-object,
5522 :completion-column, and :statement attributes.
5523 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
5524 (sql-mode-syntax-table): Mark all punctuation.
5525 (sql-font-lock-keywords-builder): Temporarily remove fallback on
5526 ansi keywords.
5527 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
5528 (sql-mode-oracle-font-lock-keywords): Improve.
5529 (sql-oracle-show-reserved-words): New function for development.
5530 (sql-product-font-lock): Simplify for source code buffers.
5531 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5532 New functions.
5533 (sql-highlight-product): Set product specific syntax table.
5534 (sql-mode-map): Add statement movement functions.
5535 (sql-ansi-statement-starters, sql-oracle-statement-starters):
5536 New variable.
5537 (sql-statement-regexp, sql-beginning-of-statement)
5538 (sql-end-of-statement, sql-signum): New functions.
5539 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
5540 (sql-show-sqli-buffer): Bug fix.
5541 (sql-interactive-mode): Store connection data as buffer local.
5542 (sql-connect): Add NEW-NAME parameter. Redesign interaction
5543 with sql-interactive-mode.
5544 (sql-save-connection): Save buffer local settings.
5545 (sql-connection-menu-filter): Change menu entry name.
5546 (sql-product-interactive): Bug fix.
5547 (sql-preoutput-hold): New variable.
5548 (sql-interactive-remove-continuation-prompt): Bug fixes.
5549 (sql-debug-redirect): New variable.
5550 (sql-str-literal): New function.
5551 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
5552 Redesign.
5553 (sql-oracle-save-settings, sql-oracle-restore-settings)
5554 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5555 (sql-completion-object, sql-completion-column)
5556 (sql-completion-sqlbuf): New variables.
5557 (sql-build-completions-1, sql-build-completions)
5558 (sql-try-completion): New functions.
5559 (sql-read-table-name): Use them.
5560 (sql-contains-names): New buffer local variable.
5561 (sql-list-all, sql-list-table): Use it.
5562 (sql-oracle-completion-types): New variable.
5563 (sql-oracle-completion-object, sql-sqlite-completion-object)
5564 (sql-postgres-completion-object): New functions.
5565
5566 2011-07-06 Glenn Morris <rgm@gnu.org>
5567
5568 * window.el (pop-to-buffer): Doc fix.
5569
5570 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
5571
5572 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5573
5574 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
5575
5576 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5577
5578 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
5579
5580 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
5581
5582 * button.el (button): Inherit from link face. Suggested by Dan
5583 Nicolaescu.
5584
5585 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5586
5587 * progmodes/gdb-mi.el: Fit in 80 columns.
5588 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5589 switch-to-buffer.
5590
5591 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5592 if imenu is simply not configured (bug#8941).
5593
5594 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5595
5596 * allout.el (allout-post-undo-hook): New allout outline-change
5597 event hook to signal undo activity.
5598 (allout-post-command-business): Run allout-post-undo-hook if an
5599 undo just occurred.
5600 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5601 * allout-widgets.el (allout-widgets-after-undo-function):
5602 Ensure the integrity of the current item's decoration after it has been
5603 in the vicinity of an undo.
5604 (allout-widgets-mode): Include allout-widgets-after-undo-function
5605 on the new allout-post-undo-hook.
5606
5607 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5610 Let define-derived-mode define it.
5611 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5612 cycles of abbrev-table inheritance (bug#8998).
5613
5614 2011-07-05 Roland Winkler <winkler@gnu.org>
5615
5616 * textmodes/bibtex.el: Add support for biblatex.
5617 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5618 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5619 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5620 (bibtex-entry-alist, bibtex-field-alist): New variables.
5621 (bibtex-entry-field-alist): Obsolete alias for
5622 bibtex-BibTeX-entry-alist.
5623 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5624 (bibtex-set-dialect): New command.
5625 (bibtex-entry-type, bibtex-entry-head)
5626 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5627 Bind via bibtex-set-dialect.
5628 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5629 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5630 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5631 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5632 Define via bibtex-set-dialect.
5633 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5634 Obey bibtex-no-opt-remove-re.
5635 (bibtex-vec-push, bibtex-vec-incr): New functions.
5636 (bibtex-format-entry, bibtex-field-list)
5637 (bibtex-print-help-message, bibtex-validate)
5638 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5639
5640 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * progmodes/compile.el (compilation-goto-locus):
5643 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5644 * bs.el (bs-cycle-next, bs-cycle-previous):
5645 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5646 * bindings.el (mode-line-other-buffer):
5647 * autoinsert.el (auto-insert):
5648 * arc-mode.el (archive-extract):
5649 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5650
5651 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5652
5653 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5654 Fix check of `emacs-lock-unlockable-modes'.
5655 Coerce true values of `emacs-lock--try-unlocking' to t.
5656
5657 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5658
5659 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5660 * emacs-lock.el: New file.
5661
5662 2011-07-05 Julien Danjou <julien@danjou.info>
5663
5664 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5665 than `boundp' to check if face is set.
5666
5667 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5668
5669 * register.el (registerv-make):
5670 * window.el (window-min-height): Fix typos in docstrings.
5671
5672 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5673
5674 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5675 Update doc string.
5676
5677 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
5678
5679 * server.el (server-execute): Catch quit and call
5680 `server-return-error' to pass the error back to emacsclient and
5681 close the connection (bug#8942).
5682
5683 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5684
5685 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5686 insecure exception for current topic. Also note that auto-saves
5687 are handled differently.
5688
5689 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5690 State variables for tracking auto-save inhibition situation.
5691
5692 (allout-write-contents-hook-handler): Rename from
5693 'allout-write-file-hook-handler', and describe how it depends on
5694 write-contents-functions sensitivity to non-nil value to prevent
5695 file write.
5696
5697 (allout-auto-save-hook-handler): Remove. auto-save does not check
5698 this in individual buffers, only in the starting buffer, so this
5699 is not the right way for us to inhibit auto-save in a buffer
5700 according to its condition.
5701
5702 (allout-mode): Use new allout-write-contents-hook-handler, and
5703 only with write-contents-functions. Remove auto-save provisions -
5704 they're implemented elsewhere.
5705
5706 (allout-before-change-handler): If undo is in progress, note that
5707 for attention of allout-post-command-business.
5708
5709 (allout-post-command-business): If the command we're following was
5710 an undo, check for change in the status of encrypted items and
5711 adjust auto-save inhibitions accordingly.
5712
5713 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5714 according to whether there are or aren't any plain-text topics
5715 pending encryption.
5716
5717 (allout-inhibit-auto-save-info-for-decryption):
5718 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5719 if there are plain-text topics pending encryption.
5720
5721 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5722 buffer-saved-size and some allout state to not inhibit auto-saves
5723 if there are no longer any plain-text topics pending encryption.
5724
5725 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5726 No longer provide for exemption of the current topic.
5727
5728 2011-07-04 Juri Linkov <juri@jurta.org>
5729
5730 Add 7z operations to delete and save changed members (bug#8968).
5731 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5732 New defcustoms.
5733 (archive-7z-write-file-member): New function.
5734 (archive-7z-summarize): Fix the number of dashes in the
5735 listing output.
5736
5737 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5740 (bug#8958).
5741
5742 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
5743
5744 * bindings.el: Ignore next-buffer and previous-buffer in
5745 minibuffer-local-map.
5746
5747 * font-lock.el (font-lock-builtin-face): Change light background
5748 color to dark slate blue (Bug#6693).
5749
5750 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5751
5752 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5753
5754 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5757 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5758 Add switch-to-buffer.
5759
5760 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5761
5762 * isearch.el (isearch-search-fun-function): Clarify further the
5763 meaning of the function returned.
5764
5765 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
5766
5767 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5768
5769 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5770 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5771 Use it.
5772 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5773 `tramp-default-remote-path' does not exist.
5774 (tramp-send-command-and-read): New optional argument NOERROR.
5775 (tramp-open-connection-setup-interactive-shell)
5776 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5777 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5778 (tramp-process-sentinel): Flush also process' connection property.
5779 (tramp-sh-handle-start-file-process): Do not set process
5780 sentinel. It is done now ...
5781 (tramp-maybe-open-connection): ... here. (Bug#8929)
5782
5783 2011-07-04 MON KEY <monkey@sandpframing.com>
5784
5785 * play/animate.el (animate-string): Doc fixes and allow changing
5786 the buffer name (bug#5417).
5787
5788 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5789
5790 * play/animate.el (animation-buffer-name): Rename from *animate*.
5791
5792 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5793
5794 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5795 This is simpler and helps future-proof the code.
5796 (timer-until): Use time-subtract and float-time.
5797 (timer--time-less-p): Use time-less-p.
5798
5799 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
5800
5801 * type-break.el (timep): Use the value of `float-time' to avoid a
5802 byte-compiler warning.
5803
5804 * server.el (server-eval-and-print): Return any result, even nil.
5805
5806 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5807
5808 * type-break.el: Accept time formats that the builtins accept.
5809 (timep, type-break-time-difference): Accept any format that
5810 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5811 This is simpler and helps future-proof the code.
5812 (type-break-time-difference): Round rather than ignoring
5813 subseconds components.
5814
5815 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5816
5817 * info.el (Info-apropos-matches): Make non-interactive, since it
5818 doesn't seem to do anything useful as a command (bug#8829).
5819
5820 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * frame.el (frame-background-mode, frame-set-background-mode):
5823 Move from faces.el.
5824 (frame-default-terminal-background): New function.
5825
5826 * custom.el (custom-push-theme): Don't record faces in `changed'
5827 theme; this doesn't work correctly for per-frame face settings.
5828 (disable-theme): Use face-set-after-frame-default to reset faces.
5829 (custom--frame-color-default): New function.
5830
5831 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5832
5833 * dired.el (dired-flagging-regexp): Remove unused variable
5834 (bug#8769).
5835
5836 2011-03-29 Kevin Ryde <user42@zip.com.au>
5837
5838 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5839 `perl-Test2' extend to match possible "fail #N" rep count
5840 (bug#8377).
5841
5842 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5843
5844 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5845 `smtpmail-via-smtp' now returns the error instead of nil.
5846
5847 * isearch.el (isearch-search-fun-function): Clarify the doc string
5848 (bug#8101).
5849
5850 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
5851
5852 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5853 unnecessary spaces (bug#8987).
5854
5855 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5856
5857 * net/network-stream.el (open-network-stream): Use the
5858 :end-of-capability command thoughout.
5859
5860 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5861
5862 * net/network-stream.el (open-network-stream): Add the
5863 :end-of-capability command parameter, used by pop3.el.
5864
5865 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5866
5867 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5868
5869 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5870 for list)" (bug#6475).
5871
5872 * files.el (file-expand-wildcards): Ignore non-readable
5873 sub-directories while trying to find matches instead of signaling
5874 an error (bug#6297).
5875
5876 * man.el (Man-reference-regexp): Allow matching possible
5877 word-wrapped references (bug#6289).
5878
5879 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5880 for consistency with the other vc buffers (bug#6197).
5881 (vc-checkin): Ditto.
5882
5883 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5884
5885 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5886
5887 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5888
5889 * custom.el (defcustom): Clarify that :set is only used in the
5890 Customize user interface (bug#6089).
5891
5892 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5893 associated with a file, refuse to run instead of erroring out
5894 (bug#6084).
5895
5896 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5897 the doc string, since it appears that using `fill-column' always
5898 controls the width (bug#7845).
5899
5900 * simple.el (shell-command-on-region): Say where the error output
5901 went if `shell-command-default-error-buffer' is set (bug#6857).
5902
5903 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5904
5905 * allout.el (allout-yank-processing): Adjust cursor position for
5906 backwards-deleted space.
5907
5908 (allout-rebullet-heading): Register changes with
5909 allout-exposure-changed-hook, so the modified topic is properly
5910 decorated.
5911
5912 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5913
5914 * minibuffer.el (completion-in-region): Document PREDICATE
5915 (bug#7136).
5916
5917 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5918 of keyword/argument pairs (bug#6904).
5919
5920 * replace.el (multi-occur):
5921 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5922
5923 2011-07-02 Drew Adams <drew.adams@oracle.com>
5924
5925 * dired.el (dired-mark-if): Make the message about whether it's
5926 marking or unmarking clearer (bug#8523).
5927
5928 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5929
5930 * disp-table.el (display-table-print-array): New function.
5931 (describe-display-table): Use it to print the vectors more pretty
5932 (Bug#8859).
5933
5934 2011-07-02 Martin Rudalics <rudalics@gmx.at>
5935
5936 * window.el (window-state-get-1): Don't assign clone numbers.
5937 Add clone-of item to list of window parameters.
5938 (window-state-put-2): Don't process clone numbers.
5939 (display-buffer-alist): Fix doc-string.
5940
5941 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * subr.el (remq): Don't allocate if it's not needed.
5944 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5945 (keymap--merge-bindings): New functions.
5946 (keymap-canonicalize): Use them to refine the canonicalization.
5947 * minibuffer.el (minibuffer-local-completion-map)
5948 (minibuffer-local-must-match-map): Move initialization from C.
5949 (minibuffer-local-filename-completion-map): Move initialization from C;
5950 don't inherit from anything here.
5951 (minibuffer-local-filename-must-match-map): Make obsolete.
5952 (completing-read-default): Use make-composed-keymap to combine
5953 minibuffer-local-filename-completion-map with either
5954 minibuffer-local-must-match-map or
5955 minibuffer-local-filename-completion-map.
5956
5957 2011-07-01 Glenn Morris <rgm@gnu.org>
5958
5959 * type-break.el (type-break-time-sum): Use dolist.
5960
5961 * textmodes/flyspell.el (flyspell-word-search-backward):
5962 Replace CL function.
5963
5964 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * mouse.el (mouse--strip-first-event): New function.
5967 (function-key-map): Use it to map fringe clicks to normal clicks
5968 by default.
5969
5970 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5971 (vc-bzr-revision-completion-table): Add support for annotate and date.
5972
5973 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5974 inherit from parent.
5975
5976 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5977
5978 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
5979 (dired-show-file-type): Doc fixup (bug#8818).
5980
5981 * dired.el (dired-mode): Fix up the doc string as suggested by
5982 Drew Adams (bug#8817).
5983
5984 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5985 cookie, since the manual says that it should be possible to add
5986 this function to `find-file-hook' (bug#8709).
5987
5988 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5989
5990 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5991 here. Noted Ted Zlatanov as the maintainer.
5992 (cfengine-common-settings, cfengine-common-syntax): New functions
5993 to set up common things between `cfengine-mode' and
5994 `cfengine3-mode'.
5995 (cfengine3-mode): New mode.
5996 (cfengine3-defuns cfengine3-defuns-regex
5997 (cfengine3-class-selector-regex cfengine3-category-regex)
5998 (cfengine3-vartypes cfengine3-font-lock-keywords)
5999 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
6000 (cfengine3-indent-line): Add from cfengine3.el.
6001
6002 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
6003
6004 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
6005
6006 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
6007
6008 2011-07-01 Martin Rudalics <rudalics@gmx.at>
6009
6010 * window.el (same-window-buffer-names, same-window-regexps)
6011 (same-window-p, special-display-frame-alist)
6012 (special-display-popup-frame, special-display-function)
6013 (special-display-buffer-names, special-display-regexps)
6014 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
6015 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6016 (split-window-preferred-function, split-height-threshold)
6017 (split-width-threshold, even-window-heights)
6018 (display-buffer-mark-dedicated, window-splittable-p)
6019 (split-window-sensibly, window-safely-shrinkable-p):
6020 Un-obsolete.
6021 (display-buffer): Don't spread args with function specifier
6022 because special-display-popup-frame won't like it.
6023
6024 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
6025
6026 Time-stamp simplifications and fixes.
6027 These improve accuracy slightly, and future-proof the code
6028 against some potential changes to current-time format.
6029
6030 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
6031 by using time-since and float-time.
6032
6033 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
6034 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
6035 + NNN microseconds".
6036
6037 * type-break.el (type-break-time-sum): Rewrite using time-add.
6038
6039 * play/hanoi.el (hanoi-current-time-float): Remove.
6040 All uses replaced by float-time.
6041
6042 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
6043 This yields a more-accurate answer.
6044 (rng-time-to-float): Remove; no longer needed.
6045
6046 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
6047
6048 * calendar/timeclock.el (timeclock-seconds-to-time):
6049 Defalias to seconds-to-time, since they're the same thing.
6050
6051 * emacs-lisp/elp.el (elp-elapsed-time):
6052 * emacs-lisp/benchmark.el (benchmark-elapse):
6053 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
6054
6055 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * window.el (bury-buffer): Don't iconify the only frame.
6058 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
6059 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
6060
6061 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
6062
6063 * eshell/em-smart.el (eshell-smart-display-navigate-list):
6064 Add mouse-yank-primary.
6065
6066 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
6067
6068 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
6069
6070 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * emacs-lisp/find-func.el (find-library--load-name): New fun.
6073 (find-library-name): Use it to find relative load names when provided
6074 absolute file name (bug#8803).
6075
6076 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6077
6078 * textmodes/flyspell.el (flyspell-word): Consider words that
6079 differ only in case as potential doublons (bug#5687).
6080
6081 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
6082 Remove two rather uninteresting debugging-like messages to make
6083 debbugs.el more silent.
6084
6085 * comint.el (comint-password-prompt-regexp): Accept "Response" as
6086 a password-like phrase.
6087
6088 2011-06-30 Mastake YAMATO <yamato@redhat.com>
6089
6090 * progmodes/cc-guess.el: New file.
6091
6092 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
6093
6094 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
6095 derived from `c-basic-common-init'.
6096
6097 * progmodes/cc-mode.el (top-level): Require cc-guess.
6098 (c-basic-common-init): Use `cc-choose-style-for-mode'.
6099
6100 2011-06-30 Lawrence Mitchell <wence@gmx.li>
6101
6102 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
6103
6104 2011-06-30 Alan Mackenzie <acm@muc.de>
6105
6106 * progmodes/cc-engine.el (c-guess-continued-construct):
6107 Correct the handling of template-args-cont, particularly for when font
6108 lock is disabled. Name this case as "CASE G".
6109
6110 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
6111
6112 * allout.el (allout-yank-processing): Fix injection of extra space
6113 between bullet and non-whitespace character in first topic when
6114 pasting, ensuring that the actual spacing in the pasted topic
6115 following the bullet char is preserved. This extra space was
6116 causing pasted encrypted topics to get a decrypted status even
6117 when the content was actually still encrypted. Now the decryption
6118 status from before the paste is preserved.
6119
6120 (allout-flag-region): Set all allout overlays so they evaporate
6121 when reduced to zero length (evanescent), to prevent overlay
6122 leakage.
6123
6124 2011-06-30 Glenn Morris <rgm@gnu.org>
6125
6126 * w32-fns.el (w32-charset-info-alist): Declare.
6127
6128 * find-dired.el (find-grep-options): Simplify.
6129
6130 * term/ns-win.el (ns-set-resource): Declare.
6131
6132 * ses.el (row, col): Declare dynamic variables honestly.
6133
6134 * textmodes/reftex-parse.el (index-tags): Declare.
6135
6136 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
6137
6138 * cus-edit.el (customize-push-and-save): New function.
6139
6140 * files.el (hack-local-variables-confirm): Use it.
6141
6142 * custom.el (load-theme): New arg NO-CONFIRM.
6143 Use customize-push-and-save (Bug#8720).
6144 (custom-enabled-themes): Doc fix.
6145
6146 * cus-theme.el (customize-create-theme)
6147 (custom-theme-merge-theme): Callers to load-theme changed.
6148
6149 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6150
6151 * thingatpt.el (thing-at-point-short-url-regexp): Require that
6152 short URLs have at least one dot in them (bug #7614).
6153
6154 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
6155 nil, because using a pty is apparently too slow (bug #895).
6156
6157 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6158
6159 * mail/sendmail.el (sendmail-query-once): New function.
6160 (sendmail-query-once-function): New variable.
6161
6162 2011-06-29 Glenn Morris <rgm@gnu.org>
6163
6164 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
6165
6166 * ses.el (top-level): Require cl when compiling.
6167 (ses-set-localvars): Fix error statement.
6168 Call it at compile time to silence a storm of warnings.
6169
6170 2011-06-29 Martin Rudalics <rudalics@gmx.at>
6171
6172 * window.el (normalize-live-buffer): Rename to
6173 window-normalize-buffer.
6174 (normalize-live-frame): Rename to window-normalize-frame.
6175 (normalize-any-window): Rename to window-normalize-any-window.
6176 (normalize-live-window): Rename to window-normalize-live-window.
6177 (make-window-atom): Rename to window-make-atom.
6178 (window-resize-reset): Rename to window--resize-reset.
6179 (window-resize-reset-1): Rename to window--resize-reset-1.
6180 (resize-mini-window): Rename to window--resize-mini-window.
6181 (resize-subwindows-skip-p): Rename to
6182 window--resize-subwindows-skip-p.
6183 (resize-subwindows-normal): Rename to
6184 window--resize-subwindows-normal.
6185 (resize-subwindows): Rename to window--resize-subwindows.
6186 (resize-other-windows): Rename to window--resize-siblings.
6187 (resize-this-window): Rename to window--resize-this-window.
6188 (resize-root-window): Rename to window--resize-root-window.
6189 (resize-root-window-vertically): Rename to
6190 window--resize-root-window-vertically.
6191 (normalize-buffer-to-display): Rename to
6192 window-normalize-buffer-to-display.
6193 (normalize-buffer-to-switch-to): Rename to
6194 window-normalize-buffer-to-switch-to.
6195 Correspondingly update all callers of the functions listed
6196 above.
6197 (display-buffer-alist, display-buffer-normalize-arguments)
6198 (display-buffer-normalize-options, display-buffer)
6199 (display-buffer-alist-set): Use "function" instead of
6200 "fun-with-args".
6201
6202 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
6203
6204 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
6205 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
6206 debbugs.gnu.org. Mention acknowledgment email.
6207
6208 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6209
6210 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
6211 buffer multibyteness, since it shouldn't matter.
6212
6213 2011-06-28 Martin Rudalics <rudalics@gmx.at>
6214
6215 * window.el (display-buffer-in-side-window): Handle dedicated
6216 windows as in display-buffer-reuse-window.
6217 (display-buffer-normalize-alist): Use value of override
6218 specifier.
6219 (display-buffer-normalize-specifiers): Use value of
6220 other-window-means-other-frame specifier.
6221 (display-buffer-alist): Rewrite some texts in widgets.
6222 (display-buffer): Spread arguments when calling function
6223 specified by fun-with-args.
6224
6225 2011-06-28 Deniz Dogan <deniz@dogan.se>
6226
6227 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6228 Unnest `let'.
6229
6230 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
6231 selectors (Bug#5732).
6232 (css-proprietary-nmstart-re): Use `regexp-opt'.
6233
6234 2011-06-27 Jari Aalto <jari.aalto@cante.net>
6235
6236 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
6237 (eshell-ls-date-format): New defcustom.
6238 (eshell-ls-file): Use it.
6239
6240 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6241
6242 * help-fns.el (describe-variable): Fix message for terminal-local vars.
6243
6244 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
6245
6246 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
6247 (ange-ftp-make-tmp-name): New arg.
6248 (ange-ftp-file-local-copy): Use it.
6249
6250 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
6251
6252 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
6253 no-conversion (Bug#8870).
6254
6255 2011-06-27 Martin Rudalics <rudalics@gmx.at>
6256
6257 * window.el (window-right, window-left, window-child)
6258 (window-child-count, window-last-child)
6259 (window-iso-combination-p, walk-window-tree-1)
6260 (window-atom-check-1, window-tree-1, delete-window)
6261 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
6262 new naming conventions - window-vchild, window-hchild,
6263 window-next and window-prev are now called window-top-child,
6264 window-left-child, window-next-sibling and window-prev-sibling
6265 respectively.
6266 (resize-window-reset): Rename to window-resize-reset.
6267 (resize-window-reset-1): Rename to window-resize-reset-1.
6268 (resize-window): Rename to window-resize.
6269 (window-min-height, window-min-width)
6270 (resize-mini-window, resize-this-window, resize-root-window)
6271 (resize-root-window-vertically, adjust-window-trailing-edge)
6272 (enlarge-window, shrink-window, maximize-window)
6273 (minimize-window, delete-window, quit-restore-window)
6274 (split-window, balance-windows, balance-windows-area-adjust)
6275 (balance-windows-area, window-state-put-2)
6276 (display-buffer-even-window-sizes, display-buffer-set-height)
6277 (display-buffer-set-width, set-window-text-height)
6278 (fit-window-to-buffer): Rename all "resize-window" prefixed
6279 calls to use the "window-resize" prefix convention.
6280 (display-buffer-alist): Fix symbol for label specifier.
6281 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
6282 corresponding specifier.
6283 Reported by Juanma Barranquero <lekktu@gmail.com>.
6284
6285 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6286
6287 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
6288 convention.
6289 (ses-call-printer): Does not pass an empty string to formatter when the
6290 cell is empty to keep from barking printer Calc math-format-value.
6291
6292 2011-06-27 Richard Stallman <rms@gnu.org>
6293
6294 * battery.el (battery-mode-line-limit): New variable.
6295 (battery-update): Handle it.
6296
6297 * mail/rmailmm.el (rmail-mime-process-multipart):
6298 Handle truncated messages.
6299
6300 2011-06-27 Glenn Morris <rgm@gnu.org>
6301
6302 * progmodes/flymake.el (flymake-err-line-patterns):
6303 Allow for column numbers in the ant/javac pattern. (Bug#8866)
6304
6305 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6306
6307 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
6308 (ses--clean-!, ses--clean-_): New functions.
6309 (ses-range): Add configurability of readout order, and conversion
6310 to Calc vector.
6311
6312 * ses.el (ses-repair-cell-reference-all): New function.
6313 (ses-cell-symbol): Set macro as safe, so that it can be used in
6314 formulas.
6315
6316 * ses.el: Update cycle detection algorithm.
6317 (ses-localvars): Add ses--Dijkstra-attempt-nb and
6318 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
6319 (ses-set-localvars): New function.
6320 (ses-make-cell): Add property-list as a cell element.
6321 (ses-cell-property-get-fun, ses-cell-property-get)
6322 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
6323 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
6324 New functions.
6325 (ses-cell-property-set, ses-cell-property-pop)
6326 (ses-cell-property-get-handle): New macro.
6327 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
6328 New aliases, used for code readability.
6329 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
6330 cycle detection.
6331 (ses-self-reference-early-detection): New defcustom.
6332 (ses-formula-references): Robustify against self-referring cells.
6333 (ses-mode): Use ses-set-localvars.
6334 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
6335 before lauching the update processing.
6336 (ses-initialize-Dijkstra-attempt): New function.
6337 (ses-recalculate-cell): Update for cycle detection based on
6338 Dijkstra algorithm.
6339
6340 * ses.el: Fix commenting and indenting convention.
6341
6342 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * bs.el (bs-cycle-next): Complete last change.
6345
6346 2011-06-27 Drew Adams <drew.adams@oracle.com>
6347
6348 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
6349
6350 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6351
6352 * net/network-stream.el (network-stream-open-starttls):
6353 Don't re-get capabilities unless we've reestablished connection.
6354 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
6355
6356 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
6357 to binary to possibly avoid line encoding issues on Windows (among
6358 other things).
6359
6360 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6361
6362 * net/network-stream.el (open-network-stream): Return an :error
6363 saying what the problem was, if possible.
6364
6365 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
6366 server.
6367
6368 * net/network-stream.el (network-stream-open-starttls): If we
6369 wanted to use STARTTLS, and the server offered it, but we weren't
6370 able to because we had no STARTTLS support, then close the connection.
6371 (open-network-stream): Return an :error element, if present.
6372
6373 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
6374
6375 * hl-line.el (hl-line-sticky-flag): Doc fix.
6376 (global-hl-line-sticky-flag): New option (Bug#8323).
6377 (global-hl-line-highlight): Obey it.
6378
6379 * vc/vc.el (vc-revert-show-diff): Default to t.
6380
6381 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
6382
6383 * allout-widgets.el (allout-widgets-post-command-business):
6384 Stop decorating intermediate isearch matches. They're not being
6385 undecorated when an isearch is continued past, and isearch
6386 automatically collapses them. This leads to "widget leaks", where
6387 decorated items accumulate in collapsed areas. Lines with lots of
6388 hidden widgets can slow down cursor travel, substantially.
6389 Too much complicated machinery would be needed to ensure undecoration,
6390 so we're doing without this nicety.
6391
6392 (allout-widgets-tally-string): Don't try to do a hash-table-count
6393 of allout-widgets-tally when it's nil. This eliminates spurious "Error
6394 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
6395 *Messages* when allout-widgets-maintain-tally is t.
6396
6397 2011-06-26 Martin Rudalics <rudalics@gmx.at>
6398
6399 * window.el (display-buffer-normalize-argument): Rename to
6400 display-buffer-normalize-arguments. Handle special meaning of
6401 LABEL argument. Respect special-display-function when popping up
6402 a new frame. Fix code searching for a window showing the buffer
6403 on another frame.
6404 (display-buffer-normalize-specifiers):
6405 Call display-buffer-normalize-arguments.
6406 (display-buffer-in-window): Don't undedicate the window if its
6407 buffer remains the same.
6408 Reported by Drew Adams <drew.adams@oracle.com>.
6409 (display-buffer-alist): Add choice for same-window macro
6410 specfier.
6411 (display-buffer): Mention special meaning of LABEL argument in
6412 doc-string. Fix quoting. Don't pop up a new frame even as
6413 fallback.
6414
6415 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
6416
6417 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
6418 avoid deleting the current window in some cases (bug#8911).
6419
6420 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
6421
6422 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
6423 (Bug#8934)
6424
6425 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6426
6427 * net/network-stream.el (network-stream-open-starttls):
6428 Use built-in TLS support if `gnutls-available-p' is true.
6429 (network-stream-open-tls): Ditto.
6430
6431 2011-06-26 Leo Liu <sdl.web@gmail.com>
6432
6433 * register.el (registerv): New struct.
6434 (registerv-make): New function.
6435 (jump-to-register, describe-register-1, insert-register):
6436 Support the jump-func, print-func and insert-func slot of a registerv
6437 struct. (Bug#8415)
6438
6439 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
6440
6441 * vc/vc.el (vc-revert-show-diff): New defcustom.
6442 (vc-diff-internal): New arg specifying diff buffer.
6443 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
6444 reuse an existing *vc-diff* buffer (Bug#8927).
6445
6446 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
6447
6448 2011-06-26 Glenn Morris <rgm@gnu.org>
6449
6450 * progmodes/f90.el (f90-critical-indent): New option.
6451 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
6452 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
6453 (f90-mode): Doc fix.
6454 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
6455 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
6456 (f90-beginning-of-block, f90-next-block, f90-indent-region)
6457 (f90-match-end): Handle block, critical.
6458
6459 2011-06-25 Glenn Morris <rgm@gnu.org>
6460
6461 * calendar/diary-lib.el (diary-included-files): Doc fix.
6462 (diary-include-files): New function, extracted from
6463 diary-include-other-diary-files and diary-mark-included-diary-files.
6464 (diary-include-other-diary-files, diary-mark-included-diary-files):
6465 Just call diary-include-files.
6466 (diary-mark-entries): Reset diary-included-files on first call.
6467
6468 * calendar/diary-lib.el (diary-mark-entries)
6469 (diary-mark-included-diary-files):
6470 Visit included diary-files in temp buffers.
6471
6472 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
6473 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
6474 (f90-start-block-re, f90-imenu-generic-expression)
6475 (f90-looking-at-program-block-start, f90-no-block-limit):
6476 Add support for submodules.
6477
6478 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6479 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
6480
6481 2011-06-25 Eli Zaretskii <eliz@gnu.org>
6482
6483 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
6484 buffer-file-type before setting its value, to avoid disastrous
6485 global effects on decoding files for DOS/Windows systems. (Bug#8780)
6486
6487 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
6488
6489 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
6490
6491 * ses.el (ses-unload-function):
6492 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
6493
6494 * proced.el (proced-unload-function):
6495 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
6496
6497 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
6498
6499 * server.el (server-create-window-system-frame): Add parameters arg.
6500 (server-process-filter): Doc fix. Handle frame-parameters.
6501
6502 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
6503
6504 Fix bug#8730, bug#8781.
6505
6506 * loadhist.el (unload--set-major-mode): New function.
6507 (unload-feature): Use it.
6508
6509 * progmodes/python.el (python-after-info-look): Add autoload cookie.
6510 (python-unload-function): New function.
6511
6512 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6515
6516 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
6517
6518 * net/browse-url.el (browse-url-firefox-program): Add icecat to
6519 the candidates list.
6520
6521 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
6522
6523 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6524
6525 2011-06-23 Richard Stallman <rms@gnu.org>
6526
6527 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6528 (rmail-variables): Set next-error-move-function.
6529 (rmail-what-message): Take argument POS.
6530 (rmail-next-error-move): New function.
6531
6532 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6535 messages for adjacent non-terminals.
6536
6537 2011-06-23 Richard Stallman <rms@gnu.org>
6538
6539 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
6540 (rmail-show-message-1): Preserve buffer modified flag.
6541 (rmail-start-mail): Don't specify use of rmail-mail-return;
6542 that's done by mail-bury now.
6543 (rmail-mail-return): Handle arg NEWBUF.
6544
6545 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
6546
6547 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6548 SIZE is a number.
6549
6550 2011-06-23 Martin Rudalics <rudalics@gmx.at>
6551
6552 * window.el (get-lru-window, get-mru-window)
6553 (get-largest-window): Never return a minibuffer window.
6554 (display-buffer-pop-up-window): Fix a bug that could lead to
6555 reusing the minibuffer window.
6556 (display-buffer): Pass original specifier argument to
6557 display-buffer-function instead of the normalized one.
6558 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6559
6560 2011-06-22 Leo Liu <sdl.web@gmail.com>
6561
6562 * minibuffer.el (completing-read-function)
6563 (completing-read-default): Move from minibuf.c
6564
6565 2011-06-22 Richard Stallman <rms@gnu.org>
6566
6567 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6568 to Rmail even if not started by a special Rmail command.
6569
6570 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6571 Copy the buffer currently showing just one message.
6572
6573 2011-06-22 Roland Winkler <winkler@gnu.org>
6574
6575 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6576 (bibtex-clean-entry): First delete the old key so that a
6577 customized algorithm for generating the new key does not get
6578 confused by the old key.
6579 (bibtex-url): Obey regexp of first step.
6580 (bibtex-search-entries): Do not use add-to-list with local
6581 list-var.
6582
6583 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6584
6585 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6586 stored a user name, then query for the password first, instead of
6587 waiting for SMTP to give an error message and the trying again.
6588
6589 2011-06-22 Lawrence Mitchell <wence@gmx.li>
6590
6591 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6592 BUFFER in call-process.
6593
6594 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6595
6596 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6597 QUIT twice.
6598 (smtpmail-try-auth-methods): Require user name and password from
6599 auth-source.
6600
6601 2011-06-22 Martin Rudalics <rudalics@gmx.at>
6602
6603 * window.el (display-buffer-default-specifiers)
6604 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6605 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6606 (split-window): Normalize SIDE argument (Bug#8916).
6607
6608 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6609 (special-display-frame-alist, special-display-popup-frame):
6610 Remove duplicate declarations. These are now in window.el.
6611
6612 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6613
6614 * mail/smtpmail.el (smtpmail-via-smtp):
6615 Set :use-starttls-if-possible so that we always use STARTTLS if the
6616 server supports it. SMTP servers that support STARTTLS commonly
6617 require it.
6618
6619 * net/network-stream.el (network-stream-open-starttls): Support
6620 upgrading to STARTTLS always, even if we don't have built-in support.
6621 (open-network-stream): Add the :always-query-capabilities keyword.
6622
6623 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6624 upgrades with `open-network-stream', and rely solely on
6625 auth-source for all credentials. Big changes throughout the file,
6626 but in particular:
6627 (smtpmail-auth-credentials): Remove.
6628 (smtpmail-starttls-credentials): Remove.
6629 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6630 MAIL FROM, too.
6631
6632 * net/network-stream.el (network-stream-open-starttls):
6633 Provide support for client certificates both for external and built-in
6634 STARTTLS.
6635 (auth-source): Require.
6636 (open-network-stream): Document the :client-certificate keyword.
6637 (network-stream-certificate): Change cert-cert to cert and
6638 cert-key to key.
6639
6640 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
6641
6642 * net/tramp-cache.el (top): Don't load the persistency file when
6643 "emacs -Q" has been called.
6644
6645 2011-06-21 Tim Harper <timcharper@gmail.com>
6646
6647 * term/ns-win.el (ns-initialize-window-system):
6648 Set application-specific `ApplePressAndHoldEnabled' system
6649 resource to NO as it is not yet supported by the NS port.
6650
6651 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
6652
6653 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6654 (list-dynamic-libraries): ...not here.
6655
6656 2011-06-21 Leo Liu <sdl.web@gmail.com>
6657
6658 * subr.el (sha1): Implement sha1 using secure-hash.
6659
6660 2011-06-21 Martin Rudalics <rudalics@gmx.at>
6661
6662 * window.el (display-buffer-alist): In default value do not
6663 enforce searching a window on any but the selected frame.
6664 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6665 (display-buffer-select-window): Remove function.
6666 (display-buffer-in-window): When a window on another frame gets
6667 reused, do not select it any more but just raise its frame if
6668 necessary (Bug#8851) and (Bug#8856).
6669 (display-buffer-normalize-options): Handle pop-up-frames related
6670 options more faithfully.
6671 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6672 window if it is on another frame.
6673 (display-buffer-alist, display-buffer-default-specifiers):
6674 Don't make new frame unsplittable by default.
6675 (display-buffer-normalize-argument): Fix doc-string typo and use
6676 'same-frame-other-window instead of 'other-window when associating
6677 with display-buffer-macro-specifiers.
6678
6679 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6680
6681 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6682 New functions.
6683 (5x5-mode-map, 5x5-mode-menu): Bind them.
6684 (5x5-draw-grid): Tweak the solver's rendering.
6685
6686 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6687
6688 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6689 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6690
6691 2011-06-21 Drew Adams <drew.adams@oracle.com>
6692
6693 * menu-bar.el: Use function variable instead of switch-to-buffer.
6694 (menu-bar-select-buffer-function): New variable.
6695 (menu-bar-update-buffers): Use it (bug#8876).
6696
6697 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6700 variable's status.
6701
6702 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6703
6704 * x-dnd.el (x-dnd-version-from-flags)
6705 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6706 and long as number (Bug#8899).
6707 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6708
6709 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6710
6711 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
6712 (completion-try-completion, completion-all-completions): Compute the
6713 metadata argument if it's missing; make it optional (bug#8795).
6714
6715 * wid-edit.el: Use lex-bind and move towards completion-at-point.
6716 (widget-complete): Use new :completion-function property.
6717 (widget-completions-at-point): New function.
6718 (default): Use :completion-function instead of :complete.
6719 (widget-default-completions): Rename from widget-default-complete;
6720 Rewrite.
6721 (widget-string-complete, widget-file-complete, widget-color-complete):
6722 Remove functions.
6723 (file, symbol, function, variable, coding-system, color):
6724 * international/mule-cmds.el (default-input-method, charset)
6725 (language-info-custom-alist):
6726 * cus-edit.el (face): Use new property :completions.
6727
6728 * progmodes/pascal.el (pascal-completions-at-point): New function.
6729 (pascal-mode): Use it.
6730 (pascal-mode-map): Use completion-at-point.
6731 (pascal-toggle-completions): Make obsolete.
6732 (pascal-complete-word, pascal-show-completions):
6733 * progmodes/octave-mod.el (octave-complete-symbol):
6734 Redefine as obsolete alias.
6735 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6736 Signal absence of completion info for old Octave,
6737 (inferior-octave-complete): Redefine as obsolete alias.
6738 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6739 (meta-completions-at-point): Rename from meta-complete-symbol and
6740 adapt it for use on completion-at-point-functions.
6741 (meta-common-mode): Use it.
6742 (meta-looking-at-backward, meta-match-buffer): Remove.
6743 (meta-complete-symbol): Redefine as obsolete alias.
6744 (meta-common-mode-map): Use completion-at-point.
6745 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6746 (makefile-mode-map): Use completion-at-point.
6747 (makefile-completions-at-point): Rename from makefile-complete and
6748 adapt it for use on completion-at-point-functions.
6749 (makefile-mode): Use it.
6750 (makefile-complete): Redefine as obsolete alias.
6751
6752 2011-06-20 Deniz Dogan <deniz@dogan.se>
6753
6754 * net/rcirc.el: Delete trailing whitespaces once and for all.
6755
6756 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6757
6758 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6759
6760 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
6761
6762 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6763
6764 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6765
6766 2011-06-19 Martin Rudalics <rudalics@gmx.at>
6767
6768 * window.el (display-buffer-other-window-means-other-frame):
6769 Call display-buffer-normalize-alist.
6770 (display-buffer-normalize-specifiers-1): Rename to
6771 display-buffer-normalize-argument. New argument other-frame.
6772 Rewrite.
6773 (display-buffer-normalize-specifiers-2): Rename to
6774 display-buffer-normalize-options.
6775 (display-buffer-normalize-alist-1): New function.
6776 (display-buffer-normalize-specifiers-3): Rename to
6777 display-buffer-normalize-alist.
6778 Call display-buffer-normalize-alist-1.
6779 (display-buffer-normalize-options-inhibit): New variable.
6780 (display-buffer-normalize-specifiers): Rewrite calling
6781 display-buffer-normalize-alist,
6782 display-buffer-normalize-argument, and
6783 display-buffer-normalize-options. Don't call the latter if
6784 display-buffer-normalize-options-inhibit is non-nil.
6785 (frame-auto-delete): New option.
6786 (window-deletable-p): Use frame-auto-delete.
6787 (window-list-no-nils, window-state-ignored-parameters)
6788 (window-state-get-1, window-state-get, window-state-put-list)
6789 (window-state-put-1, window-state-put-2, window-state-put):
6790 New functions.
6791 (display-buffer-normalize-options): Move special-display-p group
6792 after pop-up-frame group (Bug#8851) and (Bug#8856).
6793
6794 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
6795
6796 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6797 groups (Bug#8776).
6798 (rx-submatch-n): New function.
6799 (rx): Document it.
6800
6801 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6802 (Bug#8768).
6803
6804 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6805
6806 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6807
6808 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6809 anytime existing face settings are present (Bug#8889).
6810
6811 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6812 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6813 Remove unused argument.
6814
6815 2011-06-18 Martin Rudalics <rudalics@gmx.at>
6816
6817 * window.el (display-buffer-default-specifiers):
6818 Remove pop-up-frame. Add pop-up-window-min-height,
6819 pop-up-window-min-width, and another reuse-window specifier
6820 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
6821 (display-buffer-normalize-specifiers-2):
6822 Handle split-height-threshold and split-width-threshold also when
6823 pop-up-windows is unset. Add a reuse-window specifier for the
6824 case popping up a new window fails.
6825 (special-display-popup-frame): Remove double quoting.
6826 (display-buffer-normalize-specifiers-1): Fix thinko.
6827
6828 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6829
6830 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6831 according to comint-completion-addsuffix.
6832
6833 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6834 (pcomplete-suffix-list): Mark as obsolete.
6835 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6836 pcomplete-seen in the closure.
6837 (pcomplete-comint-setup): Setup completion-at-point as well.
6838 (pcomplete--entries): New function.
6839 (pcomplete--env-regexp): New var.
6840 (pcomplete-entries): Rewrite to work with partial-completion and
6841 without relying on pcomplete-suffix-list.
6842 (pcomplete-pare-list): Remove, unused.
6843
6844 2011-06-17 Martin Rudalics <rudalics@gmx.at>
6845
6846 * window.el (display-buffer-alist): Set pop-up-window-min-height
6847 and pop-up-window-min-width in default value. Reported by
6848 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6849 other-window-means-other-frame.
6850 (display-buffer-macro-specifiers): Comment out entry for
6851 other-window specifier.
6852 (display-buffer-other-window-means-other-frame): New function.
6853 (display-buffer-normalize-specifiers-1): New arguments
6854 buffer-name and label. Treat other-window case specially.
6855 (display-buffer-normalize-specifiers-2): Treat other-window case
6856 specially.
6857 (display-buffer-normalize-specifiers-3): New function.
6858 (display-buffer-normalize-specifiers):
6859 Call display-buffer-normalize-specifiers-3.
6860
6861 2011-06-17 Martin Rudalics <rudalics@gmx.at>
6862
6863 * window.el (same-window-p): Fix two typos introduced when
6864 adding with-no-warnings.
6865 (display-buffer-normalize-specifiers-1): Don't check
6866 pop-up-frames for 'unset initialization.
6867 (display-buffer-normalize-specifiers-2): Major rewrite using
6868 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6869 (pop-up-frames, display-buffer-reuse-frames)
6870 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6871 Suggested by David Engster <deng@randomsample.de>.
6872 (even-window-heights): Initialize to 'unset.
6873 (display-buffer-alist-set): Handle new 'unset initializations.
6874 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6875 other window case.
6876
6877 2011-06-16 Martin Rudalics <rudalics@gmx.at>
6878
6879 * window.el (display-buffer-normalize-specifiers-1):
6880 Respect current value of pop-up-frames for most reasonable values of
6881 second argument of display-buffer (Bug#8865).
6882 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6883 (switch-to-buffer-other-window-same-frame)
6884 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6885 Adams (Bug#8875).
6886 (display-buffer): Don't check noninteractive when calling
6887 display-buffer-pop-up-frame.
6888 (display-buffer-pop-up-frame): Never pop up a frame in
6889 noninteractive mode (Bug#8857).
6890 (enlarge-window, shrink-window): Don't report an error when the
6891 window can't be resized as requested (Bug#8862).
6892
6893 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6896
6897 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6898
6899 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6900
6901 2011-06-15 Alan Mackenzie <acm@muc.de>
6902
6903 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6904 for declarators, disable knr checking to speed up for normal files.
6905 2: Refactor, replacing a sequence of nested if forms by a cond form.
6906
6907 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6908
6909 * net/network-stream.el (open-network-stream): Add the keyword
6910 :always-query-capabilities for the case where you want to force a
6911 `plain' network connection, but the protocol still requires the
6912 capabilitiy command (i.e., SMTP and EHLO).
6913
6914 * subr.el (process-live-p): Rename from `process-alive-p' for
6915 consistency with other `-live-p' functions.
6916
6917 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * window.el (same-window-buffer-names, same-window-regexps)
6920 (special-display-frame-alist, special-display-popup-frame)
6921 (special-display-function, special-display-buffer-names)
6922 (special-display-regexps, pop-up-frame-alist)
6923 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6924 (pop-up-windows, split-window-preferred-function)
6925 (split-height-threshold, split-width-threshold, even-window-heights)
6926 (display-buffer-mark-dedicated): Don't encourage the use of
6927 display-buffer-alist from Elisp code.
6928
6929 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6930
6931 * progmodes/python.el (python-mode): Derive from prog-mode.
6932 * progmodes/ps-mode.el (ps-mode):
6933 * progmodes/mixal-mode.el (mixal-mode):
6934 * progmodes/cfengine.el (cfengine-mode):
6935 * progmodes/ld-script.el (ld-script-mode): Likewise.
6936
6937 2011-06-15 Martin Rudalics <rudalics@gmx.at>
6938
6939 * window.el (display-buffer-alist): Trim default value to avoid
6940 popping up a new frame (Bug#8857) or reusing an arbitrary window
6941 on another frame.
6942 (display-buffer): Do not fall back on popping up a new frame in
6943 batch mode (Bug#8857).
6944
6945 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
6946
6947 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6948 (custom-theme-summary): New function.
6949 (customize-themes): Use it.
6950
6951 2011-06-13 Glenn Morris <rgm@gnu.org>
6952
6953 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6954
6955 2011-06-13 Martin Rudalics <rudalics@gmx.at>
6956
6957 * help.el (help-window): Remove variable.
6958 (help-window-point-marker, temp-buffer-max-height)
6959 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6960 (help-print-return-message): Don't set help-window.
6961 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6962 (help-window-setup-finish): Remove.
6963 (help-window-display-message, help-window-setup)
6964 (with-help-window): Major rewrite based on new
6965 display-buffer-window variable.
6966
6967 * help-mode.el (help-mode-finish): Remove help-window related
6968 code.
6969
6970 * view.el (view-exits-all-viewing-windows): Remove reference to
6971 view-return-to-alist in doc-string.
6972 (view-return-to-alist): Make obsolete.
6973 (view-buffer): Call pop-to-buffer-same-window and remove
6974 undo-window code.
6975 (view-buffer-other-window): Call pop-to-buffer-other-window and
6976 simplify code. Ignore second argument.
6977 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6978 simplify code. Ignore second argument.
6979 (view-return-to-alist-update): Make obsolete.
6980 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6981 Rewrite using quit-restore window parameters.
6982 (view-mode-exit): Rename second argument to EXIT-ONLY.
6983 Rewrite using quit-restore-window.
6984 (View-exit, View-exit-and-edit, View-leave, View-quit)
6985 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6986 appropriate arguments.
6987 (view-end-message): Use quit-restore window parameter.
6988
6989 * window.el (display-buffer-function): Rewrite doc-string.
6990 (display-buffer-window, display-buffer-alist): New variables.
6991 (display-buffer-split-specifiers)
6992 (display-buffer-side-specifiers)
6993 (display-buffer-macro-specifiers): New constants.
6994 (display-buffer-even-window-sizes, display-buffer-set-height)
6995 (display-buffer-set-width, display-buffer-select-window)
6996 (display-buffer-in-window, display-buffer-reuse-window)
6997 (display-buffer-split-window-1, display-buffer-split-window)
6998 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6999 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
7000 (display-buffer-in-side-window, normalize-buffer-to-display)
7001 (display-buffer-normalize-specifiers-1)
7002 (display-buffer-normalize-specifiers-2)
7003 (display-buffer-normalize-specifiers, display-buffer-frame):
7004 New functions.
7005 (display-buffer): Major rewrite.
7006 (display-buffer-other-window, display-buffer-other-frame)
7007 (pop-to-buffer, switch-to-buffer-other-window)
7008 (switch-to-buffer-other-frame): Rewrite.
7009 (display-buffer-same-window, display-buffer-same-frame)
7010 (display-buffer-same-frame-other-window)
7011 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
7012 (pop-to-buffer-other-window)
7013 (pop-to-buffer-same-frame-other-window)
7014 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
7015 (switch-to-buffer-other-window-same-frame): New functions.
7016 (same-window-p, special-display-p): Rewrite disabling warnings.
7017 Make obsolete.
7018 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7019 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
7020 Make obsolete
7021 (same-window-buffer-names, same-window-regexps)
7022 (special-display-frame-alist, special-display-popup-frame)
7023 (special-display-function, special-display-buffer-names)
7024 (special-display-regexps, pop-up-frame-alist)
7025 (pop-up-frame-function, split-window-preferred-function)
7026 (split-height-threshold, split-width-threshold)
7027 (even-window-heights): Make obsolete.
7028
7029 2011-06-12 Glenn Morris <rgm@gnu.org>
7030
7031 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7032 Misc simplifications.
7033
7034 2011-06-12 Martin Rudalics <rudalics@gmx.at>
7035
7036 * window.el (window-safely-shrinkable-p): Restore function which
7037 was inadvertently removed in change from 2011-06-11. Declare as
7038 obsolete.
7039
7040 * calendar/calendar.el (calendar-generate-window):
7041 Use window-iso-combined-p instead of combination of one-window-p and
7042 window-safely-shrinkable-p.
7043
7044 2011-06-12 Glenn Morris <rgm@gnu.org>
7045
7046 * progmodes/fortran.el (fortran-mode-syntax-table):
7047 * progmodes/f90.el (f90-mode-syntax-table):
7048 Set % to punctuation. (Bug#8820)
7049 (f90-find-tag-default): Remove, no longer needed.
7050
7051 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
7052
7053 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
7054
7055 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * image.el (image-animated-p): Return animation delay in seconds.
7058 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
7059 (image-animate-timeout): Remove DELAY argument. Don't assume
7060 every subimage has the same delay; get it from image-animated-p.
7061 (image-animate): Caller changed.
7062
7063 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
7064
7065 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
7066 to ignored backtrace functions.
7067
7068 2011-06-11 Glenn Morris <rgm@gnu.org>
7069
7070 * calendar/appt.el (appt-disp-window-function): Doc fix.
7071 (appt-check): Handle overlapping appointments. (Bug#8337)
7072
7073 2011-06-11 Martin Rudalics <rudalics@gmx.at>
7074
7075 * window.el (window-tree-1, window-tree): New functions, moving
7076 the latter to window.el.
7077 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7078 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7079 (bw-refresh-edges): Remove.
7080 (balance-windows-1, balance-windows-2): New functions.
7081 (balance-windows): Rewrite in terms of window tree functions,
7082 balance-windows-1 and balance-windows-2.
7083 (bw-adjust-window): Remove.
7084 (balance-windows-area-adjust): New function with functionality of
7085 bw-adjust-window but using resize-window.
7086 (set-window-text-height): Rewrite doc-string.
7087 Use normalize-live-window and resize-window.
7088 (enlarge-window-horizontally, shrink-window-horizontally):
7089 Rename argument to DELTA.
7090 (window-buffer-height): New function.
7091 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
7092 Rewrite using new window resize routines.
7093 (kill-buffer-and-window, mouse-autoselect-window-select):
7094 Use ignore-errors instead of condition-case.
7095 (quit-window): Call delete-frame instead of delete-windows-on
7096 for the only buffer on frame.
7097
7098 2011-06-10 Martin Rudalics <rudalics@gmx.at>
7099
7100 * loadup.el (top-level): Load window before files for the sake
7101 of replace-buffer-in-windows.
7102
7103 * files.el (read-buffer-to-switch)
7104 (switch-to-buffer-other-window)
7105 (switch-to-buffer-other-frame, display-buffer-other-frame):
7106 Move to window.el.
7107
7108 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
7109 (previous-buffer): Move to window.el.
7110
7111 * bindings.el (unbury-buffer): Move to window.el.
7112
7113 * window.el (delete-other-windows-vertically): Move after
7114 definition of delete-other-windows.
7115 (other-window, delete-windows-on, replace-buffer-in-windows):
7116 Move here from window.c.
7117 (record-window-buffer, unrecord-window-buffer)
7118 (set-window-buffer-start-and-point, switch-to-prev-buffer)
7119 (switch-to-next-buffer): New functions.
7120 (get-next-valid-buffer, last-buffer, next-buffer): Move here
7121 from simple.el. Call switch-to-next-buffer.
7122 (previous-buffer): Move here from simple.el.
7123 Call switch-to-prev-buffer.
7124 (bury-buffer): Move here from buffer.c. Switch to previous
7125 buffer when window cannot be deleted.
7126 (unbury-buffer): Move here from bindings.el.
7127 (ctl-x-map): Move binding for other-window from window.c to
7128 here.
7129 (read-buffer-to-switch, switch-to-buffer-other-window)
7130 (switch-to-buffer-other-frame): Move here from files.el.
7131 (normalize-buffer-to-switch-to): New functions.
7132 (switch-to-buffer): Move here from buffer.c.
7133 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
7134
7135 2011-06-10 Martin Rudalics <rudalics@gmx.at>
7136
7137 * window.el (window-min-height, window-min-width): Move here
7138 from window.c. Add defcustoms and rewrite doc-strings.
7139 (resize-mini-window, resize-window): New functions.
7140 (adjust-window-trailing-edge, enlarge-window, shrink-window):
7141 Move here from window.c.
7142 (maximize-window, minimize-window): New functions.
7143 (delete-window, delete-other-windows, split-window): Move here
7144 from window.c.
7145 (window-split-min-size): New function.
7146 (split-window-keep-point): Mention split-window-above-each-other
7147 instead of split-window-vertically.
7148 (split-window-above-each-other, split-window-vertically):
7149 Rename split-window-vertically to split-window-above-each-other
7150 and provide defalias for old definition.
7151 (split-window-side-by-side, split-window-horizontally):
7152 Rename split-window-horizontally to split-window-side-by-side
7153 and provide defalias for the old definition.
7154 (ctl-x-map): Move bindings for delete-window,
7155 delete-other-windows and enlarge-window here from window.c.
7156 Replace bindings for split-window-vertically and
7157 split-window-horizontally by bindings for
7158 split-window-above-each-other and split-window-side-by-side.
7159
7160 * cus-start.el (all): Remove entries for window-min-height and
7161 window-min-width. Add entries for window-splits and
7162 window-nest.
7163
7164 2011-06-09 Glenn Morris <rgm@gnu.org>
7165
7166 * calendar/appt.el (appt-mode-line): New function.
7167 (appt-check, appt-disp-window): Use it.
7168
7169 * files.el (hack-one-local-variable-eval-safep):
7170 Allow minor-modes with explicit +/-1 arguments.
7171
7172 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
7173
7174 * term/xterm.el (xterm): Add defgroup.
7175 (xterm-extra-capabilities): Add defcustom to supply known xterm
7176 capabilities, skip querying them, or query them (default).
7177 (terminal-init-xterm): Use it.
7178 (terminal-init-xterm-modify-other-keys): New function to set up
7179 modifyOtherKeys support to simplify `terminal-init-xterm'.
7180
7181 2011-06-09 Martin Rudalics <rudalics@gmx.at>
7182
7183 * window.el (resize-window-reset, resize-window-reset-1)
7184 (resize-subwindows-skip-p, resize-subwindows-normal)
7185 (resize-subwindows, resize-other-windows, resize-this-window)
7186 (resize-root-window, resize-root-window-vertically)
7187 (window-deletable-p, window-or-subwindow-p)
7188 (frame-root-window-p): New functions.
7189
7190 2011-06-09 Glenn Morris <rgm@gnu.org>
7191
7192 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
7193 (ange-ftp-get-files): Use it.
7194
7195 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7196
7197 * mail/sendmail.el (mail-recover-1, mail-recover):
7198 * files.el (recover-file, recover-session):
7199 Handle dired-listing-switches not being just a single short option.
7200
7201 2011-06-09 Glenn Morris <rgm@gnu.org>
7202
7203 * calendar/appt.el (appt-display-message, appt-disp-window):
7204 Handle lists of appointments.
7205
7206 2011-06-08 Martin Rudalics <rudalics@gmx.at>
7207
7208 * window.el (one-window-p): Move down in code.
7209 Rewrite doc-string.
7210 (window-current-scroll-bars): Rewrite doc-string.
7211 Normalize live window argument.
7212 (walk-windows, get-window-with-predicate, count-windows):
7213 Rewrite doc-string. Use window-list-1.
7214 (window-in-direction-2, window-in-direction, get-mru-window):
7215 New functions.
7216
7217 2011-06-08 Reuben Thomas <rrt@sc3d.org>
7218
7219 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
7220 Doc fix (Bug#8713).
7221
7222 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
7223
7224 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
7225
7226 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
7227
7228 * loadhist.el (unload-feature-special-hooks):
7229 Add `comint-output-filter-functions'.
7230
7231 2011-06-08 Ivan Kanis <gnu@kanis.fr>
7232
7233 * calendar/appt.el (appt-check): Move some initializations into the let.
7234
7235 2011-06-08 Martin Rudalics <rudalics@gmx.at>
7236
7237 * window.el (window-height): Defalias to window-total-height.
7238 (window-width): Defalias to window-body-width.
7239
7240 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
7241
7242 * image-mode.el (image-toggle-animation): New command.
7243 (image-mode-map): Bind it to RET.
7244 (image-mode): Update message.
7245 (image-toggle-display-image): Avoid a spurious cache flush.
7246 (image-transform-rotation): Doc fix.
7247 (image-transform-properties): Return quickly in the normal case.
7248 (image-animate-loop): Rename from image-animate-max-time.
7249
7250 * image.el (image-animate-max-time): Move to image-mode.el.
7251 (create-animated-image): Remove unnecessary function.
7252 (image-animate): Rename from image-animate-start. New arg.
7253 (image-animate-stop): Remove; just use image-animate-timer.
7254 (image-animate-timer): Use car-safe.
7255 (image-animate-timeout): Rename argument.
7256
7257 2011-06-07 Martin Rudalics <rudalics@gmx.at>
7258
7259 * window.el (get-lru-window, get-largest-window): Move here from
7260 window.c. Rename first argument to ALL-FRAMES.
7261 Rephrase doc-strings.
7262 (get-buffer-window-list): Rewrite using window-list-1.
7263 Rephrase doc-string.
7264 (window-safe-min-height, window-safe-min-width): New constants.
7265 (window-size-ignore, window-min-size, window-min-size-1)
7266 (window-sizable, window-sizable-p, window-size-fixed-1)
7267 (window-size-fixed-p, window-min-delta-1, window-min-delta)
7268 (window-max-delta-1, window-max-delta, window-resizable)
7269 (window-resizable-p, window-total-height, window-total-width)
7270 (window-body-width): New functions.
7271 (window-full-height-p, window-full-width-p): Rewrite using
7272 window-total-size.
7273 (window-body-height): Rewrite using window-body-size.
7274
7275 2011-06-06 Martin Rudalics <rudalics@gmx.at>
7276
7277 * window.el (window-right, window-left, window-child)
7278 (window-child-count, window-last-child, window-any-p)
7279 (normalize-live-buffer, normalize-live-frame)
7280 (normalize-any-window, normalize-live-window)
7281 (window-iso-combination-p, window-iso-combined-p)
7282 (window-iso-combinations)
7283 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
7284 (windows-with-parameter, window-with-parameter)
7285 (window-atom-root, make-window-atom, window-atom-check-1)
7286 (window-atom-check, window-side-check, window-check):
7287 New functions.
7288 (ignore-window-parameters, window-sides, window-sides-vertical)
7289 (window-sides-slots): New variables.
7290 (window-size-fixed): Move down in code. Minor doc-string fix.
7291
7292 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
7293
7294 * comint.el (comint-dynamic-complete-as-filename)
7295 (comint-dynamic-complete-filename): Correctly call
7296 completion-in-region.
7297
7298 2011-06-05 Deniz Dogan <deniz@dogan.se>
7299
7300 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
7301 in last change.
7302
7303 2011-06-05 Deniz Dogan <deniz@dogan.se>
7304
7305 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
7306 (rcirc): Use it to prompt for encryption.
7307
7308 2011-06-05 Roland Winkler <winkler@gnu.org>
7309
7310 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
7311 (bibtex-search-entries): New command bound to C-c C-a.
7312 (bibtex-display-entries): New function.
7313
7314 2011-06-05 Roland Winkler <winkler@gnu.org>
7315
7316 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
7317 (bibtex-insert-kill): After yanking insert newline if necessary.
7318 (bibtex-initialize): Call bibtex-string-files-init only once.
7319 (bibtex-mode): Do not call easy-menu-add.
7320 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
7321 (bibtex-yank): Set arg properly if nil.
7322
7323 2011-06-05 Roland Winkler <winkler@gnu.org>
7324
7325 * textmodes/bibtex.el (bibtex-search-entry-globally):
7326 New variable.
7327 (bibtex-search-entry): Use it.
7328
7329 2011-06-05 Roland Winkler <winkler@gnu.org>
7330
7331 * textmodes/bibtex.el (bibtex-entry-format): New option
7332 sort-fields.
7333 (bibtex-format-entry, bibtex-reformat): Honor this option.
7334 (bibtex-parse-entry): Return fields in proper order.
7335
7336 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
7337
7338 * doc-view.el (doc-view-remove-if): Move computation of result out
7339 of `dolist' to silence misleading lexical-binding warning.
7340
7341 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
7342
7343 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
7344 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
7345
7346 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
7347
7348 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
7349 "SunOS 5.10".
7350
7351 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
7352
7353 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
7354 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
7355 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
7356 (tramp-parse-putty):
7357 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
7358 (tramp-completion-function-alist-ssh)
7359 (tramp-completion-function-alist-telnet)
7360 (tramp-completion-function-alist-su)
7361 (tramp-completion-function-alist-putty): Set `tramp-autoload'
7362 cookie.
7363
7364 * net/tramp-ftp.el:
7365 * net/tramp-sh.el:
7366 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
7367 load "tramp.el" `tramp-set-completion-function'.
7368
7369 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * shell.el: Require and use pcomplete.
7372 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
7373 (shell-completion-vars): Set pcomplete-default-completion-function.
7374
7375 2011-06-04 Deniz Dogan <deniz@dogan.se>
7376
7377 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
7378 `memq' (Bug#8799).
7379
7380 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
7383
7384 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * bs.el (bs--mark-unmark, bs--nth-wrapper):
7387 * mpc.el (mpc-select-extend, mpc-songpointer-context):
7388 * vc/log-view.el (log-view-beginning-of-defun):
7389 * vc/smerge-mode.el (smerge-apply-resolution-patch)
7390 (smerge-refine-forward, smerge-refine-chopup-region):
7391 Silence warning for unused `dotimes' counter variables.
7392
7393 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * net/tramp.el (tramp-with-progress-reporter): Rename from
7396 with-progress-reporter. Use `declare'.
7397 * net/tramp-smb.el:
7398 * net/tramp-sh.el:
7399 * net/tramp-gvfs.el: Update all uses.
7400
7401 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
7402
7403 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
7404 buffer isn't killed before making it current.
7405
7406 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7407
7408 Silence various byte-compiler warnings.
7409 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
7410 `access-type' and new obsolescence format.
7411 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
7412 new format.
7413 (byte-compile-check-variable): New `access-type' argument.
7414 Only warn if the access-type is obsolete.
7415 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7416 (byte-compile-variable-set): Adjust callers.
7417 * help-fns.el (describe-variable): Adjust to new obsolescence format.
7418 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
7419 setting it as obsolete.
7420 * simple.el (minibuffer-completing-symbol):
7421 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
7422 access as obsolete.
7423 * minibuffer.el (minibuffer-completing-file-name): Don't make it
7424 obsolete yet.
7425 * international/quail.el (quail-mouse-choose-completion): Remove unused
7426 code referring to obsolete var.
7427 (quail-choose-completion-string): Remove.
7428 * server.el (server-clients-with, server-kill-buffer-query-function)
7429 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
7430 * proced.el (proced-send-signal):
7431 * emacs-lisp/lisp.el (lisp-complete-symbol):
7432 Replace completion-annotate-function with completion-extra-properties.
7433
7434 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * simple.el (goto-line): Use read-number.
7437 (overriding-map-is-bound): Remove.
7438 (saved-overriding-map): Change default.
7439 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
7440 Take the map as argument.
7441 (universal-argument, negative-argument, digit-argument): Use it.
7442 (restore-overriding-map): Adjust.
7443 (do-auto-fill): Use fill-forward-paragraph.
7444 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
7445
7446 * minibuffer.el (minibuffer-inactive-mode-map): New var.
7447 (minibuffer-inactive-mode): New major mode.
7448 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
7449 the *Messages* buffer" hack.
7450 (mouse-popup-menubar): Don't burp if the event is a normal key.
7451
7452 Miscellaneous tweaks.
7453 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
7454 lexical scoping as in subr.el's dolist and dotimes.
7455 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
7456 Silence compiler warning.
7457 * thingatpt.el (forward-whitespace): Trivial coding style fix.
7458 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
7459 * international/ccl.el (ccl-compile): Trivial simplification.
7460 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
7461 * emacs-lisp/testcover.el (testcover-end): Remove spurious
7462 `printflag' argument.
7463 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7464 Purecopy the whole obsolescence data.
7465
7466 2011-06-01 Leo Liu <sdl.web@gmail.com>
7467
7468 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
7469 improve doc-string as suggested by Marco Pessotto
7470 <melmothx@gmail.com>.
7471 (rcirc-print): Fix last change.
7472
7473 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * minibuffer.el (complete-with-action): Return nil for the metadata and
7476 boundaries of non-functional tables.
7477 (completion-table-dynamic): Return nil for the metadata.
7478 (completion-table-with-terminator): Add default case, using
7479 complete-with-action.
7480 (completion--metadata): New function.
7481 (completion-all-sorted-completions, minibuffer-completion-help): Use it
7482 to try and avoid pathological performance problems.
7483 (completion--embedded-envvar-table): Return `category' metadata.
7484
7485 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7486
7487 * subr.el (process-alive-p): New tiny convenience function.
7488
7489 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
7492 content but also its previous major mode.
7493
7494 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
7495
7496 * emacs-lisp/debug.el (debug): Restore the previous content of the
7497 *Backtrace* buffer when we exit with C-M-c.
7498
7499 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * minibuffer.el: Add metadata method to completion tables.
7502 (completion-category-overrides): New defcustom.
7503 (completion-metadata, completion--field-metadata)
7504 (completion-metadata-get, completion--styles)
7505 (completion--cycle-threshold): New functions.
7506 (completion-try-completion, completion-all-completions):
7507 Add `metadata' argument to choose completion-styles.
7508 (completion--do-completion): Use metadata to choose cycling.
7509 (completion-all-sorted-completions): Use metadata for sorting.
7510 Remove :completion-cycle-penalty which is not needed any more.
7511 (completion--try-word-completion): Add `metadata' argument.
7512 (minibuffer-completion-help): Check metadata for annotation function
7513 and sorting.
7514 (completion-file-name-table): Return `category' metadata.
7515 (minibuffer-completing-file-name): Make obsolete.
7516 * simple.el (minibuffer-completing-symbol): Make obsolete.
7517 * icomplete.el (icomplete-completions): Pass new `metadata' param to
7518 completion-try-completion.
7519
7520 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7523
7524 2011-05-30 Leo Liu <sdl.web@gmail.com>
7525
7526 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
7527 (rcirc-print): Decode all incoming messages (bug#8744).
7528 (rcirc-decode-coding-system): Allow value nil for automatic coding
7529 system detection.
7530
7531 2011-06-01 Glenn Morris <rgm@gnu.org>
7532
7533 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7534
7535 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7536
7537 * image.el (image-animate-max-time): Allow nil and t values.
7538 Default to nil.
7539 (create-animated-image): Doc fix.
7540 (image-animate-start): Remove second arg; just use
7541 image-animate-max-time.
7542 (image-animate-timeout): Doc fix. Args changed.
7543
7544 * image-mode.el (image-toggle-display-image): Ensure that the
7545 image spec passed to the animate timer is the same object as in
7546 the buffer's display property (Bug#6981).
7547 (image-transform-properties): Doc fix.
7548
7549 * image.el (image-animate-max-time): Default to nil.
7550
7551 2011-05-29 Martin Rudalics <rudalics@gmx.at>
7552
7553 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7554 entire buffer list (Bug#8184).
7555
7556 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * image.el (imagemagick-types-inhibit)
7559 (imagemagick-register-types): Doc fix.
7560
7561 2011-05-29 Deniz Dogan <deniz@dogan.se>
7562
7563 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7564 default.
7565
7566 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7567
7568 * select.el: Don't perform clipboard-manager saving in hooks;
7569 leave the hooks empty.
7570
7571 2011-05-28 Leo Liu <sdl.web@gmail.com>
7572
7573 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7574 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7575 (occur-edit-mode): New major mode (Bug#8463).
7576 (occur-after-change-function): New function.
7577 (occur-engine): Give Occur tags a read-only property.
7578
7579 2011-05-28 Kevin Ryde <user42@zip.com.au>
7580
7581 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7582
7583 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7584
7585 * bindings.el (help-echo): Make the initial non-indicator dash
7586 empty on graphical terminals (Bug#7295).
7587
7588 * files.el (auto-mode-alist): Move config rule after the
7589 in-stripping one (Bug#8547).
7590
7591 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7592
7593 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7594 setting (Bug#8740).
7595
7596 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7597
7598 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7599 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7600 (Bug#8539).
7601
7602 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7603
7604 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7605
7606 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7607
7608 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7609 (hs-hide-block-at-point, hs-find-block-beginning)
7610 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7611 (Bug#8279).
7612
7613 2011-05-28 Glenn Morris <rgm@gnu.org>
7614
7615 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7616
7617 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7618
7619 * help-fns.el (describe-function-1): If the function is a derived
7620 major mode, print the parent mode.
7621
7622 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7623 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7624
7625 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * minibuffer.el (completion--capf-wrapper): Check applicability before
7628 returning non-nil for non-exclusive completion data.
7629 * progmodes/etags.el (tags-completion-at-point-function):
7630 * info-look.el (info-lookup-completions-at-point): Mark as
7631 non-exclusive.
7632 (info-complete): Adjust accordingly.
7633
7634 * info-look.el: Convert to lexical-binding and completion-at-point.
7635 (info-lookup-completions-at-point): New function.
7636 (info-complete): Use it and completion-in-region.
7637
7638 2011-05-28 Drew Adams <drew.adams@oracle.com>
7639
7640 * isearch.el: Let M-e start with point at the first mismatched char.
7641 (isearch-fail-pos): New function.
7642 (isearch-edit-string): Use it.
7643
7644 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7645
7646 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7647
7648 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7649
7650 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7651 traversal functions for avl-trees.
7652 (avl-tree--stack): New struct.
7653 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7654 (avl-tree-enter): Add optional `updatefun' arg.
7655 (avl-tree--do-enter): Add optional `updatefun' arg.
7656 Change return value.
7657 (avl-tree-delete): Add optional `test' and `nilflag' args.
7658 (avl-tree--do-delete): Add `test' and `nilflag' args.
7659 Change return value.
7660 (avl-tree-member): Add optional `nilflag'
7661 (avl-tree-member-p): New function.
7662 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7663 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7664 (avl-tree-stack-empty-p): New functions.
7665
7666 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7667
7668 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7669 avl-tree--del-balance1 and make it work both ways.
7670 (avl-tree--del-balance2): Remove.
7671 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7672 make it work both ways.
7673 (avl-tree--enter-balance2): Remove.
7674 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7675 New macros.
7676 (avl-tree--mapc, avl-tree-map): Add direction argument.
7677
7678 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7679
7680 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7681
7682 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
7683
7684 * select.el: Support clipboard managers with built-in function
7685 x-clipboard-manager-save, via delete-frame-functions and
7686 kill-emacs-hook.
7687 (xselect-convert-to-targets): Add MULTIPLE target to list.
7688 (xselect-convert-to-save-targets): New function.
7689
7690 2011-05-27 Kenichi Handa <handa@m17n.org>
7691
7692 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7693 let-binding rfc2047-encode-encoded-words to nil.
7694
7695 2011-05-27 Glenn Morris <rgm@gnu.org>
7696
7697 * mail/emacsbug.el: Don't require url-util.
7698
7699 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7700
7701 * files.el (set-auto-mode):
7702 Also respect mode: entries at the end of the file. (Bug#8586)
7703
7704 2011-05-26 Glenn Morris <rgm@gnu.org>
7705
7706 * files.el (hack-local-variables-prop-line, hack-local-variables):
7707 Downcase mode names, as seems to be traditional.
7708 (hack-local-variables, hack-local-variables-apply): Doc fixes.
7709
7710 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7711 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7712
7713 2011-05-25 Julien Danjou <julien@danjou.info>
7714
7715 * textmodes/rst.el (rst-define-level-faces): Do not define face
7716 symbol if it is already defined.
7717
7718 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7719
7720 * play/5x5.el (5x5-new-game, 5x5-randomize):
7721 Reset 5x5-solver-output to nil when a new grid is cast.
7722 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7723 these debugging traces, as defmacro breaks the compiled code.
7724
7725 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7726
7727 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7728
7729 2011-05-24 Leo Liu <sdl.web@gmail.com>
7730
7731 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7732 (vc-bzr-sha1): Adapt.
7733
7734 * sha1.el: Remove. Function `sha1' is now builtin.
7735
7736 * bindings.el: Provide sha1 feature.
7737
7738 2011-05-24 Kenichi Handa <handa@m17n.org>
7739
7740 * mail/sendmail.el: Require `rfc2047'.
7741 (mail-insert-from-field): Do not perform RFC2047 encoding.
7742 (mail-encode-header): New function.
7743 (sendmail-send-it): Set buffer-file-coding-system of the work
7744 buffer to the return value of select-message-coding-system.
7745 Call mail-encode-header.
7746
7747 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7748
7749 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7750
7751 * mail/supercite.el (sc-default-cite-frame):
7752 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7753
7754 2011-05-24 Glenn Morris <rgm@gnu.org>
7755
7756 * progmodes/python.el (brm-menu): Declare.
7757
7758 * emulation/viper.el (viper-set-hooks): Declare.
7759
7760 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7761 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7762 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7763 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7764 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7765 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7766
7767 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 Add an :exit-function for completion-at-point.
7770
7771 * minibuffer.el (completion--done): New fun.
7772 (completion--do-completion): Use it. New arg `expect-exact'.
7773 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7774 since completion--do-completion does it for us now.
7775 (minibuffer-force-complete): Use completion--done and
7776 completion--replace. Handle sole-completion case with more care.
7777 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7778 (completion-extra-properties): New var.
7779 (completion-annotate-function): Make obsolete.
7780 (minibuffer-completion-help): Adjust accordingly.
7781 Use completion-list-insert-choice-function.
7782 (completion-at-point, completion-help-at-point):
7783 Bind completion-extra-properties.
7784 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7785 * simple.el (completion-list-insert-choice-function): New var.
7786 (completion-setup-function): Preserve it.
7787 (choose-completion): Pay attention to it, shuffle the code a bit.
7788 (choose-completion-string): New arg `insert-function'.
7789
7790 * textmodes/bibtex.el: Convert to lexical binding.
7791 (bibtex-mode-map): Use completion-at-point.
7792 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7793 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7794 (bibtex-complete): Define as obsolete alias.
7795 (bibtex-complete-internal): Remove.
7796 (bibtex-format-entry): Remove unused sub-group in regexp.
7797 * shell.el (shell--command-completion-data)
7798 (shell-environment-variable-completion):
7799 * pcomplete.el (pcomplete-completions-at-point):
7800 * comint.el (comint--complete-file-name-data): Use :exit-function
7801 instead of completion-table-with-terminator so it also works for
7802 choose-completion.
7803
7804 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7807
7808 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7809 (bug#8710).
7810
7811 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7812
7813 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7814
7815 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7816 customization variable and implement: If non-nil, auto-fill will
7817 be inhibited while on topic's header line.
7818
7819 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7820
7821 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
7822 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
7823 always have a solution in grid size = 5 cases.
7824 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7825 (5x5-solver-output, 5x5-log-buffer): New vars.
7826 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7827 Make these variables buffer local to achieve 5x5 multi-session-ness.
7828 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7829 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7830 (5x5-solve-suggest): New funs.
7831 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7832 randomize a grid so that we ensure that there is always a solution.
7833 (5x5-make-random-grid): Allow other movement than flipping.
7834
7835 2011-05-23 Kevin Ryde <user42@zip.com.au>
7836
7837 * emacs-lisp/advice.el (ad-read-advised-function):
7838 Use `function-called-at-point' as the default, if it has
7839 advice and passes PREDICATE.
7840
7841 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7844 byte-compile-lambda if it's actually a lambda.
7845
7846 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7847 Fix function quoting. Use backquote better.
7848
7849 2011-05-22 Yuanle Song <sylecn@gmail.com>
7850
7851 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7852 matching (Bug#8516).
7853
7854 2011-01-22 Jari Aalto <jari.aalto@cante.net>
7855
7856 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7857 different face (Bug#8178).
7858
7859 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
7860
7861 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7862 defface (Bug#8144).
7863
7864 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7867 funcall as well (bug#8712). Warn when performing those conversions.
7868 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7869
7870 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7871
7872 2011-05-22 Glenn Morris <rgm@gnu.org>
7873
7874 * files.el (hack-local-variables-prop-line): Small simplifications.
7875 (hack-local-variables, hack-local-variables-prop-line):
7876 If MODE-ONLY, return the mode, rather than just `t'.
7877
7878 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7881
7882 2011-05-21 Glenn Morris <rgm@gnu.org>
7883
7884 * files.el (hack-local-variables-prop-line, hack-local-variables):
7885 If only interested in the mode, don't bother doing the other stuff.
7886
7887 * image-mode.el (image-after-revert-hook):
7888 Redraw all frames on which the image is visible. (Bug#8567)
7889
7890 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7891
7892 * wid-edit.el (widget-checklist-match-inline):
7893 Fix 2011-04-19 change. (Bug#8649)
7894
7895 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7898 Also allow singlespace after single-letter capitals followed by a dot.
7899
7900 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7901 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7902
7903 2011-05-20 Nix <nix@esperi.org.uk>
7904
7905 * files.el (basic-save-buffer-2):
7906 Fix handling of break-hardlink-on-save with non-existent files.
7907
7908 2011-05-19 Deniz Dogan <deniz@dogan.se>
7909
7910 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
7911 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
7912
7913 2011-05-19 Glenn Morris <rgm@gnu.org>
7914
7915 * progmodes/f90.el (f90-type-def-re):
7916 Handle "type, bind(c)". (Bug#8691)
7917
7918 * emacs-lisp/autoload.el (batch-update-autoloads):
7919 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7920
7921 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
7922
7923 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7924 property for the correct connection in case of multihops.
7925
7926 2011-05-18 Glenn Morris <rgm@gnu.org>
7927
7928 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
7929 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7930
7931 Rationalize calendar handling of day and month abbrev-arrays.
7932 * calendar/calendar.el (calendar-customized-p): New function.
7933 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7934 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7935 Add :set function.
7936 (calendar-abbrev-length, calendar-day-abbrev-array)
7937 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7938 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7939 Elements may no longer be nil.
7940 (calendar-day-name, calendar-month-name):
7941 Update for changed nature of abbrev arrays.
7942 * calendar/diary-lib.el (diary-name-pattern):
7943 Update for changed nature of abbrev arrays.
7944 (diary-mark-entries-1): Update calendar-make-alist calls.
7945 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7946 * calendar/cal-html.el (cal-html-day-abbrev-array):
7947 Simply inherit from calendar-day-abbrev-array.
7948
7949 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * progmodes/grep.el (grep-mode): Disable default
7952 compilation-directory-matcher setting (bug#8684).
7953
7954 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
7955
7956 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7957 instead of "head" and "tail". There were problems with SunOS 5.9,
7958 and it performs better.
7959
7960 2011-05-17 Glenn Morris <rgm@gnu.org>
7961
7962 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7963
7964 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7965 Replace obsolete function.
7966
7967 * shell.el (pcomplete-parse-arguments-function): Declare.
7968
7969 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7970 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7971 (appt-check): Doc fixes.
7972 (appt-disp-window-function, appt-delete-window-function):
7973 Remove needless special case in custom :type.
7974 (appt-display-count): Default to 0, not nil.
7975 (appt-check): Reset appt-display-count to 0, not nil.
7976
7977 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
7978
7979 * progmodes/python.el (python-font-lock-keywords):
7980 Add the Python 3.X keyword "nonlocal" (bug#8639).
7981
7982 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7985
7986 2011-05-16 Kevin Ryde <user42@zip.com.au>
7987
7988 * info-look.el (makefile-automake-mode): New setups, looking in
7989 automake manual, then makefile-mode.
7990 (makefile-mode): Remove automake manual, have it just in
7991 makefile-automake-mode since there's various things different or
7992 not relevant to plain make.
7993 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7994 believe a hypothetical automake-mode would go to makefile-mode,
7995 not the other way around.
7996
7997 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
7998
7999 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
8000 hunk-end tags (Bug#8672).
8001
8002 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
8003 vc-annotate-show-diff-revision-at-line (Bug#8671).
8004
8005 2011-05-14 Glenn Morris <rgm@gnu.org>
8006
8007 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
8008 in the middle of an existing one with multiple authors. (Bug#8645)
8009 (change-log-font-lock-keywords): Also handle multiple author lines
8010 with leading tabs. (Bug#8644)
8011
8012 * calendar/appt.el (appt-check): Rename some local variables.
8013 Some simplification/reordering.
8014
8015 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
8016 (feedmail-sendmail-f-doesnt-sell-me-out)
8017 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8018 (feedmail-debug-sit-for, feedmail-queue-express-hook)
8019 (feedmail-queue-runner-message-sender): Set :version.
8020 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
8021 (bbdb-dwim-net-address, vm-mail): Declare.
8022 (feedmail-binmail-gnulinuxish-template):
8023 Rename from feedmail-binmail-linuxish-template.
8024 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
8025 Use insert-buffer-substring.
8026
8027 2011-05-14 Bill Carpenter <bill@carpenter.org>
8028
8029 * mail/feedmail.el (feedmail-patch-level): Increase.
8030 (feedmail-debug): New custom group.
8031 (feedmail-confirm-outgoing-timeout)
8032 (feedmail-sendmail-f-doesnt-sell-me-out)
8033 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
8034 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
8035 (feedmail-sender-line, feedmail-from-line)
8036 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
8037 (feedmail-spray-this-address)
8038 (feedmail-spray-address-fiddle-plex-list)
8039 (feedmail-queue-use-send-time-for-date)
8040 (feedmail-queue-use-send-time-for-message-id)
8041 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
8042 (feedmail-buffer-eating-function):
8043 Doc fixes.
8044 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
8045 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
8046 (feedmail-message-action-scroll-down): New functions.
8047 (feedmail-queue-directory, feedmail-queue-draft-directory):
8048 Use expand-file-name.
8049 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
8050 Remove C-v help entry.
8051 (feedmail-queue-buffer-file-name): New variable.
8052 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
8053 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
8054 (feedmail-message-action-send-strong, feedmail-message-action-edit)
8055 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
8056 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
8057 (feedmail-message-action-toggle-spray)
8058 (feedmail-run-the-queue-no-prompts)
8059 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
8060 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
8061 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
8062 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
8063 (feedmail-envelope-deducer, feedmail-fiddle-from)
8064 (feedmail-fiddle-sender, feedmail-default-date-generator)
8065 (feedmail-fiddle-date, feedmail-fiddle-message-id)
8066 (feedmail-fiddle-spray-address)
8067 (feedmail-fiddle-list-of-spray-fiddle-plexes)
8068 (feedmail-fiddle-list-of-fiddle-plexes)
8069 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
8070 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
8071 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
8072 Change default. Doc fix.
8073 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
8074 (feedmail-binmail-linuxish-template): New constant.
8075 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
8076 Respect feedmail-sendmail-f-doesnt-sell-me-out.
8077 (feedmail-send-it): Add debug call.
8078 Use feedmail-queue-buffer-file-name, and
8079 feedmail-send-it-immediately-wrapper.
8080 (feedmail-message-action-send): Add debug call.
8081 Use feedmail-send-it-immediately-wrapper.
8082 (feedmail-queue-express-to-queue): Add debug call.
8083 Run feedmail-queue-express-hook.
8084 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
8085 (feedmail-message-action-help-blat):
8086 Rename from feedmail-queue-send-edit-prompt-help-first.
8087 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
8088 Check line-endings. Handle errors better.
8089 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
8090 Doc fix. Add debug call.
8091 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
8092 Use feedmail-queue-send-edit-prompt-inner.
8093 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
8094 (feedmail-queue-send-edit-prompt-inner): New function, extracted
8095 from feedmail-queue-send-edit-prompt.
8096 (feedmail-queue-send-edit-prompt-help)
8097 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
8098 (feedmail-tidy-up-slug): Add debug call.
8099 Respect feedmail-queue-slug-suspect-regexp.
8100 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
8101 (feedmail-dump-message-to-queue): Add debug call.
8102 Expand queue-directory.
8103 (feedmail-dump-message-to-queue): Change message slightly.
8104 Use feedmail-say-chatter.
8105 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
8106 (feedmail-send-it-immediately-wrapper): New function.
8107 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
8108 Insert empty string rather than newline. Handle full-frame case.
8109 Use catch/throw. Use feedmail-say-chatter.
8110 (feedmail-fiddle-from): Try mail-host-address.
8111 (feedmail-default-message-id-generator): Doc fix.
8112 Bind system-time-locale. Handle missing end.
8113 (feedmail-fiddle-x-mailer): Add debug call.
8114 Handle feedmail-x-mailer-line being nil.
8115 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
8116 Add debug call. Use buffer-substring-no-properties.
8117 (feedmail-say-debug, feedmail-say-chatter): New functions.
8118 (feedmail-find-eoh): Give an explicit error.
8119
8120 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
8121
8122 * net/newst-treeview.el (newsticker-treeview-face): Change default
8123 family from helvetica to sans.
8124 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
8125 etc/images/newsticker.
8126
8127 * net/newst-reader.el (newsticker-feed-face): Change default
8128 family from helvetica to sans.
8129
8130 * net/newst-plainview.el (newsticker-new-item-face)
8131 (newsticker-old-item-face, newsticker-immortal-item-face)
8132 (newsticker-obsolete-item-face, newsticker-date-face)
8133 (newsticker-statistics-face): Change default family from
8134 helvetica to sans.
8135 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
8136 etc/images/newsticker.
8137
8138 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
8139 (newsticker--process-auto-mark-filter-match): : Tell user about
8140 auto-marking.
8141
8142 2011-05-13 Didier Verna <didier@xemacs.org>
8143
8144 Common Lisp indentation improvements on defmethod and lambda-lists.
8145 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
8146 TODO entries.
8147 (lisp-lambda-list-keyword-parameter-indentation)
8148 (lisp-lambda-list-keyword-parameter-alignment)
8149 (lisp-lambda-list-keyword-alignment): New customizable user options.
8150 (lisp-indent-defun-method): Improve docstring.
8151 (extended-loop-p): Fix comment.
8152 (lisp-indent-lambda-list-keywords-regexp): New variable.
8153 (lisp-indent-lambda-list): New function.
8154 (lisp-indent-259): Use it.
8155 (lisp-indent-defmethod): Support for more than one
8156 method qualifier and properly indent methods lambda-lists.
8157 (defgeneric): Provide a missing common-lisp-indent-function property.
8158
8159 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
8162 bounds for the empty string (bug#8667).
8163
8164 2011-05-13 Glenn Morris <rgm@gnu.org>
8165
8166 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
8167
8168 * mail/sendmail.el (sendmail-program): Try executable-find first.
8169 (sendmail-send-it): `sendmail-program' cannot be unbound.
8170
8171 * calendar/appt.el (appt-make-list): Simplify.
8172 (appt-time-msg-list): Doc fix.
8173 (appt-check): Change mode-line message at the time of the appointment.
8174
8175 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
8176
8177 * progmodes/ld-script.el (ld-script-keywords)
8178 (ld-script-builtins): Update keywords list.
8179
8180 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8181
8182 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
8183
8184 * shell.el (shell-completion-vars): New function.
8185 (shell-mode):
8186 * simple.el (read-shell-command): Use it.
8187 (blink-matching-open): No need for " [...]" in minibuffer-message.
8188
8189 2011-05-12 Glenn Morris <rgm@gnu.org>
8190
8191 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
8192 (appt-check): Simplify.
8193
8194 2011-05-12 Eli Zaretskii <eliz@gnu.org>
8195
8196 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
8197 literal "/dev/null".
8198
8199 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
8202 Fix typo.
8203
8204 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
8205
8206 * progmodes/which-func.el (which-function):
8207 Use add-log-current-defun instead of add-log-current-defun-function,
8208 which might not be defined (Bug#8260).
8209
8210 2011-05-12 Glenn Morris <rgm@gnu.org>
8211
8212 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
8213 Let byte-compile-initial-macro-environment always take precedence.
8214
8215 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * net/rcirc.el: Add support for SSL/TLS connections.
8218 (rcirc-server-alist): New field `encryption'.
8219 (rcirc): Check `encryption' settings.
8220 (rcirc-connect): New arg `encryption'. Use open-network-stream.
8221 Merge make-local-variable into `set'.
8222 (rcirc--connection-open-p): New function.
8223 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
8224 the process is not a network process (e.g. running gnutls-cli).
8225 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8226 Make rcirc-(en|de)code-coding-system local here.
8227 (rcirc-mode): Merge make-local-variable into `set'.
8228 (rcirc-parent-buffer): Make permanent buffer-local.
8229 (rcirc-multiline-minor-mode): Don't do it here.
8230 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
8231 there's no server buffer.
8232
8233 2011-05-11 Glenn Morris <rgm@gnu.org>
8234
8235 * newcomment.el (comment-kill): Prefix "unused" local.
8236
8237 * term/w32console.el (get-screen-color): Declare.
8238
8239 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8240 Handle symbol elements of byte-compile-initial-macro-environment.
8241
8242 2011-05-10 Leo Liu <sdl.web@gmail.com>
8243
8244 * bookmark.el (bookmark-bmenu-mode-map):
8245 Bind bookmark-bmenu-search to `/'.
8246
8247 * mail/footnote.el: Convert to utf-8 encoding.
8248 (footnote-unicode-string, footnote-unicode-regexp): New variable.
8249 (Footnote-unicode): New function.
8250 (footnote-style-alist): Add unicode style to the list.
8251 (footnote-style): Doc fix.
8252
8253 2011-05-10 Jim Meyering <meyering@redhat.com>
8254
8255 Fix doubled-word typos.
8256 * international/quail.el (quail-insert-kbd-layout): and and -> and
8257 * kermit.el: and and -> and
8258 * net/ldap.el (ldap-search-internal): to to -> to
8259 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
8260 * progmodes/js.el (js-mode): and and -> and
8261 * textmodes/artist.el (artist-move-to-xy): at at -> at
8262 (artist-draw-region-trim-line-endings): if if -> if
8263 And Safetyc -> Safety.
8264 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
8265
8266 2011-05-10 Glenn Morris <rgm@gnu.org>
8267 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * files.el (hack-one-local-variable-eval-safep):
8270 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
8271
8272 2011-05-10 Glenn Morris <rgm@gnu.org>
8273
8274 * calendar/diary-lib.el (diary-list-entries-hook)
8275 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
8276 (diary-nongregorian-marking-hook, diary-list-entries)
8277 (diary-include-other-diary-files, diary-mark-entries)
8278 (diary-mark-included-diary-files): Doc fixes.
8279
8280 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
8281
8282 * misc.el: Require tabulated-list.el during compilation.
8283
8284 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
8285
8286 * progmodes/compile.el (compilation-start):
8287 Run compilation-filter-hook for the async case too.
8288 (compilation-filter-hook): Doc fix.
8289
8290 2011-05-09 Deniz Dogan <deniz@dogan.se>
8291
8292 * wdired.el: Remove outdated installation comment. Fix usage
8293 comment.
8294
8295 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
8296
8297 * misc.el: Implement new command `list-dynamic-libraries'.
8298 (list-dynamic-libraries--loaded-only-p): New variable.
8299 (list-dynamic-libraries--refresh): New function.
8300 (list-dynamic-libraries): New command.
8301
8302 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8305 Fix the ant regexp to handle end-line and end-column info from jikes.
8306 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
8307 higher priority to avoid clobbering by gnu.
8308
8309 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
8310
8311 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
8312 if the face has existing theme settings (Bug#8454).
8313
8314 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
8315
8316 * progmodes/perl-mode.el (perl-imenu-generic-expression):
8317 Only match variables declared via `my' or `our' (Bug#8261).
8318
8319 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
8320 special file names `.' and `..' (Bug#8259).
8321
8322 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
8323
8324 * progmodes/grep.el (grep-mode-font-lock-keywords):
8325 Remove buffer-changing entries.
8326 (grep-filter): New function.
8327 (grep-mode): Add it to compilation-filter-hook.
8328
8329 * progmodes/compile.el (compilation-filter-hook)
8330 (compilation-filter-start): New defvars.
8331 (compilation-filter): Call compilation-filter-hook prior to
8332 updating the process mark.
8333
8334 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
8337
8338 2011-05-07 Eli Zaretskii <eliz@gnu.org>
8339
8340 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
8341 mailclient-send-it even if window-system is nil. (Bug#8595)
8342
8343 * term/w32console.el (terminal-init-w32console):
8344 Call get-screen-color and use its output to set the frame
8345 background-mode. (Bug#8597)
8346
8347 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 Make bytecomp.el understand that defmethod defines funs (bug#8631).
8350 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
8351 New functions.
8352 (defgeneric, eieio--defmethod): Use them.
8353 (eieio-defgeneric): Remove.
8354 (defmethod): Call defgeneric in a way visible to the byte-compiler.
8355
8356 2011-05-07 Glenn Morris <rgm@gnu.org>
8357
8358 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
8359 Use let rather than let*.
8360 (timeclock-find-discrep): Remove unused local.
8361
8362 * calendar/diary-lib.el (diary-comment-start): Doc fix.
8363
8364 * calendar/appt.el (appt-time-msg-list): Doc fix.
8365
8366 2011-05-06 Noah Friedman <friedman@splode.com>
8367
8368 * apropos.el (apropos-print-doc): Only use
8369 emacs-lisp-docstring-fill-column when it is bound to an integer,
8370 per that variable's documentation.
8371
8372 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
8375 and warnings are not silently discarded (e.g. use -d instead of -P).
8376
8377 2011-05-06 Glenn Morris <rgm@gnu.org>
8378
8379 * calendar/appt.el (appt-message-warning-time): Doc fix.
8380 (appt-warning-time-regexp): New option.
8381 (appt-make-list): Respect appt-message-warning-time.
8382
8383 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
8384 New options.
8385 (diary-add-to-list): Strip comments from the displayed string.
8386 (diary-mode): Set comment-start and comment-end.
8387
8388 * vc/diff-mode.el (smerge-refine-subst): Declare.
8389 (diff-refine-hunk): Don't require smerge-mode when compiling.
8390
8391 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
8392
8393 * simple.el (list-processes): Return nil as the docstring says.
8394
8395 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
8396
8397 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
8398 to "".
8399 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8400 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
8401 determining of binary transfer. (Bug#7383)
8402
8403 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
8404
8405 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8406 Fix port computation bug. (Bug#8618)
8407
8408 2011-05-05 Glenn Morris <rgm@gnu.org>
8409
8410 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
8411
8412 * simple.el (shell-dynamic-complete-functions)
8413 (comint-dynamic-complete-functions): Declare.
8414
8415 * net/network-stream.el (gnutls-negotiate):
8416 * simple.el (tabulated-list-print): Fix declarations.
8417
8418 * progmodes/gud.el (syntax-symbol, syntax-point):
8419 Remove unnecessary and incorrect declarations.
8420
8421 * emacs-lisp/check-declare.el (check-declare-scan):
8422 Handle byte-compile-initial-macro-environment in bytecomp.el
8423
8424 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8425
8426 Fix earlier half-done eieio-defmethod change (bug#8338).
8427 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
8428 Streamline and change calling convention.
8429 (defmethod): Adjust accordingly and simplify.
8430 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
8431 new eieio--defmethod.
8432 (slot-boundp): Minor CSE simplification.
8433
8434 2011-05-05 Milan Zamazal <pdm@zamazal.org>
8435
8436 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
8437 (glasses-make-readable): Use glasses-separate-capital-groups.
8438
8439 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
8440
8441 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
8442 (warning-series): Doc fix.
8443 (display-warning): Don't try to create the buffer if we just found it.
8444
8445 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
8446
8447 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
8448 (autoload-find-generated-file): New function.
8449 (generate-file-autoloads): Bind generated-autoload-file to
8450 buffer-file-name.
8451 (update-file-autoloads, update-directory-autoloads):
8452 Use autoload-find-generated-file. If called interactively, prompt for
8453 output file (Bug#7989).
8454 (batch-update-autoloads): Doc fix.
8455
8456 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
8457
8458 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
8459
8460 2011-05-04 Glenn Morris <rgm@gnu.org>
8461
8462 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
8463 function, so it follows changes in calendar-date-style.
8464 (diary-fancy-date-matcher): New function.
8465 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
8466 (diary-fancy-font-lock-fontify-region-function):
8467 Use diary-fancy-date-pattern as a function.
8468
8469 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
8470 non-numbers for `year' etc pseudo-variables. (Bug#8583)
8471
8472 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
8473
8474 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
8475 instead of positional arguments. Allow :keylist and :crlfiles
8476 arguments.
8477 (open-gnutls-stream): Call it.
8478
8479 * net/network-stream.el (network-stream-open-starttls): Adjust to
8480 call `gnutls-negotiate' with :process and :hostname arguments.
8481
8482 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * minibuffer.el (completion--message): New function.
8485 (completion--do-completion, minibuffer-complete)
8486 (minibuffer-force-complete, minibuffer-complete-word): Use it.
8487 (completion--do-completion): Don't ignore completion-auto-help when in
8488 icomplete-mode.
8489
8490 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
8491 internal encoding (e.g. tibetan zero is not whitespace).
8492 (global-whitespace-mode): Prefer save-current-buffer.
8493 (whitespace-trailing-regexp): Remove useless save-match-data.
8494 (whitespace-empty-at-bob-regexp): Minor simplification.
8495
8496 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
8497
8498 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
8499
8500 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8501
8502 * textmodes/ispell.el (ispell-add-per-file-word-list):
8503 Use `concat' to create string for insertion.
8504
8505 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8506
8507 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8508 Avoid open-line which runs post-self-insert-hook.
8509 (bibtex-fill-entry): Remove unused `end' var.
8510
8511 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
8512
8513 * textmodes/ispell.el (ispell-add-per-file-word-list):
8514 Protect against `nil' value of `comment-start' (Bug#8579).
8515
8516 2011-05-03 Leo Liu <sdl.web@gmail.com>
8517
8518 * isearch.el (isearch-yank-pop): New command.
8519 (isearch-mode-map): Bind it to `M-y'.
8520 (isearch-forward): Mention it.
8521
8522 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * simple.el (minibuffer-complete-shell-command): Remove.
8525 (minibuffer-local-shell-command-map): Use completion-at-point.
8526 (read-shell-command): Setup completion vars here instead.
8527 (read-expression-map): Bind TAB to symbol completion.
8528
8529 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8530 error directly rather via storing it into `results'.
8531
8532 2011-05-02 Leo Liu <sdl.web@gmail.com>
8533
8534 * vc/diff.el: Fix description.
8535
8536 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8537
8538 * server.el (server-eval-at): New function.
8539
8540 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8541
8542 * net/network-stream.el (open-network-stream): Take a :nowait
8543 parameter and pass it on to `make-network-process'.
8544 (network-stream-open-plain): Ditto.
8545
8546 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8547
8548 * faces.el (face-spec-set-match-display): Don't match toolkit
8549 options on terminal frames.
8550
8551 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * progmodes/pascal.el: Use lexical binding.
8554 (pascal-mode-map): Remove author preferences.
8555
8556 * pcomplete.el (pcomplete-std-complete): Don't abuse
8557 completion-at-point.
8558
8559 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
8560
8561 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8562 removing code that has been dead since 1991 or so.
8563
8564 * startup.el (command-line): When warning about "_emacs", use a
8565 delayed warning to allow the user to filter it out.
8566
8567 2011-04-28 Deniz Dogan <deniz@dogan.se>
8568
8569 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8570 user has not joined.
8571
8572 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8573
8574 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8575 aren't any completions at point.
8576
8577 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
8578
8579 * subr.el (display-delayed-warnings): New function.
8580 (delayed-warnings-hook): New variable.
8581
8582 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * minibuffer.el (completion-at-point, completion-help-at-point):
8585 Don't presume that a given completion-at-point-function will always
8586 use the same calling convention.
8587
8588 * pcomplete.el (pcomplete-completions-at-point):
8589 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8590 pcomplete-seen is non-nil.
8591 (pcomplete-comint-setup): Also recognize the new comint/shell
8592 completion functions.
8593 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8594 pcomplete-seen is non-nil.
8595
8596 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
8597
8598 * calendar/icalendar.el (diary-lib): Add require statement.
8599 (icalendar--create-uid): Read out a uid from a text-property on
8600 the first character in the entry. This allows for code to add its
8601 own uid to the entry.
8602 (icalendar--convert-float-to-ical): Add export of
8603 `diary-float'-entries save for those with the optional DAY
8604 argument.
8605
8606 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8607
8608 * subr.el (shell-quote-argument): Use alternate escaping strategy
8609 when we spot a variable reference in a string.
8610
8611 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8612
8613 * cus-start.el (all): Define customization for debug-on-event.
8614
8615 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8616
8617 * subr.el (shell-quote-argument): Escape correctly under Windows.
8618
8619 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8622
8623 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
8624
8625 * net/tramp.el (tramp-process-actions): Add POS argument.
8626 Delete region between POS and (pos).
8627
8628 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8629 Use `nil' position in `tramp-process-actions' call.
8630 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8631
8632 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8633 position in `tramp-process-actions' call.
8634
8635 * net/trampver.el: Update release number.
8636
8637 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8638
8639 * custom.el (defcustom): Obey lexical-binding.
8640
8641 Fix octave-inf completion problems reported by Alexander Klimov.
8642 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8643 Inherit from octave-mode-syntax-table.
8644 (inferior-octave-mode): Set info-lookup-mode.
8645 (inferior-octave-completion-at-point): New function.
8646 (inferior-octave-complete): Use it and completion-in-region.
8647 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8648 comint-filename-completion.
8649 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8650 symbol elements which shouldn't be word elements.
8651 (octave-font-lock-keywords, octave-beginning-of-defun)
8652 (octave-function-header-regexp): Adjust regexps accordingly.
8653 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8654
8655 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
8656
8657 * net/gnutls.el (gnutls-errorp): Declare before first use.
8658
8659 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8660
8661 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8662 verify-error, and verify-hostname-error parameters. Check whether
8663 default trustfile exists before going to use it. Add missing
8664 argument to gnutls-message-maybe call. Return value.
8665 Reported by Claudio Bley <claudio.bley@gmail.com>.
8666 (open-gnutls-stream): Add usage example.
8667
8668 * net/network-stream.el (network-stream-open-starttls): Give host
8669 parameter to `gnutls-negotiate'.
8670 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8671 * subr.el (shell-quote-argument): Escape correctly under Windows.
8672
8673 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
8674
8675 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8676 Use correct match group (bug#8438).
8677
8678 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
8679
8680 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8681 (package-menu--generate): New arg specifying packages to show.
8682 (package-menu-refresh, package-menu-execute, list-packages):
8683 Callers changed.
8684 (package-show-package-list): New function, replacing deleted
8685 package--list-packages (renamed because it is non-internal).
8686
8687 * finder.el (finder-list-matches): Use package-show-package-list
8688 instead of deleted package--list-packages.
8689
8690 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8691 Based on a previous implementation by Juanma Barranquero (Bug#8366).
8692 (vc-annotate-mode-map): Bind it to RET.
8693
8694 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8695
8696 * progmodes/etags.el (next-file): Don't use set-buffer to change
8697 buffers (Bug#8478).
8698
8699 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
8700
8701 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8702
8703 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8704 (apropos-accumulator): Doc fix.
8705 (apropos-function, apropos-macro, apropos-command)
8706 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8707 (apropos-plist): Add face property.
8708 (apropos-symbols-internal): Fix indentation.
8709 (apropos-print): Simplify help, and recognize apropos-multi-type.
8710 (apropos-print-doc): Use button-type-get to extract the button's
8711 face property. Fill docstring (Bug#8352).
8712
8713 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
8714
8715 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8716
8717 * play/mpuz.el (mpuz-silent): Doc fix.
8718 (mpuz-mode-map): Use mapc.
8719 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8720 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8721 Fix typos in docstrings.
8722
8723 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8724 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8725
8726 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8727
8728 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
8729
8730 * minibuffer.el (completion--do-completion): Avoid the "Next char
8731 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8732
8733 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8734 mouse-2 into unread-command-events, it is interpreted correctly.
8735
8736 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
8737 (image-toggle-display): Doc fix.
8738
8739 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
8740
8741 * textmodes/page.el (what-page): Use line-number-at-pos to
8742 calculate line number (Bug#6825).
8743
8744 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
8745
8746 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8747 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8748 Pass argument NO-DEFAULT to `find-tag-interactive'.
8749
8750 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
8751
8752 Lexical-binding cleanup.
8753
8754 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8755 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8756 * progmodes/ada-prj.el (ada-prj-initialize-values)
8757 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8758 (ada-prj-show-value):
8759 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8760 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8761 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8762 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8763 * progmodes/bug-reference.el (bug-reference-push-button):
8764 * progmodes/fortran.el (fortran-line-length):
8765 * progmodes/glasses.el (glasses-change):
8766 * progmodes/octave-mod.el (octave-fill-paragraph):
8767 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8768 (python-pdbtrack-grub-for-buffer, python-sentinel):
8769 * progmodes/sql.el (sql-save-connection):
8770 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8771 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8772 Mark unused parameters.
8773
8774 * progmodes/compile.el (compilation--flush-directory-cache)
8775 (compilation--flush-parse, compile-internal): Mark unused parameters.
8776 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8777 (compilation-next-error-function): Remove unused variable `timestamp'.
8778
8779 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8780 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8781
8782 * progmodes/dcl-mode.el (dcl-end-of-command):
8783 Remove unused variable `start'.
8784 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8785 (dcl-option-value-basic, dcl-option-value-offset)
8786 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8787 Mark unused parameters.
8788 (dcl-save-local-variable): Remove unused variable `val'.
8789 (mode): Declare.
8790
8791 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8792 Mark unused parameters.
8793 (delphi-ignore-changes): Move before first use.
8794 (delphi-charset-token-at): Remove unused variable `start'.
8795 (delphi-else-start): Remove unused variable `if-count'.
8796 (delphi-comment-block-start, delphi-comment-block-end):
8797 Remove unused variable `kind'.
8798 (delphi-indent-line): Remove unused variable `new-point'.
8799
8800 * progmodes/ebrowse.el (ebrowse-files-list)
8801 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8802 Mark unused parameters. Don't quote `lambda'.
8803 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8804 Don't quote `lambda'.
8805 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8806 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8807 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8808 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8809 Use `ignore-errors'.
8810 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8811 (ebrowse-view/find-file-and-search-pattern)
8812 (ebrowse-view/find-member-declaration/definition):
8813 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8814 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8815 Rename parameter PREFIX-ARG to PREFIX.
8816 (ebrowse-tags-read-name): Remove unused variables `start' and
8817 `member-info'.
8818 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8819 to `tags-file'.
8820
8821 * progmodes/etags.el (local-find-tag-hook): Declare.
8822 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8823 Mark unused parameters.
8824
8825 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8826 (executable-interpret): Mark unused parameter.
8827
8828 * progmodes/flymake.el (flymake-process-sentinel)
8829 (flymake-after-change-function)
8830 (flymake-create-temp-with-folder-structure)
8831 (flymake-get-include-dirs-dot): Mark unused parameters.
8832 (flymake-safe-delete-directory): Remove unused variable `err'.
8833
8834 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8835 (speedbar-timer-fn, speedbar-line-text)
8836 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8837 (speedbar-center-buffer-smartly): Declare functions.
8838 (gdb-find-watch-expression): Remove unused variable `array'.
8839 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8840 (gdb-starting): Mark unused parameters.
8841 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8842 (gdb-table-string): Remove unused variable `res'.
8843 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8844 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8845 (gdb-display-buffer): Remove unused variable `cur-size'.
8846
8847 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8848 allow lexical-binding compilation.
8849 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8850 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8851 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8852 Mark unused parameters.
8853 (gud-gdb-marker-filter): Remove unused variable `match'.
8854 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8855 lambda expressions and funcall them, instead of using `fset'.
8856
8857 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8858 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8859
8860 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8861 variable `header-beg'; use `let'.
8862
8863 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8864 `restart', `last-sexp' and `at-do'.
8865
8866 * progmodes/js.el (js--debug): Mark unused parameter.
8867 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8868 (js--splice-into-items): Remove unused variable `item'.
8869 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8870
8871 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8872 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8873 (makefile-complete): Remove unused variable `try'.
8874 (makefile-fill-paragraph, makefile-match-function-end):
8875 Mark unused parameters.
8876
8877 * progmodes/octave-inf.el (inferior-octave-complete):
8878 Remove unused variable `proc'.
8879 (inferior-octave-output-digest): Mark unused parameter.
8880
8881 * progmodes/perl-mode.el (perl-calculate-indent):
8882 Remove unused variable `err'.
8883
8884 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8885 (prolog-indent-line): Mark unused parameters.
8886 (prolog-indent-line): Remove unused variable `beg'.
8887
8888 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8889 (reporter-dont-compact-list): Declare.
8890
8891 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8892 Remove unused variable `char'.
8893 (sh-debug): Mark unused parameter.
8894 (sh-get-indent-info): Remove unused variable `start'.
8895 (sh-calculate-indent): Remove unused variable `var'.
8896
8897 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8898 (simula-electric-keyword): Remove unused variable `null'.
8899 (simula-search-backward, simula-search-forward): Remove unused
8900 variables `begin' and `end'.
8901
8902 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8903 Remove unused variable `pos'.
8904 (vera-electric-tab, vera-comment-uncomment-region):
8905 Mark unused parameters.
8906 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8907
8908 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
8909
8910 * emacs-lisp/package.el (package--builtins, package-alist)
8911 (package-load-descriptor, package-built-in-p, package-activate)
8912 (define-package, package-installed-p)
8913 (package-compute-transaction, package-buffer-info)
8914 (package--push): Doc fix. Distinguish more clearly between
8915 version strings and version lists.
8916
8917 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
8918
8919 Lexical-binding cleanup.
8920
8921 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8922 (5x5-make-mutate-best):
8923 * play/fortune.el (fortune-in-buffer):
8924 * play/gomoku.el (gomoku-init-display):
8925 * play/solitaire.el (solitaire, solitaire-do-check):
8926 * play/tetris.el (tetris-default-update-speed-function):
8927 Mark unused parameters.
8928
8929 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8930 (bubbles--shift): Remove unused variable `char-org'.
8931 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8932 (bubbles--show-images): Remove unused variable `char'.
8933
8934 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8935 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8936 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8937 (decipher-analyze-buffer): Use ?\s.
8938 (decipher-make-checkpoint): Remove unused variable `mapping'.
8939
8940 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8941
8942 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8943 Remove unused variable `result'; use `let'.
8944
8945 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8946 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8947 (gametree-children-shown-p, gametree-compute-reduced-score):
8948 Use `ignore-errors'.
8949
8950 * play/handwrite.el (ps-lpr-switches): Declare.
8951 (handwrite): Remove unused variables `pmin' and `lastp'.
8952
8953 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8954
8955 * play/landmark.el (landmark-init-display)
8956 (landmark-update-naught-weights): Mark unused parameters.
8957 (landmark-y): Remove unused variable `noise'. Simplify.
8958 (landmark-human-plays): Remove unused variable `score'.
8959
8960 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8961 (mpuz-try-proposal): Remove unused variable `game'.
8962
8963 * play/zone.el (life-patterns): Declare.
8964
8965 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
8966
8967 * vc/vc.el (ediff-vc-internal): Declare function.
8968
8969 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * shell.el: Use lexical-binding and std completion UI.
8972 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8973 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8974 comint-preoutput-filter-functions rather than on
8975 comint-output-filter-functions.
8976 (shell-command-completion, shell--command-completion-data)
8977 (shell-filename-completion, shell-environment-variable-completion)
8978 (shell-c-a-p-replace-by-expanded-directory): New functions.
8979 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8980 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8981 (shell-dynamic-complete-environment-variable): Use them.
8982 (shell-dynamic-complete-as-environment-variable)
8983 (shell-dynamic-complete-as-command): Remove.
8984 (shell-match-partial-variable): Match past point.
8985 * comint.el: Clean up use of completion-at-point-functions.
8986 (comint-completion-at-point): New function.
8987 (comint-mode): Use it completion-at-point-functions.
8988 (comint-dynamic-complete): Make it obsolete.
8989 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8990 (comint-c-a-p-replace-by-expanded-history): New function.
8991 (comint-dynamic-complete-functions)
8992 (comint-replace-by-expanded-history): Use it.
8993 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8994 termination strings. Try harder to avoid second try-completion.
8995 (completion-in-region-mode-map): Disable bindings that don't work yet.
8996
8997 * comint.el: Use lexical-binding. Require CL.
8998 (comint-dynamic-complete-functions): Use comint-filename-completion.
8999 (comint-completion-addsuffix): Tweak custom type.
9000 (comint-filename-completion, comint--common-suffix)
9001 (comint--common-quoted-suffix, comint--table-subvert)
9002 (comint--complete-file-name-data): New functions.
9003 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
9004 (comint-dynamic-list-filename-completions): Use them.
9005 (comint-dynamic-simple-complete): Make obsolete.
9006
9007 * minibuffer.el (completion-in-region-mode):
9008 Keep completion-in-region-mode--predicate global.
9009 (completion-in-region--postch):
9010 Assume completion-in-region-mode--predicate is not null.
9011
9012 * progmodes/flymake.el (flymake-start-syntax-check-process):
9013 Obey `dir'. Simplify.
9014
9015 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
9016 we're in VC after all.
9017
9018 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
9019
9020 * vc/vc.el (vc-diff-build-argument-list-internal)
9021 (vc-version-ediff, vc-ediff): New commands.
9022 (vc-version-diff): Use vc-diff-build-argument-list-internal.
9023
9024 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9025
9026 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
9027 add sanity check.
9028
9029 * obsolete/erc-hecomplete.el: Make obsolete.
9030 * obsolete/: Standardize obsolescence info in the header.
9031
9032 2011-04-20 Glenn Morris <rgm@gnu.org>
9033
9034 * calendar/solar.el (solar-horizontal-coordinates):
9035 Use the longitude argument rather than `calendar-longitude'.
9036 (solar-date-next-longitude): Remove unused locals.
9037
9038 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9039
9040 * whitespace.el: New version 13.2.1.
9041
9042 2011-04-20 felix <EmacsWiki> (tiny change)
9043
9044 * whitespace.el (global-whitespace-mode): Keep highlight when
9045 switching between major modes on a file.
9046
9047 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
9050 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
9051 multi-line comments as well.
9052
9053 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
9054
9055 Lexical-binding cleanup.
9056
9057 * arc-mode.el (archive-mode-revert):
9058 * cmuscheme.el (scheme-interactively-start-process):
9059 * custom.el (custom-initialize-delay):
9060 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
9061 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
9062 * emacs-lock.el (emacs-lock-clear-sentinel):
9063 * ezimage.el (defezimage):
9064 * follow.el (follow-avoid-tail-recenter):
9065 * fringe.el (set-fringe-mode-1):
9066 * generic-x.el (bat-generic-mode-compile):
9067 * help-mode.el (help-info-variable, help-do-xref)
9068 (help-mode-revert-buffer):
9069 * help.el (view-emacs-todo):
9070 * iswitchb.el (iswitchb-completion-help):
9071 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
9072 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
9073 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
9074 * locate.el (locate-update):
9075 * longlines.el (longlines-encode-region)
9076 (longlines-after-change-function):
9077 * outline.el (outline-isearch-open-invisible):
9078 * ps-def.el (declare-function, charset-dimension, char-width)
9079 (encode-char):
9080 * ps-mule.el (ps-mule-plot-string):
9081 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
9082 (recentf-edit-list-select, recentf-edit-list-validate)
9083 (recentf-open-files-action):
9084 * rect.el (delete-whitespace-rectangle-line)
9085 (rectangle-number-line-callback):
9086 * register.el (window-configuration-to-register)
9087 (frame-configuration-to-register):
9088 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
9089 * select.el (xselect-convert-to-string, xselect-convert-to-length)
9090 (xselect-convert-to-targets, xselect-convert-to-delete)
9091 (xselect-convert-to-filename, xselect-convert-to-charpos)
9092 (xselect-convert-to-lineno, xselect-convert-to-colno)
9093 (xselect-convert-to-os, xselect-convert-to-host)
9094 (xselect-convert-to-user, xselect-convert-to-class)
9095 (xselect-convert-to-name, xselect-convert-to-integer)
9096 (xselect-convert-to-atom, xselect-convert-to-identity):
9097 * subr.el (declare, ignore, process-kill-without-query)
9098 (text-clone-maintain):
9099 * terminal.el (te-get-char, te-tic-sentinel):
9100 * tool-bar.el (tool-bar-make-keymap):
9101 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
9102 * type-break.el (type-break-mode, type-break-noninteractive-query):
9103 * view.el (View-back-to-mark):
9104 * wid-browse.el (widget-browse-action, widget-browse-widget)
9105 (widget-browse-widgets, widget-browse-sexp):
9106 * widget.el (define-widget-keywords):
9107 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
9108 Mark unused parameters.
9109
9110 * align.el (align-adjust-col-for-rule): Mark unused parameter.
9111 (align-areas): Remove unused variable `look'.
9112 (align-region): Remove unused variables `real-end' and `pos-list'.
9113
9114 * apropos.el (apropos-score-doc): Remove unused variable `i'.
9115
9116 * bindings.el (mode-line-modified, mode-line-remote):
9117 Mark unused parameters.
9118 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
9119
9120 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
9121 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
9122
9123 * comint.el (comint-history-isearch-pop-state)
9124 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
9125 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
9126 (comint-substitute-in-file-name): Doc fix.
9127
9128 * completion.el (cmpl-statistics-block): Mark unused parameter.
9129 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
9130 (save-completions-to-file, load-completions-from-file):
9131 Remove unused local variable `e'.
9132
9133 * composite.el (compose-chars): Remove unused variable `len'.
9134 (lgstring-insert-glyph): Remove unused variable `g'.
9135 (compose-glyph-string): Remove unused variables `ascent',
9136 `descent', `lbearing' and `rbearing'.
9137 (compose-glyph-string-relative): Remove unused variables
9138 `lbearing', `rbearing' and `wadjust'.
9139 (compose-gstring-for-graphic): Remove unused variables `header',
9140 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
9141 (compose-gstring-for-terminal): Remove unused variables `header'
9142 and `nchars'. Use `let', not `let*'.
9143
9144 * cus-edit.el (Custom-set, Custom-save, custom-reset)
9145 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
9146 (Custom-buffer-done, custom-buffer-create-internal)
9147 (custom-browse-visibility-action, custom-browse-group-tag-action)
9148 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
9149 (widget-magic-mouse-down-action, custom-toggle-parent)
9150 (custom-add-parent-links, custom-toggle-hide-variable)
9151 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
9152 (custom-toggle-hide-face, face, hook, custom-group-link-action)
9153 (custom-face-menu-create, custom-variable-menu-create, get)
9154 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
9155 (custom-reset-standard-save-and-update): Remove unused variable `value'.
9156 (customize-apropos): Remove unused variable `tests'.
9157 (custom-group-value-create): Remove unused variable `hidden-p'.
9158 (sort-fold-case): Declare.
9159
9160 * cus-theme.el (custom-reset-standard-faces-list)
9161 (custom-reset-standard-variables-list): Declare.
9162 (customize-create-theme, custom-theme-revert, custom-theme-write)
9163 (custom-theme-choose-mode, customize-themes, custom-theme-save):
9164 Mark unused parameters.
9165
9166 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
9167
9168 * delim-col.el (delimit-columns-max): Move defvar before first use.
9169
9170 * descr-text.el (describe-char-categories): Don't quote `lambda'.
9171 (describe-char): Don't quote `lambda'. Mark unused parameter.
9172
9173 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
9174 (auto-insert): Declare.
9175 (desktop-restore-file-buffer): Rename desktop-* parameters;
9176 mark unused ones.
9177 (desktop-create-buffer): Rename desktop-* parameters and bind them.
9178 (desktop-buffer): Rename desktop-* parameters.
9179
9180 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9181 (dframe-reposition-frame-xemacs, dframe-help-echo)
9182 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
9183 Mark unused parameters.
9184
9185 * dired-aux.el (backup-extract-version-start, overwrite-query)
9186 (overwrite-backup-query, rename-regexp-query)
9187 (rename-non-directory-query): Declare.
9188 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
9189 (dired-add-entry): Remove unused variable `orig-file-name'.
9190 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
9191 Use parameter PRESERVE-TIME instead of accessing dynamic variable
9192 `dired-copy-preserve-time' directly.
9193 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
9194 (dired-insert-subdir-newpos): Rename unused variable `pos'.
9195
9196 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
9197 (dired-virtual-revert, dired-make-relative-symlink):
9198 Mark unused parameters.
9199 (manual-program): Declare.
9200 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
9201 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
9202 wrapped in `with-no-warnings' to avoid replacing one warning by another.
9203
9204 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
9205
9206 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
9207
9208 * echistory.el (electric-history-in-progress, Helper-return-blurb):
9209 Declare.
9210
9211 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
9212
9213 * electric.el (Electric-command-loop): Rename parameter
9214 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
9215
9216 * expand.el (expand-in-literal): Remove unused variable `here'.
9217
9218 * facemenu.el (facemenu-add-new-color):
9219 Remove unused variable `docstring'.
9220
9221 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
9222 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
9223 (face-attr-construct): Mark unused parameter. Doc fix.
9224 (read-color): Remove unused variable `hex-string'.
9225
9226 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
9227 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
9228 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
9229 (display-buffer-other-frame): Remove unused variable `old-window'.
9230 (kill-buffer-hook): Declare.
9231 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
9232 Mark unused parameters.
9233 (after-find-file): Pass 1 to `auto-save-mode', not t.
9234
9235 * files-x.el (auto-insert): Declare.
9236 (modify-file-local-variable-prop-line): Remove unused variable `val'.
9237
9238 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
9239 variable `buf'. Mark unused parameter.
9240 (find-lisp-insert-directory): Mark unused parameter.
9241
9242 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
9243 (format-encode-region): Remove unused variables `cur-buf' and `result'.
9244 (format-common-tail): Remove, unused.
9245 (format-deannotate-region): Remove unused variable `loc'.
9246 (format-annotate-region): Remove unused variable `p'.
9247 (format-annotate-single-property-change): Remove unused variables
9248 `default' and `tail'.
9249
9250 * forms.el (read-file-filter): Declare.
9251 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
9252
9253 * frame.el (frame-creation-function-alist): Mark unused parameter.
9254 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
9255
9256 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
9257 Remove unused parameters.
9258 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
9259 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
9260
9261 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
9262 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
9263 (hfy-prepare-tag-map): Mark unused parameters.
9264 (htmlfontify-buffer): Use `called-interactively-p'.
9265
9266 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
9267 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
9268 (ibuffer-do-occur): Mark unused parameters.
9269 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
9270 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
9271
9272 * ibuffer.el: Don't quote `lambda'.
9273 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
9274 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
9275 Mark unused parameters.
9276
9277 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
9278 (ido-completing-read): Mark unused parameters.
9279 (ido-copy-current-word): Mark unused parameters;
9280 remove unused variable `name'.
9281 (ido-sort-merged-list): Remove unused parameter `dirs'.
9282
9283 * ielm.el (ielm-input-sender): Mark unused parameter.
9284 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
9285 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
9286 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
9287 `ielm-string' as a dynamic variable accessible from the IELM prompt.
9288 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
9289
9290 * image-dired.el (image-dired-display-thumbs): Remove unused
9291 variables `curr-file' and `count'.
9292 (image-dired-remove-tag): Remove unused variable `start'.
9293 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
9294 variable `curr-file'
9295 (image-dired-rotate-original): Remove unused variable `temp-file'.
9296 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
9297 Remove unused variable `file'.
9298 (image-dired-gallery-generate): Remove unused variable `curr'.
9299 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
9300
9301 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
9302
9303 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
9304
9305 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
9306
9307 * isearch.el (minibuffer-history-symbol): Declare.
9308 (isearch-edit-string): Remove unused variable `err'.
9309 (isearch-message-prefix, isearch-message-suffix):
9310 Mark unused parameters.
9311
9312 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
9313
9314 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
9315
9316 * makesum.el (double-column): Remove unused variable `cnt'.
9317
9318 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
9319 (ido-ignore-item-temp-list): Declare.
9320
9321 * mouse-drag.el (mouse-drag-throw): Remove unused variables
9322 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
9323 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
9324 (mouse-drag-drag): Remove unused variables `mouse-delta' and
9325 `mouse-col-delta'.
9326
9327 * mouse-sel.el (mouse-extend-internal):
9328 Remove unused variable `orig-window-frame'.
9329
9330 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
9331 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
9332 Move declarations before first use.
9333 (pcomplete-opt): Mark unused parameters; doc fix.
9334
9335 * proced.el (proced-revert): Mark unused parameter.
9336 (proced-send-signal): Remove unused variable `err'.
9337
9338 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
9339 Rename parameter PREFIX-ARG to ARG.
9340 (ps-basic-plot-string, ps-basic-plot-whitespace):
9341 Mark unused parameters.
9342
9343 * replace.el (replace-count): Define.
9344 (occur-revert-function): Mark unused parameters.
9345 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
9346 (isearch-case-fold-search, isearch-string): Declare.
9347 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
9348 bind `case-fold-search'. Remove unused variables `beg' and `end',
9349 and simplify.
9350 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
9351 COUNT and bind `replace-count'.
9352 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
9353 to COUNT.
9354
9355 * savehist.el (print-readably, print-string-length): Declare.
9356
9357 * shadowfile.el (shadow-expand-cluster-in-file-name):
9358 Remove unused variable `cluster'.
9359 (shadow-copy-file): Remove unused variable `i'.
9360 (shadow-noquery, shadow-clusters, shadow-site-cluster)
9361 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
9362 (shadow-define-literal-group, shadow-define-regexp-group)
9363 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
9364
9365 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
9366 (shell): Use `called-interactively-p'.
9367 (shell-directory-tracker): Remove unused variable `chdir-failure'.
9368
9369 * simple.el (compilation-context-lines, comint-file-name-quote-list)
9370 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
9371 (delete-backward-char): Remove unused variable `ocol'.
9372 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
9373 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
9374 (event-apply-hyper-modifier, event-apply-shift-modifier)
9375 (event-apply-control-modifier, event-apply-meta-modifier):
9376 Mark unused parameters.
9377 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
9378 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
9379
9380 * speedbar.el (speedbar-ignored-directory-expressions)
9381 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
9382 (speedbar-find-file, speedbar-dir-follow)
9383 (speedbar-directory-buttons-follow, speedbar-tag-find)
9384 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9385 (speedbar-buffers-line-directory, speedbar-buffer-click):
9386 Mark unused parameters.
9387 (speedbar-tag-file): Remove unused variable `mode'.
9388 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
9389
9390 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
9391
9392 * talk.el (talk): Remove unused variable `display'.
9393
9394 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
9395 (tar-write-region-annotate): Mark unused parameter.
9396
9397 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
9398 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
9399 Declare them, wrapped in `with-no-warnings' to avoid replacing one
9400 warning by another.
9401
9402 * time-stamp.el (time-stamp-string-preprocess):
9403 Remove unused variable `require-padding'.
9404
9405 * tree-widget.el (widget-glyph-enable): Declare.
9406 (tree-widget-action): Mark unused parameter.
9407
9408 * w32-fns.el (x-get-selection): Mark unused parameter.
9409 (autoload-make-program, generated-autoload-file): Declare.
9410
9411 * wdired.el (wdired-revert): Mark unused parameters.
9412 (wdired-xcase-word): Remove unused variable `err'.
9413
9414 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
9415 (whitespace-help-scroll): Remove unused variable `data-help'.
9416
9417 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
9418 (widget-image-insert, widget-after-change, default)
9419 (widget-default-format-handler, widget-default-notify)
9420 (widget-default-prompt-value, widget-info-link-action)
9421 (widget-url-link-action, widget-function-link-action)
9422 (widget-variable-link-action, widget-file-link-action)
9423 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
9424 (widget-field-prompt-internal, widget-field-action, widget-field-match)
9425 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
9426 (widget-insert-button-action, widget-delete-button-action, visibility)
9427 (widget-documentation-link-action, widget-documentation-string-action)
9428 (widget-const-prompt-value, widget-regexp-match, symbol)
9429 (widget-coding-system-prompt-value)
9430 (widget-key-sequence-value-to-external, sexp)
9431 (widget-sexp-value-to-internal, character, vector, cons)
9432 (widget-choice-prompt-value, widget-boolean-prompt-value)
9433 (widget-color--choose-action): Mark unused parameters.
9434 (widget-item-match-inline, widget-choice-match-inline)
9435 (widget-checklist-match, widget-checklist-match-inline)
9436 (widget-group-match): Rename parameter VALUES to VALS.
9437 (widget-field-value-set): Remove unused variable `size'.
9438 (widget-color-action): Remove unused variables `value' and `start'.
9439
9440 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
9441 variable `dir'. Doc fix.
9442 (windmove-find-other-window): Don't pass it.
9443
9444 * window.el (count-windows): Mark unused parameter.
9445 (bw-adjust-window): Remove unused variable `err'.
9446
9447 * woman.el (woman-file-name): Remove unused variable `default'.
9448 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
9449 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
9450 (global-font-lock-mode): Declare.
9451 (woman-decode-region): Mark unused parameter.
9452 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
9453
9454 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
9455 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
9456 (x-dnd-handle-moz-url): Remove unused variable `title'.
9457 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
9458
9459 * xml.el (xml-parse-tag, xml-parse-attlist):
9460 Remove unused variable `pos'.
9461
9462 2011-04-19 Glenn Morris <rgm@gnu.org>
9463
9464 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
9465 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9466 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9467 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
9468 * calendar/cal-html.el (cal-html-insert-minical):
9469 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
9470 (calendar-mark-date-pattern):
9471 Prefix "unused" locals.
9472
9473 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
9474 optional argument `style'.
9475
9476 * calendar/appt.el (appt-make-list):
9477 * calendar/cal-china.el (calendar-chinese-date-string):
9478 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
9479 (diary-hebrew-yahrzeit):
9480 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
9481 * calendar/calendar.el (calendar-generate-window):
9482 * calendar/time-date.el (time-to-days):
9483 Remove unused local variables.
9484
9485 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
9486
9487 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
9488 glyphless-char-display table.
9489 (tabulated-list-glyphless-char-display): New var.
9490
9491 2011-04-18 Sam Steingold <sds@gnu.org>
9492
9493 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
9494 to acknowledgments.
9495
9496 2011-04-17 Glenn Morris <rgm@gnu.org>
9497
9498 * calendar/diary-lib.el (diary-sexp-entry):
9499 * calendar/holidays.el (holiday-sexp):
9500 Set debug-on-error rather than the removed stack-trace-on-error.
9501
9502 2011-04-16 Glenn Morris <rgm@gnu.org>
9503
9504 * progmodes/f90.el: Use lexical-binding.
9505 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9506
9507 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9510 (mail-mode): Setup mailalias completion here instead.
9511 * mail/mailalias.el: Use lexical-binding.
9512 (pattern, mailalias-done): Declare dynamic.
9513 (mail-completion-at-point-function): New function, from mail-complete.
9514 (mail-complete): Use it.
9515 (mail-completion-expand): New function.
9516 (mail-get-names): Use it.
9517 (mail-directory, mail-directory-process, mail-directory-stream):
9518 Don't use `pattern' for lexically bound arg.
9519
9520 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9521
9522 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9523 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9524 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9525
9526 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9527 (byte-save-window-excursion, byte-temp-output-buffer-setup)
9528 (byte-interactive-p): Define them again, for use when inlining
9529 old code.
9530
9531 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
9532
9533 * loadup.el: Use `string-to-number', not `string-to-int'.
9534
9535 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9538 gud-gdb-complete-command.
9539 (gud-gdb-completions): New function, from gud-gdb-complete-command.
9540 (gud-gdb-completion-at-point): New function.
9541 (gud-gdb-completions): Remove.
9542
9543 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
9544
9545 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9546 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
9547 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9548 whether `executable-find' is bound.
9549
9550 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9551
9552 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9553
9554 * minibuffer.el (completion-in-region-mode-predicate)
9555 (completion-in-region-mode--predicate): New vars.
9556 (completion-in-region, completion-in-region--postch)
9557 (completion-in-region-mode): Use them.
9558 (completion--capf-wrapper): Also return the hook function.
9559 (completion-at-point, completion-help-at-point):
9560 Adjust and provide a predicate.
9561
9562 Preserve arg names for advice of subr and lexical functions (bug#8457).
9563 * help-fns.el (help-function-arglist): Consolidate the subr and
9564 new-byte-code cases. Add argument `preserve-names' to extract names
9565 from the docstring when needed.
9566 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9567 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9568 (ad-arglist): Use help-function-arglist's new arg.
9569 (ad-definition-type): Use cond.
9570
9571 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * autorevert.el (auto-revert-handler):
9574 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9575 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9576 Don't quote lambda.
9577
9578 * image-mode.el (image-transform-set-scale):
9579 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9580
9581 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9582
9583 * net/network-stream.el (network-stream-open-starttls): Only do
9584 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
9585 Upgrades via gnutls-cli are too slow to be done opportunistically.
9586
9587 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
9588
9589 * dframe.el (dframe-current-frame): Remove spurious quote.
9590
9591 2011-04-12 Glenn Morris <rgm@gnu.org>
9592
9593 * calendar/cal-tex.el (cal-tex-end-document):
9594 Try to automatically use latin1 input if needed.
9595
9596 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9597 Don't try to cons a mark onto an empty element.
9598
9599 2011-04-11 Leo Liu <sdl.web@gmail.com>
9600
9601 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9602 buffers.
9603 (ido-kill-buffer-at-head): Support killing virtual buffers.
9604
9605 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
9606
9607 * minibuffer.el (completion-show-inline-help): New var.
9608 (completion--do-completion, minibuffer-complete)
9609 (minibuffer-force-complete, minibuffer-complete-word):
9610 Inhibit minibuffer messages if completion-show-inline-help is nil.
9611
9612 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9613 to avoid interference from inline help (Bug#5849).
9614
9615 2011-04-10 Leo Liu <sdl.web@gmail.com>
9616
9617 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9618 Fix typo.
9619
9620 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
9621
9622 * image-mode.el (image-toggle-display-image): Signal an error if
9623 not in Image mode.
9624 (image-transform-mode, image-transform-resize)
9625 (image-transform-set-rotation): Doc fix.
9626 (image-transform-set-resize): Delete.
9627 (image-transform-set-scale, image-transform-fit-to-height)
9628 (image-transform-fit-to-width): Handle image-toggle-display-image
9629 and image-transform-resize directly.
9630
9631 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
9632
9633 * doc-view.el (doc-view-fit-width-to-window)
9634 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9635 New functions for fitting the shown image to the Emacs window size.
9636 (doc-view-mode-map): Add bindings for the new functions.
9637
9638 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
9639
9640 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
9641 Fix typo in docstring.
9642
9643 2011-04-08 Eli Zaretskii <eliz@gnu.org>
9644
9645 * files.el (file-size-human-readable): Produce one digit after
9646 decimal, like "ls -lh" does.
9647
9648 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9649 the file size representation.
9650
9651 * simple.el (list-processes): If async subprocesses are not
9652 available, error out with a clear error message.
9653
9654 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
9655
9656 * help.el (help-form-show): New function, to be called from C.
9657 Put help-form output in a buffer named differently than *Help*.
9658
9659 2011-04-08 Eli Zaretskii <eliz@gnu.org>
9660
9661 * files.el (file-size-human-readable): New function.
9662
9663 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9664 computing the representation inline. Don't require `cl'.
9665
9666 2011-04-08 Glenn Morris <rgm@gnu.org>
9667
9668 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9669
9670 * net/browse-url.el (browse-url-firefox):
9671 Test system-type, not system-configuration.
9672
9673 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9674 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9675 Use log-edit-empty-buffer-p. (Bug#7598)
9676
9677 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9678 (rlogin-mode-map): Initialize in the defvar.
9679 (rlogin): Use ignore-errors.
9680
9681 * replace.el (occur-mode-map): Some fixes for menu items.
9682
9683 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9684
9685 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9686
9687 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
9688
9689 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9690 issuing unused warnings.
9691
9692 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9693 macro directly.
9694
9695 * simple.el: Lisp reimplement of list-processes. Based on an
9696 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9697 (process-menu-mode): New major mode.
9698 (list-processes--refresh, list-processes):
9699 (process-menu-visit-buffer): New functions.
9700
9701 * files.el (save-buffers-kill-emacs): Don't assume any return
9702 value of list-processes, which is undocumented anyway.
9703
9704 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
9705
9706 * emacs-lisp/tabulated-list.el: New file.
9707
9708 * emacs-lisp/package.el: Use Tabulated List mode.
9709 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9710 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9711 table format using Tabulated List mode variables.
9712 (package--push): New macro, replacing package-list-maybe-add.
9713 (package-menu--generate): Use package--push. Renamed from
9714 package--generate-package-list.
9715 (package-menu-refresh, list-packages): Use it.
9716 (package-menu--print-info): Rename from package-print-package.
9717 Return insertion data instead of inserting it directly.
9718 (package-menu-describe-package, package-menu-execute):
9719 Use tabulated-list-get-id.
9720 (package-menu-mark-delete, package-menu-mark-install)
9721 (package-menu-mark-unmark, package-menu-backup-unmark)
9722 (package-menu-mark-obsolete-for-deletion):
9723 Use tabulated-list-put-tag.
9724 (package--list-packages, package-menu-revert)
9725 (package-menu-get-package, package-menu-get-version)
9726 (package-menu-sort-by-column): Functions deleted.
9727 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9728 (package-menu--status-predicate, package-menu--version-predicate)
9729 (package-menu--name-predicate)
9730 (package-menu--description-predicate): Handle arguments in the
9731 Tabulated List format.
9732 (package-list-packages-no-fetch): Call list-packages.
9733
9734 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
9735
9736 * files.el (after-find-file-from-revert-buffer): Remove variable.
9737 (after-find-file): Don't bind it.
9738 (revert-buffer-in-progress-p): New variable.
9739 (revert-buffer): Bind it.
9740 Pass nil for `after-find-file-from-revert-buffer'.
9741
9742 * saveplace.el (save-place-find-file-hook): Use new variable
9743 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9744
9745 2011-04-06 Glenn Morris <rgm@gnu.org>
9746
9747 * Makefile.in (AUTOGEN_VCS): New variable.
9748 (autoloads): Use $AUTOGEN_VCS.
9749
9750 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9751 * calendar/calendar.el (calendar-mode-map):
9752 Check for toolkit scroll bars. (Bug#8305)
9753
9754 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
9755
9756 * minibuffer.el (completion-in-region--postch)
9757 (completion-in-region-mode): Remove unnecessary messages.
9758
9759 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
9760
9761 * font-lock.el (font-lock-refresh-defaults):
9762 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9763 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9764
9765 * info.el (Info-directory-list, Info-read-node-name-2)
9766 (Info-split-parameter-string): Doc fixes.
9767 (Info-virtual-nodes): Reflow docstring.
9768 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9769 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9770 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9771 Fix typos in docstrings.
9772 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9773 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9774 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9775 (Info-restore-desktop-buffer): Mark unused parameters.
9776 (Info-directory-find-file, Info-directory-find-node)
9777 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9778 (Info-virtual-index-find-node, Info-apropos-find-file)
9779 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
9780 Mark unused parameters; fix typos in docstrings.
9781 (Info-virtual-index): Remove unused local variable `nodename'.
9782
9783 2011-04-05 Deniz Dogan <deniz@dogan.se>
9784
9785 * net/rcirc.el: Update my e-mail address.
9786 (rcirc-mode-map): Remove M-o binding.
9787
9788 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
9789
9790 * startup.el (command-line): Save the cursor's theme-face
9791 directly, instead of using face-override-spec.
9792
9793 * custom.el (load-theme): Minor optimization in assigning faces.
9794
9795 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
9796
9797 * help-fns.el (describe-variable): Complete all variables having
9798 documentation, including keywords.
9799 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9800
9801 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
9802
9803 Convert to lexical-binding.
9804
9805 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9806 (bs--get-marked-string, bs--get-modified-string)
9807 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9808 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9809 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9810
9811 * ehelp.el (electric-help-execute-extended)
9812 (electric-help-ctrl-x-prefix):
9813 * hexl.el (hexl-revert-buffer-function):
9814 * linum.el (linum-after-change, linum-after-scroll):
9815 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9816
9817 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9818
9819 2011-04-04 Daiki Ueno <ueno@unixuser.org>
9820
9821 * epa-dired.el:
9822 * epa-mail.el:
9823 * epa-hook.el:
9824 * epa-file.el:
9825 * epa.el:
9826 * epg.el: Use lexical binding.
9827
9828 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
9829
9830 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9831
9832 * textmodes/flyspell.el (flyspell-word): Recognize default
9833 dictionary case for flyspell-mark-duplications-exceptions.
9834 Use regexp matching for languages.
9835 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9836 default dictionary (Bug#7926).
9837
9838 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
9839
9840 * emacs-lisp/package.el (package--with-work-buffer):
9841 Recognize https URLs.
9842
9843 * net/network-stream.el: Move from gnus/proto-stream.el.
9844 Change prefix to network-stream throughout.
9845 (open-protocol-stream): Merge into open-network-stream, leaving
9846 open-protocol-stream as an alias. Handle nil BUFFER args.
9847
9848 * subr.el (open-network-stream): Move to net/network-stream.el.
9849
9850 2011-04-02 Glenn Morris <rgm@gnu.org>
9851
9852 * find-dired.el (find-exec-terminator): New option.
9853 (find-ls-option): Test for -ls support.
9854 (find-ls-subdir-switches): Test for -b in find-ls-option.
9855 (find-dired, find-grep-dired): Doc fixes.
9856 (find-dired): Use find-exec-terminator.
9857
9858 * find-dired.el (find-ls-option, find-ls-subdir-switches)
9859 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9860 (find-name-arg): Remove purecopy.
9861
9862 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9863 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9864 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9865 accordingly. Don't add the null-device if not needed.
9866
9867 * files.el (save-some-buffers): Doc fix.
9868
9869 2011-04-02 Eli Zaretskii <eliz@gnu.org>
9870
9871 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9872
9873 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
9874
9875 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9876 Use `dolist' rather than `mapcar'.
9877
9878 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9879
9880 Add lexical binding.
9881
9882 * subr.el (apply-partially): Use new closures rather than CL.
9883 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9884 (dolist, dotimes): Use slightly different expansion for lexical code.
9885 (functionp): Move to C.
9886 (letrec): New macro.
9887 (with-wrapper-hook): Use it and apply-partially instead of CL.
9888 (eval-after-load): Preserve lexical-binding.
9889 (save-window-excursion, with-output-to-temp-buffer): Turn them
9890 into macros.
9891
9892 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9893
9894 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9895 than the arglist.
9896 (help-add-fundoc-usage): Don't add `Not documented'.
9897 (help-function-arglist): Handle closures, subroutines, and new
9898 byte-code-functions.
9899 (help-make-usage): Remove leading underscores.
9900 (describe-function-1): Handle closures.
9901 (describe-variable): Use special-variable-p for completion.
9902
9903 * files.el (lexical-binding): Declare safe.
9904
9905 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9906 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9907 (pcase): Add `let' pattern.
9908 Change memoization so it actually works.
9909 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9910 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9911 <let>: New case.
9912
9913 * emacs-lisp/macroexp.el: Use lexical binding.
9914 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9915 Don't convert ' to #' without checking that it's indeed quoting
9916 a lambda.
9917
9918 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
9919 Use eval-sexp-add-defvars.
9920 (eval-sexp-add-defvars): New fun.
9921
9922 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9923
9924 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9925 Don't autoload.
9926 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9927 than the internal `byte-compile-lambda'.
9928 (defmethod): Don't hide code under quotes.
9929 (eieio-defmethod): New `code' argument.
9930
9931 * emacs-lisp/eieio-comp.el: Remove.
9932
9933 * emacs-lisp/edebug.el (edebug-eval-defun)
9934 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9935 (edebug-toggle): Avoid `eval'.
9936
9937 * emacs-lisp/disass.el (disassemble-internal): Handle new
9938 `closure' objects.
9939 (disassemble-1): Handle new byte codes.
9940
9941 * emacs-lisp/cl.el (pushnew): Silence warning.
9942
9943 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9944 (cl-byte-compile-throw): Remove.
9945 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9946
9947 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9948 closures.
9949
9950 * emacs-lisp/cconv.el: New file.
9951
9952 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9953 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9954 (byte-compile-initial-macro-environment):
9955 Handle declare-function here.
9956 (byte-compile--lexical-environment): New var.
9957 (byte-stack-ref, byte-stack-set, byte-discardN)
9958 (byte-discardN-preserve-tos): New lap codes.
9959 (byte-interactive-p): Don't use any more.
9960 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9961 New macros.
9962 (byte-compile-lapcode): Use them and handle new lap codes.
9963 (byte-compile-obsolete): Remove.
9964 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9965 (byte-compile-arglist-warn): Check late def of inlinable funs.
9966 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9967 since they should have been expanded by now.
9968 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9969 (byte-compile-from-buffer): Remove unused second arg.
9970 (byte-compile-preprocess): New function.
9971 (byte-compile-toplevel-file-form): New function to distinguish
9972 file-form calls from outside from file-form calls from hunk-handlers.
9973 (byte-compile-file-form): Simplify.
9974 (byte-compile-file-form-defsubst): Remove.
9975 (byte-compile-file-form-defmumble): Simplify now that
9976 byte-compile-lambda always returns a byte-code-function.
9977 (byte-compile): Preprocess.
9978 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9979 Remove, not used any more.
9980 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9981 (byte-compile-make-args-desc): New funs.
9982 (byte-compile-lambda): Handle lexical functions. Always return
9983 a byte-code-function.
9984 (byte-compile-reserved-constants): New var, to make up room for
9985 closed-over variables.
9986 (byte-compile-constants-vector): Obey it.
9987 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9988 (byte-compile-macroexpand-declare-function): New function.
9989 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9990 byte-code-functions.
9991 (byte-compile-form): Check obsolescence here.
9992 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9993 (byte-compile-variable-ref): Remove.
9994 (byte-compile-dynamic-variable-op): New fun.
9995 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9996 (byte-compile-variable-set): New funs.
9997 (byte-compile-discard): Add 2 args.
9998 (byte-compile-stack-ref, byte-compile-stack-set)
9999 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
10000 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
10001 macroexpand-all instead.
10002 (byte-compile-quote-form): Remove.
10003 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
10004 (byte-compile-bind, byte-compile-unbind): New funs.
10005 (byte-compile-let): Handle let* and lexical binding.
10006 (byte-compile-let*): Remove.
10007 (byte-compile-catch, byte-compile-unwind-protect)
10008 (byte-compile-track-mouse, byte-compile-condition-case):
10009 Handle a new :fun-body form, used for lexical scoping.
10010 (byte-compile-save-window-excursion)
10011 (byte-compile-with-output-to-temp-buffer): Remove.
10012 (byte-compile-defun): Simplify.
10013 (byte-compile-stack-adjustment): New fun.
10014 (byte-compile-out): Use it.
10015 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
10016
10017 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
10018 handler any more.
10019
10020 * emacs-lisp/byte-opt.el: Use lexical binding.
10021 (byte-inline-lapcode): Remove (to bytecomp).
10022 (byte-compile-inline-expand): Pay attention to inlining to/from
10023 lexically bound code.
10024 (byte-compile-unfold-lambda): Don't handle byte-code-functions
10025 any more.
10026 (byte-optimize-form-code-walker): Don't handle save-window-excursion
10027 any more and don't call compiler-macros.
10028 (byte-compile-splice-in-already-compiled-code): Remove.
10029 (byte-code): Don't inline any more.
10030 (disassemble-offset): Receive `bytes' as argument rather than via
10031 dynamic scoping.
10032 (byte-compile-tag-number): Declare before first use.
10033 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
10034 `return' even if make-spliceable.
10035 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
10036 obsolete interactive-p.
10037 (byte-optimize-lapcode): Optimize new lap-codes.
10038 Don't trip up on new form of `byte-constant' lap code.
10039
10040 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
10041
10042 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
10043
10044 * custom.el (custom-initialize-default, custom-declare-variable):
10045 Use `defvar'.
10046
10047 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
10048 New variables.
10049 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
10050 (COMPILE_FIRST): Add macroexp and cconv.
10051 * makefile.w32-in: Mirror changes in Makefile.in.
10052
10053 * vc/cvs-status.el:
10054 * vc/diff-mode.el:
10055 * vc/log-edit.el:
10056 * vc/log-view.el:
10057 * vc/smerge-mode.el:
10058 * textmodes/bibtex-style.el:
10059 * textmodes/css.el:
10060 * startup.el:
10061 * uniquify.el:
10062 * minibuffer.el:
10063 * newcomment.el:
10064 * reveal.el:
10065 * server.el:
10066 * mpc.el:
10067 * emacs-lisp/smie.el:
10068 * doc-view.el:
10069 * dired.el:
10070 * abbrev.el: Use lexical binding.
10071
10072 2011-04-01 Eli Zaretskii <eliz@gnu.org>
10073
10074 * info.el (info-display-manual): New function.
10075
10076 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
10079
10080 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
10081
10082 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
10083 an entry for that server in rcirc-authinfo. (Bug#8385)
10084
10085 2011-03-31 Glenn Morris <rgm@gnu.org>
10086
10087 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
10088
10089 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
10090
10091 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
10092
10093 * progmodes/python.el (python-default-interpreter)
10094 (python-python-command-args, python-jython-command-args)
10095 (python-which-shell, python-which-args, python-which-bufname)
10096 (python-file-queue, python-comint-output-filter-function)
10097 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
10098 variables and functions.
10099
10100 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
10101
10102 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
10103 (completion-in-region-mode): New minor mode.
10104 (completion-in-region): Use it.
10105 (completion-in-region--data, completion-in-region-mode-map): New vars.
10106 (completion-in-region--postch): New function.
10107 (completion--capf-misbehave-funs, completion--capf-safe-funs):
10108 New vars.
10109 (completion--capf-wrapper): New function.
10110 (completion-at-point): Use it to track well-behavedness of
10111 hook functions.
10112 (completion-help-at-point): New command.
10113
10114 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
10115
10116 * vc/add-log.el (add-change-log-entry): Don't use whitespace
10117 syntax class to search for whitespace on a single line
10118 (Message-ID: <4D938140.4030905@redhat.com>).
10119
10120 2011-03-30 Leo Liu <sdl.web@gmail.com>
10121
10122 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
10123 New commands.
10124 (edit-abbrevs-map): Bind them here.
10125 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
10126
10127 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
10128
10129 * allout.el (allout-hide-by-annotation, allout-flag-region):
10130 Reduce possibility of overlay leakage by making them volatile.
10131
10132 * allout-widgets.el (allout-widgets-tally): Define as nil so the
10133 hash is not shared between buffers. Mode initialization is
10134 responsible for giving it a useful starting value.
10135 (allout-item-span): Reduce possibility of overlay leakage by
10136 making them volatile.
10137 (allout-widgets-count-buttons-in-region): Add diagnostic function
10138 for tracking down button overlay leaks.
10139
10140 2011-03-29 Leo Liu <sdl.web@gmail.com>
10141
10142 * ido.el (ido-read-internal): Use the default history var
10143 minibuffer-history if no HISTORY is specified.
10144
10145 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
10146
10147 * net/imap.el (imap-shell-open, imap-process-connection-type):
10148 Use imap-process-connection-type for 'shell' streams as well as
10149 Kerberos, SSL, other subprocesses.
10150
10151 2011-03-28 Leo Liu <sdl.web@gmail.com>
10152
10153 * abbrev.el (abbrev-table-empty-p): New function.
10154 (prepare-abbrev-list-buffer): Place empty abbrev tables after
10155 nonempty ones. (Bug#5937)
10156
10157 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
10158
10159 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
10160
10161 2011-03-27 Leo Liu <sdl.web@gmail.com>
10162
10163 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
10164 for foreground and background colors.
10165 (ansi-color-make-color-map): Adapt.
10166
10167 2011-03-25 Leo Liu <sdl.web@gmail.com>
10168
10169 * midnight.el (midnight-time-float): Remove. Note it calculates
10170 the microsecond component incorrectly and seconds-to-time does the
10171 same job.
10172 Remove redundant (require 'timer).
10173
10174 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
10175 (ido-completions): Remove unused arguments. (Bug#8329)
10176
10177 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * minibuffer.el (completion--flush-all-sorted-completions):
10180 Remove itself from hook.
10181 (completion-at-point): Let the functions perform the completion
10182 immediately and return nil or t.
10183 * comint.el (comint-dynamic-complete-functions): Now identical to
10184 completion-at-point-functions.
10185 (comint-dynamic-list-input-ring): Remove unused var `index'.
10186 (comint--match-partial-filename, comint--unquote&expand-filename):
10187 New funs, split from comint-match-partial-filename.
10188 (comint-dynamic-complete): Use completion-at-point.
10189 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
10190
10191 2011-03-24 Drew Adams <drew.adams@oracle.com>
10192
10193 * thingatpt.el: Support `defun'.
10194
10195 2011-03-23 Leo Liu <sdl.web@gmail.com>
10196
10197 * abbrevlist.el: Move to obsolete/abbrevlist.el.
10198
10199 * help-mode.el (help-mode-finish): Tweak regexp.
10200
10201 2011-03-23 Glenn Morris <rgm@gnu.org>
10202
10203 * eshell/esh-opt.el (eshell-eval-using-options):
10204 Do not bind unused local variable `eshell-option-stub'.
10205
10206 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
10207
10208 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
10209
10210 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
10211 keymap variable in `with-no-warnings' to avoid a warning when the
10212 keymap has been already `defconst'ed.
10213
10214 2011-03-22 Leo Liu <sdl.web@gmail.com>
10215
10216 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
10217 encode all chars in abbrevs; otherwise use emacs-mule or
10218 utf-8-emacs. (Bug#8308)
10219
10220 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
10221
10222 * simple.el (backward-delete-char-untabify):
10223 Avoid warning about using `delete-backward-char'.
10224
10225 * image.el (image-type-file-name-regexps): Make it variable.
10226 `imagemagick-register-types' modifies it, and the user may want
10227 to add new extensions for known image types.
10228 (imagemagick-register-types): Throw error if not using ImageMagick.
10229
10230 2011-03-22 Leo Liu <sdl.web@gmail.com>
10231
10232 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
10233 located before rcirc-prompt-end-marker.
10234 (rcirc-complete): Error if point is not after rcirc prompt.
10235 Handle the case when table is nil.
10236 (rcirc-user-authenticated): Define to fix compiler warning.
10237
10238 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
10239
10240 * custom.el (custom--inhibit-theme-enable): Make it affect only
10241 custom-theme-set-variables and custom-theme-set-faces.
10242 (provide-theme): Ignore custom--inhibit-theme-enable.
10243 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
10244 (custom-enabling-themes): Delete variable.
10245 (enable-theme): Accept only loaded themes as arguments.
10246 Ignore the special custom-enabled-themes variable.
10247 (custom-enabled-themes): Forbid themes from setting this.
10248 Eliminate use of custom-enabling-themes.
10249 (custom-push-theme): Quote "changed" custom var entry.
10250
10251 2011-03-21 Leo Liu <sdl.web@gmail.com>
10252
10253 * ido.el (ido-read-internal): Add ido-selected to history instead
10254 of user input.
10255
10256 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * subr.el (deferred-action-list, deferred-action-function):
10259 Mark obsolete.
10260
10261 2011-03-21 Leo Liu <sdl.web@gmail.com>
10262
10263 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
10264 change on 2011-02-13 (bug#8309).
10265
10266 * minibuffer.el (read-file-name-function): Change default value.
10267 (read-file-name--defaults): Rename from read-file-name-defaults.
10268 (read-file-name-default): Rename from read-file-name.
10269 (read-file-name): Call read-file-name-function.
10270
10271 2011-03-21 Glenn Morris <rgm@gnu.org>
10272
10273 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
10274 Doc fixes.
10275
10276 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
10277
10278 * cus-theme.el: Add missing provide statement.
10279 (customize-create-theme): Extract theme value correctly.
10280 (custom-theme-visit-theme): Autoload.
10281 (customize-create-theme): Prompt before inserting default faces.
10282
10283 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
10284
10285 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
10286 units and musical notes.
10287
10288 2011-03-20 Leo Liu <sdl.web@gmail.com>
10289
10290 * ido.el (ido-read-internal): Use completing-read-default.
10291 (ido-completing-read): Fix compatibility with completing-read.
10292
10293 2011-03-20 Christian Ohler <ohler@gnu.org>
10294
10295 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
10296 (ert-delete-all-tests): Use `called-interactively-p' rather than
10297 `interactive-p'.
10298 (ert--make-xrefs-region): Respect END.
10299
10300 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
10301
10302 * dired-aux.el (dired-create-directory): Signal an error if the
10303 directory already exists (Bug#8246).
10304
10305 * facemenu.el (list-colors-display): Call list-faces-display
10306 inside with-help-window.
10307 (list-colors-print): Use display property to align the final
10308 column, instead of checking window-width.
10309
10310 2011-03-19 Eli Zaretskii <eliz@gnu.org>
10311
10312 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
10313 windows-nt systems.
10314 (emerge-protect-metachars): Quote correctly for ms-dos and
10315 windows-nt systems.
10316
10317 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
10318
10319 * info.el (info-initialize): Replace all uses of `:' with
10320 path-separator for compatibility with non-Unix systems.
10321 Cache quoting of path-separator. (Bug#8258)
10322
10323 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
10324
10325 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
10326 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
10327 (mouse-avoidance-mode): Fix typos in docstrings.
10328
10329 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
10330
10331 * startup.el (package-subdirectory-regexp): Move from package.el.
10332 Omit \\` and \\', and let callers add them.
10333
10334 * emacs-lisp/package.el (package-strip-version)
10335 (package-load-all-descriptors): Add \\` and \\' to
10336 package-subdirectory-regexp before using it.
10337 (package-untar-buffer): New arg DIR; ensure that file untars only
10338 into this expected directory. Remove superfluous delete-region.
10339 (package-unpack): Caller changed.
10340 (package-tar-file-info): Use package-subdirectory-regexp.
10341
10342 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
10345 diff-mode-shared-map (bug#8284).
10346 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
10347
10348 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10349
10350 * calendar/time-date.el (format-seconds): Use assoc instead of
10351 assoc-string, since assoc-string doesn't exist in XEmacs.
10352
10353 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
10354
10355 * custom.el (custom-known-themes): Reflow docstring.
10356 (custom-theme-load-path): Fix typo in docstring.
10357 (load-theme): Fix typo in error message.
10358 (custom-available-themes, custom-variable-theme-value):
10359 Use `let', not `let*'.
10360
10361 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10362
10363 * calc/README: Mention inclusion of musical notes.
10364
10365 * calc/calc-units.el (calc-lu-quant): Rename from
10366 `calc-logunits-quantity'.
10367 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
10368 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
10369 (calc-db): Rename from `calc-dblevel'.
10370 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
10371 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
10372 (calc-np): Rename from `calc-nplevel'.
10373 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
10374 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
10375 (calc-lu-plus): Rename from `calc-logunits-add'.
10376 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
10377 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
10378 (calc-lu-minus): Rename from `calc-logunits-sub'.
10379 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
10380 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
10381 (calc-lu-times): Rename from `calc-logunits-mul'.
10382 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
10383 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
10384 (calc-lu-divide): Rename from `calc-logunits-div'.
10385 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
10386 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
10387
10388 * calc/calc-ext.el (calc-init-extensions): Update the names of the
10389 functions being autoloaded.
10390
10391 * calc/calc.el (calc-lu-power-reference): Rename from
10392 `calc-logunits-power-reference'.
10393 (calc-lu-field-reference): Rename from
10394 `calc-logunits-field-reference'.
10395
10396 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
10397
10398 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * minibuffer.el (completion-all-sorted-completions):
10401 Use :completion-cycle-penalty text property if present.
10402
10403 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
10404
10405 * allout.el (allout-yank-processing): Adjust for new rebulleting
10406 regime so bullet being yanked is used without prompting the user
10407 for a choice.
10408
10409 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
10410
10411 * startup.el (command-line): Warn the user that _emacs is deprecated.
10412
10413 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
10414
10415 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
10416 (delphi-verbose, delphi-comment-face, delphi-string-face)
10417 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
10418 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
10419 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
10420 (delphi-new-comment-line, delphi-font-lock-defaults)
10421 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
10422 Fix typos in docstrings.
10423
10424 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
10425
10426 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
10427 Invert the roles of character and string values for INSTEAD, so a
10428 string is used for the more common case of a defaulting prompt.
10429
10430 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * progmodes/ruby-mode.el (ruby-backward-sexp):
10433 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
10434 * play/gamegrid.el (gamegrid-make-face):
10435 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
10436 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
10437 * notifications.el (notifications-notify):
10438 * net/xesam.el (xesam-search-engines):
10439 * net/quickurl.el (quickurl-list-insert):
10440 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
10441
10442 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
10443
10444 * startup.el (command-line): Update package subdirectory regexp.
10445
10446 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10447
10448 * allout.el (allout-abbreviate-flattened-numbering)
10449 (allout-mode-deactivate-hook): Fix up obsolescence "date".
10450
10451 * subr.el (read-char-choice): Only show the cursor after the prompt,
10452 not after the answer.
10453
10454 2011-03-15 Kevin Ryde <user42@zip.com.au>
10455
10456 * help-fns.el (variable-at-point): Skip leading quotes, if any
10457 (bug#8253).
10458
10459 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
10462 warning message.
10463
10464 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
10465
10466 * shell.el (shell): When called interactively, offer to change the
10467 shell file name on remote hosts.
10468
10469 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
10470
10471 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
10472 integration for LDAP parameters. The host, base, user or binddn,
10473 and secret tokens can be specified in a netrc file, for instance.
10474 This is optional because an `auth-source' parameter must be
10475 specified in the search attributes.
10476
10477 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
10478
10479 * help.el (describe-mode): Link to the mode's definition (bug#8185).
10480
10481 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
10484 into declaration. Remove redundant and harmful binding.
10485
10486 2011-03-12 Eli Zaretskii <eliz@gnu.org>
10487
10488 * files.el (file-ownership-preserved-p): Pass `integer' as an
10489 explicit 2nd argument to `file-attributes'. If the file's owner
10490 is the Administrators group on Windows, and the current user is
10491 Administrator, consider that a match.
10492
10493 * server.el (server-ensure-safe-dir): Consider server directory
10494 safe on MS-Windows if its owner is the Administrators group while
10495 the current Emacs user is Administrator. Use `=' to compare
10496 numerical UIDs, since they could be integers or floats.
10497
10498 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
10499
10500 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
10501
10502 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
10503
10504 Sync with Tramp 2.2.1.
10505
10506 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10507
10508 * net/trampver.el: Update release number.
10509
10510 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10511
10512 * progmodes/compile.el (compilation--previous-directory): Fix up
10513 various nil/dead-marker mismatches (bug#8014).
10514 (compilation-directory-properties, compilation-error-properties):
10515 Don't call it at a position past the one we're about to change.
10516
10517 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10518 Disable obsolescence warnings in the file that declares it.
10519
10520 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
10521
10522 * allout-widgets.el (allout-widgets-tally):
10523 Initialize allout-widgets-tally as a hash table rather than nil to
10524 prevent mode-line redisplay warnings. Also, clarify the module
10525 description and fix a comment typo.
10526
10527 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
10528
10529 * help-fns.el (describe-variable): Don't complete keywords.
10530 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10531
10532 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
10533
10534 * emacs-lisp/package.el (package-version-join): Impose a standard
10535 string representation for pre/alpha/beta version lists.
10536 (package-unpack-single): Standardize the directory name by passing
10537 it through package-version-join.
10538 (package-strip-rcs-id): Accept any version string that does not
10539 signal an error in version-to-list.
10540
10541 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
10542
10543 * simple.el (delete-trailing-whitespace): Return nil for the
10544 benefit of `write-file-functions'.
10545
10546 2011-03-10 Glenn Morris <rgm@gnu.org>
10547
10548 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10549
10550 * vc/vc-git.el (vc-git-program): New option.
10551 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10552 (vc-git--call): Use it.
10553
10554 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10555
10556 * cus-edit.el (Custom-newline): If no button at point, look
10557 for a subgroup button at start-of-line. (Bug#2298)
10558
10559 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10560
10561 2011-03-10 Julien Danjou <julien@danjou.info>
10562
10563 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10564 `cursor-type' is nil.
10565
10566 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10567
10568 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10569
10570 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10571
10572 * allout.el Summary: Change so yank of distinctive-bullet items
10573 preserves the existing header prefix, rebulleting it if necessary,
10574 rather than replacing it. This is necessary for proper operation
10575 of cooperative addons like allout-widgets.
10576 (allout-make-topic-prefix, allout-rebullet-heading):
10577 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10578 value as alternate bullet to be used, instead of prompting the user
10579 for a bullet character.
10580
10581 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
10582
10583 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10584 Do not use `tramp-file-name-port', because this returns also
10585 `tramp-default-port'.
10586
10587 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10588
10589 * net/rcirc.el (rcirc-handler-001): Remove useless
10590 with-rcirc-process-buffer.
10591 (rcirc-check-auth-status): Swap arguments to string-match.
10592
10593 2011-03-09 Glenn Morris <rgm@gnu.org>
10594
10595 * shell.el (shell-mode):
10596 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10597
10598 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10599 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10600
10601 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
10602
10603 * emacs-lisp/package.el (package-refresh-contents)
10604 (package-menu-execute): Use condition-case-no-debug.
10605
10606 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
10607
10608 * simple.el (shell-command-to-string): Use `process-file'.
10609
10610 * emacs-lisp/package.el (package-tar-file-info): Handle also
10611 remote files.
10612
10613 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10614 Use `equal' for upload base check.
10615
10616 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10617
10618 * textmodes/texinfo.el (texinfo-environments):
10619 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10620
10621 2011-03-08 Glenn Morris <rgm@gnu.org>
10622
10623 * cus-start.el (cursor-in-non-selected-windows):
10624 Fix :set quoting oddness. (Bug#8192)
10625
10626 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10627 in some setf expressions. (Bug#2159)
10628
10629 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
10630
10631 * custom.el (custom-available-themes): Return themes in
10632 alphabetical order.
10633
10634 See ChangeLog.15 for earlier changes.
10635
10636 ;; Local Variables:
10637 ;; coding: utf-8
10638 ;; End:
10639
10640 Copyright (C) 2011-2012 Free Software Foundation, Inc.
10641
10642 This file is part of GNU Emacs.
10643
10644 GNU Emacs is free software: you can redistribute it and/or modify
10645 it under the terms of the GNU General Public License as published by
10646 the Free Software Foundation, either version 3 of the License, or
10647 (at your option) any later version.
10648
10649 GNU Emacs is distributed in the hope that it will be useful,
10650 but WITHOUT ANY WARRANTY; without even the implied warranty of
10651 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10652 GNU General Public License for more details.
10653
10654 You should have received a copy of the GNU General Public License
10655 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.