* notifications.el (notifications-on-closed-signal): Make `reason'
[bpt/emacs.git] / lisp / ChangeLog
1 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
2
3 * notifications.el (notifications-on-closed-signal): Make `reason'
4 optional. (Bug#10744)
5
6 2012-02-07 Glenn Morris <rgm@gnu.org>
7
8 * emacs-lisp/easy-mmode.el (define-minor-mode):
9 Doc fixes for the macro and the mode it defines.
10
11 * image.el (imagemagick-types-inhibit): Doc fix.
12
13 * cus-start.el (imagemagick-render-type): Add it.
14
15 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
16
17 * progmodes/cc-mode.el
18 (c-standard-font-lock-fontify-region-function): Set the default at
19 load time, too, so that `font-lock-fontify-buffer' can be called
20 without setting up the entire mode first. This fixes a bug in
21 `mm-inline-text' with C MIME parts.
22
23 2012-02-06 Chong Yidong <cyd@gnu.org>
24
25 * simple.el (list-processes--refresh): Delete exited processes
26 (Bug#8094).
27
28 * comint.el (comint-next-prompt): next-single-char-property-change
29 and prev-single-char-property-change never return nil (Bug#8657).
30
31 * custom.el (defcustom): Doc fix (Bug#9711).
32
33 2012-02-05 Chong Yidong <cyd@gnu.org>
34
35 * cus-edit.el (custom-variable-reset-backup): Quote the value
36 before storing it in the customized-value property (Bug#6712).
37 (custom-display): Add a customization type tag.
38 (custom-buffer-create-internal): Improve tooltip message.
39
40 * wid-edit.el (widget-field-value-get): New optional arg to
41 suppress trailing whitespace truncation.
42 (character): Use it (Bug#2689).
43
44 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
45
46 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
47 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
48
49 2012-02-05 Chong Yidong <cyd@gnu.org>
50
51 * cus-edit.el (custom-variable-value-create): For mismatched
52 types, show the current value (Bug#7600).
53
54 * custom.el (defcustom): Doc fix.
55
56 2012-02-05 Glenn Morris <rgm@gnu.org>
57
58 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
59
60 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
61
62 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
63 (pp-buffer): Use `ignore-errors', `looking-at-p'.
64 (pp-last-sexp): Use `looking-at-p'.
65
66 2012-02-04 Glenn Morris <rgm@gnu.org>
67
68 * files.el (revert-buffer):
69 Doc fix (mention revert-buffer-in-progress-p).
70
71 * emacs-lisp/ert-x.el (ert-simulate-command):
72 Check deferred-action-list (which is obsolete) is bound.
73
74 * subr.el (with-wrapper-hook): Doc fixes.
75
76 * simple.el (filter-buffer-substring-functions)
77 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
78
79 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
80
81 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
82 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
83
84 2012-02-04 Leo Liu <sdl.web@gmail.com>
85
86 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
87
88 2012-02-04 Glenn Morris <rgm@gnu.org>
89
90 * image.el (image-extension-data): Add obsolete alias.
91
92 * isearch.el (isearch-update): Doc fix.
93
94 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
95
96 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
97
98 2012-02-03 Glenn Morris <rgm@gnu.org>
99
100 * image.el (image-animated-p): Doc fix. Use image-animated-types.
101 (image-animate-timeout): Doc fix.
102
103 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
104
105 2012-02-02 Glenn Morris <rgm@gnu.org>
106
107 * server.el (server-auth-dir): Doc fix.
108 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
109
110 * subr.el (run-mode-hooks): Doc fix.
111
112 2012-02-02 Juri Linkov <juri@jurta.org>
113
114 * image-mode.el (image-toggle-display-image): Remove tautological
115 `major-mode' from the `derived-mode-p' test.
116
117 2012-02-02 Kenichi Handa <handa@m17n.org>
118
119 * composite.el (compose-region): Cancel previous change.
120
121 2012-02-02 Kenichi Handa <handa@m17n.org>
122
123 * composite.el (compose-region, compose-string): Signal error for
124 a null string component (Bug#6988).
125
126 2012-02-01 Chong Yidong <cyd@gnu.org>
127
128 * view.el (view-buffer-other-window, view-buffer-other-frame):
129 Handle special modes like view-buffer (Bug#10650).
130 (view-buffer): Simplify.
131
132 * frame.el (set-frame-font): Tweak meaning of third argument.
133
134 * dynamic-setting.el (font-setting-change-default-font):
135 Use set-frame-font (Bug#9982).
136
137 2012-02-01 Glenn Morris <rgm@gnu.org>
138
139 * progmodes/compile.el (compilation-internal-error-properties):
140 Respect compilation-first-column in the "*compilation*" buffer.
141
142 * emacs-lisp/easy-mmode.el (define-minor-mode):
143 Relax :variable's test for a named function.
144
145 2012-01-31 Alan Mackenzie <acm@muc.de>
146
147 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
148 off by one error.
149
150 2012-01-31 Chong Yidong <cyd@gnu.org>
151
152 * frame.el (set-frame-font): New arg ALL-FRAMES.
153
154 * menu-bar.el (menu-set-font): Use set-frame-font.
155
156 * faces.el (face-spec-reset-face): Don't apply unspecified
157 attribute values to the default face.
158
159 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
160
161 * progmodes/cwarn.el (cwarn): Remove dead link.
162 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
163 Remove * from defcustom docstrings.
164 (turn-on-cwarn-mode): Make obsolete.
165 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
166 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
167
168 2012-01-31 Glenn Morris <rgm@gnu.org>
169
170 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
171 Fix :variable handling of mode a symbol not equal to modefun.
172 Allow named functions to be used as the cdr of :variable.
173
174 2012-01-30 Glenn Morris <rgm@gnu.org>
175
176 * emacs-lisp/authors.el (authors-fixed-entries):
177 Remove reference to deleted file rnewspost.el.
178
179 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
180
181 * window.el (window-with-parameter): Remove unused variable `windows'.
182 (window--side-check): Remove unused variable `code'.
183 (window--resize-siblings): Remove unused variable `first'.
184 (adjust-window-trailing-edge): Remove unused variable `failed'.
185 (window-deletable-p, window--delete): Remove unused variable `buffer'.
186 Use `let', not `let*'.
187 (balance-windows-2): Remove unused variable `found'.
188 (window--state-put-2): Remove unused variable `splits'.
189 (window-state-put): Remove unused variable `selected'.
190 (same-window-p): Use `string-match-p'.
191 (display-buffer-assq-regexp): Remove unused variable `value'.
192 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
193 Mark argument ALIST as ignored.
194 (pop-to-buffer): Remove unused variable `old-window'.
195
196 2012-01-29 Eli Zaretskii <eliz@gnu.org>
197
198 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
199 and .lzma compressed files.
200
201 2012-01-29 Chong Yidong <cyd@gnu.org>
202
203 * frame.el (window-system-default-frame-alist): Doc fix.
204
205 * dynamic-setting.el (font-setting-change-default-font): Don't
206 change the default face if SET-FONT argument is non-nil (Bug#9982).
207
208 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
209
210 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
211
212 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
213
214 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
215 breakpoints in files outside current directory (Bug#6098).
216
217 2012-01-29 Chong Yidong <cyd@gnu.org>
218
219 * progmodes/python.el: Require ansi-color at top-level.
220
221 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
222 Define and use in Emacs Lisp mode (Bug#9360).
223 (lisp-mode-abbrev-table): Add doc.
224 (lisp-mode-variables): Don't set local-abbrev-table.
225 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
226
227 2012-01-28 Roland Winkler <winkler@gnu.org>
228
229 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
230
231 2012-01-28 Roland Winkler <winkler@gnu.org>
232
233 * textmodes/bibtex.el (bibtex-entry-alist): New function.
234 (bibtex-set-dialect): Use it. Either set global values of
235 dialect-dependent variables or bind these variables buffer-locally
236 (Bug#10254).
237 (bibtex-mode): Call bibtex-set-dialect via
238 hack-local-variables-hook.
239 (bibtex-dialect): Update docstring. Add
240 safe-local-variable predicate.
241 (bibtex-entry-alist, bibtex-field-alist): Initialize via
242 bibtex-set-dialect.
243 (bibtex-mode-map): Define menu for each dialect.
244 (bibtex-entry): Fix docstring.
245
246 2012-01-28 Chong Yidong <cyd@gnu.org>
247
248 * eshell/esh-arg.el (eshell-quote-argument): New function.
249
250 * eshell/esh-ext.el (eshell-invoke-batch-file):
251 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
252 first arg to eshell-parse-command (Bug#10523).
253
254 2012-01-28 Drew Adams <drew.adams@oracle.com>
255
256 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
257 `default-directory' is non-nil.
258
259 2012-01-28 Eli Zaretskii <eliz@gnu.org>
260
261 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
262 line that displays system-configuration-options. (Bug#9924)
263
264 2012-01-28 Drew Adams <drew.adams@oracle.com>
265
266 * descr-text.el (describe-char): Show information about POS, in
267 addition to information about the character at POS. Improve and
268 update the doc string. Change "code point" to "code point in
269 charset", to avoid confusion with the character's Unicode code
270 point shown above that. (Bug#10129)
271
272 2012-01-28 Eli Zaretskii <eliz@gnu.org>
273
274 * descr-text.el (describe-char): Show the raw character, not only
275 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
276 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
277 for the reasons.
278
279 2012-01-28 Phil Hagelberg <phil@hagelb.org>
280
281 * emacs-lisp/package.el (package-install): Run
282 package-refresh-contents if there is no archive yet (Bug#9798).
283
284 2012-01-28 Chong Yidong <cyd@gnu.org>
285
286 * emacs-lisp/package.el (package-maybe-load-descriptor):
287 New function, split from package-maybe-load-descriptor.
288 (package-maybe-load-descriptor): Use it.
289 (package-download-transaction): Fully load required packages
290 inside the loop, so that `require' calls work (Bug#10593).
291 (package-install): No need to call package-initialize now.
292
293 2012-01-28 Chong Yidong <cyd@gnu.org>
294
295 * simple.el (deactivate-mark): Doc fix (Bug#8614).
296
297 * tooltip.el (tooltip-mode): Doc fix.
298 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
299
300 * frame.el (set-cursor-color): Doc fix (Bug#352).
301
302 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
303 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
304
305 * cus-edit.el (custom-buffer-create-internal): Fix search button
306 action (Bug#10542).
307 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
308
309 2012-01-27 Eduard Wiebe <usenet@pusto.de>
310
311 * dired.el (dired-mark-files-regexp):
312 Include any subdirectory components. (Bug#10445)
313
314 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
315
316 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
317 Handle [host]:port syntax. (Bug#10533)
318
319 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
320
321 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
322
323 2012-01-26 Glenn Morris <rgm@gnu.org>
324
325 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
326 * term.el (term-raw-escape-map): Use Control-X-prefix.
327 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
328
329 2012-01-25 Martin Rudalics <rudalics@gmx.at>
330
331 * window.el (window-state-get, window--state-get-1): Don't deal
332 with fixed-sizeness of windows. Simplify code.
333
334 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
335
336 * window.el (window--state-get-1, window--state-put-2):
337 Don't save and restore the mark.
338
339 2012-01-25 Chong Yidong <cyd@gnu.org>
340
341 * custom.el (custom-variable-p): Doc fix.
342
343 2012-01-25 Glenn Morris <rgm@gnu.org>
344
345 * dired.el (dired-goto-file): Handle some of the more common
346 characters that `ls -b' escapes. (Bug#10596)
347
348 * progmodes/compile.el (compilation-next-error-function):
349 Respect compilation-first-column in the "*compilation*" buffer.
350 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
351
352 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
353
354 2012-01-24 Glenn Morris <rgm@gnu.org>
355
356 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
357
358 2012-01-24 Julien Danjou <julien@danjou.info>
359
360 * color.el (color-rgb-to-hsl): Fix value computing.
361 (color-hue-to-rgb): New function.
362 (color-hsl-to-rgb): New function.
363 (color-clamp, color-saturate-hsl, color-saturate-name)
364 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
365 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
366
367 2012-01-24 Glenn Morris <rgm@gnu.org>
368
369 * vc/vc-rcs.el (vc-rcs-create-tag):
370 * vc/vc-sccs.el (vc-sccs-create-tag):
371 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
372
373 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
374
375 * eshell/esh-util.el (eshell-read-hosts-file):
376 Skip comment lines. (Bug#10549)
377
378 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
379
380 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
381
382 * subr.el (display-delayed-warnings): Doc fix.
383 (collapse-delayed-warnings): New function to collapse identical
384 adjacent warnings.
385 (delayed-warnings-hook): Add it.
386
387 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
388
389 * net/tramp.el (tramp-action-login): Set connection property "login-as".
390
391 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
392 properties, when "login-as" is set.
393
394 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
395 (tramp-default-user-alist): Don't add "pscp".
396 (tramp-do-copy-or-rename-file-out-of-band): Use connection
397 property "login-as", if set. (Bug#10530)
398
399 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
400
401 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
402 "plink1" and "psftp". (Bug#10530)
403
404 2012-01-21 Kenichi Handa <handa@m17n.org>
405
406 * international/mule-cmds.el (prefer-coding-system): Show a
407 warning message if the default value of file-name-coding-system
408 was not changed.
409
410 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
411
412 * windmove.el (windmove-reference-loc):
413 Fix windmove-reference-loc miscalculation.
414
415 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
416
417 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
418 default unit.
419
420 2012-01-21 Glenn Morris <rgm@gnu.org>
421
422 * international/mule.el (auto-coding-alist): Add .tbz.
423
424 * files.el (local-enable-local-variables): Doc fix.
425 (inhibit-local-variables-regexps): Rename from
426 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
427 Doc fix. Add some extensions from auto-coding-alist.
428 (inhibit-local-variables-suffixes):
429 Rename from inhibit-first-line-modes-suffixes. Doc fix.
430 (inhibit-local-variables-p):
431 New function, extracted from set-auto-mode-1.
432 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
433 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
434 (hack-local-variables): Doc fix. Make the mode-only case
435 respect enable-local-variables and friends.
436 Respect inhibit-local-variables-regexps for file-locals, but
437 not for directory-locals.
438 (set-visited-file-name):
439 Take account of inhibit-local-variables-regexps.
440 Whether it applies may change as the file name is changed.
441 * jka-cmpr-hook.el (jka-compr-install):
442 * jka-compr.el (jka-compr-uninstall):
443 Update for inhibit-first-line-modes-suffixes name change.
444
445 2012-01-20 Martin Rudalics <rudalics@gmx.at>
446
447 * help-macro.el (make-help-screen): Temporarily restore original
448 binding for minor-mode-map-alist (Bug#10454).
449
450 2012-01-19 Julien Danjou <julien@danjou.info>
451
452 * color.el (color-name-to-rgb): Use the white color to find the max
453 color component value and return correctly computed values.
454 (color-name-to-rgb): Add missing float conversion for max value.
455
456 2012-01-19 Martin Rudalics <rudalics@gmx.at>
457
458 * window.el (window--state-get-1, window-state-get): Do not use
459 special state value for window-persistent-parameters. Rename
460 argument IGNORE to WRITABLE. Rewrite doc-string.
461 (window--state-put-2): Reset all window parameters to nil before
462 assigning values of persistent parameters.
463
464 2012-01-18 Alan Mackenzie <acm@muc.de>
465
466 Eliminate sluggishness and hangs in fontification of "semicolon
467 deserts".
468
469 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
470 Change value 10000 -> 3000.
471 (c-state-safe-place): Reformulate so it doesn't stack up an
472 infinite number of wrong entries in c-state-nonlit-pos-cache.
473 (c-determine-limit-get-base, c-determine-limit): New functions to
474 determine backward search limits disregarding literals.
475 (c-find-decl-spots): Amend commenting.
476 (c-cheap-inside-bracelist-p): New function which detects "={".
477
478 * progmodes/cc-fonts.el
479 (c-make-font-lock-BO-decl-search-function): Give a limit to a
480 backward search.
481 (c-font-lock-declarations): Fix an occurrence of point being
482 undefined. Check additionally for point being in a bracelist or
483 near a macro invocation without a semicolon so as to avoid a
484 fruitless time consuming search for a declarator. Give a more
485 precise search limit for declarators using the new
486 c-determine-limit.
487
488 2012-01-18 Glenn Morris <rgm@gnu.org>
489
490 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
491 (set-auto-mode): Doc fixes.
492
493 2012-01-17 Glenn Morris <rgm@gnu.org>
494
495 * isearch.el (search-nonincremental-instead): Fix doc typo.
496
497 * dired.el (dired-insert-directory): Handle newlines in directory name.
498 (dired-build-subdir-alist): Unescape newlines in directory name.
499
500 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
501
502 * net/tramp.el (tramp-local-end-of-line): New defcustom.
503 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
504 (tramp-action-terminal): Use it. (Bug#10530)
505
506 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * minibuffer.el (completion--replace): Strip properties (bug#10062).
509
510 2012-01-16 Martin Rudalics <rudalics@gmx.at>
511
512 * window.el (window-state-ignored-parameters): Remove variable.
513 (window--state-get-1): Rename argument MARKERS to IGNORE.
514 Handle persistent window parameters. Make copy of clone-of
515 parameter only if requested. (Bug#10348)
516 (window--state-put-2): Install a window parameter only if it has
517 a non-nil value or an existing parameter shall be overwritten.
518
519 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
520
521 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
522
523 2012-01-14 Eli Zaretskii <eliz@gnu.org>
524
525 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
526 don't pass the (nil) value of `upnode' to string-match.
527
528 2012-01-14 Chong Yidong <cyd@gnu.org>
529
530 * startup.el (command-line): Fix X resource class for cursorColor.
531 Fix values recognized by the cursorBlink resource.
532
533 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
534
535 * epg.el (epg--make-temp-file): Avoid permission race condition
536 when running on old Emacs versions (bug#10403).
537
538 2012-01-14 Glenn Morris <rgm@gnu.org>
539
540 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
541
542 2012-01-13 Alan Mackenzie <acm@muc.de>
543
544 Fix filling for when filladapt mode is enabled.
545
546 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
547 c-mask-paragraph, pass in `fill-paragraph' rather than
548 `fill-region-as-paragraph'. (This is a reversion of a previous
549 change.)
550 * progmodes/cc-mode.el (c-basic-common-init): Make
551 fill-paragraph-handle-comment buffer local and set it to nil.
552
553 2012-01-13 Glenn Morris <rgm@gnu.org>
554
555 * dired.el (dired-switches-escape-p): New function.
556 (dired-insert-directory): Use dired-switches-escape-p.
557 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
558
559 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
560
561 2012-01-12 Glenn Morris <rgm@gnu.org>
562
563 * mail/sendmail.el (mail-mode): Update paragraph-separate for
564 changes in adaptive-fill-regexp. (Bug#10276)
565
566 2012-01-11 Alan Mackenzie <acm@muc.de>
567
568 Fix Emacs bug #10463 - put `widen's around the critical spots.
569
570 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
571 widen around each invocation of c-state-pp-to-literal. Remove an
572 unused let variable.
573
574 2012-01-11 Glenn Morris <rgm@gnu.org>
575
576 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
577 Doc fix.
578
579 2012-01-10 Chong Yidong <cyd@gnu.org>
580
581 * net/network-stream.el (network-stream-open-starttls):
582 Avoid emitting a confusing error message when the server gives a bad
583 response to the capability command.
584
585 2012-01-10 Glenn Morris <rgm@gnu.org>
586
587 * mail/unrmail.el (unrmail): Tweak previous change.
588
589 2012-01-09 Chong Yidong <cyd@gnu.org>
590
591 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
592
593 2012-01-08 Alan Mackenzie <acm@muc.de>
594
595 Optimise font locking in long enum definitions.
596
597 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
598 arm to a cond form to handle enums.
599 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
600 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
601
602 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
603
604 * files.el (move-file-to-trash): Preserve default file modes on error.
605 (Bug#10401)
606
607 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
608
609 * faces.el (set-face-attribute): Clarify the meaning of the nil
610 frame (bug#10294).
611
612 * subr.el (with-selected-frame): Mention that the selected frame
613 is restored (bug#9980).
614
615 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
616 (bug#9759).
617
618 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
619 (password-read): Don't autoload unused function.
620
621 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
622
623 * progmodes/which-func.el (which-func-mode): Turn into a
624 non-interactive function and mark as obsolete (bug#10428).
625
626 2012-01-06 Chong Yidong <cyd@gnu.org>
627
628 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
629 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
630 functions, along with 1 and -1.
631
632 2012-01-06 Eli Zaretskii <eliz@gnu.org>
633
634 * time.el (display-time-load-average)
635 (display-time-default-load-average): Doc fixes. See the thread
636 starting at
637 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
638 for the details.
639
640 2012-01-06 Glenn Morris <rgm@gnu.org>
641
642 * mail/unrmail.el (unrmail): Give an explicit error if the input file
643 has no messages. (Bug#10377)
644
645 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
646 than Info-edit. (Bug#10385)
647
648 * time.el (display-time-load-average, display-time-next-load-average):
649 Doc fixes.
650
651 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
652 local setting of buffer-read-only to the input buffer. (Bug#10419)
653
654 * calendar/calendar.el (calendar-mode):
655 Locally set scroll-margin to 0. (Bug#10379)
656
657 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
658
659 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
660
661 2012-01-05 Glenn Morris <rgm@gnu.org>
662
663 * eshell/em-unix.el (diff-no-select): Autoload it.
664 (eshell/diff): Use diff-no-select. (Bug#10420)
665
666 2012-01-05 Chong Yidong <cyd@gnu.org>
667
668 * shell.el (shell-dynamic-complete-functions): Revert last change.
669 (shell-command-completion-function): New function.
670 (shell-completion-vars): Use it to implement
671 shell-completion-execonly (Bug#10417).
672
673 * custom.el (enable-theme): Don't set custom-safe-themes.
674
675 * cus-theme.el (custom-theme-merge-theme):
676 Ignore custom-enabled-themes and custom-safe-themes.
677
678 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
679
680 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
681 first prompt in `sql-interacive-mode'.
682 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
683 keywords.
684 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
685 (sql-product-interactive): Bug fix: Set `sql-buffer' in
686 context of original buffer. Invoke `sql-login-hook'.
687
688 2012-01-04 Eli Zaretskii <eliz@gnu.org>
689
690 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
691 letters in cite-prefix.
692
693 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
694
695 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
696
697 2012-01-03 Chong Yidong <cyd@gnu.org>
698
699 * shell.el (shell-dynamic-complete-functions):
700 Put pcomplete-completions-at-point, so as to try
701 comint-filename-completion first (Bug#10417).
702
703 2012-01-02 Richard Stallman <rms@gnu.org>
704
705 * battery.el (battery-status-function):
706 Detect when to use battery-yeeloong-sysfs.
707 (battery-echo-area-format): Add string for Yeeloong.
708 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
709 (battery-yeeloong-sysfs): New function.
710
711 2012-01-02 Chong Yidong <cyd@gnu.org>
712
713 * dirtrack.el (dirtrack-list): Eliminate unused third element.
714 (dirtrack): Merge code for handling relative filenames in prompt
715 from shell-dir-cookie-watcher.
716 (dirtrack-debug-message): New arg to avoid excess format calls.
717
718 * shell.el (shell-dir-cookie-re): Variable deleted.
719 (shell-dir-cookie-watcher): Function deleted.
720 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
721 with dirtrack-mode.
722
723 2012-01-01 Eli Zaretskii <eliz@gnu.org>
724
725 * term/w32-win.el (dynamic-library-alist) <gnutls>:
726 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
727 libgnutls-26.dll.
728
729 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
730
731 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
732
733 2011-12-31 Eli Zaretskii <eliz@gnu.org>
734
735 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
736 headers of non-MIME messages, when rmail-enable-mime is non-nil.
737
738 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
739
740 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
741 also for alternative shells.
742 (tramp-open-connection-setup-interactive-shell): Check, whether
743 the shell is a busybox.
744 (tramp-send-command): Don't suppress multiple prompts for
745 busyboxes, it hurts.
746
747 2011-12-28 Chong Yidong <cyd@gnu.org>
748
749 * progmodes/gdb-mi.el (gdb-get-source-file-list)
750 (gdb-get-source-file): Move mode line update to
751 gdb-get-source-file (Bug#10087).
752
753 2011-12-25 Chong Yidong <cyd@gnu.org>
754
755 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
756 gud-gdb-marker-filter without taking it as an argument.
757 (gud-gdb-run-command-fetch-lines): Caller changed.
758 (gud-gdb-completion-function): New variable.
759 (gud-gdb-completion-at-point): Use it.
760 (gud-gdb-completions-1): Split from gud-gdb-completions.
761
762 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
763 function as separate arguments.
764 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
765 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
766 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
767 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
768 (gdb-stopped, def-gdb-auto-update-trigger)
769 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
770 (gdb-get-changed-registers, gdb-get-main-selected-frame):
771 Callers changed.
772 (gud-gdbmi-completions): New function.
773 (gdb): Use it for generating the completion table.
774
775 2011-12-24 Alan Mackenzie <acm@muc.de>
776
777 Introduce a mechanism to widen the region used in context font
778 locking. Use this to protect declarations from losing their contexts.
779
780 * progmodes/cc-langs.el (c-before-font-lock-functions):
781 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
782 (c-before-context-fontification-functions): New defvar, a list of
783 functions to be run just before context (etc.) font locking.
784
785 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
786 New, functionality extracted from
787 c-neutralize-syntax-in-and-mark-CPP.
788 (c-in-after-change-fontification): New variable.
789 (c-after-change): Set c-in-after-change-fontification.
790 (c-set-fl-decl-start): Rejig its interface, so it can be called
791 from both after-change and context fontifying.
792 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
793 New functions.
794 (c-standard-font-lock-fontify-region-function): New variable.
795 (c-font-lock-fontify-region): New function.
796
797 2011-12-24 Juri Linkov <juri@jurta.org>
798
799 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
800 (Bug#10348)
801
802 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
803
804 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
805 existence of source file. (Bug#10325)
806
807 2011-12-23 Alan Mackenzie <acm@muc.de>
808
809 Fix unstable fontification inside templates.
810
811 * progmodes/cc-langs.el (c-before-font-lock-functions):
812 Newly created from the singular version. The (c c++ objc) entry now
813 additionally has c-set-fl-decl-start. The other languages (apart
814 from AWK) have that as a single entry.
815
816 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
817 The functionality for "local" declarations has been extracted to
818 c-set-fl-decl-start.
819
820 * progmodes/cc-mode.el (c-common-init, c-after-change):
821 Changes due to pluralisation of c-before-font-lock-functions.
822 (c-set-fl-decl-start): New function, extracted from
823 c-font-lock-enclosing-decls and enhanced.
824
825 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
826
827 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
828
829 2011-12-22 Juri Linkov <juri@jurta.org>
830
831 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
832
833 2011-12-22 Chong Yidong <cyd@gnu.org>
834
835 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
836
837 2011-12-21 Drew Adams <drew.adams@oracle.com>
838
839 * files.el (file-remote-p): Fix docstring. (Bug#10319)
840
841 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
842
843 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
844
845 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
846
847 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
848 highlighting and support. Fix up comments for capitalization.
849 (cfengine-mode-debug): New var.
850 (cfengine3-mode): Change the modeline indicator to "CFE3".
851 (cfengine3-font-lock-keywords): Improve defun highlighting.
852 (cfengine2-actions): Rename from `cfengine-actions'.
853 (cfengine2-font-lock-keywords): Rename from
854 `cfengine-font-lock-keywords'.
855 (cfengine2-imenu-expression): Rename from
856 `cfengine-imenu-expression'.
857 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
858 (cfengine2-beginning-of-defun): Rename from
859 `cfengine-beginning-of-defun'.
860 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
861 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
862 (cfengine2-mode): Rename from `cfengine-mode'. Change the
863 modeline indicator to "CFE2".
864 (cfengine-mode): Defalias to `cfengine-auto-mode'.
865 (cfengine-mode-abbrevs): Mark obsolete.
866
867 2011-12-21 Chong Yidong <cyd@gnu.org>
868
869 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
870 filename argument.
871
872 2011-12-20 Martin Rudalics <rudalics@gmx.at>
873
874 * window.el (window-normalize-buffer-to-display): Remove.
875 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
876
877 2011-12-19 Chong Yidong <cyd@gnu.org>
878
879 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
880 Don't signal an error in a predicate function; return non-nil.
881 (vc-dir-mark-file): Move the error here.
882 (vc-dir-mark-unmark): If acting on the region, keep going if one
883 of the entries cannot be marked/unmarked.
884 (vc-dir-mark-all-files): If current entry is a directory, mark
885 only child files, as documented.
886
887 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
888
889 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
890 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
891 addition.
892
893 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
894
895 * term/ns-win.el (ns-get-selection-internal)
896 (ns-store-selection-internal): Declare.
897 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
898 Declare as obsolete.
899 (ns-get-pasteboard, ns-paste-secondary):
900 Use ns-get-selection-internal.
901 (ns-set-pasteboard, ns-copy-including-secondary):
902 Use ns-store-selection-internal.
903
904 2011-12-17 Chong Yidong <cyd@gnu.org>
905
906 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
907 (vc-deduce-fileset): Doc fix.
908
909 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
910
911 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
912
913 2011-12-13 Sam Steingold <sds@gnu.org>
914
915 * man.el (Man-getpage-in-background): When running under a
916 window-system, ignore $MANWIDTH and $COLUMNS.
917
918 2011-12-15 Kenichi Handa <handa@m17n.org>
919
920 * language/ethio-util.el: Change coding tag to utf-8-emacs.
921 (setup-ethiopic-environment-internal): Comment out key-binding for
922 ethio-toggle-punctuation.
923
924 2011-12-13 Alan Mackenzie <acm@muc.de>
925
926 Add the switch statement to AWK Mode.
927
928 * progmodes/cc-awk (awk-font-lock-keywords): Add "switch", "case",
929 "default" to the keywords regexp.
930
931 * progmodes/cc-langs (c-label-kwds): Let AWK take the same
932 expression as the rest.
933 (c-nonlabel-token-key): Allow string literals for AWK.
934 Refactor for the other modes.
935
936 Large brace-block initialisation makes CC Mode slow: Fix.
937 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
938 routines. Limit backward searching in c-font-lock-enclosing.decl.
939
940 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
941 pp-state and literal type in addition to the limits.
942 (c-state-safe-place): New defun, extracted from c-state-literal-at.
943 (c-state-literal-at): Use the above new defun.
944 (c-slow-in-literal, c-fast-in-literal): Remove.
945 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
946
947 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
948 being in a literal. Add a limit for backward searching.
949
950 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
951 c-slow-in-literal.
952
953 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
954
955 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
956
957 2011-12-13 Martin Rudalics <rudalics@gmx.at>
958
959 * window.el (delete-other-windows): Use correct frame in call to
960 window-with-parameter.
961
962 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
963
964 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
965 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
966 (makefile-gmake-statements, makefile-makepp-statements):
967 Use it and add new makepp keywords.
968 (makefile-makepp-font-lock-keywords): Add new patterns.
969 (makefile-match-function-end): Match new [...] and [[...]].
970
971 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
972
973 * ses.el (ses-call-printer-return, ses-cell-property-get)
974 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
975 (ses-create-cell-variable, ses-reset-header-string)
976 (ses-cell-set-formula, ses-repair-cell-reference-all)
977 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
978 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
979 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
980 (ses-aset-with-undo, ses-load, ses-truncate-cell)
981 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
982 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
983 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
984 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
985 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
986 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
987 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
988 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
989
990 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
991
992 * ses.el: The overall change is to add cell renaming, that is
993 setting fancy names for cell symbols other than name matching
994 "\\`[A-Z]+[0-9]+\\'" regexp .
995 (ses-create-cell-variable): New defun.
996 (ses-relocate-formula): Relocate formulas only for cells the
997 symbols of which are not renamed, i.e. symbols whose names do not
998 match regexp "\\`[A-Z]+[0-9]+\\'".
999 (ses-relocate-all): Relocate values only for cells the symbols of
1000 which are not renamed.
1001 (ses-load): Create cells variables as the (ses-cell ...) are read,
1002 in order to check row col consistency with cell symbol name only
1003 for cells that are not renamed.
1004 (ses-replace-name-in-formula): New defun.
1005 (ses-rename-cell): New defun.
1006
1007 2011-12-11 Chong Yidong <cyd@gnu.org>
1008
1009 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
1010 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
1011
1012 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
1013
1014 * window.el (other-window): Fix docstring.
1015
1016 2011-12-10 Eli Zaretskii <eliz@gnu.org>
1017
1018 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1019 `from' or `to' address before taking its substring.
1020 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
1021 encoded name is chopped in the middle of the encoded string, and
1022 thus displayed encoded.
1023
1024 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
1025
1026 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
1027
1028 2011-12-10 Eli Zaretskii <eliz@gnu.org>
1029
1030 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
1031 to use texinfo-update-node and commands that call it if the
1032 Texinfo file uses @node lines without next/prev/up pointers.
1033 Correct outdated description about texinfo-master-menu.
1034 (texinfo-all-menus-update, texinfo-master-menu)
1035 (texinfo-update-node, texinfo-every-node-update)
1036 (texinfo-multiple-files-update): Doc fix. Warn against updating
1037 all the @node lines.
1038 (texinfo-master-menu): Only call texinfo-update-node if the prefix
1039 argument is numeric. Explain better in the doc string what the
1040 function really does.
1041 (texinfo-insert-master-menu-list): Improve the error message
1042 displayed if there's no menu in the Top node.
1043 (Bug#2975) See also this thread:
1044 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
1045
1046 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
1047
1048 * speedbar.el (speedbar-supported-extension-expressions):
1049 Add .adb and .ads, commonly used for Ada source code (bug#10256).
1050
1051 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
1052
1053 * printing.el (pr-mode-alist):
1054 * simple.el (filter-buffer-substring-functions)
1055 (completion-list-insert-choice-function):
1056 * window.el (window-with-parameter, window-atom-root)
1057 (window-sides-slots, window-size-fixed, window-min-delta)
1058 (window-max-delta, window--resize-mini-window)
1059 (window--resize-child-windows-normal, window-tree)
1060 (delete-other-windows, quit-window, split-window)
1061 (display-buffer-record-window, special-display-buffer-names)
1062 (special-display-regexps, special-display-popup-frame)
1063 (same-window-p, split-window-sensibly)
1064 (display-buffer-overriding-action, display-buffer-alist)
1065 (display-buffer-base-action, display-buffer, switch-to-buffer)
1066 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
1067 (fit-window-to-buffer, recenter-positions)
1068 (mouse-autoselect-window-state, mouse-autoselect-window-select):
1069 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
1070 and remove unneeded backslashes in docstrings.
1071
1072 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
1075
1076 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
1077 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
1078 end in ".mk".
1079 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
1080 when reading the makefile (bug#10116).
1081
1082 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1083
1084 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
1085 (bug#10116).
1086
1087 2011-12-06 Glenn Morris <rgm@gnu.org>
1088
1089 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
1090
1091 2011-12-06 Chong Yidong <cyd@gnu.org>
1092
1093 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
1094
1095 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * textmodes/table.el (table-shorten-cell): Fix typo.
1098
1099 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
1100
1101 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
1102
1103 2011-12-05 Eli Zaretskii <eliz@gnu.org>
1104
1105 * descr-text.el (describe-char): Fix display of strong
1106 right-to-left characters and directional embeddings and overrides.
1107
1108 * simple.el (what-cursor-position): Fix display of codepoints of
1109 strong right-to-left characters.
1110
1111 2011-12-05 Chong Yidong <cyd@gnu.org>
1112
1113 * faces.el (read-color): Doc fix.
1114
1115 2011-12-05 Glenn Morris <rgm@gnu.org>
1116
1117 * align.el (align--set-marker): Add doc-string.
1118 Don't try to move something that is not a marker. (Bug#10216)
1119
1120 2011-12-04 Glenn Morris <rgm@gnu.org>
1121
1122 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
1123 overly zealous deletion of trailing whitespace.
1124
1125 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
1126
1127 * server.el (server-delete-client): On Windows, do not try to delete
1128 the only terminal.
1129 (server-process-filter): On Windows, treat requests for a tty frame as
1130 if they were for a GUI frame if the running server is in GUI mode.
1131
1132 2011-12-03 Glenn Morris <rgm@gnu.org>
1133
1134 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
1135
1136 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * electric.el: Streamline electric-indent's hook.
1139 (electric-indent-chars): Revert to simple list.
1140 (electric-indent-functions): New var.
1141 (electric-indent-post-self-insert-function): Use it.
1142
1143 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
1144 there's no inferior buffer (bug#10196).
1145 (prolog-consult-compile): Don't use toggle-read-only.
1146
1147 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
1148
1149 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
1150 interrupt. (Bug#10187)
1151
1152 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
1155 (bug#9160).
1156
1157 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
1158 (bug#10191).
1159
1160 2011-12-02 Juri Linkov <juri@jurta.org>
1161
1162 * info.el (Info-search): Display "end of manual" when Isearch
1163 reaches the end of single-file Info manual. (Bug#9918)
1164
1165 2011-12-02 Eli Zaretskii <eliz@gnu.org>
1166
1167 * isearch.el (isearch-message-prefix): Run the input method part
1168 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
1169
1170 2011-12-02 Juri Linkov <juri@jurta.org>
1171
1172 * isearch.el (isearch-occur): Use `word-search-regexp' for
1173 `isearch-word'.
1174 (isearch-search-and-update): Add condition for `isearch-word' and
1175 call `word-search-regexp'. (Bug#10145)
1176
1177 2011-12-01 Glenn Morris <rgm@gnu.org>
1178
1179 * eshell/em-hist.el (eshell-hist-initialize):
1180 Handle eshell-history-size nil and HISTSIZE set or unset.
1181 (eshell-history-file-name, eshell-history-size): Fix custom type.
1182
1183 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
1186
1187 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
1188
1189 * progmodes/verilog-mode.el (verilog-pretty-expr):
1190 Rework verilog-pretty-expr to handle new assignment operators in system
1191 verilog, such as += *= and the like.
1192 (verilog-assignment-operator-re): Regular expression to find the
1193 assigment operator in a verilog assignment.
1194 (verilog-assignment-operation-re): Regular expression to find an
1195 assignment statement for pretty-expr.
1196 (verilog-in-attribute-p): Query returns true if point is in an
1197 attribute context; used to skip these for expression line up from
1198 pretty-expr.
1199 (verilog-in-parameter-p): Query returns true if point is in an
1200 parameter definition context; used to skip these for expression
1201 line up from pretty-expr.
1202 (verilog-in-parenthesis-p): Query returns true if point is in a
1203 parenthetical expression, specifically ( ) but not [ ] or { };
1204 used by pretty-expr.
1205 (verilog-just-one-space): If there is no space, don't add one.
1206 (verilog-get-lineup-indent-2): Specifically skip just attribute
1207 contexts for expression lineup, rather than skipping all
1208 parenthetical expressions.
1209 (verilog-calculate-indent): Fix comment, and fix indent.
1210 (verilog-do-indent): Indent declarations in lists (suggested by
1211 Joachim Lechner).
1212 (verilog-mode-abbrev-table): Populate abbrev mode with the various
1213 skeleton items.
1214 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
1215 by Alain Mellan).
1216
1217 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
1218
1219 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
1220 parameters with embedded comments. Reported by Ray Stevens.
1221 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
1222 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
1223 Reported by Tim Holt.
1224 (verilog-auto): Fix AUTOing a upper module then AUTOing module
1225 instantiated by upper module causing wrong expansion until AUTOed a
1226 second time. Reported by K C Buckenmaier.
1227 (verilog-diff-auto): Fix showing .* as a difference when
1228 `verilog-auto-star-save' off. Reported by Dan Dever.
1229 (verilog-auto-reset, verilog-read-always-signals)
1230 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
1231 temporary signals in reset list if
1232 verilog-auto-reset-blocking-in-non is nil, and match assignment
1233 style to each signal's assignment type, bug381.
1234 Reported by Thomas Esposito.
1235 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
1236 (verilog-uvm-statement-re): Support UVM indentation and
1237 highlighting, with old OVM keywords only.
1238 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1239 Support AUTOTIEOFF creating non-wire data types.
1240 Suggested by Jonathan Greenlaw.
1241 (verilog-auto-insert-lisp, verilog-delete-to-paren)
1242 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
1243 (verilog-inject-sense, verilog-read-inst-pins)
1244 (verilog-read-sub-decls, verilog-read-sub-decls-line):
1245 Fix mismatching parenthesis inside commented out code when deleting
1246 AUTOINST, bug383. Reported by Jonathan Greenlaw.
1247 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
1248 non-numeric vector width. Reported by Alex Reed.
1249 (verilog-auto-ascii-enum): Add "onehot" option to work around not
1250 detecting signals with parameter widths. Reported by Alex Reed.
1251 (verilog-auto-delete-trailing-whitespace):
1252 With `verilog-auto-delete-trailing-whitespace' remove trailing
1253 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
1254 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
1255 Fix verilog-scan-cache corruption when running user AUTO expansion
1256 hooks that call indentation routines.
1257 (verilog-simplify-range-expression): Fix typo ignoring lower case
1258 identifiers.
1259 (verilog-delete-auto): Fix delete-autos to also remove user created
1260 automatics, as long as they start with AUTO.
1261 (verilog-batch-diff-auto, verilog-diff-auto)
1262 (verilog-diff-function): Add `verilog-diff-auto' and bind to
1263 "C-c?" to report differences in AUTO expansion, ignoring spaces.
1264 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
1265 (verilog-in-paren-quick, verilog-re-search-backward-quick)
1266 (verilog-re-search-forward-quick, verilog-syntax-ppss):
1267 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
1268 is disabled and its cache will get corrupt, causing AUTOS not to
1269 expand. Instead use only -quick functions.
1270 (verilog-scan-region): Fix scanning over escaped quotes.
1271 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
1272 (verilog-re-search-backward-quick)
1273 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
1274 related functions now ignore strings, to fix misparsing of strings
1275 with magic comments embedded in them.
1276 (verilog-read-auto-template):
1277 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
1278 Reported by Brad Dobbie.
1279 (verilog-read-auto-template):
1280 Fix 'verilog-auto-inst-template-numbers' with comments.
1281 Reported by Brad Dobbie.
1282 (verilog-auto-inst, verilog-auto-inst-param)
1283 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
1284 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
1285 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
1286 debugging templates without merge conflicts, bug357.
1287 Reported by Brad Dobbie.
1288 (verilog-read-auto-template):
1289 Fix verilog-auto-inst-template-numbers with multiple templates.
1290 Reported by Brad Dobbie.
1291 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
1292 abbrevs so user won't be asked to save.
1293 (verilog-read-auto-lisp-present): Fix to start at beginning of
1294 buffer in case called outside of verilog-auto.
1295 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
1296 to "X-2". Reported by Matthew Myers.
1297 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
1298 all inputs from module templates. Reported by Leith Johnson.
1299 (verilog-module-inside-filename-p): Fix locating programs as with
1300 modules.
1301 (verilog-auto-inst-port): Fix vl-width expressions when using
1302 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
1303 (verilog-decls-get-regs, verilog-decls-get-signals,
1304 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
1305 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
1306 verilog-read-decls): Combine reg and wire structures into one var
1307 structure to represent SystemVerilog concepts.
1308 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
1309 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
1310 (verilog-auto-wire-type, verilog-insert-definition):
1311 Add verilog-auto-wire-type and AUTOLOGIC to support using
1312 SystemVerilog "logic" keyword instead of "wire"/"reg".
1313 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
1314 to declares outputs that also have assignments (presumably in an
1315 ifdef or generate if so there's not a driver conflict).
1316 Reported by Matthew Myers.
1317 (verilog-auto-declare-nettype, verilog-insert-definition):
1318 Add verilog-auto-declare-nettype to fix declarations using
1319 `default_nettype none. Reported by Julian Gorfajn.
1320 (verilog-read-always-signals-recurse, verilog-read-decls)
1321 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
1322 malformed end statement, bug325. Reported by Joshua Wise and
1323 Andrew Drake.
1324 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
1325 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1326 when expanding .* in interfaces, bug320.
1327 Reported by Pierre-David Pfister.
1328 (verilog-read-module-name): Fix import statements between module
1329 name and open parenthesis, bug317.
1330 Reported by Pierre-David Pfister.
1331 (verilog-simplify-range-expression): Fix simplification of
1332 multiplications inside AUTOWIRE connections, bug303.
1333 (verilog-auto-inst-port): Support parameter expansion in
1334 multidimensional arrays.
1335 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
1336 after "assert property". Reported by Julian Gorfajn.
1337 (verilog-simplify-range-expression): Fix "couldn't merge" errors
1338 with multiplication, bug303.
1339 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
1340 Reported by Jan Frode Lonnum.
1341
1342 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
1343
1344 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
1345 (hfy-shell-file-name, hfy-shell):
1346 * international/fontset.el (x-decompose-font-name): Fix typos.
1347
1348 2011-11-29 Ken Brown <kbrown@cornell.edu>
1349
1350 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
1351 (gdb-version): Remove defvar.
1352 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
1353 (gdb-gud-context-command, gdb-non-stop-handler)
1354 (gdb-current-context-command, gdb-stopped): Use it.
1355 (gdb-init-1): Enable pretty printing here.
1356 (gdb-non-stop-handler): Don't enable pretty-printing here.
1357 Check to see if the target supports non-stop mode; if not, turn off
1358 non-stop mode. Use the following.
1359 (gdb-check-target-async): New defun.
1360 (gud-watch, gdb-stopped): Fix whitespace.
1361 (gdb-get-source-file): Don't try to display the source file if
1362 `gdb-main-file' is nil.
1363
1364 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * align.el: Try to generate fewer markers (bug#10047).
1367 (align--set-marker): New macro.
1368 (align-region): Use it.
1369
1370 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
1373
1374 2011-11-29 Chong Yidong <cyd@gnu.org>
1375
1376 * indent.el (indent-for-tab-command, indent-according-to-mode):
1377 Doc fix.
1378 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
1379
1380 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
1381
1382 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
1383 aware of remote file names. (Bug#10124)
1384
1385 2011-11-29 Chong Yidong <cyd@gnu.org>
1386
1387 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
1388
1389 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * files.el (find-file): Don't use force-same-window (bug#10144).
1392 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
1393 use pop-to-buffer if the selected window can't be used.
1394 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
1395
1396 2011-11-28 Eli Zaretskii <eliz@gnu.org>
1397
1398 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
1399 special-mode-map.
1400
1401 2011-11-28 Chong Yidong <cyd@gnu.org>
1402
1403 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
1404
1405 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
1406
1407 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
1408 gdb-get-source-file-list on gdb-create-source-file-list.
1409
1410 2011-11-26 Eli Zaretskii <eliz@gnu.org>
1411
1412 * whitespace.el (whitespace-newline): Use a different foreground
1413 color for 16-color light-background displays.
1414
1415 2011-11-24 Chong Yidong <cyd@gnu.org>
1416
1417 * window.el (display-buffer--special-action): Doc fix.
1418
1419 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
1422 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
1423 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
1424 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
1425 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
1426 (avl-tree-stack-first):
1427 * emacs-lisp/cconv.el (cconv--analyse-use):
1428 * net/gnutls.el (gnutls-negotiate): Fix typos.
1429
1430 2011-11-24 Glenn Morris <rgm@gnu.org>
1431
1432 * lpr.el (lpr-windows-system, lpr-lp-system):
1433 * mail/binhex.el (binhex-begin-line):
1434 * progmodes/grep.el (grep-history, grep-find-history):
1435 * textmodes/flyspell.el:
1436 * vc/pcvs-defs.el (cvs-global-menu):
1437 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
1438 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
1439 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
1440
1441 * net/tls.el: Fix case of "GnuTLS".
1442
1443 * paths.el (rmail-file-name): Format doc-string for make-docfile.
1444
1445 * version.el (emacs-build-system): Give it a doc-string.
1446
1447 2011-11-24 Juri Linkov <juri@jurta.org>
1448
1449 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
1450
1451 2011-11-24 Glenn Morris <rgm@gnu.org>
1452
1453 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
1454 if called on a non-mime message just toggle the headers. (Bug#8006)
1455
1456 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1457
1458 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
1459 (allout-lead-with-comment-string, allout-structure-deleted-hook)
1460 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
1461 (allout-rebullet-heading, allout-open-sibtopic)
1462 (allout-toggle-current-subtree-encryption)
1463 (allout-toggle-subtree-encryption, allout-encrypt-string)
1464 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
1465 (allout-distinctive-bullets-string, allout-auto-activation):
1466 * window.el (window-normalize-buffer-to-display):
1467 * progmodes/verilog-mode.el (verilog-batch-indent):
1468 * textmodes/bibtex.el (bibtex-field-braces-opt)
1469 (bibtex-field-strings-opt):
1470 * vc/cvs-status.el (cvs-tree-merge):
1471 Fix typos.
1472
1473 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
1474
1475 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
1476 `non-essential' to t, in order to avoid remote connections.
1477
1478 2011-11-23 Eli Zaretskii <eliz@gnu.org>
1479
1480 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1481 On MS-DOS and MS-Windows, compare with loaddefs.el
1482 case-insensitively.
1483
1484 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1485
1486 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
1487
1488 2011-11-23 Glenn Morris <rgm@gnu.org>
1489
1490 * paths.el (rmail-file-name): Reformat the doc-string so that it
1491 is picked up.
1492
1493 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
1494 (rmail-auto-file): Ignore case in the "special" field names,
1495 as mail-fetch-field does for all others.
1496
1497 * mail/rmail.el (rmail-forward):
1498 * mail/rmailkwd.el (rmail-set-label):
1499 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
1500 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
1501
1502 * mail/rmail.el (rmail-current-message): Doc fix.
1503
1504 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
1505
1506 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * server.el (server-eval-and-print): Allow C-g (bug#6585).
1509
1510 2011-11-22 Glenn Morris <rgm@gnu.org>
1511
1512 * mail/rmailmm.el (test-rmail-mime-handler)
1513 (test-rmail-mime-bulk-handler)
1514 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
1515
1516 2011-11-21 Juri Linkov <juri@jurta.org>
1517
1518 * calc/calc.el (calc-read-key-sequence):
1519 Let-bind `input-method-function' to nil. (Bug#10018)
1520
1521 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1522
1523 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
1524 Tell the caller that the next line needs recomputation, even
1525 though it doesn't start a sexp (bug#10094).
1526
1527 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
1530
1531 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1534 Use force-same-window.
1535
1536 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1537
1538 * descr-text.el (describe-char-unicode-data):
1539 * json.el (json-string-escape):
1540 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
1541 (Footnote-unicode, Footnote-style-p):
1542 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
1543
1544 2011-11-20 Chong Yidong <cyd@gnu.org>
1545
1546 * window.el (replace-buffer-in-windows): Restore interactive spec.
1547
1548 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * electric.el (electric-indent-mode): Fix last change (too optimistic).
1551
1552 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
1553 (byte-compile-global-not-obsolete-vars): New var.
1554 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
1555 Use it.
1556 (byte-compile-warn-obsolete): Align text with the one in *Help*.
1557
1558 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1559
1560 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
1561 * progmodes/pascal.el (electric-pascal-equal):
1562 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
1563 * xml.el (xml-substitute-special): Fix typos.
1564
1565 2011-11-20 Glenn Morris <rgm@gnu.org>
1566
1567 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
1568 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
1569 Doc fixes.
1570 (rmail-decode-mime-charset): Mark as obsolete.
1571
1572 * mail/rmailsum.el (rmail-message-regexp-p-1):
1573 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
1574 Before using mime functions, check they are set. (Bug#10077)
1575
1576 2011-11-19 Juri Linkov <juri@jurta.org>
1577
1578 * info.el (Info-finder-find-node): Use `package--builtins' instead
1579 of `package-alist'. Use node names formed by the pattern "Keyword "
1580 and the keyword name.
1581
1582 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1583
1584 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
1585
1586 2011-11-19 Juri Linkov <juri@jurta.org>
1587
1588 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
1589 that calls `revert-buffer' on all Info buffers. (Bug#9915)
1590 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
1591 `old-history', `old-history-forward'. Add let-binding
1592 `window-selected'. Remove calls to `kill-buffer',
1593 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
1594 before calling `Info-find-node', so `Info-find-node-2' will reread
1595 the Info file. Restore window positions only when `window-selected'
1596 is non-nil.
1597
1598 2011-11-19 Juri Linkov <juri@jurta.org>
1599
1600 * isearch.el (isearch-lazy-highlight-new-loop):
1601 Remove condition `(not isearch-error)'. (Bug#9918)
1602
1603 * misearch.el (multi-isearch-search-fun): Add condition
1604 `(not bound)' to ignore lazy-highlighting search.
1605 Add the search-failed message "end of multi" when the end of
1606 multi-sequence is reached. Uncapitalize the search-failed
1607 message "Repeat for next buffer".
1608
1609 * info.el (Info-search): Add the search-failed message
1610 "end of the manual" when the end of the manual is reached
1611 in Isearch mode.
1612
1613 2011-11-19 Juri Linkov <juri@jurta.org>
1614
1615 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
1616 Use non-destructive `remove' instead of `delete' because
1617 `Info-history-list' stored to `Info-isearch-initial-history-list' in
1618 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
1619
1620 2011-11-19 Juri Linkov <juri@jurta.org>
1621
1622 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
1623 to nil instead of binding `search-ring' and `regexp-search-ring'.
1624 (Bug#9185)
1625
1626 2011-11-19 Eli Zaretskii <eliz@gnu.org>
1627
1628 * simple.el (line-move): Force movement by logical lines for any
1629 hscrolled window, not only when auto-hscroll-mode is on.
1630 (line-move-visual): Update doc string to that effect. (Bug#10076)
1631
1632 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
1633
1634 * language/european.el (macintosh): Define as alias for mac-roman.
1635
1636 2011-11-19 Eli Zaretskii <eliz@gnu.org>
1637
1638 * mail/rmailmm.el (rmail-mime-display-header)
1639 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
1640 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
1641 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
1642 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
1643 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
1644 of a raw aref.
1645 (rmail-mime-entity-segment): To get past the tagline, move forward
1646 2 more lines, to account for the 2 empty lines that precede and
1647 follow the line with the buttons.
1648 (rmail-mime-update-tagline): Move one more line, to get past the
1649 empty line that follows the buttons in the tagline. (Bug#9520)
1650
1651 2011-11-19 Martin Rudalics <rudalics@gmx.at>
1652
1653 * window.el (window-max-delta-1, window-min-delta-1)
1654 (window-min-size-1, window-state-get-1, window-state-put-1)
1655 (window-state-put-2): Use "window--" prefix.
1656
1657 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * emacs-lisp/smie.el: Improve warnings and conflict detection.
1660 (smie-warning-count): New var.
1661 (smie-set-prec2tab): Use it.
1662 (smie-bnf->prec2): Improve warnings. Add docstring.
1663 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
1664 (smie-bnf--set-class): New function.
1665 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
1666 corner case.
1667
1668 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
1669 (compilation-error-properties, compilation-move-to-column):
1670 Handle compilation-first-column while in the target buffer.
1671
1672 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
1673 Don't hardcode point-min==1.
1674
1675 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
1676 (eshell-rewrite-for-command): Remove workaround.
1677 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
1678 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
1679 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
1680
1681 * files-x.el (modify-file-local-variable): Obey commenting conventions.
1682
1683 2011-11-17 Glenn Morris <rgm@gnu.org>
1684
1685 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1686 Ignore buffer-local generated-autoload-file if it is the same
1687 as the global value. (Bug#10049)
1688
1689 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
1690
1691 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
1692 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
1693 (reftex-toc-previous-heading, reftex-toc-max-level)
1694 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
1695 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
1696 (reftex-toc-do-promote, reftex-toc-promote-prepare)
1697 (reftex-toc-promote-action, reftex-toc-extract-section-number)
1698 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
1699 (reftex-toc-rename-label, reftex-toc-visit-location)
1700 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
1701 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
1702 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
1703 leaving "*toc*" only for references to the buffer.
1704
1705 2011-11-17 Martin Rudalics <rudalics@gmx.at>
1706
1707 * window.el (window-resize, delete-window, split-window):
1708 Replace window-splits by window-combination-resize.
1709 * cus-start.el (window-splits): Replace by window-combination-resize.
1710
1711 2011-11-17 Glenn Morris <rgm@gnu.org>
1712
1713 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1714 Make bash entry derive from sh entry, not shell entry.
1715
1716 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
1717
1718 * net/tramp-cache.el (tramp-flush-file-property): Flush also
1719 properties of linked files. (Bug#9879)
1720
1721 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
1722 local file name.
1723
1724 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1725
1726 * menu-bar.el (menu-bar-file-menu):
1727 * printing.el (pr-ps-utility):
1728 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
1729 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
1730 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
1731 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
1732 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
1733 (icalendar--convert-cyclic-to-ical)
1734 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
1735 (icalendar--convert-ical-to-diary)
1736 (icalendar--convert-recurring-to-diary)
1737 (icalendar--convert-non-recurring-all-day-to-diary)
1738 (icalendar-import-format-sample):
1739 * progmodes/idlw-shell.el (idlwave-shell-mode):
1740 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
1741 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
1742 (vhdl-ps-print-init): Fix typos.
1743
1744 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
1745
1746 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
1747 FSF and collapse date sequence, obscure author/maintainer email address
1748 better, remove extra version line, track relocation of author's webpage.
1749
1750 * progmodes/python.el (python-pdbtrack-input-prompt)
1751 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
1752 regular python pdb prompts. Adjustments shamelessly taken exactly as
1753 suggested in EmacsWiki page (tiny change):
1754 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
1755
1756 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1757
1758 * expand.el (expand-pos, expand-index, expand-point):
1759 Remove redundant info from docstring.
1760 (expand-add-abbrevs): Doc fix.
1761 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
1762 (expand-sample-perl-mode-expand-list): Fix typos.
1763
1764 * net/dbus.el (dbus-event-member-name):
1765 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
1766 * term/pc-win.el (msdos-create-frame-with-faces):
1767 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
1768
1769 2011-11-16 Martin Rudalics <rudalics@gmx.at>
1770
1771 * window.el (split-window, window-state-get-1)
1772 (window-state-put-1, window-state-put-2): Rename occurrences of
1773 window-nest to window-combination-limit.
1774 * cus-start.el (window-nest): Rename to window-combination-limit.
1775
1776 2011-11-16 Chong Yidong <cyd@gnu.org>
1777
1778 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
1779 regexp (Bug#10033).
1780
1781 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
1784 `completing-read' will remove *Completions* and will preserve
1785 current-buffer for us.
1786 (tmm-add-prompt): Users of *Completions* will always (re)set its
1787 major mode.
1788 (tmm-old-comp-map): Remove.
1789
1790 2011-11-16 Glenn Morris <rgm@gnu.org>
1791
1792 * mail/rmailedit.el: Require rmailmm when compiling.
1793 (rmail-old-mime-state): New declaration.
1794 (rmail-edit-current-message): If editing a mime message,
1795 edit the "raw" message from the mbox buffer.
1796 (rmail-cease-edit): Handle mime messages. (Bug#9840)
1797
1798 2011-11-15 Glenn Morris <rgm@gnu.org>
1799
1800 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
1801 which wasn't being used. Add optional arg to force given state.
1802 (rmail-mime): Add optional arg to force given state.
1803
1804 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * allout.el (allout-encryption-plaintext-sanitization-regexps):
1807 * frame.el (display-mm-dimensions-alist):
1808 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
1809 (outline-move-subtree-down):
1810 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
1811 (newsticker--treeview-do-get-node):
1812 * net/quickurl.el (quickurl-list-buffer-name):
1813 * progmodes/dcl-mode.el (dcl-mode):
1814 * progmodes/gdb-mi.el (gdb-mapcar*):
1815 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
1816
1817 2011-11-15 Glenn Morris <rgm@gnu.org>
1818
1819 * mail/rmail.el (rmail-file-coding-system): It's only ever used
1820 in a boolean sense, so just make it a boolean, and fix the doc.
1821 (rmail-show-mime-function, rmail-mime-feature)
1822 (rmail-require-mime-maybe): Doc fixes.
1823 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
1824
1825 * mail/rmailmm.el (rmail-show-mime): Doc fix.
1826
1827 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1828
1829 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
1830 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
1831 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
1832 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
1833
1834 2011-11-15 Glenn Morris <rgm@gnu.org>
1835
1836 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
1837 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
1838 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
1839 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
1840 (rmail-mime, rmail-show-mime): Doc fixes.
1841
1842 * term/ns-win.el (mode-line-frame-identification):
1843 Leave it alone. (Bug#10051)
1844
1845 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
1846
1847 * mail/rmailout.el (rmail-output-to-rmail-buffer):
1848 Handle empty buffers. (Bug#9978)
1849
1850 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
1851
1852 * international/mule.el (define-charset):
1853 * mail/rmailmm.el (rmail-mime-find-header-encoding):
1854 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
1855 * progmodes/verilog-mode.el (verilog-backward-token):
1856 * textmodes/ispell.el (lookup-words):
1857 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
1858
1859 2011-11-14 Glenn Morris <rgm@gnu.org>
1860
1861 * progmodes/executable.el
1862 (executable-make-buffer-file-executable-if-script-p):
1863 Handle file-modes returning nil.
1864
1865 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
1866 message - not necessary, and causes problems. (Bug#9831)
1867
1868 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
1869
1870 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
1871
1872 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
1873 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
1874 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
1875
1876 2011-11-12 Martin Rudalics <rudalics@gmx.at>
1877
1878 * window.el (window-resize, delete-window): Use window-splits
1879 variable instead of function.
1880 (window-state-get-1, window-state-put-2, window-state-put):
1881 Don't deal with windows' splits status.
1882
1883 2011-11-12 Glenn Morris <rgm@gnu.org>
1884
1885 * apropos.el (apropos-do-all, apropos-library, apropos-value)
1886 (apropos-documentation): Doc fixes.
1887
1888 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
1889
1890 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
1891 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
1892
1893 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1894
1895 * electric.el (electric-indent-post-self-insert-function): Make it
1896 possible for a char to only indent in some circumstances.
1897 (electric-indent-mode): Simplify.
1898
1899 2011-11-11 Martin Rudalics <rudalics@gmx.at>
1900
1901 * window.el (windows-with-parameter): Remove unused function.
1902 (windows-at-side): Rename to window-at-side-list.
1903 (window-check, window-atom-check, window-atom-check-1)
1904 (window-side-check, window-size-ignore, window-size-fixed-1)
1905 (window-in-direction-2): Prefix with "window--".
1906 (window-tree-1): Rename to window--subtree, fix doc-string.
1907
1908 2011-11-11 Glenn Morris <rgm@gnu.org>
1909
1910 * subr.el (eval-after-load): If FILE is already loaded,
1911 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
1912
1913 2011-11-10 Glenn Morris <rgm@gnu.org>
1914
1915 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
1916 Call svn via vc-svn-command rather than vc-do-command.
1917 (vc-svn-command): Add --non-interactive. (Bug#9993)
1918 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
1919
1920 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1921 Add toggle-read-only. (Bug#7292)
1922 * files.el (toggle-read-only): Mention that it should only
1923 be used interactively. (Bug#10006)
1924
1925 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1928 Adjust regexp for OCaml warnings.
1929
1930 * electric.el (electric-pair-post-self-insert-function): Let user
1931 turn it off buffer-locally (bug#9932).
1932
1933 * progmodes/python.el (python-beginning-of-statement):
1934 Rewrite (bug#2703).
1935
1936 * progmodes/compile.el: Better handle TABs (bug#9749).
1937 (compilation-internal-error-properties)
1938 (compilation-next-error-function): Obey the target buffer's
1939 compilation-error-screen-columns.
1940
1941 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
1942
1943 * progmodes/meta-mode.el: Remove obsolete comments.
1944 (meta-right-comment-regexp, meta-ignore-comment-regexp):
1945 Fix typos in docstrings.
1946
1947 2011-11-09 Martin Rudalics <rudalics@gmx.at>
1948
1949 * window.el (window-size-fixed-p): Rewrite doc-string.
1950 (window-resizable-p): Rename to window--resizable-p. Update callers.
1951 (window--resizable): New function. Make all callers of
1952 window-resizable call window--resizable instead.
1953 (window-resizable): Rewrite in terms of window--resizable.
1954
1955 2011-11-08 Glenn Morris <rgm@gnu.org>
1956
1957 * progmodes/delphi.el (delphi-mode-syntax-table):
1958 Let define-derived-mode define a proper syntax table. (Bug#9994)
1959
1960 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * window.el: Stay away from defsubst.
1963 (window-list-no-nils): Remove.
1964 (window-state-get-1, window-state-get): Use backquote instead.
1965
1966 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1967
1968 * emacs-lisp/find-func.el (find-function-read):
1969 Fix incorrect use of default argument in `completing-read'.
1970
1971 2011-11-08 Martin Rudalics <rudalics@gmx.at>
1972
1973 * window.el (display-buffer-function, special-display-function):
1974 Mention display-buffer-record-window but do not mention
1975 help-setup parameter in doc-strings.
1976 (window-min-delta): Fix doc-string typo.
1977
1978 2011-11-08 Chong Yidong <cyd@gnu.org>
1979
1980 * window.el (window-total-height, window-total-width): Doc fix.
1981 (window-body-size): Move from C.
1982 (window-body-height, window-body-width): Move to C.
1983
1984 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * window.el: Make special-display like display-buffer-alist (bug#9532).
1987 (display-buffer--special-action): New function, morphed
1988 from display-buffer--special.
1989 (display-buffer): Use it to handle special-display-buffers at higher
1990 priority (just after display-buffer-alist).
1991 (display-buffer-fallback-action, display-buffer--other-frame-action)
1992 (pop-to-buffer-same-window): Remove display-buffer--special.
1993
1994 2011-11-07 Glenn Morris <rgm@gnu.org>
1995
1996 * calendar/cal-menu.el (cal-menu-set-date-title):
1997 Do nothing if not in a calendar. (Bug#9976)
1998
1999 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * files.el (find-file): Always use selected-window.
2002
2003 2011-11-07 Martin Rudalics <rudalics@gmx.at>
2004
2005 * window.el (window-combinations): Make WINDOW argument
2006 mandatory. Rewrite doc-string.
2007 (walk-window-subtree, window-atom-check, window-min-delta)
2008 (window-max-delta, window--resize-this-window)
2009 (window--resize-root-window-vertically, window-tree)
2010 (balance-windows, window-state-put): Rewrite doc-strings as to
2011 not mention the term "subwindow".
2012 (window--resize-subwindows-skip-p): Rename to
2013 window--resize-child-windows-skip-p.
2014 (window--resize-subwindows-normal): Rename to
2015 window--resize-child-windows-normal.
2016 (window--resize-subwindows): Rename to
2017 window--resize-child-windows.
2018 (window-or-subwindow-p): Rename to window--in-subtree-p.
2019
2020 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2021
2022 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
2023 Ensure that mbox format messages end in two newlines (Bug#9974).
2024
2025 2011-11-06 Chong Yidong <cyd@gnu.org>
2026
2027 * window.el (window-combination-p): Function deleted; its
2028 side-effect is not used in any existing code.
2029 (window-combinations, window-combined-p): Call window-*-child
2030 directly.
2031
2032 2011-11-05 Chong Yidong <cyd@gnu.org>
2033
2034 * window.el (window-valid-p): Rename from window-any-p.
2035 (window-size-ignore, window-state-get): Callers changed.
2036 (window-normalize-window): Rename from window-normalize-any-window.
2037 New arg LIVE-ONLY, replacing window-normalize-live-window.
2038 (window-normalize-live-window): Delete.
2039 (window-combination-p, window-combined-p, window-combinations)
2040 (walk-window-subtree, window-atom-root, window-min-size)
2041 (window-sizable, window-sizable-p, window-size-fixed-p)
2042 (window-min-delta, window-max-delta, window-resizable)
2043 (window-resizable-p, window-full-height-p, window-full-width-p)
2044 (window-current-scroll-bars, window-point-1, set-window-point-1)
2045 (window-at-side-p, window-in-direction, window-resize)
2046 (adjust-window-trailing-edge, maximize-window, minimize-window)
2047 (window-deletable-p, delete-window, delete-other-windows)
2048 (record-window-buffer, unrecord-window-buffer)
2049 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
2050 (quit-window, split-window, window-state-put)
2051 (set-window-text-height, fit-window-to-buffer)
2052 (shrink-window-if-larger-than-buffer): Callers changed.
2053
2054 2011-11-04 Eli Zaretskii <eliz@gnu.org>
2055
2056 * mail/rmail.el (rmail-simplified-subject): Decode subject with
2057 rfc2047-decode-string.
2058 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
2059 warnings.
2060
2061 * window.el (window-body-height, window-body-width): Mention in
2062 the doc string that the return values are in frame's canonical
2063 units. (Bug#9949)
2064
2065 2011-11-03 Alan Mackenzie <acm@muc.de>
2066
2067 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
2068 change in cc-engine.el.
2069
2070 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * window.el (switch-to-buffer): Use `force-same-window' interactively.
2073
2074 2011-11-02 Martin Rudalics <rudalics@gmx.at>
2075
2076 * window.el (quit-window): Call unrecord-window-buffer after
2077 showing another buffer in the window. (Bug#9937)
2078 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
2079
2080 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
2081
2082 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
2083 Accept status with more than 9 shelves. (Bug#9935)
2084 Reported by Colin D Bennett <colin@gibibit.com>.
2085
2086 2011-11-01 Martin Rudalics <rudalics@gmx.at>
2087
2088 * help.el (with-help-window): Don't reference
2089 temp-buffer-show-specifiers in doc-string.
2090
2091 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
2092
2093 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
2094 menu-item.
2095
2096 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2097
2098 * whitespace.el: New version 13.2.2.
2099 (whitespace-newline-mode): Disable properly. Reported by Sarah
2100 <EmacsWiki>.
2101
2102 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
2103
2104 * net/newst-treeview.el: Remove "Time-stamp".
2105 (newsticker--group-manage-orphan-feeds): Do not call
2106 newsticker--treeview-tree-update.
2107 (newsticker-treeview-update, newsticker-treeview):
2108 Call newsticker--treeview-tree-update if necessary.
2109
2110 2011-10-30 Martin Rudalics <rudalics@gmx.at>
2111
2112 * window.el (window-iso-combination-p, window-iso-combined-p)
2113 (window-iso-combinations): Remove "iso-" infix.
2114 Suggested by Chong Yidong.
2115 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
2116 (window-max-delta-1, window-resize, window--resize-siblings)
2117 (window--resize-this-window, adjust-window-trailing-edge)
2118 (split-window, balance-windows-1)
2119 (shrink-window-if-larger-than-buffer):
2120 * calendar/calendar.el (calendar-generate-window):
2121 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
2122
2123 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
2126 in place (bug#9907).
2127 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
2128 (eshell-rewrite-if-command, eshell-rewrite-for-command)
2129 (eshell-structure-basic-command, eshell-rewrite-while-command)
2130 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
2131 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
2132 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
2133 (eshell-do-pipelines-synchronously, eshell-eval-command):
2134 Use backquotes and prefer setq to set.
2135 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
2136 (eshell-macrop): Use functionp.
2137 (eshell-do-eval): Handle multiple expressions in `while' body.
2138
2139 2011-10-30 Chong Yidong <cyd@gnu.org>
2140
2141 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
2142 instead of set-mark (Bug#9810).
2143
2144 2011-10-30 Chong Yidong <cyd@gnu.org>
2145
2146 * window.el (split-window-below, split-window-right): Rename from
2147 split-window-above-each-other and split-window-side-by-side
2148 respectively. All callers changed.
2149 (split-window-sensibly, split-window-sensibly): Use them.
2150 (split-window-keep-point): Doc fix.
2151
2152 * isearch.el: Add isearch-scroll property to split-window-below
2153 and split-window-right.
2154
2155 * follow.el (follow-mode):
2156 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2157 * progmodes/ada-xref.el (ada-gdb-application):
2158 * emulation/vip.el (vip-buffer-in-two-windows):
2159 * image-dired.el (image-dired-dired-with-window-configuration):
2160 * dired-x.el (dired-do-find-marked-files):
2161 * dired.el (dired-pop-to-buffer):
2162 * bs.el (bs--show-with-configuration):
2163 * vc/emerge.el (emerge-setup-windows):
2164 * textmodes/two-column.el (2C-two-columns):
2165 * textmodes/reftex-toc.el (reftex-toc):
2166 * progmodes/gdb-mi.el (gdb-setup-windows):
2167 * progmodes/fortran.el (fortran-window-create):
2168 * net/newst-treeview.el (newsticker--treeview-window-init):
2169 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
2170 * emulation/tpu-edt.el (tpu-gold-map):
2171 * emulation/crisp.el (crisp-mode-map):
2172 * calendar/calendar.el (calendar-basic-setup): Callers changed.
2173
2174 2011-10-29 Chong Yidong <cyd@gnu.org>
2175
2176 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
2177
2178 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
2179
2180 * textmodes/flyspell.el (flyspell-word): Fix char offset for
2181 forged Ispell output (Bug#7904).
2182
2183 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
2184
2185 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * doc-view.el: Avoid ugly errors about not finding nil.
2188 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2189 (doc-view-dvipdf-program, doc-view-unoconv-program)
2190 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
2191 Avoid nil or absolute file name as default value.
2192 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
2193
2194 2011-10-28 Alan Mackenzie <acm@muc.de>
2195
2196 * progmodes/cc-defs.el (c-version): -> 5.32.2.
2197
2198 2011-10-28 Alan Mackenzie <acm@muc.de>
2199
2200 Amend the handling of c-beginning/end-of-defun in nested declaration
2201 scopes.
2202
2203 * progmodes/cc-vars.el (c-defun-tactic): Move here from
2204 cc-langs.el. Change it to a defcustom.
2205
2206 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
2207 cc-vars.el.
2208
2209 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2210 Prevent "class foo : bar" being spuriously recognized as a label.
2211
2212 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
2213 Add parameter `inclusive' (to include enclosing braces in the region).
2214 (c-widen-to-enclosing-decl-scope): New function.
2215 (c-while-widening-to-decl-block): New macro.
2216 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
2217 outward for defun boundaries, and correspondingly change symbol
2218 `respect-enclosure' to `go-outward'.
2219 (c-declaration-limits): Change algorithm to report only the "innermost"
2220 defun's boundaries.
2221
2222 2011-10-28 Deniz Dogan <deniz@dogan.se>
2223
2224 * net/rcirc.el (rcirc-mode): Use hard newlines.
2225
2226 2011-10-28 Alan Mackenzie <acm@muc.de>
2227
2228 Amend to indent and fontify macros "which include their own semicolon"
2229 correctly, using the "virtual semicolon" mechanism.
2230
2231 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
2232
2233 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2234 Recode to scan one line at a time rather than having \n and \r
2235 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
2236 (c-forward-label): Amend for virtual semicolons.
2237 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
2238
2239 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
2240 of the new C macros.
2241
2242 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
2243 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
2244 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
2245 (c-opt-cpp-macro-define): Make into a full language variable.
2246 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
2247 AWK Mode (including \n, \r) removed, no longer needed.
2248
2249 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
2250 Invoke c-make-macro-with-semi-re.
2251
2252 * progmodes/cc-vars.el (c-macro-with-semi-re):
2253 (c-macro-names-with-semicolon): New variables.
2254 (c-make-macro-with-semi-re): New function.
2255
2256 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * vc/log-edit.el: Fill empty field rather than adding new one.
2259 (log-edit-add-field): New function.
2260 (log-edit-insert-changelog): Use it.
2261
2262 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2263
2264 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
2265
2266 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2267
2268 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
2269 (gdb--check-interpreter): New function.
2270 (gdb): Use it.
2271
2272 2011-10-27 Glenn Morris <rgm@gnu.org>
2273
2274 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
2275 (least-positive-float, least-negative-float)
2276 (least-positive-normalized-float, least-negative-normalized-float)
2277 (float-epsilon, float-negative-epsilon):
2278 Remove unnecessary declarations.
2279
2280 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
2281 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
2282 (least-positive-float, least-negative-float)
2283 (least-positive-normalized-float, least-negative-normalized-float)
2284 (float-epsilon, float-negative-epsilon): Add doc-strings,
2285 based on those in cl.texi.
2286
2287 * files.el (set-visited-file-name): If the major-mode changed,
2288 reload the local variables. (Bug#9796)
2289
2290 2011-10-27 Chong Yidong <cyd@gnu.org>
2291
2292 * subr.el (change-major-mode-after-body-hook): New hook.
2293 (run-mode-hooks): Run it.
2294
2295 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2296 Use change-major-mode-before-body-hook.
2297
2298 * simple.el (fundamental-mode):
2299 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
2300 change introducing fundamental-mode-hook.
2301
2302 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
2303
2304 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
2305
2306 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
2307
2308 * ido.el (ido-file-name-all-completions-1): Do not require
2309 tramp.el explicitly. (Bug#7583)
2310
2311 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * progmodes/octave-mod.el:
2314 * progmodes/octave-inf.el: Update maintainer.
2315
2316 2011-10-26 Chong Yidong <cyd@gnu.org>
2317
2318 * subr.el (with-wrapper-hook): Rewrite doc.
2319
2320 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
2321
2322 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
2323 filenames "/method:foo:". (Bug#9793)
2324
2325 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
2328 (bug#9865).
2329
2330 2011-10-24 Glenn Morris <rgm@gnu.org>
2331
2332 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
2333
2334 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
2335
2336 * notifications.el: Add the requirement of a running D-Bus session
2337 bus to the Commentary.
2338
2339 2011-10-24 Juri Linkov <juri@jurta.org>
2340
2341 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2342 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
2343 (Bug#9364)
2344
2345 2011-10-24 Juri Linkov <juri@jurta.org>
2346
2347 * info.el (Info-following-node-name-re): Add newline to the list
2348 of allowed characters for leading space. (Bug#9824)
2349
2350 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2351
2352 * progmodes/octave-inf.el (inferior-octave-mode-map):
2353 Fix C-c C-h binding.
2354 * progmodes/octave-mod.el (octave-help): Remove.
2355
2356 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
2357
2358 Sync with Tramp 2.2.3.
2359
2360 * net/tramp-cache.el (top): Pacify byte-compiler using
2361 `init-file-user' and `site-run-file'.
2362
2363 * net/trampver.el: Update release number.
2364
2365 2011-10-23 Chong Yidong <cyd@gnu.org>
2366
2367 * files.el (toggle-read-only): Remove obsolete comment about
2368 version control.
2369
2370 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
2371 for toggle-read-only. Note that this hasn't called vc-next-action
2372 since 2008-05-02, though it wasn't documented at the time.
2373
2374 * vc/ediff-init.el (ediff-toggle-read-only-function):
2375 Use toggle-read-only.
2376
2377 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
2378
2379 Fix bug #9560, sporadic wrong indentation; improve instrumentation
2380 of c-parse-state.
2381
2382 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
2383 correct faulty logical expression.
2384 (c-parse-state-state, c-record-parse-state-state):
2385 (c-replay-parse-state-state): New defvar/defuns.
2386 (c-debug-parse-state): Use new functions.
2387
2388 2011-10-22 Martin Rudalics <rudalics@gmx.at>
2389
2390 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
2391 last fix. Use window-in-direction correctly.
2392
2393 2011-10-21 Chong Yidong <cyd@gnu.org>
2394
2395 * progmodes/idlwave.el (idlwave-mode):
2396 * progmodes/vera-mode.el (vera-mode): No need to set
2397 require-final-newline; that's done in prog-mode.
2398 Suggested by Stefan Monnier.
2399
2400 2011-10-21 Martin Rudalics <rudalics@gmx.at>
2401
2402 * mouse.el (mouse-drag-window-above)
2403 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
2404 (mouse-drag-mode-line-1, mouse-drag-header-line)
2405 (mouse-drag-vertical-line-rightward-window): Remove.
2406 (mouse-drag-line): New function.
2407 (mouse-drag-mode-line, mouse-drag-header-line)
2408 (mouse-drag-vertical-line): Call mouse-drag-line.
2409 * window.el (window-at-side-p, windows-at-side): New functions.
2410
2411 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
2412
2413 * tar-mode.el (tar-grind-file-mode):
2414 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
2415
2416 2011-10-21 Chong Yidong <cyd@gnu.org>
2417
2418 * progmodes/idlwave.el (idlwave-mode):
2419 * progmodes/vera-mode.el (vera-mode):
2420 Use mode-require-final-newline.
2421
2422 2011-10-20 Glenn Morris <rgm@gnu.org>
2423
2424 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
2425
2426 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
2427
2428 * emulation/cua-base.el (cua-set-mark): Fix case of string.
2429
2430 2011-10-20 Chong Yidong <cyd@gnu.org>
2431
2432 * emulation/cua-base.el (cua-mode):
2433 * mail/footnote.el (footnote-mode):
2434 * mail/mailabbrev.el (mail-abbrevs-mode):
2435 * net/xesam.el (xesam-minor-mode):
2436 * progmodes/bug-reference.el (bug-reference-mode):
2437 * progmodes/cap-words.el (capitalized-words-mode):
2438 * progmodes/compile.el (compilation-minor-mode)
2439 (compilation-shell-minor-mode):
2440 * progmodes/gud.el (gud-tooltip-mode):
2441 * progmodes/hideif.el (hide-ifdef-mode):
2442 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2443 * progmodes/subword.el (subword-mode):
2444 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
2445 * progmodes/which-func.el (which-function-mode):
2446 * term/tvi970.el (tvi970-set-keypad-mode):
2447 * term/vt100.el (vt100-wide-mode):
2448 * textmodes/flyspell.el (flyspell-mode):
2449 * textmodes/ispell.el (ispell-minor-mode):
2450 * textmodes/nroff-mode.el (nroff-electric-mode):
2451 * textmodes/paragraphs.el (use-hard-newlines):
2452 * textmodes/refill.el (refill-mode):
2453 * textmodes/reftex.el (reftex-mode):
2454 * textmodes/rst.el (rst-minor-mode):
2455 * textmodes/sgml-mode.el (html-autoview-mode)
2456 (sgml-electric-tag-pair-mode):
2457 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
2458 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
2459 * emulation/crisp.el (crisp-mode):
2460 * emacs-lisp/eldoc.el (eldoc-mode):
2461 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
2462 minor mode behavior.
2463
2464 2011-10-19 Juri Linkov <juri@jurta.org>
2465
2466 * descr-text.el (describe-char): Add #x2010 and #x2011 to
2467 the list of hard-coded chars with escape-glyph face.
2468
2469 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
2472
2473 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
2474
2475 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
2476 running process.
2477
2478 2011-10-19 Glenn Morris <rgm@gnu.org>
2479
2480 * vc/vc-bzr.el (vc-bzr-after-dir-status):
2481 Ignore ignored files. (Bug#9726)
2482
2483 2011-10-19 Chong Yidong <cyd@gnu.org>
2484
2485 Doc fix for minor modes, stating that an omitted argument enables
2486 the mode unconditionally when called from Lisp.
2487
2488 * abbrev.el (abbrev-mode):
2489 * allout.el (allout-mode):
2490 * autoinsert.el (auto-insert-mode):
2491 * autoarg.el (autoarg-mode, autoarg-kp-mode):
2492 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
2493 (global-auto-revert-mode):
2494 * battery.el (display-battery-mode):
2495 * composite.el (global-auto-composition-mode)
2496 (auto-composition-mode):
2497 * delsel.el (delete-selection-mode):
2498 * desktop.el (desktop-save-mode):
2499 * dired-x.el (dired-omit-mode):
2500 * dirtrack.el (dirtrack-mode):
2501 * doc-view.el (doc-view-minor-mode):
2502 * double.el (double-mode):
2503 * electric.el (electric-indent-mode, electric-pair-mode):
2504 * emacs-lock.el (emacs-lock-mode):
2505 * epa-hook.el (auto-encryption-mode):
2506 * follow.el (follow-mode):
2507 * font-core.el (font-lock-mode):
2508 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
2509 * help.el (temp-buffer-resize-mode):
2510 * hilit-chg.el (highlight-changes-mode)
2511 (highlight-changes-visible-mode):
2512 * hi-lock.el (hi-lock-mode):
2513 * hl-line.el (hl-line-mode, global-hl-line-mode):
2514 * icomplete.el (icomplete-mode):
2515 * ido.el (ido-everywhere):
2516 * image-file.el (auto-image-file-mode):
2517 * image-mode.el (image-minor-mode):
2518 * iswitchb.el (iswitchb-mode):
2519 * jka-cmpr-hook.el (auto-compression-mode):
2520 * linum.el (linum-mode):
2521 * longlines.el (longlines-mode):
2522 * master.el (master-mode):
2523 * mb-depth.el (minibuffer-depth-indicate-mode):
2524 * menu-bar.el (menu-bar-mode):
2525 * minibuf-eldef.el (minibuffer-electric-default-mode):
2526 * mouse-sel.el (mouse-sel-mode):
2527 * msb.el (msb-mode):
2528 * mwheel.el (mouse-wheel-mode):
2529 * outline.el (outline-minor-mode):
2530 * paren.el (show-paren-mode):
2531 * recentf.el (recentf-mode):
2532 * reveal.el (reveal-mode, global-reveal-mode):
2533 * rfn-eshadow.el (file-name-shadow-mode):
2534 * ruler-mode.el (ruler-mode):
2535 * savehist.el (savehist-mode):
2536 * scroll-all.el (scroll-all-mode):
2537 * scroll-bar.el (scroll-bar-mode):
2538 * server.el (server-mode):
2539 * shell.el (shell-dirtrack-mode):
2540 * simple.el (auto-fill-mode, transient-mark-mode)
2541 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
2542 (line-number-mode, column-number-mode, size-indication-mode)
2543 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
2544 * strokes.el (strokes-mode):
2545 * time.el (display-time-mode):
2546 * t-mouse.el (gpm-mouse-mode):
2547 * tool-bar.el (tool-bar-mode):
2548 * tooltip.el (tooltip-mode):
2549 * type-break.el (type-break-mode-line-message-mode)
2550 (type-break-query-mode):
2551 * view.el (view-mode):
2552 * whitespace.el (whitespace-mode, whitespace-newline-mode)
2553 (global-whitespace-mode, global-whitespace-newline-mode):
2554 * xt-mouse.el (xterm-mouse-mode): Doc fix.
2555
2556 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2557 Fix autogenerated docstring.
2558
2559 2011-10-19 Juri Linkov <juri@jurta.org>
2560
2561 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
2562 by checking environment variables "DESKTOP_SESSION" and
2563 "XDG_CURRENT_DESKTOP". (Bug#9779)
2564
2565 2011-10-19 Juri Linkov <juri@jurta.org>
2566
2567 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
2568 (browse-url-chromium-program, browse-url-chromium-arguments):
2569 New defcustoms.
2570 (browse-url-default-browser): Check for `browse-url-chromium' and
2571 call `browse-url-chromium-program'.
2572 (browse-url-chromium): New command. (Bug#9779)
2573
2574 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
2575
2576 * facemenu.el (list-colors-duplicates): On Windows, detect more
2577 duplicates by assuming that only colors matching "^System" are
2578 special "system colors". (Bug#9722)
2579
2580 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
2583 to distinguish the author from the committer.
2584
2585 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
2586
2587 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
2588
2589 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
2590
2591 * international/mule.el (sgml-html-meta-auto-coding-function):
2592 Add support for detecting encoding in HTML5 specified only as
2593 <meta charset="UTF-8">. Implementation just makes http-equiv and
2594 content-type parts from HTML4 encoding string optional. (Bug#9716)
2595
2596 2011-10-18 Glenn Morris <rgm@gnu.org>
2597
2598 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
2599
2600 2011-10-18 Chong Yidong <cyd@gnu.org>
2601
2602 * faces.el (cursor): Doc fix.
2603
2604 2011-10-17 Chong Yidong <cyd@gnu.org>
2605
2606 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
2607
2608 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
2609
2610 * dirtrack.el (dirtrack): Support shell buffers with path
2611 prefixes, e.g. tramp-based remote shells. (Bug#9647)
2612
2613 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
2614
2615 * json.el: Bump version to 1.3 and note change in History.
2616 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
2617
2618 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * comint.el (comint-insert-input, comint-send-input)
2621 (comint-get-old-input-default, comint-backward-matching-input)
2622 (comint-next-prompt): Use nil instead of `input' for field property of
2623 past user input (bug#114).
2624
2625 * minibuffer.el (completion--replace): Inherit surrounding properties
2626 (bug#114).
2627 (minibuffer-complete-and-exit): Use it.
2628
2629 * comint.el (comint--table-subvert): Quote the all-completions output
2630 (bug#9160).
2631
2632 2011-10-17 Martin Rudalics <rudalics@gmx.at>
2633
2634 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
2635
2636 * menu-bar.el (menu-bar-file-menu): Add entry for making new
2637 window on right of selected. (Bug#9350) Reword other window
2638 entries and separate them from frame entries.
2639
2640 2011-10-15 Glenn Morris <rgm@gnu.org>
2641
2642 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
2643 Doc fixes.
2644
2645 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
2646
2647 * net/network-stream.el (network-stream-open-starttls):
2648 Improve detection of failure due to lack of TLS support.
2649
2650 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
2651 putting the input text in front and in bold.
2652
2653 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
2656
2657 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
2658 empty buffer.
2659
2660 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
2661 unread-command-events rather than pushing yet-another event.
2662
2663 2011-10-14 Eli Zaretskii <eliz@gnu.org>
2664
2665 * mail/sendmail.el (sendmail-query-once): Improve the wording of
2666 the explanation of the possible choices. Make the options passed
2667 to completing-read shorter.
2668
2669 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2670
2671 * textmodes/flyspell.el (flyspell-large-region): Make sure
2672 extended character mode is used if defined (Bug#1339).
2673
2674 2011-10-13 Eli Zaretskii <eliz@gnu.org>
2675
2676 * simple.el (what-cursor-position): Fix the display of the
2677 character info for LRE, LRO, RLE, and RLO characters by appending
2678 an invisible PDF.
2679
2680 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
2683 even in case of error; add debug spec; simplify data flow.
2684 (with-timeout-handler): Remove.
2685
2686 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
2687
2688 Fix Bug#6019, Bug#9315.
2689
2690 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
2691 complete `buffer-file-name', the local file name part could look
2692 remotely (for example on VMS).
2693
2694 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
2695 `tramp-run-real-handler'.
2696 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
2697 already quoted by '"'.
2698
2699 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
2700 Let `file-name-handler-alist' be nil, the local file name part
2701 could look remotely (for example on VMS).
2702
2703 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
2706 from here...
2707 (flyspell-post-command-hook): ...to here.
2708
2709 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
2712 if not needed.
2713 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
2714 using completion. Protect against "slow" callers.
2715 Remove the "message hack".
2716
2717 2011-10-11 Juri Linkov <juri@jurta.org>
2718
2719 * isearch.el (isearch-lazy-highlight-word): New variable.
2720 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
2721 Use it. (Bug#9727)
2722
2723 2011-10-11 Glenn Morris <rgm@gnu.org>
2724
2725 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
2726 like f90-previous-statement does.
2727
2728 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2729
2730 * eshell/eshell.el (eshell-command): History should be saved
2731 only in interactive use, to avoid error.
2732
2733 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * minibuffer.el (completion-file-name-table): Fix last change,
2736 i.e. ignore normal errors but not the other ones.
2737
2738 2011-10-10 Martin Rudalics <rudalics@gmx.at>
2739
2740 * window.el (special-display-buffer-names)
2741 (special-display-regexps): Remove some remnants of earlier
2742 changes from doc-strings.
2743 (quit-windows-on): New function.
2744
2745 * vc/vc.el (vc-revert, vc-rollback):
2746 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
2747 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
2748 (Bug#6183) (Bug#7074) (Bug#7447)
2749
2750 2011-10-09 Martin Rudalics <rudalics@gmx.at>
2751
2752 * window.el (frame-auto-hide-function): Add version tag.
2753 (Bug#9699)
2754
2755 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
2756
2757 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
2758 condition.
2759
2760 2011-10-09 Leo Liu <sdl.web@gmail.com>
2761
2762 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
2763 (Bug#9701)
2764
2765 2011-10-08 Glenn Morris <rgm@gnu.org>
2766
2767 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
2768 before the first code statement zero indent. (Bug#9690)
2769
2770 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * simple.el (count-words-region): Always count in the region.
2773 Report the number of lines and characters too.
2774 (count-words): New command, which counts in the buffer if the
2775 region is inactive, as count-words-region used to.
2776 (count-words--message): New function. Handle plurals.
2777 (count-lines-region): Make it an alias for count-words-region.
2778
2779 * bindings.el (esc-map): Replace count-lines-region with
2780 count-words-region.
2781
2782 2011-10-08 Martin Rudalics <rudalics@gmx.at>
2783
2784 * window.el (window--delete): Delete dedicated frame
2785 unconditionally when argument KILL is non-nil. (Bug#9699)
2786 (switch-to-buffer): Fix doc-string typo.
2787
2788 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2789
2790 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
2791
2792 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * bindings.el ([M-left],[M-right]): Bind to left-word and
2795 right-word respectively.
2796
2797 2011-10-07 Glenn Morris <rgm@gnu.org>
2798
2799 * cus-start.el (debug-on-quit): Fix custom type.
2800
2801 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2802
2803 * subr.el (define-key-after): Clarify that the function is not
2804 useful for non-menu keymaps.
2805
2806 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
2807
2808 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2809
2810 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
2811 in current minibuffer (Fix bug with recursive minibuffers).
2812
2813 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
2814
2815 * progmodes/gdb-mi.el (gdb): Doc fix.
2816
2817 2011-10-05 Martin Rudalics <rudalics@gmx.at>
2818
2819 * window.el (frame-auto-hide-function): New option replacing
2820 frame-auto-delete. Suggested by Stefan Monnier.
2821 (window--delete): Call frame-auto-hide-function instead of
2822 investigating frame-auto-delete.
2823 (window-point-1, set-window-point-1): New functions.
2824 (window-in-direction, record-window-buffer, window-state-get-1)
2825 (display-buffer-record-window): Use window-point-1 instead of
2826 window-point.
2827 (set-window-buffer-start-and-point): Use set-window-point-1.
2828
2829 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
2832
2833 2011-10-05 Glenn Morris <rgm@gnu.org>
2834
2835 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
2836 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
2837
2838 2011-10-05 Leo Liu <sdl.web@gmail.com>
2839
2840 * subr.el (read-char-choice): Fix argument to buffer-live-p which
2841 works with buffer object.
2842
2843 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * mpc.el (mpc-tool-bar-map): Add labels.
2846
2847 2011-10-04 Glenn Morris <rgm@gnu.org>
2848
2849 * calendar/holidays.el (calendar-check-holidays): Doc fix.
2850
2851 2011-10-04 Martin Rudalics <rudalics@gmx.at>
2852
2853 * window.el (window--delete): New function.
2854 (frame-auto-delete): Resuscitate option.
2855 (bury-buffer, replace-buffer-in-windows)
2856 (quit-window): Rewrite using window--delete.
2857 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2858 Pass display-buffer-mark-dedicated to window--display-buffer-2
2859 (Bug#9639).
2860
2861 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
2864 returns a list (bug#9554). Add remote file name completion.
2865 * comint.el (comint--table-subvert): Curry and get quote&unquote
2866 functions as arguments.
2867 (comint--complete-file-name-data): Adjust call accordingly.
2868 * pcomplete.el (pcomplete--table-subvert): Remove.
2869 (pcomplete-completions-at-point): Use comint--table-subvert instead.
2870
2871 * minibuffer.el (completion-table-case-fold): Use currying.
2872 (completion--styles-type, completion--cycling-threshold-type):
2873 New constants.
2874 (completion-styles, completion-category-overrides)
2875 (completion-cycle-threshold): Use them.
2876 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
2877 completion-table-case-fold.
2878
2879 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
2880
2881 * minibuffer.el (completion-category-overrides): Fix type of styles
2882 and add more user friendly tags (bug#9660).
2883
2884 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
2887 (mule-input-method-string): New widget.
2888 (default-input-method, language-info-custom-alist): Use it.
2889
2890 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * pcomplete.el: Require comint.
2893 (pcomplete--common-suffix): Remove.
2894 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
2895 (pcomplete--table-subvert): Sync with comint--table-subvert.
2896 (pcomplete--entries): Use comint-completion-file-name-table.
2897 * comint.el (comint-unquote-filename): Simplify.
2898 (comint-completion-file-name-table): New function (bug#9616).
2899 (comint--complete-file-name-data): Use it.
2900
2901 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
2902 (pcmpl-gnu-tar-buffer): Remove.
2903 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
2904 around. Make sure pcomplete-suffix-list is only changed temporarily.
2905 Don't look inside the tar's file if it's too large.
2906
2907 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * cus-edit.el (custom-mode-map):
2910 * epa.el (epa-key-list-mode-map):
2911 * man.el (Man-mode-map):
2912 * startup.el (splash-screen-keymap):
2913 * simple.el (special-mode-map): Use scroll-up-command and
2914 scroll-down-command.
2915
2916 * progmodes/idlw-help.el (idlwave-help-mode-map):
2917 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
2918 * net/newst-plainview.el (newsticker-mode-map):
2919 * emulation/ws-mode.el (wordstar-mode-map):
2920 * emulation/vi.el (vi-com-map):
2921 * calc/calc-graph.el (calc-graph-show-dumb):
2922 * term/sun.el (terminal-init-sun):
2923 * term/ns-win.el (global-map):
2924 * progmodes/grep.el (grep-mode-map):
2925 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
2926 * mail/rmail.el (rmail-mode-map):
2927 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
2928
2929 * custom.el (custom-safe-themes, load-theme): Treat value of t for
2930 custom-safe-themes as special.
2931
2932 2011-10-01 Julien Danjou <julien@danjou.info>
2933
2934 * notifications.el (notifications-notify): Fix docstring.
2935
2936 2011-10-01 Per Starbäck <per@starback.se>
2937
2938 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
2939
2940 2011-09-30 Martin Rudalics <rudalics@gmx.at>
2941
2942 * startup.el (command-line-1): Fix last fix by inserting
2943 initial-scratch-message into *scratch* before displaying it.
2944 (Bug#9605) and (Bug#9636)
2945
2946 2011-09-29 Eli Zaretskii <eliz@gnu.org>
2947
2948 * simple.el (line-move): If auto-hscroll-mode is disabled and the
2949 window is hscrolled, move by logical lines. (Bug#9607)
2950 (line-move-visual): Update the doc string to the above effect.
2951
2952 2011-09-29 Martin Rudalics <rudalics@gmx.at>
2953
2954 * window.el (display-buffer-record-window): When WINDOW is the
2955 selected window use `point' instead of `window-point'. (Bug#9626)
2956
2957 * startup.el (command-line-1): Use insert-before-markers when
2958 inserting initial-scratch-message. (Bug#9605)
2959
2960 * help.el (help-window): Remove variable.
2961
2962 2011-09-29 Glenn Morris <rgm@gnu.org>
2963
2964 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
2965
2966 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * descr-text.el (describe-char-categories): Accept category
2969 descriptions more than one line long.
2970
2971 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * simple.el (delete-trailing-whitespace): Fix last change.
2974
2975 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2976 Don't confuse "y => 3" as the beginning of a `y' operation.
2977
2978 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2979 object has more than 4 slots (bug#9613).
2980
2981 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2982
2983 * subr.el (with-output-to-temp-buffer):
2984 * net/quickurl.el (quickurl, quickurl-browse-url):
2985 Fix typos in docstrings.
2986
2987 2011-09-27 Eli Zaretskii <eliz@gnu.org>
2988
2989 * minibuffer.el (completion-styles)
2990 (completion-category-overrides): Cross reference each other in doc
2991 strings.
2992
2993 2011-09-27 Glenn Morris <rgm@gnu.org>
2994
2995 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2996 to split-string. (Bug#9606)
2997
2998 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2999
3000 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
3001 (bug#9615).
3002
3003 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
3004
3005 * emacs-lisp/package.el (list-packages): Fix echo area message.
3006
3007 2011-09-27 Leo Liu <sdl.web@gmail.com>
3008
3009 * ido.el (ido-read-internal): Accept cons cell HIST arg.
3010
3011 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * net/dbus.el (dbus-unregister-object): Don't release services for
3014 registered signals. (Bug#9581)
3015
3016 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3017
3018 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
3019 function that picks between cfengine 2 and 3 support
3020 automatically. Update docs accordingly.
3021
3022 2011-09-22 Kenichi Handa <handa@m17n.org>
3023
3024 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
3025 ZERO.
3026 (indian-itrans-v5-table-for-tamil): New variable.
3027 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
3028
3029 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
3030
3031 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
3032 that's true if the current command involved collapsing of text.
3033 It's reset to false at the beginning of the next command.
3034 (allout-post-command-business): Move the cursor to the beginning
3035 of entry if the cursor is hidden and collapsing activity just
3036 happened.
3037
3038 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
3039
3040 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
3041 tracking (Bug#9541).
3042
3043 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
3044
3045 * net/newst-reader.el (newsticker-html-renderer)
3046 (newsticker-show-news): Automatically load html rendering package
3047 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
3048 because w3m-fill-column is let-bound" and the error "Symbol's value
3049 as variable is void: w3m-fill-column".
3050
3051 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
3054 Release services only if they are defined. (Bug#9581)
3055
3056 2011-09-23 Richard Stallman <rms@gnu.org>
3057
3058 * textmodes/paragraphs.el (forward-sentence): For backwards case,
3059 distinguish start of paragraph from start of its text.
3060
3061 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
3062
3063 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
3064 (rmail-generate-viewer-buffer): Put that hook on view buffer.
3065 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
3066
3067 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
3068
3069 * international/mule-diag.el (mule-diag): Insert a newline after
3070 each fontset description.
3071
3072 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * simple.el (delete-trailing-whitespace):
3075 Document last change; simplify.
3076
3077 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
3078
3079 * simple.el (delete-trailing-whitespace): Also delete
3080 extra newlines at the end of the buffer.
3081
3082 * textmodes/picture.el: Make motion commands obey shift-select-mode.
3083 (picture-newline): Use forward-line so as to ignore fields.
3084
3085 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3086
3087 * subr.el (with-wrapper-hook): Fix edebug spec.
3088
3089 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3090
3091 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
3092 (bug#4538).
3093
3094 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
3095
3096 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3097 Fix nasty bug using wrong cached values.
3098
3099 2011-09-23 Alan Mackenzie <acm@muc.de>
3100
3101 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
3102
3103 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
3104
3105 * window.el (pop-to-buffer): Ensure right window is selected if we
3106 chose another frame.
3107
3108 2011-09-22 Eli Zaretskii <eliz@gnu.org>
3109
3110 * simple.el (what-cursor-position): Use get-char-property-change
3111 and next-single-char-property-change, to be able to show display
3112 properties that come from overlays as well as text properties.
3113
3114 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
3115
3116 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
3117
3118 * cmuscheme.el (run-scheme, switch-to-scheme):
3119 * cus-edit.el (customize-group, custom-buffer-create)
3120 (customize-browse):
3121 * info.el (info):
3122 * shell.el (shell):
3123 * mail/sendmail.el (mail):
3124 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
3125
3126 2011-09-22 Richard Stallman <rms@gnu.org>
3127
3128 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
3129 move back only to line beg, don't move back over blank lines.
3130
3131 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
3132
3133 * files.el (copy-directory): Set directory attributes only in case
3134 they could be retrieved from the source directory. (Bug#9565)
3135
3136 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
3137
3138 * progmodes/hideshow.el (hs-looking-at-block-start-p)
3139 (hs-find-block-beginning, hs-hide-level-recursive):
3140 Ignore strings as well as comments. (Bug#9502)
3141
3142 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
3143
3144 * progmodes/sql.el (sql-comint-postgres):
3145 Convert port number to a string. (Bug#9566)
3146
3147 2011-09-22 Martin Rudalics <rudalics@gmx.at>
3148
3149 * window.el (quit-window): Undedicate window when switching to
3150 previous buffer. Reported by Thierry Volpiatto
3151 <thierry.volpiatto@gmail.com>.
3152 (special-display-popup-frame): When popping up a new frame reset
3153 its previous buffers to nil. Simplify code.
3154
3155 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
3156
3157 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
3158 and process filter, as done also in `shell-command'.
3159
3160 2011-09-21 Martin Rudalics <rudalics@gmx.at>
3161
3162 * window.el (set-window-buffer-start-and-point):
3163 Call set-window-start with NOFORCE argument t.
3164 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3165 (quit-window): Reword doc-string. Handle new format of
3166 quit-restore parameter. Don't delete window if it has a
3167 previous buffer we can show instead of the present one.
3168 (display-buffer-record-window): Rewrite using a new format for
3169 the quit-restore window parameter
3170 (special-display-popup-frame, display-buffer-same-window)
3171 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3172 (display-buffer-pop-up-window, display-buffer-use-some-window):
3173 Adapt symbol passed to display-buffer-record-window.
3174 * help.el (help-window-setup): Handle new format of quit-restore
3175 parameter.
3176
3177 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * faces.el (face-list): Fix docstring (bug#9564).
3180
3181 * window.el (display-buffer--action-function-custom-type):
3182 Don't include internal functions in the Custom interface.
3183
3184 2011-09-20 Juri Linkov <juri@jurta.org>
3185
3186 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
3187 (Info-forward-node, Info-backward-node, Info-next-preorder)
3188 (Info-last-preorder): Use it. (Bug#9528)
3189
3190 2011-09-20 Juri Linkov <juri@jurta.org>
3191
3192 * info.el (Info-last-preorder): Visit last menu item only when
3193 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
3194
3195 2011-09-20 Julien Danjou <julien@danjou.info>
3196
3197 * password-cache.el (password-cache-remove): Remove entries even if the
3198 value is nil, so that password with a nil value (negative caching) is
3199 possible to invalidate.
3200
3201 2011-09-20 Lawrence Mitchell <wence@gmx.li>
3202
3203 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
3204 all whitespace around breakpoint. (Bug#9553)
3205 (f90-find-breakpoint): Only break at whitespace inside a comment.
3206
3207 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * minibuffer.el (completion-file-name-table): Keep track of errors.
3210 (completion-table-with-predicate): Handle the case where pred1 is nil.
3211 * pcomplete.el (pcomplete-completions-at-point): Simplify.
3212
3213 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
3216 (debugger-return-value): Signal an error if the debugging context does
3217 not await any return value.
3218
3219 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
3220 * image-mode.el (image-toggle-display-text)
3221 (image-toggle-display-image): Stay away from evil `intangible'.
3222
3223 2011-09-19 Leo Liu <sdl.web@gmail.com>
3224
3225 * replace.el (occur-revert-arguments): Make it permanent-local.
3226 (occur-mode): Don't call font-lock-defontify.
3227
3228 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * net/ldap.el (ldap-search-internal): Don't push empty search
3231 result (Bug#9508).
3232
3233 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
3236
3237 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
3238
3239 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
3240 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
3241
3242 2011-09-18 Juri Linkov <juri@jurta.org>
3243
3244 * buff-menu.el (Buffer-menu-mode-map):
3245 * dired.el (dired-mode-map):
3246 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
3247 (lisp-interaction-mode-map):
3248 * emacs-lisp/package.el (package-menu-mode-map):
3249 * epa.el (epa-key-list-mode-map):
3250 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
3251 (menu-bar-options-menu):
3252 * outline.el (outline-mode-menu-bar-map):
3253 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
3254 * vc/vc-dir.el (vc-dir-menu-map):
3255 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
3256 Capitalize non-function content words in menu item strings.
3257
3258 * dired.el (dired-mode-map): Add menu item for
3259 `image-dired-dired-toggle-marked-thumbs'.
3260
3261 2011-09-18 Juri Linkov <juri@jurta.org>
3262
3263 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
3264 to `isearch-case-fold-search' and restore its original value
3265 after the `isearch-mode' call.
3266
3267 2011-09-18 Juri Linkov <juri@jurta.org>
3268
3269 * progmodes/grep.el (grep-process-setup): Don't check code for 1
3270 because `zgrep' returns 1 for successful matches (bug#9226).
3271
3272 2011-09-18 Juri Linkov <juri@jurta.org>
3273
3274 * info.el (Info-extract-menu-node-name): Check the second match
3275 for empty string (second test-case of bug#9528).
3276 (Info-last-preorder): Let-bind `Info-history' to nil to not add
3277 intermediate nodes to the history (first test-case of bug#9528).
3278
3279 2011-09-18 Juri Linkov <juri@jurta.org>
3280
3281 * info.el (Info-mode-syntax-table): New variable.
3282 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
3283
3284 2011-09-18 Juri Linkov <juri@jurta.org>
3285
3286 * info.el (Info-file-supports-index-cookies):
3287 Increment line-beginning-position's arg from 3 to 4 because makeinfo
3288 outputs one more line for long file names (bug#4142).
3289
3290 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * newcomment.el (comment-normalize-vars): If prompting for
3293 comment-start, set comment-start-skip too (Bug#8424).
3294
3295 2011-09-18 Johan Bockgård <bojohan@gnu.org>
3296
3297 * icomplete.el: Fix previous fix of Bug#5849.
3298 (icomplete-mode): Don't set completion-show-inline-help.
3299 (icomplete-minibuffer-setup): Set completion-show-inline-help
3300 locally during icompletion.
3301
3302 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * woman.el (woman2-process-escapes): Don't delete unrecognized
3305 escapes (Bug#7843).
3306
3307 * files.el (inhibit-first-line-modes-regexps): Add image files.
3308 (hack-local-variables-prop-line): Return nil for malformed
3309 prop-lines (Bug#9044).
3310
3311 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
3312
3313 * net/tramp.el (top): Don't require 'shell.
3314 (tramp-methods): Fix docstring.
3315 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
3316 Return complete remote file name. Handle "smb" case.
3317 Use `tramp-tmpdir', if defined for the respective method.
3318 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
3319
3320 * net/tramp-compat.el (top): Require 'shell.
3321
3322 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3323 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
3324 `tramp-current-host'.
3325 (tramp-get-remote-tmpdir): Remove.
3326
3327 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
3328 `tramp-tmpdir' entries.
3329 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
3330 (tramp-smb-handle-file-attributes): Ignore errors.
3331 (tramp-smb-wait-for-output): Check also for process end.
3332
3333 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3334
3335 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
3336 when sending QUIT (bug#9312).
3337
3338 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
3341 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
3342 occur-mode-display-occurrence.
3343 (occur-edit-mode): Add usage message.
3344 (occur-cease-edit): New command.
3345 (occur-after-change-function): Use text properties to find the
3346 position of the prefix text.
3347 (occur-engine): Set stickiness of prefix text properties.
3348
3349 2011-09-17 Glenn Morris <rgm@gnu.org>
3350
3351 * progmodes/etags.el (complete-tag):
3352 Fix call to completion-in-region. (Bug#9526)
3353
3354 2011-09-17 Juri Linkov <juri@jurta.org>
3355
3356 * textmodes/ispell.el (ispell-word): Add to the error message
3357 the word, ispell program name and current dictionary (bug#9121).
3358 (ispell-tex-arg-end): Capitalize "error" in the error message.
3359
3360 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
3361
3362 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
3363 check. (Bug#4251)
3364
3365 2011-09-17 Juri Linkov <juri@jurta.org>
3366
3367 * window.el (window-safe-min-height, window-safe-min-width):
3368 Fix typos (followup to bug#9522).
3369
3370 2011-09-17 Sven Joachim <svenjoac@gmx.de>
3371
3372 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
3373
3374 2011-09-16 Eli Zaretskii <eliz@gnu.org>
3375
3376 * simple.el (line-move): If goal-column is set, move by logical
3377 lines, not by display lines. (Bug#971)
3378 (next-line, previous-line, goal-column, line-move-visual): Doc fix
3379 to reflect the above change.
3380
3381 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3382
3383 * image.el (imagemagick-register-types): Use regexp-opt.
3384
3385 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
3386
3387 * window.el (display-buffer-base-action): Rename from
3388 display-buffer-default-action. Make default value empty.
3389 (display-buffer-overriding-action): Convert to defvar.
3390 (display-buffer-fallback-action): New var.
3391
3392 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
3395 declaration.
3396 (package--add-to-archive-contents): If there is a duplicate entry
3397 with an older version, remove it.
3398 (package-menu-mark-delete, package-menu-mark-install)
3399 (package-menu-mark-unmark): Make unused args optional.
3400 (package-menu-mark-obsolete-for-deletion):
3401 Use package-menu-get-status instead of a regexp search.
3402 (package-menu-get-status): Use tabulated-list-entry.
3403 (package-menu-mark-upgrades): New command.
3404 (package-menu-mode-map): Bind it to U. Add it to menu bar.
3405 (package-menu-execute): Do installation before deletion.
3406 (package-menu-refresh, package-menu-execute): Use derived-mode-p
3407 instead of checking major-mode.
3408 (package-menu--find-upgrades): New function.
3409
3410 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3411
3412 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
3413 passwords in the log buffer.
3414 (smtpmail-process-filter): Update the process marker so that the
3415 "broken by peer" status message is inserted in the right place.
3416
3417 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
3420 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
3421 bibtex-completion-at-point-function.
3422 (bibtex-completion-at-point-function): Use them.
3423
3424 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
3425
3426 * mpc.el (mpc-constraints-tag-lookup): New function.
3427 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
3428 also to browser "album|playlist".
3429
3430 2011-09-14 Juri Linkov <juri@jurta.org>
3431
3432 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
3433 (isearch-edit-string): Use length of `isearch-string' when
3434 `isearch-fail-pos' returns nil.
3435 (isearch-message): Remove duplicate code and call
3436 `isearch-fail-pos' with arg `t'.
3437
3438 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
3439
3440 * replace.el (occur-mode-goto-occurrence): Don't force using other
3441 window (Bug#9499).
3442
3443 * dired-aux.el (dired-do-chmod): Don't provide initial input.
3444
3445 2011-09-14 Martin Rudalics <rudalics@gmx.at>
3446
3447 * window.el (display-buffer-window): Remove.
3448 (display-buffer-record-window): Use help-setup window parameter
3449 instead of variable display-buffer-window.
3450 (display-buffer-function, special-display-buffer-names)
3451 (special-display-function): Mention help-setup parameter instead
3452 of display-buffer-window in doc-string.
3453 * help.el (help-window-setup): New argument help-window.
3454 Use help-window-setup parameter instead of display-buffer-window.
3455 Reword some messages.
3456 (with-help-window): Pass window used for displaying the buffer
3457 to help-window-setup. Don't set display-buffer-window.
3458
3459 2011-09-13 Glenn Morris <rgm@gnu.org>
3460
3461 * emacs-lisp/debug.el (debugger-make-xrefs):
3462 Preserve point. (Bug#9462)
3463
3464 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
3465
3466 * window.el (window-deletable-p): Use next-frame.
3467
3468 2011-09-13 Martin Rudalics <rudalics@gmx.at>
3469
3470 * window.el (window-auto-delete): Remove.
3471 (window-deletable-p): Remove argument FORCE. Don't deal with
3472 dedication and previous buffers.
3473 (switch-to-prev-buffer): Don't delete window.
3474 (delete-windows-on): Delete a window's frame if and only if the
3475 window is dedicated.
3476 (replace-buffer-in-windows): Delete buffer's window or frame if
3477 and only if window is dedicated.
3478 (quit-window): Handle quit-restore as before last change.
3479 (bury-buffer): Delete window only if window-deletable-p returns t.
3480
3481 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * window.el (window-deletable-p): Never delete the last frame on a
3484 given terminal.
3485
3486 2011-09-13 Glenn Morris <rgm@gnu.org>
3487
3488 * help.el (describe-key-briefly): Copy previous standard-output change.
3489
3490 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
3491
3492 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
3493
3494 2011-09-13 Glenn Morris <rgm@gnu.org>
3495
3496 * emacs-lisp/lisp-mode.el (lisp-indent-function):
3497 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
3498
3499 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
3500
3501 * dired-aux.el (dired-mark-read-string): Don't return default
3502 value on empty input (Bug#9361).
3503 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
3504 Omit initial minibuffer contents.
3505 (dired-do-chmod): Signal an error on empty input.
3506 (dired-mark-read-string): Don't return default on empty input.
3507
3508 * files.el (file-modes-symbolic-to-number): Doc fix.
3509
3510 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * international/mule-cmds.el (ucs-completions): Remove.
3513 (read-char-by-name): Use complete-with-action instead; add metadata.
3514
3515 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * window.el (display-buffer--action-function-custom-type)
3518 (display-buffer--action-custom-type): New vars.
3519 (display-buffer-alist, display-buffer-default-action)
3520 (display-buffer-overriding-action): Add defcustom types.
3521
3522 * frame.el (delete-other-frames): Doc fix (Bug#276).
3523
3524 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3525
3526 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
3527
3528 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3529
3530 Change modes that used same-window-* vars to use switch-to-buffer.
3531
3532 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
3533 Use switch-to-buffer.
3534
3535 * cus-edit.el (customize-group, custom-buffer-create)
3536 (customize-browse, custom-buffer-create-other-window):
3537 Use switch-to-buffer or switch-to-buffer-other-window.
3538
3539 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
3540 (Info-prev, Info-up, Info-speedbar-goto-node)
3541 (info-display-manual): Use switch-to-buffer.
3542 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
3543
3544 * mail/sendmail.el (mail): Use switch-to-buffer.
3545 (mail-recover): Use switch-to-buffer-other-window.
3546
3547 * cmuscheme.el (run-scheme, switch-to-scheme):
3548 * ielm.el (ielm):
3549 * shell.el (shell):
3550 * net/rlogin.el (rlogin):
3551 * net/telnet.el (telnet, rsh):
3552 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
3553
3554 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
3555
3556 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
3557
3558 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3559
3560 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
3561 so don't mention it (bug#9301).
3562 (dired-sort-toggle-or-edit): Clarify string further.
3563
3564 * faces.el (face-spec-set-match-display): Make `(type graphic)'
3565 match `x', `w32' and `ns', like the manual says (bug#9029).
3566
3567 * subr.el (eval-after-load): Doc string clarification (bug#9125).
3568 (process-kill-buffer-query-function): Mention the buffer name in
3569 the query.
3570
3571 * image-mode.el (image-next-line): The line parameter is mandatory
3572 (bug#9258).
3573
3574 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
3575 which can be useful (bug#9301).
3576
3577 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
3578
3579 * subr.el (match-string): Mention that the current buffer should
3580 be the same as the search was done in (bug#9282).
3581
3582 * facemenu.el: Disable the remove-* commands if the mark isn't
3583 active (bug#9162).
3584
3585 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
3586
3587 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
3588 of display-buffer.
3589 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
3590
3591 * replace.el (occur-mode-goto-occurrence)
3592 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
3593 and display-buffer.
3594
3595 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
3596 display-buffer.
3597
3598 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
3599 special-display and same-window variables.
3600 (mail-other-window): Use switch-to-buffer-other-window.
3601 (mail-other-frame): USe switch-to-buffer-other-frame.
3602
3603 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
3604 Use display-buffer-other-frame.
3605 (gdb-display-gdb-buffer): Use pop-to-buffer.
3606
3607 * progmodes/gud.el (gud-goto-info): Use info-other-window.
3608
3609 * progmodes/python.el: Don't set same-window-buffer-names.
3610
3611 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
3612
3613 * window.el (display-buffer-alist): Add *Python*.
3614
3615 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * window.el (display-buffer-alist): Add entry for buffers
3618 previously handled same-window-*.
3619 (display-buffer-alist, display-buffer-default-action)
3620 (display-buffer-overriding-action): Mark as risky.
3621 (display-buffer-alist): Document action function changes.
3622 (display-buffer--same-window-action)
3623 (display-buffer--other-frame-action): New variables.
3624 (switch-to-buffer, display-buffer-other-frame): Use them.
3625 (display-buffer): Rename reuse-frame entry to reusable-frames.
3626 (display-buffer-reuse-selected-window): Function deleted.
3627 (display-buffer-reuse-window): Handle reusable-frames alist entry.
3628 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
3629 (display-buffer-special): New function.
3630 (display-buffer--maybe-pop-up-frame-or-window): Rename from
3631 display-buffer-reuse-or-pop-window. Split off special-display
3632 part into display-buffer-special.
3633 (display-buffer-use-some-window): Don't perform any special
3634 pop-up-frames handling.
3635 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
3636 (display-buffer--maybe-same-window): Rename from
3637 display-buffer-maybe-same-window.
3638
3639 * info.el: Don't set same-window-regexps.
3640 (info-setup): New function.
3641 (info-other-window, info): Call it.
3642
3643 * cus-edit.el: Don't set same-window-regexps.
3644 (customize-group): New argument.
3645 (customize-group-other-window): Use it.
3646 (customize-face, customize-face-other-window): Likewise.
3647 (custom-buffer-create-other-window): Use pop-to-buffer directly.
3648
3649 * net/rlogin.el:
3650 * net/telnet.el:
3651 * progmodes/gud.el: Don't set same-window-regexps.
3652
3653 * cmuscheme.el:
3654 * ielm.el:
3655 * shell.el:
3656 * mail/sendmail.el:
3657 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
3658
3659 2011-09-10 Juri Linkov <juri@jurta.org>
3660
3661 * isearch.el (isearch-edit-string): Remove obsolete mention of
3662 `C-w' (`isearch-yank-word-or-char') from docstring.
3663 (isearch-query-replace): Fix typo in docstring (bug#9466).
3664
3665 2011-09-10 Juri Linkov <juri@jurta.org>
3666
3667 * paren.el (show-paren-function): Don't show escaped parens.
3668 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
3669
3670 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3671
3672 * mail/sendmail.el (mml-to-mime, mml-attach-file)
3673 (mm-default-file-encoding): Remove autoload forms, they are
3674 replaced with autoload cookies in mml.el and mm-encode.el.
3675 (mail-add-attachment): New command.
3676 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
3677 (mail-mode): Mention mail-insert-file and mail-add-attachment in
3678 the doc string.
3679 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
3680
3681 2011-09-10 Reuben Thomas <rrt@sc3d.org>
3682
3683 * simple.el (count-words-region): Use buffer if there's no region
3684 (bug#9429).
3685
3686 2011-09-09 Juri Linkov <juri@jurta.org>
3687
3688 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
3689 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
3690 (wdired-isearch-filter-read-only): New function. (Bug#6362)
3691
3692 2011-09-09 Alan Mackenzie <acm@muc.de>
3693
3694 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
3695 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
3696
3697 2011-09-09 Eli Zaretskii <eliz@gnu.org>
3698
3699 Fix for Savannah bug#9392.
3700 * simple.el (mail-encode-mml): New defvar.
3701
3702 * mail/rmail.el (mail-encode-mml): Add a defvar.
3703 (rmail-enable-mime-composing): Default to t.
3704 (rmail-forward): Use MIME method of forwarding only if both
3705 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
3706 Set mail-encode-mml non-nil if the MIME method was used.
3707
3708 * mail/sendmail.el (mml-to-mime): Add autoload form.
3709 (mail-encode-mml): Add a defvar.
3710 (mail-mode): Make mail-encode-mml buffer-local and initialize it
3711 to nil.
3712 (mail-send): If mail-encode-mml is non-nil, run the outgoing
3713 message through mml-to-mime, and reset mail-encode-mml to nil.
3714
3715 2011-09-09 Glenn Morris <rgm@gnu.org>
3716
3717 * woman.el (woman-if-body): When processing an .el block,
3718 do not delete the next .el block as well. (Bug#9447)
3719 (woman-special-characters): Add oq, cq, and hy characters.
3720
3721 2011-09-08 Martin Rudalics <rudalics@gmx.at>
3722
3723 * window.el (window-deletable-p): Make sure window is live before
3724 invoking window-prev-buffers.
3725
3726 2011-09-08 Leo Liu <sdl.web@gmail.com>
3727
3728 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
3729
3730 2011-09-08 Juri Linkov <juri@jurta.org>
3731
3732 * progmodes/compile.el (compilation-environment): Make it
3733 a defcustom (bug#8340).
3734
3735 2011-09-08 Martin Rudalics <rudalics@gmx.at>
3736
3737 * window.el (frame-auto-delete): Rename to window-auto-delete.
3738 Make it control auto-deletion of windows and/or frames.
3739 (window-deletable-p): New argument FORCE. Rewrite conditions
3740 for deleting window/frame. (Bug#9419)
3741 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
3742 Rewrite handling of case when window/frame can be deleted.
3743 (delete-windows-on): Call window-deletable-p with new FORCE
3744 argument t. (Bug#9456)
3745
3746 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * help-mode.el (help-mode): Restore autoload.
3749
3750 2011-09-07 Juri Linkov <juri@jurta.org>
3751
3752 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
3753 `compilation-environment'. Set buffer-local
3754 `compilation-environment' to `thisenv' later after (funcall mode).
3755 (Bug#8340)
3756
3757 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
3758 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
3759 instead of replacing its value. (Bug#8340)
3760
3761 2011-09-07 Juri Linkov <juri@jurta.org>
3762
3763 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
3764 based on text properties put by `grep-filter' instead of matching
3765 escape sequences.
3766 (grep-mode): Set buffer-local `compilation-error-screen-columns'
3767 to the value of `grep-error-screen-columns' (bug#9438).
3768
3769 2011-09-07 Juri Linkov <juri@jurta.org>
3770
3771 * simple.el (next-error-highlight, next-error-highlight-no-select):
3772 Doc fix (bug#9432).
3773
3774 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
3775
3776 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3777 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
3778
3779 2011-09-07 Leo Liu <sdl.web@gmail.com>
3780
3781 * net/rcirc.el (rcirc-mode): Conditionally initialize
3782 rcirc-input-ring.
3783
3784 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3785
3786 * emacs-lisp/find-func.el (find-function-C-source): Only set
3787 find-function-C-source-directory after checking that we found a source
3788 file there (bug#9440).
3789
3790 2011-09-06 Alan Mackenzie <acm@muc.de>
3791
3792 * isearch.el (isearch-other-meta-char): Wherever a key list is
3793 unread, "unread" the prefix arg, too. This fixes bug #8901.
3794
3795 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
3796
3797 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
3798
3799 2011-09-05 Juri Linkov <juri@jurta.org>
3800
3801 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
3802
3803 2011-09-05 Juri Linkov <juri@jurta.org>
3804
3805 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
3806 keeping point where processing of grep matches begins, and
3807 continue to delete remaining escape sequences from the same point.
3808 (grep-filter): Make leading zero optional in "0?1;31m" because
3809 git-grep emits "\033[1;31m" escape sequences unlike expected
3810 "\033[01;31m" as GNU Grep does (bug#9408).
3811 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
3812
3813 2011-09-05 Juri Linkov <juri@jurta.org>
3814
3815 * subr.el (y-or-n-p): Capitalize "yes".
3816
3817 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
3818
3819 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
3820 `tramp-cache-unload-hook' where appropriate.
3821 (tramp-methods): Rename `tramp-remote-sh' to
3822 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
3823 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
3824
3825 * net/tramp-sh.el (top): Don't require 'shell.
3826 (tramp-methods): Add `tramp-remote-shell' and
3827 `tramp-remote-shell-args' entries.
3828 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
3829 (tramp-sh-handle-shell-command): Remove.
3830 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3831 Use `tramp-remote-shell'.
3832
3833 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * mail/sendmail.el (sendmail-query-once-function): Delete.
3836 (sendmail-query-once): Save directly to send-mail-function.
3837 Update message-send-mail-function too.
3838
3839 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
3840
3841 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3842
3843 * progmodes/python.el (python-mode-map): Use correct function to
3844 start python interpreter from menu-bar (as reported by Geert
3845 Kloosterman).
3846 (inferior-python-mode-map): Fix typo.
3847 (python-shell-map): Remove.
3848
3849 2011-09-03 Deniz Dogan <deniz@dogan.se>
3850
3851 * net/rcirc.el (rcirc-print): Simplify code for
3852 rcirc-scroll-show-maximum-output. There is no need to walk
3853 through all windows to find the right one.
3854
3855 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
3856
3857 * help.el (help-return-method): Doc fix.
3858
3859 2011-09-03 Martin Rudalics <rudalics@gmx.at>
3860
3861 * window.el (window-deletable-p): Don't return a non-nil value
3862 when there's a buffer that was shown in the window before.
3863 (Bug#9419)
3864 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
3865 Set window's previous buffers to nil.
3866
3867 2011-09-03 Eli Zaretskii <eliz@gnu.org>
3868
3869 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
3870 newline before and after the tag line, so it doesn't interfere
3871 with determining the paragraph direction of bidirectional text.
3872
3873 2011-09-03 Leo Liu <sdl.web@gmail.com>
3874
3875 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
3876
3877 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
3878
3879 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
3880 (pop-to-buffer): Change interactive spec. Pass second argument
3881 directly to display-buffer.
3882 (display-buffer): Fix interactive spec. Use functionp to
3883 distinguish between a function and a list of functions.
3884
3885 * abbrev.el (edit-abbrevs):
3886 * arc-mode.el (archive-extract):
3887 * autoinsert.el (auto-insert):
3888 * bookmark.el (bookmark-bmenu-list):
3889 * files.el (find-file):
3890 * view.el (view-buffer):
3891 * progmodes/compile.el (compilation-goto-locus):
3892 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
3893
3894 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * window.el (display-buffer-alist): Doc fix.
3897 (display-buffer): Add docstring. Don't treat
3898 display-buffer-default specially.
3899 (display-buffer-reuse-selected-window)
3900 (display-buffer-same-window, display-buffer-maybe-same-window)
3901 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3902 (display-buffer-pop-up-window)
3903 (display-buffer-reuse-or-pop-window)
3904 (display-buffer-use-some-window): New functions.
3905 (display-buffer-default-action): Use them.
3906 (display-buffer-default): Delete.
3907 (pop-to-buffer-1): Fix choice of actions.
3908
3909 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * minibuffer.el (completion--insert-strings): Don't get confused by
3912 completion entries that end with an LF char.
3913
3914 2011-09-01 Eli Zaretskii <eliz@gnu.org>
3915
3916 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
3917
3918 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * window.el (display-buffer): Restore interactive spec.
3921 (display-buffer-same-window, display-buffer-other-window):
3922 New functions.
3923 (pop-to-buffer-1): New function. Use the above.
3924 (pop-to-buffer, pop-to-buffer-same-window): Use it.
3925 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
3926
3927 * view.el (view-buffer-other-window, view-buffer-other-frame):
3928 Just use pop-to-buffer.
3929
3930 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3931
3932 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
3933
3934 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
3935
3936 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
3937
3938 2011-08-31 Richard Stallman <rms@gnu.org>
3939
3940 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
3941 of the separation of rmail-view-buffer from rmail-buffer.
3942 If you say no to "replace original", the decrypt is in the
3943 view buffer. If you say yes, the decrypt goes into the
3944 rmail buffer also.
3945
3946 2011-08-31 Martin Rudalics <rudalics@gmx.at>
3947
3948 * window.el (display-buffer-window): Rewrite doc-string.
3949 (display-buffer-record-window): New function.
3950 (display-buffer-macro-specifiers)
3951 (display-buffer-even-window-sizes, display-buffer-set-height)
3952 (display-buffer-set-width, display-buffer-in-window)
3953 (display-buffer-reuse-window, display-buffer-split-specifiers)
3954 (display-buffer-side-specifiers, display-buffer-split-window-1)
3955 (display-buffer-split-window, display-buffer-split-atom-window)
3956 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3957 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
3958 (display-buffer-other-window-means-other-frame)
3959 (display-buffer-normalize-special)
3960 (display-buffer-normalize-default)
3961 (display-buffer-normalize-argument)
3962 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
3963 (display-buffer-normalize-specifiers, display-buffer-frame)
3964 (display-buffer-same-window, display-buffer-same-frame)
3965 (display-buffer-other-window)
3966 (display-buffer-same-frame-other-window)
3967 (display-buffer-other-frame, pop-to-buffer-same-window)
3968 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3969 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3970 (switch-to-buffer-same-frame)
3971 (switch-to-buffer-other-window-same-frame)
3972 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3973 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3974 (display-buffer-alist-set): Remove.
3975 (display-buffer-function, special-display-buffer-names)
3976 (special-display-regexps, special-display-function):
3977 In doc-string refer to display-buffer-window and quit-restore
3978 parameter.
3979 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3980 (special-display-frame-alist, special-display-popup-frame)
3981 (same-window-buffer-names, same-window-regexps, same-window-p)
3982 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3983 (split-window-preferred-function, split-height-threshold)
3984 (split-width-threshold, window-splittable-p)
3985 (split-window-sensibly, window--try-to-split-window)
3986 (window--frame-usable-p, even-window-heights)
3987 (window--even-window-heights, window--display-buffer-1)
3988 (window--display-buffer-2, display-buffer-other-frame):
3989 Restore old Emacs 23 code, order and doc-strings where applicable.
3990 (display-buffer-default, display-buffer-assq-regexp): New functions.
3991 (display-buffer-alist): Rewrite doc-string.
3992 (display-buffer-default-action)
3993 (display-buffer-overriding-action): New variables.
3994 (display-buffer, switch-to-buffer): Rewrite.
3995 (pop-to-buffer): Restore Emacs 23 behavior but use
3996 window-normalize-buffer-to-display.
3997 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3998 Restore Emacs 23 behavior but use
3999 window-normalize-buffer-to-switch-to.
4000 (pop-to-buffer-same-window): Rewrite.
4001 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
4002 Rewrite using Emacs 23 options.
4003
4004 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
4005
4006 * net/tramp.el (tramp-root-regexp): Remove.
4007 (tramp-completion-file-name-regexp-unified)
4008 (tramp-completion-file-name-regexp-separate)
4009 (tramp-completion-file-name-regexp-url): Don't use leading volume
4010 letter on win32 systems. (Bug#5303, Bug#9311)
4011 (tramp-drop-volume-letter): Simplify definition.
4012 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4013
4014 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
4017 (bug#9356).
4018
4019 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
4020
4021 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
4022
4023 2011-08-29 Juri Linkov <juri@jurta.org>
4024
4025 * isearch.el (isearch-done): Don't display message "Mark saved"
4026 when arg `edit' is non-nil to prevent its flicker in the echo area.
4027
4028 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
4031 obsolete packages for deletion.
4032
4033 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
4034
4035 * help-mode.el (help-mode-map): Add special-mode-map to parent.
4036 (help-mode): Derive help-mode from special-mode. Don't invoke
4037 view-mode from help-mode.
4038 (help-xref-override-view-map): Remove.
4039 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
4040 view-mode is not used anymore.
4041
4042 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * server.el (server-port): Doc fix.
4045
4046 * cus-theme.el (custom-theme-choose-mode): Inherit from
4047 special-mode (Bug#9124).
4048 (custom-theme-choose-mode-map): Add special-mode to parent.
4049
4050 2011-08-28 Alan Mackenzie <acm@muc.de>
4051
4052 * progmodes/cc-fonts.el
4053 (c-make-font-lock-BO-decl-search-function): New function.
4054 (c-basic-matchers-after - "Fontify the clauses after various
4055 keywords"): Extract the three keyword lists for the 3 erroneous
4056 constructs from the list of four, and use the new function above
4057 in place of an old one.
4058
4059 2011-08-28 Deniz Dogan <deniz@dogan.se>
4060
4061 * net/rcirc.el (rcirc-insert-prev-input)
4062 (rcirc-insert-next-input): Remove unused argument.
4063
4064 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
4067
4068 2011-08-27 Alan Mackenzie <acm@muc.de>
4069
4070 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
4071 handle function pointer parameters properly.
4072
4073 2011-08-27 Martin Rudalics <rudalics@gmx.at>
4074
4075 * window.el (display-buffer-reuse-window): Fix case where
4076 selected window was reused with non-nil OTHER-WINDOW argument.
4077 (Bug#9381)
4078
4079 2011-08-27 Deniz Dogan <deniz@dogan.se>
4080
4081 * net/rcirc.el (rcirc-check-auth-status): Adding support for
4082 oftc's NickServ messages.
4083
4084 2011-08-27 Glenn Morris <rgm@gnu.org>
4085
4086 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
4087
4088 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
4089
4090 * emacs-lisp/package.el (package-install): Call package-initialize
4091 if called interactively.
4092
4093 2011-08-26 Leo Liu <sdl.web@gmail.com>
4094
4095 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
4096
4097 2011-08-25 Juri Linkov <juri@jurta.org>
4098
4099 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
4100 `search-whitespace-regexp' (bug#9364).
4101
4102 2011-08-25 Juri Linkov <juri@jurta.org>
4103
4104 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
4105 `regexp-search-ring' to their global values to protect from
4106 updating by `read-from-minibuffer' (bug#9185).
4107
4108 2011-08-25 Juri Linkov <juri@jurta.org>
4109
4110 * textmodes/ispell.el (ispell-command-loop): Add newline
4111 at the end of the "Use option `i'..." line.
4112
4113 2011-08-25 Juri Linkov <juri@jurta.org>
4114
4115 * battery.el (display-battery-mode): If `battery-status-function'
4116 or `battery-mode-line-format' is nil, display the message and set
4117 `display-battery-mode' to nil (bug#9363).
4118
4119 2011-08-25 Eli Zaretskii <eliz@gnu.org>
4120
4121 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
4122 bidi-string-mark-left-to-right; they are unnecessary now.
4123
4124 2011-08-25 Deniz Dogan <deniz@dogan.se>
4125
4126 * net/quickurl.el: Documentation typo fixes.
4127
4128 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
4129
4130 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
4131
4132 2011-08-25 Glenn Morris <rgm@gnu.org>
4133
4134 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
4135
4136 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
4137 (smtpmail-via-smtp): Handle nil response from smtp.
4138
4139 2011-08-24 Juri Linkov <juri@jurta.org>
4140
4141 * proced.el (proced-marked): Inherit from `error' instead of
4142 `font-lock-warning-face'.
4143
4144 * ibuffer.el (ibuffer-marked-face): Change default face from
4145 `font-lock-warning-face' to `warning'.
4146 (ibuffer-deletion-face): Change default face from
4147 `font-lock-type-face' to `error'.
4148
4149 * battery.el (battery-update): Use the face `error' instead of
4150 `font-lock-warning-face' (bug#6117).
4151
4152 2011-08-24 Juri Linkov <juri@jurta.org>
4153
4154 * faces.el (success): Change face color from "Green3" to
4155 "ForestGreen" on light background (bug#9353).
4156
4157 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
4158
4159 * window.el (quit-window): Rename from quit-restore-window.
4160 Use same arglist as old quit-window.
4161 (frame-auto-delete): Doc fix.
4162
4163 * view.el (view-mode-exit): Use quit-window.
4164
4165 2011-08-24 Juri Linkov <juri@jurta.org>
4166
4167 * isearch.el (isearch-ring-adjust1): Start visiting previous
4168 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
4169 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
4170 for empty search string (when the last search string is reused
4171 automatically) to adjust the isearch ring to the last element and
4172 prepare the correct index for further M-p commands (bug#9185).
4173
4174 2011-08-24 Kenichi Handa <handa@m17n.org>
4175
4176 * international/ucs-normalize.el: If decomposition property of
4177 CHAR is the default one (i.e. a list of CHAR itself), treat it as
4178 nil.
4179 (nfd, nfkd): Likewise.
4180
4181 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
4184 from process filters aren't reliably transmitted to the surrounding
4185 accept-process-output.
4186 (mpc-proc-check): New function.
4187 (mpc-proc-sync): Use it (bug#8293)
4188
4189 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4190
4191 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
4192 Add compatibility functions (bug#9313).
4193
4194 2011-08-23 Eli Zaretskii <eliz@gnu.org>
4195
4196 * cus-start.el (all): Add entry for bidi-paragraph-direction.
4197
4198 * international/uni-bidi.el: Regenerate.
4199
4200 2011-08-23 Kenichi Handa <handa@m17n.org>
4201
4202 * international/charprop.el:
4203 * international/uni-bidi.el:
4204 * international/uni-category.el:
4205 * international/uni-combining.el:
4206 * international/uni-comment.el:
4207 * international/uni-decimal.el:
4208 * international/uni-decomposition.el:
4209 * international/uni-digit.el:
4210 * international/uni-lowercase.el:
4211 * international/uni-mirrored.el:
4212 * international/uni-name.el:
4213 * international/uni-numeric.el:
4214 * international/uni-old-name.el:
4215 * international/uni-titlecase.el:
4216 * international/uni-uppercase.el: Regenerate.
4217
4218 2011-08-23 Martin Rudalics <rudalics@gmx.at>
4219
4220 * help.el (help-window-setup): Fix message displayed when other
4221 window is reused. (Bug#9341)
4222
4223 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4224
4225 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
4226 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
4227
4228 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
4229 Mark obsolete.
4230 * shell.el (shell-parse-pcomplete-arguments): New function.
4231 (shell-completion-vars): Use it instead (bug#9160).
4232
4233 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
4236 strings and comments (bug#9333).
4237
4238 * emacs-lisp/debug.el (debug-arglist): New function.
4239 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
4240 (debug-on-entry-1): Handle interpreted closures (bug#9120).
4241
4242 2011-08-22 Juri Linkov <juri@jurta.org>
4243
4244 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4245 Revert regexp that highlights output switches to its old
4246 pre-2010-10-28 value and remove one `?' from it (bug#9319).
4247
4248 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
4249 to check for empty output (bug#9226).
4250
4251 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
4254 symbol-constituent as the default, as that stops font-lock from
4255 working properly (Bug#8843).
4256
4257 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4258
4259 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
4260 `coding-system-for-*' around the process open call to avoid
4261 auth-source side effects.
4262 (smtpmail-try-auth-methods): Expand the secret password.
4263 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
4264 probe hangs.
4265
4266 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
4267
4268 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
4269
4270 * emacs-lisp/find-func.el (find-function-noselect): New arg
4271 lisp-only.
4272
4273 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
4274 signal an error for built-in functions (Bug#6664).
4275
4276 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4277
4278 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
4279 (smtpmail-try-auth-methods): Use it.
4280
4281 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * font-lock.el (font-lock-fontify-region)
4284 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
4285 (font-lock-default-unfontify-buffer)
4286 (font-lock-default-fontify-region)
4287 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
4288
4289 * progmodes/compile.el (compilation-error-properties):
4290 Fix confusion between file struct and message struct (Bug#9319).
4291 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
4292 `ant' regexp.
4293
4294 * net/browse-url.el (browse-url-firefox): Don't call
4295 browse-url-firefox-sentinel unless using -remote (Bug#9328).
4296
4297 2011-08-20 Glenn Morris <rgm@gnu.org>
4298
4299 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
4300
4301 * tutorial.el (tutorial--default-keys): Update some default bindings.
4302
4303 * files.el (hack-local-variables): Fully ignore case for "mode:".
4304
4305 2011-08-20 Alan Mackenzie <acm@muc.de>
4306
4307 Resolve invalid use of a regexp in regexp-opt.
4308
4309 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
4310 detection for a java annotation.
4311
4312 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
4313 detection for a java annotation.
4314
4315 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
4316 handling for java.
4317 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
4318
4319 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
4320
4321 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
4322 (Bug#9274).
4323
4324 2011-08-20 Alan Mackenzie <acm@muc.de>
4325
4326 Fontify CPP expressions correctly when starting in the middle of
4327 such a construct. Mainly for when jit-lock etc. starts a chunk
4328 here.
4329
4330 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
4331 variable.
4332 (c-make-font-lock-search-form): New function, extracted from
4333 c-make-font-lock-search-function.
4334 (c-make-font-lock-search-function): Use the above function.
4335 (c-make-font-lock-context-search-function): New function.
4336 (c-cpp-matchers): Enhance the preprocessor expression case with
4337 the above function
4338 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
4339 which takes an expression.
4340
4341 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
4342
4343 2011-08-20 Martin Rudalics <rudalics@gmx.at>
4344
4345 * window.el (display-buffer-reuse-window)
4346 (display-buffer-pop-up-window): Don't reuse or split a side
4347 window.
4348
4349 2011-08-19 Glenn Morris <rgm@gnu.org>
4350
4351 * files.el (hack-local-variables-prop-line, hack-local-variables):
4352 Downcase "Mode:". (Bug#9331)
4353
4354 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * international/characters.el: Add L and R categories.
4357
4358 * subr.el (bidi-string-mark-left-to-right): Rename from
4359 string-mark-left-to-right. Use category search.
4360
4361 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
4362
4363 2011-08-18 Juri Linkov <juri@jurta.org>
4364
4365 * faces.el (error, warning, success): New faces with definitions
4366 copied from old default values of `font-lock-warning-face',
4367 `compilation-warning', `compilation-info' (bug#6117).
4368
4369 * font-lock.el (font-lock-warning-face): Inherit from `error'.
4370
4371 * progmodes/compile.el (compilation-error): Inherit from `error'.
4372 (compilation-warning): Inherit from `warning'.
4373 (compilation-info): Inherit from `success'.
4374
4375 * dired.el (dired-marked): Inherit from `warning'.
4376 (dired-flagged): Inherit from `error'.
4377
4378 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4379
4380 * mail/smtpmail.el (auth-source): Require to avoid problems with
4381 binding variables (bug#9298). Also clean up some unused
4382 autoloads.
4383
4384 * net/network-stream.el (network-stream-open-starttls):
4385 Support using starttls.el without using gnutls-cli.
4386
4387 2011-08-17 Juri Linkov <juri@jurta.org>
4388
4389 * progmodes/grep.el (rgrep): Handle the case when
4390 `grep-find-command' is a cons cell (bug#9278).
4391
4392 2011-08-17 Martin Rudalics <rudalics@gmx.at>
4393
4394 * window.el (display-buffer-pop-up-frame): Run frame creation
4395 function with BUFFER current (as special-display-popup-frame
4396 does). Reported by Drew Adams.
4397
4398 2011-08-17 Daiki Ueno <ueno@unixuser.org>
4399
4400 * epa-mail.el: Simplify GnuPG group expansion using
4401 epg-expand-group.
4402 (epa-mail-group-alist, epa-mail-group-modtime)
4403 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
4404 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
4405 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
4406 Remove.
4407
4408 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
4409
4410 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
4411
4412 2011-08-16 Alan Mackenzie <acm@muc.de>
4413
4414 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
4415 Correct, to avoid the inside of macros.
4416
4417 2011-08-16 Richard Stallman <rms@gnu.org>
4418
4419 * epa-mail.el: Handle GnuPG group definitions.
4420 (epa-mail-group-alist, epa-mail-group-modtime)
4421 (epa-mail-gnupg-conf-file): New variables.
4422 (epa-mail-parse-groups, epa-mail-sync-groups)
4423 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
4424 (epa-mail-expand-recipients): New functions.
4425 (epa-mail-encrypt): Call epa-mail-expand-recipients.
4426
4427 * mail/rmail.el (rmail-epa-decrypt): New command.
4428
4429 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4430 Don't bind buffer-read-only, just inhibit-read-only.
4431 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
4432 (epa-decrypt-armor-in-region): Make error message clearer.
4433
4434 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
4437 and "a2b" to "ab" for `prefix'.
4438
4439 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
4440
4441 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
4442 filter groups.
4443 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
4444 Fourquet (Bug#8804).
4445
4446 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
4447
4448 * startup.el (argi): Declare as global variable (bug#9275).
4449
4450 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
4451
4452 * subr.el (string-mark-left-to-right): Search the entire string
4453 for RTL script, not just the terminating character. Doc fix.
4454
4455 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
4458 New function.
4459 (js--regexp-literal, js-syntax-propertize-function): Remove.
4460 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
4461 (js-mode-map): Don't rebind electric keys.
4462 (js-insert-and-indent): Remove.
4463 (js-mode): Setup electric-layout and electric-indent instead.
4464
4465 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
4466
4467 2011-08-12 Daiki Ueno <ueno@unixuser.org>
4468
4469 * epa.el (epa-progress-callback-function): Fix the logic of
4470 displaying progress.
4471 * epa-file.el (epa-file-insert-file-contents): Make progress
4472 display more user-friendly.
4473 (epa-file-write-region): Ditto.
4474
4475 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
4476
4477 * subr.el (string-mark-left-to-right): New function.
4478
4479 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
4480 Use string-mark-left-to-right.
4481 (list-buffers-noselect): Caller changed.
4482
4483 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4484 Use string-mark-left-to-right.
4485 (tabulated-list-print): Recenter after moving point.
4486
4487 2011-08-10 Juri Linkov <juri@jurta.org>
4488
4489 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
4490 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
4491 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
4492
4493 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
4494
4495 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
4496 (Bug#7554).
4497
4498 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
4499
4500 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
4501 character. (Bug#6594)
4502
4503 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
4506 (image-dired--with-db-file): New macro.
4507 (image-dired-write-tags, image-dired-remove-tag)
4508 (image-dired-create-gallery-lists, image-dired-write-comments)
4509 (image-dired-get-comment, image-dired-mark-tagged-files)
4510 (image-dired-list-tags, image-dired-gallery-generate): Use it.
4511 (image-dired-gallery-generate): Use insert-file-contents.
4512
4513 * time.el (display-time-world-list, display-time-world-display):
4514 * time-stamp.el (time-stamp-string):
4515 * vc/add-log.el (add-change-log-entry): Use setenv instead of
4516 set-time-zone-rule (Bug#7337).
4517
4518 2011-08-08 Daiki Ueno <ueno@unixuser.org>
4519
4520 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
4521 (epg-error-to-string, epg-errors-to-string): New function.
4522 (epg-wait-for-completion): Reverse errors list.
4523 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
4524 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
4525 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
4526 (epg-sign-keys, epg-generate-key-from-file)
4527 (epg-generate-key-from-string): Format errors by using
4528 epg-errors-to-string (bug#9255).
4529 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
4530
4531 2011-08-07 Juri Linkov <juri@jurta.org>
4532
4533 * faces.el (list-faces-display): Remove extra angle bracket
4534 from `help-mode-map'.
4535
4536 * info.el (Info-history-toc-nodes): Doc fix.
4537
4538 * longlines.el (longlines-mode): Doc fix.
4539
4540 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
4543 of statements and in a few more cases (bug#9183).
4544
4545 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
4546 New functions.
4547 (cl-transform-lambda): Use them (bug#9239).
4548
4549 2011-08-05 Martin Rudalics <rudalics@gmx.at>
4550
4551 * window.el (display-buffer-same-window)
4552 (display-buffer-same-frame, display-buffer-other-window)
4553 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4554 (pop-to-buffer-other-window)
4555 (pop-to-buffer-same-frame-other-window)
4556 (pop-to-buffer-other-frame): Make them defuns.
4557 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
4558
4559 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * subr.el (make-composed-keymap): Move from C. Change calling
4562 convention, and improve docstring to bring attention to a subtle point.
4563 * minibuffer.el (completing-read-default): Adjust accordingly.
4564
4565 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
4566
4567 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
4568 (tramp-open-shell): Use `tramp-shell-quote-argument'.
4569
4570 * net/trampver.el: Update release number.
4571
4572 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
4575 "in" (bug#9190).
4576
4577 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4578
4579 * mail/sendmail.el (sendmail-query-once): Restore the current
4580 buffer after querying (bug#9074).
4581
4582 * dired.el (dired-flagged): Use different faces for marked and
4583 flagged files (bug#6117).
4584
4585 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
4586 (bug#4433).
4587
4588 * ido.el (ido-mode): Switch off the message if called
4589 non-interactively.
4590
4591 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
4592 before 587, since it appears that that's more likely to work for
4593 more people.
4594
4595 * cus-edit.el (custom-file): When running under emacs -q, always
4596 refuse to save the customizations, even if the .emacs file doesn't
4597 exist.
4598
4599 * info.el: Remove the `Info-beginning-of-buffer' function
4600 (bug#8325).
4601
4602 * net/network-stream.el (network-stream-open-starttls):
4603 Use `starttls-available-p' to see whether starttls.el can be used.
4604
4605 2011-08-01 Martin Rudalics <rudalics@gmx.at>
4606
4607 * window.el (display-buffer-in-window): Don't set dedicated status
4608 of window here (Bug#9215).
4609 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
4610 (display-buffer-pop-up-side-window)
4611 (display-buffer-in-side-window): Set dedicated status of window here.
4612
4613 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4616 before binding generated-autoload-file.
4617
4618 2011-08-01 Deniz Dogan <deniz@dogan.se>
4619
4620 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
4621
4622 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
4623
4624 Sync with Tramp 2.2.2.
4625
4626 * net/trampver.el: Update release number.
4627
4628 2011-07-30 Juri Linkov <juri@jurta.org>
4629
4630 * dired-aux.el (dired-touch-initial): Remove function.
4631 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
4632 current time, and `default' to the last modification time of the
4633 current marked file (bug#6887).
4634
4635 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
4636
4637 * simple.el (goto-line): Use string-to-number to provide a
4638 numeric argument to read-number (bug#9163).
4639
4640 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
4641
4642 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
4643 connection process, it could be nil.
4644
4645 2011-07-27 Leo Liu <sdl.web@gmail.com>
4646
4647 Simplify url handling in rcirc-mode.
4648
4649 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
4650 (rcirc-browse-url-at-mouse): Remove.
4651 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
4652
4653 2011-07-26 Alan Mackenzie <acm@muc.de>
4654
4655 Fontify bitfield declarations properly.
4656
4657 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
4658 (c-symbol-chars): Now exported as a lang variable.
4659 (c-not-primitive-type-keywords): New lang variable.
4660
4661 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
4662 QT keyword "more" to prevent "more slots: ...." being spuriously
4663 parsed as a bitfield declaration.
4664
4665 * progmodes/cc-engine.el (c-beginning-of-statement-1):
4666 Refactor and enhance to handle bitfield declarations.
4667 (c-punctuation-in): New function.
4668 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
4669 declarations properly.
4670
4671 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
4672
4673 * calendar/icalendar.el (icalendar--all-events): Take care of
4674 multiple vcalendars in a single file.
4675 (icalendar--convert-float-to-ical): Checkdoc fixes.
4676
4677 2011-07-25 Deniz Dogan <deniz@dogan.se>
4678
4679 * image.el (insert-image): Clarifying docstring.
4680
4681 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
4682
4683 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
4684 `tramp-send-command-and-check' if there is no error.
4685 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
4686
4687 2011-07-22 Alan Mackenzie <acm@muc.de>
4688
4689 Prevent cc-langs.elc being loaded at run time.
4690
4691 * progmodes/cc-mode.el: Remove two autoload forms which loaded
4692 cc-langs.
4693
4694 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
4695 "(require 'cc-langs)". Quote a form so it will evaluate at
4696 (cc-mode's) compilation time.
4697
4698 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
4699
4700 * net/tramp.el (tramp-file-name-handler): Avoid recursive
4701 loading. (Bug#9114)
4702
4703 2011-07-21 Martin Rudalics <rudalics@gmx.at>
4704
4705 * window.el (display-buffer-pop-up-window)
4706 (display-buffer-pop-up-side-window)
4707 (display-buffer-in-side-window): Call display-buffer-set-height
4708 and display-buffer-set-width after setting the new window's
4709 buffer so `fit-window-to-buffer' and friends work on the right buffer.
4710
4711 2011-07-20 Sam Steingold <sds@gnu.org>
4712
4713 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
4714 (etags-tags-included-tables): Call `convert-standard-filename' on
4715 the file names contained in TAGS so that windows Emacs can handle
4716 TAGS files created by cygwin ctags.
4717
4718 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4719
4720 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
4721 which apparently didn't work.
4722
4723 2011-07-19 Roland Winkler <winkler@gnu.org>
4724
4725 * proced.el (proced-send-signal): For *Marked Processes* buffer
4726 put point at beginning of buffer.
4727
4728 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
4729
4730 * proced.el (proced-format): Make header lines align with the text
4731 (bug#1779).
4732
4733 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4734
4735 * view.el (view-buffer): Allow running in `special' modes if we're
4736 visiting a file (bug#8615).
4737
4738 2011-07-19 Martin Rudalics <rudalics@gmx.at>
4739
4740 * window.el (display-buffer-alist-of-strings-p)
4741 (display-buffer-alist-set-1, display-buffer-alist-set-2):
4742 New functions.
4743 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
4744 more accurately.
4745
4746 2011-07-18 Alan Mackenzie <acm@muc.de>
4747
4748 Fontify declarators properly when, e.g., a jit-lock chunk begins
4749 inside a declaration.
4750
4751 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
4752
4753 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4754 New function.
4755 (c-complex-decl-matchers): Insert reference to
4756 c-font-lock-enclosing-decls.
4757
4758 * progmodes/cc-engine.el (c-backward-single-comment):
4759 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
4760 to nil around calls to (forward-comment -1).
4761
4762 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4763
4764 * image.el (put-image): Doc typo fix.
4765
4766 * progmodes/etags.el (tags-search): Doc typo fix.
4767
4768 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4769 password if we get errors 550 to 554.
4770
4771 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4772
4773 * net/gnutls.el (gnutls-log-level): Remove.
4774
4775 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
4776 indentation character (bug#6380).
4777
4778 * files.el (buffer-offer-save): Made permanently local (bug#6241).
4779
4780 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
4781 to clarify what the problem is (bug#4291).
4782
4783 * simple.el (current-kill): Clarify what
4784 `interprogram-paste-function' does (bug#7500).
4785 (auto-fill-mode): Document `auto-fill-function' in relation to
4786 `auto-fill-mode' (bug#2470).
4787
4788 2011-07-16 Lawrence Mitchell <wence@gmx.li>
4789
4790 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
4791 method if slot is read-only (bug#9035).
4792
4793 2011-07-16 Martin Rudalics <rudalics@gmx.at>
4794
4795 * frame.el (select-frame-set-input-focus): New argument NORECORD.
4796 * window.el (pop-to-buffer): Select window used even if it was
4797 selected before, see discussion of (Bug#8615), (Bug#6954).
4798 Pass argument NORECORD on to select-frame-set-input-focus.
4799
4800 2011-07-15 Glenn Morris <rgm@gnu.org>
4801
4802 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
4803 Respect help-form.
4804
4805 2011-07-09 Lawrence Mitchell <wence@gmx.li>
4806
4807 * net/gnutls.el (gnutls-min-prime-bits): New variable.
4808 (gnutls-negotiate): Use it.
4809
4810 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4811
4812 * net/gnutls.el (gnutls-negotiate):
4813 Upcase `gnutls-algorithm-priority'.
4814
4815 2011-07-15 Glenn Morris <rgm@gnu.org>
4816
4817 * jka-compr.el (jka-compr-verbose): Move from here...
4818 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
4819 Add missing :version tag.
4820 * info.el: No need to require jka-compr when compiling.
4821
4822 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4823
4824 * net/gnutls.el (gnutls-algorithm-priority): New variable.
4825 (gnutls-negotiate): Use it.
4826
4827 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
4828
4829 * info.el (Info-beginning-of-buffer): New command.
4830 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
4831 announcing `b' as the key (bug#8325).
4832 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
4833
4834 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
4835
4836 * international/mule-cmds.el
4837 (describe-specified-language-support): Make the error message
4838 clearer (bug#8905).
4839
4840 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
4841
4842 * isearch.el (isearch-barrier): Add a doc string, since it's
4843 mentioned in a function doc string (bug#8678).
4844
4845 2011-07-15 Martin Rudalics <rudalics@gmx.at>
4846
4847 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4848 buffer argument (Bug#9083) and self-identifying label argument.
4849
4850 2011-07-15 Glenn Morris <rgm@gnu.org>
4851
4852 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
4853
4854 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4855
4856 * man.el (Man-fontify-manpage): Fix message when formatting the
4857 man page (bug#7929).
4858
4859 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4860
4861 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
4862 argument LRM; if non-nil, append an invisible LRM character to the
4863 buffer name.
4864 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
4865 last argument non-nil, when formatting buffer names.
4866 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
4867 paragraph direction.
4868
4869 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4870
4871 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
4872 the man page name (bug#7929).
4873
4874 * image.el (put-image): Mention the `put-image' overlay property
4875 (bug#7834).
4876
4877 * scroll-bar.el (set-scroll-bar-mode): Mention that
4878 `scroll-bar-mode' lists the values (bug#7772).
4879
4880 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
4881 command (bug#7729).
4882
4883 * rect.el (apply-on-rectangle): Return the point after the last
4884 operation.
4885 (string-rectangle): Go to the point after the last operation
4886 (bug#7522).
4887
4888 * printing.el (pr-toggle-region): Clarify the documentation
4889 slightly (bug#7493).
4890
4891 * time.el (display-time-update):
4892 Allow `display-time-mail-function' to return nil (bug#7158).
4893 Fix suggested by Detlev Zundel.
4894
4895 * vc/diff.el (diff): Clarify the order the file names are read
4896 (bug#7111).
4897
4898 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
4899 the doc string (bug#7015).
4900
4901 * font-lock.el (font-lock-maximum-decoration): Mention what
4902 numeric levels mean (bug#6935).
4903
4904 * startup.el (initial-buffer-choice): Don't mention the `none'
4905 selection, which is against policy.
4906
4907 2011-07-14 Martin Rudalics <rudalics@gmx.at>
4908
4909 * window.el (display-buffer-normalize-special):
4910 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
4911
4912 2011-07-14 Eli Zaretskii <eliz@gnu.org>
4913
4914 * subr.el (version<, version<=, version=): Mention "-CVS" and
4915 "-12345" alpha version numbers.
4916
4917 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * bindings.el: Add advertised binding for set-mark-command
4920 (Bug#5772).
4921
4922 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
4923
4924 * bindings.el (mode-line-other-buffer):
4925 * bookmark.el (bookmark-bmenu-2-window):
4926 * bs.el (bs-cycle-next, bs-cycle-previous):
4927 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
4928 switch-to-buffer.
4929
4930 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4931 Delete.
4932
4933 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
4934
4935 * follow.el (follow-debug-message, follow-redisplay):
4936 * jka-cmpr-hook.el (with-auto-compression-mode):
4937 Fix typos in docstrings.
4938
4939 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4940
4941 * subr.el (with-silent-modifications): Clarify somewhat what the
4942 macro inhibits (bug#6525).
4943
4944 * simple.el (eval-expression): Note what it does if called
4945 interactively (bug#6495).
4946
4947 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
4948
4949 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
4950 Use pop-to-buffer buffer-or-name if it is nil.
4951
4952 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4953 Remove switch-to-buffer.
4954
4955 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4956
4957 * files.el (make-directory): Clarify that an error will be raised
4958 if there's an error (bug#6397).
4959
4960 * startup.el (initial-buffer-choice): Add `none' as a choice
4961 (bug#6234).
4962
4963 * subr.el (add-hook): Clarify section about buffer-local hooks
4964 (bug#6218).
4965
4966 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4967
4968 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * tabify.el (untabify): Preserve the current column so that point
4971 doesn't move (bug#6032).
4972
4973 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4974
4975 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4976 Rewrite to avoid awkward possessive "s" (bug#5986).
4977
4978 2011-07-13 Glenn Morris <rgm@gnu.org>
4979
4980 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4981 (dired-insert-directory): Give a message the first time
4982 if ls is found not to support --dired.
4983
4984 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4985
4986 * simple.el (toggle-truncate-lines): Clarify what is toggled
4987 (bug#5580). Text by Drew Adams.
4988
4989 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * simple.el (blink-matching-open): Make the error message from the
4992 last change less verbose.
4993
4994 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4995
4996 * font-lock.el (font-lock-comment-face): Use the high contrast
4997 "yellow" color for font-lock-comment-face on low color terminals
4998 using a dark background color (bug#4221).
4999
5000 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5001
5002 * dired.el (dired-insert-set-properties): Make the doc string
5003 reflect what it does now (bug#5325).
5004
5005 * simple.el (blink-matching-open): Say that we were unable to find
5006 the match within the limit, if we're limited (bug#5122).
5007
5008 * international/mule-cmds.el (prefer-coding-system): Add an
5009 example (bug#4869).
5010
5011 * progmodes/etags.el (tags-search): Document `file-list-form'
5012 (bug#4731).
5013
5014 2011-07-13 Lawrence Mitchell <wence@gmx.li>
5015
5016 * net/browse-url.el (browse-url-default-browser)
5017 (browse-url-browser-function): Make the default browser choice a
5018 bit more logical (bug#4300). Also clean up the doc string.
5019
5020 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
5021
5022 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
5023 binary endings (bug#4440).
5024
5025 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5026
5027 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
5028 which can be pretty annoying (bug#8971).
5029
5030 * jka-compr.el (jka-compr-verbose): New variable, and use
5031 throughout (bug#8971).
5032
5033 * info.el (Info-find-file): Fall back on the installation
5034 directory if we can't find the info node anywhere else.
5035
5036 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
5037
5038 * vc/vc.el (vc-revert-file):
5039 Don't set file time-stamp in the past. (Bug#5181)
5040
5041 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5042
5043 * files.el (after-find-file): Give a better error message when
5044 trying to find a symlink that points to a file that doesn't exist
5045 (bug#4398).
5046
5047 * progmodes/cc-vars.el: Remove (probably) misleading comment
5048 (bug#4396).
5049
5050 2011-07-12 Johan Bockgård <bojohan@gnu.org>
5051
5052 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
5053
5054 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
5055
5056 * mouse-sel.el: Hack restoring functionality, while keeping
5057 compatibility with 2010-07-03 changes to mouse selection.
5058 (mouse-sel-primary-overlay): New var.
5059 (mouse-sel-selection-alist): Use it.
5060 (mouse-sel-mode): Doc fix; remove points that are default features
5061 of mouse.el.
5062
5063 2011-07-12 Johan Bockgård <bojohan@gnu.org>
5064
5065 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5066 Fix previous fix (bug#2490).
5067
5068 2011-07-12 Roland Winkler <winkler@gnu.org>
5069
5070 * textmodes/bibtex.el (bibtex-initialize):
5071 Use pop-to-buffer-same-window.
5072 (bibtex-search-entries): Fix interactive call.
5073
5074 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5075
5076 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5077 Fontise bytecomp Error lines more correctly (bug#2490).
5078 Fix suggested by Johan Bockgård.
5079
5080 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
5081
5082 * dired-x.el (dired-guess-default): Use `delete-dups'.
5083
5084 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
5085
5086 * dired.el (dired-mark-prompt):
5087 * dired-aux.el (dired-read-shell-command): Doc fix.
5088
5089 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5090
5091 * mail/sendmail.el (sendmail-query-once):
5092 Use `customize-save-variable' unconditionally, now that it works under
5093 emacs -Q.
5094
5095 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5096
5097 * cus-edit.el (custom-file): Take an optional no-error variable.
5098 (customize-save-variable): Set the variable, and give a warning if
5099 running under "emacs -q".
5100
5101 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
5102
5103 * loadhist.el (unload-feature-special-hooks):
5104 Add `auto-coding-functions', `fill-nobreak-predicate' and
5105 `find-directory-functions' (bug#5327).
5106
5107 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5108
5109 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
5110
5111 * cus-edit.el (custom-guess-name-alist): -alist variables should
5112 use the `alist' type (bug#3120). Suggested by Drew Adams.
5113
5114 * printing.el: Add documentation to all the `pr-toggle-' commands.
5115
5116 2011-07-11 Leo Liu <sdl.web@gmail.com>
5117
5118 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
5119 backends where it makes sense (bug#2623).
5120
5121 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
5123 * dired-x.el (dired-guess-default): Remove duplicate shell command
5124 entries (bug#2028).
5125 (dired-guess-default): Fix grammar in doc string (bug#2028).
5126 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
5127
5128 * subr.el (remove-duplicates): New conveniency function.
5129
5130 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5131
5132 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
5133 (bug#1526).
5134
5135 2011-07-10 Martin Rudalics <rudalics@gmx.at>
5136
5137 * window.el (display-buffer-normalize-default): Don't invert
5138 meaning of even-window-heights. Reported by Eli Zaretskii
5139 <eliz@gnu.org>.
5140
5141 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
5142
5143 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
5144
5145 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * window.el (display-buffer): Fix arguments to
5148 display-buffer-reuse-window in last change.
5149
5150 * faces.el (link): Use a less saturated blue on light backgrounds.
5151
5152 * startup.el (fancy-startup-text, fancy-about-text)
5153 (fancy-startup-tail): Use font-lock faces, for background safety.
5154
5155 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
5156
5157 * emulation/viper-cmd.el (viper-change-state-to-vi):
5158 Limit triggering of abbrev expansion (Bug#9038).
5159
5160 2011-07-09 Martin Rudalics <rudalics@gmx.at>
5161
5162 * window.el (display-buffer-default-specifiers): Remove.
5163 (display-buffer-macro-specifiers): Remove default specifiers.
5164 (display-buffer-alist): Default to nil.
5165 (display-buffer-reuse-window): New optional argument other-window.
5166 (display-buffer-pop-up-window): Allow splitting internal
5167 windows. Check whether a live window was created.
5168 (display-buffer-other-window-means-other-frame)
5169 (display-buffer-normalize-arguments): Rename to
5170 display-buffer-normalize-argument and rewrite. Set the
5171 other-window specifier.
5172 (display-buffer-normalize-special): New function.
5173 (display-buffer-normalize-options): Rename to
5174 display-buffer-normalize-default and rewrite.
5175 (display-buffer-normalize-options-inhibit): Remove.
5176 (display-buffer-normalize-specifiers): Rewrite.
5177 (display-buffer): Process other-window specifier and call
5178 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
5179 more faithfully.
5180 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
5181 (display-buffer-alist-set): Don't handle 'unset default values.
5182 (display-buffer-in-window, display-buffer-alist-set):
5183 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
5184 <tassilo@member.fsf.org>.
5185
5186 2011-07-09 Leo Liu <sdl.web@gmail.com>
5187
5188 * register.el (insert-register): Restore accidental change on
5189 2011-06-26. (Bug#9028)
5190
5191 2011-07-09 Glenn Morris <rgm@gnu.org>
5192
5193 * subr.el (remq): Handle the empty list. (Bug#9024)
5194
5195 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
5196
5197 * mail/sendmail.el (send-mail-function): No longer delay custom
5198 initialization.
5199 * custom.el (custom-initialize-delay): Doc fix.
5200
5201 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
5204
5205 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
5206
5207 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
5208 human-friendly prompt.
5209
5210 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
5211
5212 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
5213 provided by a particular plugin.
5214
5215 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5216
5217 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
5218 save customizations (with "emacs -Q"), just set the variable
5219 instead of erroring out.
5220
5221 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
5222
5223 2011-07-08 Juri Linkov <juri@jurta.org>
5224
5225 * arc-mode.el (archive-zip-expunge, archive-zip-update)
5226 (archive-zip-update-case): Use 7z if found by `executable-find'.
5227 The order of searching the available programs is the same as in
5228 `archive-zip-extract' (bug#8968).
5229
5230 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
5233 (menu-bar-options-menu): Tweak descriptions.
5234
5235 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5236
5237 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
5238 menu items into verb phrases (bug#1421). Also refill to fit under
5239 80 columns.
5240
5241 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
5244 (Info-read-node-name): Doc fix (Bug#1084).
5245
5246 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
5247 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
5248 (end-of-sexp, beginning-of-sexp)
5249 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
5250 (forward-symbol, forward-same-syntax, word-at-point)
5251 (sentence-at-point): Doc fix (Bug#1144).
5252
5253 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5254
5255 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
5256 should cover it (bug#1281).
5257
5258 * cus-edit.el (custom-show): Mark as obsolete.
5259
5260 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
5261 negotiation fails, then possibly try again with a non-encrypted
5262 connection (bug#9017).
5263
5264 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
5265 be used.
5266
5267 2011-07-07 Richard Stallman <rms@gnu.org>
5268
5269 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
5270 property, and handle its changed format.
5271 Look for the correct line number.
5272 Use file's line contents (but not past first =) to find
5273 correct line in message.
5274
5275 2011-07-07 Kenichi Handa <handa@m17n.org>
5276
5277 * international/characters.el (build-unicode-category-table):
5278 Delete it.
5279 (unicode-category-table): Set it by unicode-property-table-internal.
5280
5281 * international/mule-cmds.el (char-code-property-alist): Move to
5282 to src/chartab.c.
5283 (get-char-code-property): Call unicode-property-table-internal to
5284 load a file. Call get-unicode-property-internal where necessary.
5285 (put-char-code-property): Call unicode-property-table-internal to
5286 load a file. Call put-unicode-property-internal where necessary.
5287 put-unicode-property-internal where necessary.
5288 (char-code-property-description):
5289 Call unicode-property-table-internal to load a file.
5290
5291 * international/charprop.el:
5292 * international/uni-bidi.el:
5293 * international/uni-category.el:
5294 * international/uni-combining.el:
5295 * international/uni-comment.el:
5296 * international/uni-decimal.el:
5297 * international/uni-decomposition.el:
5298 * international/uni-digit.el:
5299 * international/uni-lowercase.el:
5300 * international/uni-mirrored.el:
5301 * international/uni-name.el:
5302 * international/uni-numeric.el:
5303 * international/uni-old-name.el:
5304 * international/uni-titlecase.el:
5305 * international/uni-uppercase.el: Regenerate.
5306
5307 * loadup.el: Load international/charprop.el before
5308 international/characters.
5309
5310 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
5311
5312 * window.el (next-buffer, previous-buffer): Signal an error if
5313 called from a minibuffer window.
5314
5315 * bindings.el: Revert 2011-07-04 change.
5316
5317 2011-07-06 Richard Stallman <rms@gnu.org>
5318
5319 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
5320 (rmail-mime-insert-bulk, rmail-mime-insert-text):
5321 Treat markers like ints.
5322 (rmail-mime-entity): Doc fix.
5323
5324 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5325
5326 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
5327 defcustom again for backwards compatibility.
5328
5329 * simple.el (shell-command-on-region): Fill.
5330
5331 * dired-aux.el (dired-kill-line): Add a doc string.
5332
5333 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
5334 to "\\sw\\|\\s_" (bug#358).
5335
5336 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
5337 (dired-unmark-backward): Ditto.
5338 (dired-flag-backup-files): Ditto.
5339
5340 * dired-x.el (dired-mark-sexp): Ditto.
5341
5342 2011-07-06 Richard Stallman <rms@gnu.org>
5343
5344 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
5345 (rmail-mime-entity): New arg TRUNCATED.
5346 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
5347 New functions.
5348 (rmail-mime-save): Warn if entity is truncated.
5349 (rmail-mime-toggle-hidden): Likewise, for showing.
5350 (rmail-mime-process-multipart): Record when an entity is truncated.
5351
5352 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
5353 if ENTITY is a string.
5354
5355 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5356
5357 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
5358 of faces when `M-C-x'-ing their definitions (bug#8378).
5359 Also clean up the code slightly.
5360
5361 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
5362 because that makes the colors go away.
5363
5364 * mail/sendmail.el (send-mail-function): Change the default to
5365 `sendmail-query-once'.
5366 (sendmail-query-once): Add an autoload cookie.
5367
5368 * net/network-stream.el (network-stream-open-starttls): Try using
5369 a plain connection even if the server offered STARTTLS, and we
5370 kinda wanted to use it, if Emacs doesn't have any STARTTLS
5371 capability. This should make smtpmail.el work in slightly more
5372 configurations.
5373
5374 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
5375
5376 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
5377 New defun.
5378 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
5379
5380 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
5381
5382 * progmodes/sql.el: Version 3.0
5383 (sql-product-alist): Add product :completion-object,
5384 :completion-column, and :statement attributes.
5385 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
5386 (sql-mode-syntax-table): Mark all punctuation.
5387 (sql-font-lock-keywords-builder): Temporarily remove fallback on
5388 ansi keywords.
5389 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
5390 (sql-mode-oracle-font-lock-keywords): Improve.
5391 (sql-oracle-show-reserved-words): New function for development.
5392 (sql-product-font-lock): Simplify for source code buffers.
5393 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
5394 New functions.
5395 (sql-highlight-product): Set product specific syntax table.
5396 (sql-mode-map): Add statement movement functions.
5397 (sql-ansi-statement-starters, sql-oracle-statement-starters):
5398 New variable.
5399 (sql-statement-regexp, sql-beginning-of-statement)
5400 (sql-end-of-statement, sql-signum): New functions.
5401 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
5402 (sql-show-sqli-buffer): Bug fix.
5403 (sql-interactive-mode): Store connection data as buffer local.
5404 (sql-connect): Add NEW-NAME parameter. Redesign interaction
5405 with sql-interactive-mode.
5406 (sql-save-connection): Save buffer local settings.
5407 (sql-connection-menu-filter): Change menu entry name.
5408 (sql-product-interactive): Bug fix.
5409 (sql-preoutput-hold): New variable.
5410 (sql-interactive-remove-continuation-prompt): Bug fixes.
5411 (sql-debug-redirect): New variable.
5412 (sql-str-literal): New function.
5413 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
5414 Redesign.
5415 (sql-oracle-save-settings, sql-oracle-restore-settings)
5416 (sql-oracle-list-all, sql-oracle-list-table): New functions.
5417 (sql-completion-object, sql-completion-column)
5418 (sql-completion-sqlbuf): New variables.
5419 (sql-build-completions-1, sql-build-completions)
5420 (sql-try-completion): New functions.
5421 (sql-read-table-name): Use them.
5422 (sql-contains-names): New buffer local variable.
5423 (sql-list-all, sql-list-table): Use it.
5424 (sql-oracle-completion-types): New variable.
5425 (sql-oracle-completion-object, sql-sqlite-completion-object)
5426 (sql-postgres-completion-object): New functions.
5427
5428 2011-07-06 Glenn Morris <rgm@gnu.org>
5429
5430 * window.el (pop-to-buffer): Doc fix.
5431
5432 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
5433
5434 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
5435
5436 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
5437
5438 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5439
5440 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
5441
5442 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * button.el (button): Inherit from link face. Suggested by Dan
5445 Nicolaescu.
5446
5447 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * progmodes/gdb-mi.el: Fit in 80 columns.
5450 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
5451 switch-to-buffer.
5452
5453 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
5454 if imenu is simply not configured (bug#8941).
5455
5456 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
5457
5458 * allout.el (allout-post-undo-hook): New allout outline-change
5459 event hook to signal undo activity.
5460 (allout-post-command-business): Run allout-post-undo-hook if an
5461 undo just occurred.
5462 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
5463 * allout-widgets.el (allout-widgets-after-undo-function):
5464 Ensure the integrity of the current item's decoration after it has been
5465 in the vicinity of an undo.
5466 (allout-widgets-mode): Include allout-widgets-after-undo-function
5467 on the new allout-post-undo-hook.
5468
5469 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
5472 Let define-derived-mode define it.
5473 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
5474 cycles of abbrev-table inheritance (bug#8998).
5475
5476 2011-07-05 Roland Winkler <winkler@gnu.org>
5477
5478 * textmodes/bibtex.el: Add support for biblatex.
5479 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
5480 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
5481 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
5482 (bibtex-entry-alist, bibtex-field-alist): New variables.
5483 (bibtex-entry-field-alist): Obsolete alias for
5484 bibtex-BibTeX-entry-alist.
5485 (bibtex-entry-alist, bibtex-field-alist): New widgets.
5486 (bibtex-set-dialect): New command.
5487 (bibtex-entry-type, bibtex-entry-head)
5488 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
5489 Bind via bibtex-set-dialect.
5490 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
5491 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
5492 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
5493 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
5494 Define via bibtex-set-dialect.
5495 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
5496 Obey bibtex-no-opt-remove-re.
5497 (bibtex-vec-push, bibtex-vec-incr): New functions.
5498 (bibtex-format-entry, bibtex-field-list)
5499 (bibtex-print-help-message, bibtex-validate)
5500 (bibtex-search-entries): Use new format of bibtex-entry-alist.
5501
5502 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * progmodes/compile.el (compilation-goto-locus):
5505 * net/tramp-cmds.el (tramp-append-tramp-buffers):
5506 * bs.el (bs-cycle-next, bs-cycle-previous):
5507 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
5508 * bindings.el (mode-line-other-buffer):
5509 * autoinsert.el (auto-insert):
5510 * arc-mode.el (archive-extract):
5511 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
5512
5513 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5514
5515 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
5516 Fix check of `emacs-lock-unlockable-modes'.
5517 Coerce true values of `emacs-lock--try-unlocking' to t.
5518
5519 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5520
5521 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
5522 * emacs-lock.el: New file.
5523
5524 2011-07-05 Julien Danjou <julien@danjou.info>
5525
5526 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
5527 than `boundp' to check if face is set.
5528
5529 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * register.el (registerv-make):
5532 * window.el (window-min-height): Fix typos in docstrings.
5533
5534 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
5535
5536 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
5537 Update doc string.
5538
5539 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
5540
5541 * server.el (server-execute): Catch quit and call
5542 `server-return-error' to pass the error back to emacsclient and
5543 close the connection (bug#8942).
5544
5545 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
5546
5547 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
5548 insecure exception for current topic. Also note that auto-saves
5549 are handled differently.
5550
5551 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
5552 State variables for tracking auto-save inhibition situation.
5553
5554 (allout-write-contents-hook-handler): Rename from
5555 'allout-write-file-hook-handler', and describe how it depends on
5556 write-contents-functions sensitivity to non-nil value to prevent
5557 file write.
5558
5559 (allout-auto-save-hook-handler): Remove. auto-save does not check
5560 this in individual buffers, only in the starting buffer, so this
5561 is not the right way for us to inhibit auto-save in a buffer
5562 according to its condition.
5563
5564 (allout-mode): Use new allout-write-contents-hook-handler, and
5565 only with write-contents-functions. Remove auto-save provisions -
5566 they're implemented elsewhere.
5567
5568 (allout-before-change-handler): If undo is in progress, note that
5569 for attention of allout-post-command-business.
5570
5571 (allout-post-command-business): If the command we're following was
5572 an undo, check for change in the status of encrypted items and
5573 adjust auto-save inhibitions accordingly.
5574
5575 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
5576 according to whether there are or aren't any plain-text topics
5577 pending encryption.
5578
5579 (allout-inhibit-auto-save-info-for-decryption):
5580 Adjust buffer-saved-size and some allout state to inhibit auto-saves
5581 if there are plain-text topics pending encryption.
5582
5583 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
5584 buffer-saved-size and some allout state to not inhibit auto-saves
5585 if there are no longer any plain-text topics pending encryption.
5586
5587 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
5588 No longer provide for exemption of the current topic.
5589
5590 2011-07-04 Juri Linkov <juri@jurta.org>
5591
5592 Add 7z operations to delete and save changed members (bug#8968).
5593 * arc-mode.el (archive-7z-expunge, archive-7z-update):
5594 New defcustoms.
5595 (archive-7z-write-file-member): New function.
5596 (archive-7z-summarize): Fix the number of dashes in the
5597 listing output.
5598
5599 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
5602 (bug#8958).
5603
5604 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * bindings.el: Ignore next-buffer and previous-buffer in
5607 minibuffer-local-map.
5608
5609 * font-lock.el (font-lock-builtin-face): Change light background
5610 color to dark slate blue (Bug#6693).
5611
5612 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5613
5614 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
5615
5616 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
5619 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5620 Add switch-to-buffer.
5621
5622 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5623
5624 * isearch.el (isearch-search-fun-function): Clarify further the
5625 meaning of the function returned.
5626
5627 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
5628
5629 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
5630
5631 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
5632 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
5633 Use it.
5634 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
5635 `tramp-default-remote-path' does not exist.
5636 (tramp-send-command-and-read): New optional argument NOERROR.
5637 (tramp-open-connection-setup-interactive-shell)
5638 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
5639 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
5640 (tramp-process-sentinel): Flush also process' connection property.
5641 (tramp-sh-handle-start-file-process): Do not set process
5642 sentinel. It is done now ...
5643 (tramp-maybe-open-connection): ... here. (Bug#8929)
5644
5645 2011-07-04 MON KEY <monkey@sandpframing.com>
5646
5647 * play/animate.el (animate-string): Doc fixes and allow changing
5648 the buffer name (bug#5417).
5649
5650 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5651
5652 * play/animate.el (animation-buffer-name): Rename from *animate*.
5653
5654 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
5655
5656 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
5657 This is simpler and helps future-proof the code.
5658 (timer-until): Use time-subtract and float-time.
5659 (timer--time-less-p): Use time-less-p.
5660
5661 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * type-break.el (timep): Use the value of `float-time' to avoid a
5664 byte-compiler warning.
5665
5666 * server.el (server-eval-and-print): Return any result, even nil.
5667
5668 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
5669
5670 * type-break.el: Accept time formats that the builtins accept.
5671 (timep, type-break-time-difference): Accept any format that
5672 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
5673 This is simpler and helps future-proof the code.
5674 (type-break-time-difference): Round rather than ignoring
5675 subseconds components.
5676
5677 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5678
5679 * info.el (Info-apropos-matches): Make non-interactive, since it
5680 doesn't seem to do anything useful as a command (bug#8829).
5681
5682 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
5683
5684 * frame.el (frame-background-mode, frame-set-background-mode):
5685 Move from faces.el.
5686 (frame-default-terminal-background): New function.
5687
5688 * custom.el (custom-push-theme): Don't record faces in `changed'
5689 theme; this doesn't work correctly for per-frame face settings.
5690 (disable-theme): Use face-set-after-frame-default to reset faces.
5691 (custom--frame-color-default): New function.
5692
5693 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5694
5695 * dired.el (dired-flagging-regexp): Remove unused variable
5696 (bug#8769).
5697
5698 2011-03-29 Kevin Ryde <user42@zip.com.au>
5699
5700 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5701 `perl-Test2' extend to match possible "fail #N" rep count
5702 (bug#8377).
5703
5704 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5705
5706 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
5707 `smtpmail-via-smtp' now returns the error instead of nil.
5708
5709 * isearch.el (isearch-search-fun-function): Clarify the doc string
5710 (bug#8101).
5711
5712 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
5713
5714 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
5715 unnecessary spaces (bug#8987).
5716
5717 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5718
5719 * net/network-stream.el (open-network-stream): Use the
5720 :end-of-capability command thoughout.
5721
5722 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5723
5724 * net/network-stream.el (open-network-stream): Add the
5725 :end-of-capability command parameter, used by pop3.el.
5726
5727 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5728
5729 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
5730
5731 * fringe.el (fringe-query-style): Remove redundant text " (type ?
5732 for list)" (bug#6475).
5733
5734 * files.el (file-expand-wildcards): Ignore non-readable
5735 sub-directories while trying to find matches instead of signaling
5736 an error (bug#6297).
5737
5738 * man.el (Man-reference-regexp): Allow matching possible
5739 word-wrapped references (bug#6289).
5740
5741 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
5742 for consistency with the other vc buffers (bug#6197).
5743 (vc-checkin): Ditto.
5744
5745 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
5746
5747 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
5748
5749 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5750
5751 * custom.el (defcustom): Clarify that :set is only used in the
5752 Customize user interface (bug#6089).
5753
5754 * progmodes/flymake.el (flymake-mode): If the buffer isn't
5755 associated with a file, refuse to run instead of erroring out
5756 (bug#6084).
5757
5758 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
5759 the doc string, since it appears that using `fill-column' always
5760 controls the width (bug#7845).
5761
5762 * simple.el (shell-command-on-region): Say where the error output
5763 went if `shell-command-default-error-buffer' is set (bug#6857).
5764
5765 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
5766
5767 * allout.el (allout-yank-processing): Adjust cursor position for
5768 backwards-deleted space.
5769
5770 (allout-rebullet-heading): Register changes with
5771 allout-exposure-changed-hook, so the modified topic is properly
5772 decorated.
5773
5774 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5775
5776 * minibuffer.el (completion-in-region): Document PREDICATE
5777 (bug#7136).
5778
5779 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
5780 of keyword/argument pairs (bug#6904).
5781
5782 * replace.el (multi-occur):
5783 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5784
5785 2011-07-02 Drew Adams <drew.adams@oracle.com>
5786
5787 * dired.el (dired-mark-if): Make the message about whether it's
5788 marking or unmarking clearer (bug#8523).
5789
5790 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5791
5792 * disp-table.el (display-table-print-array): New function.
5793 (describe-display-table): Use it to print the vectors more pretty
5794 (Bug#8859).
5795
5796 2011-07-02 Martin Rudalics <rudalics@gmx.at>
5797
5798 * window.el (window-state-get-1): Don't assign clone numbers.
5799 Add clone-of item to list of window parameters.
5800 (window-state-put-2): Don't process clone numbers.
5801 (display-buffer-alist): Fix doc-string.
5802
5803 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5804
5805 * subr.el (remq): Don't allocate if it's not needed.
5806 (keymap--menu-item-binding, keymap--menu-item-with-binding)
5807 (keymap--merge-bindings): New functions.
5808 (keymap-canonicalize): Use them to refine the canonicalization.
5809 * minibuffer.el (minibuffer-local-completion-map)
5810 (minibuffer-local-must-match-map): Move initialization from C.
5811 (minibuffer-local-filename-completion-map): Move initialization from C;
5812 don't inherit from anything here.
5813 (minibuffer-local-filename-must-match-map): Make obsolete.
5814 (completing-read-default): Use make-composed-keymap to combine
5815 minibuffer-local-filename-completion-map with either
5816 minibuffer-local-must-match-map or
5817 minibuffer-local-filename-completion-map.
5818
5819 2011-07-01 Glenn Morris <rgm@gnu.org>
5820
5821 * type-break.el (type-break-time-sum): Use dolist.
5822
5823 * textmodes/flyspell.el (flyspell-word-search-backward):
5824 Replace CL function.
5825
5826 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * mouse.el (mouse--strip-first-event): New function.
5829 (function-key-map): Use it to map fringe clicks to normal clicks
5830 by default.
5831
5832 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
5833 (vc-bzr-revision-completion-table): Add support for annotate and date.
5834
5835 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
5836 inherit from parent.
5837
5838 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5839
5840 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
5841 (dired-show-file-type): Doc fixup (bug#8818).
5842
5843 * dired.el (dired-mode): Fix up the doc string as suggested by
5844 Drew Adams (bug#8817).
5845
5846 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
5847 cookie, since the manual says that it should be possible to add
5848 this function to `find-file-hook' (bug#8709).
5849
5850 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5851
5852 * progmodes/cfengine.el: Moved all cfengine3.el functionality
5853 here. Noted Ted Zlatanov as the maintainer.
5854 (cfengine-common-settings, cfengine-common-syntax): New functions
5855 to set up common things between `cfengine-mode' and
5856 `cfengine3-mode'.
5857 (cfengine3-mode): New mode.
5858 (cfengine3-defuns cfengine3-defuns-regex
5859 (cfengine3-class-selector-regex cfengine3-category-regex)
5860 (cfengine3-vartypes cfengine3-font-lock-keywords)
5861 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
5862 (cfengine3-indent-line): Add from cfengine3.el.
5863
5864 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
5865
5866 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
5867
5868 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
5869
5870 2011-07-01 Martin Rudalics <rudalics@gmx.at>
5871
5872 * window.el (same-window-buffer-names, same-window-regexps)
5873 (same-window-p, special-display-frame-alist)
5874 (special-display-popup-frame, special-display-function)
5875 (special-display-buffer-names, special-display-regexps)
5876 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
5877 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5878 (split-window-preferred-function, split-height-threshold)
5879 (split-width-threshold, even-window-heights)
5880 (display-buffer-mark-dedicated, window-splittable-p)
5881 (split-window-sensibly, window-safely-shrinkable-p):
5882 Un-obsolete.
5883 (display-buffer): Don't spread args with function specifier
5884 because special-display-popup-frame won't like it.
5885
5886 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
5887
5888 Time-stamp simplifications and fixes.
5889 These improve accuracy slightly, and future-proof the code
5890 against some potential changes to current-time format.
5891
5892 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
5893 by using time-since and float-time.
5894
5895 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
5896 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
5897 + NNN microseconds".
5898
5899 * type-break.el (type-break-time-sum): Rewrite using time-add.
5900
5901 * play/hanoi.el (hanoi-current-time-float): Remove.
5902 All uses replaced by float-time.
5903
5904 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
5905 This yields a more-accurate answer.
5906 (rng-time-to-float): Remove; no longer needed.
5907
5908 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
5909
5910 * calendar/timeclock.el (timeclock-seconds-to-time):
5911 Defalias to seconds-to-time, since they're the same thing.
5912
5913 * emacs-lisp/elp.el (elp-elapsed-time):
5914 * emacs-lisp/benchmark.el (benchmark-elapse):
5915 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
5916
5917 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * window.el (bury-buffer): Don't iconify the only frame.
5920 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
5921 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
5922
5923 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
5924
5925 * eshell/em-smart.el (eshell-smart-display-navigate-list):
5926 Add mouse-yank-primary.
5927
5928 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
5929
5930 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
5931
5932 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
5933
5934 * emacs-lisp/find-func.el (find-library--load-name): New fun.
5935 (find-library-name): Use it to find relative load names when provided
5936 absolute file name (bug#8803).
5937
5938 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5939
5940 * textmodes/flyspell.el (flyspell-word): Consider words that
5941 differ only in case as potential doublons (bug#5687).
5942
5943 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
5944 Remove two rather uninteresting debugging-like messages to make
5945 debbugs.el more silent.
5946
5947 * comint.el (comint-password-prompt-regexp): Accept "Response" as
5948 a password-like phrase.
5949
5950 2011-06-30 Mastake YAMATO <yamato@redhat.com>
5951
5952 * progmodes/cc-guess.el: New file.
5953
5954 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
5955
5956 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
5957 derived from `c-basic-common-init'.
5958
5959 * progmodes/cc-mode.el (top-level): Require cc-guess.
5960 (c-basic-common-init): Use `cc-choose-style-for-mode'.
5961
5962 2011-06-30 Lawrence Mitchell <wence@gmx.li>
5963
5964 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
5965
5966 2011-06-30 Alan Mackenzie <acm@muc.de>
5967
5968 * progmodes/cc-engine.el (c-guess-continued-construct):
5969 Correct the handling of template-args-cont, particularly for when font
5970 lock is disabled. Name this case as "CASE G".
5971
5972 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5973
5974 * allout.el (allout-yank-processing): Fix injection of extra space
5975 between bullet and non-whitespace character in first topic when
5976 pasting, ensuring that the actual spacing in the pasted topic
5977 following the bullet char is preserved. This extra space was
5978 causing pasted encrypted topics to get a decrypted status even
5979 when the content was actually still encrypted. Now the decryption
5980 status from before the paste is preserved.
5981
5982 (allout-flag-region): Set all allout overlays so they evaporate
5983 when reduced to zero length (evanescent), to prevent overlay
5984 leakage.
5985
5986 2011-06-30 Glenn Morris <rgm@gnu.org>
5987
5988 * w32-fns.el (w32-charset-info-alist): Declare.
5989
5990 * find-dired.el (find-grep-options): Simplify.
5991
5992 * term/ns-win.el (ns-set-resource): Declare.
5993
5994 * ses.el (row, col): Declare dynamic variables honestly.
5995
5996 * textmodes/reftex-parse.el (index-tags): Declare.
5997
5998 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * cus-edit.el (customize-push-and-save): New function.
6001
6002 * files.el (hack-local-variables-confirm): Use it.
6003
6004 * custom.el (load-theme): New arg NO-CONFIRM.
6005 Use customize-push-and-save (Bug#8720).
6006 (custom-enabled-themes): Doc fix.
6007
6008 * cus-theme.el (customize-create-theme)
6009 (custom-theme-merge-theme): Callers to load-theme changed.
6010
6011 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6012
6013 * thingatpt.el (thing-at-point-short-url-regexp): Require that
6014 short URLs have at least one dot in them (bug #7614).
6015
6016 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
6017 nil, because using a pty is apparently too slow (bug #895).
6018
6019 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6020
6021 * mail/sendmail.el (sendmail-query-once): New function.
6022 (sendmail-query-once-function): New variable.
6023
6024 2011-06-29 Glenn Morris <rgm@gnu.org>
6025
6026 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
6027
6028 * ses.el (top-level): Require cl when compiling.
6029 (ses-set-localvars): Fix error statement.
6030 Call it at compile time to silence a storm of warnings.
6031
6032 2011-06-29 Martin Rudalics <rudalics@gmx.at>
6033
6034 * window.el (normalize-live-buffer): Rename to
6035 window-normalize-buffer.
6036 (normalize-live-frame): Rename to window-normalize-frame.
6037 (normalize-any-window): Rename to window-normalize-any-window.
6038 (normalize-live-window): Rename to window-normalize-live-window.
6039 (make-window-atom): Rename to window-make-atom.
6040 (window-resize-reset): Rename to window--resize-reset.
6041 (window-resize-reset-1): Rename to window--resize-reset-1.
6042 (resize-mini-window): Rename to window--resize-mini-window.
6043 (resize-subwindows-skip-p): Rename to
6044 window--resize-subwindows-skip-p.
6045 (resize-subwindows-normal): Rename to
6046 window--resize-subwindows-normal.
6047 (resize-subwindows): Rename to window--resize-subwindows.
6048 (resize-other-windows): Rename to window--resize-siblings.
6049 (resize-this-window): Rename to window--resize-this-window.
6050 (resize-root-window): Rename to window--resize-root-window.
6051 (resize-root-window-vertically): Rename to
6052 window--resize-root-window-vertically.
6053 (normalize-buffer-to-display): Rename to
6054 window-normalize-buffer-to-display.
6055 (normalize-buffer-to-switch-to): Rename to
6056 window-normalize-buffer-to-switch-to.
6057 Correspondingly update all callers of the functions listed
6058 above.
6059 (display-buffer-alist, display-buffer-normalize-arguments)
6060 (display-buffer-normalize-options, display-buffer)
6061 (display-buffer-alist-set): Use "function" instead of
6062 "fun-with-args".
6063
6064 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
6065
6066 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
6067 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
6068 debbugs.gnu.org. Mention acknowledgment email.
6069
6070 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6071
6072 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
6073 buffer multibyteness, since it shouldn't matter.
6074
6075 2011-06-28 Martin Rudalics <rudalics@gmx.at>
6076
6077 * window.el (display-buffer-in-side-window): Handle dedicated
6078 windows as in display-buffer-reuse-window.
6079 (display-buffer-normalize-alist): Use value of override
6080 specifier.
6081 (display-buffer-normalize-specifiers): Use value of
6082 other-window-means-other-frame specifier.
6083 (display-buffer-alist): Rewrite some texts in widgets.
6084 (display-buffer): Spread arguments when calling function
6085 specified by fun-with-args.
6086
6087 2011-06-28 Deniz Dogan <deniz@dogan.se>
6088
6089 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6090 Unnest `let'.
6091
6092 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
6093 selectors (Bug#5732).
6094 (css-proprietary-nmstart-re): Use `regexp-opt'.
6095
6096 2011-06-27 Jari Aalto <jari.aalto@cante.net>
6097
6098 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
6099 (eshell-ls-date-format): New defcustom.
6100 (eshell-ls-file): Use it.
6101
6102 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * help-fns.el (describe-variable): Fix message for terminal-local vars.
6105
6106 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
6107
6108 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
6109 (ange-ftp-make-tmp-name): New arg.
6110 (ange-ftp-file-local-copy): Use it.
6111
6112 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
6113
6114 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
6115 no-conversion (Bug#8870).
6116
6117 2011-06-27 Martin Rudalics <rudalics@gmx.at>
6118
6119 * window.el (window-right, window-left, window-child)
6120 (window-child-count, window-last-child)
6121 (window-iso-combination-p, walk-window-tree-1)
6122 (window-atom-check-1, window-tree-1, delete-window)
6123 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
6124 new naming conventions - window-vchild, window-hchild,
6125 window-next and window-prev are now called window-top-child,
6126 window-left-child, window-next-sibling and window-prev-sibling
6127 respectively.
6128 (resize-window-reset): Rename to window-resize-reset.
6129 (resize-window-reset-1): Rename to window-resize-reset-1.
6130 (resize-window): Rename to window-resize.
6131 (window-min-height, window-min-width)
6132 (resize-mini-window, resize-this-window, resize-root-window)
6133 (resize-root-window-vertically, adjust-window-trailing-edge)
6134 (enlarge-window, shrink-window, maximize-window)
6135 (minimize-window, delete-window, quit-restore-window)
6136 (split-window, balance-windows, balance-windows-area-adjust)
6137 (balance-windows-area, window-state-put-2)
6138 (display-buffer-even-window-sizes, display-buffer-set-height)
6139 (display-buffer-set-width, set-window-text-height)
6140 (fit-window-to-buffer): Rename all "resize-window" prefixed
6141 calls to use the "window-resize" prefix convention.
6142 (display-buffer-alist): Fix symbol for label specifier.
6143 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
6144 corresponding specifier.
6145 Reported by Juanma Barranquero <lekktu@gmail.com>.
6146
6147 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6148
6149 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
6150 convention.
6151 (ses-call-printer): Does not pass an empty string to formatter when the
6152 cell is empty to keep from barking printer Calc math-format-value.
6153
6154 2011-06-27 Richard Stallman <rms@gnu.org>
6155
6156 * battery.el (battery-mode-line-limit): New variable.
6157 (battery-update): Handle it.
6158
6159 * mail/rmailmm.el (rmail-mime-process-multipart):
6160 Handle truncated messages.
6161
6162 2011-06-27 Glenn Morris <rgm@gnu.org>
6163
6164 * progmodes/flymake.el (flymake-err-line-patterns):
6165 Allow for column numbers in the ant/javac pattern. (Bug#8866)
6166
6167 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
6168
6169 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
6170 (ses--clean-!, ses--clean-_): New functions.
6171 (ses-range): Add configurability of readout order, and conversion
6172 to Calc vector.
6173
6174 * ses.el (ses-repair-cell-reference-all): New function.
6175 (ses-cell-symbol): Set macro as safe, so that it can be used in
6176 formulas.
6177
6178 * ses.el: Update cycle detection algorithm.
6179 (ses-localvars): Add ses--Dijkstra-attempt-nb and
6180 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
6181 (ses-set-localvars): New function.
6182 (ses-make-cell): Add property-list as a cell element.
6183 (ses-cell-property-get-fun, ses-cell-property-get)
6184 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
6185 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
6186 New functions.
6187 (ses-cell-property-set, ses-cell-property-pop)
6188 (ses-cell-property-get-handle): New macro.
6189 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
6190 New aliases, used for code readability.
6191 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
6192 cycle detection.
6193 (ses-self-reference-early-detection): New defcustom.
6194 (ses-formula-references): Robustify against self-referring cells.
6195 (ses-mode): Use ses-set-localvars.
6196 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
6197 before lauching the update processing.
6198 (ses-initialize-Dijkstra-attempt): New function.
6199 (ses-recalculate-cell): Update for cycle detection based on
6200 Dijkstra algorithm.
6201
6202 * ses.el: Fix commenting and indenting convention.
6203
6204 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * bs.el (bs-cycle-next): Complete last change.
6207
6208 2011-06-27 Drew Adams <drew.adams@oracle.com>
6209
6210 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
6211
6212 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6213
6214 * net/network-stream.el (network-stream-open-starttls):
6215 Don't re-get capabilities unless we've reestablished connection.
6216 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
6217
6218 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
6219 to binary to possibly avoid line encoding issues on Windows (among
6220 other things).
6221
6222 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6223
6224 * net/network-stream.el (open-network-stream): Return an :error
6225 saying what the problem was, if possible.
6226
6227 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
6228 server.
6229
6230 * net/network-stream.el (network-stream-open-starttls): If we
6231 wanted to use STARTTLS, and the server offered it, but we weren't
6232 able to because we had no STARTTLS support, then close the connection.
6233 (open-network-stream): Return an :error element, if present.
6234
6235 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
6236
6237 * hl-line.el (hl-line-sticky-flag): Doc fix.
6238 (global-hl-line-sticky-flag): New option (Bug#8323).
6239 (global-hl-line-highlight): Obey it.
6240
6241 * vc/vc.el (vc-revert-show-diff): Default to t.
6242
6243 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
6244
6245 * allout-widgets.el (allout-widgets-post-command-business):
6246 Stop decorating intermediate isearch matches. They're not being
6247 undecorated when an isearch is continued past, and isearch
6248 automatically collapses them. This leads to "widget leaks", where
6249 decorated items accumulate in collapsed areas. Lines with lots of
6250 hidden widgets can slow down cursor travel, substantially.
6251 Too much complicated machinery would be needed to ensure undecoration,
6252 so we're doing without this nicety.
6253
6254 (allout-widgets-tally-string): Don't try to do a hash-table-count
6255 of allout-widgets-tally when it's nil. This eliminates spurious "Error
6256 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
6257 *Messages* when allout-widgets-maintain-tally is t.
6258
6259 2011-06-26 Martin Rudalics <rudalics@gmx.at>
6260
6261 * window.el (display-buffer-normalize-argument): Rename to
6262 display-buffer-normalize-arguments. Handle special meaning of
6263 LABEL argument. Respect special-display-function when popping up
6264 a new frame. Fix code searching for a window showing the buffer
6265 on another frame.
6266 (display-buffer-normalize-specifiers):
6267 Call display-buffer-normalize-arguments.
6268 (display-buffer-in-window): Don't undedicate the window if its
6269 buffer remains the same.
6270 Reported by Drew Adams <drew.adams@oracle.com>.
6271 (display-buffer-alist): Add choice for same-window macro
6272 specfier.
6273 (display-buffer): Mention special meaning of LABEL argument in
6274 doc-string. Fix quoting. Don't pop up a new frame even as
6275 fallback.
6276
6277 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
6278
6279 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
6280 avoid deleting the current window in some cases (bug#8911).
6281
6282 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
6283
6284 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
6285 (Bug#8934)
6286
6287 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6288
6289 * net/network-stream.el (network-stream-open-starttls):
6290 Use built-in TLS support if `gnutls-available-p' is true.
6291 (network-stream-open-tls): Ditto.
6292
6293 2011-06-26 Leo Liu <sdl.web@gmail.com>
6294
6295 * register.el (registerv): New struct.
6296 (registerv-make): New function.
6297 (jump-to-register, describe-register-1, insert-register):
6298 Support the jump-func, print-func and insert-func slot of a registerv
6299 struct. (Bug#8415)
6300
6301 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
6302
6303 * vc/vc.el (vc-revert-show-diff): New defcustom.
6304 (vc-diff-internal): New arg specifying diff buffer.
6305 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
6306 reuse an existing *vc-diff* buffer (Bug#8927).
6307
6308 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
6309
6310 2011-06-26 Glenn Morris <rgm@gnu.org>
6311
6312 * progmodes/f90.el (f90-critical-indent): New option.
6313 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
6314 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
6315 (f90-mode): Doc fix.
6316 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
6317 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
6318 (f90-beginning-of-block, f90-next-block, f90-indent-region)
6319 (f90-match-end): Handle block, critical.
6320
6321 2011-06-25 Glenn Morris <rgm@gnu.org>
6322
6323 * calendar/diary-lib.el (diary-included-files): Doc fix.
6324 (diary-include-files): New function, extracted from
6325 diary-include-other-diary-files and diary-mark-included-diary-files.
6326 (diary-include-other-diary-files, diary-mark-included-diary-files):
6327 Just call diary-include-files.
6328 (diary-mark-entries): Reset diary-included-files on first call.
6329
6330 * calendar/diary-lib.el (diary-mark-entries)
6331 (diary-mark-included-diary-files):
6332 Visit included diary-files in temp buffers.
6333
6334 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
6335 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
6336 (f90-start-block-re, f90-imenu-generic-expression)
6337 (f90-looking-at-program-block-start, f90-no-block-limit):
6338 Add support for submodules.
6339
6340 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6341 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
6342
6343 2011-06-25 Eli Zaretskii <eliz@gnu.org>
6344
6345 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
6346 buffer-file-type before setting its value, to avoid disastrous
6347 global effects on decoding files for DOS/Windows systems. (Bug#8780)
6348
6349 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
6350
6351 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
6352
6353 * ses.el (ses-unload-function):
6354 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
6355
6356 * proced.el (proced-unload-function):
6357 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
6358
6359 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
6360
6361 * server.el (server-create-window-system-frame): Add parameters arg.
6362 (server-process-filter): Doc fix. Handle frame-parameters.
6363
6364 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
6365
6366 Fix bug#8730, bug#8781.
6367
6368 * loadhist.el (unload--set-major-mode): New function.
6369 (unload-feature): Use it.
6370
6371 * progmodes/python.el (python-after-info-look): Add autoload cookie.
6372 (python-unload-function): New function.
6373
6374 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
6377
6378 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
6379
6380 * net/browse-url.el (browse-url-firefox-program): Add icecat to
6381 the candidates list.
6382
6383 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
6384
6385 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
6386
6387 2011-06-23 Richard Stallman <rms@gnu.org>
6388
6389 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
6390 (rmail-variables): Set next-error-move-function.
6391 (rmail-what-message): Take argument POS.
6392 (rmail-next-error-move): New function.
6393
6394 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
6395
6396 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
6397 messages for adjacent non-terminals.
6398
6399 2011-06-23 Richard Stallman <rms@gnu.org>
6400
6401 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
6402 (rmail-show-message-1): Preserve buffer modified flag.
6403 (rmail-start-mail): Don't specify use of rmail-mail-return;
6404 that's done by mail-bury now.
6405 (rmail-mail-return): Handle arg NEWBUF.
6406
6407 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
6408
6409 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
6410 SIZE is a number.
6411
6412 2011-06-23 Martin Rudalics <rudalics@gmx.at>
6413
6414 * window.el (get-lru-window, get-mru-window)
6415 (get-largest-window): Never return a minibuffer window.
6416 (display-buffer-pop-up-window): Fix a bug that could lead to
6417 reusing the minibuffer window.
6418 (display-buffer): Pass original specifier argument to
6419 display-buffer-function instead of the normalized one.
6420 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
6421
6422 2011-06-22 Leo Liu <sdl.web@gmail.com>
6423
6424 * minibuffer.el (completing-read-function)
6425 (completing-read-default): Move from minibuf.c
6426
6427 2011-06-22 Richard Stallman <rms@gnu.org>
6428
6429 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
6430 to Rmail even if not started by a special Rmail command.
6431
6432 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
6433 Copy the buffer currently showing just one message.
6434
6435 2011-06-22 Roland Winkler <winkler@gnu.org>
6436
6437 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
6438 (bibtex-clean-entry): First delete the old key so that a
6439 customized algorithm for generating the new key does not get
6440 confused by the old key.
6441 (bibtex-url): Obey regexp of first step.
6442 (bibtex-search-entries): Do not use add-to-list with local
6443 list-var.
6444
6445 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6446
6447 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
6448 stored a user name, then query for the password first, instead of
6449 waiting for SMTP to give an error message and the trying again.
6450
6451 2011-06-22 Lawrence Mitchell <wence@gmx.li>
6452
6453 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
6454 BUFFER in call-process.
6455
6456 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6457
6458 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
6459 QUIT twice.
6460 (smtpmail-try-auth-methods): Require user name and password from
6461 auth-source.
6462
6463 2011-06-22 Martin Rudalics <rudalics@gmx.at>
6464
6465 * window.el (display-buffer-default-specifiers)
6466 (display-buffer-alist): Remove entries for pop-up-frame-alist.
6467 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6468 (split-window): Normalize SIDE argument (Bug#8916).
6469
6470 * frame.el (pop-up-frame-alist, pop-up-frame-function)
6471 (special-display-frame-alist, special-display-popup-frame):
6472 Remove duplicate declarations. These are now in window.el.
6473
6474 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6475
6476 * mail/smtpmail.el (smtpmail-via-smtp):
6477 Set :use-starttls-if-possible so that we always use STARTTLS if the
6478 server supports it. SMTP servers that support STARTTLS commonly
6479 require it.
6480
6481 * net/network-stream.el (network-stream-open-starttls): Support
6482 upgrading to STARTTLS always, even if we don't have built-in support.
6483 (open-network-stream): Add the :always-query-capabilities keyword.
6484
6485 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
6486 upgrades with `open-network-stream', and rely solely on
6487 auth-source for all credentials. Big changes throughout the file,
6488 but in particular:
6489 (smtpmail-auth-credentials): Remove.
6490 (smtpmail-starttls-credentials): Remove.
6491 (smtpmail-via-smtp): Check for servers saying they want AUTH after
6492 MAIL FROM, too.
6493
6494 * net/network-stream.el (network-stream-open-starttls):
6495 Provide support for client certificates both for external and built-in
6496 STARTTLS.
6497 (auth-source): Require.
6498 (open-network-stream): Document the :client-certificate keyword.
6499 (network-stream-certificate): Change cert-cert to cert and
6500 cert-key to key.
6501
6502 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
6503
6504 * net/tramp-cache.el (top): Don't load the persistency file when
6505 "emacs -Q" has been called.
6506
6507 2011-06-21 Tim Harper <timcharper@gmail.com>
6508
6509 * term/ns-win.el (ns-initialize-window-system):
6510 Set application-specific `ApplePressAndHoldEnabled' system
6511 resource to NO as it is not yet supported by the NS port.
6512
6513 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
6514
6515 * misc.el (list-dynamic-libraries--refresh): Compute header here...
6516 (list-dynamic-libraries): ...not here.
6517
6518 2011-06-21 Leo Liu <sdl.web@gmail.com>
6519
6520 * subr.el (sha1): Implement sha1 using secure-hash.
6521
6522 2011-06-21 Martin Rudalics <rudalics@gmx.at>
6523
6524 * window.el (display-buffer-alist): In default value do not
6525 enforce searching a window on any but the selected frame.
6526 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6527 (display-buffer-select-window): Remove function.
6528 (display-buffer-in-window): When a window on another frame gets
6529 reused, do not select it any more but just raise its frame if
6530 necessary (Bug#8851) and (Bug#8856).
6531 (display-buffer-normalize-options): Handle pop-up-frames related
6532 options more faithfully.
6533 (pop-to-buffer): Don't rely on `display-buffer' selecting the
6534 window if it is on another frame.
6535 (display-buffer-alist, display-buffer-default-specifiers):
6536 Don't make new frame unsplittable by default.
6537 (display-buffer-normalize-argument): Fix doc-string typo and use
6538 'same-frame-other-window instead of 'other-window when associating
6539 with display-buffer-macro-specifiers.
6540
6541 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
6542
6543 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
6544 New functions.
6545 (5x5-mode-map, 5x5-mode-menu): Bind them.
6546 (5x5-draw-grid): Tweak the solver's rendering.
6547
6548 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
6551 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
6552
6553 2011-06-21 Drew Adams <drew.adams@oracle.com>
6554
6555 * menu-bar.el: Use function variable instead of switch-to-buffer.
6556 (menu-bar-select-buffer-function): New variable.
6557 (menu-bar-update-buffers): Use it (bug#8876).
6558
6559 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
6562 variable's status.
6563
6564 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
6565
6566 * x-dnd.el (x-dnd-version-from-flags)
6567 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
6568 and long as number (Bug#8899).
6569 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
6570
6571 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
6574 (completion-try-completion, completion-all-completions): Compute the
6575 metadata argument if it's missing; make it optional (bug#8795).
6576
6577 * wid-edit.el: Use lex-bind and move towards completion-at-point.
6578 (widget-complete): Use new :completion-function property.
6579 (widget-completions-at-point): New function.
6580 (default): Use :completion-function instead of :complete.
6581 (widget-default-completions): Rename from widget-default-complete;
6582 Rewrite.
6583 (widget-string-complete, widget-file-complete, widget-color-complete):
6584 Remove functions.
6585 (file, symbol, function, variable, coding-system, color):
6586 * international/mule-cmds.el (default-input-method, charset)
6587 (language-info-custom-alist):
6588 * cus-edit.el (face): Use new property :completions.
6589
6590 * progmodes/pascal.el (pascal-completions-at-point): New function.
6591 (pascal-mode): Use it.
6592 (pascal-mode-map): Use completion-at-point.
6593 (pascal-toggle-completions): Make obsolete.
6594 (pascal-complete-word, pascal-show-completions):
6595 * progmodes/octave-mod.el (octave-complete-symbol):
6596 Redefine as obsolete alias.
6597 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
6598 Signal absence of completion info for old Octave,
6599 (inferior-octave-complete): Redefine as obsolete alias.
6600 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
6601 (meta-completions-at-point): Rename from meta-complete-symbol and
6602 adapt it for use on completion-at-point-functions.
6603 (meta-common-mode): Use it.
6604 (meta-looking-at-backward, meta-match-buffer): Remove.
6605 (meta-complete-symbol): Redefine as obsolete alias.
6606 (meta-common-mode-map): Use completion-at-point.
6607 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
6608 (makefile-mode-map): Use completion-at-point.
6609 (makefile-completions-at-point): Rename from makefile-complete and
6610 adapt it for use on completion-at-point-functions.
6611 (makefile-mode): Use it.
6612 (makefile-complete): Redefine as obsolete alias.
6613
6614 2011-06-20 Deniz Dogan <deniz@dogan.se>
6615
6616 * net/rcirc.el: Delete trailing whitespaces once and for all.
6617
6618 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
6619
6620 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
6621
6622 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
6623
6624 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
6625
6626 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
6627
6628 2011-06-19 Martin Rudalics <rudalics@gmx.at>
6629
6630 * window.el (display-buffer-other-window-means-other-frame):
6631 Call display-buffer-normalize-alist.
6632 (display-buffer-normalize-specifiers-1): Rename to
6633 display-buffer-normalize-argument. New argument other-frame.
6634 Rewrite.
6635 (display-buffer-normalize-specifiers-2): Rename to
6636 display-buffer-normalize-options.
6637 (display-buffer-normalize-alist-1): New function.
6638 (display-buffer-normalize-specifiers-3): Rename to
6639 display-buffer-normalize-alist.
6640 Call display-buffer-normalize-alist-1.
6641 (display-buffer-normalize-options-inhibit): New variable.
6642 (display-buffer-normalize-specifiers): Rewrite calling
6643 display-buffer-normalize-alist,
6644 display-buffer-normalize-argument, and
6645 display-buffer-normalize-options. Don't call the latter if
6646 display-buffer-normalize-options-inhibit is non-nil.
6647 (frame-auto-delete): New option.
6648 (window-deletable-p): Use frame-auto-delete.
6649 (window-list-no-nils, window-state-ignored-parameters)
6650 (window-state-get-1, window-state-get, window-state-put-list)
6651 (window-state-put-1, window-state-put-2, window-state-put):
6652 New functions.
6653 (display-buffer-normalize-options): Move special-display-p group
6654 after pop-up-frame group (Bug#8851) and (Bug#8856).
6655
6656 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
6659 groups (Bug#8776).
6660 (rx-submatch-n): New function.
6661 (rx): Document it.
6662
6663 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
6664 (Bug#8768).
6665
6666 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
6667
6668 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
6669
6670 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
6671 anytime existing face settings are present (Bug#8889).
6672
6673 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
6674 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
6675 Remove unused argument.
6676
6677 2011-06-18 Martin Rudalics <rudalics@gmx.at>
6678
6679 * window.el (display-buffer-default-specifiers):
6680 Remove pop-up-frame. Add pop-up-window-min-height,
6681 pop-up-window-min-width, and another reuse-window specifier
6682 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
6683 (display-buffer-normalize-specifiers-2):
6684 Handle split-height-threshold and split-width-threshold also when
6685 pop-up-windows is unset. Add a reuse-window specifier for the
6686 case popping up a new window fails.
6687 (special-display-popup-frame): Remove double quoting.
6688 (display-buffer-normalize-specifiers-1): Fix thinko.
6689
6690 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * shell.el (shell-completion-vars): Set pcomplete-termination-string
6693 according to comint-completion-addsuffix.
6694
6695 * pcomplete.el: Convert to lexical binding and fix bug#8819.
6696 (pcomplete-suffix-list): Mark as obsolete.
6697 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
6698 pcomplete-seen in the closure.
6699 (pcomplete-comint-setup): Setup completion-at-point as well.
6700 (pcomplete--entries): New function.
6701 (pcomplete--env-regexp): New var.
6702 (pcomplete-entries): Rewrite to work with partial-completion and
6703 without relying on pcomplete-suffix-list.
6704 (pcomplete-pare-list): Remove, unused.
6705
6706 2011-06-17 Martin Rudalics <rudalics@gmx.at>
6707
6708 * window.el (display-buffer-alist): Set pop-up-window-min-height
6709 and pop-up-window-min-width in default value. Reported by
6710 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
6711 other-window-means-other-frame.
6712 (display-buffer-macro-specifiers): Comment out entry for
6713 other-window specifier.
6714 (display-buffer-other-window-means-other-frame): New function.
6715 (display-buffer-normalize-specifiers-1): New arguments
6716 buffer-name and label. Treat other-window case specially.
6717 (display-buffer-normalize-specifiers-2): Treat other-window case
6718 specially.
6719 (display-buffer-normalize-specifiers-3): New function.
6720 (display-buffer-normalize-specifiers):
6721 Call display-buffer-normalize-specifiers-3.
6722
6723 2011-06-17 Martin Rudalics <rudalics@gmx.at>
6724
6725 * window.el (same-window-p): Fix two typos introduced when
6726 adding with-no-warnings.
6727 (display-buffer-normalize-specifiers-1): Don't check
6728 pop-up-frames for 'unset initialization.
6729 (display-buffer-normalize-specifiers-2): Major rewrite using
6730 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
6731 (pop-up-frames, display-buffer-reuse-frames)
6732 (display-buffer-mark-dedicated): Don't initialize to 'unset.
6733 Suggested by David Engster <deng@randomsample.de>.
6734 (even-window-heights): Initialize to 'unset.
6735 (display-buffer-alist-set): Handle new 'unset initializations.
6736 (display-buffer-macro-specifiers): Don't pop up a new frame in the
6737 other window case.
6738
6739 2011-06-16 Martin Rudalics <rudalics@gmx.at>
6740
6741 * window.el (display-buffer-normalize-specifiers-1):
6742 Respect current value of pop-up-frames for most reasonable values of
6743 second argument of display-buffer (Bug#8865).
6744 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
6745 (switch-to-buffer-other-window-same-frame)
6746 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
6747 Adams (Bug#8875).
6748 (display-buffer): Don't check noninteractive when calling
6749 display-buffer-pop-up-frame.
6750 (display-buffer-pop-up-frame): Never pop up a frame in
6751 noninteractive mode (Bug#8857).
6752 (enlarge-window, shrink-window): Don't report an error when the
6753 window can't be resized as requested (Bug#8862).
6754
6755 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
6758
6759 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
6760
6761 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
6762
6763 2011-06-15 Alan Mackenzie <acm@muc.de>
6764
6765 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
6766 for declarators, disable knr checking to speed up for normal files.
6767 2: Refactor, replacing a sequence of nested if forms by a cond form.
6768
6769 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6770
6771 * net/network-stream.el (open-network-stream): Add the keyword
6772 :always-query-capabilities for the case where you want to force a
6773 `plain' network connection, but the protocol still requires the
6774 capabilitiy command (i.e., SMTP and EHLO).
6775
6776 * subr.el (process-live-p): Rename from `process-alive-p' for
6777 consistency with other `-live-p' functions.
6778
6779 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * window.el (same-window-buffer-names, same-window-regexps)
6782 (special-display-frame-alist, special-display-popup-frame)
6783 (special-display-function, special-display-buffer-names)
6784 (special-display-regexps, pop-up-frame-alist)
6785 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
6786 (pop-up-windows, split-window-preferred-function)
6787 (split-height-threshold, split-width-threshold, even-window-heights)
6788 (display-buffer-mark-dedicated): Don't encourage the use of
6789 display-buffer-alist from Elisp code.
6790
6791 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6792
6793 * progmodes/python.el (python-mode): Derive from prog-mode.
6794 * progmodes/ps-mode.el (ps-mode):
6795 * progmodes/mixal-mode.el (mixal-mode):
6796 * progmodes/cfengine.el (cfengine-mode):
6797 * progmodes/ld-script.el (ld-script-mode): Likewise.
6798
6799 2011-06-15 Martin Rudalics <rudalics@gmx.at>
6800
6801 * window.el (display-buffer-alist): Trim default value to avoid
6802 popping up a new frame (Bug#8857) or reusing an arbitrary window
6803 on another frame.
6804 (display-buffer): Do not fall back on popping up a new frame in
6805 batch mode (Bug#8857).
6806
6807 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * cus-theme.el (describe-theme-1): Use custom-theme-p.
6810 (custom-theme-summary): New function.
6811 (customize-themes): Use it.
6812
6813 2011-06-13 Glenn Morris <rgm@gnu.org>
6814
6815 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
6816
6817 2011-06-13 Martin Rudalics <rudalics@gmx.at>
6818
6819 * help.el (help-window): Remove variable.
6820 (help-window-point-marker, temp-buffer-max-height)
6821 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
6822 (help-print-return-message): Don't set help-window.
6823 (resize-temp-buffer-window): Rewrite cod eand doc-string.
6824 (help-window-setup-finish): Remove.
6825 (help-window-display-message, help-window-setup)
6826 (with-help-window): Major rewrite based on new
6827 display-buffer-window variable.
6828
6829 * help-mode.el (help-mode-finish): Remove help-window related
6830 code.
6831
6832 * view.el (view-exits-all-viewing-windows): Remove reference to
6833 view-return-to-alist in doc-string.
6834 (view-return-to-alist): Make obsolete.
6835 (view-buffer): Call pop-to-buffer-same-window and remove
6836 undo-window code.
6837 (view-buffer-other-window): Call pop-to-buffer-other-window and
6838 simplify code. Ignore second argument.
6839 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
6840 simplify code. Ignore second argument.
6841 (view-return-to-alist-update): Make obsolete.
6842 (view-mode-enter): Rename second argument to QUIT-RESTORE.
6843 Rewrite using quit-restore window parameters.
6844 (view-mode-exit): Rename second argument to EXIT-ONLY.
6845 Rewrite using quit-restore-window.
6846 (View-exit, View-exit-and-edit, View-leave, View-quit)
6847 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
6848 appropriate arguments.
6849 (view-end-message): Use quit-restore window parameter.
6850
6851 * window.el (display-buffer-function): Rewrite doc-string.
6852 (display-buffer-window, display-buffer-alist): New variables.
6853 (display-buffer-split-specifiers)
6854 (display-buffer-side-specifiers)
6855 (display-buffer-macro-specifiers): New constants.
6856 (display-buffer-even-window-sizes, display-buffer-set-height)
6857 (display-buffer-set-width, display-buffer-select-window)
6858 (display-buffer-in-window, display-buffer-reuse-window)
6859 (display-buffer-split-window-1, display-buffer-split-window)
6860 (display-buffer-split-atom-window, display-buffer-pop-up-window)
6861 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
6862 (display-buffer-in-side-window, normalize-buffer-to-display)
6863 (display-buffer-normalize-specifiers-1)
6864 (display-buffer-normalize-specifiers-2)
6865 (display-buffer-normalize-specifiers, display-buffer-frame):
6866 New functions.
6867 (display-buffer): Major rewrite.
6868 (display-buffer-other-window, display-buffer-other-frame)
6869 (pop-to-buffer, switch-to-buffer-other-window)
6870 (switch-to-buffer-other-frame): Rewrite.
6871 (display-buffer-same-window, display-buffer-same-frame)
6872 (display-buffer-same-frame-other-window)
6873 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
6874 (pop-to-buffer-other-window)
6875 (pop-to-buffer-same-frame-other-window)
6876 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
6877 (switch-to-buffer-other-window-same-frame): New functions.
6878 (same-window-p, special-display-p): Rewrite disabling warnings.
6879 Make obsolete.
6880 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
6881 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
6882 Make obsolete
6883 (same-window-buffer-names, same-window-regexps)
6884 (special-display-frame-alist, special-display-popup-frame)
6885 (special-display-function, special-display-buffer-names)
6886 (special-display-regexps, pop-up-frame-alist)
6887 (pop-up-frame-function, split-window-preferred-function)
6888 (split-height-threshold, split-width-threshold)
6889 (even-window-heights): Make obsolete.
6890
6891 2011-06-12 Glenn Morris <rgm@gnu.org>
6892
6893 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
6894 Misc simplifications.
6895
6896 2011-06-12 Martin Rudalics <rudalics@gmx.at>
6897
6898 * window.el (window-safely-shrinkable-p): Restore function which
6899 was inadvertently removed in change from 2011-06-11. Declare as
6900 obsolete.
6901
6902 * calendar/calendar.el (calendar-generate-window):
6903 Use window-iso-combined-p instead of combination of one-window-p and
6904 window-safely-shrinkable-p.
6905
6906 2011-06-12 Glenn Morris <rgm@gnu.org>
6907
6908 * progmodes/fortran.el (fortran-mode-syntax-table):
6909 * progmodes/f90.el (f90-mode-syntax-table):
6910 Set % to punctuation. (Bug#8820)
6911 (f90-find-tag-default): Remove, no longer needed.
6912
6913 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
6914
6915 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
6916
6917 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
6918
6919 * image.el (image-animated-p): Return animation delay in seconds.
6920 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
6921 (image-animate-timeout): Remove DELAY argument. Don't assume
6922 every subimage has the same delay; get it from image-animated-p.
6923 (image-animate): Caller changed.
6924
6925 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
6926
6927 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
6928 to ignored backtrace functions.
6929
6930 2011-06-11 Glenn Morris <rgm@gnu.org>
6931
6932 * calendar/appt.el (appt-disp-window-function): Doc fix.
6933 (appt-check): Handle overlapping appointments. (Bug#8337)
6934
6935 2011-06-11 Martin Rudalics <rudalics@gmx.at>
6936
6937 * window.el (window-tree-1, window-tree): New functions, moving
6938 the latter to window.el.
6939 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
6940 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
6941 (bw-refresh-edges): Remove.
6942 (balance-windows-1, balance-windows-2): New functions.
6943 (balance-windows): Rewrite in terms of window tree functions,
6944 balance-windows-1 and balance-windows-2.
6945 (bw-adjust-window): Remove.
6946 (balance-windows-area-adjust): New function with functionality of
6947 bw-adjust-window but using resize-window.
6948 (set-window-text-height): Rewrite doc-string.
6949 Use normalize-live-window and resize-window.
6950 (enlarge-window-horizontally, shrink-window-horizontally):
6951 Rename argument to DELTA.
6952 (window-buffer-height): New function.
6953 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
6954 Rewrite using new window resize routines.
6955 (kill-buffer-and-window, mouse-autoselect-window-select):
6956 Use ignore-errors instead of condition-case.
6957 (quit-window): Call delete-frame instead of delete-windows-on
6958 for the only buffer on frame.
6959
6960 2011-06-10 Martin Rudalics <rudalics@gmx.at>
6961
6962 * loadup.el (top-level): Load window before files for the sake
6963 of replace-buffer-in-windows.
6964
6965 * files.el (read-buffer-to-switch)
6966 (switch-to-buffer-other-window)
6967 (switch-to-buffer-other-frame, display-buffer-other-frame):
6968 Move to window.el.
6969
6970 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6971 (previous-buffer): Move to window.el.
6972
6973 * bindings.el (unbury-buffer): Move to window.el.
6974
6975 * window.el (delete-other-windows-vertically): Move after
6976 definition of delete-other-windows.
6977 (other-window, delete-windows-on, replace-buffer-in-windows):
6978 Move here from window.c.
6979 (record-window-buffer, unrecord-window-buffer)
6980 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6981 (switch-to-next-buffer): New functions.
6982 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6983 from simple.el. Call switch-to-next-buffer.
6984 (previous-buffer): Move here from simple.el.
6985 Call switch-to-prev-buffer.
6986 (bury-buffer): Move here from buffer.c. Switch to previous
6987 buffer when window cannot be deleted.
6988 (unbury-buffer): Move here from bindings.el.
6989 (ctl-x-map): Move binding for other-window from window.c to
6990 here.
6991 (read-buffer-to-switch, switch-to-buffer-other-window)
6992 (switch-to-buffer-other-frame): Move here from files.el.
6993 (normalize-buffer-to-switch-to): New functions.
6994 (switch-to-buffer): Move here from buffer.c.
6995 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
6996
6997 2011-06-10 Martin Rudalics <rudalics@gmx.at>
6998
6999 * window.el (window-min-height, window-min-width): Move here
7000 from window.c. Add defcustoms and rewrite doc-strings.
7001 (resize-mini-window, resize-window): New functions.
7002 (adjust-window-trailing-edge, enlarge-window, shrink-window):
7003 Move here from window.c.
7004 (maximize-window, minimize-window): New functions.
7005 (delete-window, delete-other-windows, split-window): Move here
7006 from window.c.
7007 (window-split-min-size): New function.
7008 (split-window-keep-point): Mention split-window-above-each-other
7009 instead of split-window-vertically.
7010 (split-window-above-each-other, split-window-vertically):
7011 Rename split-window-vertically to split-window-above-each-other
7012 and provide defalias for old definition.
7013 (split-window-side-by-side, split-window-horizontally):
7014 Rename split-window-horizontally to split-window-side-by-side
7015 and provide defalias for the old definition.
7016 (ctl-x-map): Move bindings for delete-window,
7017 delete-other-windows and enlarge-window here from window.c.
7018 Replace bindings for split-window-vertically and
7019 split-window-horizontally by bindings for
7020 split-window-above-each-other and split-window-side-by-side.
7021
7022 * cus-start.el (all): Remove entries for window-min-height and
7023 window-min-width. Add entries for window-splits and
7024 window-nest.
7025
7026 2011-06-09 Glenn Morris <rgm@gnu.org>
7027
7028 * calendar/appt.el (appt-mode-line): New function.
7029 (appt-check, appt-disp-window): Use it.
7030
7031 * files.el (hack-one-local-variable-eval-safep):
7032 Allow minor-modes with explicit +/-1 arguments.
7033
7034 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
7035
7036 * term/xterm.el (xterm): Add defgroup.
7037 (xterm-extra-capabilities): Add defcustom to supply known xterm
7038 capabilities, skip querying them, or query them (default).
7039 (terminal-init-xterm): Use it.
7040 (terminal-init-xterm-modify-other-keys): New function to set up
7041 modifyOtherKeys support to simplify `terminal-init-xterm'.
7042
7043 2011-06-09 Martin Rudalics <rudalics@gmx.at>
7044
7045 * window.el (resize-window-reset, resize-window-reset-1)
7046 (resize-subwindows-skip-p, resize-subwindows-normal)
7047 (resize-subwindows, resize-other-windows, resize-this-window)
7048 (resize-root-window, resize-root-window-vertically)
7049 (window-deletable-p, window-or-subwindow-p)
7050 (frame-root-window-p): New functions.
7051
7052 2011-06-09 Glenn Morris <rgm@gnu.org>
7053
7054 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
7055 (ange-ftp-get-files): Use it.
7056
7057 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7058
7059 * mail/sendmail.el (mail-recover-1, mail-recover):
7060 * files.el (recover-file, recover-session):
7061 Handle dired-listing-switches not being just a single short option.
7062
7063 2011-06-09 Glenn Morris <rgm@gnu.org>
7064
7065 * calendar/appt.el (appt-display-message, appt-disp-window):
7066 Handle lists of appointments.
7067
7068 2011-06-08 Martin Rudalics <rudalics@gmx.at>
7069
7070 * window.el (one-window-p): Move down in code.
7071 Rewrite doc-string.
7072 (window-current-scroll-bars): Rewrite doc-string.
7073 Normalize live window argument.
7074 (walk-windows, get-window-with-predicate, count-windows):
7075 Rewrite doc-string. Use window-list-1.
7076 (window-in-direction-2, window-in-direction, get-mru-window):
7077 New functions.
7078
7079 2011-06-08 Reuben Thomas <rrt@sc3d.org>
7080
7081 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
7082 Doc fix (Bug#8713).
7083
7084 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
7085
7086 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
7087
7088 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
7089
7090 * loadhist.el (unload-feature-special-hooks):
7091 Add `comint-output-filter-functions'.
7092
7093 2011-06-08 Ivan Kanis <gnu@kanis.fr>
7094
7095 * calendar/appt.el (appt-check): Move some initializations into the let.
7096
7097 2011-06-08 Martin Rudalics <rudalics@gmx.at>
7098
7099 * window.el (window-height): Defalias to window-total-height.
7100 (window-width): Defalias to window-body-width.
7101
7102 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * image-mode.el (image-toggle-animation): New command.
7105 (image-mode-map): Bind it to RET.
7106 (image-mode): Update message.
7107 (image-toggle-display-image): Avoid a spurious cache flush.
7108 (image-transform-rotation): Doc fix.
7109 (image-transform-properties): Return quickly in the normal case.
7110 (image-animate-loop): Rename from image-animate-max-time.
7111
7112 * image.el (image-animate-max-time): Move to image-mode.el.
7113 (create-animated-image): Remove unnecessary function.
7114 (image-animate): Rename from image-animate-start. New arg.
7115 (image-animate-stop): Remove; just use image-animate-timer.
7116 (image-animate-timer): Use car-safe.
7117 (image-animate-timeout): Rename argument.
7118
7119 2011-06-07 Martin Rudalics <rudalics@gmx.at>
7120
7121 * window.el (get-lru-window, get-largest-window): Move here from
7122 window.c. Rename first argument to ALL-FRAMES.
7123 Rephrase doc-strings.
7124 (get-buffer-window-list): Rewrite using window-list-1.
7125 Rephrase doc-string.
7126 (window-safe-min-height, window-safe-min-width): New constants.
7127 (window-size-ignore, window-min-size, window-min-size-1)
7128 (window-sizable, window-sizable-p, window-size-fixed-1)
7129 (window-size-fixed-p, window-min-delta-1, window-min-delta)
7130 (window-max-delta-1, window-max-delta, window-resizable)
7131 (window-resizable-p, window-total-height, window-total-width)
7132 (window-body-width): New functions.
7133 (window-full-height-p, window-full-width-p): Rewrite using
7134 window-total-size.
7135 (window-body-height): Rewrite using window-body-size.
7136
7137 2011-06-06 Martin Rudalics <rudalics@gmx.at>
7138
7139 * window.el (window-right, window-left, window-child)
7140 (window-child-count, window-last-child, window-any-p)
7141 (normalize-live-buffer, normalize-live-frame)
7142 (normalize-any-window, normalize-live-window)
7143 (window-iso-combination-p, window-iso-combined-p)
7144 (window-iso-combinations)
7145 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
7146 (windows-with-parameter, window-with-parameter)
7147 (window-atom-root, make-window-atom, window-atom-check-1)
7148 (window-atom-check, window-side-check, window-check):
7149 New functions.
7150 (ignore-window-parameters, window-sides, window-sides-vertical)
7151 (window-sides-slots): New variables.
7152 (window-size-fixed): Move down in code. Minor doc-string fix.
7153
7154 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
7155
7156 * comint.el (comint-dynamic-complete-as-filename)
7157 (comint-dynamic-complete-filename): Correctly call
7158 completion-in-region.
7159
7160 2011-06-05 Deniz Dogan <deniz@dogan.se>
7161
7162 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
7163 in last change.
7164
7165 2011-06-05 Deniz Dogan <deniz@dogan.se>
7166
7167 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
7168 (rcirc): Use it to prompt for encryption.
7169
7170 2011-06-05 Roland Winkler <winkler@gnu.org>
7171
7172 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
7173 (bibtex-search-entries): New command bound to C-c C-a.
7174 (bibtex-display-entries): New function.
7175
7176 2011-06-05 Roland Winkler <winkler@gnu.org>
7177
7178 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
7179 (bibtex-insert-kill): After yanking insert newline if necessary.
7180 (bibtex-initialize): Call bibtex-string-files-init only once.
7181 (bibtex-mode): Do not call easy-menu-add.
7182 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
7183 (bibtex-yank): Set arg properly if nil.
7184
7185 2011-06-05 Roland Winkler <winkler@gnu.org>
7186
7187 * textmodes/bibtex.el (bibtex-search-entry-globally):
7188 New variable.
7189 (bibtex-search-entry): Use it.
7190
7191 2011-06-05 Roland Winkler <winkler@gnu.org>
7192
7193 * textmodes/bibtex.el (bibtex-entry-format): New option
7194 sort-fields.
7195 (bibtex-format-entry, bibtex-reformat): Honor this option.
7196 (bibtex-parse-entry): Return fields in proper order.
7197
7198 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
7199
7200 * doc-view.el (doc-view-remove-if): Move computation of result out
7201 of `dolist' to silence misleading lexical-binding warning.
7202
7203 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
7204
7205 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
7206 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
7207
7208 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
7209
7210 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
7211 "SunOS 5.10".
7212
7213 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
7214
7215 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
7216 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
7217 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
7218 (tramp-parse-putty):
7219 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
7220 (tramp-completion-function-alist-ssh)
7221 (tramp-completion-function-alist-telnet)
7222 (tramp-completion-function-alist-su)
7223 (tramp-completion-function-alist-putty): Set `tramp-autoload'
7224 cookie.
7225
7226 * net/tramp-ftp.el:
7227 * net/tramp-sh.el:
7228 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
7229 load "tramp.el" `tramp-set-completion-function'.
7230
7231 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * shell.el: Require and use pcomplete.
7234 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
7235 (shell-completion-vars): Set pcomplete-default-completion-function.
7236
7237 2011-06-04 Deniz Dogan <deniz@dogan.se>
7238
7239 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
7240 `memq' (Bug#8799).
7241
7242 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
7245
7246 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
7247
7248 * bs.el (bs--mark-unmark, bs--nth-wrapper):
7249 * mpc.el (mpc-select-extend, mpc-songpointer-context):
7250 * vc/log-view.el (log-view-beginning-of-defun):
7251 * vc/smerge-mode.el (smerge-apply-resolution-patch)
7252 (smerge-refine-forward, smerge-refine-chopup-region):
7253 Silence warning for unused `dotimes' counter variables.
7254
7255 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * net/tramp.el (tramp-with-progress-reporter): Rename from
7258 with-progress-reporter. Use `declare'.
7259 * net/tramp-smb.el:
7260 * net/tramp-sh.el:
7261 * net/tramp-gvfs.el: Update all uses.
7262
7263 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
7264
7265 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
7266 buffer isn't killed before making it current.
7267
7268 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 Silence various byte-compiler warnings.
7271 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
7272 `access-type' and new obsolescence format.
7273 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
7274 new format.
7275 (byte-compile-check-variable): New `access-type' argument.
7276 Only warn if the access-type is obsolete.
7277 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7278 (byte-compile-variable-set): Adjust callers.
7279 * help-fns.el (describe-variable): Adjust to new obsolescence format.
7280 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
7281 setting it as obsolete.
7282 * simple.el (minibuffer-completing-symbol):
7283 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
7284 access as obsolete.
7285 * minibuffer.el (minibuffer-completing-file-name): Don't make it
7286 obsolete yet.
7287 * international/quail.el (quail-mouse-choose-completion): Remove unused
7288 code referring to obsolete var.
7289 (quail-choose-completion-string): Remove.
7290 * server.el (server-clients-with, server-kill-buffer-query-function)
7291 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
7292 * proced.el (proced-send-signal):
7293 * emacs-lisp/lisp.el (lisp-complete-symbol):
7294 Replace completion-annotate-function with completion-extra-properties.
7295
7296 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * simple.el (goto-line): Use read-number.
7299 (overriding-map-is-bound): Remove.
7300 (saved-overriding-map): Change default.
7301 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
7302 Take the map as argument.
7303 (universal-argument, negative-argument, digit-argument): Use it.
7304 (restore-overriding-map): Adjust.
7305 (do-auto-fill): Use fill-forward-paragraph.
7306 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
7307
7308 * minibuffer.el (minibuffer-inactive-mode-map): New var.
7309 (minibuffer-inactive-mode): New major mode.
7310 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
7311 the *Messages* buffer" hack.
7312 (mouse-popup-menubar): Don't burp if the event is a normal key.
7313
7314 Miscellaneous tweaks.
7315 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
7316 lexical scoping as in subr.el's dolist and dotimes.
7317 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
7318 Silence compiler warning.
7319 * thingatpt.el (forward-whitespace): Trivial coding style fix.
7320 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
7321 * international/ccl.el (ccl-compile): Trivial simplification.
7322 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
7323 * emacs-lisp/testcover.el (testcover-end): Remove spurious
7324 `printflag' argument.
7325 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7326 Purecopy the whole obsolescence data.
7327
7328 2011-06-01 Leo Liu <sdl.web@gmail.com>
7329
7330 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
7331 improve doc-string as suggested by Marco Pessotto
7332 <melmothx@gmail.com>.
7333 (rcirc-print): Fix last change.
7334
7335 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * minibuffer.el (complete-with-action): Return nil for the metadata and
7338 boundaries of non-functional tables.
7339 (completion-table-dynamic): Return nil for the metadata.
7340 (completion-table-with-terminator): Add default case, using
7341 complete-with-action.
7342 (completion--metadata): New function.
7343 (completion-all-sorted-completions, minibuffer-completion-help): Use it
7344 to try and avoid pathological performance problems.
7345 (completion--embedded-envvar-table): Return `category' metadata.
7346
7347 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7348
7349 * subr.el (process-alive-p): New tiny convenience function.
7350
7351 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
7354 content but also its previous major mode.
7355
7356 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
7357
7358 * emacs-lisp/debug.el (debug): Restore the previous content of the
7359 *Backtrace* buffer when we exit with C-M-c.
7360
7361 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * minibuffer.el: Add metadata method to completion tables.
7364 (completion-category-overrides): New defcustom.
7365 (completion-metadata, completion--field-metadata)
7366 (completion-metadata-get, completion--styles)
7367 (completion--cycle-threshold): New functions.
7368 (completion-try-completion, completion-all-completions):
7369 Add `metadata' argument to choose completion-styles.
7370 (completion--do-completion): Use metadata to choose cycling.
7371 (completion-all-sorted-completions): Use metadata for sorting.
7372 Remove :completion-cycle-penalty which is not needed any more.
7373 (completion--try-word-completion): Add `metadata' argument.
7374 (minibuffer-completion-help): Check metadata for annotation function
7375 and sorting.
7376 (completion-file-name-table): Return `category' metadata.
7377 (minibuffer-completing-file-name): Make obsolete.
7378 * simple.el (minibuffer-completing-symbol): Make obsolete.
7379 * icomplete.el (icomplete-completions): Pass new `metadata' param to
7380 completion-try-completion.
7381
7382 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7383
7384 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
7385
7386 2011-05-30 Leo Liu <sdl.web@gmail.com>
7387
7388 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
7389 (rcirc-print): Decode all incoming messages (bug#8744).
7390 (rcirc-decode-coding-system): Allow value nil for automatic coding
7391 system detection.
7392
7393 2011-06-01 Glenn Morris <rgm@gnu.org>
7394
7395 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
7396
7397 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * image.el (image-animate-max-time): Allow nil and t values.
7400 Default to nil.
7401 (create-animated-image): Doc fix.
7402 (image-animate-start): Remove second arg; just use
7403 image-animate-max-time.
7404 (image-animate-timeout): Doc fix. Args changed.
7405
7406 * image-mode.el (image-toggle-display-image): Ensure that the
7407 image spec passed to the animate timer is the same object as in
7408 the buffer's display property (Bug#6981).
7409 (image-transform-properties): Doc fix.
7410
7411 * image.el (image-animate-max-time): Default to nil.
7412
7413 2011-05-29 Martin Rudalics <rudalics@gmx.at>
7414
7415 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
7416 entire buffer list (Bug#8184).
7417
7418 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7419
7420 * image.el (imagemagick-types-inhibit)
7421 (imagemagick-register-types): Doc fix.
7422
7423 2011-05-29 Deniz Dogan <deniz@dogan.se>
7424
7425 * net/rcirc.el (rcirc): Use the user's stored encryption method by
7426 default.
7427
7428 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
7429
7430 * select.el: Don't perform clipboard-manager saving in hooks;
7431 leave the hooks empty.
7432
7433 2011-05-28 Leo Liu <sdl.web@gmail.com>
7434
7435 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
7436 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
7437 (occur-edit-mode): New major mode (Bug#8463).
7438 (occur-after-change-function): New function.
7439 (occur-engine): Give Occur tags a read-only property.
7440
7441 2011-05-28 Kevin Ryde <user42@zip.com.au>
7442
7443 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
7444
7445 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7446
7447 * bindings.el (help-echo): Make the initial non-indicator dash
7448 empty on graphical terminals (Bug#7295).
7449
7450 * files.el (auto-mode-alist): Move config rule after the
7451 in-stripping one (Bug#8547).
7452
7453 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
7454
7455 * startup.el (normal-splash-screen): Remove gratuitous mode-line
7456 setting (Bug#8740).
7457
7458 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
7459
7460 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
7461 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
7462 (Bug#8539).
7463
7464 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7465
7466 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
7467
7468 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
7469
7470 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
7471 (hs-hide-block-at-point, hs-find-block-beginning)
7472 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
7473 (Bug#8279).
7474
7475 2011-05-28 Glenn Morris <rgm@gnu.org>
7476
7477 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
7478
7479 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
7480
7481 * help-fns.el (describe-function-1): If the function is a derived
7482 major mode, print the parent mode.
7483
7484 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
7485 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
7486
7487 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7488
7489 * minibuffer.el (completion--capf-wrapper): Check applicability before
7490 returning non-nil for non-exclusive completion data.
7491 * progmodes/etags.el (tags-completion-at-point-function):
7492 * info-look.el (info-lookup-completions-at-point): Mark as
7493 non-exclusive.
7494 (info-complete): Adjust accordingly.
7495
7496 * info-look.el: Convert to lexical-binding and completion-at-point.
7497 (info-lookup-completions-at-point): New function.
7498 (info-complete): Use it and completion-in-region.
7499
7500 2011-05-28 Drew Adams <drew.adams@oracle.com>
7501
7502 * isearch.el: Let M-e start with point at the first mismatched char.
7503 (isearch-fail-pos): New function.
7504 (isearch-edit-string): Use it.
7505
7506 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7507
7508 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7509
7510 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7511
7512 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
7513 traversal functions for avl-trees.
7514 (avl-tree--stack): New struct.
7515 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
7516 (avl-tree-enter): Add optional `updatefun' arg.
7517 (avl-tree--do-enter): Add optional `updatefun' arg.
7518 Change return value.
7519 (avl-tree-delete): Add optional `test' and `nilflag' args.
7520 (avl-tree--do-delete): Add `test' and `nilflag' args.
7521 Change return value.
7522 (avl-tree-member): Add optional `nilflag'
7523 (avl-tree-member-p): New function.
7524 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
7525 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
7526 (avl-tree-stack-empty-p): New functions.
7527
7528 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
7529
7530 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
7531 avl-tree--del-balance1 and make it work both ways.
7532 (avl-tree--del-balance2): Remove.
7533 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
7534 make it work both ways.
7535 (avl-tree--enter-balance2): Remove.
7536 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
7537 New macros.
7538 (avl-tree--mapc, avl-tree-map): Add direction argument.
7539
7540 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7541
7542 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
7543
7544 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
7545
7546 * select.el: Support clipboard managers with built-in function
7547 x-clipboard-manager-save, via delete-frame-functions and
7548 kill-emacs-hook.
7549 (xselect-convert-to-targets): Add MULTIPLE target to list.
7550 (xselect-convert-to-save-targets): New function.
7551
7552 2011-05-27 Kenichi Handa <handa@m17n.org>
7553
7554 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
7555 let-binding rfc2047-encode-encoded-words to nil.
7556
7557 2011-05-27 Glenn Morris <rgm@gnu.org>
7558
7559 * mail/emacsbug.el: Don't require url-util.
7560
7561 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
7562
7563 * files.el (set-auto-mode):
7564 Also respect mode: entries at the end of the file. (Bug#8586)
7565
7566 2011-05-26 Glenn Morris <rgm@gnu.org>
7567
7568 * files.el (hack-local-variables-prop-line, hack-local-variables):
7569 Downcase mode names, as seems to be traditional.
7570 (hack-local-variables, hack-local-variables-apply): Doc fixes.
7571
7572 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
7573 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
7574
7575 2011-05-25 Julien Danjou <julien@danjou.info>
7576
7577 * textmodes/rst.el (rst-define-level-faces): Do not define face
7578 symbol if it is already defined.
7579
7580 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
7581
7582 * play/5x5.el (5x5-new-game, 5x5-randomize):
7583 Reset 5x5-solver-output to nil when a new grid is cast.
7584 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
7585 these debugging traces, as defmacro breaks the compiled code.
7586
7587 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
7588
7589 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
7590
7591 2011-05-24 Leo Liu <sdl.web@gmail.com>
7592
7593 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
7594 (vc-bzr-sha1): Adapt.
7595
7596 * sha1.el: Remove. Function `sha1' is now builtin.
7597
7598 * bindings.el: Provide sha1 feature.
7599
7600 2011-05-24 Kenichi Handa <handa@m17n.org>
7601
7602 * mail/sendmail.el: Require `rfc2047'.
7603 (mail-insert-from-field): Do not perform RFC2047 encoding.
7604 (mail-encode-header): New function.
7605 (sendmail-send-it): Set buffer-file-coding-system of the work
7606 buffer to the return value of select-message-coding-system.
7607 Call mail-encode-header.
7608
7609 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
7610
7611 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7612
7613 * mail/supercite.el (sc-default-cite-frame):
7614 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7615
7616 2011-05-24 Glenn Morris <rgm@gnu.org>
7617
7618 * progmodes/python.el (brm-menu): Declare.
7619
7620 * emulation/viper.el (viper-set-hooks): Declare.
7621
7622 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
7623 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
7624 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
7625 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
7626 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
7627 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
7628
7629 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 Add an :exit-function for completion-at-point.
7632
7633 * minibuffer.el (completion--done): New fun.
7634 (completion--do-completion): Use it. New arg `expect-exact'.
7635 (minibuffer-complete, minibuffer-complete-word): Don't output message,
7636 since completion--do-completion does it for us now.
7637 (minibuffer-force-complete): Use completion--done and
7638 completion--replace. Handle sole-completion case with more care.
7639 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
7640 (completion-extra-properties): New var.
7641 (completion-annotate-function): Make obsolete.
7642 (minibuffer-completion-help): Adjust accordingly.
7643 Use completion-list-insert-choice-function.
7644 (completion-at-point, completion-help-at-point):
7645 Bind completion-extra-properties.
7646 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
7647 * simple.el (completion-list-insert-choice-function): New var.
7648 (completion-setup-function): Preserve it.
7649 (choose-completion): Pay attention to it, shuffle the code a bit.
7650 (choose-completion-string): New arg `insert-function'.
7651
7652 * textmodes/bibtex.el: Convert to lexical binding.
7653 (bibtex-mode-map): Use completion-at-point.
7654 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
7655 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
7656 (bibtex-complete): Define as obsolete alias.
7657 (bibtex-complete-internal): Remove.
7658 (bibtex-format-entry): Remove unused sub-group in regexp.
7659 * shell.el (shell--command-completion-data)
7660 (shell-environment-variable-completion):
7661 * pcomplete.el (pcomplete-completions-at-point):
7662 * comint.el (comint--complete-file-name-data): Use :exit-function
7663 instead of completion-table-with-terminator so it also works for
7664 choose-completion.
7665
7666 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
7669
7670 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
7671 (bug#8710).
7672
7673 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
7674
7675 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
7676
7677 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
7678 customization variable and implement: If non-nil, auto-fill will
7679 be inhibited while on topic's header line.
7680
7681 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
7682
7683 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
7684 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
7685 always have a solution in grid size = 5 cases.
7686 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
7687 (5x5-solver-output, 5x5-log-buffer): New vars.
7688 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
7689 Make these variables buffer local to achieve 5x5 multi-session-ness.
7690 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
7691 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
7692 (5x5-solve-suggest): New funs.
7693 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
7694 randomize a grid so that we ensure that there is always a solution.
7695 (5x5-make-random-grid): Allow other movement than flipping.
7696
7697 2011-05-23 Kevin Ryde <user42@zip.com.au>
7698
7699 * emacs-lisp/advice.el (ad-read-advised-function):
7700 Use `function-called-at-point' as the default, if it has
7701 advice and passes PREDICATE.
7702
7703 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
7706 byte-compile-lambda if it's actually a lambda.
7707
7708 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
7709 Fix function quoting. Use backquote better.
7710
7711 2011-05-22 Yuanle Song <sylecn@gmail.com>
7712
7713 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
7714 matching (Bug#8516).
7715
7716 2011-01-22 Jari Aalto <jari.aalto@cante.net>
7717
7718 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
7719 different face (Bug#8178).
7720
7721 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
7722
7723 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
7724 defface (Bug#8144).
7725
7726 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
7729 funcall as well (bug#8712). Warn when performing those conversions.
7730 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
7731
7732 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
7733
7734 2011-05-22 Glenn Morris <rgm@gnu.org>
7735
7736 * files.el (hack-local-variables-prop-line): Small simplifications.
7737 (hack-local-variables, hack-local-variables-prop-line):
7738 If MODE-ONLY, return the mode, rather than just `t'.
7739
7740 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
7743
7744 2011-05-21 Glenn Morris <rgm@gnu.org>
7745
7746 * files.el (hack-local-variables-prop-line, hack-local-variables):
7747 If only interested in the mode, don't bother doing the other stuff.
7748
7749 * image-mode.el (image-after-revert-hook):
7750 Redraw all frames on which the image is visible. (Bug#8567)
7751
7752 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
7753
7754 * wid-edit.el (widget-checklist-match-inline):
7755 Fix 2011-04-19 change. (Bug#8649)
7756
7757 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7758
7759 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
7760 Also allow singlespace after single-letter capitals followed by a dot.
7761
7762 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
7763 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
7764
7765 2011-05-20 Nix <nix@esperi.org.uk>
7766
7767 * files.el (basic-save-buffer-2):
7768 Fix handling of break-hardlink-on-save with non-existent files.
7769
7770 2011-05-19 Deniz Dogan <deniz@dogan.se>
7771
7772 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
7773 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
7774
7775 2011-05-19 Glenn Morris <rgm@gnu.org>
7776
7777 * progmodes/f90.el (f90-type-def-re):
7778 Handle "type, bind(c)". (Bug#8691)
7779
7780 * emacs-lisp/autoload.el (batch-update-autoloads):
7781 Set autoload-excludes by parsing loadup.el rather than Makefiles.
7782
7783 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
7784
7785 * net/tramp.el (tramp-process-actions): Set "first-password-request"
7786 property for the correct connection in case of multihops.
7787
7788 2011-05-18 Glenn Morris <rgm@gnu.org>
7789
7790 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
7791 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
7792
7793 Rationalize calendar handling of day and month abbrev-arrays.
7794 * calendar/calendar.el (calendar-customized-p): New function.
7795 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
7796 (calendar-day-name-array, calendar-month-name-array): Doc fix.
7797 Add :set function.
7798 (calendar-abbrev-length, calendar-day-abbrev-array)
7799 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
7800 (calendar-day-abbrev-array, calendar-month-abbrev-array):
7801 Elements may no longer be nil.
7802 (calendar-day-name, calendar-month-name):
7803 Update for changed nature of abbrev arrays.
7804 * calendar/diary-lib.el (diary-name-pattern):
7805 Update for changed nature of abbrev arrays.
7806 (diary-mark-entries-1): Update calendar-make-alist calls.
7807 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
7808 * calendar/cal-html.el (cal-html-day-abbrev-array):
7809 Simply inherit from calendar-day-abbrev-array.
7810
7811 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * progmodes/grep.el (grep-mode): Disable default
7814 compilation-directory-matcher setting (bug#8684).
7815
7816 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
7817
7818 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
7819 instead of "head" and "tail". There were problems with SunOS 5.9,
7820 and it performs better.
7821
7822 2011-05-17 Glenn Morris <rgm@gnu.org>
7823
7824 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
7825
7826 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
7827 Replace obsolete function.
7828
7829 * shell.el (pcomplete-parse-arguments-function): Declare.
7830
7831 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
7832 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
7833 (appt-check): Doc fixes.
7834 (appt-disp-window-function, appt-delete-window-function):
7835 Remove needless special case in custom :type.
7836 (appt-display-count): Default to 0, not nil.
7837 (appt-check): Reset appt-display-count to 0, not nil.
7838
7839 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
7840
7841 * progmodes/python.el (python-font-lock-keywords):
7842 Add the Python 3.X keyword "nonlocal" (bug#8639).
7843
7844 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
7847
7848 2011-05-16 Kevin Ryde <user42@zip.com.au>
7849
7850 * info-look.el (makefile-automake-mode): New setups, looking in
7851 automake manual, then makefile-mode.
7852 (makefile-mode): Remove automake manual, have it just in
7853 makefile-automake-mode since there's various things different or
7854 not relevant to plain make.
7855 (makefile-mode): Remove "other-modes" non-existent automake-mode,
7856 believe a hypothetical automake-mode would go to makefile-mode,
7857 not the other way around.
7858
7859 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
7860
7861 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
7862 hunk-end tags (Bug#8672).
7863
7864 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
7865 vc-annotate-show-diff-revision-at-line (Bug#8671).
7866
7867 2011-05-14 Glenn Morris <rgm@gnu.org>
7868
7869 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
7870 in the middle of an existing one with multiple authors. (Bug#8645)
7871 (change-log-font-lock-keywords): Also handle multiple author lines
7872 with leading tabs. (Bug#8644)
7873
7874 * calendar/appt.el (appt-check): Rename some local variables.
7875 Some simplification/reordering.
7876
7877 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
7878 (feedmail-sendmail-f-doesnt-sell-me-out)
7879 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7880 (feedmail-debug-sit-for, feedmail-queue-express-hook)
7881 (feedmail-queue-runner-message-sender): Set :version.
7882 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
7883 (bbdb-dwim-net-address, vm-mail): Declare.
7884 (feedmail-binmail-gnulinuxish-template):
7885 Rename from feedmail-binmail-linuxish-template.
7886 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
7887 Use insert-buffer-substring.
7888
7889 2011-05-14 Bill Carpenter <bill@carpenter.org>
7890
7891 * mail/feedmail.el (feedmail-patch-level): Increase.
7892 (feedmail-debug): New custom group.
7893 (feedmail-confirm-outgoing-timeout)
7894 (feedmail-sendmail-f-doesnt-sell-me-out)
7895 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
7896 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
7897 (feedmail-sender-line, feedmail-from-line)
7898 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
7899 (feedmail-spray-this-address)
7900 (feedmail-spray-address-fiddle-plex-list)
7901 (feedmail-queue-use-send-time-for-date)
7902 (feedmail-queue-use-send-time-for-message-id)
7903 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
7904 (feedmail-buffer-eating-function):
7905 Doc fixes.
7906 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
7907 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
7908 (feedmail-message-action-scroll-down): New functions.
7909 (feedmail-queue-directory, feedmail-queue-draft-directory):
7910 Use expand-file-name.
7911 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
7912 Remove C-v help entry.
7913 (feedmail-queue-buffer-file-name): New variable.
7914 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
7915 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
7916 (feedmail-message-action-send-strong, feedmail-message-action-edit)
7917 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
7918 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
7919 (feedmail-message-action-toggle-spray)
7920 (feedmail-run-the-queue-no-prompts)
7921 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
7922 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
7923 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
7924 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
7925 (feedmail-envelope-deducer, feedmail-fiddle-from)
7926 (feedmail-fiddle-sender, feedmail-default-date-generator)
7927 (feedmail-fiddle-date, feedmail-fiddle-message-id)
7928 (feedmail-fiddle-spray-address)
7929 (feedmail-fiddle-list-of-spray-fiddle-plexes)
7930 (feedmail-fiddle-list-of-fiddle-plexes)
7931 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
7932 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
7933 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
7934 Change default. Doc fix.
7935 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
7936 (feedmail-binmail-linuxish-template): New constant.
7937 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
7938 Respect feedmail-sendmail-f-doesnt-sell-me-out.
7939 (feedmail-send-it): Add debug call.
7940 Use feedmail-queue-buffer-file-name, and
7941 feedmail-send-it-immediately-wrapper.
7942 (feedmail-message-action-send): Add debug call.
7943 Use feedmail-send-it-immediately-wrapper.
7944 (feedmail-queue-express-to-queue): Add debug call.
7945 Run feedmail-queue-express-hook.
7946 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
7947 (feedmail-message-action-help-blat):
7948 Rename from feedmail-queue-send-edit-prompt-help-first.
7949 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
7950 Check line-endings. Handle errors better.
7951 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
7952 Doc fix. Add debug call.
7953 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
7954 Use feedmail-queue-send-edit-prompt-inner.
7955 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
7956 (feedmail-queue-send-edit-prompt-inner): New function, extracted
7957 from feedmail-queue-send-edit-prompt.
7958 (feedmail-queue-send-edit-prompt-help)
7959 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
7960 (feedmail-tidy-up-slug): Add debug call.
7961 Respect feedmail-queue-slug-suspect-regexp.
7962 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
7963 (feedmail-dump-message-to-queue): Add debug call.
7964 Expand queue-directory.
7965 (feedmail-dump-message-to-queue): Change message slightly.
7966 Use feedmail-say-chatter.
7967 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7968 (feedmail-send-it-immediately-wrapper): New function.
7969 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7970 Insert empty string rather than newline. Handle full-frame case.
7971 Use catch/throw. Use feedmail-say-chatter.
7972 (feedmail-fiddle-from): Try mail-host-address.
7973 (feedmail-default-message-id-generator): Doc fix.
7974 Bind system-time-locale. Handle missing end.
7975 (feedmail-fiddle-x-mailer): Add debug call.
7976 Handle feedmail-x-mailer-line being nil.
7977 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7978 Add debug call. Use buffer-substring-no-properties.
7979 (feedmail-say-debug, feedmail-say-chatter): New functions.
7980 (feedmail-find-eoh): Give an explicit error.
7981
7982 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
7983
7984 * net/newst-treeview.el (newsticker-treeview-face): Change default
7985 family from helvetica to sans.
7986 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
7987 etc/images/newsticker.
7988
7989 * net/newst-reader.el (newsticker-feed-face): Change default
7990 family from helvetica to sans.
7991
7992 * net/newst-plainview.el (newsticker-new-item-face)
7993 (newsticker-old-item-face, newsticker-immortal-item-face)
7994 (newsticker-obsolete-item-face, newsticker-date-face)
7995 (newsticker-statistics-face): Change default family from
7996 helvetica to sans.
7997 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
7998 etc/images/newsticker.
7999
8000 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
8001 (newsticker--process-auto-mark-filter-match): : Tell user about
8002 auto-marking.
8003
8004 2011-05-13 Didier Verna <didier@xemacs.org>
8005
8006 Common Lisp indentation improvements on defmethod and lambda-lists.
8007 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
8008 TODO entries.
8009 (lisp-lambda-list-keyword-parameter-indentation)
8010 (lisp-lambda-list-keyword-parameter-alignment)
8011 (lisp-lambda-list-keyword-alignment): New customizable user options.
8012 (lisp-indent-defun-method): Improve docstring.
8013 (extended-loop-p): Fix comment.
8014 (lisp-indent-lambda-list-keywords-regexp): New variable.
8015 (lisp-indent-lambda-list): New function.
8016 (lisp-indent-259): Use it.
8017 (lisp-indent-defmethod): Support for more than one
8018 method qualifier and properly indent methods lambda-lists.
8019 (defgeneric): Provide a missing common-lisp-indent-function property.
8020
8021 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
8024 bounds for the empty string (bug#8667).
8025
8026 2011-05-13 Glenn Morris <rgm@gnu.org>
8027
8028 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
8029
8030 * mail/sendmail.el (sendmail-program): Try executable-find first.
8031 (sendmail-send-it): `sendmail-program' cannot be unbound.
8032
8033 * calendar/appt.el (appt-make-list): Simplify.
8034 (appt-time-msg-list): Doc fix.
8035 (appt-check): Change mode-line message at the time of the appointment.
8036
8037 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
8038
8039 * progmodes/ld-script.el (ld-script-keywords)
8040 (ld-script-builtins): Update keywords list.
8041
8042 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
8045
8046 * shell.el (shell-completion-vars): New function.
8047 (shell-mode):
8048 * simple.el (read-shell-command): Use it.
8049 (blink-matching-open): No need for " [...]" in minibuffer-message.
8050
8051 2011-05-12 Glenn Morris <rgm@gnu.org>
8052
8053 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
8054 (appt-check): Simplify.
8055
8056 2011-05-12 Eli Zaretskii <eliz@gnu.org>
8057
8058 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
8059 literal "/dev/null".
8060
8061 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
8064 Fix typo.
8065
8066 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
8067
8068 * progmodes/which-func.el (which-function):
8069 Use add-log-current-defun instead of add-log-current-defun-function,
8070 which might not be defined (Bug#8260).
8071
8072 2011-05-12 Glenn Morris <rgm@gnu.org>
8073
8074 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
8075 Let byte-compile-initial-macro-environment always take precedence.
8076
8077 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8078
8079 * net/rcirc.el: Add support for SSL/TLS connections.
8080 (rcirc-server-alist): New field `encryption'.
8081 (rcirc): Check `encryption' settings.
8082 (rcirc-connect): New arg `encryption'. Use open-network-stream.
8083 Merge make-local-variable into `set'.
8084 (rcirc--connection-open-p): New function.
8085 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
8086 the process is not a network process (e.g. running gnutls-cli).
8087 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
8088 Make rcirc-(en|de)code-coding-system local here.
8089 (rcirc-mode): Merge make-local-variable into `set'.
8090 (rcirc-parent-buffer): Make permanent buffer-local.
8091 (rcirc-multiline-minor-mode): Don't do it here.
8092 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
8093 there's no server buffer.
8094
8095 2011-05-11 Glenn Morris <rgm@gnu.org>
8096
8097 * newcomment.el (comment-kill): Prefix "unused" local.
8098
8099 * term/w32console.el (get-screen-color): Declare.
8100
8101 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8102 Handle symbol elements of byte-compile-initial-macro-environment.
8103
8104 2011-05-10 Leo Liu <sdl.web@gmail.com>
8105
8106 * bookmark.el (bookmark-bmenu-mode-map):
8107 Bind bookmark-bmenu-search to `/'.
8108
8109 * mail/footnote.el: Convert to utf-8 encoding.
8110 (footnote-unicode-string, footnote-unicode-regexp): New variable.
8111 (Footnote-unicode): New function.
8112 (footnote-style-alist): Add unicode style to the list.
8113 (footnote-style): Doc fix.
8114
8115 2011-05-10 Jim Meyering <meyering@redhat.com>
8116
8117 Fix doubled-word typos.
8118 * international/quail.el (quail-insert-kbd-layout): and and -> and
8119 * kermit.el: and and -> and
8120 * net/ldap.el (ldap-search-internal): to to -> to
8121 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
8122 * progmodes/js.el (js-mode): and and -> and
8123 * textmodes/artist.el (artist-move-to-xy): at at -> at
8124 (artist-draw-region-trim-line-endings): if if -> if
8125 And Safetyc -> Safety.
8126 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
8127
8128 2011-05-10 Glenn Morris <rgm@gnu.org>
8129 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * files.el (hack-one-local-variable-eval-safep):
8132 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
8133
8134 2011-05-10 Glenn Morris <rgm@gnu.org>
8135
8136 * calendar/diary-lib.el (diary-list-entries-hook)
8137 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
8138 (diary-nongregorian-marking-hook, diary-list-entries)
8139 (diary-include-other-diary-files, diary-mark-entries)
8140 (diary-mark-included-diary-files): Doc fixes.
8141
8142 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
8143
8144 * misc.el: Require tabulated-list.el during compilation.
8145
8146 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
8147
8148 * progmodes/compile.el (compilation-start):
8149 Run compilation-filter-hook for the async case too.
8150 (compilation-filter-hook): Doc fix.
8151
8152 2011-05-09 Deniz Dogan <deniz@dogan.se>
8153
8154 * wdired.el: Remove outdated installation comment. Fix usage
8155 comment.
8156
8157 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
8158
8159 * misc.el: Implement new command `list-dynamic-libraries'.
8160 (list-dynamic-libraries--loaded-only-p): New variable.
8161 (list-dynamic-libraries--refresh): New function.
8162 (list-dynamic-libraries): New command.
8163
8164 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
8165
8166 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8167 Fix the ant regexp to handle end-line and end-column info from jikes.
8168 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
8169 higher priority to avoid clobbering by gnu.
8170
8171 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
8172
8173 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
8174 if the face has existing theme settings (Bug#8454).
8175
8176 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
8177
8178 * progmodes/perl-mode.el (perl-imenu-generic-expression):
8179 Only match variables declared via `my' or `our' (Bug#8261).
8180
8181 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
8182 special file names `.' and `..' (Bug#8259).
8183
8184 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
8185
8186 * progmodes/grep.el (grep-mode-font-lock-keywords):
8187 Remove buffer-changing entries.
8188 (grep-filter): New function.
8189 (grep-mode): Add it to compilation-filter-hook.
8190
8191 * progmodes/compile.el (compilation-filter-hook)
8192 (compilation-filter-start): New defvars.
8193 (compilation-filter): Call compilation-filter-hook prior to
8194 updating the process mark.
8195
8196 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
8199
8200 2011-05-07 Eli Zaretskii <eliz@gnu.org>
8201
8202 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
8203 mailclient-send-it even if window-system is nil. (Bug#8595)
8204
8205 * term/w32console.el (terminal-init-w32console):
8206 Call get-screen-color and use its output to set the frame
8207 background-mode. (Bug#8597)
8208
8209 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 Make bytecomp.el understand that defmethod defines funs (bug#8631).
8212 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
8213 New functions.
8214 (defgeneric, eieio--defmethod): Use them.
8215 (eieio-defgeneric): Remove.
8216 (defmethod): Call defgeneric in a way visible to the byte-compiler.
8217
8218 2011-05-07 Glenn Morris <rgm@gnu.org>
8219
8220 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
8221 Use let rather than let*.
8222 (timeclock-find-discrep): Remove unused local.
8223
8224 * calendar/diary-lib.el (diary-comment-start): Doc fix.
8225
8226 * calendar/appt.el (appt-time-msg-list): Doc fix.
8227
8228 2011-05-06 Noah Friedman <friedman@splode.com>
8229
8230 * apropos.el (apropos-print-doc): Only use
8231 emacs-lisp-docstring-fill-column when it is bound to an integer,
8232 per that variable's documentation.
8233
8234 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
8237 and warnings are not silently discarded (e.g. use -d instead of -P).
8238
8239 2011-05-06 Glenn Morris <rgm@gnu.org>
8240
8241 * calendar/appt.el (appt-message-warning-time): Doc fix.
8242 (appt-warning-time-regexp): New option.
8243 (appt-make-list): Respect appt-message-warning-time.
8244
8245 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
8246 New options.
8247 (diary-add-to-list): Strip comments from the displayed string.
8248 (diary-mode): Set comment-start and comment-end.
8249
8250 * vc/diff-mode.el (smerge-refine-subst): Declare.
8251 (diff-refine-hunk): Don't require smerge-mode when compiling.
8252
8253 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
8254
8255 * simple.el (list-processes): Return nil as the docstring says.
8256
8257 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
8258
8259 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
8260 to "".
8261 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8262 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
8263 determining of binary transfer. (Bug#7383)
8264
8265 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
8266
8267 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8268 Fix port computation bug. (Bug#8618)
8269
8270 2011-05-05 Glenn Morris <rgm@gnu.org>
8271
8272 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
8273
8274 * simple.el (shell-dynamic-complete-functions)
8275 (comint-dynamic-complete-functions): Declare.
8276
8277 * net/network-stream.el (gnutls-negotiate):
8278 * simple.el (tabulated-list-print): Fix declarations.
8279
8280 * progmodes/gud.el (syntax-symbol, syntax-point):
8281 Remove unnecessary and incorrect declarations.
8282
8283 * emacs-lisp/check-declare.el (check-declare-scan):
8284 Handle byte-compile-initial-macro-environment in bytecomp.el
8285
8286 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 Fix earlier half-done eieio-defmethod change (bug#8338).
8289 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
8290 Streamline and change calling convention.
8291 (defmethod): Adjust accordingly and simplify.
8292 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
8293 new eieio--defmethod.
8294 (slot-boundp): Minor CSE simplification.
8295
8296 2011-05-05 Milan Zamazal <pdm@zamazal.org>
8297
8298 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
8299 (glasses-make-readable): Use glasses-separate-capital-groups.
8300
8301 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
8302
8303 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
8304 (warning-series): Doc fix.
8305 (display-warning): Don't try to create the buffer if we just found it.
8306
8307 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
8308
8309 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
8310 (autoload-find-generated-file): New function.
8311 (generate-file-autoloads): Bind generated-autoload-file to
8312 buffer-file-name.
8313 (update-file-autoloads, update-directory-autoloads):
8314 Use autoload-find-generated-file. If called interactively, prompt for
8315 output file (Bug#7989).
8316 (batch-update-autoloads): Doc fix.
8317
8318 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
8319
8320 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
8321
8322 2011-05-04 Glenn Morris <rgm@gnu.org>
8323
8324 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
8325 function, so it follows changes in calendar-date-style.
8326 (diary-fancy-date-matcher): New function.
8327 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
8328 (diary-fancy-font-lock-fontify-region-function):
8329 Use diary-fancy-date-pattern as a function.
8330
8331 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
8332 non-numbers for `year' etc pseudo-variables. (Bug#8583)
8333
8334 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
8335
8336 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
8337 instead of positional arguments. Allow :keylist and :crlfiles
8338 arguments.
8339 (open-gnutls-stream): Call it.
8340
8341 * net/network-stream.el (network-stream-open-starttls): Adjust to
8342 call `gnutls-negotiate' with :process and :hostname arguments.
8343
8344 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * minibuffer.el (completion--message): New function.
8347 (completion--do-completion, minibuffer-complete)
8348 (minibuffer-force-complete, minibuffer-complete-word): Use it.
8349 (completion--do-completion): Don't ignore completion-auto-help when in
8350 icomplete-mode.
8351
8352 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
8353 internal encoding (e.g. tibetan zero is not whitespace).
8354 (global-whitespace-mode): Prefer save-current-buffer.
8355 (whitespace-trailing-regexp): Remove useless save-match-data.
8356 (whitespace-empty-at-bob-regexp): Minor simplification.
8357
8358 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
8359
8360 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
8361
8362 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8363
8364 * textmodes/ispell.el (ispell-add-per-file-word-list):
8365 Use `concat' to create string for insertion.
8366
8367 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
8370 Avoid open-line which runs post-self-insert-hook.
8371 (bibtex-fill-entry): Remove unused `end' var.
8372
8373 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
8374
8375 * textmodes/ispell.el (ispell-add-per-file-word-list):
8376 Protect against `nil' value of `comment-start' (Bug#8579).
8377
8378 2011-05-03 Leo Liu <sdl.web@gmail.com>
8379
8380 * isearch.el (isearch-yank-pop): New command.
8381 (isearch-mode-map): Bind it to `M-y'.
8382 (isearch-forward): Mention it.
8383
8384 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * simple.el (minibuffer-complete-shell-command): Remove.
8387 (minibuffer-local-shell-command-map): Use completion-at-point.
8388 (read-shell-command): Setup completion vars here instead.
8389 (read-expression-map): Bind TAB to symbol completion.
8390
8391 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
8392 error directly rather via storing it into `results'.
8393
8394 2011-05-02 Leo Liu <sdl.web@gmail.com>
8395
8396 * vc/diff.el: Fix description.
8397
8398 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8399
8400 * server.el (server-eval-at): New function.
8401
8402 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8403
8404 * net/network-stream.el (open-network-stream): Take a :nowait
8405 parameter and pass it on to `make-network-process'.
8406 (network-stream-open-plain): Ditto.
8407
8408 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
8409
8410 * faces.el (face-spec-set-match-display): Don't match toolkit
8411 options on terminal frames.
8412
8413 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * progmodes/pascal.el: Use lexical binding.
8416 (pascal-mode-map): Remove author preferences.
8417
8418 * pcomplete.el (pcomplete-std-complete): Don't abuse
8419 completion-at-point.
8420
8421 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
8422
8423 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
8424 removing code that has been dead since 1991 or so.
8425
8426 * startup.el (command-line): When warning about "_emacs", use a
8427 delayed warning to allow the user to filter it out.
8428
8429 2011-04-28 Deniz Dogan <deniz@dogan.se>
8430
8431 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
8432 user has not joined.
8433
8434 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
8437 aren't any completions at point.
8438
8439 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
8440
8441 * subr.el (display-delayed-warnings): New function.
8442 (delayed-warnings-hook): New variable.
8443
8444 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * minibuffer.el (completion-at-point, completion-help-at-point):
8447 Don't presume that a given completion-at-point-function will always
8448 use the same calling convention.
8449
8450 * pcomplete.el (pcomplete-completions-at-point):
8451 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
8452 pcomplete-seen is non-nil.
8453 (pcomplete-comint-setup): Also recognize the new comint/shell
8454 completion functions.
8455 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
8456 pcomplete-seen is non-nil.
8457
8458 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
8459
8460 * calendar/icalendar.el (diary-lib): Add require statement.
8461 (icalendar--create-uid): Read out a uid from a text-property on
8462 the first character in the entry. This allows for code to add its
8463 own uid to the entry.
8464 (icalendar--convert-float-to-ical): Add export of
8465 `diary-float'-entries save for those with the optional DAY
8466 argument.
8467
8468 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
8469
8470 * subr.el (shell-quote-argument): Use alternate escaping strategy
8471 when we spot a variable reference in a string.
8472
8473 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8474
8475 * cus-start.el (all): Define customization for debug-on-event.
8476
8477 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8478
8479 * subr.el (shell-quote-argument): Escape correctly under Windows.
8480
8481 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
8484
8485 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
8486
8487 * net/tramp.el (tramp-process-actions): Add POS argument.
8488 Delete region between POS and (pos).
8489
8490 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8491 Use `nil' position in `tramp-process-actions' call.
8492 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
8493
8494 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
8495 position in `tramp-process-actions' call.
8496
8497 * net/trampver.el: Update release number.
8498
8499 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * custom.el (defcustom): Obey lexical-binding.
8502
8503 Fix octave-inf completion problems reported by Alexander Klimov.
8504 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
8505 Inherit from octave-mode-syntax-table.
8506 (inferior-octave-mode): Set info-lookup-mode.
8507 (inferior-octave-completion-at-point): New function.
8508 (inferior-octave-complete): Use it and completion-in-region.
8509 (inferior-octave-dynamic-complete-functions): Use it as well, and use
8510 comint-filename-completion.
8511 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
8512 symbol elements which shouldn't be word elements.
8513 (octave-font-lock-keywords, octave-beginning-of-defun)
8514 (octave-function-header-regexp): Adjust regexps accordingly.
8515 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
8516
8517 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
8518
8519 * net/gnutls.el (gnutls-errorp): Declare before first use.
8520
8521 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
8522
8523 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
8524 verify-error, and verify-hostname-error parameters. Check whether
8525 default trustfile exists before going to use it. Add missing
8526 argument to gnutls-message-maybe call. Return value.
8527 Reported by Claudio Bley <claudio.bley@gmail.com>.
8528 (open-gnutls-stream): Add usage example.
8529
8530 * net/network-stream.el (network-stream-open-starttls): Give host
8531 parameter to `gnutls-negotiate'.
8532 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8533 * subr.el (shell-quote-argument): Escape correctly under Windows.
8534
8535 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
8536
8537 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8538 Use correct match group (bug#8438).
8539
8540 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
8541
8542 * emacs-lisp/package.el (package-built-in-p): Fix typo.
8543 (package-menu--generate): New arg specifying packages to show.
8544 (package-menu-refresh, package-menu-execute, list-packages):
8545 Callers changed.
8546 (package-show-package-list): New function, replacing deleted
8547 package--list-packages (renamed because it is non-internal).
8548
8549 * finder.el (finder-list-matches): Use package-show-package-list
8550 instead of deleted package--list-packages.
8551
8552 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
8553 Based on a previous implementation by Juanma Barranquero (Bug#8366).
8554 (vc-annotate-mode-map): Bind it to RET.
8555
8556 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
8557
8558 * progmodes/etags.el (next-file): Don't use set-buffer to change
8559 buffers (Bug#8478).
8560
8561 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
8562
8563 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
8564
8565 * apropos.el (apropos-label-face): Avoid variable-pitch face.
8566 (apropos-accumulator): Doc fix.
8567 (apropos-function, apropos-macro, apropos-command)
8568 (apropos-variable, apropos-face, apropos-group, apropos-widget)
8569 (apropos-plist): Add face property.
8570 (apropos-symbols-internal): Fix indentation.
8571 (apropos-print): Simplify help, and recognize apropos-multi-type.
8572 (apropos-print-doc): Use button-type-get to extract the button's
8573 face property. Fill docstring (Bug#8352).
8574
8575 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
8576
8577 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
8578
8579 * play/mpuz.el (mpuz-silent): Doc fix.
8580 (mpuz-mode-map): Use mapc.
8581 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
8582 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
8583 Fix typos in docstrings.
8584
8585 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
8586 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
8587
8588 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
8589
8590 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
8591
8592 * minibuffer.el (completion--do-completion): Avoid the "Next char
8593 not unique" prompt if icomplete-mode is enabled (Bug#5849).
8594
8595 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
8596 mouse-2 into unread-command-events, it is interpreted correctly.
8597
8598 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
8599 (image-toggle-display): Doc fix.
8600
8601 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
8602
8603 * textmodes/page.el (what-page): Use line-number-at-pos to
8604 calculate line number (Bug#6825).
8605
8606 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
8607
8608 * eshell/esh-mode.el (find-tag-interactive): Declare function.
8609 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
8610 Pass argument NO-DEFAULT to `find-tag-interactive'.
8611
8612 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
8613
8614 Lexical-binding cleanup.
8615
8616 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
8617 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
8618 * progmodes/ada-prj.el (ada-prj-initialize-values)
8619 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
8620 (ada-prj-show-value):
8621 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
8622 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
8623 (antlr-invalidate-context-cache, antlr-options-menu-filter)
8624 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
8625 * progmodes/bug-reference.el (bug-reference-push-button):
8626 * progmodes/fortran.el (fortran-line-length):
8627 * progmodes/glasses.el (glasses-change):
8628 * progmodes/octave-mod.el (octave-fill-paragraph):
8629 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
8630 (python-pdbtrack-grub-for-buffer, python-sentinel):
8631 * progmodes/sql.el (sql-save-connection):
8632 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
8633 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
8634 Mark unused parameters.
8635
8636 * progmodes/compile.el (compilation--flush-directory-cache)
8637 (compilation--flush-parse, compile-internal): Mark unused parameters.
8638 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
8639 (compilation-next-error-function): Remove unused variable `timestamp'.
8640
8641 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
8642 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
8643
8644 * progmodes/dcl-mode.el (dcl-end-of-command):
8645 Remove unused variable `start'.
8646 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
8647 (dcl-option-value-basic, dcl-option-value-offset)
8648 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
8649 Mark unused parameters.
8650 (dcl-save-local-variable): Remove unused variable `val'.
8651 (mode): Declare.
8652
8653 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
8654 Mark unused parameters.
8655 (delphi-ignore-changes): Move before first use.
8656 (delphi-charset-token-at): Remove unused variable `start'.
8657 (delphi-else-start): Remove unused variable `if-count'.
8658 (delphi-comment-block-start, delphi-comment-block-end):
8659 Remove unused variable `kind'.
8660 (delphi-indent-line): Remove unused variable `new-point'.
8661
8662 * progmodes/ebrowse.el (ebrowse-files-list)
8663 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
8664 Mark unused parameters. Don't quote `lambda'.
8665 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
8666 Don't quote `lambda'.
8667 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
8668 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
8669 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
8670 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
8671 Use `ignore-errors'.
8672 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
8673 (ebrowse-view/find-file-and-search-pattern)
8674 (ebrowse-view/find-member-declaration/definition):
8675 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
8676 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
8677 Rename parameter PREFIX-ARG to PREFIX.
8678 (ebrowse-tags-read-name): Remove unused variables `start' and
8679 `member-info'.
8680 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
8681 to `tags-file'.
8682
8683 * progmodes/etags.el (local-find-tag-hook): Declare.
8684 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
8685 Mark unused parameters.
8686
8687 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
8688 (executable-interpret): Mark unused parameter.
8689
8690 * progmodes/flymake.el (flymake-process-sentinel)
8691 (flymake-after-change-function)
8692 (flymake-create-temp-with-folder-structure)
8693 (flymake-get-include-dirs-dot): Mark unused parameters.
8694 (flymake-safe-delete-directory): Remove unused variable `err'.
8695
8696 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
8697 (speedbar-timer-fn, speedbar-line-text)
8698 (speedbar-change-expand-button-char, speedbar-delete-subblock)
8699 (speedbar-center-buffer-smartly): Declare functions.
8700 (gdb-find-watch-expression): Remove unused variable `array'.
8701 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
8702 (gdb-starting): Mark unused parameters.
8703 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
8704 (gdb-table-string): Remove unused variable `res'.
8705 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
8706 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
8707 (gdb-display-buffer): Remove unused variable `cur-size'.
8708
8709 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
8710 allow lexical-binding compilation.
8711 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
8712 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
8713 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
8714 Mark unused parameters.
8715 (gud-gdb-marker-filter): Remove unused variable `match'.
8716 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
8717 lambda expressions and funcall them, instead of using `fset'.
8718
8719 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
8720 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
8721
8722 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
8723 variable `header-beg'; use `let'.
8724
8725 * progmodes/icon.el (indent-icon-exp): Remove unused variables
8726 `restart', `last-sexp' and `at-do'.
8727
8728 * progmodes/js.el (js--debug): Mark unused parameter.
8729 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
8730 (js--splice-into-items): Remove unused variable `item'.
8731 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
8732
8733 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
8734 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
8735 (makefile-complete): Remove unused variable `try'.
8736 (makefile-fill-paragraph, makefile-match-function-end):
8737 Mark unused parameters.
8738
8739 * progmodes/octave-inf.el (inferior-octave-complete):
8740 Remove unused variable `proc'.
8741 (inferior-octave-output-digest): Mark unused parameter.
8742
8743 * progmodes/perl-mode.el (perl-calculate-indent):
8744 Remove unused variable `err'.
8745
8746 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
8747 (prolog-indent-line): Mark unused parameters.
8748 (prolog-indent-line): Remove unused variable `beg'.
8749
8750 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
8751 (reporter-dont-compact-list): Declare.
8752
8753 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
8754 Remove unused variable `char'.
8755 (sh-debug): Mark unused parameter.
8756 (sh-get-indent-info): Remove unused variable `start'.
8757 (sh-calculate-indent): Remove unused variable `var'.
8758
8759 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
8760 (simula-electric-keyword): Remove unused variable `null'.
8761 (simula-search-backward, simula-search-forward): Remove unused
8762 variables `begin' and `end'.
8763
8764 * progmodes/vera-mode.el (vera-guess-basic-syntax):
8765 Remove unused variable `pos'.
8766 (vera-electric-tab, vera-comment-uncomment-region):
8767 Mark unused parameters.
8768 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
8769
8770 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
8771
8772 * emacs-lisp/package.el (package--builtins, package-alist)
8773 (package-load-descriptor, package-built-in-p, package-activate)
8774 (define-package, package-installed-p)
8775 (package-compute-transaction, package-buffer-info)
8776 (package--push): Doc fix. Distinguish more clearly between
8777 version strings and version lists.
8778
8779 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
8780
8781 Lexical-binding cleanup.
8782
8783 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
8784 (5x5-make-mutate-best):
8785 * play/fortune.el (fortune-in-buffer):
8786 * play/gomoku.el (gomoku-init-display):
8787 * play/solitaire.el (solitaire, solitaire-do-check):
8788 * play/tetris.el (tetris-default-update-speed-function):
8789 Mark unused parameters.
8790
8791 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
8792 (bubbles--shift): Remove unused variable `char-org'.
8793 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
8794 (bubbles--show-images): Remove unused variable `char'.
8795
8796 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
8797 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
8798 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
8799 (decipher-analyze-buffer): Use ?\s.
8800 (decipher-make-checkpoint): Remove unused variable `mapping'.
8801
8802 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
8803
8804 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8805 Remove unused variable `result'; use `let'.
8806
8807 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
8808 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
8809 (gametree-children-shown-p, gametree-compute-reduced-score):
8810 Use `ignore-errors'.
8811
8812 * play/handwrite.el (ps-lpr-switches): Declare.
8813 (handwrite): Remove unused variables `pmin' and `lastp'.
8814
8815 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
8816
8817 * play/landmark.el (landmark-init-display)
8818 (landmark-update-naught-weights): Mark unused parameters.
8819 (landmark-y): Remove unused variable `noise'. Simplify.
8820 (landmark-human-plays): Remove unused variable `score'.
8821
8822 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
8823 (mpuz-try-proposal): Remove unused variable `game'.
8824
8825 * play/zone.el (life-patterns): Declare.
8826
8827 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
8828
8829 * vc/vc.el (ediff-vc-internal): Declare function.
8830
8831 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * shell.el: Use lexical-binding and std completion UI.
8834 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
8835 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
8836 comint-preoutput-filter-functions rather than on
8837 comint-output-filter-functions.
8838 (shell-command-completion, shell--command-completion-data)
8839 (shell-filename-completion, shell-environment-variable-completion)
8840 (shell-c-a-p-replace-by-expanded-directory): New functions.
8841 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
8842 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
8843 (shell-dynamic-complete-environment-variable): Use them.
8844 (shell-dynamic-complete-as-environment-variable)
8845 (shell-dynamic-complete-as-command): Remove.
8846 (shell-match-partial-variable): Match past point.
8847 * comint.el: Clean up use of completion-at-point-functions.
8848 (comint-completion-at-point): New function.
8849 (comint-mode): Use it completion-at-point-functions.
8850 (comint-dynamic-complete): Make it obsolete.
8851 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
8852 (comint-c-a-p-replace-by-expanded-history): New function.
8853 (comint-dynamic-complete-functions)
8854 (comint-replace-by-expanded-history): Use it.
8855 * minibuffer.el (completion-table-with-terminator): Allow dynamic
8856 termination strings. Try harder to avoid second try-completion.
8857 (completion-in-region-mode-map): Disable bindings that don't work yet.
8858
8859 * comint.el: Use lexical-binding. Require CL.
8860 (comint-dynamic-complete-functions): Use comint-filename-completion.
8861 (comint-completion-addsuffix): Tweak custom type.
8862 (comint-filename-completion, comint--common-suffix)
8863 (comint--common-quoted-suffix, comint--table-subvert)
8864 (comint--complete-file-name-data): New functions.
8865 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
8866 (comint-dynamic-list-filename-completions): Use them.
8867 (comint-dynamic-simple-complete): Make obsolete.
8868
8869 * minibuffer.el (completion-in-region-mode):
8870 Keep completion-in-region-mode--predicate global.
8871 (completion-in-region--postch):
8872 Assume completion-in-region-mode--predicate is not null.
8873
8874 * progmodes/flymake.el (flymake-start-syntax-check-process):
8875 Obey `dir'. Simplify.
8876
8877 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
8878 we're in VC after all.
8879
8880 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
8881
8882 * vc/vc.el (vc-diff-build-argument-list-internal)
8883 (vc-version-ediff, vc-ediff): New commands.
8884 (vc-version-diff): Use vc-diff-build-argument-list-internal.
8885
8886 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
8889 add sanity check.
8890
8891 * obsolete/erc-hecomplete.el: Make obsolete.
8892 * obsolete/: Standardize obsolescence info in the header.
8893
8894 2011-04-20 Glenn Morris <rgm@gnu.org>
8895
8896 * calendar/solar.el (solar-horizontal-coordinates):
8897 Use the longitude argument rather than `calendar-longitude'.
8898 (solar-date-next-longitude): Remove unused locals.
8899
8900 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8901
8902 * whitespace.el: New version 13.2.1.
8903
8904 2011-04-20 felix <EmacsWiki> (tiny change)
8905
8906 * whitespace.el (global-whitespace-mode): Keep highlight when
8907 switching between major modes on a file.
8908
8909 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
8912 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
8913 multi-line comments as well.
8914
8915 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
8916
8917 Lexical-binding cleanup.
8918
8919 * arc-mode.el (archive-mode-revert):
8920 * cmuscheme.el (scheme-interactively-start-process):
8921 * custom.el (custom-initialize-delay):
8922 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
8923 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
8924 * emacs-lock.el (emacs-lock-clear-sentinel):
8925 * ezimage.el (defezimage):
8926 * follow.el (follow-avoid-tail-recenter):
8927 * fringe.el (set-fringe-mode-1):
8928 * generic-x.el (bat-generic-mode-compile):
8929 * help-mode.el (help-info-variable, help-do-xref)
8930 (help-mode-revert-buffer):
8931 * help.el (view-emacs-todo):
8932 * iswitchb.el (iswitchb-completion-help):
8933 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
8934 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
8935 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
8936 * locate.el (locate-update):
8937 * longlines.el (longlines-encode-region)
8938 (longlines-after-change-function):
8939 * outline.el (outline-isearch-open-invisible):
8940 * ps-def.el (declare-function, charset-dimension, char-width)
8941 (encode-char):
8942 * ps-mule.el (ps-mule-plot-string):
8943 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
8944 (recentf-edit-list-select, recentf-edit-list-validate)
8945 (recentf-open-files-action):
8946 * rect.el (delete-whitespace-rectangle-line)
8947 (rectangle-number-line-callback):
8948 * register.el (window-configuration-to-register)
8949 (frame-configuration-to-register):
8950 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
8951 * select.el (xselect-convert-to-string, xselect-convert-to-length)
8952 (xselect-convert-to-targets, xselect-convert-to-delete)
8953 (xselect-convert-to-filename, xselect-convert-to-charpos)
8954 (xselect-convert-to-lineno, xselect-convert-to-colno)
8955 (xselect-convert-to-os, xselect-convert-to-host)
8956 (xselect-convert-to-user, xselect-convert-to-class)
8957 (xselect-convert-to-name, xselect-convert-to-integer)
8958 (xselect-convert-to-atom, xselect-convert-to-identity):
8959 * subr.el (declare, ignore, process-kill-without-query)
8960 (text-clone-maintain):
8961 * terminal.el (te-get-char, te-tic-sentinel):
8962 * tool-bar.el (tool-bar-make-keymap):
8963 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
8964 * type-break.el (type-break-mode, type-break-noninteractive-query):
8965 * view.el (View-back-to-mark):
8966 * wid-browse.el (widget-browse-action, widget-browse-widget)
8967 (widget-browse-widgets, widget-browse-sexp):
8968 * widget.el (define-widget-keywords):
8969 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8970 Mark unused parameters.
8971
8972 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8973 (align-areas): Remove unused variable `look'.
8974 (align-region): Remove unused variables `real-end' and `pos-list'.
8975
8976 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8977
8978 * bindings.el (mode-line-modified, mode-line-remote):
8979 Mark unused parameters.
8980 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8981
8982 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8983 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8984
8985 * comint.el (comint-history-isearch-pop-state)
8986 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8987 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8988 (comint-substitute-in-file-name): Doc fix.
8989
8990 * completion.el (cmpl-statistics-block): Mark unused parameter.
8991 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8992 (save-completions-to-file, load-completions-from-file):
8993 Remove unused local variable `e'.
8994
8995 * composite.el (compose-chars): Remove unused variable `len'.
8996 (lgstring-insert-glyph): Remove unused variable `g'.
8997 (compose-glyph-string): Remove unused variables `ascent',
8998 `descent', `lbearing' and `rbearing'.
8999 (compose-glyph-string-relative): Remove unused variables
9000 `lbearing', `rbearing' and `wadjust'.
9001 (compose-gstring-for-graphic): Remove unused variables `header',
9002 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
9003 (compose-gstring-for-terminal): Remove unused variables `header'
9004 and `nchars'. Use `let', not `let*'.
9005
9006 * cus-edit.el (Custom-set, Custom-save, custom-reset)
9007 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
9008 (Custom-buffer-done, custom-buffer-create-internal)
9009 (custom-browse-visibility-action, custom-browse-group-tag-action)
9010 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
9011 (widget-magic-mouse-down-action, custom-toggle-parent)
9012 (custom-add-parent-links, custom-toggle-hide-variable)
9013 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
9014 (custom-toggle-hide-face, face, hook, custom-group-link-action)
9015 (custom-face-menu-create, custom-variable-menu-create, get)
9016 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
9017 (custom-reset-standard-save-and-update): Remove unused variable `value'.
9018 (customize-apropos): Remove unused variable `tests'.
9019 (custom-group-value-create): Remove unused variable `hidden-p'.
9020 (sort-fold-case): Declare.
9021
9022 * cus-theme.el (custom-reset-standard-faces-list)
9023 (custom-reset-standard-variables-list): Declare.
9024 (customize-create-theme, custom-theme-revert, custom-theme-write)
9025 (custom-theme-choose-mode, customize-themes, custom-theme-save):
9026 Mark unused parameters.
9027
9028 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
9029
9030 * delim-col.el (delimit-columns-max): Move defvar before first use.
9031
9032 * descr-text.el (describe-char-categories): Don't quote `lambda'.
9033 (describe-char): Don't quote `lambda'. Mark unused parameter.
9034
9035 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
9036 (auto-insert): Declare.
9037 (desktop-restore-file-buffer): Rename desktop-* parameters;
9038 mark unused ones.
9039 (desktop-create-buffer): Rename desktop-* parameters and bind them.
9040 (desktop-buffer): Rename desktop-* parameters.
9041
9042 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9043 (dframe-reposition-frame-xemacs, dframe-help-echo)
9044 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
9045 Mark unused parameters.
9046
9047 * dired-aux.el (backup-extract-version-start, overwrite-query)
9048 (overwrite-backup-query, rename-regexp-query)
9049 (rename-non-directory-query): Declare.
9050 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
9051 (dired-add-entry): Remove unused variable `orig-file-name'.
9052 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
9053 Use parameter PRESERVE-TIME instead of accessing dynamic variable
9054 `dired-copy-preserve-time' directly.
9055 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
9056 (dired-insert-subdir-newpos): Rename unused variable `pos'.
9057
9058 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
9059 (dired-virtual-revert, dired-make-relative-symlink):
9060 Mark unused parameters.
9061 (manual-program): Declare.
9062 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
9063 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
9064 wrapped in `with-no-warnings' to avoid replacing one warning by another.
9065
9066 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
9067
9068 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
9069
9070 * echistory.el (electric-history-in-progress, Helper-return-blurb):
9071 Declare.
9072
9073 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
9074
9075 * electric.el (Electric-command-loop): Rename parameter
9076 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
9077
9078 * expand.el (expand-in-literal): Remove unused variable `here'.
9079
9080 * facemenu.el (facemenu-add-new-color):
9081 Remove unused variable `docstring'.
9082
9083 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
9084 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
9085 (face-attr-construct): Mark unused parameter. Doc fix.
9086 (read-color): Remove unused variable `hex-string'.
9087
9088 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
9089 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
9090 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
9091 (display-buffer-other-frame): Remove unused variable `old-window'.
9092 (kill-buffer-hook): Declare.
9093 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
9094 Mark unused parameters.
9095 (after-find-file): Pass 1 to `auto-save-mode', not t.
9096
9097 * files-x.el (auto-insert): Declare.
9098 (modify-file-local-variable-prop-line): Remove unused variable `val'.
9099
9100 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
9101 variable `buf'. Mark unused parameter.
9102 (find-lisp-insert-directory): Mark unused parameter.
9103
9104 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
9105 (format-encode-region): Remove unused variables `cur-buf' and `result'.
9106 (format-common-tail): Remove, unused.
9107 (format-deannotate-region): Remove unused variable `loc'.
9108 (format-annotate-region): Remove unused variable `p'.
9109 (format-annotate-single-property-change): Remove unused variables
9110 `default' and `tail'.
9111
9112 * forms.el (read-file-filter): Declare.
9113 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
9114
9115 * frame.el (frame-creation-function-alist): Mark unused parameter.
9116 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
9117
9118 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
9119 Remove unused parameters.
9120 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
9121 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
9122
9123 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
9124 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
9125 (hfy-prepare-tag-map): Mark unused parameters.
9126 (htmlfontify-buffer): Use `called-interactively-p'.
9127
9128 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
9129 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
9130 (ibuffer-do-occur): Mark unused parameters.
9131 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
9132 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
9133
9134 * ibuffer.el: Don't quote `lambda'.
9135 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
9136 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
9137 Mark unused parameters.
9138
9139 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
9140 (ido-completing-read): Mark unused parameters.
9141 (ido-copy-current-word): Mark unused parameters;
9142 remove unused variable `name'.
9143 (ido-sort-merged-list): Remove unused parameter `dirs'.
9144
9145 * ielm.el (ielm-input-sender): Mark unused parameter.
9146 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
9147 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
9148 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
9149 `ielm-string' as a dynamic variable accessible from the IELM prompt.
9150 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
9151
9152 * image-dired.el (image-dired-display-thumbs): Remove unused
9153 variables `curr-file' and `count'.
9154 (image-dired-remove-tag): Remove unused variable `start'.
9155 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
9156 variable `curr-file'
9157 (image-dired-rotate-original): Remove unused variable `temp-file'.
9158 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
9159 Remove unused variable `file'.
9160 (image-dired-gallery-generate): Remove unused variable `curr'.
9161 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
9162
9163 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
9164
9165 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
9166
9167 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
9168
9169 * isearch.el (minibuffer-history-symbol): Declare.
9170 (isearch-edit-string): Remove unused variable `err'.
9171 (isearch-message-prefix, isearch-message-suffix):
9172 Mark unused parameters.
9173
9174 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
9175
9176 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
9177
9178 * makesum.el (double-column): Remove unused variable `cnt'.
9179
9180 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
9181 (ido-ignore-item-temp-list): Declare.
9182
9183 * mouse-drag.el (mouse-drag-throw): Remove unused variables
9184 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
9185 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
9186 (mouse-drag-drag): Remove unused variables `mouse-delta' and
9187 `mouse-col-delta'.
9188
9189 * mouse-sel.el (mouse-extend-internal):
9190 Remove unused variable `orig-window-frame'.
9191
9192 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
9193 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
9194 Move declarations before first use.
9195 (pcomplete-opt): Mark unused parameters; doc fix.
9196
9197 * proced.el (proced-revert): Mark unused parameter.
9198 (proced-send-signal): Remove unused variable `err'.
9199
9200 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
9201 Rename parameter PREFIX-ARG to ARG.
9202 (ps-basic-plot-string, ps-basic-plot-whitespace):
9203 Mark unused parameters.
9204
9205 * replace.el (replace-count): Define.
9206 (occur-revert-function): Mark unused parameters.
9207 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
9208 (isearch-case-fold-search, isearch-string): Declare.
9209 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
9210 bind `case-fold-search'. Remove unused variables `beg' and `end',
9211 and simplify.
9212 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
9213 COUNT and bind `replace-count'.
9214 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
9215 to COUNT.
9216
9217 * savehist.el (print-readably, print-string-length): Declare.
9218
9219 * shadowfile.el (shadow-expand-cluster-in-file-name):
9220 Remove unused variable `cluster'.
9221 (shadow-copy-file): Remove unused variable `i'.
9222 (shadow-noquery, shadow-clusters, shadow-site-cluster)
9223 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
9224 (shadow-define-literal-group, shadow-define-regexp-group)
9225 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
9226
9227 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
9228 (shell): Use `called-interactively-p'.
9229 (shell-directory-tracker): Remove unused variable `chdir-failure'.
9230
9231 * simple.el (compilation-context-lines, comint-file-name-quote-list)
9232 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
9233 (delete-backward-char): Remove unused variable `ocol'.
9234 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
9235 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
9236 (event-apply-hyper-modifier, event-apply-shift-modifier)
9237 (event-apply-control-modifier, event-apply-meta-modifier):
9238 Mark unused parameters.
9239 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
9240 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
9241
9242 * speedbar.el (speedbar-ignored-directory-expressions)
9243 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
9244 (speedbar-find-file, speedbar-dir-follow)
9245 (speedbar-directory-buttons-follow, speedbar-tag-find)
9246 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9247 (speedbar-buffers-line-directory, speedbar-buffer-click):
9248 Mark unused parameters.
9249 (speedbar-tag-file): Remove unused variable `mode'.
9250 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
9251
9252 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
9253
9254 * talk.el (talk): Remove unused variable `display'.
9255
9256 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
9257 (tar-write-region-annotate): Mark unused parameter.
9258
9259 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
9260 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
9261 Declare them, wrapped in `with-no-warnings' to avoid replacing one
9262 warning by another.
9263
9264 * time-stamp.el (time-stamp-string-preprocess):
9265 Remove unused variable `require-padding'.
9266
9267 * tree-widget.el (widget-glyph-enable): Declare.
9268 (tree-widget-action): Mark unused parameter.
9269
9270 * w32-fns.el (x-get-selection): Mark unused parameter.
9271 (autoload-make-program, generated-autoload-file): Declare.
9272
9273 * wdired.el (wdired-revert): Mark unused parameters.
9274 (wdired-xcase-word): Remove unused variable `err'.
9275
9276 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
9277 (whitespace-help-scroll): Remove unused variable `data-help'.
9278
9279 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
9280 (widget-image-insert, widget-after-change, default)
9281 (widget-default-format-handler, widget-default-notify)
9282 (widget-default-prompt-value, widget-info-link-action)
9283 (widget-url-link-action, widget-function-link-action)
9284 (widget-variable-link-action, widget-file-link-action)
9285 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
9286 (widget-field-prompt-internal, widget-field-action, widget-field-match)
9287 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
9288 (widget-insert-button-action, widget-delete-button-action, visibility)
9289 (widget-documentation-link-action, widget-documentation-string-action)
9290 (widget-const-prompt-value, widget-regexp-match, symbol)
9291 (widget-coding-system-prompt-value)
9292 (widget-key-sequence-value-to-external, sexp)
9293 (widget-sexp-value-to-internal, character, vector, cons)
9294 (widget-choice-prompt-value, widget-boolean-prompt-value)
9295 (widget-color--choose-action): Mark unused parameters.
9296 (widget-item-match-inline, widget-choice-match-inline)
9297 (widget-checklist-match, widget-checklist-match-inline)
9298 (widget-group-match): Rename parameter VALUES to VALS.
9299 (widget-field-value-set): Remove unused variable `size'.
9300 (widget-color-action): Remove unused variables `value' and `start'.
9301
9302 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
9303 variable `dir'. Doc fix.
9304 (windmove-find-other-window): Don't pass it.
9305
9306 * window.el (count-windows): Mark unused parameter.
9307 (bw-adjust-window): Remove unused variable `err'.
9308
9309 * woman.el (woman-file-name): Remove unused variable `default'.
9310 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
9311 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
9312 (global-font-lock-mode): Declare.
9313 (woman-decode-region): Mark unused parameter.
9314 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
9315
9316 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
9317 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
9318 (x-dnd-handle-moz-url): Remove unused variable `title'.
9319 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
9320
9321 * xml.el (xml-parse-tag, xml-parse-attlist):
9322 Remove unused variable `pos'.
9323
9324 2011-04-19 Glenn Morris <rgm@gnu.org>
9325
9326 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
9327 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9328 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9329 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
9330 * calendar/cal-html.el (cal-html-insert-minical):
9331 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
9332 (calendar-mark-date-pattern):
9333 Prefix "unused" locals.
9334
9335 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
9336 optional argument `style'.
9337
9338 * calendar/appt.el (appt-make-list):
9339 * calendar/cal-china.el (calendar-chinese-date-string):
9340 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
9341 (diary-hebrew-yahrzeit):
9342 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
9343 * calendar/calendar.el (calendar-generate-window):
9344 * calendar/time-date.el (time-to-days):
9345 Remove unused local variables.
9346
9347 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
9348
9349 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
9350 glyphless-char-display table.
9351 (tabulated-list-glyphless-char-display): New var.
9352
9353 2011-04-18 Sam Steingold <sds@gnu.org>
9354
9355 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
9356 to acknowledgments.
9357
9358 2011-04-17 Glenn Morris <rgm@gnu.org>
9359
9360 * calendar/diary-lib.el (diary-sexp-entry):
9361 * calendar/holidays.el (holiday-sexp):
9362 Set debug-on-error rather than the removed stack-trace-on-error.
9363
9364 2011-04-16 Glenn Morris <rgm@gnu.org>
9365
9366 * progmodes/f90.el: Use lexical-binding.
9367 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
9368
9369 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
9372 (mail-mode): Setup mailalias completion here instead.
9373 * mail/mailalias.el: Use lexical-binding.
9374 (pattern, mailalias-done): Declare dynamic.
9375 (mail-completion-at-point-function): New function, from mail-complete.
9376 (mail-complete): Use it.
9377 (mail-completion-expand): New function.
9378 (mail-get-names): Use it.
9379 (mail-directory, mail-directory-process, mail-directory-stream):
9380 Don't use `pattern' for lexically bound arg.
9381
9382 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
9383
9384 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
9385 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
9386 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
9387
9388 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
9389 (byte-save-window-excursion, byte-temp-output-buffer-setup)
9390 (byte-interactive-p): Define them again, for use when inlining
9391 old code.
9392
9393 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
9394
9395 * loadup.el: Use `string-to-number', not `string-to-int'.
9396
9397 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
9400 gud-gdb-complete-command.
9401 (gud-gdb-completions): New function, from gud-gdb-complete-command.
9402 (gud-gdb-completion-at-point): New function.
9403 (gud-gdb-completions): Remove.
9404
9405 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
9406
9407 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
9408 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
9409 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
9410 whether `executable-find' is bound.
9411
9412 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
9413
9414 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * minibuffer.el (completion-in-region-mode-predicate)
9417 (completion-in-region-mode--predicate): New vars.
9418 (completion-in-region, completion-in-region--postch)
9419 (completion-in-region-mode): Use them.
9420 (completion--capf-wrapper): Also return the hook function.
9421 (completion-at-point, completion-help-at-point):
9422 Adjust and provide a predicate.
9423
9424 Preserve arg names for advice of subr and lexical functions (bug#8457).
9425 * help-fns.el (help-function-arglist): Consolidate the subr and
9426 new-byte-code cases. Add argument `preserve-names' to extract names
9427 from the docstring when needed.
9428 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
9429 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
9430 (ad-arglist): Use help-function-arglist's new arg.
9431 (ad-definition-type): Use cond.
9432
9433 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
9434
9435 * autorevert.el (auto-revert-handler):
9436 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
9437 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
9438 Don't quote lambda.
9439
9440 * image-mode.el (image-transform-set-scale):
9441 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
9442
9443 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9444
9445 * net/network-stream.el (network-stream-open-starttls): Only do
9446 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
9447 Upgrades via gnutls-cli are too slow to be done opportunistically.
9448
9449 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
9450
9451 * dframe.el (dframe-current-frame): Remove spurious quote.
9452
9453 2011-04-12 Glenn Morris <rgm@gnu.org>
9454
9455 * calendar/cal-tex.el (cal-tex-end-document):
9456 Try to automatically use latin1 input if needed.
9457
9458 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
9459 Don't try to cons a mark onto an empty element.
9460
9461 2011-04-11 Leo Liu <sdl.web@gmail.com>
9462
9463 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
9464 buffers.
9465 (ido-kill-buffer-at-head): Support killing virtual buffers.
9466
9467 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
9468
9469 * minibuffer.el (completion-show-inline-help): New var.
9470 (completion--do-completion, minibuffer-complete)
9471 (minibuffer-force-complete, minibuffer-complete-word):
9472 Inhibit minibuffer messages if completion-show-inline-help is nil.
9473
9474 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
9475 to avoid interference from inline help (Bug#5849).
9476
9477 2011-04-10 Leo Liu <sdl.web@gmail.com>
9478
9479 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9480 Fix typo.
9481
9482 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * image-mode.el (image-toggle-display-image): Signal an error if
9485 not in Image mode.
9486 (image-transform-mode, image-transform-resize)
9487 (image-transform-set-rotation): Doc fix.
9488 (image-transform-set-resize): Delete.
9489 (image-transform-set-scale, image-transform-fit-to-height)
9490 (image-transform-fit-to-width): Handle image-toggle-display-image
9491 and image-transform-resize directly.
9492
9493 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
9494
9495 * doc-view.el (doc-view-fit-width-to-window)
9496 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
9497 New functions for fitting the shown image to the Emacs window size.
9498 (doc-view-mode-map): Add bindings for the new functions.
9499
9500 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
9503 Fix typo in docstring.
9504
9505 2011-04-08 Eli Zaretskii <eliz@gnu.org>
9506
9507 * files.el (file-size-human-readable): Produce one digit after
9508 decimal, like "ls -lh" does.
9509
9510 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
9511 the file size representation.
9512
9513 * simple.el (list-processes): If async subprocesses are not
9514 available, error out with a clear error message.
9515
9516 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
9517
9518 * help.el (help-form-show): New function, to be called from C.
9519 Put help-form output in a buffer named differently than *Help*.
9520
9521 2011-04-08 Eli Zaretskii <eliz@gnu.org>
9522
9523 * files.el (file-size-human-readable): New function.
9524
9525 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
9526 computing the representation inline. Don't require `cl'.
9527
9528 2011-04-08 Glenn Morris <rgm@gnu.org>
9529
9530 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
9531
9532 * net/browse-url.el (browse-url-firefox):
9533 Test system-type, not system-configuration.
9534
9535 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
9536 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
9537 Use log-edit-empty-buffer-p. (Bug#7598)
9538
9539 * net/rlogin.el (rlogin-process-connection-type): Simplify.
9540 (rlogin-mode-map): Initialize in the defvar.
9541 (rlogin): Use ignore-errors.
9542
9543 * replace.el (occur-mode-map): Some fixes for menu items.
9544
9545 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
9546
9547 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
9548
9549 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
9550
9551 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
9552 issuing unused warnings.
9553
9554 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
9555 macro directly.
9556
9557 * simple.el: Lisp reimplement of list-processes. Based on an
9558 earlier reimplementation by Leo Liu, but using tabulated-list.el.
9559 (process-menu-mode): New major mode.
9560 (list-processes--refresh, list-processes):
9561 (process-menu-visit-buffer): New functions.
9562
9563 * files.el (save-buffers-kill-emacs): Don't assume any return
9564 value of list-processes, which is undocumented anyway.
9565
9566 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
9567
9568 * emacs-lisp/tabulated-list.el: New file.
9569
9570 * emacs-lisp/package.el: Use Tabulated List mode.
9571 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
9572 (package-menu-mode): Derive from tabulated-list-mode. Set up the
9573 table format using Tabulated List mode variables.
9574 (package--push): New macro, replacing package-list-maybe-add.
9575 (package-menu--generate): Use package--push. Renamed from
9576 package--generate-package-list.
9577 (package-menu-refresh, list-packages): Use it.
9578 (package-menu--print-info): Rename from package-print-package.
9579 Return insertion data instead of inserting it directly.
9580 (package-menu-describe-package, package-menu-execute):
9581 Use tabulated-list-get-id.
9582 (package-menu-mark-delete, package-menu-mark-install)
9583 (package-menu-mark-unmark, package-menu-backup-unmark)
9584 (package-menu-mark-obsolete-for-deletion):
9585 Use tabulated-list-put-tag.
9586 (package--list-packages, package-menu-revert)
9587 (package-menu-get-package, package-menu-get-version)
9588 (package-menu-sort-by-column): Functions deleted.
9589 (package-menu-package-list, package-menu-sort-key): Vars deleted.
9590 (package-menu--status-predicate, package-menu--version-predicate)
9591 (package-menu--name-predicate)
9592 (package-menu--description-predicate): Handle arguments in the
9593 Tabulated List format.
9594 (package-list-packages-no-fetch): Call list-packages.
9595
9596 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
9597
9598 * files.el (after-find-file-from-revert-buffer): Remove variable.
9599 (after-find-file): Don't bind it.
9600 (revert-buffer-in-progress-p): New variable.
9601 (revert-buffer): Bind it.
9602 Pass nil for `after-find-file-from-revert-buffer'.
9603
9604 * saveplace.el (save-place-find-file-hook): Use new variable
9605 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
9606
9607 2011-04-06 Glenn Morris <rgm@gnu.org>
9608
9609 * Makefile.in (AUTOGEN_VCS): New variable.
9610 (autoloads): Use $AUTOGEN_VCS.
9611
9612 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
9613 * calendar/calendar.el (calendar-mode-map):
9614 Check for toolkit scroll bars. (Bug#8305)
9615
9616 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
9617
9618 * minibuffer.el (completion-in-region--postch)
9619 (completion-in-region-mode): Remove unnecessary messages.
9620
9621 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
9622
9623 * font-lock.el (font-lock-refresh-defaults):
9624 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
9625 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
9626
9627 * info.el (Info-directory-list, Info-read-node-name-2)
9628 (Info-split-parameter-string): Doc fixes.
9629 (Info-virtual-nodes): Reflow docstring.
9630 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
9631 (Info-apropos-toc-nodes, info-finder, Info-get-token)
9632 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
9633 Fix typos in docstrings.
9634 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
9635 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
9636 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
9637 (Info-restore-desktop-buffer): Mark unused parameters.
9638 (Info-directory-find-file, Info-directory-find-node)
9639 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
9640 (Info-virtual-index-find-node, Info-apropos-find-file)
9641 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
9642 Mark unused parameters; fix typos in docstrings.
9643 (Info-virtual-index): Remove unused local variable `nodename'.
9644
9645 2011-04-05 Deniz Dogan <deniz@dogan.se>
9646
9647 * net/rcirc.el: Update my e-mail address.
9648 (rcirc-mode-map): Remove M-o binding.
9649
9650 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
9651
9652 * startup.el (command-line): Save the cursor's theme-face
9653 directly, instead of using face-override-spec.
9654
9655 * custom.el (load-theme): Minor optimization in assigning faces.
9656
9657 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
9658
9659 * help-fns.el (describe-variable): Complete all variables having
9660 documentation, including keywords.
9661 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
9662
9663 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
9664
9665 Convert to lexical-binding.
9666
9667 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
9668 (bs--get-marked-string, bs--get-modified-string)
9669 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
9670 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
9671 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
9672
9673 * ehelp.el (electric-help-execute-extended)
9674 (electric-help-ctrl-x-prefix):
9675 * hexl.el (hexl-revert-buffer-function):
9676 * linum.el (linum-after-change, linum-after-scroll):
9677 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
9678
9679 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
9680
9681 2011-04-04 Daiki Ueno <ueno@unixuser.org>
9682
9683 * epa-dired.el:
9684 * epa-mail.el:
9685 * epa-hook.el:
9686 * epa-file.el:
9687 * epa.el:
9688 * epg.el: Use lexical binding.
9689
9690 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
9691
9692 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
9693
9694 * textmodes/flyspell.el (flyspell-word): Recognize default
9695 dictionary case for flyspell-mark-duplications-exceptions.
9696 Use regexp matching for languages.
9697 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
9698 default dictionary (Bug#7926).
9699
9700 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
9701
9702 * emacs-lisp/package.el (package--with-work-buffer):
9703 Recognize https URLs.
9704
9705 * net/network-stream.el: Move from gnus/proto-stream.el.
9706 Change prefix to network-stream throughout.
9707 (open-protocol-stream): Merge into open-network-stream, leaving
9708 open-protocol-stream as an alias. Handle nil BUFFER args.
9709
9710 * subr.el (open-network-stream): Move to net/network-stream.el.
9711
9712 2011-04-02 Glenn Morris <rgm@gnu.org>
9713
9714 * find-dired.el (find-exec-terminator): New option.
9715 (find-ls-option): Test for -ls support.
9716 (find-ls-subdir-switches): Test for -b in find-ls-option.
9717 (find-dired, find-grep-dired): Doc fixes.
9718 (find-dired): Use find-exec-terminator.
9719
9720 * find-dired.el (find-ls-option, find-ls-subdir-switches)
9721 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
9722 (find-name-arg): Remove purecopy.
9723
9724 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
9725 (grep-compute-defaults): Check for `-exec COMMAND +' support.
9726 Set grep-find-use-xargs, grep-find-command, and grep-find-template
9727 accordingly. Don't add the null-device if not needed.
9728
9729 * files.el (save-some-buffers): Doc fix.
9730
9731 2011-04-02 Eli Zaretskii <eliz@gnu.org>
9732
9733 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
9734
9735 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
9736
9737 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
9738 Use `dolist' rather than `mapcar'.
9739
9740 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
9741
9742 Add lexical binding.
9743
9744 * subr.el (apply-partially): Use new closures rather than CL.
9745 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
9746 (dolist, dotimes): Use slightly different expansion for lexical code.
9747 (functionp): Move to C.
9748 (letrec): New macro.
9749 (with-wrapper-hook): Use it and apply-partially instead of CL.
9750 (eval-after-load): Preserve lexical-binding.
9751 (save-window-excursion, with-output-to-temp-buffer): Turn them
9752 into macros.
9753
9754 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
9755
9756 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
9757 than the arglist.
9758 (help-add-fundoc-usage): Don't add `Not documented'.
9759 (help-function-arglist): Handle closures, subroutines, and new
9760 byte-code-functions.
9761 (help-make-usage): Remove leading underscores.
9762 (describe-function-1): Handle closures.
9763 (describe-variable): Use special-variable-p for completion.
9764
9765 * files.el (lexical-binding): Declare safe.
9766
9767 * emacs-lisp/pcase.el: Don't use destructuring-bind.
9768 (pcase--memoize): Rename from pcase-memoize. Change weakness.
9769 (pcase): Add `let' pattern.
9770 Change memoization so it actually works.
9771 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
9772 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
9773 <let>: New case.
9774
9775 * emacs-lisp/macroexp.el: Use lexical binding.
9776 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
9777 Don't convert ' to #' without checking that it's indeed quoting
9778 a lambda.
9779
9780 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
9781 Use eval-sexp-add-defvars.
9782 (eval-sexp-add-defvars): New fun.
9783
9784 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
9785
9786 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
9787 Don't autoload.
9788 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
9789 than the internal `byte-compile-lambda'.
9790 (defmethod): Don't hide code under quotes.
9791 (eieio-defmethod): New `code' argument.
9792
9793 * emacs-lisp/eieio-comp.el: Remove.
9794
9795 * emacs-lisp/edebug.el (edebug-eval-defun)
9796 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
9797 (edebug-toggle): Avoid `eval'.
9798
9799 * emacs-lisp/disass.el (disassemble-internal): Handle new
9800 `closure' objects.
9801 (disassemble-1): Handle new byte codes.
9802
9803 * emacs-lisp/cl.el (pushnew): Silence warning.
9804
9805 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
9806 (cl-byte-compile-throw): Remove.
9807 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
9808
9809 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
9810 closures.
9811
9812 * emacs-lisp/cconv.el: New file.
9813
9814 * emacs-lisp/bytecomp.el: Use lexical binding instead of
9815 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
9816 (byte-compile-initial-macro-environment):
9817 Handle declare-function here.
9818 (byte-compile--lexical-environment): New var.
9819 (byte-stack-ref, byte-stack-set, byte-discardN)
9820 (byte-discardN-preserve-tos): New lap codes.
9821 (byte-interactive-p): Don't use any more.
9822 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
9823 New macros.
9824 (byte-compile-lapcode): Use them and handle new lap codes.
9825 (byte-compile-obsolete): Remove.
9826 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
9827 (byte-compile-arglist-warn): Check late def of inlinable funs.
9828 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
9829 since they should have been expanded by now.
9830 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
9831 (byte-compile-from-buffer): Remove unused second arg.
9832 (byte-compile-preprocess): New function.
9833 (byte-compile-toplevel-file-form): New function to distinguish
9834 file-form calls from outside from file-form calls from hunk-handlers.
9835 (byte-compile-file-form): Simplify.
9836 (byte-compile-file-form-defsubst): Remove.
9837 (byte-compile-file-form-defmumble): Simplify now that
9838 byte-compile-lambda always returns a byte-code-function.
9839 (byte-compile): Preprocess.
9840 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
9841 Remove, not used any more.
9842 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
9843 (byte-compile-make-args-desc): New funs.
9844 (byte-compile-lambda): Handle lexical functions. Always return
9845 a byte-code-function.
9846 (byte-compile-reserved-constants): New var, to make up room for
9847 closed-over variables.
9848 (byte-compile-constants-vector): Obey it.
9849 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
9850 (byte-compile-macroexpand-declare-function): New function.
9851 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
9852 byte-code-functions.
9853 (byte-compile-form): Check obsolescence here.
9854 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
9855 (byte-compile-variable-ref): Remove.
9856 (byte-compile-dynamic-variable-op): New fun.
9857 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
9858 (byte-compile-variable-set): New funs.
9859 (byte-compile-discard): Add 2 args.
9860 (byte-compile-stack-ref, byte-compile-stack-set)
9861 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
9862 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
9863 macroexpand-all instead.
9864 (byte-compile-quote-form): Remove.
9865 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
9866 (byte-compile-bind, byte-compile-unbind): New funs.
9867 (byte-compile-let): Handle let* and lexical binding.
9868 (byte-compile-let*): Remove.
9869 (byte-compile-catch, byte-compile-unwind-protect)
9870 (byte-compile-track-mouse, byte-compile-condition-case):
9871 Handle a new :fun-body form, used for lexical scoping.
9872 (byte-compile-save-window-excursion)
9873 (byte-compile-with-output-to-temp-buffer): Remove.
9874 (byte-compile-defun): Simplify.
9875 (byte-compile-stack-adjustment): New fun.
9876 (byte-compile-out): Use it.
9877 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
9878
9879 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
9880 handler any more.
9881
9882 * emacs-lisp/byte-opt.el: Use lexical binding.
9883 (byte-inline-lapcode): Remove (to bytecomp).
9884 (byte-compile-inline-expand): Pay attention to inlining to/from
9885 lexically bound code.
9886 (byte-compile-unfold-lambda): Don't handle byte-code-functions
9887 any more.
9888 (byte-optimize-form-code-walker): Don't handle save-window-excursion
9889 any more and don't call compiler-macros.
9890 (byte-compile-splice-in-already-compiled-code): Remove.
9891 (byte-code): Don't inline any more.
9892 (disassemble-offset): Receive `bytes' as argument rather than via
9893 dynamic scoping.
9894 (byte-compile-tag-number): Declare before first use.
9895 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
9896 `return' even if make-spliceable.
9897 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
9898 obsolete interactive-p.
9899 (byte-optimize-lapcode): Optimize new lap-codes.
9900 Don't trip up on new form of `byte-constant' lap code.
9901
9902 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
9903
9904 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
9905
9906 * custom.el (custom-initialize-default, custom-declare-variable):
9907 Use `defvar'.
9908
9909 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
9910 New variables.
9911 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
9912 (COMPILE_FIRST): Add macroexp and cconv.
9913 * makefile.w32-in: Mirror changes in Makefile.in.
9914
9915 * vc/cvs-status.el:
9916 * vc/diff-mode.el:
9917 * vc/log-edit.el:
9918 * vc/log-view.el:
9919 * vc/smerge-mode.el:
9920 * textmodes/bibtex-style.el:
9921 * textmodes/css.el:
9922 * startup.el:
9923 * uniquify.el:
9924 * minibuffer.el:
9925 * newcomment.el:
9926 * reveal.el:
9927 * server.el:
9928 * mpc.el:
9929 * emacs-lisp/smie.el:
9930 * doc-view.el:
9931 * dired.el:
9932 * abbrev.el: Use lexical binding.
9933
9934 2011-04-01 Eli Zaretskii <eliz@gnu.org>
9935
9936 * info.el (info-display-manual): New function.
9937
9938 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9939
9940 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
9941
9942 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
9943
9944 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
9945 an entry for that server in rcirc-authinfo. (Bug#8385)
9946
9947 2011-03-31 Glenn Morris <rgm@gnu.org>
9948
9949 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
9950
9951 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
9952
9953 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
9954
9955 * progmodes/python.el (python-default-interpreter)
9956 (python-python-command-args, python-jython-command-args)
9957 (python-which-shell, python-which-args, python-which-bufname)
9958 (python-file-queue, python-comint-output-filter-function)
9959 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
9960 variables and functions.
9961
9962 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
9965 (completion-in-region-mode): New minor mode.
9966 (completion-in-region): Use it.
9967 (completion-in-region--data, completion-in-region-mode-map): New vars.
9968 (completion-in-region--postch): New function.
9969 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9970 New vars.
9971 (completion--capf-wrapper): New function.
9972 (completion-at-point): Use it to track well-behavedness of
9973 hook functions.
9974 (completion-help-at-point): New command.
9975
9976 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9977
9978 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9979 syntax class to search for whitespace on a single line
9980 (Message-ID: <4D938140.4030905@redhat.com>).
9981
9982 2011-03-30 Leo Liu <sdl.web@gmail.com>
9983
9984 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9985 New commands.
9986 (edit-abbrevs-map): Bind them here.
9987 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9988
9989 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9990
9991 * allout.el (allout-hide-by-annotation, allout-flag-region):
9992 Reduce possibility of overlay leakage by making them volatile.
9993
9994 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9995 hash is not shared between buffers. Mode initialization is
9996 responsible for giving it a useful starting value.
9997 (allout-item-span): Reduce possibility of overlay leakage by
9998 making them volatile.
9999 (allout-widgets-count-buttons-in-region): Add diagnostic function
10000 for tracking down button overlay leaks.
10001
10002 2011-03-29 Leo Liu <sdl.web@gmail.com>
10003
10004 * ido.el (ido-read-internal): Use the default history var
10005 minibuffer-history if no HISTORY is specified.
10006
10007 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
10008
10009 * net/imap.el (imap-shell-open, imap-process-connection-type):
10010 Use imap-process-connection-type for 'shell' streams as well as
10011 Kerberos, SSL, other subprocesses.
10012
10013 2011-03-28 Leo Liu <sdl.web@gmail.com>
10014
10015 * abbrev.el (abbrev-table-empty-p): New function.
10016 (prepare-abbrev-list-buffer): Place empty abbrev tables after
10017 nonempty ones. (Bug#5937)
10018
10019 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
10020
10021 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
10022
10023 2011-03-27 Leo Liu <sdl.web@gmail.com>
10024
10025 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
10026 for foreground and background colors.
10027 (ansi-color-make-color-map): Adapt.
10028
10029 2011-03-25 Leo Liu <sdl.web@gmail.com>
10030
10031 * midnight.el (midnight-time-float): Remove. Note it calculates
10032 the microsecond component incorrectly and seconds-to-time does the
10033 same job.
10034 Remove redundant (require 'timer).
10035
10036 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
10037 (ido-completions): Remove unused arguments. (Bug#8329)
10038
10039 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * minibuffer.el (completion--flush-all-sorted-completions):
10042 Remove itself from hook.
10043 (completion-at-point): Let the functions perform the completion
10044 immediately and return nil or t.
10045 * comint.el (comint-dynamic-complete-functions): Now identical to
10046 completion-at-point-functions.
10047 (comint-dynamic-list-input-ring): Remove unused var `index'.
10048 (comint--match-partial-filename, comint--unquote&expand-filename):
10049 New funs, split from comint-match-partial-filename.
10050 (comint-dynamic-complete): Use completion-at-point.
10051 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
10052
10053 2011-03-24 Drew Adams <drew.adams@oracle.com>
10054
10055 * thingatpt.el: Support `defun'.
10056
10057 2011-03-23 Leo Liu <sdl.web@gmail.com>
10058
10059 * abbrevlist.el: Move to obsolete/abbrevlist.el.
10060
10061 * help-mode.el (help-mode-finish): Tweak regexp.
10062
10063 2011-03-23 Glenn Morris <rgm@gnu.org>
10064
10065 * eshell/esh-opt.el (eshell-eval-using-options):
10066 Do not bind unused local variable `eshell-option-stub'.
10067
10068 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
10069
10070 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
10071
10072 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
10073 keymap variable in `with-no-warnings' to avoid a warning when the
10074 keymap has been already `defconst'ed.
10075
10076 2011-03-22 Leo Liu <sdl.web@gmail.com>
10077
10078 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
10079 encode all chars in abbrevs; otherwise use emacs-mule or
10080 utf-8-emacs. (Bug#8308)
10081
10082 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
10083
10084 * simple.el (backward-delete-char-untabify):
10085 Avoid warning about using `delete-backward-char'.
10086
10087 * image.el (image-type-file-name-regexps): Make it variable.
10088 `imagemagick-register-types' modifies it, and the user may want
10089 to add new extensions for known image types.
10090 (imagemagick-register-types): Throw error if not using ImageMagick.
10091
10092 2011-03-22 Leo Liu <sdl.web@gmail.com>
10093
10094 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
10095 located before rcirc-prompt-end-marker.
10096 (rcirc-complete): Error if point is not after rcirc prompt.
10097 Handle the case when table is nil.
10098 (rcirc-user-authenticated): Define to fix compiler warning.
10099
10100 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
10101
10102 * custom.el (custom--inhibit-theme-enable): Make it affect only
10103 custom-theme-set-variables and custom-theme-set-faces.
10104 (provide-theme): Ignore custom--inhibit-theme-enable.
10105 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
10106 (custom-enabling-themes): Delete variable.
10107 (enable-theme): Accept only loaded themes as arguments.
10108 Ignore the special custom-enabled-themes variable.
10109 (custom-enabled-themes): Forbid themes from setting this.
10110 Eliminate use of custom-enabling-themes.
10111 (custom-push-theme): Quote "changed" custom var entry.
10112
10113 2011-03-21 Leo Liu <sdl.web@gmail.com>
10114
10115 * ido.el (ido-read-internal): Add ido-selected to history instead
10116 of user input.
10117
10118 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
10119
10120 * subr.el (deferred-action-list, deferred-action-function):
10121 Mark obsolete.
10122
10123 2011-03-21 Leo Liu <sdl.web@gmail.com>
10124
10125 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
10126 change on 2011-02-13 (bug#8309).
10127
10128 * minibuffer.el (read-file-name-function): Change default value.
10129 (read-file-name--defaults): Rename from read-file-name-defaults.
10130 (read-file-name-default): Rename from read-file-name.
10131 (read-file-name): Call read-file-name-function.
10132
10133 2011-03-21 Glenn Morris <rgm@gnu.org>
10134
10135 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
10136 Doc fixes.
10137
10138 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
10139
10140 * cus-theme.el: Add missing provide statement.
10141 (customize-create-theme): Extract theme value correctly.
10142 (custom-theme-visit-theme): Autoload.
10143 (customize-create-theme): Prompt before inserting default faces.
10144
10145 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
10146
10147 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
10148 units and musical notes.
10149
10150 2011-03-20 Leo Liu <sdl.web@gmail.com>
10151
10152 * ido.el (ido-read-internal): Use completing-read-default.
10153 (ido-completing-read): Fix compatibility with completing-read.
10154
10155 2011-03-20 Christian Ohler <ohler@gnu.org>
10156
10157 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
10158 (ert-delete-all-tests): Use `called-interactively-p' rather than
10159 `interactive-p'.
10160 (ert--make-xrefs-region): Respect END.
10161
10162 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
10163
10164 * dired-aux.el (dired-create-directory): Signal an error if the
10165 directory already exists (Bug#8246).
10166
10167 * facemenu.el (list-colors-display): Call list-faces-display
10168 inside with-help-window.
10169 (list-colors-print): Use display property to align the final
10170 column, instead of checking window-width.
10171
10172 2011-03-19 Eli Zaretskii <eliz@gnu.org>
10173
10174 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
10175 windows-nt systems.
10176 (emerge-protect-metachars): Quote correctly for ms-dos and
10177 windows-nt systems.
10178
10179 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
10180
10181 * info.el (info-initialize): Replace all uses of `:' with
10182 path-separator for compatibility with non-Unix systems.
10183 Cache quoting of path-separator. (Bug#8258)
10184
10185 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
10186
10187 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
10188 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
10189 (mouse-avoidance-mode): Fix typos in docstrings.
10190
10191 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
10192
10193 * startup.el (package-subdirectory-regexp): Move from package.el.
10194 Omit \\` and \\', and let callers add them.
10195
10196 * emacs-lisp/package.el (package-strip-version)
10197 (package-load-all-descriptors): Add \\` and \\' to
10198 package-subdirectory-regexp before using it.
10199 (package-untar-buffer): New arg DIR; ensure that file untars only
10200 into this expected directory. Remove superfluous delete-region.
10201 (package-unpack): Caller changed.
10202 (package-tar-file-info): Use package-subdirectory-regexp.
10203
10204 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
10207 diff-mode-shared-map (bug#8284).
10208 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
10209
10210 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10211
10212 * calendar/time-date.el (format-seconds): Use assoc instead of
10213 assoc-string, since assoc-string doesn't exist in XEmacs.
10214
10215 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
10216
10217 * custom.el (custom-known-themes): Reflow docstring.
10218 (custom-theme-load-path): Fix typo in docstring.
10219 (load-theme): Fix typo in error message.
10220 (custom-available-themes, custom-variable-theme-value):
10221 Use `let', not `let*'.
10222
10223 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
10224
10225 * calc/README: Mention inclusion of musical notes.
10226
10227 * calc/calc-units.el (calc-lu-quant): Rename from
10228 `calc-logunits-quantity'.
10229 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
10230 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
10231 (calc-db): Rename from `calc-dblevel'.
10232 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
10233 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
10234 (calc-np): Rename from `calc-nplevel'.
10235 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
10236 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
10237 (calc-lu-plus): Rename from `calc-logunits-add'.
10238 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
10239 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
10240 (calc-lu-minus): Rename from `calc-logunits-sub'.
10241 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
10242 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
10243 (calc-lu-times): Rename from `calc-logunits-mul'.
10244 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
10245 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
10246 (calc-lu-divide): Rename from `calc-logunits-div'.
10247 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
10248 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
10249
10250 * calc/calc-ext.el (calc-init-extensions): Update the names of the
10251 functions being autoloaded.
10252
10253 * calc/calc.el (calc-lu-power-reference): Rename from
10254 `calc-logunits-power-reference'.
10255 (calc-lu-field-reference): Rename from
10256 `calc-logunits-field-reference'.
10257
10258 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
10259
10260 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * minibuffer.el (completion-all-sorted-completions):
10263 Use :completion-cycle-penalty text property if present.
10264
10265 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
10266
10267 * allout.el (allout-yank-processing): Adjust for new rebulleting
10268 regime so bullet being yanked is used without prompting the user
10269 for a choice.
10270
10271 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
10272
10273 * startup.el (command-line): Warn the user that _emacs is deprecated.
10274
10275 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
10276
10277 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
10278 (delphi-verbose, delphi-comment-face, delphi-string-face)
10279 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
10280 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
10281 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
10282 (delphi-new-comment-line, delphi-font-lock-defaults)
10283 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
10284 Fix typos in docstrings.
10285
10286 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
10287
10288 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
10289 Invert the roles of character and string values for INSTEAD, so a
10290 string is used for the more common case of a defaulting prompt.
10291
10292 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * progmodes/ruby-mode.el (ruby-backward-sexp):
10295 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
10296 * play/gamegrid.el (gamegrid-make-face):
10297 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
10298 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
10299 * notifications.el (notifications-notify):
10300 * net/xesam.el (xesam-search-engines):
10301 * net/quickurl.el (quickurl-list-insert):
10302 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
10303
10304 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
10305
10306 * startup.el (command-line): Update package subdirectory regexp.
10307
10308 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10309
10310 * allout.el (allout-abbreviate-flattened-numbering)
10311 (allout-mode-deactivate-hook): Fix up obsolescence "date".
10312
10313 * subr.el (read-char-choice): Only show the cursor after the prompt,
10314 not after the answer.
10315
10316 2011-03-15 Kevin Ryde <user42@zip.com.au>
10317
10318 * help-fns.el (variable-at-point): Skip leading quotes, if any
10319 (bug#8253).
10320
10321 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10322
10323 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
10324 warning message.
10325
10326 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
10327
10328 * shell.el (shell): When called interactively, offer to change the
10329 shell file name on remote hosts.
10330
10331 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
10332
10333 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
10334 integration for LDAP parameters. The host, base, user or binddn,
10335 and secret tokens can be specified in a netrc file, for instance.
10336 This is optional because an `auth-source' parameter must be
10337 specified in the search attributes.
10338
10339 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
10340
10341 * help.el (describe-mode): Link to the mode's definition (bug#8185).
10342
10343 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
10346 into declaration. Remove redundant and harmful binding.
10347
10348 2011-03-12 Eli Zaretskii <eliz@gnu.org>
10349
10350 * files.el (file-ownership-preserved-p): Pass `integer' as an
10351 explicit 2nd argument to `file-attributes'. If the file's owner
10352 is the Administrators group on Windows, and the current user is
10353 Administrator, consider that a match.
10354
10355 * server.el (server-ensure-safe-dir): Consider server directory
10356 safe on MS-Windows if its owner is the Administrators group while
10357 the current Emacs user is Administrator. Use `=' to compare
10358 numerical UIDs, since they could be integers or floats.
10359
10360 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
10361
10362 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
10363
10364 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
10365
10366 Sync with Tramp 2.2.1.
10367
10368 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
10369
10370 * net/trampver.el: Update release number.
10371
10372 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10373
10374 * progmodes/compile.el (compilation--previous-directory): Fix up
10375 various nil/dead-marker mismatches (bug#8014).
10376 (compilation-directory-properties, compilation-error-properties):
10377 Don't call it at a position past the one we're about to change.
10378
10379 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
10380 Disable obsolescence warnings in the file that declares it.
10381
10382 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
10383
10384 * allout-widgets.el (allout-widgets-tally):
10385 Initialize allout-widgets-tally as a hash table rather than nil to
10386 prevent mode-line redisplay warnings. Also, clarify the module
10387 description and fix a comment typo.
10388
10389 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
10390
10391 * help-fns.el (describe-variable): Don't complete keywords.
10392 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
10393
10394 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
10395
10396 * emacs-lisp/package.el (package-version-join): Impose a standard
10397 string representation for pre/alpha/beta version lists.
10398 (package-unpack-single): Standardize the directory name by passing
10399 it through package-version-join.
10400 (package-strip-rcs-id): Accept any version string that does not
10401 signal an error in version-to-list.
10402
10403 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
10404
10405 * simple.el (delete-trailing-whitespace): Return nil for the
10406 benefit of `write-file-functions'.
10407
10408 2011-03-10 Glenn Morris <rgm@gnu.org>
10409
10410 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
10411
10412 * vc/vc-git.el (vc-git-program): New option.
10413 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
10414 (vc-git--call): Use it.
10415
10416 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10417
10418 * cus-edit.el (Custom-newline): If no button at point, look
10419 for a subgroup button at start-of-line. (Bug#2298)
10420
10421 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
10422
10423 2011-03-10 Julien Danjou <julien@danjou.info>
10424
10425 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
10426 `cursor-type' is nil.
10427
10428 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
10429
10430 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
10431
10432 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
10433
10434 * allout.el Summary: Change so yank of distinctive-bullet items
10435 preserves the existing header prefix, rebulleting it if necessary,
10436 rather than replacing it. This is necessary for proper operation
10437 of cooperative addons like allout-widgets.
10438 (allout-make-topic-prefix, allout-rebullet-heading):
10439 Change SOLICIT arg to INSTEAD, and interpret additionally a string
10440 value as alternate bullet to be used, instead of prompting the user
10441 for a bullet character.
10442
10443 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
10444
10445 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
10446 Do not use `tramp-file-name-port', because this returns also
10447 `tramp-default-port'.
10448
10449 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10450
10451 * net/rcirc.el (rcirc-handler-001): Remove useless
10452 with-rcirc-process-buffer.
10453 (rcirc-check-auth-status): Swap arguments to string-match.
10454
10455 2011-03-09 Glenn Morris <rgm@gnu.org>
10456
10457 * shell.el (shell-mode):
10458 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
10459
10460 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
10461 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
10462
10463 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
10464
10465 * emacs-lisp/package.el (package-refresh-contents)
10466 (package-menu-execute): Use condition-case-no-debug.
10467
10468 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
10469
10470 * simple.el (shell-command-to-string): Use `process-file'.
10471
10472 * emacs-lisp/package.el (package-tar-file-info): Handle also
10473 remote files.
10474
10475 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10476 Use `equal' for upload base check.
10477
10478 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
10479
10480 * textmodes/texinfo.el (texinfo-environments):
10481 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
10482
10483 2011-03-08 Glenn Morris <rgm@gnu.org>
10484
10485 * cus-start.el (cursor-in-non-selected-windows):
10486 Fix :set quoting oddness. (Bug#8192)
10487
10488 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
10489 in some setf expressions. (Bug#2159)
10490
10491 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * custom.el (custom-available-themes): Return themes in
10494 alphabetical order.
10495
10496 See ChangeLog.15 for earlier changes.
10497
10498 ;; Local Variables:
10499 ;; coding: utf-8
10500 ;; End:
10501
10502 Copyright (C) 2011-2012 Free Software Foundation, Inc.
10503
10504 This file is part of GNU Emacs.
10505
10506 GNU Emacs is free software: you can redistribute it and/or modify
10507 it under the terms of the GNU General Public License as published by
10508 the Free Software Foundation, either version 3 of the License, or
10509 (at your option) any later version.
10510
10511 GNU Emacs is distributed in the hope that it will be useful,
10512 but WITHOUT ANY WARRANTY; without even the implied warranty of
10513 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10514 GNU General Public License for more details.
10515
10516 You should have received a copy of the GNU General Public License
10517 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.