* lisp/progmodes/ruby-mode.el: Don't confuse "end:" for "end".
[bpt/emacs.git] / lisp / ChangeLog
1 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5 (ruby-beginning-of-indent): Be more careful with the difference
6 between word-boundary and symbol boundary.
7 (ruby-mode-syntax-table): Make : a symbol constituent.
8
9 2012-03-21 Andreas Politz <politza@fh-trier.de>
10
11 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12
13 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * progmodes/etags.el (tags-completion-at-point-function):
16 Improve last fix.
17
18 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
19
20 2012-03-21 Sam Steingold <sds@gnu.org>
21
22 * progmodes/etags.el (tags-completion-at-point-function):
23 Avoid the error when point is inside the pattern.
24
25 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
26
27 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
28 line (Bug#10855).
29
30 2012-03-21 Drew Adams <drew.adams@oracle.com>
31
32 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
33
34 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
35
36 * ido.el (ido-set-current-directory, ido-read-internal)
37 (ido-choose-completion-string, ido-completion-help): Handle nil
38 value of ido-completion-buffer (Bug#11008).
39
40 2012-03-21 Sam Steingold <sds@gnu.org>
41
42 * window.el (switch-to-prev-buffer): Do not switch to a visible
43 window previous buffer, just like with the frame previous buffers.
44
45 2012-03-21 Chong Yidong <cyd@gnu.org>
46
47 * faces.el (make-face, make-empty-face, copy-face):
48 * face-remap.el (face-remap-add-relative, face-remap-set-base):
49 Doc fixes.
50
51 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * wid-edit.el (widget-complete-field): Remove (bug#11051).
54 (widget-complete): Remove broken use of it.
55
56 2012-03-20 Chong Yidong <cyd@gnu.org>
57
58 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
59 Use string-width and truncate-string-width to handle arbitrary
60 characters.
61
62 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
63
64 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
65 to draw rectangles, not squares. (Regression introduced by revno
66 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
67
68 2012-03-18 Chong Yidong <cyd@gnu.org>
69
70 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
71 it is not yet defined (for temacs).
72
73 2012-03-18 Leo Liu <sdl.web@gmail.com>
74
75 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
76
77 2012-03-17 Eli Zaretskii <eliz@gnu.org>
78
79 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
80 (ispell-choices-win-default-height, ispell-silently-savep)
81 (ispell-dictionary-alist, ispell-encoding8-command)
82 (ispell-check-version, ispell-aspell-find-dictionary)
83 (ispell-valid-dictionary-list, ispell-words-keyword)
84 (ispell-get-word, ispell-internal-change-dictionary)
85 (ispell-region, ispell-skip-region-list)
86 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
87 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
88 (ispell-message-text-end, ispell-message)
89 (ispell-buffer-local-parsing): Doc fix.
90
91 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
92
93 * htmlfontify.el: Add support for code block fontification for ODT
94 export (Bug #9914).
95 (hfy-optimisations): Define new option
96 `body-text-only'
97 (hfy-fontify-buffer): Honor above setting.
98 (hfy-begin-span, hfy-end-span): New routines factored out form
99 `hfy-fontify-buffer'.
100 (hfy-begin-span-handler, hfy-end-span-handler): New variables
101 that permit insertion of custom tags.
102 (hfy-fontify-buffer): Use above handlers.
103 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
104 (hfy-face-to-css): Re-defined to be a variable.
105 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
106 over multiple runs. This is made possible by having the caller let
107 bind a special variable `hfy-user-sheet-assoc'.
108 (htmlfontify-string): New defun.
109 (hfy-compile-face-map): Make sure that the last char in the
110 buffer is correctly fontified.
111 (hfy-face-resolve-face): Whitespace only change.
112
113 2012-03-17 Eli Zaretskii <eliz@gnu.org>
114
115 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
116 message more clear.
117
118 2012-03-16 Leo Liu <sdl.web@gmail.com>
119
120 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
121
122 2012-03-16 Alan Mackenzie <acm@muc.de>
123
124 Further optimise the handling of large macros.
125
126 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
127 limit to a call of `c-literal-limits'.
128 (c-determine-+ve-limit): New function.
129 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
130 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
131 In CASE 5B, restrict a search limit to 500.
132 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
133
134 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
135 Restrict macro bounds to +-500 from after-change's BEG END.
136
137 2012-03-16 Leo Liu <sdl.web@gmail.com>
138
139 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
140
141 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
142
143 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
144 `special-mode' setting of `buffer-read-only'. (Bug#11010)
145
146 2012-03-16 Glenn Morris <rgm@gnu.org>
147
148 * view.el (view-buffer, view-buffer-other-window)
149 (view-buffer-other-frame): Doc fixes re special mode-class.
150
151 * subr.el (eval-after-load): If named feature is provided not from
152 a file, run after-load forms. (Bug#10946)
153
154 * calendar/calendar.el (calendar-insert-at-column):
155 Handle non-unit-width characters a bit better. (Bug#10978)
156
157 2012-03-15 Chong Yidong <cyd@gnu.org>
158
159 * emacs-lisp/ring.el (ring-extend): New function.
160 (ring-insert+extend): Extend the ring correctly (Bug#11019).
161
162 * comint.el (comint-read-input-ring)
163 (comint-add-to-input-history): Grow comint-input-ring lazily.
164
165 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
168 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
169
170 * imenu.el: Fix multiple inheritance breakage (bug#9199).
171 (imenu-add-to-menubar): Don't add a redundant index.
172 (imenu-update-menubar): Handle a dynamically composed keymap.
173
174 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
175
176 * mail/sendmail.el (mail-encode-header):
177 Bind rfc2047-encode-encoded-words to nil.
178
179 2012-03-13 Glenn Morris <rgm@gnu.org>
180
181 * calendar/calendar.el (calendar-string-spread):
182 Handle non-unit-width characters a bit better. (Bug#10978)
183
184 2012-03-13 Leo Liu <sdl.web@gmail.com>
185
186 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
187 directory and file as argument (Bug#10822).
188
189 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
190
191 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
192 For dynamically generated code, follow $PC.
193 (gdb-disassembly-handler-custom): Handle no function name case.
194
195 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
196
197 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
198 * emulation/ws-mode.el (ws-query-replace):
199 * sort.el (sort-regexp-fields):
200 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
201
202 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * dabbrev.el: Fix cycle completion order (bug#10963).
205 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
206 (dabbrev-completion): Don't use an obarray; provide
207 a cycle-sort-function.
208
209 2012-03-12 Leo Liu <sdl.web@gmail.com>
210
211 * simple.el (kill-new): Use equal-including-properties for comparison.
212 (kill-do-not-save-duplicates): Doc fix.
213
214 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * dabbrev.el: Fix cycle completion (bug#10963).
217 Use lexical binding and wrap to 80 columns.
218 (dabbrev-completion): Delay computing the list of completions.
219
220 2012-03-12 Kenichi Handa <handa@m17n.org>
221
222 * international/quail.el (quail-insert-kbd-layout): Surround each
223 row by LRO and PDF instead of inserting many LRMs. Pad the left
224 and right of each non-spacing marks. Insert invisible space
225 between lower and upper characters to prevent composition.
226
227 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * minibuffer.el (minibuffer-complete): Don't get confused when the
230 function is run twice via different commands (bug#10958).
231 (complete-with-action): Fix docstring.
232
233 2012-03-12 Chong Yidong <cyd@gnu.org>
234
235 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
236 (nxml-completion-at-point-function): New function.
237 (nxml-mode): Use it.
238 (nxml-bind-meta-tab-to-complete-flag): Default to t.
239
240 * emacs-lisp/package.el (package-unpack, package-unpack-single):
241 Load generated autoloads file before byte compiling (Bug#10970).
242 (package--make-autoloads-and-compile): New helper fun.
243
244 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
245
246 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
247
248 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
249
250 * autorevert.el (auto-revert-handler): Ensure, that
251 file-readable-p is applied only for local files or in
252 auto-revert-tail-mode.
253
254 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
255
256 * server.el (server-eval-at): Handle non-tcp connections.
257 Decode result string.
258
259 * server.el (server-msg-size): New constant.
260 (server-reply-print): New function.
261 (server-eval-and-print): Use it.
262 (server-eval-at): Use server-quote-arg and server-unquote-arg.
263 Handle -print-nonl.
264
265 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
266
267 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
268 (Bug#10987).
269
270 2012-03-11 Chong Yidong <cyd@gnu.org>
271
272 * simple.el (goto-line): Doc fix (Bug#9938).
273
274 * subr.el (save-window-excursion): Doc fix (Bug#9979).
275
276 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
277 when finished (Bug#10963).
278
279 2012-03-11 Martin Rudalics <rudalics@gmx.at>
280
281 * window.el (split-window-below): Fix bug in case where
282 split-window-keep-point is nil (Bug#10971).
283
284 2012-03-11 Juri Linkov <juri@jurta.org>
285
286 * replace.el (replace-highlight): Set isearch-word to nil
287 unconditionally. (Bug#10887)
288
289 2012-03-10 Eli Zaretskii <eliz@gnu.org>
290
291 * net/mairix.el (mairix-replace-invalid-chars): Rename from
292 mairix-replace-illegal-chars; all callers changed. Don't remove
293 ^, ~, and = characters: they are meaningful in mairix search specs.
294 (mairix-widget-create-query): Add usage information about mairix
295 search forms: negating words, searching for substrings, etc.
296
297 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
298
299 * international/fontset.el (font-encoding-alist): Add an entry for
300 ksx1001 (Bug#5667).
301
302 2012-03-10 Richard Stallman <rms@gnu.org>
303
304 * mail/sendmail.el (mail-encode-header):
305 Set rfc2047-encode-encoded-words.
306
307 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
308
309 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
310 view buffer means not swapped.
311 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
312 (rmail-write-region-annotate): Error if real text has disappeared.
313
314 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
315
316 2012-03-10 Chong Yidong <cyd@gnu.org>
317
318 * emulation/cua-rect.el (cua--init-rectangles):
319 * emulation/cua-base.el (cua--init-keymaps):
320 Add delete-forward-char to remappings (Bug#9666).
321
322 2012-03-10 Martin Rudalics <rudalics@gmx.at>
323
324 * speedbar.el (speedbar-unhighlight-one-tag-line):
325 Avoid unhighlighting due to frame switching (Bug#10275).
326
327 2012-03-10 Chong Yidong <cyd@gnu.org>
328
329 * minibuffer.el (completion-in-region, completion-help-at-point):
330 Give the completion field overlay a high priority (Bug#6830).
331
332 * dired.el (dired-goto-file): Recognize absolute file name
333 listings (Bug#7126).
334 (dired-goto-file-1): New helper function.
335 (dired-toggle-read-only): Inhibit warnings.
336
337 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
338
339 * net/dbus.el: (dbus-property-handler): Return empty array if
340 there are no properties.
341
342 2012-03-09 Leo Liu <sdl.web@gmail.com>
343
344 * savehist.el (savehist-printable): Stricter check for string
345 value (Bug#10937).
346
347 2012-03-09 Eli Zaretskii <eliz@gnu.org>
348
349 * mail/smtpmail.el (smtpmail-send-it):
350 Bind coding-system-for-write to *-unix, so that FCC files are kept in
351 valid mbox format.
352
353 2012-03-09 Glenn Morris <rgm@gnu.org>
354
355 * files.el (dir-locals-find-file):
356 Don't check result is regular, readable.
357 (dir-locals-read-from-file): Demote errors.
358
359 2012-03-08 Eli Zaretskii <eliz@gnu.org>
360
361 * international/quail.el (quail-insert-kbd-layout):
362 Insert invisible LRM characters before each character in a keyboard
363 layout cell, to prevent their reordering by bidi display engine.
364 For details, see the discussion in
365 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
366
367 2012-03-08 Alan Mackenzie <acm@muc.de>
368
369 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
370 the starting position; make it extend the marked region when
371 invoked repeatedly - all under appropriate circumstances.
372 Fixes bugs #5525, #10906.
373
374 2012-03-08 Glenn Morris <rgm@gnu.org>
375
376 * files.el (locate-dominating-file, dir-locals-find-file):
377 Undo 2012-03-06 change.
378
379 2012-03-07 Eli Zaretskii <eliz@gnu.org>
380
381 * international/quail.el (quail-help):
382 Force bidi-paragraph-direction be left-to-right. See discussion in
383 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
384 for the reason.
385
386 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
387
388 Avoid superfluous registering of signals. (Bug#10807)
389
390 * notifications.el (notifications-on-action-object)
391 (notifications-on-close-object): New defvars.
392 (notifications-on-action-signal, notifications-on-closed-signal):
393 Unregister the signal if not needed any longer.
394 (notifications-notify): Register `notifications-action-signal' or
395 `notifications-closed-signal', if :on-action or :on-close has been
396 passed as argument.
397
398 2012-03-07 Chong Yidong <cyd@gnu.org>
399
400 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
401 non-X platforms.
402
403 2012-03-06 Glenn Morris <rgm@gnu.org>
404
405 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
406 (x-disown-selection-internal, x-get-selection-internal):
407 Doc fix (add arglist signatures). (Bug#10783)
408
409 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
410
411 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
412 Handle breakpoints with no "type".
413
414 2012-03-06 Glenn Morris <rgm@gnu.org>
415
416 * files.el (locate-dominating-file): Add optional predicate argument.
417 (dir-locals-find-file): Make use of above change.
418
419 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
420
421 * info.el (Info-insert-dir): Also try "dir.gz".
422
423 2012-03-06 Glenn Morris <rgm@gnu.org>
424
425 * files.el (dir-locals-find-file):
426 Ignore non-readable or non-regular files. (Bug#10928)
427
428 * files.el (locate-dominating-file): Doc fix.
429
430 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
431
432 * calendar/calendar.el (calendar-set-mode-line):
433 `getenv' returns a string. (Bug#10951)
434
435 2012-03-05 Leo Liu <sdl.web@gmail.com>
436
437 * simple.el (backward-delete-char-untabify): Constrain point to
438 field (Bug#10939).
439
440 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
441
442 2012-03-05 Chong Yidong <cyd@gnu.org>
443
444 * simple.el (count-words): If called from Lisp, return the word
445 count, for symmetry with `count-lines'. Arglist changed.
446 (count-words--message): Args changed. Consolidate counting code
447 from count-words and count-words-region.
448 (count-words-region): Caller changed.
449 (count-lines-region): Make it an obsolete alias.
450
451 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
452
453 * saveplace.el (save-place-to-alist)
454 (save-place-ignore-files-regexp): Allow value nil to disable this
455 feature.
456
457 2012-03-04 Chong Yidong <cyd@gnu.org>
458
459 * faces.el (face-spec-reset-face): For the default face, reset the
460 attributes to default values (Bug#10748).
461
462 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
463
464 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
465 previous patch: Check `message-send-mail-function', and not the
466 default function (bug#10897).
467
468 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
469
470 * notifications.el (notifications-on-action-signal)
471 (notifications-on-closed-signal): Check for unique service name of
472 incoming event. Fix error in removing entry.
473 (top): Register for signals with wildcard service name.
474 (notifications-notify): Use daemon unique service name for map entries.
475
476 2012-03-04 Chong Yidong <cyd@gnu.org>
477
478 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
479
480 2012-03-04 Glenn Morris <rgm@gnu.org>
481
482 * abbrev.el (copy-abbrev-table, abbrev-table-p)
483 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
484 (expand-abbrev, define-abbrev-table): Doc fixes.
485
486 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
487
488 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
489 `message-default-send-mail-function' and not `send-mail-function'
490 when doing the prompting for `sendmail-query-once' before sending
491 in Message buffers (bug#10897).
492
493 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
494 This is inconsistent with all the other stream functions, which leave
495 the setting up to the higher levels (if so wanted) (bug#10931).
496
497 2012-03-02 Alan Mackenzie <acm@muc.de>
498
499 Depessimize the handling of very large macros.
500
501 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
502 (c-macro-cache-syntactic): New variables to implement a one
503 element macro cache.
504 (c-invalidate-macro-cache): New function.
505 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
506 Adapt to use the new cache.
507 (c-state-safe-place): Use better the cache of safe positions.
508 (c-state-semi-nonlit-pos-cache)
509 (c-state-semi-nonlit-pos-cache-limit):
510 New variables for...
511 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
512 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
513 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
514 Use c-state-semi-safe-place.
515
516 * progmodes/cc-langs.el (c-get-state-before-change-functions):
517 Add c-invalidate-macro-cache to the C, C++, Obj entries.
518
519 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
520
521 * jka-compr.el (jka-compr-call-process):
522 Apply `file-accessible-directory-p' only when the default directory is
523 not remote.
524
525 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
526
527 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
528 access of FILE2, if FILE1 does not exist.
529
530 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
531 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
532
533 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
534 Add "PAGER=" to `process-environment'.
535
536 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
537
538 * progmodes/sql.el: Bug fix
539 (sql-get-login-ext): Save login values in globals.
540 (sql-get-login): Use new version of `sql-get-login-ext'.
541 (sql-interactive-mode): Set global `sql-connection' to nil.
542 (sql-connect): Set global values for connection.
543 (sql-product-interactive): Save global values as buffer local.
544
545 2012-02-29 Leo Liu <sdl.web@gmail.com>
546
547 * abbrev.el (define-abbrevs): Reset sys to nil.
548
549 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
550
551 * files.el (file-equal-p): Rename from `files-equal-p'.
552 Return nil when one or both files don't exist.
553 (file-subdir-of-p): Now only top directory must exists,
554 return nil if it doesn't.
555 (copy-directory): No need to test with `file-subdir-of-p' after
556 creating dir.
557 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
558 to `file-equal-p'.
559
560 2012-02-28 Glenn Morris <rgm@gnu.org>
561
562 * shell.el (shell-mode):
563 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
564 * play/landmark.el (landmark-font-lock-face-O):
565 * play/handwrite.el (handwrite):
566 * play/gomoku.el (gomoku-O):
567 * net/browse-url.el (browse-url-browser-display):
568 * international/mule.el (define-charset):
569 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
570 * filesets.el (filesets-find-file-delay):
571 * eshell/em-xtra.el (eshell-xtra):
572 * eshell/em-unix.el (eshell-grep):
573 * emulation/viper.el (viper-mode):
574 * emacs-lisp/regexp-opt.el (regexp-opt-group):
575 * emacs-lisp/easymenu.el (easy-menu-define):
576 * calendar/timeclock.el (timeclock-use-display-time):
577 * bs.el (bs-mode):
578 * bookmark.el (bookmark-save-flag):
579 Doc fix (standardize possessive apostrophe usage).
580
581 2012-02-27 Chong Yidong <cyd@gnu.org>
582
583 * emulation/viper-cmd.el (viper-intercept-ESC-key):
584 Fix key-binding lookup for ESC key (Bug#9146).
585
586 * font-lock.el (font-lock-specified-p): Rename from
587 font-lock-spec-present. Callers changed.
588
589 2012-02-27 Daniel Hackney <dan@haxney.org>
590
591 * emacs-lisp/package.el (package-compute-transaction):
592 Handle holding a package version to t in package-load-list.
593
594 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
595
596 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
597 (tramp-get-inode, tramp-get-device): Use cached values.
598
599 2012-02-26 Alan Mackenzie <acm@muc.de>
600
601 Check there is a font-lock specification before doing initial
602 fontification.
603
604 * font-core.el (font-lock-mode): Move the conditional from
605 :after-hook to font-lock-initial-fontify.
606 (font-lock-default-function): Move the check for a specification
607 to font-lock-spec-present.
608
609 * font-lock.el (font-lock-initial-fontify): Call ...
610 (font-lock-spec-present): New function.
611
612 2012-02-26 Jim Blandy <jimb@red-bean.com>
613
614 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
615 (gdb-send): Apply it to the operand of the '-interpreter-exec
616 console' command, so that we can pass arguments with (say) quotes
617 in them. Store exact string sent in gdb-debug-log (Bug#10765).
618
619 2012-02-26 Chong Yidong <cyd@gnu.org>
620
621 * help-fns.el (describe-function-1): Clarify description of
622 remapping (Bug#10844).
623
624 * files.el (files-equal-p): Doc fix.
625 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
626 and quit the loop once a mismatch is found.
627
628 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
629
630 * bs.el (bs--show-with-configuration): Don't throw an error
631 if the window cannot be split; otherwise, subsequent calls to
632 bs-show fail, restoring a stale window config. (Bug#10882)
633
634 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
635
636 * term/ns-win.el (global-map): Bind ns-drag-file to
637 ns-find-file (Bug#5855, Bug#10050).
638
639 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
640
641 * calendar/parse-time.el (parse-time-string): Allow extractor to
642 return nil.
643
644 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
645
646 * net/tramp.el (tramp-file-name-for-operation):
647 Add `files-equal-p' and `file-subdir-of-p'.
648
649 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
650 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
651 Add COPY-CONTENTS argument.
652
653 2012-02-25 Chong Yidong <cyd@gnu.org>
654
655 Add custom groups for VC backends, for consistency with vc-bzr.
656
657 * vc/vc-arch.el (vc-arch):
658 * vc/vc-cvs.el (vc-cvs):
659 * vc/vc-git.el (vc-git):
660 * vc/vc-hg.el (vc-hg):
661 * vc/vc-mtn.el (vc-mtn):
662 * vc/vc-rcs.el (vc-rcs):
663 * vc/vc-sccs.el (vc-sccs):
664 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
665 All relevant defcustoms reassigned.
666
667 2012-02-25 Chong Yidong <cyd@gnu.org>
668
669 * newcomment.el (comment-styles): Add autoload (Bug#10868).
670
671 * term/x-win.el (x-initialize-window-system): Reduce default for
672 x-selection-timeout to 5 seconds (Bug#8869).
673
674 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
675
676 * files.el (file-subdir-of-p): Fix typo.
677
678 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
679
680 * files.el (files-equal-p, file-subdir-of-p): New functions.
681 (copy-directory): Error when trying to copy a directory on itself.
682 Add missing copy-contents arg to tramp handler.
683 * dired-aux.el (dired-copy-file-recursive): Same.
684 (dired-create-files): Modify destination when source is equal to
685 dest when copying files.
686 Return also when dest is a subdir of source. (Bug#10489)
687
688 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
689
690 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
691 (Bug#10874)
692
693 2012-02-23 Alan Mackenzie <acm@muc.de>
694
695 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
696 parameter "after-hook:" to allow the expansion to run code after
697 the execution of the mode hooks.
698
699 * font-lock.el (font-lock-initial-fontify): New function extracted
700 from font-lock-mode-internal.
701
702 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
703 :after-hook.
704
705 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
708 (completion--cache-all-sorted-completions): New function.
709 (completion-all-sorted-completions): Use it.
710 (completion--do-completion, minibuffer-force-complete):
711 Use it to re-instate the flush hook.
712
713 * icomplete.el (icomplete-completions): Replace last fix with a better
714 one (bug#10850).
715
716 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
717
718 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
719 when it might call us back infinitely (bug#10797).
720
721 2012-02-23 Glenn Morris <rgm@gnu.org>
722
723 * minibuffer.el (completion-category-overrides): Doc fix.
724
725 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * minibuffer.el (completion-table-with-context): Fix inf-loop.
728 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
729
730 2012-02-23 Glenn Morris <rgm@gnu.org>
731
732 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
733 (authors-obsolete-files-regexps, authors-ignored-files)
734 (authors-ambiguous-files, authors-renamed-files-alist):
735 Add more entries.
736
737 2012-02-23 Juri Linkov <juri@jurta.org>
738
739 * isearch.el (isearch-occur): Sync interactive spec with occur's
740 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
741
742 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
743
744 2012-02-22 Juri Linkov <juri@jurta.org>
745
746 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
747 (ucs-insert): Doc fix. Check for hex digits in the string.
748 Don't display `nil' in the error message. (Bug#10857)
749
750 2012-02-22 Alan Mackenzie <acm@muc.de>
751
752 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
753
754 2012-02-22 Glenn Morris <rgm@gnu.org>
755
756 * ffap.el (ffap-c-path):
757 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
758
759 2012-02-22 Chong Yidong <cyd@gnu.org>
760
761 * custom.el (load-theme): Doc fix.
762
763 2012-02-22 Glenn Morris <rgm@gnu.org>
764
765 * dired-x.el (dired-guess-shell-alist-default):
766 Remove escape sequences from nroff output. (Bug#172)
767
768 2012-02-21 Glenn Morris <rgm@gnu.org>
769
770 * vc/emerge.el (emerge-defvar-local):
771 Set `permanent-local' property rather than unused `preserved'.
772
773 * textmodes/picture.el (picture-delete-char): New alias.
774 (picture-mode-map): Use it. (Bug#10860)
775 (picture-mode): Doc fix.
776
777 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
778
779 * newcomment.el (uncomment-region-default): Remove unused binding.
780
781 2012-02-21 Glenn Morris <rgm@gnu.org>
782
783 * textmodes/picture.el (picture-motion, picture-motion-reverse)
784 (picture-self-insert, picture-tab-chars): Doc fix.
785 (picture-mode-map): Fix C-a, C-e.
786
787 2012-02-20 Glenn Morris <rgm@gnu.org>
788
789 * emacs-lisp/authors.el (authors-aliases): Add another entry.
790
791 2012-02-20 Leo Liu <sdl.web@gmail.com>
792
793 * icomplete.el (icomplete-completions): Check FROM arg before
794 passing to substring (Bug#10850).
795
796 2012-02-19 Chong Yidong <cyd@gnu.org>
797
798 * comint.el: Require ansi-color.
799 (comint-output-filter-functions): Add ansi-color-process-output.
800
801 * ansi-color.el: Don't set comint-output-filter-functions; it is
802 now in the initial value defined in comint.el.
803 (ansi-color-apply-face-function): New variable.
804 (ansi-color-apply-on-region): Use it.
805 (ansi-color-apply-overlay-face): New function.
806
807 * shell.el (shell): No need to require ansi-color.
808 (shell-mode): Use ansi-color-apply-face-function to highlight
809 color escapes using font-lock-face property (Bug#10835).
810
811 2012-02-19 Chong Yidong <cyd@gnu.org>
812
813 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
814 mode-line formats (Bug#10839).
815
816 2012-02-18 Glenn Morris <rgm@gnu.org>
817
818 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
819
820 * mail/undigest.el (unforward-rmail-message): Doc fix.
821
822 * saveplace.el (save-place-ignore-files-regexp): Add :version.
823
824 2012-02-18 Eli Zaretskii <eliz@gnu.org>
825
826 * international/characters.el (script-list): Sync with the latest
827 Unicode Character Database.
828
829 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
830
831 * international/titdic-cnv.el: Remove duplicate coding tag.
832 * language/cham.el: Likewise.
833 * language/tai-viet.el: Likewise.
834
835 2012-02-18 Glenn Morris <rgm@gnu.org>
836
837 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
838 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
839 (calendar-bahai-all-holidays-flag, calendar-other-dates):
840 * calendar/diary-lib.el (diary-abbreviated-year-flag):
841 * calendar/holidays.el (holiday-bahai-holidays)
842 (calendar-holidays, list-holidays):
843 Use utf-8 Bahá'í in doc-strings, menus, etc.
844
845 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
846
847 * saveplace.el (save-place-ignore-files-regexp): New variable
848 allowing for excluding files from saving their location of point.
849 The default value matches the temporary commit message editing
850 files from Git, SVN, Bazaar, and Mercurial.
851 (save-place-to-alist): Use it.
852
853 2012-02-17 Lawrence Mitchell <wence@gmx.li>
854 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * newcomment.el (uncomment-region-default): Don't leave extra space
857 when an arg is provided (bug#8150).
858
859 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
860
861 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
862
863 2012-02-17 Glenn Morris <rgm@gnu.org>
864
865 * net/socks.el: Require network-stream. (Bug#10599)
866
867 2012-02-17 Kenichi Handa <handa@m17n.org>
868
869 * international/charprop.el:
870 * international/uni-name.el:
871 * international/uni-old-name.el:
872 * international/uni-comment.el: Regenerate.
873
874 2012-02-16 Glenn Morris <rgm@gnu.org>
875
876 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
877 Interactively in calendar buffer, give an error if not on a date.
878
879 2012-02-15 Glenn Morris <rgm@gnu.org>
880
881 * shell.el (shell-delimiter-argument-list):
882 Revert 2011-02-17 change. (Bug#8027)
883
884 2012-02-15 Chong Yidong <cyd@gnu.org>
885
886 * minibuffer.el (completion-at-point-functions): Doc fix.
887
888 * custom.el (defcustom): Doc fix; note use of defvar.
889
890 2012-02-15 Glenn Morris <rgm@gnu.org>
891
892 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
893 Doc fixes.
894
895 2012-02-14 Glenn Morris <rgm@gnu.org>
896
897 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
898
899 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
900
901 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
902 way the ports list is computed.
903 (smtpmail-query-smtp-server): Prompt the user for a port number if
904 we can't connect to any of the standard ports (bug#10810).
905
906 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
907
908 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
909
910 2012-02-13 Glenn Morris <rgm@gnu.org>
911
912 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
913
914 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
915
916 * net/gnutls.el (gnutls-trustfiles): New variable.
917 (gnutls-negotiate): Use it.
918
919 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
920
921 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
922 does its stuff if Gnus is running.
923
924 2012-02-13 Alan Mackenzie <acm@muc.de>
925
926 Fix a loop in c-set-fl-decl-start.
927
928 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
929 c-backward-syntactic-ws actually moves backwards.
930
931 2012-02-13 Leo Liu <sdl.web@gmail.com>
932
933 * net/rcirc.el (rcirc-markup-attributes): Move point to the
934 beginning so that all \C-o chars are removed.
935
936 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
937
938 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
939
940 2012-02-12 Alan Mackenzie <acm@muc.de>
941
942 Fix infinite loop with long macros.
943 * cc-engine.el (c-state-safe-place): Handle macros properly.
944
945 2012-02-12 Chong Yidong <cyd@gnu.org>
946
947 * window.el (display-buffer): Doc fix (Bug#10785).
948
949 2012-02-12 Glenn Morris <rgm@gnu.org>
950
951 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
952 (x-disown-selection-internal, x-get-selection-internal):
953 Sync docs with the xselect.c versions.
954
955 * allout-widgets.el: Add missing license notice.
956
957 2012-02-11 Glenn Morris <rgm@gnu.org>
958
959 * select.el (x-get-selection-internal, x-own-selection-internal)
960 (x-disown-selection-internal):
961 * x-dnd.el (x-get-selection-internal): Update declarations.
962
963 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
964
965 * window.el (window-sides-slots):
966 * tool-bar.el (tool-bar-position):
967 * term/xterm.el (xterm-extra-capabilities):
968 * ses.el (ses-self-reference-early-detection):
969 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
970 (verilog-auto-wire-type)
971 (verilog-auto-delete-trailing-whitespace)
972 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
973 (verilog-auto-tieoff-declaration):
974 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
975 (sql-oracle-statement-starters, sql-oracle-scan-on):
976 * progmodes/prolog.el (prolog-align-comments-flag)
977 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
978 (prolog-left-indent-regexp, prolog-paren-indent-p)
979 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
980 (prolog-types, prolog-mode-specificators)
981 (prolog-determinism-specificators, prolog-directives)
982 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
983 (prolog-electric-dot-flag)
984 (prolog-electric-dot-full-predicate-template)
985 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
986 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
987 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
988 (prolog-program-switches, prolog-prompt-regexp)
989 (prolog-debug-on-string, prolog-debug-off-string)
990 (prolog-trace-on-string, prolog-trace-off-string)
991 (prolog-zip-on-string, prolog-zip-off-string)
992 (prolog-use-standard-consult-compile-method-flag)
993 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
994 (prolog-imenu-max-lines, prolog-info-predicate-index)
995 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
996 (prolog-char-quote-workaround):
997 * progmodes/cc-vars.el (c-defun-tactic):
998 * net/tramp.el (tramp-encoding-command-interactive)
999 (tramp-local-end-of-line):
1000 * net/soap-client.el (soap-client):
1001 * net/netrc.el (netrc-file):
1002 * net/gnutls.el (gnutls):
1003 * minibuffer.el (completion-category-overrides)
1004 (completion-cycle-threshold)
1005 (completion-pcm-complete-word-inserts-delimiters):
1006 * man.el (Man-name-local-regexp):
1007 * mail/feedmail.el (feedmail-display-full-frame):
1008 * international/characters.el (glyphless-char-display-control):
1009 * eshell/em-ls.el (eshell-ls-date-format):
1010 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1011 (lisp-lambda-list-keyword-parameter-indentation)
1012 (lisp-lambda-list-keyword-parameter-alignment):
1013 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1014 * dired-x.el (dired-omit-verbose):
1015 * cus-theme.el (custom-theme-allow-multiple-selections):
1016 * calc/calc.el (calc-highlight-selections-with-faces)
1017 (calc-lu-field-reference, calc-lu-power-reference)
1018 (calc-note-threshold):
1019 * battery.el (battery-mode-line-limit):
1020 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1021 (archive-7z-update):
1022 * allout.el (allout-prefixed-keybindings)
1023 (allout-unprefixed-keybindings)
1024 (allout-inhibit-auto-fill-on-headline)
1025 (allout-flattened-numbering-abbreviation):
1026 * allout-widgets.el (allout-widgets-auto-activation)
1027 (allout-widgets-icons-dark-subdir)
1028 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1029 (allout-widgets-theme-dark-background)
1030 (allout-widgets-theme-light-background)
1031 (allout-widgets-item-image-properties-emacs)
1032 (allout-widgets-item-image-properties-xemacs)
1033 (allout-widgets-run-unit-tests-on-load)
1034 (allout-widgets-time-decoration-activity)
1035 (allout-widgets-hook-error-post-time)
1036 (allout-widgets-track-decoration):
1037 Add missing :version tags to new defcustoms and defgroups.
1038
1039 * progmodes/sql.el (sql-ansi-statement-starters)
1040 (sql-oracle-statement-starters): Add custom type.
1041
1042 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1043 (prolog-system-version): Give it a type.
1044
1045 2012-02-11 Eli Zaretskii <eliz@gnu.org>
1046
1047 * term/pc-win.el (x-select-text, x-selection-owner-p)
1048 (x-own-selection-internal, x-disown-selection-internal)
1049 (x-get-selection-internal): Sync doc strings and argument lists
1050 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1051
1052 2012-02-11 Leo Liu <sdl.web@gmail.com>
1053
1054 * progmodes/python.el (python-end-of-statement): Fix infinite
1055 loop. (Bug#10788)
1056
1057 2012-02-10 Glenn Morris <rgm@gnu.org>
1058
1059 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1060 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1061
1062 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1063
1064 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1065 about SMTP before checking the From header.
1066
1067 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
1068 into own function for reuse by emacsbug.el.
1069
1070 2012-02-10 Leo Liu <sdl.web@gmail.com>
1071
1072 * subr.el (condition-case-unless-debug): Rename from
1073 condition-case-no-debug. All callers changed.
1074 (with-demoted-errors): Fix caller.
1075
1076 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1077 * nxml/rng-valid.el (rng-do-some-validation):
1078 * emacs-lisp/package.el (package-refresh-contents)
1079 (package-menu-execute):
1080 * desktop.el (desktop-create-buffer):
1081 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1082
1083 2012-02-10 Glenn Morris <rgm@gnu.org>
1084
1085 * textmodes/bibtex.el:
1086 Add missing :version tags for new/changed defcustoms.
1087
1088 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1089
1090 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
1091
1092 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1093 (smtpmail-via-smtp): Use it, or fall back on the From address.
1094 (smtpmail-send-it): Ditto.
1095
1096 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1097
1098 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1099 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1100 (byte-compile-tmp-var): New const.
1101 (byte-compile-defvar): Use it to minimize .elc size.
1102 Just use `defvar' rather than simulate it (bug#10761).
1103
1104 2012-02-09 Glenn Morris <rgm@gnu.org>
1105
1106 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1107
1108 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1109 Add :version tags.
1110
1111 * progmodes/compile.el (compilation-error-screen-columns)
1112 (compilation-first-column, compilation-filter-start): Doc fixes.
1113
1114 * vc/log-view.el (log-view-toggle-entry-display):
1115 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1116
1117 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1118 (report-emacs-bug-can-use-xdg-email):
1119 (report-emacs-bug-insert-to-mailer): Doc fixes.
1120 (report-emacs-bug): Message fix.
1121
1122 * net/browse-url.el (browse-url-can-use-xdg-open)
1123 (browse-url-xdg-open): Doc fixes.
1124
1125 * electric.el (electric-indent-mode, electric-pair-mode)
1126 (electric-layout-rules, electric-layout-mode): Doc fixes.
1127 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1128
1129 2012-02-08 Martin Rudalics <rudalics@gmx.at>
1130
1131 * server.el (server-unselect-display): Don't inadvertently kill
1132 the current buffer. (Bug#10729)
1133
1134 2012-02-08 Glenn Morris <rgm@gnu.org>
1135
1136 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1137 (sql-list-table): Doc fixes.
1138
1139 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1140 Comment out (does nothing).
1141
1142 * completion.el (dynamic-completion-mode):
1143 * dirtrack.el (dirtrack-debug-mode):
1144 * electric.el (electric-layout-mode):
1145 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1146 * face-remap.el (text-scale-mode, buffer-face-mode):
1147 * iimage.el (iimage-mode):
1148 * image-mode.el (image-transform-mode):
1149 * minibuffer.el (completion-in-region-mode):
1150 * scroll-lock.el (scroll-lock-mode):
1151 * simple.el (next-error-follow-minor-mode):
1152 * tar-mode.el (tar-subfile-mode):
1153 * tooltip.el (tooltip-mode):
1154 * vcursor.el (vcursor-use-vcursor-map):
1155 * wid-browse.el (widget-minor-mode):
1156 * emulation/tpu-edt.el (tpu-edt-mode):
1157 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1158 * international/iso-ascii.el (iso-ascii-mode):
1159 * language/thai-util.el (thai-word-mode):
1160 * mail/supercite.el (sc-minor-mode):
1161 * net/goto-addr.el (goto-address-mode):
1162 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1163 * progmodes/cwarn.el (cwarn-mode):
1164 * progmodes/flymake.el (flymake-mode):
1165 * progmodes/glasses.el (glasses-mode):
1166 * progmodes/hideshow.el (hs-minor-mode):
1167 * progmodes/pascal.el (pascal-outline-mode):
1168 * textmodes/enriched.el (enriched-mode):
1169 * vc/smerge-mode.el (smerge-mode):
1170 Doc fixes (minor mode argument).
1171
1172 2012-02-07 Eli Zaretskii <eliz@gnu.org>
1173
1174 * ls-lisp.el (ls-lisp-sanitize): New function.
1175 (ls-lisp-insert-directory): Use it to fix or remove any elements
1176 in file-alist with missing attributes. (Bug#4673)
1177
1178 2012-02-07 Alan Mackenzie <acm@muc.de>
1179
1180 Fix spurious recognition of c-in-knr-argdecl.
1181
1182 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1183 putative K&R region.
1184
1185 2012-02-07 Alan Mackenzie <acm@muc.de>
1186
1187 * progmodes/cc-engine.el (c-forward-objc-directive):
1188 Prevent looping in "#pragma mark @implementation".
1189
1190 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
1191
1192 * notifications.el (notifications-on-closed-signal): Make `reason'
1193 optional. (Bug#10744)
1194
1195 2012-02-07 Glenn Morris <rgm@gnu.org>
1196
1197 * emacs-lisp/easy-mmode.el (define-minor-mode):
1198 Doc fixes for the macro and the mode it defines.
1199
1200 * image.el (imagemagick-types-inhibit): Doc fix.
1201
1202 * cus-start.el (imagemagick-render-type): Add it.
1203
1204 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1205
1206 * progmodes/cc-mode.el
1207 (c-standard-font-lock-fontify-region-function): Set the default at
1208 load time, too, so that `font-lock-fontify-buffer' can be called
1209 without setting up the entire mode first. This fixes a bug in
1210 `mm-inline-text' with C MIME parts.
1211
1212 2012-02-06 Chong Yidong <cyd@gnu.org>
1213
1214 * simple.el (list-processes--refresh): Delete exited processes
1215 (Bug#8094).
1216
1217 * comint.el (comint-next-prompt): next-single-char-property-change
1218 and prev-single-char-property-change never return nil (Bug#8657).
1219
1220 * custom.el (defcustom): Doc fix (Bug#9711).
1221
1222 2012-02-05 Chong Yidong <cyd@gnu.org>
1223
1224 * cus-edit.el (custom-variable-reset-backup): Quote the value
1225 before storing it in the customized-value property (Bug#6712).
1226 (custom-display): Add a customization type tag.
1227 (custom-buffer-create-internal): Improve tooltip message.
1228
1229 * wid-edit.el (widget-field-value-get): New optional arg to
1230 suppress trailing whitespace truncation.
1231 (character): Use it (Bug#2689).
1232
1233 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1234
1235 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1236 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1237
1238 2012-02-05 Chong Yidong <cyd@gnu.org>
1239
1240 * cus-edit.el (custom-variable-value-create): For mismatched
1241 types, show the current value (Bug#7600).
1242
1243 * custom.el (defcustom): Doc fix.
1244
1245 2012-02-05 Glenn Morris <rgm@gnu.org>
1246
1247 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1248
1249 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
1250
1251 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1252 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1253 (pp-last-sexp): Use `looking-at-p'.
1254
1255 2012-02-04 Glenn Morris <rgm@gnu.org>
1256
1257 * files.el (revert-buffer):
1258 Doc fix (mention revert-buffer-in-progress-p).
1259
1260 * emacs-lisp/ert-x.el (ert-simulate-command):
1261 Check deferred-action-list (which is obsolete) is bound.
1262
1263 * subr.el (with-wrapper-hook): Doc fixes.
1264
1265 * simple.el (filter-buffer-substring-functions)
1266 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1267
1268 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1269
1270 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1271 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1272
1273 2012-02-04 Leo Liu <sdl.web@gmail.com>
1274
1275 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1276
1277 2012-02-04 Glenn Morris <rgm@gnu.org>
1278
1279 * image.el (image-extension-data): Add obsolete alias.
1280
1281 * isearch.el (isearch-update): Doc fix.
1282
1283 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1284
1285 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1286
1287 2012-02-03 Glenn Morris <rgm@gnu.org>
1288
1289 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1290 (image-animate-timeout): Doc fix.
1291
1292 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1293
1294 2012-02-02 Glenn Morris <rgm@gnu.org>
1295
1296 * server.el (server-auth-dir): Doc fix.
1297 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1298
1299 * subr.el (run-mode-hooks): Doc fix.
1300
1301 2012-02-02 Juri Linkov <juri@jurta.org>
1302
1303 * image-mode.el (image-toggle-display-image): Remove tautological
1304 `major-mode' from the `derived-mode-p' test.
1305
1306 2012-02-02 Kenichi Handa <handa@m17n.org>
1307
1308 * composite.el (compose-region): Cancel previous change.
1309
1310 2012-02-02 Kenichi Handa <handa@m17n.org>
1311
1312 * composite.el (compose-region, compose-string): Signal error for
1313 a null string component (Bug#6988).
1314
1315 2012-02-01 Chong Yidong <cyd@gnu.org>
1316
1317 * view.el (view-buffer-other-window, view-buffer-other-frame):
1318 Handle special modes like view-buffer (Bug#10650).
1319 (view-buffer): Simplify.
1320
1321 * frame.el (set-frame-font): Tweak meaning of third argument.
1322
1323 * dynamic-setting.el (font-setting-change-default-font):
1324 Use set-frame-font (Bug#9982).
1325
1326 2012-02-01 Glenn Morris <rgm@gnu.org>
1327
1328 * progmodes/compile.el (compilation-internal-error-properties):
1329 Respect compilation-first-column in the "*compilation*" buffer.
1330
1331 * emacs-lisp/easy-mmode.el (define-minor-mode):
1332 Relax :variable's test for a named function.
1333
1334 2012-01-31 Alan Mackenzie <acm@muc.de>
1335
1336 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1337 off by one error.
1338
1339 2012-01-31 Chong Yidong <cyd@gnu.org>
1340
1341 * frame.el (set-frame-font): New arg ALL-FRAMES.
1342
1343 * menu-bar.el (menu-set-font): Use set-frame-font.
1344
1345 * faces.el (face-spec-reset-face): Don't apply unspecified
1346 attribute values to the default face.
1347
1348 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
1349
1350 * progmodes/cwarn.el (cwarn): Remove dead link.
1351 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1352 Remove * from defcustom docstrings.
1353 (turn-on-cwarn-mode): Make obsolete.
1354 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1355 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1356
1357 2012-01-31 Glenn Morris <rgm@gnu.org>
1358
1359 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1360 Fix :variable handling of mode a symbol not equal to modefun.
1361 Allow named functions to be used as the cdr of :variable.
1362
1363 2012-01-30 Glenn Morris <rgm@gnu.org>
1364
1365 * emacs-lisp/authors.el (authors-fixed-entries):
1366 Remove reference to deleted file rnewspost.el.
1367
1368 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * window.el (window-with-parameter): Remove unused variable `windows'.
1371 (window--side-check): Remove unused variable `code'.
1372 (window--resize-siblings): Remove unused variable `first'.
1373 (adjust-window-trailing-edge): Remove unused variable `failed'.
1374 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1375 Use `let', not `let*'.
1376 (balance-windows-2): Remove unused variable `found'.
1377 (window--state-put-2): Remove unused variable `splits'.
1378 (window-state-put): Remove unused variable `selected'.
1379 (same-window-p): Use `string-match-p'.
1380 (display-buffer-assq-regexp): Remove unused variable `value'.
1381 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1382 Mark argument ALIST as ignored.
1383 (pop-to-buffer): Remove unused variable `old-window'.
1384
1385 2012-01-29 Eli Zaretskii <eliz@gnu.org>
1386
1387 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1388 and .lzma compressed files.
1389
1390 2012-01-29 Chong Yidong <cyd@gnu.org>
1391
1392 * frame.el (window-system-default-frame-alist): Doc fix.
1393
1394 * dynamic-setting.el (font-setting-change-default-font): Don't
1395 change the default face if SET-FONT argument is non-nil (Bug#9982).
1396
1397 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1398
1399 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1400
1401 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
1402
1403 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1404 breakpoints in files outside current directory (Bug#6098).
1405
1406 2012-01-29 Chong Yidong <cyd@gnu.org>
1407
1408 * progmodes/python.el: Require ansi-color at top-level.
1409
1410 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1411 Define and use in Emacs Lisp mode (Bug#9360).
1412 (lisp-mode-abbrev-table): Add doc.
1413 (lisp-mode-variables): Don't set local-abbrev-table.
1414 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1415
1416 2012-01-28 Roland Winkler <winkler@gnu.org>
1417
1418 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1419
1420 2012-01-28 Roland Winkler <winkler@gnu.org>
1421
1422 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1423 (bibtex-set-dialect): Use it. Either set global values of
1424 dialect-dependent variables or bind these variables buffer-locally
1425 (Bug#10254).
1426 (bibtex-mode): Call bibtex-set-dialect via
1427 hack-local-variables-hook.
1428 (bibtex-dialect): Update docstring.
1429 Add safe-local-variable predicate.
1430 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1431 bibtex-set-dialect.
1432 (bibtex-mode-map): Define menu for each dialect.
1433 (bibtex-entry): Fix docstring.
1434
1435 2012-01-28 Chong Yidong <cyd@gnu.org>
1436
1437 * eshell/esh-arg.el (eshell-quote-argument): New function.
1438
1439 * eshell/esh-ext.el (eshell-invoke-batch-file):
1440 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1441 first arg to eshell-parse-command (Bug#10523).
1442
1443 2012-01-28 Drew Adams <drew.adams@oracle.com>
1444
1445 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1446 `default-directory' is non-nil.
1447
1448 2012-01-28 Eli Zaretskii <eliz@gnu.org>
1449
1450 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1451 line that displays system-configuration-options. (Bug#9924)
1452
1453 2012-01-28 Drew Adams <drew.adams@oracle.com>
1454
1455 * descr-text.el (describe-char): Show information about POS, in
1456 addition to information about the character at POS. Improve and
1457 update the doc string. Change "code point" to "code point in
1458 charset", to avoid confusion with the character's Unicode code
1459 point shown above that. (Bug#10129)
1460
1461 2012-01-28 Eli Zaretskii <eliz@gnu.org>
1462
1463 * descr-text.el (describe-char): Show the raw character, not only
1464 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1465 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1466 for the reasons.
1467
1468 2012-01-28 Phil Hagelberg <phil@hagelb.org>
1469
1470 * emacs-lisp/package.el (package-install):
1471 Run package-refresh-contents if there is no archive yet (Bug#9798).
1472
1473 2012-01-28 Chong Yidong <cyd@gnu.org>
1474
1475 * emacs-lisp/package.el (package-maybe-load-descriptor):
1476 New function, split from package-maybe-load-descriptor.
1477 (package-maybe-load-descriptor): Use it.
1478 (package-download-transaction): Fully load required packages
1479 inside the loop, so that `require' calls work (Bug#10593).
1480 (package-install): No need to call package-initialize now.
1481
1482 2012-01-28 Chong Yidong <cyd@gnu.org>
1483
1484 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1485
1486 * tooltip.el (tooltip-mode): Doc fix.
1487 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1488
1489 * frame.el (set-cursor-color): Doc fix (Bug#352).
1490
1491 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1492 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1493
1494 * cus-edit.el (custom-buffer-create-internal): Fix search button
1495 action (Bug#10542).
1496 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
1497
1498 2012-01-27 Eduard Wiebe <usenet@pusto.de>
1499
1500 * dired.el (dired-mark-files-regexp):
1501 Include any subdirectory components. (Bug#10445)
1502
1503 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1504
1505 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1506 Handle [host]:port syntax. (Bug#10533)
1507
1508 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
1509
1510 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1511
1512 2012-01-26 Glenn Morris <rgm@gnu.org>
1513
1514 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1515 * term.el (term-raw-escape-map): Use Control-X-prefix.
1516 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1517
1518 2012-01-25 Martin Rudalics <rudalics@gmx.at>
1519
1520 * window.el (window-state-get, window--state-get-1): Don't deal
1521 with fixed-sizeness of windows. Simplify code.
1522
1523 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1524
1525 * window.el (window--state-get-1, window--state-put-2):
1526 Don't save and restore the mark.
1527
1528 2012-01-25 Chong Yidong <cyd@gnu.org>
1529
1530 * custom.el (custom-variable-p): Doc fix.
1531
1532 2012-01-25 Glenn Morris <rgm@gnu.org>
1533
1534 * dired.el (dired-goto-file): Handle some of the more common
1535 characters that `ls -b' escapes. (Bug#10596)
1536
1537 * progmodes/compile.el (compilation-next-error-function):
1538 Respect compilation-first-column in the "*compilation*" buffer.
1539 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1540
1541 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1542
1543 2012-01-24 Glenn Morris <rgm@gnu.org>
1544
1545 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1546
1547 2012-01-24 Julien Danjou <julien@danjou.info>
1548
1549 * color.el (color-rgb-to-hsl): Fix value computing.
1550 (color-hue-to-rgb): New function.
1551 (color-hsl-to-rgb): New function.
1552 (color-clamp, color-saturate-hsl, color-saturate-name)
1553 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1554 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1555
1556 2012-01-24 Glenn Morris <rgm@gnu.org>
1557
1558 * vc/vc-rcs.el (vc-rcs-create-tag):
1559 * vc/vc-sccs.el (vc-sccs-create-tag):
1560 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1561
1562 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1563
1564 * eshell/esh-util.el (eshell-read-hosts-file):
1565 Skip comment lines. (Bug#10549)
1566
1567 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1568
1569 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * subr.el (display-delayed-warnings): Doc fix.
1572 (collapse-delayed-warnings): New function to collapse identical
1573 adjacent warnings.
1574 (delayed-warnings-hook): Add it.
1575
1576 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
1577
1578 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1579
1580 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1581 properties, when "login-as" is set.
1582
1583 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1584 (tramp-default-user-alist): Don't add "pscp".
1585 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1586 property "login-as", if set. (Bug#10530)
1587
1588 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
1589
1590 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1591 "plink1" and "psftp". (Bug#10530)
1592
1593 2012-01-21 Kenichi Handa <handa@m17n.org>
1594
1595 * international/mule-cmds.el (prefer-coding-system): Show a
1596 warning message if the default value of file-name-coding-system
1597 was not changed.
1598
1599 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1600
1601 * windmove.el (windmove-reference-loc):
1602 Fix windmove-reference-loc miscalculation.
1603
1604 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1605
1606 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1607 default unit.
1608
1609 2012-01-21 Glenn Morris <rgm@gnu.org>
1610
1611 * international/mule.el (auto-coding-alist): Add .tbz.
1612
1613 * files.el (local-enable-local-variables): Doc fix.
1614 (inhibit-local-variables-regexps): Rename from
1615 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1616 Doc fix. Add some extensions from auto-coding-alist.
1617 (inhibit-local-variables-suffixes):
1618 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1619 (inhibit-local-variables-p):
1620 New function, extracted from set-auto-mode-1.
1621 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1622 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1623 (hack-local-variables): Doc fix. Make the mode-only case
1624 respect enable-local-variables and friends.
1625 Respect inhibit-local-variables-regexps for file-locals, but
1626 not for directory-locals.
1627 (set-visited-file-name):
1628 Take account of inhibit-local-variables-regexps.
1629 Whether it applies may change as the file name is changed.
1630 * jka-cmpr-hook.el (jka-compr-install):
1631 * jka-compr.el (jka-compr-uninstall):
1632 Update for inhibit-first-line-modes-suffixes name change.
1633
1634 2012-01-20 Martin Rudalics <rudalics@gmx.at>
1635
1636 * help-macro.el (make-help-screen): Temporarily restore original
1637 binding for minor-mode-map-alist (Bug#10454).
1638
1639 2012-01-19 Julien Danjou <julien@danjou.info>
1640
1641 * color.el (color-name-to-rgb): Use the white color to find the max
1642 color component value and return correctly computed values.
1643 (color-name-to-rgb): Add missing float conversion for max value.
1644
1645 2012-01-19 Martin Rudalics <rudalics@gmx.at>
1646
1647 * window.el (window--state-get-1, window-state-get): Do not use
1648 special state value for window-persistent-parameters.
1649 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
1650 (window--state-put-2): Reset all window parameters to nil before
1651 assigning values of persistent parameters.
1652
1653 2012-01-18 Alan Mackenzie <acm@muc.de>
1654
1655 Eliminate sluggishness and hangs in fontification of "semicolon
1656 deserts".
1657
1658 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1659 Change value 10000 -> 3000.
1660 (c-state-safe-place): Reformulate so it doesn't stack up an
1661 infinite number of wrong entries in c-state-nonlit-pos-cache.
1662 (c-determine-limit-get-base, c-determine-limit): New functions to
1663 determine backward search limits disregarding literals.
1664 (c-find-decl-spots): Amend commenting.
1665 (c-cheap-inside-bracelist-p): New function which detects "={".
1666
1667 * progmodes/cc-fonts.el
1668 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1669 backward search.
1670 (c-font-lock-declarations): Fix an occurrence of point being
1671 undefined. Check additionally for point being in a bracelist or
1672 near a macro invocation without a semicolon so as to avoid a
1673 fruitless time consuming search for a declarator. Give a more
1674 precise search limit for declarators using the new
1675 c-determine-limit.
1676
1677 2012-01-18 Glenn Morris <rgm@gnu.org>
1678
1679 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1680 (set-auto-mode): Doc fixes.
1681
1682 2012-01-17 Glenn Morris <rgm@gnu.org>
1683
1684 * isearch.el (search-nonincremental-instead): Fix doc typo.
1685
1686 * dired.el (dired-insert-directory): Handle newlines in directory name.
1687 (dired-build-subdir-alist): Unescape newlines in directory name.
1688
1689 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
1690
1691 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1692 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1693 (tramp-action-terminal): Use it. (Bug#10530)
1694
1695 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1698
1699 2012-01-16 Martin Rudalics <rudalics@gmx.at>
1700
1701 * window.el (window-state-ignored-parameters): Remove variable.
1702 (window--state-get-1): Rename argument MARKERS to IGNORE.
1703 Handle persistent window parameters. Make copy of clone-of
1704 parameter only if requested. (Bug#10348)
1705 (window--state-put-2): Install a window parameter only if it has
1706 a non-nil value or an existing parameter shall be overwritten.
1707
1708 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
1709
1710 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1711
1712 2012-01-14 Eli Zaretskii <eliz@gnu.org>
1713
1714 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1715 don't pass the (nil) value of `upnode' to string-match.
1716
1717 2012-01-14 Chong Yidong <cyd@gnu.org>
1718
1719 * startup.el (command-line): Fix X resource class for cursorColor.
1720 Fix values recognized by the cursorBlink resource.
1721
1722 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1723
1724 * epg.el (epg--make-temp-file): Avoid permission race condition
1725 when running on old Emacs versions (bug#10403).
1726
1727 2012-01-14 Glenn Morris <rgm@gnu.org>
1728
1729 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1730
1731 2012-01-13 Alan Mackenzie <acm@muc.de>
1732
1733 Fix filling for when filladapt mode is enabled.
1734
1735 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1736 c-mask-paragraph, pass in `fill-paragraph' rather than
1737 `fill-region-as-paragraph'. (This is a reversion of a previous
1738 change.)
1739 * progmodes/cc-mode.el (c-basic-common-init):
1740 Make fill-paragraph-handle-comment buffer local and set it to nil.
1741
1742 2012-01-13 Glenn Morris <rgm@gnu.org>
1743
1744 * dired.el (dired-switches-escape-p): New function.
1745 (dired-insert-directory): Use dired-switches-escape-p.
1746 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1747
1748 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1749
1750 2012-01-12 Glenn Morris <rgm@gnu.org>
1751
1752 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1753 changes in adaptive-fill-regexp. (Bug#10276)
1754
1755 2012-01-11 Alan Mackenzie <acm@muc.de>
1756
1757 Fix Emacs bug #10463 - put `widen's around the critical spots.
1758
1759 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
1760 widen around each invocation of c-state-pp-to-literal. Remove an
1761 unused let variable.
1762
1763 2012-01-11 Glenn Morris <rgm@gnu.org>
1764
1765 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
1766 Doc fix.
1767
1768 2012-01-10 Chong Yidong <cyd@gnu.org>
1769
1770 * net/network-stream.el (network-stream-open-starttls):
1771 Avoid emitting a confusing error message when the server gives a bad
1772 response to the capability command.
1773
1774 2012-01-10 Glenn Morris <rgm@gnu.org>
1775
1776 * mail/unrmail.el (unrmail): Tweak previous change.
1777
1778 2012-01-09 Chong Yidong <cyd@gnu.org>
1779
1780 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1781
1782 2012-01-08 Alan Mackenzie <acm@muc.de>
1783
1784 Optimise font locking in long enum definitions.
1785
1786 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1787 arm to a cond form to handle enums.
1788 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1789 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1790
1791 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
1792
1793 * files.el (move-file-to-trash): Preserve default file modes on error.
1794 (Bug#10401)
1795
1796 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1797
1798 * faces.el (set-face-attribute): Clarify the meaning of the nil
1799 frame (bug#10294).
1800
1801 * subr.el (with-selected-frame): Mention that the selected frame
1802 is restored (bug#9980).
1803
1804 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1805 (bug#9759).
1806
1807 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
1808 (password-read): Don't autoload unused function.
1809
1810 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
1811
1812 * progmodes/which-func.el (which-func-mode): Turn into a
1813 non-interactive function and mark as obsolete (bug#10428).
1814
1815 2012-01-06 Chong Yidong <cyd@gnu.org>
1816
1817 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1818 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1819 functions, along with 1 and -1.
1820
1821 2012-01-06 Eli Zaretskii <eliz@gnu.org>
1822
1823 * time.el (display-time-load-average)
1824 (display-time-default-load-average): Doc fixes. See the thread
1825 starting at
1826 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1827 for the details.
1828
1829 2012-01-06 Glenn Morris <rgm@gnu.org>
1830
1831 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1832 has no messages. (Bug#10377)
1833
1834 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1835 than Info-edit. (Bug#10385)
1836
1837 * time.el (display-time-load-average, display-time-next-load-average):
1838 Doc fixes.
1839
1840 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1841 local setting of buffer-read-only to the input buffer. (Bug#10419)
1842
1843 * calendar/calendar.el (calendar-mode):
1844 Locally set scroll-margin to 0. (Bug#10379)
1845
1846 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
1847
1848 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1849
1850 2012-01-05 Glenn Morris <rgm@gnu.org>
1851
1852 * eshell/em-unix.el (diff-no-select): Autoload it.
1853 (eshell/diff): Use diff-no-select. (Bug#10420)
1854
1855 2012-01-05 Chong Yidong <cyd@gnu.org>
1856
1857 * shell.el (shell-dynamic-complete-functions): Revert last change.
1858 (shell-command-completion-function): New function.
1859 (shell-completion-vars): Use it to implement
1860 shell-completion-execonly (Bug#10417).
1861
1862 * custom.el (enable-theme): Don't set custom-safe-themes.
1863
1864 * cus-theme.el (custom-theme-merge-theme):
1865 Ignore custom-enabled-themes and custom-safe-themes.
1866
1867 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1868
1869 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1870 first prompt in `sql-interacive-mode'.
1871 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
1872 keywords.
1873 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
1874 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1875 context of original buffer. Invoke `sql-login-hook'.
1876
1877 2012-01-04 Eli Zaretskii <eliz@gnu.org>
1878
1879 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1880 letters in cite-prefix.
1881
1882 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1883
1884 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1885
1886 2012-01-03 Chong Yidong <cyd@gnu.org>
1887
1888 * shell.el (shell-dynamic-complete-functions):
1889 Put pcomplete-completions-at-point, so as to try
1890 comint-filename-completion first (Bug#10417).
1891
1892 2012-01-02 Richard Stallman <rms@gnu.org>
1893
1894 * battery.el (battery-status-function):
1895 Detect when to use battery-yeeloong-sysfs.
1896 (battery-echo-area-format): Add string for Yeeloong.
1897 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1898 (battery-yeeloong-sysfs): New function.
1899
1900 2012-01-02 Chong Yidong <cyd@gnu.org>
1901
1902 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1903 (dirtrack): Merge code for handling relative filenames in prompt
1904 from shell-dir-cookie-watcher.
1905 (dirtrack-debug-message): New arg to avoid excess format calls.
1906
1907 * shell.el (shell-dir-cookie-re): Variable deleted.
1908 (shell-dir-cookie-watcher): Function deleted.
1909 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1910 with dirtrack-mode.
1911
1912 2012-01-01 Eli Zaretskii <eliz@gnu.org>
1913
1914 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1915 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
1916 libgnutls-26.dll.
1917
1918 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1919
1920 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1921
1922 2011-12-31 Eli Zaretskii <eliz@gnu.org>
1923
1924 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1925 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1926
1927 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
1928
1929 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1930 also for alternative shells.
1931 (tramp-open-connection-setup-interactive-shell): Check, whether
1932 the shell is a busybox.
1933 (tramp-send-command): Don't suppress multiple prompts for
1934 busyboxes, it hurts.
1935
1936 2011-12-28 Chong Yidong <cyd@gnu.org>
1937
1938 * progmodes/gdb-mi.el (gdb-get-source-file-list)
1939 (gdb-get-source-file): Move mode line update to
1940 gdb-get-source-file (Bug#10087).
1941
1942 2011-12-25 Chong Yidong <cyd@gnu.org>
1943
1944 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
1945 gud-gdb-marker-filter without taking it as an argument.
1946 (gud-gdb-run-command-fetch-lines): Caller changed.
1947 (gud-gdb-completion-function): New variable.
1948 (gud-gdb-completion-at-point): Use it.
1949 (gud-gdb-completions-1): Split from gud-gdb-completions.
1950
1951 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
1952 function as separate arguments.
1953 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
1954 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
1955 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
1956 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
1957 (gdb-stopped, def-gdb-auto-update-trigger)
1958 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
1959 (gdb-get-changed-registers, gdb-get-main-selected-frame):
1960 Callers changed.
1961 (gud-gdbmi-completions): New function.
1962 (gdb): Use it for generating the completion table.
1963
1964 2011-12-24 Alan Mackenzie <acm@muc.de>
1965
1966 Introduce a mechanism to widen the region used in context font
1967 locking. Use this to protect declarations from losing their contexts.
1968
1969 * progmodes/cc-langs.el (c-before-font-lock-functions):
1970 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
1971 (c-before-context-fontification-functions): New defvar, a list of
1972 functions to be run just before context (etc.) font locking.
1973
1974 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
1975 New, functionality extracted from
1976 c-neutralize-syntax-in-and-mark-CPP.
1977 (c-in-after-change-fontification): New variable.
1978 (c-after-change): Set c-in-after-change-fontification.
1979 (c-set-fl-decl-start): Rejig its interface, so it can be called
1980 from both after-change and context fontifying.
1981 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
1982 New functions.
1983 (c-standard-font-lock-fontify-region-function): New variable.
1984 (c-font-lock-fontify-region): New function.
1985
1986 2011-12-24 Juri Linkov <juri@jurta.org>
1987
1988 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
1989 (Bug#10348)
1990
1991 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
1992
1993 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
1994 existence of source file. (Bug#10325)
1995
1996 2011-12-23 Alan Mackenzie <acm@muc.de>
1997
1998 Fix unstable fontification inside templates.
1999
2000 * progmodes/cc-langs.el (c-before-font-lock-functions):
2001 Newly created from the singular version. The (c c++ objc) entry now
2002 additionally has c-set-fl-decl-start. The other languages (apart
2003 from AWK) have that as a single entry.
2004
2005 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2006 The functionality for "local" declarations has been extracted to
2007 c-set-fl-decl-start.
2008
2009 * progmodes/cc-mode.el (c-common-init, c-after-change):
2010 Changes due to pluralisation of c-before-font-lock-functions.
2011 (c-set-fl-decl-start): New function, extracted from
2012 c-font-lock-enclosing-decls and enhanced.
2013
2014 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
2015
2016 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2017
2018 2011-12-22 Juri Linkov <juri@jurta.org>
2019
2020 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2021
2022 2011-12-22 Chong Yidong <cyd@gnu.org>
2023
2024 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2025
2026 2011-12-21 Drew Adams <drew.adams@oracle.com>
2027
2028 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2029
2030 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2031
2032 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2033
2034 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2035
2036 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2037 highlighting and support. Fix up comments for capitalization.
2038 (cfengine-mode-debug): New var.
2039 (cfengine3-mode): Change the modeline indicator to "CFE3".
2040 (cfengine3-font-lock-keywords): Improve defun highlighting.
2041 (cfengine2-actions): Rename from `cfengine-actions'.
2042 (cfengine2-font-lock-keywords): Rename from
2043 `cfengine-font-lock-keywords'.
2044 (cfengine2-imenu-expression): Rename from
2045 `cfengine-imenu-expression'.
2046 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2047 (cfengine2-beginning-of-defun): Rename from
2048 `cfengine-beginning-of-defun'.
2049 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2050 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2051 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2052 modeline indicator to "CFE2".
2053 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2054 (cfengine-mode-abbrevs): Mark obsolete.
2055
2056 2011-12-21 Chong Yidong <cyd@gnu.org>
2057
2058 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2059 filename argument.
2060
2061 2011-12-20 Martin Rudalics <rudalics@gmx.at>
2062
2063 * window.el (window-normalize-buffer-to-display): Remove.
2064 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2065
2066 2011-12-19 Chong Yidong <cyd@gnu.org>
2067
2068 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2069 Don't signal an error in a predicate function; return non-nil.
2070 (vc-dir-mark-file): Move the error here.
2071 (vc-dir-mark-unmark): If acting on the region, keep going if one
2072 of the entries cannot be marked/unmarked.
2073 (vc-dir-mark-all-files): If current entry is a directory, mark
2074 only child files, as documented.
2075
2076 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2077
2078 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2079 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2080 addition.
2081
2082 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2083
2084 * term/ns-win.el (ns-get-selection-internal)
2085 (ns-store-selection-internal): Declare.
2086 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2087 Declare as obsolete.
2088 (ns-get-pasteboard, ns-paste-secondary):
2089 Use ns-get-selection-internal.
2090 (ns-set-pasteboard, ns-copy-including-secondary):
2091 Use ns-store-selection-internal.
2092
2093 2011-12-17 Chong Yidong <cyd@gnu.org>
2094
2095 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
2096 (vc-deduce-fileset): Doc fix.
2097
2098 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2099
2100 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2101
2102 2011-12-13 Sam Steingold <sds@gnu.org>
2103
2104 * man.el (Man-getpage-in-background): When running under a
2105 window-system, ignore $MANWIDTH and $COLUMNS.
2106
2107 2011-12-15 Kenichi Handa <handa@m17n.org>
2108
2109 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2110 (setup-ethiopic-environment-internal): Comment out key-binding for
2111 ethio-toggle-punctuation.
2112
2113 2011-12-13 Alan Mackenzie <acm@muc.de>
2114
2115 Add the switch statement to AWK Mode.
2116
2117 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
2118 "default" to the keywords regexp.
2119
2120 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
2121 expression as the rest.
2122 (c-nonlabel-token-key): Allow string literals for AWK.
2123 Refactor for the other modes.
2124
2125 Large brace-block initialisation makes CC Mode slow: Fix.
2126 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
2127 routines. Limit backward searching in c-font-lock-enclosing.decl.
2128
2129 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2130 pp-state and literal type in addition to the limits.
2131 (c-state-safe-place): New defun, extracted from c-state-literal-at.
2132 (c-state-literal-at): Use the above new defun.
2133 (c-slow-in-literal, c-fast-in-literal): Remove.
2134 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
2135
2136 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2137 being in a literal. Add a limit for backward searching.
2138
2139 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2140 c-slow-in-literal.
2141
2142 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2145
2146 2011-12-13 Martin Rudalics <rudalics@gmx.at>
2147
2148 * window.el (delete-other-windows): Use correct frame in call to
2149 window-with-parameter.
2150
2151 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2152
2153 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2154 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2155 (makefile-gmake-statements, makefile-makepp-statements):
2156 Use it and add new makepp keywords.
2157 (makefile-makepp-font-lock-keywords): Add new patterns.
2158 (makefile-match-function-end): Match new [...] and [[...]].
2159
2160 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
2161
2162 * ses.el (ses-call-printer-return, ses-cell-property-get)
2163 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2164 (ses-create-cell-variable, ses-reset-header-string)
2165 (ses-cell-set-formula, ses-repair-cell-reference-all)
2166 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2167 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2168 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2169 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2170 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2171 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2172 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2173 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2174 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2175 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2176 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2177 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2178
2179 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2180
2181 * ses.el: The overall change is to add cell renaming, that is
2182 setting fancy names for cell symbols other than name matching
2183 "\\`[A-Z]+[0-9]+\\'" regexp .
2184 (ses-create-cell-variable): New defun.
2185 (ses-relocate-formula): Relocate formulas only for cells the
2186 symbols of which are not renamed, i.e. symbols whose names do not
2187 match regexp "\\`[A-Z]+[0-9]+\\'".
2188 (ses-relocate-all): Relocate values only for cells the symbols of
2189 which are not renamed.
2190 (ses-load): Create cells variables as the (ses-cell ...) are read,
2191 in order to check row col consistency with cell symbol name only
2192 for cells that are not renamed.
2193 (ses-replace-name-in-formula): New defun.
2194 (ses-rename-cell): New defun.
2195
2196 2011-12-11 Chong Yidong <cyd@gnu.org>
2197
2198 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2199 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2200
2201 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2202
2203 * window.el (other-window): Fix docstring.
2204
2205 2011-12-10 Eli Zaretskii <eliz@gnu.org>
2206
2207 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
2208 `from' or `to' address before taking its substring.
2209 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
2210 encoded name is chopped in the middle of the encoded string, and
2211 thus displayed encoded.
2212
2213 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2216
2217 2011-12-10 Eli Zaretskii <eliz@gnu.org>
2218
2219 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2220 to use texinfo-update-node and commands that call it if the
2221 Texinfo file uses @node lines without next/prev/up pointers.
2222 Correct outdated description about texinfo-master-menu.
2223 (texinfo-all-menus-update, texinfo-master-menu)
2224 (texinfo-update-node, texinfo-every-node-update)
2225 (texinfo-multiple-files-update): Doc fix. Warn against updating
2226 all the @node lines.
2227 (texinfo-master-menu): Only call texinfo-update-node if the prefix
2228 argument is numeric. Explain better in the doc string what the
2229 function really does.
2230 (texinfo-insert-master-menu-list): Improve the error message
2231 displayed if there's no menu in the Top node.
2232 (Bug#2975) See also this thread:
2233 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2234
2235 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2236
2237 * speedbar.el (speedbar-supported-extension-expressions):
2238 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2239
2240 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
2241
2242 * printing.el (pr-mode-alist):
2243 * simple.el (filter-buffer-substring-functions)
2244 (completion-list-insert-choice-function):
2245 * window.el (window-with-parameter, window-atom-root)
2246 (window-sides-slots, window-size-fixed, window-min-delta)
2247 (window-max-delta, window--resize-mini-window)
2248 (window--resize-child-windows-normal, window-tree)
2249 (delete-other-windows, quit-window, split-window)
2250 (display-buffer-record-window, special-display-buffer-names)
2251 (special-display-regexps, special-display-popup-frame)
2252 (same-window-p, split-window-sensibly)
2253 (display-buffer-overriding-action, display-buffer-alist)
2254 (display-buffer-base-action, display-buffer, switch-to-buffer)
2255 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2256 (fit-window-to-buffer, recenter-positions)
2257 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2258 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2259 and remove unneeded backslashes in docstrings.
2260
2261 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2264
2265 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2266 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2267 end in ".mk".
2268 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2269 when reading the makefile (bug#10116).
2270
2271 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2274 (bug#10116).
2275
2276 2011-12-06 Glenn Morris <rgm@gnu.org>
2277
2278 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2279
2280 2011-12-06 Chong Yidong <cyd@gnu.org>
2281
2282 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2283
2284 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * textmodes/table.el (table-shorten-cell): Fix typo.
2287
2288 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2289
2290 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2291
2292 2011-12-05 Eli Zaretskii <eliz@gnu.org>
2293
2294 * descr-text.el (describe-char): Fix display of strong
2295 right-to-left characters and directional embeddings and overrides.
2296
2297 * simple.el (what-cursor-position): Fix display of codepoints of
2298 strong right-to-left characters.
2299
2300 2011-12-05 Chong Yidong <cyd@gnu.org>
2301
2302 * faces.el (read-color): Doc fix.
2303
2304 2011-12-05 Glenn Morris <rgm@gnu.org>
2305
2306 * align.el (align--set-marker): Add doc-string.
2307 Don't try to move something that is not a marker. (Bug#10216)
2308
2309 2011-12-04 Glenn Morris <rgm@gnu.org>
2310
2311 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2312 overly zealous deletion of trailing whitespace.
2313
2314 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
2315
2316 * server.el (server-delete-client): On Windows, do not try to delete
2317 the only terminal.
2318 (server-process-filter): On Windows, treat requests for a tty frame as
2319 if they were for a GUI frame if the running server is in GUI mode.
2320
2321 2011-12-03 Glenn Morris <rgm@gnu.org>
2322
2323 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2324
2325 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * electric.el: Streamline electric-indent's hook.
2328 (electric-indent-chars): Revert to simple list.
2329 (electric-indent-functions): New var.
2330 (electric-indent-post-self-insert-function): Use it.
2331
2332 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2333 there's no inferior buffer (bug#10196).
2334 (prolog-consult-compile): Don't use toggle-read-only.
2335
2336 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
2337
2338 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2339 interrupt. (Bug#10187)
2340
2341 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2344 (bug#9160).
2345
2346 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2347 (bug#10191).
2348
2349 2011-12-02 Juri Linkov <juri@jurta.org>
2350
2351 * info.el (Info-search): Display "end of manual" when Isearch
2352 reaches the end of single-file Info manual. (Bug#9918)
2353
2354 2011-12-02 Eli Zaretskii <eliz@gnu.org>
2355
2356 * isearch.el (isearch-message-prefix): Run the input method part
2357 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2358
2359 2011-12-02 Juri Linkov <juri@jurta.org>
2360
2361 * isearch.el (isearch-occur): Use `word-search-regexp' for
2362 `isearch-word'.
2363 (isearch-search-and-update): Add condition for `isearch-word' and
2364 call `word-search-regexp'. (Bug#10145)
2365
2366 2011-12-01 Glenn Morris <rgm@gnu.org>
2367
2368 * eshell/em-hist.el (eshell-hist-initialize):
2369 Handle eshell-history-size nil and HISTSIZE set or unset.
2370 (eshell-history-file-name, eshell-history-size): Fix custom type.
2371
2372 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2375
2376 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
2377
2378 * progmodes/verilog-mode.el (verilog-pretty-expr):
2379 Rework verilog-pretty-expr to handle new assignment operators in system
2380 verilog, such as += *= and the like.
2381 (verilog-assignment-operator-re): Regular expression to find the
2382 assigment operator in a verilog assignment.
2383 (verilog-assignment-operation-re): Regular expression to find an
2384 assignment statement for pretty-expr.
2385 (verilog-in-attribute-p): Query returns true if point is in an
2386 attribute context; used to skip these for expression line up from
2387 pretty-expr.
2388 (verilog-in-parameter-p): Query returns true if point is in an
2389 parameter definition context; used to skip these for expression
2390 line up from pretty-expr.
2391 (verilog-in-parenthesis-p): Query returns true if point is in a
2392 parenthetical expression, specifically ( ) but not [ ] or { };
2393 used by pretty-expr.
2394 (verilog-just-one-space): If there is no space, don't add one.
2395 (verilog-get-lineup-indent-2): Specifically skip just attribute
2396 contexts for expression lineup, rather than skipping all
2397 parenthetical expressions.
2398 (verilog-calculate-indent): Fix comment, and fix indent.
2399 (verilog-do-indent): Indent declarations in lists (suggested by
2400 Joachim Lechner).
2401 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2402 skeleton items.
2403 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2404 by Alain Mellan).
2405
2406 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
2407
2408 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2409 parameters with embedded comments. Reported by Ray Stevens.
2410 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2411 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2412 Reported by Tim Holt.
2413 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2414 instantiated by upper module causing wrong expansion until AUTOed a
2415 second time. Reported by K C Buckenmaier.
2416 (verilog-diff-auto): Fix showing .* as a difference when
2417 `verilog-auto-star-save' off. Reported by Dan Dever.
2418 (verilog-auto-reset, verilog-read-always-signals)
2419 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2420 temporary signals in reset list if
2421 verilog-auto-reset-blocking-in-non is nil, and match assignment
2422 style to each signal's assignment type, bug381.
2423 Reported by Thomas Esposito.
2424 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2425 (verilog-uvm-statement-re): Support UVM indentation and
2426 highlighting, with old OVM keywords only.
2427 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
2428 Support AUTOTIEOFF creating non-wire data types.
2429 Suggested by Jonathan Greenlaw.
2430 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2431 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2432 (verilog-inject-sense, verilog-read-inst-pins)
2433 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2434 Fix mismatching parenthesis inside commented out code when deleting
2435 AUTOINST, bug383. Reported by Jonathan Greenlaw.
2436 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2437 non-numeric vector width. Reported by Alex Reed.
2438 (verilog-auto-ascii-enum): Add "onehot" option to work around not
2439 detecting signals with parameter widths. Reported by Alex Reed.
2440 (verilog-auto-delete-trailing-whitespace):
2441 With `verilog-auto-delete-trailing-whitespace' remove trailing
2442 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2443 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2444 Fix verilog-scan-cache corruption when running user AUTO expansion
2445 hooks that call indentation routines.
2446 (verilog-simplify-range-expression): Fix typo ignoring lower case
2447 identifiers.
2448 (verilog-delete-auto): Fix delete-autos to also remove user created
2449 automatics, as long as they start with AUTO.
2450 (verilog-batch-diff-auto, verilog-diff-auto)
2451 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2452 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2453 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2454 (verilog-in-paren-quick, verilog-re-search-backward-quick)
2455 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2456 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
2457 is disabled and its cache will get corrupt, causing AUTOS not to
2458 expand. Instead use only -quick functions.
2459 (verilog-scan-region): Fix scanning over escaped quotes.
2460 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2461 (verilog-re-search-backward-quick)
2462 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2463 related functions now ignore strings, to fix misparsing of strings
2464 with magic comments embedded in them.
2465 (verilog-read-auto-template):
2466 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2467 Reported by Brad Dobbie.
2468 (verilog-read-auto-template):
2469 Fix 'verilog-auto-inst-template-numbers' with comments.
2470 Reported by Brad Dobbie.
2471 (verilog-auto-inst, verilog-auto-inst-param)
2472 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2473 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2474 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
2475 debugging templates without merge conflicts, bug357.
2476 Reported by Brad Dobbie.
2477 (verilog-read-auto-template):
2478 Fix verilog-auto-inst-template-numbers with multiple templates.
2479 Reported by Brad Dobbie.
2480 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2481 abbrevs so user won't be asked to save.
2482 (verilog-read-auto-lisp-present): Fix to start at beginning of
2483 buffer in case called outside of verilog-auto.
2484 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2485 to "X-2". Reported by Matthew Myers.
2486 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2487 all inputs from module templates. Reported by Leith Johnson.
2488 (verilog-module-inside-filename-p): Fix locating programs as with
2489 modules.
2490 (verilog-auto-inst-port): Fix vl-width expressions when using
2491 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2492 (verilog-decls-get-regs, verilog-decls-get-signals,
2493 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2494 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2495 verilog-read-decls): Combine reg and wire structures into one var
2496 structure to represent SystemVerilog concepts.
2497 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2498 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
2499 (verilog-auto-wire-type, verilog-insert-definition):
2500 Add verilog-auto-wire-type and AUTOLOGIC to support using
2501 SystemVerilog "logic" keyword instead of "wire"/"reg".
2502 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2503 to declares outputs that also have assignments (presumably in an
2504 ifdef or generate if so there's not a driver conflict).
2505 Reported by Matthew Myers.
2506 (verilog-auto-declare-nettype, verilog-insert-definition):
2507 Add verilog-auto-declare-nettype to fix declarations using
2508 `default_nettype none. Reported by Julian Gorfajn.
2509 (verilog-read-always-signals-recurse, verilog-read-decls)
2510 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2511 malformed end statement, bug325. Reported by Joshua Wise and
2512 Andrew Drake.
2513 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2514 (verilog-inst-comment-re): Fix not deleting Interfaced comment
2515 when expanding .* in interfaces, bug320.
2516 Reported by Pierre-David Pfister.
2517 (verilog-read-module-name): Fix import statements between module
2518 name and open parenthesis, bug317.
2519 Reported by Pierre-David Pfister.
2520 (verilog-simplify-range-expression): Fix simplification of
2521 multiplications inside AUTOWIRE connections, bug303.
2522 (verilog-auto-inst-port): Support parameter expansion in
2523 multidimensional arrays.
2524 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2525 after "assert property". Reported by Julian Gorfajn.
2526 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2527 with multiplication, bug303.
2528 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2529 Reported by Jan Frode Lonnum.
2530
2531 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
2532
2533 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2534 (hfy-shell-file-name, hfy-shell):
2535 * international/fontset.el (x-decompose-font-name): Fix typos.
2536
2537 2011-11-29 Ken Brown <kbrown@cornell.edu>
2538
2539 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2540 (gdb-version): Remove defvar.
2541 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2542 (gdb-gud-context-command, gdb-non-stop-handler)
2543 (gdb-current-context-command, gdb-stopped): Use it.
2544 (gdb-init-1): Enable pretty printing here.
2545 (gdb-non-stop-handler): Don't enable pretty-printing here.
2546 Check to see if the target supports non-stop mode; if not, turn off
2547 non-stop mode. Use the following.
2548 (gdb-check-target-async): New defun.
2549 (gud-watch, gdb-stopped): Fix whitespace.
2550 (gdb-get-source-file): Don't try to display the source file if
2551 `gdb-main-file' is nil.
2552
2553 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * align.el: Try to generate fewer markers (bug#10047).
2556 (align--set-marker): New macro.
2557 (align-region): Use it.
2558
2559 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2560
2561 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2562
2563 2011-11-29 Chong Yidong <cyd@gnu.org>
2564
2565 * indent.el (indent-for-tab-command, indent-according-to-mode):
2566 Doc fix.
2567 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2568
2569 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2572 aware of remote file names. (Bug#10124)
2573
2574 2011-11-29 Chong Yidong <cyd@gnu.org>
2575
2576 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2577
2578 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * files.el (find-file): Don't use force-same-window (bug#10144).
2581 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2582 use pop-to-buffer if the selected window can't be used.
2583 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2584
2585 2011-11-28 Eli Zaretskii <eliz@gnu.org>
2586
2587 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2588 special-mode-map.
2589
2590 2011-11-28 Chong Yidong <cyd@gnu.org>
2591
2592 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2593
2594 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
2595
2596 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2597 gdb-get-source-file-list on gdb-create-source-file-list.
2598
2599 2011-11-26 Eli Zaretskii <eliz@gnu.org>
2600
2601 * whitespace.el (whitespace-newline): Use a different foreground
2602 color for 16-color light-background displays.
2603
2604 2011-11-24 Chong Yidong <cyd@gnu.org>
2605
2606 * window.el (display-buffer--special-action): Doc fix.
2607
2608 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
2609
2610 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2611 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2612 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2613 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2614 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2615 (avl-tree-stack-first):
2616 * emacs-lisp/cconv.el (cconv--analyse-use):
2617 * net/gnutls.el (gnutls-negotiate): Fix typos.
2618
2619 2011-11-24 Glenn Morris <rgm@gnu.org>
2620
2621 * lpr.el (lpr-windows-system, lpr-lp-system):
2622 * mail/binhex.el (binhex-begin-line):
2623 * progmodes/grep.el (grep-history, grep-find-history):
2624 * textmodes/flyspell.el:
2625 * vc/pcvs-defs.el (cvs-global-menu):
2626 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2627 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2628 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2629
2630 * net/tls.el: Fix case of "GnuTLS".
2631
2632 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2633
2634 * version.el (emacs-build-system): Give it a doc-string.
2635
2636 2011-11-24 Juri Linkov <juri@jurta.org>
2637
2638 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2639
2640 2011-11-24 Glenn Morris <rgm@gnu.org>
2641
2642 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2643 if called on a non-mime message just toggle the headers. (Bug#8006)
2644
2645 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2646
2647 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2648 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2649 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2650 (allout-rebullet-heading, allout-open-sibtopic)
2651 (allout-toggle-current-subtree-encryption)
2652 (allout-toggle-subtree-encryption, allout-encrypt-string)
2653 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2654 (allout-distinctive-bullets-string, allout-auto-activation):
2655 * window.el (window-normalize-buffer-to-display):
2656 * progmodes/verilog-mode.el (verilog-batch-indent):
2657 * textmodes/bibtex.el (bibtex-field-braces-opt)
2658 (bibtex-field-strings-opt):
2659 * vc/cvs-status.el (cvs-tree-merge):
2660 Fix typos.
2661
2662 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
2663
2664 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2665 `non-essential' to t, in order to avoid remote connections.
2666
2667 2011-11-23 Eli Zaretskii <eliz@gnu.org>
2668
2669 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2670 On MS-DOS and MS-Windows, compare with loaddefs.el
2671 case-insensitively.
2672
2673 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2674
2675 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2676
2677 2011-11-23 Glenn Morris <rgm@gnu.org>
2678
2679 * paths.el (rmail-file-name): Reformat the doc-string so that it
2680 is picked up.
2681
2682 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2683 (rmail-auto-file): Ignore case in the "special" field names,
2684 as mail-fetch-field does for all others.
2685
2686 * mail/rmail.el (rmail-forward):
2687 * mail/rmailkwd.el (rmail-set-label):
2688 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2689 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2690
2691 * mail/rmail.el (rmail-current-message): Doc fix.
2692
2693 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2694
2695 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2698
2699 2011-11-22 Glenn Morris <rgm@gnu.org>
2700
2701 * mail/rmailmm.el (test-rmail-mime-handler)
2702 (test-rmail-mime-bulk-handler)
2703 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2704
2705 2011-11-21 Juri Linkov <juri@jurta.org>
2706
2707 * calc/calc.el (calc-read-key-sequence):
2708 Let-bind `input-method-function' to nil. (Bug#10018)
2709
2710 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2711
2712 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2713 Tell the caller that the next line needs recomputation, even
2714 though it doesn't start a sexp (bug#10094).
2715
2716 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2719
2720 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2723 Use force-same-window.
2724
2725 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2726
2727 * descr-text.el (describe-char-unicode-data):
2728 * json.el (json-string-escape):
2729 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2730 (Footnote-unicode, Footnote-style-p):
2731 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2732
2733 2011-11-20 Chong Yidong <cyd@gnu.org>
2734
2735 * window.el (replace-buffer-in-windows): Restore interactive spec.
2736
2737 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2740
2741 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2742 (byte-compile-global-not-obsolete-vars): New var.
2743 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2744 Use it.
2745 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2746
2747 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2750 * progmodes/pascal.el (electric-pascal-equal):
2751 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2752 * xml.el (xml-substitute-special): Fix typos.
2753
2754 2011-11-20 Glenn Morris <rgm@gnu.org>
2755
2756 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2757 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2758 Doc fixes.
2759 (rmail-decode-mime-charset): Mark as obsolete.
2760
2761 * mail/rmailsum.el (rmail-message-regexp-p-1):
2762 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2763 Before using mime functions, check they are set. (Bug#10077)
2764
2765 2011-11-19 Juri Linkov <juri@jurta.org>
2766
2767 * info.el (Info-finder-find-node): Use `package--builtins' instead
2768 of `package-alist'. Use node names formed by the pattern "Keyword "
2769 and the keyword name.
2770
2771 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2772
2773 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
2774
2775 2011-11-19 Juri Linkov <juri@jurta.org>
2776
2777 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2778 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2779 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2780 `old-history', `old-history-forward'. Add let-binding
2781 `window-selected'. Remove calls to `kill-buffer',
2782 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2783 before calling `Info-find-node', so `Info-find-node-2' will reread
2784 the Info file. Restore window positions only when `window-selected'
2785 is non-nil.
2786
2787 2011-11-19 Juri Linkov <juri@jurta.org>
2788
2789 * isearch.el (isearch-lazy-highlight-new-loop):
2790 Remove condition `(not isearch-error)'. (Bug#9918)
2791
2792 * misearch.el (multi-isearch-search-fun): Add condition
2793 `(not bound)' to ignore lazy-highlighting search.
2794 Add the search-failed message "end of multi" when the end of
2795 multi-sequence is reached. Uncapitalize the search-failed
2796 message "Repeat for next buffer".
2797
2798 * info.el (Info-search): Add the search-failed message
2799 "end of the manual" when the end of the manual is reached
2800 in Isearch mode.
2801
2802 2011-11-19 Juri Linkov <juri@jurta.org>
2803
2804 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2805 Use non-destructive `remove' instead of `delete' because
2806 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2807 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2808
2809 2011-11-19 Juri Linkov <juri@jurta.org>
2810
2811 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2812 to nil instead of binding `search-ring' and `regexp-search-ring'.
2813 (Bug#9185)
2814
2815 2011-11-19 Eli Zaretskii <eliz@gnu.org>
2816
2817 * simple.el (line-move): Force movement by logical lines for any
2818 hscrolled window, not only when auto-hscroll-mode is on.
2819 (line-move-visual): Update doc string to that effect. (Bug#10076)
2820
2821 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2822
2823 * language/european.el (macintosh): Define as alias for mac-roman.
2824
2825 2011-11-19 Eli Zaretskii <eliz@gnu.org>
2826
2827 * mail/rmailmm.el (rmail-mime-display-header)
2828 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2829 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2830 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2831 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2832 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2833 of a raw aref.
2834 (rmail-mime-entity-segment): To get past the tagline, move forward
2835 2 more lines, to account for the 2 empty lines that precede and
2836 follow the line with the buttons.
2837 (rmail-mime-update-tagline): Move one more line, to get past the
2838 empty line that follows the buttons in the tagline. (Bug#9520)
2839
2840 2011-11-19 Martin Rudalics <rudalics@gmx.at>
2841
2842 * window.el (window-max-delta-1, window-min-delta-1)
2843 (window-min-size-1, window-state-get-1, window-state-put-1)
2844 (window-state-put-2): Use "window--" prefix.
2845
2846 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2849 (smie-warning-count): New var.
2850 (smie-set-prec2tab): Use it.
2851 (smie-bnf->prec2): Improve warnings. Add docstring.
2852 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2853 (smie-bnf--set-class): New function.
2854 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2855 corner case.
2856
2857 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2858 (compilation-error-properties, compilation-move-to-column):
2859 Handle compilation-first-column while in the target buffer.
2860
2861 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2862 Don't hardcode point-min==1.
2863
2864 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2865 (eshell-rewrite-for-command): Remove workaround.
2866 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2867 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2868 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2869
2870 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2871
2872 2011-11-17 Glenn Morris <rgm@gnu.org>
2873
2874 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2875 Ignore buffer-local generated-autoload-file if it is the same
2876 as the global value. (Bug#10049)
2877
2878 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
2879
2880 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2881 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2882 (reftex-toc-previous-heading, reftex-toc-max-level)
2883 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2884 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2885 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2886 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2887 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2888 (reftex-toc-rename-label, reftex-toc-visit-location)
2889 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2890 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2891 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2892 leaving "*toc*" only for references to the buffer.
2893
2894 2011-11-17 Martin Rudalics <rudalics@gmx.at>
2895
2896 * window.el (window-resize, delete-window, split-window):
2897 Replace window-splits by window-combination-resize.
2898 * cus-start.el (window-splits): Replace by window-combination-resize.
2899
2900 2011-11-17 Glenn Morris <rgm@gnu.org>
2901
2902 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2903 Make bash entry derive from sh entry, not shell entry.
2904
2905 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
2906
2907 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2908 properties of linked files. (Bug#9879)
2909
2910 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2911 local file name.
2912
2913 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2914
2915 * menu-bar.el (menu-bar-file-menu):
2916 * printing.el (pr-ps-utility):
2917 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2918 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2919 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2920 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2921 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2922 (icalendar--convert-cyclic-to-ical)
2923 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2924 (icalendar--convert-ical-to-diary)
2925 (icalendar--convert-recurring-to-diary)
2926 (icalendar--convert-non-recurring-all-day-to-diary)
2927 (icalendar-import-format-sample):
2928 * progmodes/idlw-shell.el (idlwave-shell-mode):
2929 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2930 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2931 (vhdl-ps-print-init): Fix typos.
2932
2933 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2934
2935 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
2936 FSF and collapse date sequence, obscure author/maintainer email address
2937 better, remove extra version line, track relocation of author's webpage.
2938
2939 * progmodes/python.el (python-pdbtrack-input-prompt)
2940 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
2941 regular python pdb prompts. Adjustments shamelessly taken exactly as
2942 suggested in EmacsWiki page (tiny change):
2943 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
2944
2945 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * expand.el (expand-pos, expand-index, expand-point):
2948 Remove redundant info from docstring.
2949 (expand-add-abbrevs): Doc fix.
2950 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
2951 (expand-sample-perl-mode-expand-list): Fix typos.
2952
2953 * net/dbus.el (dbus-event-member-name):
2954 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
2955 * term/pc-win.el (msdos-create-frame-with-faces):
2956 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
2957
2958 2011-11-16 Martin Rudalics <rudalics@gmx.at>
2959
2960 * window.el (split-window, window-state-get-1)
2961 (window-state-put-1, window-state-put-2): Rename occurrences of
2962 window-nest to window-combination-limit.
2963 * cus-start.el (window-nest): Rename to window-combination-limit.
2964
2965 2011-11-16 Chong Yidong <cyd@gnu.org>
2966
2967 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
2968 regexp (Bug#10033).
2969
2970 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
2973 `completing-read' will remove *Completions* and will preserve
2974 current-buffer for us.
2975 (tmm-add-prompt): Users of *Completions* will always (re)set its
2976 major mode.
2977 (tmm-old-comp-map): Remove.
2978
2979 2011-11-16 Glenn Morris <rgm@gnu.org>
2980
2981 * mail/rmailedit.el: Require rmailmm when compiling.
2982 (rmail-old-mime-state): New declaration.
2983 (rmail-edit-current-message): If editing a mime message,
2984 edit the "raw" message from the mbox buffer.
2985 (rmail-cease-edit): Handle mime messages. (Bug#9840)
2986
2987 2011-11-15 Glenn Morris <rgm@gnu.org>
2988
2989 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
2990 which wasn't being used. Add optional arg to force given state.
2991 (rmail-mime): Add optional arg to force given state.
2992
2993 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2994
2995 * allout.el (allout-encryption-plaintext-sanitization-regexps):
2996 * frame.el (display-mm-dimensions-alist):
2997 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
2998 (outline-move-subtree-down):
2999 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3000 (newsticker--treeview-do-get-node):
3001 * net/quickurl.el (quickurl-list-buffer-name):
3002 * progmodes/dcl-mode.el (dcl-mode):
3003 * progmodes/gdb-mi.el (gdb-mapcar*):
3004 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3005
3006 2011-11-15 Glenn Morris <rgm@gnu.org>
3007
3008 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3009 in a boolean sense, so just make it a boolean, and fix the doc.
3010 (rmail-show-mime-function, rmail-mime-feature)
3011 (rmail-require-mime-maybe): Doc fixes.
3012 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3013
3014 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3015
3016 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3019 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3020 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3021 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3022
3023 2011-11-15 Glenn Morris <rgm@gnu.org>
3024
3025 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3026 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3027 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3028 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3029 (rmail-mime, rmail-show-mime): Doc fixes.
3030
3031 * term/ns-win.el (mode-line-frame-identification):
3032 Leave it alone. (Bug#10051)
3033
3034 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3035
3036 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3037 Handle empty buffers. (Bug#9978)
3038
3039 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * international/mule.el (define-charset):
3042 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3043 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3044 * progmodes/verilog-mode.el (verilog-backward-token):
3045 * textmodes/ispell.el (lookup-words):
3046 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3047
3048 2011-11-14 Glenn Morris <rgm@gnu.org>
3049
3050 * progmodes/executable.el
3051 (executable-make-buffer-file-executable-if-script-p):
3052 Handle file-modes returning nil.
3053
3054 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3055 message - not necessary, and causes problems. (Bug#9831)
3056
3057 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3058
3059 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3060
3061 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3062 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3063 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3064
3065 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3066
3067 * window.el (window-resize, delete-window): Use window-splits
3068 variable instead of function.
3069 (window-state-get-1, window-state-put-2, window-state-put):
3070 Don't deal with windows' splits status.
3071
3072 2011-11-12 Glenn Morris <rgm@gnu.org>
3073
3074 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3075 (apropos-documentation): Doc fixes.
3076
3077 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
3078
3079 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3080 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3081
3082 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * electric.el (electric-indent-post-self-insert-function): Make it
3085 possible for a char to only indent in some circumstances.
3086 (electric-indent-mode): Simplify.
3087
3088 2011-11-11 Martin Rudalics <rudalics@gmx.at>
3089
3090 * window.el (windows-with-parameter): Remove unused function.
3091 (windows-at-side): Rename to window-at-side-list.
3092 (window-check, window-atom-check, window-atom-check-1)
3093 (window-side-check, window-size-ignore, window-size-fixed-1)
3094 (window-in-direction-2): Prefix with "window--".
3095 (window-tree-1): Rename to window--subtree, fix doc-string.
3096
3097 2011-11-11 Glenn Morris <rgm@gnu.org>
3098
3099 * subr.el (eval-after-load): If FILE is already loaded,
3100 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3101
3102 2011-11-10 Glenn Morris <rgm@gnu.org>
3103
3104 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3105 Call svn via vc-svn-command rather than vc-do-command.
3106 (vc-svn-command): Add --non-interactive. (Bug#9993)
3107 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3108
3109 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3110 Add toggle-read-only. (Bug#7292)
3111 * files.el (toggle-read-only): Mention that it should only
3112 be used interactively. (Bug#10006)
3113
3114 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3117 Adjust regexp for OCaml warnings.
3118
3119 * electric.el (electric-pair-post-self-insert-function): Let user
3120 turn it off buffer-locally (bug#9932).
3121
3122 * progmodes/python.el (python-beginning-of-statement):
3123 Rewrite (bug#2703).
3124
3125 * progmodes/compile.el: Better handle TABs (bug#9749).
3126 (compilation-internal-error-properties)
3127 (compilation-next-error-function): Obey the target buffer's
3128 compilation-error-screen-columns.
3129
3130 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
3131
3132 * progmodes/meta-mode.el: Remove obsolete comments.
3133 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3134 Fix typos in docstrings.
3135
3136 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3137
3138 * window.el (window-size-fixed-p): Rewrite doc-string.
3139 (window-resizable-p): Rename to window--resizable-p. Update callers.
3140 (window--resizable): New function. Make all callers of
3141 window-resizable call window--resizable instead.
3142 (window-resizable): Rewrite in terms of window--resizable.
3143
3144 2011-11-08 Glenn Morris <rgm@gnu.org>
3145
3146 * progmodes/delphi.el (delphi-mode-syntax-table):
3147 Let define-derived-mode define a proper syntax table. (Bug#9994)
3148
3149 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * window.el: Stay away from defsubst.
3152 (window-list-no-nils): Remove.
3153 (window-state-get-1, window-state-get): Use backquote instead.
3154
3155 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3156
3157 * emacs-lisp/find-func.el (find-function-read):
3158 Fix incorrect use of default argument in `completing-read'.
3159
3160 2011-11-08 Martin Rudalics <rudalics@gmx.at>
3161
3162 * window.el (display-buffer-function, special-display-function):
3163 Mention display-buffer-record-window but do not mention
3164 help-setup parameter in doc-strings.
3165 (window-min-delta): Fix doc-string typo.
3166
3167 2011-11-08 Chong Yidong <cyd@gnu.org>
3168
3169 * window.el (window-total-height, window-total-width): Doc fix.
3170 (window-body-size): Move from C.
3171 (window-body-height, window-body-width): Move to C.
3172
3173 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * window.el: Make special-display like display-buffer-alist (bug#9532).
3176 (display-buffer--special-action): New function, morphed
3177 from display-buffer--special.
3178 (display-buffer): Use it to handle special-display-buffers at higher
3179 priority (just after display-buffer-alist).
3180 (display-buffer-fallback-action, display-buffer--other-frame-action)
3181 (pop-to-buffer-same-window): Remove display-buffer--special.
3182
3183 2011-11-07 Glenn Morris <rgm@gnu.org>
3184
3185 * calendar/cal-menu.el (cal-menu-set-date-title):
3186 Do nothing if not in a calendar. (Bug#9976)
3187
3188 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * files.el (find-file): Always use selected-window.
3191
3192 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3193
3194 * window.el (window-combinations): Make WINDOW argument
3195 mandatory. Rewrite doc-string.
3196 (walk-window-subtree, window-atom-check, window-min-delta)
3197 (window-max-delta, window--resize-this-window)
3198 (window--resize-root-window-vertically, window-tree)
3199 (balance-windows, window-state-put): Rewrite doc-strings as to
3200 not mention the term "subwindow".
3201 (window--resize-subwindows-skip-p): Rename to
3202 window--resize-child-windows-skip-p.
3203 (window--resize-subwindows-normal): Rename to
3204 window--resize-child-windows-normal.
3205 (window--resize-subwindows): Rename to
3206 window--resize-child-windows.
3207 (window-or-subwindow-p): Rename to window--in-subtree-p.
3208
3209 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3210
3211 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3212 Ensure that mbox format messages end in two newlines (Bug#9974).
3213
3214 2011-11-06 Chong Yidong <cyd@gnu.org>
3215
3216 * window.el (window-combination-p): Function deleted; its
3217 side-effect is not used in any existing code.
3218 (window-combinations, window-combined-p): Call window-*-child
3219 directly.
3220
3221 2011-11-05 Chong Yidong <cyd@gnu.org>
3222
3223 * window.el (window-valid-p): Rename from window-any-p.
3224 (window-size-ignore, window-state-get): Callers changed.
3225 (window-normalize-window): Rename from window-normalize-any-window.
3226 New arg LIVE-ONLY, replacing window-normalize-live-window.
3227 (window-normalize-live-window): Delete.
3228 (window-combination-p, window-combined-p, window-combinations)
3229 (walk-window-subtree, window-atom-root, window-min-size)
3230 (window-sizable, window-sizable-p, window-size-fixed-p)
3231 (window-min-delta, window-max-delta, window-resizable)
3232 (window-resizable-p, window-full-height-p, window-full-width-p)
3233 (window-current-scroll-bars, window-point-1, set-window-point-1)
3234 (window-at-side-p, window-in-direction, window-resize)
3235 (adjust-window-trailing-edge, maximize-window, minimize-window)
3236 (window-deletable-p, delete-window, delete-other-windows)
3237 (record-window-buffer, unrecord-window-buffer)
3238 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3239 (quit-window, split-window, window-state-put)
3240 (set-window-text-height, fit-window-to-buffer)
3241 (shrink-window-if-larger-than-buffer): Callers changed.
3242
3243 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3244
3245 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3246 rfc2047-decode-string.
3247 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3248 warnings.
3249
3250 * window.el (window-body-height, window-body-width): Mention in
3251 the doc string that the return values are in frame's canonical
3252 units. (Bug#9949)
3253
3254 2011-11-03 Alan Mackenzie <acm@muc.de>
3255
3256 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3257 change in cc-engine.el.
3258
3259 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3262
3263 2011-11-02 Martin Rudalics <rudalics@gmx.at>
3264
3265 * window.el (quit-window): Call unrecord-window-buffer after
3266 showing another buffer in the window. (Bug#9937)
3267 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
3268
3269 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
3270
3271 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3272 Accept status with more than 9 shelves. (Bug#9935)
3273 Reported by Colin D Bennett <colin@gibibit.com>.
3274
3275 2011-11-01 Martin Rudalics <rudalics@gmx.at>
3276
3277 * help.el (with-help-window): Don't reference
3278 temp-buffer-show-specifiers in doc-string.
3279
3280 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3281
3282 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3283 menu-item.
3284
3285 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3286
3287 * whitespace.el: New version 13.2.2.
3288 (whitespace-newline-mode): Disable properly. Reported by Sarah
3289 <EmacsWiki>.
3290
3291 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
3292
3293 * net/newst-treeview.el: Remove "Time-stamp".
3294 (newsticker--group-manage-orphan-feeds): Do not call
3295 newsticker--treeview-tree-update.
3296 (newsticker-treeview-update, newsticker-treeview):
3297 Call newsticker--treeview-tree-update if necessary.
3298
3299 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3300
3301 * window.el (window-iso-combination-p, window-iso-combined-p)
3302 (window-iso-combinations): Remove "iso-" infix.
3303 Suggested by Chong Yidong.
3304 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3305 (window-max-delta-1, window-resize, window--resize-siblings)
3306 (window--resize-this-window, adjust-window-trailing-edge)
3307 (split-window, balance-windows-1)
3308 (shrink-window-if-larger-than-buffer):
3309 * calendar/calendar.el (calendar-generate-window):
3310 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3311
3312 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3313
3314 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3315 in place (bug#9907).
3316 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3317 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3318 (eshell-structure-basic-command, eshell-rewrite-while-command)
3319 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3320 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3321 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3322 (eshell-do-pipelines-synchronously, eshell-eval-command):
3323 Use backquotes and prefer setq to set.
3324 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3325 (eshell-macrop): Use functionp.
3326 (eshell-do-eval): Handle multiple expressions in `while' body.
3327
3328 2011-10-30 Chong Yidong <cyd@gnu.org>
3329
3330 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3331 instead of set-mark (Bug#9810).
3332
3333 2011-10-30 Chong Yidong <cyd@gnu.org>
3334
3335 * window.el (split-window-below, split-window-right): Rename from
3336 split-window-above-each-other and split-window-side-by-side
3337 respectively. All callers changed.
3338 (split-window-sensibly, split-window-sensibly): Use them.
3339 (split-window-keep-point): Doc fix.
3340
3341 * isearch.el: Add isearch-scroll property to split-window-below
3342 and split-window-right.
3343
3344 * follow.el (follow-mode):
3345 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3346 * progmodes/ada-xref.el (ada-gdb-application):
3347 * emulation/vip.el (vip-buffer-in-two-windows):
3348 * image-dired.el (image-dired-dired-with-window-configuration):
3349 * dired-x.el (dired-do-find-marked-files):
3350 * dired.el (dired-pop-to-buffer):
3351 * bs.el (bs--show-with-configuration):
3352 * vc/emerge.el (emerge-setup-windows):
3353 * textmodes/two-column.el (2C-two-columns):
3354 * textmodes/reftex-toc.el (reftex-toc):
3355 * progmodes/gdb-mi.el (gdb-setup-windows):
3356 * progmodes/fortran.el (fortran-window-create):
3357 * net/newst-treeview.el (newsticker--treeview-window-init):
3358 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3359 * emulation/tpu-edt.el (tpu-gold-map):
3360 * emulation/crisp.el (crisp-mode-map):
3361 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3362
3363 2011-10-29 Chong Yidong <cyd@gnu.org>
3364
3365 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3366
3367 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3368
3369 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3370 forged Ispell output (Bug#7904).
3371
3372 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3373
3374 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * doc-view.el: Avoid ugly errors about not finding nil.
3377 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3378 (doc-view-dvipdf-program, doc-view-unoconv-program)
3379 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3380 Avoid nil or absolute file name as default value.
3381 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3382
3383 2011-10-28 Alan Mackenzie <acm@muc.de>
3384
3385 * progmodes/cc-defs.el (c-version): -> 5.32.2.
3386
3387 2011-10-28 Alan Mackenzie <acm@muc.de>
3388
3389 Amend the handling of c-beginning/end-of-defun in nested declaration
3390 scopes.
3391
3392 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3393 cc-langs.el. Change it to a defcustom.
3394
3395 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3396 cc-vars.el.
3397
3398 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3399 Prevent "class foo : bar" being spuriously recognized as a label.
3400
3401 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
3402 Add parameter `inclusive' (to include enclosing braces in the region).
3403 (c-widen-to-enclosing-decl-scope): New function.
3404 (c-while-widening-to-decl-block): New macro.
3405 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3406 outward for defun boundaries, and correspondingly change symbol
3407 `respect-enclosure' to `go-outward'.
3408 (c-declaration-limits): Change algorithm to report only the "innermost"
3409 defun's boundaries.
3410
3411 2011-10-28 Deniz Dogan <deniz@dogan.se>
3412
3413 * net/rcirc.el (rcirc-mode): Use hard newlines.
3414
3415 2011-10-28 Alan Mackenzie <acm@muc.de>
3416
3417 Amend to indent and fontify macros "which include their own semicolon"
3418 correctly, using the "virtual semicolon" mechanism.
3419
3420 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
3421
3422 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3423 Recode to scan one line at a time rather than having \n and \r
3424 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
3425 (c-forward-label): Amend for virtual semicolons.
3426 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
3427
3428 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3429 of the new C macros.
3430
3431 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
3432 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3433 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
3434 (c-opt-cpp-macro-define): Make into a full language variable.
3435 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3436 AWK Mode (including \n, \r) removed, no longer needed.
3437
3438 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3439 Invoke c-make-macro-with-semi-re.
3440
3441 * progmodes/cc-vars.el (c-macro-with-semi-re):
3442 (c-macro-names-with-semicolon): New variables.
3443 (c-make-macro-with-semi-re): New function.
3444
3445 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * vc/log-edit.el: Fill empty field rather than adding new one.
3448 (log-edit-add-field): New function.
3449 (log-edit-insert-changelog): Use it.
3450
3451 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3452
3453 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3454
3455 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3456
3457 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3458 (gdb--check-interpreter): New function.
3459 (gdb): Use it.
3460
3461 2011-10-27 Glenn Morris <rgm@gnu.org>
3462
3463 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3464 (least-positive-float, least-negative-float)
3465 (least-positive-normalized-float, least-negative-normalized-float)
3466 (float-epsilon, float-negative-epsilon):
3467 Remove unnecessary declarations.
3468
3469 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3470 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3471 (least-positive-float, least-negative-float)
3472 (least-positive-normalized-float, least-negative-normalized-float)
3473 (float-epsilon, float-negative-epsilon): Add doc-strings,
3474 based on those in cl.texi.
3475
3476 * files.el (set-visited-file-name): If the major-mode changed,
3477 reload the local variables. (Bug#9796)
3478
3479 2011-10-27 Chong Yidong <cyd@gnu.org>
3480
3481 * subr.el (change-major-mode-after-body-hook): New hook.
3482 (run-mode-hooks): Run it.
3483
3484 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3485 Use change-major-mode-before-body-hook.
3486
3487 * simple.el (fundamental-mode):
3488 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3489 change introducing fundamental-mode-hook.
3490
3491 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
3492
3493 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
3494
3495 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
3496
3497 * ido.el (ido-file-name-all-completions-1): Do not require
3498 tramp.el explicitly. (Bug#7583)
3499
3500 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 * progmodes/octave-mod.el:
3503 * progmodes/octave-inf.el: Update maintainer.
3504
3505 2011-10-26 Chong Yidong <cyd@gnu.org>
3506
3507 * subr.el (with-wrapper-hook): Rewrite doc.
3508
3509 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
3510
3511 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
3512 filenames "/method:foo:". (Bug#9793)
3513
3514 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3517 (bug#9865).
3518
3519 2011-10-24 Glenn Morris <rgm@gnu.org>
3520
3521 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3522
3523 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
3524
3525 * notifications.el: Add the requirement of a running D-Bus session
3526 bus to the Commentary.
3527
3528 2011-10-24 Juri Linkov <juri@jurta.org>
3529
3530 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3531 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3532 (Bug#9364)
3533
3534 2011-10-24 Juri Linkov <juri@jurta.org>
3535
3536 * info.el (Info-following-node-name-re): Add newline to the list
3537 of allowed characters for leading space. (Bug#9824)
3538
3539 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * progmodes/octave-inf.el (inferior-octave-mode-map):
3542 Fix C-c C-h binding.
3543 * progmodes/octave-mod.el (octave-help): Remove.
3544
3545 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3546
3547 Sync with Tramp 2.2.3.
3548
3549 * net/tramp-cache.el (top): Pacify byte-compiler using
3550 `init-file-user' and `site-run-file'.
3551
3552 * net/trampver.el: Update release number.
3553
3554 2011-10-23 Chong Yidong <cyd@gnu.org>
3555
3556 * files.el (toggle-read-only): Remove obsolete comment about
3557 version control.
3558
3559 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3560 for toggle-read-only. Note that this hasn't called vc-next-action
3561 since 2008-05-02, though it wasn't documented at the time.
3562
3563 * vc/ediff-init.el (ediff-toggle-read-only-function):
3564 Use toggle-read-only.
3565
3566 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3567
3568 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3569 of c-parse-state.
3570
3571 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3572 correct faulty logical expression.
3573 (c-parse-state-state, c-record-parse-state-state):
3574 (c-replay-parse-state-state): New defvar/defuns.
3575 (c-debug-parse-state): Use new functions.
3576
3577 2011-10-22 Martin Rudalics <rudalics@gmx.at>
3578
3579 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
3580 last fix. Use window-in-direction correctly.
3581
3582 2011-10-21 Chong Yidong <cyd@gnu.org>
3583
3584 * progmodes/idlwave.el (idlwave-mode):
3585 * progmodes/vera-mode.el (vera-mode): No need to set
3586 require-final-newline; that's done in prog-mode.
3587 Suggested by Stefan Monnier.
3588
3589 2011-10-21 Martin Rudalics <rudalics@gmx.at>
3590
3591 * mouse.el (mouse-drag-window-above)
3592 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3593 (mouse-drag-mode-line-1, mouse-drag-header-line)
3594 (mouse-drag-vertical-line-rightward-window): Remove.
3595 (mouse-drag-line): New function.
3596 (mouse-drag-mode-line, mouse-drag-header-line)
3597 (mouse-drag-vertical-line): Call mouse-drag-line.
3598 * window.el (window-at-side-p, windows-at-side): New functions.
3599
3600 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
3601
3602 * tar-mode.el (tar-grind-file-mode):
3603 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3604
3605 2011-10-21 Chong Yidong <cyd@gnu.org>
3606
3607 * progmodes/idlwave.el (idlwave-mode):
3608 * progmodes/vera-mode.el (vera-mode):
3609 Use mode-require-final-newline.
3610
3611 2011-10-20 Glenn Morris <rgm@gnu.org>
3612
3613 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
3614
3615 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3616
3617 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3618
3619 2011-10-20 Chong Yidong <cyd@gnu.org>
3620
3621 * emulation/cua-base.el (cua-mode):
3622 * mail/footnote.el (footnote-mode):
3623 * mail/mailabbrev.el (mail-abbrevs-mode):
3624 * net/xesam.el (xesam-minor-mode):
3625 * progmodes/bug-reference.el (bug-reference-mode):
3626 * progmodes/cap-words.el (capitalized-words-mode):
3627 * progmodes/compile.el (compilation-minor-mode)
3628 (compilation-shell-minor-mode):
3629 * progmodes/gud.el (gud-tooltip-mode):
3630 * progmodes/hideif.el (hide-ifdef-mode):
3631 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3632 * progmodes/subword.el (subword-mode):
3633 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3634 * progmodes/which-func.el (which-function-mode):
3635 * term/tvi970.el (tvi970-set-keypad-mode):
3636 * term/vt100.el (vt100-wide-mode):
3637 * textmodes/flyspell.el (flyspell-mode):
3638 * textmodes/ispell.el (ispell-minor-mode):
3639 * textmodes/nroff-mode.el (nroff-electric-mode):
3640 * textmodes/paragraphs.el (use-hard-newlines):
3641 * textmodes/refill.el (refill-mode):
3642 * textmodes/reftex.el (reftex-mode):
3643 * textmodes/rst.el (rst-minor-mode):
3644 * textmodes/sgml-mode.el (html-autoview-mode)
3645 (sgml-electric-tag-pair-mode):
3646 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3647 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3648 * emulation/crisp.el (crisp-mode):
3649 * emacs-lisp/eldoc.el (eldoc-mode):
3650 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3651 minor mode behavior.
3652
3653 2011-10-19 Juri Linkov <juri@jurta.org>
3654
3655 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3656 the list of hard-coded chars with escape-glyph face.
3657
3658 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3661
3662 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
3663
3664 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3665 running process.
3666
3667 2011-10-19 Glenn Morris <rgm@gnu.org>
3668
3669 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3670 Ignore ignored files. (Bug#9726)
3671
3672 2011-10-19 Chong Yidong <cyd@gnu.org>
3673
3674 Doc fix for minor modes, stating that an omitted argument enables
3675 the mode unconditionally when called from Lisp.
3676
3677 * abbrev.el (abbrev-mode):
3678 * allout.el (allout-mode):
3679 * autoinsert.el (auto-insert-mode):
3680 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3681 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3682 (global-auto-revert-mode):
3683 * battery.el (display-battery-mode):
3684 * composite.el (global-auto-composition-mode)
3685 (auto-composition-mode):
3686 * delsel.el (delete-selection-mode):
3687 * desktop.el (desktop-save-mode):
3688 * dired-x.el (dired-omit-mode):
3689 * dirtrack.el (dirtrack-mode):
3690 * doc-view.el (doc-view-minor-mode):
3691 * double.el (double-mode):
3692 * electric.el (electric-indent-mode, electric-pair-mode):
3693 * emacs-lock.el (emacs-lock-mode):
3694 * epa-hook.el (auto-encryption-mode):
3695 * follow.el (follow-mode):
3696 * font-core.el (font-lock-mode):
3697 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3698 * help.el (temp-buffer-resize-mode):
3699 * hilit-chg.el (highlight-changes-mode)
3700 (highlight-changes-visible-mode):
3701 * hi-lock.el (hi-lock-mode):
3702 * hl-line.el (hl-line-mode, global-hl-line-mode):
3703 * icomplete.el (icomplete-mode):
3704 * ido.el (ido-everywhere):
3705 * image-file.el (auto-image-file-mode):
3706 * image-mode.el (image-minor-mode):
3707 * iswitchb.el (iswitchb-mode):
3708 * jka-cmpr-hook.el (auto-compression-mode):
3709 * linum.el (linum-mode):
3710 * longlines.el (longlines-mode):
3711 * master.el (master-mode):
3712 * mb-depth.el (minibuffer-depth-indicate-mode):
3713 * menu-bar.el (menu-bar-mode):
3714 * minibuf-eldef.el (minibuffer-electric-default-mode):
3715 * mouse-sel.el (mouse-sel-mode):
3716 * msb.el (msb-mode):
3717 * mwheel.el (mouse-wheel-mode):
3718 * outline.el (outline-minor-mode):
3719 * paren.el (show-paren-mode):
3720 * recentf.el (recentf-mode):
3721 * reveal.el (reveal-mode, global-reveal-mode):
3722 * rfn-eshadow.el (file-name-shadow-mode):
3723 * ruler-mode.el (ruler-mode):
3724 * savehist.el (savehist-mode):
3725 * scroll-all.el (scroll-all-mode):
3726 * scroll-bar.el (scroll-bar-mode):
3727 * server.el (server-mode):
3728 * shell.el (shell-dirtrack-mode):
3729 * simple.el (auto-fill-mode, transient-mark-mode)
3730 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3731 (line-number-mode, column-number-mode, size-indication-mode)
3732 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3733 * strokes.el (strokes-mode):
3734 * time.el (display-time-mode):
3735 * t-mouse.el (gpm-mouse-mode):
3736 * tool-bar.el (tool-bar-mode):
3737 * tooltip.el (tooltip-mode):
3738 * type-break.el (type-break-mode-line-message-mode)
3739 (type-break-query-mode):
3740 * view.el (view-mode):
3741 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3742 (global-whitespace-mode, global-whitespace-newline-mode):
3743 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3744
3745 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3746 Fix autogenerated docstring.
3747
3748 2011-10-19 Juri Linkov <juri@jurta.org>
3749
3750 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3751 by checking environment variables "DESKTOP_SESSION" and
3752 "XDG_CURRENT_DESKTOP". (Bug#9779)
3753
3754 2011-10-19 Juri Linkov <juri@jurta.org>
3755
3756 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3757 (browse-url-chromium-program, browse-url-chromium-arguments):
3758 New defcustoms.
3759 (browse-url-default-browser): Check for `browse-url-chromium' and
3760 call `browse-url-chromium-program'.
3761 (browse-url-chromium): New command. (Bug#9779)
3762
3763 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
3764
3765 * facemenu.el (list-colors-duplicates): On Windows, detect more
3766 duplicates by assuming that only colors matching "^System" are
3767 special "system colors". (Bug#9722)
3768
3769 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3770
3771 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3772 to distinguish the author from the committer.
3773
3774 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
3775
3776 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3777
3778 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3779
3780 * international/mule.el (sgml-html-meta-auto-coding-function):
3781 Add support for detecting encoding in HTML5 specified only as
3782 <meta charset="UTF-8">. Implementation just makes http-equiv and
3783 content-type parts from HTML4 encoding string optional. (Bug#9716)
3784
3785 2011-10-18 Glenn Morris <rgm@gnu.org>
3786
3787 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3788
3789 2011-10-18 Chong Yidong <cyd@gnu.org>
3790
3791 * faces.el (cursor): Doc fix.
3792
3793 2011-10-17 Chong Yidong <cyd@gnu.org>
3794
3795 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3796
3797 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
3798
3799 * dirtrack.el (dirtrack): Support shell buffers with path
3800 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3801
3802 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3803
3804 * json.el: Bump version to 1.3 and note change in History.
3805 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3806
3807 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * comint.el (comint-insert-input, comint-send-input)
3810 (comint-get-old-input-default, comint-backward-matching-input)
3811 (comint-next-prompt): Use nil instead of `input' for field property of
3812 past user input (bug#114).
3813
3814 * minibuffer.el (completion--replace): Inherit surrounding properties
3815 (bug#114).
3816 (minibuffer-complete-and-exit): Use it.
3817
3818 * comint.el (comint--table-subvert): Quote the all-completions output
3819 (bug#9160).
3820
3821 2011-10-17 Martin Rudalics <rudalics@gmx.at>
3822
3823 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
3824
3825 * menu-bar.el (menu-bar-file-menu): Add entry for making new
3826 window on right of selected. (Bug#9350) Reword other window
3827 entries and separate them from frame entries.
3828
3829 2011-10-15 Glenn Morris <rgm@gnu.org>
3830
3831 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3832 Doc fixes.
3833
3834 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
3835
3836 * net/network-stream.el (network-stream-open-starttls):
3837 Improve detection of failure due to lack of TLS support.
3838
3839 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3840 putting the input text in front and in bold.
3841
3842 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3845
3846 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3847 empty buffer.
3848
3849 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3850 unread-command-events rather than pushing yet-another event.
3851
3852 2011-10-14 Eli Zaretskii <eliz@gnu.org>
3853
3854 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3855 the explanation of the possible choices. Make the options passed
3856 to completing-read shorter.
3857
3858 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3859
3860 * textmodes/flyspell.el (flyspell-large-region): Make sure
3861 extended character mode is used if defined (Bug#1339).
3862
3863 2011-10-13 Eli Zaretskii <eliz@gnu.org>
3864
3865 * simple.el (what-cursor-position): Fix the display of the
3866 character info for LRE, LRO, RLE, and RLO characters by appending
3867 an invisible PDF.
3868
3869 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3872 even in case of error; add debug spec; simplify data flow.
3873 (with-timeout-handler): Remove.
3874
3875 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
3876
3877 Fix Bug#6019, Bug#9315.
3878
3879 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3880 complete `buffer-file-name', the local file name part could look
3881 remotely (for example on VMS).
3882
3883 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3884 `tramp-run-real-handler'.
3885 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3886 already quoted by '"'.
3887
3888 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3889 Let `file-name-handler-alist' be nil, the local file name part
3890 could look remotely (for example on VMS).
3891
3892 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3895 from here...
3896 (flyspell-post-command-hook): ...to here.
3897
3898 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3901 if not needed.
3902 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3903 using completion. Protect against "slow" callers.
3904 Remove the "message hack".
3905
3906 2011-10-11 Juri Linkov <juri@jurta.org>
3907
3908 * isearch.el (isearch-lazy-highlight-word): New variable.
3909 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3910 Use it. (Bug#9727)
3911
3912 2011-10-11 Glenn Morris <rgm@gnu.org>
3913
3914 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3915 like f90-previous-statement does.
3916
3917 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3918
3919 * eshell/eshell.el (eshell-command): History should be saved
3920 only in interactive use, to avoid error.
3921
3922 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * minibuffer.el (completion-file-name-table): Fix last change,
3925 i.e. ignore normal errors but not the other ones.
3926
3927 2011-10-10 Martin Rudalics <rudalics@gmx.at>
3928
3929 * window.el (special-display-buffer-names)
3930 (special-display-regexps): Remove some remnants of earlier
3931 changes from doc-strings.
3932 (quit-windows-on): New function.
3933
3934 * vc/vc.el (vc-revert, vc-rollback):
3935 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
3936 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
3937 (Bug#6183) (Bug#7074) (Bug#7447)
3938
3939 2011-10-09 Martin Rudalics <rudalics@gmx.at>
3940
3941 * window.el (frame-auto-hide-function): Add version tag.
3942 (Bug#9699)
3943
3944 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
3945
3946 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
3947 condition.
3948
3949 2011-10-09 Leo Liu <sdl.web@gmail.com>
3950
3951 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
3952 (Bug#9701)
3953
3954 2011-10-08 Glenn Morris <rgm@gnu.org>
3955
3956 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
3957 before the first code statement zero indent. (Bug#9690)
3958
3959 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
3960
3961 * simple.el (count-words-region): Always count in the region.
3962 Report the number of lines and characters too.
3963 (count-words): New command, which counts in the buffer if the
3964 region is inactive, as count-words-region used to.
3965 (count-words--message): New function. Handle plurals.
3966 (count-lines-region): Make it an alias for count-words-region.
3967
3968 * bindings.el (esc-map): Replace count-lines-region with
3969 count-words-region.
3970
3971 2011-10-08 Martin Rudalics <rudalics@gmx.at>
3972
3973 * window.el (window--delete): Delete dedicated frame
3974 unconditionally when argument KILL is non-nil. (Bug#9699)
3975 (switch-to-buffer): Fix doc-string typo.
3976
3977 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3978
3979 * eshell/eshell.el (eshell-command): Avoid using hooks.
3980
3981 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * bindings.el ([M-left],[M-right]): Bind to left-word and
3984 right-word respectively.
3985
3986 2011-10-07 Glenn Morris <rgm@gnu.org>
3987
3988 * cus-start.el (debug-on-quit): Fix custom type.
3989
3990 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3991
3992 * subr.el (define-key-after): Clarify that the function is not
3993 useful for non-menu keymaps.
3994
3995 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
3996
3997 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3998
3999 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
4000 in current minibuffer (Fix bug with recursive minibuffers).
4001
4002 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * progmodes/gdb-mi.el (gdb): Doc fix.
4005
4006 2011-10-05 Martin Rudalics <rudalics@gmx.at>
4007
4008 * window.el (frame-auto-hide-function): New option replacing
4009 frame-auto-delete. Suggested by Stefan Monnier.
4010 (window--delete): Call frame-auto-hide-function instead of
4011 investigating frame-auto-delete.
4012 (window-point-1, set-window-point-1): New functions.
4013 (window-in-direction, record-window-buffer, window-state-get-1)
4014 (display-buffer-record-window): Use window-point-1 instead of
4015 window-point.
4016 (set-window-buffer-start-and-point): Use set-window-point-1.
4017
4018 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4021
4022 2011-10-05 Glenn Morris <rgm@gnu.org>
4023
4024 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4025 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4026
4027 2011-10-05 Leo Liu <sdl.web@gmail.com>
4028
4029 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4030 works with buffer object.
4031
4032 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * mpc.el (mpc-tool-bar-map): Add labels.
4035
4036 2011-10-04 Glenn Morris <rgm@gnu.org>
4037
4038 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4039
4040 2011-10-04 Martin Rudalics <rudalics@gmx.at>
4041
4042 * window.el (window--delete): New function.
4043 (frame-auto-delete): Resuscitate option.
4044 (bury-buffer, replace-buffer-in-windows)
4045 (quit-window): Rewrite using window--delete.
4046 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4047 Pass display-buffer-mark-dedicated to window--display-buffer-2
4048 (Bug#9639).
4049
4050 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4053 returns a list (bug#9554). Add remote file name completion.
4054 * comint.el (comint--table-subvert): Curry and get quote&unquote
4055 functions as arguments.
4056 (comint--complete-file-name-data): Adjust call accordingly.
4057 * pcomplete.el (pcomplete--table-subvert): Remove.
4058 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4059
4060 * minibuffer.el (completion-table-case-fold): Use currying.
4061 (completion--styles-type, completion--cycling-threshold-type):
4062 New constants.
4063 (completion-styles, completion-category-overrides)
4064 (completion-cycle-threshold): Use them.
4065 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4066 completion-table-case-fold.
4067
4068 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
4069
4070 * minibuffer.el (completion-category-overrides): Fix type of styles
4071 and add more user friendly tags (bug#9660).
4072
4073 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4076 (mule-input-method-string): New widget.
4077 (default-input-method, language-info-custom-alist): Use it.
4078
4079 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * pcomplete.el: Require comint.
4082 (pcomplete--common-suffix): Remove.
4083 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4084 (pcomplete--table-subvert): Sync with comint--table-subvert.
4085 (pcomplete--entries): Use comint-completion-file-name-table.
4086 * comint.el (comint-unquote-filename): Simplify.
4087 (comint-completion-file-name-table): New function (bug#9616).
4088 (comint--complete-file-name-data): Use it.
4089
4090 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4091 (pcmpl-gnu-tar-buffer): Remove.
4092 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
4093 around. Make sure pcomplete-suffix-list is only changed temporarily.
4094 Don't look inside the tar's file if it's too large.
4095
4096 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
4097
4098 * cus-edit.el (custom-mode-map):
4099 * epa.el (epa-key-list-mode-map):
4100 * man.el (Man-mode-map):
4101 * startup.el (splash-screen-keymap):
4102 * simple.el (special-mode-map): Use scroll-up-command and
4103 scroll-down-command.
4104
4105 * progmodes/idlw-help.el (idlwave-help-mode-map):
4106 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4107 * net/newst-plainview.el (newsticker-mode-map):
4108 * emulation/ws-mode.el (wordstar-mode-map):
4109 * emulation/vi.el (vi-com-map):
4110 * calc/calc-graph.el (calc-graph-show-dumb):
4111 * term/sun.el (terminal-init-sun):
4112 * term/ns-win.el (global-map):
4113 * progmodes/grep.el (grep-mode-map):
4114 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4115 * mail/rmail.el (rmail-mode-map):
4116 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4117
4118 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4119 custom-safe-themes as special.
4120
4121 2011-10-01 Julien Danjou <julien@danjou.info>
4122
4123 * notifications.el (notifications-notify): Fix docstring.
4124
4125 2011-10-01 Per Starbäck <per@starback.se>
4126
4127 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4128
4129 2011-09-30 Martin Rudalics <rudalics@gmx.at>
4130
4131 * startup.el (command-line-1): Fix last fix by inserting
4132 initial-scratch-message into *scratch* before displaying it.
4133 (Bug#9605) and (Bug#9636)
4134
4135 2011-09-29 Eli Zaretskii <eliz@gnu.org>
4136
4137 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4138 window is hscrolled, move by logical lines. (Bug#9607)
4139 (line-move-visual): Update the doc string to the above effect.
4140
4141 2011-09-29 Martin Rudalics <rudalics@gmx.at>
4142
4143 * window.el (display-buffer-record-window): When WINDOW is the
4144 selected window use `point' instead of `window-point'. (Bug#9626)
4145
4146 * startup.el (command-line-1): Use insert-before-markers when
4147 inserting initial-scratch-message. (Bug#9605)
4148
4149 * help.el (help-window): Remove variable.
4150
4151 2011-09-29 Glenn Morris <rgm@gnu.org>
4152
4153 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4154
4155 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
4156
4157 * descr-text.el (describe-char-categories): Accept category
4158 descriptions more than one line long.
4159
4160 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * simple.el (delete-trailing-whitespace): Fix last change.
4163
4164 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4165 Don't confuse "y => 3" as the beginning of a `y' operation.
4166
4167 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4168 object has more than 4 slots (bug#9613).
4169
4170 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * subr.el (with-output-to-temp-buffer):
4173 * net/quickurl.el (quickurl, quickurl-browse-url):
4174 Fix typos in docstrings.
4175
4176 2011-09-27 Eli Zaretskii <eliz@gnu.org>
4177
4178 * minibuffer.el (completion-styles)
4179 (completion-category-overrides): Cross reference each other in doc
4180 strings.
4181
4182 2011-09-27 Glenn Morris <rgm@gnu.org>
4183
4184 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4185 to split-string. (Bug#9606)
4186
4187 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4188
4189 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4190 (bug#9615).
4191
4192 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * emacs-lisp/package.el (list-packages): Fix echo area message.
4195
4196 2011-09-27 Leo Liu <sdl.web@gmail.com>
4197
4198 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4199
4200 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
4201
4202 * net/dbus.el (dbus-unregister-object): Don't release services for
4203 registered signals. (Bug#9581)
4204
4205 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4206
4207 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4208 function that picks between cfengine 2 and 3 support
4209 automatically. Update docs accordingly.
4210
4211 2011-09-22 Kenichi Handa <handa@m17n.org>
4212
4213 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4214 ZERO.
4215 (indian-itrans-v5-table-for-tamil): New variable.
4216 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4217
4218 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4219
4220 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4221 that's true if the current command involved collapsing of text.
4222 It's reset to false at the beginning of the next command.
4223 (allout-post-command-business): Move the cursor to the beginning
4224 of entry if the cursor is hidden and collapsing activity just
4225 happened.
4226
4227 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
4228
4229 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4230 tracking (Bug#9541).
4231
4232 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
4233
4234 * net/newst-reader.el (newsticker-html-renderer)
4235 (newsticker-show-news): Automatically load html rendering package
4236 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4237 because w3m-fill-column is let-bound" and the error "Symbol's value
4238 as variable is void: w3m-fill-column".
4239
4240 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
4241
4242 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4243 Release services only if they are defined. (Bug#9581)
4244
4245 2011-09-23 Richard Stallman <rms@gnu.org>
4246
4247 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4248 distinguish start of paragraph from start of its text.
4249
4250 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4251
4252 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4253 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4254 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4255
4256 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4257
4258 * international/mule-diag.el (mule-diag): Insert a newline after
4259 each fontset description.
4260
4261 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4262
4263 * simple.el (delete-trailing-whitespace):
4264 Document last change; simplify.
4265
4266 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4267
4268 * simple.el (delete-trailing-whitespace): Also delete
4269 extra newlines at the end of the buffer.
4270
4271 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4272 (picture-newline): Use forward-line so as to ignore fields.
4273
4274 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * subr.el (with-wrapper-hook): Fix edebug spec.
4277
4278 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4279
4280 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4281 (bug#4538).
4282
4283 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
4284
4285 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4286 Fix nasty bug using wrong cached values.
4287
4288 2011-09-23 Alan Mackenzie <acm@muc.de>
4289
4290 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4291
4292 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
4293
4294 * window.el (pop-to-buffer): Ensure right window is selected if we
4295 chose another frame.
4296
4297 2011-09-22 Eli Zaretskii <eliz@gnu.org>
4298
4299 * simple.el (what-cursor-position): Use get-char-property-change
4300 and next-single-char-property-change, to be able to show display
4301 properties that come from overlays as well as text properties.
4302
4303 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
4304
4305 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4306
4307 * cmuscheme.el (run-scheme, switch-to-scheme):
4308 * cus-edit.el (customize-group, custom-buffer-create)
4309 (customize-browse):
4310 * info.el (info):
4311 * shell.el (shell):
4312 * mail/sendmail.el (mail):
4313 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4314
4315 2011-09-22 Richard Stallman <rms@gnu.org>
4316
4317 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4318 move back only to line beg, don't move back over blank lines.
4319
4320 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
4321
4322 * files.el (copy-directory): Set directory attributes only in case
4323 they could be retrieved from the source directory. (Bug#9565)
4324
4325 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4326
4327 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4328 (hs-find-block-beginning, hs-hide-level-recursive):
4329 Ignore strings as well as comments. (Bug#9502)
4330
4331 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4332
4333 * progmodes/sql.el (sql-comint-postgres):
4334 Convert port number to a string. (Bug#9566)
4335
4336 2011-09-22 Martin Rudalics <rudalics@gmx.at>
4337
4338 * window.el (quit-window): Undedicate window when switching to
4339 previous buffer. Reported by Thierry Volpiatto
4340 <thierry.volpiatto@gmail.com>.
4341 (special-display-popup-frame): When popping up a new frame reset
4342 its previous buffers to nil. Simplify code.
4343
4344 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
4345
4346 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4347 and process filter, as done also in `shell-command'.
4348
4349 2011-09-21 Martin Rudalics <rudalics@gmx.at>
4350
4351 * window.el (set-window-buffer-start-and-point):
4352 Call set-window-start with NOFORCE argument t.
4353 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4354 (quit-window): Reword doc-string. Handle new format of
4355 quit-restore parameter. Don't delete window if it has a
4356 previous buffer we can show instead of the present one.
4357 (display-buffer-record-window): Rewrite using a new format for
4358 the quit-restore window parameter
4359 (special-display-popup-frame, display-buffer-same-window)
4360 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4361 (display-buffer-pop-up-window, display-buffer-use-some-window):
4362 Adapt symbol passed to display-buffer-record-window.
4363 * help.el (help-window-setup): Handle new format of quit-restore
4364 parameter.
4365
4366 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * faces.el (face-list): Fix docstring (bug#9564).
4369
4370 * window.el (display-buffer--action-function-custom-type):
4371 Don't include internal functions in the Custom interface.
4372
4373 2011-09-20 Juri Linkov <juri@jurta.org>
4374
4375 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4376 (Info-forward-node, Info-backward-node, Info-next-preorder)
4377 (Info-last-preorder): Use it. (Bug#9528)
4378
4379 2011-09-20 Juri Linkov <juri@jurta.org>
4380
4381 * info.el (Info-last-preorder): Visit last menu item only when
4382 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4383
4384 2011-09-20 Julien Danjou <julien@danjou.info>
4385
4386 * password-cache.el (password-cache-remove): Remove entries even if the
4387 value is nil, so that password with a nil value (negative caching) is
4388 possible to invalidate.
4389
4390 2011-09-20 Lawrence Mitchell <wence@gmx.li>
4391
4392 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4393 all whitespace around breakpoint. (Bug#9553)
4394 (f90-find-breakpoint): Only break at whitespace inside a comment.
4395
4396 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 * minibuffer.el (completion-file-name-table): Keep track of errors.
4399 (completion-table-with-predicate): Handle the case where pred1 is nil.
4400 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4401
4402 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4405 (debugger-return-value): Signal an error if the debugging context does
4406 not await any return value.
4407
4408 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4409 * image-mode.el (image-toggle-display-text)
4410 (image-toggle-display-image): Stay away from evil `intangible'.
4411
4412 2011-09-19 Leo Liu <sdl.web@gmail.com>
4413
4414 * replace.el (occur-revert-arguments): Make it permanent-local.
4415 (occur-mode): Don't call font-lock-defontify.
4416
4417 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
4418
4419 * net/ldap.el (ldap-search-internal): Don't push empty search
4420 result (Bug#9508).
4421
4422 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4425
4426 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
4427
4428 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4429 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4430
4431 2011-09-18 Juri Linkov <juri@jurta.org>
4432
4433 * buff-menu.el (Buffer-menu-mode-map):
4434 * dired.el (dired-mode-map):
4435 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4436 (lisp-interaction-mode-map):
4437 * emacs-lisp/package.el (package-menu-mode-map):
4438 * epa.el (epa-key-list-mode-map):
4439 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4440 (menu-bar-options-menu):
4441 * outline.el (outline-mode-menu-bar-map):
4442 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4443 * vc/vc-dir.el (vc-dir-menu-map):
4444 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4445 Capitalize non-function content words in menu item strings.
4446
4447 * dired.el (dired-mode-map): Add menu item for
4448 `image-dired-dired-toggle-marked-thumbs'.
4449
4450 2011-09-18 Juri Linkov <juri@jurta.org>
4451
4452 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4453 to `isearch-case-fold-search' and restore its original value
4454 after the `isearch-mode' call.
4455
4456 2011-09-18 Juri Linkov <juri@jurta.org>
4457
4458 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4459 because `zgrep' returns 1 for successful matches (bug#9226).
4460
4461 2011-09-18 Juri Linkov <juri@jurta.org>
4462
4463 * info.el (Info-extract-menu-node-name): Check the second match
4464 for empty string (second test-case of bug#9528).
4465 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4466 intermediate nodes to the history (first test-case of bug#9528).
4467
4468 2011-09-18 Juri Linkov <juri@jurta.org>
4469
4470 * info.el (Info-mode-syntax-table): New variable.
4471 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
4472
4473 2011-09-18 Juri Linkov <juri@jurta.org>
4474
4475 * info.el (Info-file-supports-index-cookies):
4476 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4477 outputs one more line for long file names (bug#4142).
4478
4479 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4480
4481 * newcomment.el (comment-normalize-vars): If prompting for
4482 comment-start, set comment-start-skip too (Bug#8424).
4483
4484 2011-09-18 Johan Bockgård <bojohan@gnu.org>
4485
4486 * icomplete.el: Fix previous fix of Bug#5849.
4487 (icomplete-mode): Don't set completion-show-inline-help.
4488 (icomplete-minibuffer-setup): Set completion-show-inline-help
4489 locally during icompletion.
4490
4491 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4492
4493 * woman.el (woman2-process-escapes): Don't delete unrecognized
4494 escapes (Bug#7843).
4495
4496 * files.el (inhibit-first-line-modes-regexps): Add image files.
4497 (hack-local-variables-prop-line): Return nil for malformed
4498 prop-lines (Bug#9044).
4499
4500 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
4501
4502 * net/tramp.el (top): Don't require 'shell.
4503 (tramp-methods): Fix docstring.
4504 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
4505 Return complete remote file name. Handle "smb" case.
4506 Use `tramp-tmpdir', if defined for the respective method.
4507 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4508
4509 * net/tramp-compat.el (top): Require 'shell.
4510
4511 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4512 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4513 `tramp-current-host'.
4514 (tramp-get-remote-tmpdir): Remove.
4515
4516 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4517 `tramp-tmpdir' entries.
4518 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4519 (tramp-smb-handle-file-attributes): Ignore errors.
4520 (tramp-smb-wait-for-output): Check also for process end.
4521
4522 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4523
4524 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4525 when sending QUIT (bug#9312).
4526
4527 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4530 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4531 occur-mode-display-occurrence.
4532 (occur-edit-mode): Add usage message.
4533 (occur-cease-edit): New command.
4534 (occur-after-change-function): Use text properties to find the
4535 position of the prefix text.
4536 (occur-engine): Set stickiness of prefix text properties.
4537
4538 2011-09-17 Glenn Morris <rgm@gnu.org>
4539
4540 * progmodes/etags.el (complete-tag):
4541 Fix call to completion-in-region. (Bug#9526)
4542
4543 2011-09-17 Juri Linkov <juri@jurta.org>
4544
4545 * textmodes/ispell.el (ispell-word): Add to the error message
4546 the word, ispell program name and current dictionary (bug#9121).
4547 (ispell-tex-arg-end): Capitalize "error" in the error message.
4548
4549 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4550
4551 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4552 check. (Bug#4251)
4553
4554 2011-09-17 Juri Linkov <juri@jurta.org>
4555
4556 * window.el (window-safe-min-height, window-safe-min-width):
4557 Fix typos (followup to bug#9522).
4558
4559 2011-09-17 Sven Joachim <svenjoac@gmx.de>
4560
4561 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4562
4563 2011-09-16 Eli Zaretskii <eliz@gnu.org>
4564
4565 * simple.el (line-move): If goal-column is set, move by logical
4566 lines, not by display lines. (Bug#971)
4567 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4568 to reflect the above change.
4569
4570 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * image.el (imagemagick-register-types): Use regexp-opt.
4573
4574 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
4575
4576 * window.el (display-buffer-base-action): Rename from
4577 display-buffer-default-action. Make default value empty.
4578 (display-buffer-overriding-action): Convert to defvar.
4579 (display-buffer-fallback-action): New var.
4580
4581 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
4582
4583 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4584 declaration.
4585 (package--add-to-archive-contents): If there is a duplicate entry
4586 with an older version, remove it.
4587 (package-menu-mark-delete, package-menu-mark-install)
4588 (package-menu-mark-unmark): Make unused args optional.
4589 (package-menu-mark-obsolete-for-deletion):
4590 Use package-menu-get-status instead of a regexp search.
4591 (package-menu-get-status): Use tabulated-list-entry.
4592 (package-menu-mark-upgrades): New command.
4593 (package-menu-mode-map): Bind it to U. Add it to menu bar.
4594 (package-menu-execute): Do installation before deletion.
4595 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4596 instead of checking major-mode.
4597 (package-menu--find-upgrades): New function.
4598
4599 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4600
4601 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4602 passwords in the log buffer.
4603 (smtpmail-process-filter): Update the process marker so that the
4604 "broken by peer" status message is inserted in the right place.
4605
4606 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4609 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4610 bibtex-completion-at-point-function.
4611 (bibtex-completion-at-point-function): Use them.
4612
4613 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4614
4615 * mpc.el (mpc-constraints-tag-lookup): New function.
4616 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4617 also to browser "album|playlist".
4618
4619 2011-09-14 Juri Linkov <juri@jurta.org>
4620
4621 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4622 (isearch-edit-string): Use length of `isearch-string' when
4623 `isearch-fail-pos' returns nil.
4624 (isearch-message): Remove duplicate code and call
4625 `isearch-fail-pos' with arg `t'.
4626
4627 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * replace.el (occur-mode-goto-occurrence): Don't force using other
4630 window (Bug#9499).
4631
4632 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4633
4634 2011-09-14 Martin Rudalics <rudalics@gmx.at>
4635
4636 * window.el (display-buffer-window): Remove.
4637 (display-buffer-record-window): Use help-setup window parameter
4638 instead of variable display-buffer-window.
4639 (display-buffer-function, special-display-buffer-names)
4640 (special-display-function): Mention help-setup parameter instead
4641 of display-buffer-window in doc-string.
4642 * help.el (help-window-setup): New argument help-window.
4643 Use help-window-setup parameter instead of display-buffer-window.
4644 Reword some messages.
4645 (with-help-window): Pass window used for displaying the buffer
4646 to help-window-setup. Don't set display-buffer-window.
4647
4648 2011-09-13 Glenn Morris <rgm@gnu.org>
4649
4650 * emacs-lisp/debug.el (debugger-make-xrefs):
4651 Preserve point. (Bug#9462)
4652
4653 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * window.el (window-deletable-p): Use next-frame.
4656
4657 2011-09-13 Martin Rudalics <rudalics@gmx.at>
4658
4659 * window.el (window-auto-delete): Remove.
4660 (window-deletable-p): Remove argument FORCE. Don't deal with
4661 dedication and previous buffers.
4662 (switch-to-prev-buffer): Don't delete window.
4663 (delete-windows-on): Delete a window's frame if and only if the
4664 window is dedicated.
4665 (replace-buffer-in-windows): Delete buffer's window or frame if
4666 and only if window is dedicated.
4667 (quit-window): Handle quit-restore as before last change.
4668 (bury-buffer): Delete window only if window-deletable-p returns t.
4669
4670 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
4671
4672 * window.el (window-deletable-p): Never delete the last frame on a
4673 given terminal.
4674
4675 2011-09-13 Glenn Morris <rgm@gnu.org>
4676
4677 * help.el (describe-key-briefly): Copy previous standard-output change.
4678
4679 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
4680
4681 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4682
4683 2011-09-13 Glenn Morris <rgm@gnu.org>
4684
4685 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4686 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4687
4688 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * dired-aux.el (dired-mark-read-string): Don't return default
4691 value on empty input (Bug#9361).
4692 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4693 Omit initial minibuffer contents.
4694 (dired-do-chmod): Signal an error on empty input.
4695 (dired-mark-read-string): Don't return default on empty input.
4696
4697 * files.el (file-modes-symbolic-to-number): Doc fix.
4698
4699 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * international/mule-cmds.el (ucs-completions): Remove.
4702 (read-char-by-name): Use complete-with-action instead; add metadata.
4703
4704 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * window.el (display-buffer--action-function-custom-type)
4707 (display-buffer--action-custom-type): New vars.
4708 (display-buffer-alist, display-buffer-default-action)
4709 (display-buffer-overriding-action): Add defcustom types.
4710
4711 * frame.el (delete-other-frames): Doc fix (Bug#276).
4712
4713 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4714
4715 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4716
4717 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4718
4719 Change modes that used same-window-* vars to use switch-to-buffer.
4720
4721 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4722 Use switch-to-buffer.
4723
4724 * cus-edit.el (customize-group, custom-buffer-create)
4725 (customize-browse, custom-buffer-create-other-window):
4726 Use switch-to-buffer or switch-to-buffer-other-window.
4727
4728 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4729 (Info-prev, Info-up, Info-speedbar-goto-node)
4730 (info-display-manual): Use switch-to-buffer.
4731 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4732
4733 * mail/sendmail.el (mail): Use switch-to-buffer.
4734 (mail-recover): Use switch-to-buffer-other-window.
4735
4736 * cmuscheme.el (run-scheme, switch-to-scheme):
4737 * ielm.el (ielm):
4738 * shell.el (shell):
4739 * net/rlogin.el (rlogin):
4740 * net/telnet.el (telnet, rsh):
4741 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4742
4743 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4744
4745 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4746
4747 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4748
4749 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4750 so don't mention it (bug#9301).
4751 (dired-sort-toggle-or-edit): Clarify string further.
4752
4753 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4754 match `x', `w32' and `ns', like the manual says (bug#9029).
4755
4756 * subr.el (eval-after-load): Doc string clarification (bug#9125).
4757 (process-kill-buffer-query-function): Mention the buffer name in
4758 the query.
4759
4760 * image-mode.el (image-next-line): The line parameter is mandatory
4761 (bug#9258).
4762
4763 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4764 which can be useful (bug#9301).
4765
4766 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4767
4768 * subr.el (match-string): Mention that the current buffer should
4769 be the same as the search was done in (bug#9282).
4770
4771 * facemenu.el: Disable the remove-* commands if the mark isn't
4772 active (bug#9162).
4773
4774 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
4775
4776 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4777 of display-buffer.
4778 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4779
4780 * replace.el (occur-mode-goto-occurrence)
4781 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4782 and display-buffer.
4783
4784 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4785 display-buffer.
4786
4787 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4788 special-display and same-window variables.
4789 (mail-other-window): Use switch-to-buffer-other-window.
4790 (mail-other-frame): USe switch-to-buffer-other-frame.
4791
4792 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4793 Use display-buffer-other-frame.
4794 (gdb-display-gdb-buffer): Use pop-to-buffer.
4795
4796 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4797
4798 * progmodes/python.el: Don't set same-window-buffer-names.
4799
4800 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4801
4802 * window.el (display-buffer-alist): Add *Python*.
4803
4804 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
4805
4806 * window.el (display-buffer-alist): Add entry for buffers
4807 previously handled same-window-*.
4808 (display-buffer-alist, display-buffer-default-action)
4809 (display-buffer-overriding-action): Mark as risky.
4810 (display-buffer-alist): Document action function changes.
4811 (display-buffer--same-window-action)
4812 (display-buffer--other-frame-action): New variables.
4813 (switch-to-buffer, display-buffer-other-frame): Use them.
4814 (display-buffer): Rename reuse-frame entry to reusable-frames.
4815 (display-buffer-reuse-selected-window): Function deleted.
4816 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4817 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4818 (display-buffer-special): New function.
4819 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4820 display-buffer-reuse-or-pop-window. Split off special-display
4821 part into display-buffer-special.
4822 (display-buffer-use-some-window): Don't perform any special
4823 pop-up-frames handling.
4824 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
4825 (display-buffer--maybe-same-window): Rename from
4826 display-buffer-maybe-same-window.
4827
4828 * info.el: Don't set same-window-regexps.
4829 (info-setup): New function.
4830 (info-other-window, info): Call it.
4831
4832 * cus-edit.el: Don't set same-window-regexps.
4833 (customize-group): New argument.
4834 (customize-group-other-window): Use it.
4835 (customize-face, customize-face-other-window): Likewise.
4836 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4837
4838 * net/rlogin.el:
4839 * net/telnet.el:
4840 * progmodes/gud.el: Don't set same-window-regexps.
4841
4842 * cmuscheme.el:
4843 * ielm.el:
4844 * shell.el:
4845 * mail/sendmail.el:
4846 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4847
4848 2011-09-10 Juri Linkov <juri@jurta.org>
4849
4850 * isearch.el (isearch-edit-string): Remove obsolete mention of
4851 `C-w' (`isearch-yank-word-or-char') from docstring.
4852 (isearch-query-replace): Fix typo in docstring (bug#9466).
4853
4854 2011-09-10 Juri Linkov <juri@jurta.org>
4855
4856 * paren.el (show-paren-function): Don't show escaped parens.
4857 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4858
4859 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4860
4861 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4862 (mm-default-file-encoding): Remove autoload forms, they are
4863 replaced with autoload cookies in mml.el and mm-encode.el.
4864 (mail-add-attachment): New command.
4865 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4866 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4867 the doc string.
4868 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4869
4870 2011-09-10 Reuben Thomas <rrt@sc3d.org>
4871
4872 * simple.el (count-words-region): Use buffer if there's no region
4873 (bug#9429).
4874
4875 2011-09-09 Juri Linkov <juri@jurta.org>
4876
4877 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4878 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4879 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4880
4881 2011-09-09 Alan Mackenzie <acm@muc.de>
4882
4883 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4884 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4885
4886 2011-09-09 Eli Zaretskii <eliz@gnu.org>
4887
4888 Fix for Savannah bug#9392.
4889 * simple.el (mail-encode-mml): New defvar.
4890
4891 * mail/rmail.el (mail-encode-mml): Add a defvar.
4892 (rmail-enable-mime-composing): Default to t.
4893 (rmail-forward): Use MIME method of forwarding only if both
4894 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4895 Set mail-encode-mml non-nil if the MIME method was used.
4896
4897 * mail/sendmail.el (mml-to-mime): Add autoload form.
4898 (mail-encode-mml): Add a defvar.
4899 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4900 to nil.
4901 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4902 message through mml-to-mime, and reset mail-encode-mml to nil.
4903
4904 2011-09-09 Glenn Morris <rgm@gnu.org>
4905
4906 * woman.el (woman-if-body): When processing an .el block,
4907 do not delete the next .el block as well. (Bug#9447)
4908 (woman-special-characters): Add oq, cq, and hy characters.
4909
4910 2011-09-08 Martin Rudalics <rudalics@gmx.at>
4911
4912 * window.el (window-deletable-p): Make sure window is live before
4913 invoking window-prev-buffers.
4914
4915 2011-09-08 Leo Liu <sdl.web@gmail.com>
4916
4917 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4918
4919 2011-09-08 Juri Linkov <juri@jurta.org>
4920
4921 * progmodes/compile.el (compilation-environment): Make it
4922 a defcustom (bug#8340).
4923
4924 2011-09-08 Martin Rudalics <rudalics@gmx.at>
4925
4926 * window.el (frame-auto-delete): Rename to window-auto-delete.
4927 Make it control auto-deletion of windows and/or frames.
4928 (window-deletable-p): New argument FORCE. Rewrite conditions
4929 for deleting window/frame. (Bug#9419)
4930 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4931 Rewrite handling of case when window/frame can be deleted.
4932 (delete-windows-on): Call window-deletable-p with new FORCE
4933 argument t. (Bug#9456)
4934
4935 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * help-mode.el (help-mode): Restore autoload.
4938
4939 2011-09-07 Juri Linkov <juri@jurta.org>
4940
4941 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
4942 `compilation-environment'. Set buffer-local
4943 `compilation-environment' to `thisenv' later after (funcall mode).
4944 (Bug#8340)
4945
4946 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
4947 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
4948 instead of replacing its value. (Bug#8340)
4949
4950 2011-09-07 Juri Linkov <juri@jurta.org>
4951
4952 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
4953 based on text properties put by `grep-filter' instead of matching
4954 escape sequences.
4955 (grep-mode): Set buffer-local `compilation-error-screen-columns'
4956 to the value of `grep-error-screen-columns' (bug#9438).
4957
4958 2011-09-07 Juri Linkov <juri@jurta.org>
4959
4960 * simple.el (next-error-highlight, next-error-highlight-no-select):
4961 Doc fix (bug#9432).
4962
4963 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
4964
4965 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
4966 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
4967
4968 2011-09-07 Leo Liu <sdl.web@gmail.com>
4969
4970 * net/rcirc.el (rcirc-mode): Conditionally initialize
4971 rcirc-input-ring.
4972
4973 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * emacs-lisp/find-func.el (find-function-C-source): Only set
4976 find-function-C-source-directory after checking that we found a source
4977 file there (bug#9440).
4978
4979 2011-09-06 Alan Mackenzie <acm@muc.de>
4980
4981 * isearch.el (isearch-other-meta-char): Wherever a key list is
4982 unread, "unread" the prefix arg, too. This fixes bug #8901.
4983
4984 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
4985
4986 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
4987
4988 2011-09-05 Juri Linkov <juri@jurta.org>
4989
4990 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
4991
4992 2011-09-05 Juri Linkov <juri@jurta.org>
4993
4994 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
4995 keeping point where processing of grep matches begins, and
4996 continue to delete remaining escape sequences from the same point.
4997 (grep-filter): Make leading zero optional in "0?1;31m" because
4998 git-grep emits "\033[1;31m" escape sequences unlike expected
4999 "\033[01;31m" as GNU Grep does (bug#9408).
5000 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5001
5002 2011-09-05 Juri Linkov <juri@jurta.org>
5003
5004 * subr.el (y-or-n-p): Capitalize "yes".
5005
5006 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
5007
5008 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5009 `tramp-cache-unload-hook' where appropriate.
5010 (tramp-methods): Rename `tramp-remote-sh' to
5011 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5012 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5013
5014 * net/tramp-sh.el (top): Don't require 'shell.
5015 (tramp-methods): Add `tramp-remote-shell' and
5016 `tramp-remote-shell-args' entries.
5017 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5018 (tramp-sh-handle-shell-command): Remove.
5019 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5020 Use `tramp-remote-shell'.
5021
5022 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
5023
5024 * mail/sendmail.el (sendmail-query-once-function): Delete.
5025 (sendmail-query-once): Save directly to send-mail-function.
5026 Update message-send-mail-function too.
5027
5028 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5029
5030 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5031
5032 * progmodes/python.el (python-mode-map): Use correct function to
5033 start python interpreter from menu-bar (as reported by Geert
5034 Kloosterman).
5035 (inferior-python-mode-map): Fix typo.
5036 (python-shell-map): Remove.
5037
5038 2011-09-03 Deniz Dogan <deniz@dogan.se>
5039
5040 * net/rcirc.el (rcirc-print): Simplify code for
5041 rcirc-scroll-show-maximum-output. There is no need to walk
5042 through all windows to find the right one.
5043
5044 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5045
5046 * help.el (help-return-method): Doc fix.
5047
5048 2011-09-03 Martin Rudalics <rudalics@gmx.at>
5049
5050 * window.el (window-deletable-p): Don't return a non-nil value
5051 when there's a buffer that was shown in the window before.
5052 (Bug#9419)
5053 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5054 Set window's previous buffers to nil.
5055
5056 2011-09-03 Eli Zaretskii <eliz@gnu.org>
5057
5058 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5059 newline before and after the tag line, so it doesn't interfere
5060 with determining the paragraph direction of bidirectional text.
5061
5062 2011-09-03 Leo Liu <sdl.web@gmail.com>
5063
5064 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5065
5066 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
5067
5068 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
5069 (pop-to-buffer): Change interactive spec. Pass second argument
5070 directly to display-buffer.
5071 (display-buffer): Fix interactive spec. Use functionp to
5072 distinguish between a function and a list of functions.
5073
5074 * abbrev.el (edit-abbrevs):
5075 * arc-mode.el (archive-extract):
5076 * autoinsert.el (auto-insert):
5077 * bookmark.el (bookmark-bmenu-list):
5078 * files.el (find-file):
5079 * view.el (view-buffer):
5080 * progmodes/compile.el (compilation-goto-locus):
5081 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5082
5083 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * window.el (display-buffer-alist): Doc fix.
5086 (display-buffer): Add docstring. Don't treat
5087 display-buffer-default specially.
5088 (display-buffer-reuse-selected-window)
5089 (display-buffer-same-window, display-buffer-maybe-same-window)
5090 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5091 (display-buffer-pop-up-window)
5092 (display-buffer-reuse-or-pop-window)
5093 (display-buffer-use-some-window): New functions.
5094 (display-buffer-default-action): Use them.
5095 (display-buffer-default): Delete.
5096 (pop-to-buffer-1): Fix choice of actions.
5097
5098 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * minibuffer.el (completion--insert-strings): Don't get confused by
5101 completion entries that end with an LF char.
5102
5103 2011-09-01 Eli Zaretskii <eliz@gnu.org>
5104
5105 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5106
5107 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * window.el (display-buffer): Restore interactive spec.
5110 (display-buffer-same-window, display-buffer-other-window):
5111 New functions.
5112 (pop-to-buffer-1): New function. Use the above.
5113 (pop-to-buffer, pop-to-buffer-same-window): Use it.
5114 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
5115
5116 * view.el (view-buffer-other-window, view-buffer-other-frame):
5117 Just use pop-to-buffer.
5118
5119 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5120
5121 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5122
5123 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5124
5125 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5126
5127 2011-08-31 Richard Stallman <rms@gnu.org>
5128
5129 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5130 of the separation of rmail-view-buffer from rmail-buffer.
5131 If you say no to "replace original", the decrypt is in the
5132 view buffer. If you say yes, the decrypt goes into the
5133 rmail buffer also.
5134
5135 2011-08-31 Martin Rudalics <rudalics@gmx.at>
5136
5137 * window.el (display-buffer-window): Rewrite doc-string.
5138 (display-buffer-record-window): New function.
5139 (display-buffer-macro-specifiers)
5140 (display-buffer-even-window-sizes, display-buffer-set-height)
5141 (display-buffer-set-width, display-buffer-in-window)
5142 (display-buffer-reuse-window, display-buffer-split-specifiers)
5143 (display-buffer-side-specifiers, display-buffer-split-window-1)
5144 (display-buffer-split-window, display-buffer-split-atom-window)
5145 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5146 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5147 (display-buffer-other-window-means-other-frame)
5148 (display-buffer-normalize-special)
5149 (display-buffer-normalize-default)
5150 (display-buffer-normalize-argument)
5151 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5152 (display-buffer-normalize-specifiers, display-buffer-frame)
5153 (display-buffer-same-window, display-buffer-same-frame)
5154 (display-buffer-other-window)
5155 (display-buffer-same-frame-other-window)
5156 (display-buffer-other-frame, pop-to-buffer-same-window)
5157 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5158 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5159 (switch-to-buffer-same-frame)
5160 (switch-to-buffer-other-window-same-frame)
5161 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5162 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5163 (display-buffer-alist-set): Remove.
5164 (display-buffer-function, special-display-buffer-names)
5165 (special-display-regexps, special-display-function):
5166 In doc-string refer to display-buffer-window and quit-restore
5167 parameter.
5168 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5169 (special-display-frame-alist, special-display-popup-frame)
5170 (same-window-buffer-names, same-window-regexps, same-window-p)
5171 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5172 (split-window-preferred-function, split-height-threshold)
5173 (split-width-threshold, window-splittable-p)
5174 (split-window-sensibly, window--try-to-split-window)
5175 (window--frame-usable-p, even-window-heights)
5176 (window--even-window-heights, window--display-buffer-1)
5177 (window--display-buffer-2, display-buffer-other-frame):
5178 Restore old Emacs 23 code, order and doc-strings where applicable.
5179 (display-buffer-default, display-buffer-assq-regexp): New functions.
5180 (display-buffer-alist): Rewrite doc-string.
5181 (display-buffer-default-action)
5182 (display-buffer-overriding-action): New variables.
5183 (display-buffer, switch-to-buffer): Rewrite.
5184 (pop-to-buffer): Restore Emacs 23 behavior but use
5185 window-normalize-buffer-to-display.
5186 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5187 Restore Emacs 23 behavior but use
5188 window-normalize-buffer-to-switch-to.
5189 (pop-to-buffer-same-window): Rewrite.
5190 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5191 Rewrite using Emacs 23 options.
5192
5193 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
5194
5195 * net/tramp.el (tramp-root-regexp): Remove.
5196 (tramp-completion-file-name-regexp-unified)
5197 (tramp-completion-file-name-regexp-separate)
5198 (tramp-completion-file-name-regexp-url): Don't use leading volume
5199 letter on win32 systems. (Bug#5303, Bug#9311)
5200 (tramp-drop-volume-letter): Simplify definition.
5201 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5202
5203 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5204
5205 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5206 (bug#9356).
5207
5208 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5209
5210 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5211
5212 2011-08-29 Juri Linkov <juri@jurta.org>
5213
5214 * isearch.el (isearch-done): Don't display message "Mark saved"
5215 when arg `edit' is non-nil to prevent its flicker in the echo area.
5216
5217 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
5218
5219 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5220 obsolete packages for deletion.
5221
5222 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5223
5224 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5225 (help-mode): Derive help-mode from special-mode. Don't invoke
5226 view-mode from help-mode.
5227 (help-xref-override-view-map): Remove.
5228 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5229 view-mode is not used anymore.
5230
5231 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
5232
5233 * server.el (server-port): Doc fix.
5234
5235 * cus-theme.el (custom-theme-choose-mode): Inherit from
5236 special-mode (Bug#9124).
5237 (custom-theme-choose-mode-map): Add special-mode to parent.
5238
5239 2011-08-28 Alan Mackenzie <acm@muc.de>
5240
5241 * progmodes/cc-fonts.el
5242 (c-make-font-lock-BO-decl-search-function): New function.
5243 (c-basic-matchers-after - "Fontify the clauses after various
5244 keywords"): Extract the three keyword lists for the 3 erroneous
5245 constructs from the list of four, and use the new function above
5246 in place of an old one.
5247
5248 2011-08-28 Deniz Dogan <deniz@dogan.se>
5249
5250 * net/rcirc.el (rcirc-insert-prev-input)
5251 (rcirc-insert-next-input): Remove unused argument.
5252
5253 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5256
5257 2011-08-27 Alan Mackenzie <acm@muc.de>
5258
5259 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5260 handle function pointer parameters properly.
5261
5262 2011-08-27 Martin Rudalics <rudalics@gmx.at>
5263
5264 * window.el (display-buffer-reuse-window): Fix case where
5265 selected window was reused with non-nil OTHER-WINDOW argument.
5266 (Bug#9381)
5267
5268 2011-08-27 Deniz Dogan <deniz@dogan.se>
5269
5270 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5271 oftc's NickServ messages.
5272
5273 2011-08-27 Glenn Morris <rgm@gnu.org>
5274
5275 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5276
5277 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * emacs-lisp/package.el (package-install): Call package-initialize
5280 if called interactively.
5281
5282 2011-08-26 Leo Liu <sdl.web@gmail.com>
5283
5284 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5285
5286 2011-08-25 Juri Linkov <juri@jurta.org>
5287
5288 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5289 `search-whitespace-regexp' (bug#9364).
5290
5291 2011-08-25 Juri Linkov <juri@jurta.org>
5292
5293 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5294 `regexp-search-ring' to their global values to protect from
5295 updating by `read-from-minibuffer' (bug#9185).
5296
5297 2011-08-25 Juri Linkov <juri@jurta.org>
5298
5299 * textmodes/ispell.el (ispell-command-loop): Add newline
5300 at the end of the "Use option `i'..." line.
5301
5302 2011-08-25 Juri Linkov <juri@jurta.org>
5303
5304 * battery.el (display-battery-mode): If `battery-status-function'
5305 or `battery-mode-line-format' is nil, display the message and set
5306 `display-battery-mode' to nil (bug#9363).
5307
5308 2011-08-25 Eli Zaretskii <eliz@gnu.org>
5309
5310 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5311 bidi-string-mark-left-to-right; they are unnecessary now.
5312
5313 2011-08-25 Deniz Dogan <deniz@dogan.se>
5314
5315 * net/quickurl.el: Documentation typo fixes.
5316
5317 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
5318
5319 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5320
5321 2011-08-25 Glenn Morris <rgm@gnu.org>
5322
5323 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5324
5325 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5326 (smtpmail-via-smtp): Handle nil response from smtp.
5327
5328 2011-08-24 Juri Linkov <juri@jurta.org>
5329
5330 * proced.el (proced-marked): Inherit from `error' instead of
5331 `font-lock-warning-face'.
5332
5333 * ibuffer.el (ibuffer-marked-face): Change default face from
5334 `font-lock-warning-face' to `warning'.
5335 (ibuffer-deletion-face): Change default face from
5336 `font-lock-type-face' to `error'.
5337
5338 * battery.el (battery-update): Use the face `error' instead of
5339 `font-lock-warning-face' (bug#6117).
5340
5341 2011-08-24 Juri Linkov <juri@jurta.org>
5342
5343 * faces.el (success): Change face color from "Green3" to
5344 "ForestGreen" on light background (bug#9353).
5345
5346 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
5347
5348 * window.el (quit-window): Rename from quit-restore-window.
5349 Use same arglist as old quit-window.
5350 (frame-auto-delete): Doc fix.
5351
5352 * view.el (view-mode-exit): Use quit-window.
5353
5354 2011-08-24 Juri Linkov <juri@jurta.org>
5355
5356 * isearch.el (isearch-ring-adjust1): Start visiting previous
5357 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5358 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5359 for empty search string (when the last search string is reused
5360 automatically) to adjust the isearch ring to the last element and
5361 prepare the correct index for further M-p commands (bug#9185).
5362
5363 2011-08-24 Kenichi Handa <handa@m17n.org>
5364
5365 * international/ucs-normalize.el: If decomposition property of
5366 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5367 nil.
5368 (nfd, nfkd): Likewise.
5369
5370 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5373 from process filters aren't reliably transmitted to the surrounding
5374 accept-process-output.
5375 (mpc-proc-check): New function.
5376 (mpc-proc-sync): Use it (bug#8293)
5377
5378 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5381 Add compatibility functions (bug#9313).
5382
5383 2011-08-23 Eli Zaretskii <eliz@gnu.org>
5384
5385 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5386
5387 * international/uni-bidi.el: Regenerate.
5388
5389 2011-08-23 Kenichi Handa <handa@m17n.org>
5390
5391 * international/charprop.el:
5392 * international/uni-bidi.el:
5393 * international/uni-category.el:
5394 * international/uni-combining.el:
5395 * international/uni-comment.el:
5396 * international/uni-decimal.el:
5397 * international/uni-decomposition.el:
5398 * international/uni-digit.el:
5399 * international/uni-lowercase.el:
5400 * international/uni-mirrored.el:
5401 * international/uni-name.el:
5402 * international/uni-numeric.el:
5403 * international/uni-old-name.el:
5404 * international/uni-titlecase.el:
5405 * international/uni-uppercase.el: Regenerate.
5406
5407 2011-08-23 Martin Rudalics <rudalics@gmx.at>
5408
5409 * help.el (help-window-setup): Fix message displayed when other
5410 window is reused. (Bug#9341)
5411
5412 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5415 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5416
5417 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5418 Mark obsolete.
5419 * shell.el (shell-parse-pcomplete-arguments): New function.
5420 (shell-completion-vars): Use it instead (bug#9160).
5421
5422 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5425 strings and comments (bug#9333).
5426
5427 * emacs-lisp/debug.el (debug-arglist): New function.
5428 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5429 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5430
5431 2011-08-22 Juri Linkov <juri@jurta.org>
5432
5433 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5434 Revert regexp that highlights output switches to its old
5435 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5436
5437 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5438 to check for empty output (bug#9226).
5439
5440 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
5441
5442 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5443 symbol-constituent as the default, as that stops font-lock from
5444 working properly (Bug#8843).
5445
5446 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5447
5448 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5449 `coding-system-for-*' around the process open call to avoid
5450 auth-source side effects.
5451 (smtpmail-try-auth-methods): Expand the secret password.
5452 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5453 probe hangs.
5454
5455 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5458
5459 * emacs-lisp/find-func.el (find-function-noselect): New arg
5460 lisp-only.
5461
5462 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5463 signal an error for built-in functions (Bug#6664).
5464
5465 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5466
5467 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5468 (smtpmail-try-auth-methods): Use it.
5469
5470 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
5471
5472 * font-lock.el (font-lock-fontify-region)
5473 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5474 (font-lock-default-unfontify-buffer)
5475 (font-lock-default-fontify-region)
5476 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5477
5478 * progmodes/compile.el (compilation-error-properties):
5479 Fix confusion between file struct and message struct (Bug#9319).
5480 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5481 `ant' regexp.
5482
5483 * net/browse-url.el (browse-url-firefox): Don't call
5484 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5485
5486 2011-08-20 Glenn Morris <rgm@gnu.org>
5487
5488 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5489
5490 * tutorial.el (tutorial--default-keys): Update some default bindings.
5491
5492 * files.el (hack-local-variables): Fully ignore case for "mode:".
5493
5494 2011-08-20 Alan Mackenzie <acm@muc.de>
5495
5496 Resolve invalid use of a regexp in regexp-opt.
5497
5498 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5499 detection for a java annotation.
5500
5501 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
5502 detection for a java annotation.
5503
5504 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5505 handling for java.
5506 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5507
5508 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
5509
5510 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5511 (Bug#9274).
5512
5513 2011-08-20 Alan Mackenzie <acm@muc.de>
5514
5515 Fontify CPP expressions correctly when starting in the middle of
5516 such a construct. Mainly for when jit-lock etc. starts a chunk
5517 here.
5518
5519 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
5520 variable.
5521 (c-make-font-lock-search-form): New function, extracted from
5522 c-make-font-lock-search-function.
5523 (c-make-font-lock-search-function): Use the above function.
5524 (c-make-font-lock-context-search-function): New function.
5525 (c-cpp-matchers): Enhance the preprocessor expression case with
5526 the above function
5527 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5528 which takes an expression.
5529
5530 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5531
5532 2011-08-20 Martin Rudalics <rudalics@gmx.at>
5533
5534 * window.el (display-buffer-reuse-window)
5535 (display-buffer-pop-up-window): Don't reuse or split a side
5536 window.
5537
5538 2011-08-19 Glenn Morris <rgm@gnu.org>
5539
5540 * files.el (hack-local-variables-prop-line, hack-local-variables):
5541 Downcase "Mode:". (Bug#9331)
5542
5543 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
5544
5545 * international/characters.el: Add L and R categories.
5546
5547 * subr.el (bidi-string-mark-left-to-right): Rename from
5548 string-mark-left-to-right. Use category search.
5549
5550 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5551
5552 2011-08-18 Juri Linkov <juri@jurta.org>
5553
5554 * faces.el (error, warning, success): New faces with definitions
5555 copied from old default values of `font-lock-warning-face',
5556 `compilation-warning', `compilation-info' (bug#6117).
5557
5558 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5559
5560 * progmodes/compile.el (compilation-error): Inherit from `error'.
5561 (compilation-warning): Inherit from `warning'.
5562 (compilation-info): Inherit from `success'.
5563
5564 * dired.el (dired-marked): Inherit from `warning'.
5565 (dired-flagged): Inherit from `error'.
5566
5567 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5568
5569 * mail/smtpmail.el (auth-source): Require to avoid problems with
5570 binding variables (bug#9298). Also clean up some unused
5571 autoloads.
5572
5573 * net/network-stream.el (network-stream-open-starttls):
5574 Support using starttls.el without using gnutls-cli.
5575
5576 2011-08-17 Juri Linkov <juri@jurta.org>
5577
5578 * progmodes/grep.el (rgrep): Handle the case when
5579 `grep-find-command' is a cons cell (bug#9278).
5580
5581 2011-08-17 Martin Rudalics <rudalics@gmx.at>
5582
5583 * window.el (display-buffer-pop-up-frame): Run frame creation
5584 function with BUFFER current (as special-display-popup-frame
5585 does). Reported by Drew Adams.
5586
5587 2011-08-17 Daiki Ueno <ueno@unixuser.org>
5588
5589 * epa-mail.el: Simplify GnuPG group expansion using
5590 epg-expand-group.
5591 (epa-mail-group-alist, epa-mail-group-modtime)
5592 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5593 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5594 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5595 Remove.
5596
5597 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
5598
5599 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5600
5601 2011-08-16 Alan Mackenzie <acm@muc.de>
5602
5603 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5604 Correct, to avoid the inside of macros.
5605
5606 2011-08-16 Richard Stallman <rms@gnu.org>
5607
5608 * epa-mail.el: Handle GnuPG group definitions.
5609 (epa-mail-group-alist, epa-mail-group-modtime)
5610 (epa-mail-gnupg-conf-file): New variables.
5611 (epa-mail-parse-groups, epa-mail-sync-groups)
5612 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5613 (epa-mail-expand-recipients): New functions.
5614 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5615
5616 * mail/rmail.el (rmail-epa-decrypt): New command.
5617
5618 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5619 Don't bind buffer-read-only, just inhibit-read-only.
5620 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5621 (epa-decrypt-armor-in-region): Make error message clearer.
5622
5623 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5626 and "a2b" to "ab" for `prefix'.
5627
5628 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
5629
5630 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5631 filter groups.
5632 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5633 Fourquet (Bug#8804).
5634
5635 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
5636
5637 * startup.el (argi): Declare as global variable (bug#9275).
5638
5639 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
5640
5641 * subr.el (string-mark-left-to-right): Search the entire string
5642 for RTL script, not just the terminating character. Doc fix.
5643
5644 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5647 New function.
5648 (js--regexp-literal, js-syntax-propertize-function): Remove.
5649 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5650 (js-mode-map): Don't rebind electric keys.
5651 (js-insert-and-indent): Remove.
5652 (js-mode): Setup electric-layout and electric-indent instead.
5653
5654 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5655
5656 2011-08-12 Daiki Ueno <ueno@unixuser.org>
5657
5658 * epa.el (epa-progress-callback-function): Fix the logic of
5659 displaying progress.
5660 * epa-file.el (epa-file-insert-file-contents): Make progress
5661 display more user-friendly.
5662 (epa-file-write-region): Ditto.
5663
5664 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * subr.el (string-mark-left-to-right): New function.
5667
5668 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5669 Use string-mark-left-to-right.
5670 (list-buffers-noselect): Caller changed.
5671
5672 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5673 Use string-mark-left-to-right.
5674 (tabulated-list-print): Recenter after moving point.
5675
5676 2011-08-10 Juri Linkov <juri@jurta.org>
5677
5678 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5679 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5680 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5681
5682 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
5683
5684 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5685 (Bug#7554).
5686
5687 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
5688
5689 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5690 character. (Bug#6594)
5691
5692 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
5693
5694 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5695 (image-dired--with-db-file): New macro.
5696 (image-dired-write-tags, image-dired-remove-tag)
5697 (image-dired-create-gallery-lists, image-dired-write-comments)
5698 (image-dired-get-comment, image-dired-mark-tagged-files)
5699 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5700 (image-dired-gallery-generate): Use insert-file-contents.
5701
5702 * time.el (display-time-world-list, display-time-world-display):
5703 * time-stamp.el (time-stamp-string):
5704 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5705 set-time-zone-rule (Bug#7337).
5706
5707 2011-08-08 Daiki Ueno <ueno@unixuser.org>
5708
5709 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5710 (epg-error-to-string, epg-errors-to-string): New function.
5711 (epg-wait-for-completion): Reverse errors list.
5712 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5713 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5714 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5715 (epg-sign-keys, epg-generate-key-from-file)
5716 (epg-generate-key-from-string): Format errors by using
5717 epg-errors-to-string (bug#9255).
5718 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5719
5720 2011-08-07 Juri Linkov <juri@jurta.org>
5721
5722 * faces.el (list-faces-display): Remove extra angle bracket
5723 from `help-mode-map'.
5724
5725 * info.el (Info-history-toc-nodes): Doc fix.
5726
5727 * longlines.el (longlines-mode): Doc fix.
5728
5729 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5730
5731 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5732 of statements and in a few more cases (bug#9183).
5733
5734 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5735 New functions.
5736 (cl-transform-lambda): Use them (bug#9239).
5737
5738 2011-08-05 Martin Rudalics <rudalics@gmx.at>
5739
5740 * window.el (display-buffer-same-window)
5741 (display-buffer-same-frame, display-buffer-other-window)
5742 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5743 (pop-to-buffer-other-window)
5744 (pop-to-buffer-same-frame-other-window)
5745 (pop-to-buffer-other-frame): Make them defuns.
5746 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5747
5748 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * subr.el (make-composed-keymap): Move from C. Change calling
5751 convention, and improve docstring to bring attention to a subtle point.
5752 * minibuffer.el (completing-read-default): Adjust accordingly.
5753
5754 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
5755
5756 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5757 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5758
5759 * net/trampver.el: Update release number.
5760
5761 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5762
5763 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5764 "in" (bug#9190).
5765
5766 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5767
5768 * mail/sendmail.el (sendmail-query-once): Restore the current
5769 buffer after querying (bug#9074).
5770
5771 * dired.el (dired-flagged): Use different faces for marked and
5772 flagged files (bug#6117).
5773
5774 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5775 (bug#4433).
5776
5777 * ido.el (ido-mode): Switch off the message if called
5778 non-interactively.
5779
5780 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5781 before 587, since it appears that that's more likely to work for
5782 more people.
5783
5784 * cus-edit.el (custom-file): When running under emacs -q, always
5785 refuse to save the customizations, even if the .emacs file doesn't
5786 exist.
5787
5788 * info.el: Remove the `Info-beginning-of-buffer' function
5789 (bug#8325).
5790
5791 * net/network-stream.el (network-stream-open-starttls):
5792 Use `starttls-available-p' to see whether starttls.el can be used.
5793
5794 2011-08-01 Martin Rudalics <rudalics@gmx.at>
5795
5796 * window.el (display-buffer-in-window): Don't set dedicated status
5797 of window here (Bug#9215).
5798 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5799 (display-buffer-pop-up-side-window)
5800 (display-buffer-in-side-window): Set dedicated status of window here.
5801
5802 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5805 before binding generated-autoload-file.
5806
5807 2011-08-01 Deniz Dogan <deniz@dogan.se>
5808
5809 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5810
5811 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
5812
5813 Sync with Tramp 2.2.2.
5814
5815 * net/trampver.el: Update release number.
5816
5817 2011-07-30 Juri Linkov <juri@jurta.org>
5818
5819 * dired-aux.el (dired-touch-initial): Remove function.
5820 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5821 current time, and `default' to the last modification time of the
5822 current marked file (bug#6887).
5823
5824 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5825
5826 * simple.el (goto-line): Use string-to-number to provide a
5827 numeric argument to read-number (bug#9163).
5828
5829 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
5830
5831 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5832 connection process, it could be nil.
5833
5834 2011-07-27 Leo Liu <sdl.web@gmail.com>
5835
5836 Simplify url handling in rcirc-mode.
5837
5838 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5839 (rcirc-browse-url-at-mouse): Remove.
5840 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5841
5842 2011-07-26 Alan Mackenzie <acm@muc.de>
5843
5844 Fontify bitfield declarations properly.
5845
5846 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5847 (c-symbol-chars): Now exported as a lang variable.
5848 (c-not-primitive-type-keywords): New lang variable.
5849
5850 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5851 QT keyword "more" to prevent "more slots: ...." being spuriously
5852 parsed as a bitfield declaration.
5853
5854 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5855 Refactor and enhance to handle bitfield declarations.
5856 (c-punctuation-in): New function.
5857 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5858 declarations properly.
5859
5860 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
5861
5862 * calendar/icalendar.el (icalendar--all-events): Take care of
5863 multiple vcalendars in a single file.
5864 (icalendar--convert-float-to-ical): Checkdoc fixes.
5865
5866 2011-07-25 Deniz Dogan <deniz@dogan.se>
5867
5868 * image.el (insert-image): Clarifying docstring.
5869
5870 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
5871
5872 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5873 `tramp-send-command-and-check' if there is no error.
5874 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5875
5876 2011-07-22 Alan Mackenzie <acm@muc.de>
5877
5878 Prevent cc-langs.elc being loaded at run time.
5879
5880 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5881 cc-langs.
5882
5883 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
5884 "(require 'cc-langs)". Quote a form so it will evaluate at
5885 (cc-mode's) compilation time.
5886
5887 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
5888
5889 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5890 loading. (Bug#9114)
5891
5892 2011-07-21 Martin Rudalics <rudalics@gmx.at>
5893
5894 * window.el (display-buffer-pop-up-window)
5895 (display-buffer-pop-up-side-window)
5896 (display-buffer-in-side-window): Call display-buffer-set-height
5897 and display-buffer-set-width after setting the new window's
5898 buffer so `fit-window-to-buffer' and friends work on the right buffer.
5899
5900 2011-07-20 Sam Steingold <sds@gnu.org>
5901
5902 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5903 (etags-tags-included-tables): Call `convert-standard-filename' on
5904 the file names contained in TAGS so that windows Emacs can handle
5905 TAGS files created by cygwin ctags.
5906
5907 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5908
5909 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5910 which apparently didn't work.
5911
5912 2011-07-19 Roland Winkler <winkler@gnu.org>
5913
5914 * proced.el (proced-send-signal): For *Marked Processes* buffer
5915 put point at beginning of buffer.
5916
5917 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
5918
5919 * proced.el (proced-format): Make header lines align with the text
5920 (bug#1779).
5921
5922 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5923
5924 * view.el (view-buffer): Allow running in `special' modes if we're
5925 visiting a file (bug#8615).
5926
5927 2011-07-19 Martin Rudalics <rudalics@gmx.at>
5928
5929 * window.el (display-buffer-alist-of-strings-p)
5930 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5931 New functions.
5932 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5933 more accurately.
5934
5935 2011-07-18 Alan Mackenzie <acm@muc.de>
5936
5937 Fontify declarators properly when, e.g., a jit-lock chunk begins
5938 inside a declaration.
5939
5940 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
5941
5942 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5943 New function.
5944 (c-complex-decl-matchers): Insert reference to
5945 c-font-lock-enclosing-decls.
5946
5947 * progmodes/cc-engine.el (c-backward-single-comment):
5948 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
5949 to nil around calls to (forward-comment -1).
5950
5951 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5952
5953 * image.el (put-image): Doc typo fix.
5954
5955 * progmodes/etags.el (tags-search): Doc typo fix.
5956
5957 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
5958 password if we get errors 550 to 554.
5959
5960 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5961
5962 * net/gnutls.el (gnutls-log-level): Remove.
5963
5964 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
5965 indentation character (bug#6380).
5966
5967 * files.el (buffer-offer-save): Made permanently local (bug#6241).
5968
5969 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
5970 to clarify what the problem is (bug#4291).
5971
5972 * simple.el (current-kill): Clarify what
5973 `interprogram-paste-function' does (bug#7500).
5974 (auto-fill-mode): Document `auto-fill-function' in relation to
5975 `auto-fill-mode' (bug#2470).
5976
5977 2011-07-16 Lawrence Mitchell <wence@gmx.li>
5978
5979 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
5980 method if slot is read-only (bug#9035).
5981
5982 2011-07-16 Martin Rudalics <rudalics@gmx.at>
5983
5984 * frame.el (select-frame-set-input-focus): New argument NORECORD.
5985 * window.el (pop-to-buffer): Select window used even if it was
5986 selected before, see discussion of (Bug#8615), (Bug#6954).
5987 Pass argument NORECORD on to select-frame-set-input-focus.
5988
5989 2011-07-15 Glenn Morris <rgm@gnu.org>
5990
5991 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
5992 Respect help-form.
5993
5994 2011-07-09 Lawrence Mitchell <wence@gmx.li>
5995
5996 * net/gnutls.el (gnutls-min-prime-bits): New variable.
5997 (gnutls-negotiate): Use it.
5998
5999 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6000
6001 * net/gnutls.el (gnutls-negotiate):
6002 Upcase `gnutls-algorithm-priority'.
6003
6004 2011-07-15 Glenn Morris <rgm@gnu.org>
6005
6006 * jka-compr.el (jka-compr-verbose): Move from here...
6007 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6008 Add missing :version tag.
6009 * info.el: No need to require jka-compr when compiling.
6010
6011 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6012
6013 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6014 (gnutls-negotiate): Use it.
6015
6016 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6017
6018 * info.el (Info-beginning-of-buffer): New command.
6019 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6020 announcing `b' as the key (bug#8325).
6021 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
6022
6023 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6024
6025 * international/mule-cmds.el
6026 (describe-specified-language-support): Make the error message
6027 clearer (bug#8905).
6028
6029 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6030
6031 * isearch.el (isearch-barrier): Add a doc string, since it's
6032 mentioned in a function doc string (bug#8678).
6033
6034 2011-07-15 Martin Rudalics <rudalics@gmx.at>
6035
6036 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6037 buffer argument (Bug#9083) and self-identifying label argument.
6038
6039 2011-07-15 Glenn Morris <rgm@gnu.org>
6040
6041 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6042
6043 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6044
6045 * man.el (Man-fontify-manpage): Fix message when formatting the
6046 man page (bug#7929).
6047
6048 2011-07-14 Eli Zaretskii <eliz@gnu.org>
6049
6050 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6051 argument LRM; if non-nil, append an invisible LRM character to the
6052 buffer name.
6053 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6054 last argument non-nil, when formatting buffer names.
6055 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6056 paragraph direction.
6057
6058 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6059
6060 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6061 the man page name (bug#7929).
6062
6063 * image.el (put-image): Mention the `put-image' overlay property
6064 (bug#7834).
6065
6066 * scroll-bar.el (set-scroll-bar-mode): Mention that
6067 `scroll-bar-mode' lists the values (bug#7772).
6068
6069 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6070 command (bug#7729).
6071
6072 * rect.el (apply-on-rectangle): Return the point after the last
6073 operation.
6074 (string-rectangle): Go to the point after the last operation
6075 (bug#7522).
6076
6077 * printing.el (pr-toggle-region): Clarify the documentation
6078 slightly (bug#7493).
6079
6080 * time.el (display-time-update):
6081 Allow `display-time-mail-function' to return nil (bug#7158).
6082 Fix suggested by Detlev Zundel.
6083
6084 * vc/diff.el (diff): Clarify the order the file names are read
6085 (bug#7111).
6086
6087 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6088 the doc string (bug#7015).
6089
6090 * font-lock.el (font-lock-maximum-decoration): Mention what
6091 numeric levels mean (bug#6935).
6092
6093 * startup.el (initial-buffer-choice): Don't mention the `none'
6094 selection, which is against policy.
6095
6096 2011-07-14 Martin Rudalics <rudalics@gmx.at>
6097
6098 * window.el (display-buffer-normalize-special):
6099 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
6100
6101 2011-07-14 Eli Zaretskii <eliz@gnu.org>
6102
6103 * subr.el (version<, version<=, version=): Mention "-CVS" and
6104 "-12345" alpha version numbers.
6105
6106 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
6107
6108 * bindings.el: Add advertised binding for set-mark-command
6109 (Bug#5772).
6110
6111 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
6112
6113 * bindings.el (mode-line-other-buffer):
6114 * bookmark.el (bookmark-bmenu-2-window):
6115 * bs.el (bs-cycle-next, bs-cycle-previous):
6116 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6117 switch-to-buffer.
6118
6119 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6120 Delete.
6121
6122 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
6123
6124 * follow.el (follow-debug-message, follow-redisplay):
6125 * jka-cmpr-hook.el (with-auto-compression-mode):
6126 Fix typos in docstrings.
6127
6128 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6129
6130 * subr.el (with-silent-modifications): Clarify somewhat what the
6131 macro inhibits (bug#6525).
6132
6133 * simple.el (eval-expression): Note what it does if called
6134 interactively (bug#6495).
6135
6136 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
6137
6138 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6139 Use pop-to-buffer buffer-or-name if it is nil.
6140
6141 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6142 Remove switch-to-buffer.
6143
6144 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6145
6146 * files.el (make-directory): Clarify that an error will be raised
6147 if there's an error (bug#6397).
6148
6149 * startup.el (initial-buffer-choice): Add `none' as a choice
6150 (bug#6234).
6151
6152 * subr.el (add-hook): Clarify section about buffer-local hooks
6153 (bug#6218).
6154
6155 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6156
6157 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
6158
6159 * tabify.el (untabify): Preserve the current column so that point
6160 doesn't move (bug#6032).
6161
6162 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6163
6164 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6165 Rewrite to avoid awkward possessive "s" (bug#5986).
6166
6167 2011-07-13 Glenn Morris <rgm@gnu.org>
6168
6169 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6170 (dired-insert-directory): Give a message the first time
6171 if ls is found not to support --dired.
6172
6173 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6174
6175 * simple.el (toggle-truncate-lines): Clarify what is toggled
6176 (bug#5580). Text by Drew Adams.
6177
6178 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
6179
6180 * simple.el (blink-matching-open): Make the error message from the
6181 last change less verbose.
6182
6183 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6184
6185 * font-lock.el (font-lock-comment-face): Use the high contrast
6186 "yellow" color for font-lock-comment-face on low color terminals
6187 using a dark background color (bug#4221).
6188
6189 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6190
6191 * dired.el (dired-insert-set-properties): Make the doc string
6192 reflect what it does now (bug#5325).
6193
6194 * simple.el (blink-matching-open): Say that we were unable to find
6195 the match within the limit, if we're limited (bug#5122).
6196
6197 * international/mule-cmds.el (prefer-coding-system): Add an
6198 example (bug#4869).
6199
6200 * progmodes/etags.el (tags-search): Document `file-list-form'
6201 (bug#4731).
6202
6203 2011-07-13 Lawrence Mitchell <wence@gmx.li>
6204
6205 * net/browse-url.el (browse-url-default-browser)
6206 (browse-url-browser-function): Make the default browser choice a
6207 bit more logical (bug#4300). Also clean up the doc string.
6208
6209 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
6210
6211 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6212 binary endings (bug#4440).
6213
6214 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6215
6216 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6217 which can be pretty annoying (bug#8971).
6218
6219 * jka-compr.el (jka-compr-verbose): New variable, and use
6220 throughout (bug#8971).
6221
6222 * info.el (Info-find-file): Fall back on the installation
6223 directory if we can't find the info node anywhere else.
6224
6225 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6226
6227 * vc/vc.el (vc-revert-file):
6228 Don't set file time-stamp in the past. (Bug#5181)
6229
6230 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6231
6232 * files.el (after-find-file): Give a better error message when
6233 trying to find a symlink that points to a file that doesn't exist
6234 (bug#4398).
6235
6236 * progmodes/cc-vars.el: Remove (probably) misleading comment
6237 (bug#4396).
6238
6239 2011-07-12 Johan Bockgård <bojohan@gnu.org>
6240
6241 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6242
6243 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * mouse-sel.el: Hack restoring functionality, while keeping
6246 compatibility with 2010-07-03 changes to mouse selection.
6247 (mouse-sel-primary-overlay): New var.
6248 (mouse-sel-selection-alist): Use it.
6249 (mouse-sel-mode): Doc fix; remove points that are default features
6250 of mouse.el.
6251
6252 2011-07-12 Johan Bockgård <bojohan@gnu.org>
6253
6254 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6255 Fix previous fix (bug#2490).
6256
6257 2011-07-12 Roland Winkler <winkler@gnu.org>
6258
6259 * textmodes/bibtex.el (bibtex-initialize):
6260 Use pop-to-buffer-same-window.
6261 (bibtex-search-entries): Fix interactive call.
6262
6263 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6264
6265 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6266 Fontise bytecomp Error lines more correctly (bug#2490).
6267 Fix suggested by Johan Bockgård.
6268
6269 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6270
6271 * dired-x.el (dired-guess-default): Use `delete-dups'.
6272
6273 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
6274
6275 * dired.el (dired-mark-prompt):
6276 * dired-aux.el (dired-read-shell-command): Doc fix.
6277
6278 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279
6280 * mail/sendmail.el (sendmail-query-once):
6281 Use `customize-save-variable' unconditionally, now that it works under
6282 emacs -Q.
6283
6284 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6285
6286 * cus-edit.el (custom-file): Take an optional no-error variable.
6287 (customize-save-variable): Set the variable, and give a warning if
6288 running under "emacs -q".
6289
6290 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
6291
6292 * loadhist.el (unload-feature-special-hooks):
6293 Add `auto-coding-functions', `fill-nobreak-predicate' and
6294 `find-directory-functions' (bug#5327).
6295
6296 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6297
6298 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6299
6300 * cus-edit.el (custom-guess-name-alist): -alist variables should
6301 use the `alist' type (bug#3120). Suggested by Drew Adams.
6302
6303 * printing.el: Add documentation to all the `pr-toggle-' commands.
6304
6305 2011-07-11 Leo Liu <sdl.web@gmail.com>
6306
6307 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6308 backends where it makes sense (bug#2623).
6309
6310 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6311
6312 * dired-x.el (dired-guess-default): Remove duplicate shell command
6313 entries (bug#2028).
6314 (dired-guess-default): Fix grammar in doc string (bug#2028).
6315 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
6316
6317 * subr.el (remove-duplicates): New conveniency function.
6318
6319 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6320
6321 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6322 (bug#1526).
6323
6324 2011-07-10 Martin Rudalics <rudalics@gmx.at>
6325
6326 * window.el (display-buffer-normalize-default): Don't invert
6327 meaning of even-window-heights. Reported by Eli Zaretskii
6328 <eliz@gnu.org>.
6329
6330 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6331
6332 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6333
6334 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * window.el (display-buffer): Fix arguments to
6337 display-buffer-reuse-window in last change.
6338
6339 * faces.el (link): Use a less saturated blue on light backgrounds.
6340
6341 * startup.el (fancy-startup-text, fancy-about-text)
6342 (fancy-startup-tail): Use font-lock faces, for background safety.
6343
6344 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6345
6346 * emulation/viper-cmd.el (viper-change-state-to-vi):
6347 Limit triggering of abbrev expansion (Bug#9038).
6348
6349 2011-07-09 Martin Rudalics <rudalics@gmx.at>
6350
6351 * window.el (display-buffer-default-specifiers): Remove.
6352 (display-buffer-macro-specifiers): Remove default specifiers.
6353 (display-buffer-alist): Default to nil.
6354 (display-buffer-reuse-window): New optional argument other-window.
6355 (display-buffer-pop-up-window): Allow splitting internal
6356 windows. Check whether a live window was created.
6357 (display-buffer-other-window-means-other-frame)
6358 (display-buffer-normalize-arguments): Rename to
6359 display-buffer-normalize-argument and rewrite. Set the
6360 other-window specifier.
6361 (display-buffer-normalize-special): New function.
6362 (display-buffer-normalize-options): Rename to
6363 display-buffer-normalize-default and rewrite.
6364 (display-buffer-normalize-options-inhibit): Remove.
6365 (display-buffer-normalize-specifiers): Rewrite.
6366 (display-buffer): Process other-window specifier and call
6367 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6368 more faithfully.
6369 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
6370 (display-buffer-alist-set): Don't handle 'unset default values.
6371 (display-buffer-in-window, display-buffer-alist-set):
6372 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
6373 <tassilo@member.fsf.org>.
6374
6375 2011-07-09 Leo Liu <sdl.web@gmail.com>
6376
6377 * register.el (insert-register): Restore accidental change on
6378 2011-06-26. (Bug#9028)
6379
6380 2011-07-09 Glenn Morris <rgm@gnu.org>
6381
6382 * subr.el (remq): Handle the empty list. (Bug#9024)
6383
6384 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6385
6386 * mail/sendmail.el (send-mail-function): No longer delay custom
6387 initialization.
6388 * custom.el (custom-initialize-delay): Doc fix.
6389
6390 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6393
6394 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
6395
6396 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6397 human-friendly prompt.
6398
6399 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6402 provided by a particular plugin.
6403
6404 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6405
6406 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6407 save customizations (with "emacs -Q"), just set the variable
6408 instead of erroring out.
6409
6410 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6411
6412 2011-07-08 Juri Linkov <juri@jurta.org>
6413
6414 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6415 (archive-zip-update-case): Use 7z if found by `executable-find'.
6416 The order of searching the available programs is the same as in
6417 `archive-zip-extract' (bug#8968).
6418
6419 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
6420
6421 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6422 (menu-bar-options-menu): Tweak descriptions.
6423
6424 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6425
6426 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6427 menu items into verb phrases (bug#1421). Also refill to fit under
6428 80 columns.
6429
6430 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6433 (Info-read-node-name): Doc fix (Bug#1084).
6434
6435 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6436 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6437 (end-of-sexp, beginning-of-sexp)
6438 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6439 (forward-symbol, forward-same-syntax, word-at-point)
6440 (sentence-at-point): Doc fix (Bug#1144).
6441
6442 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6443
6444 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6445 should cover it (bug#1281).
6446
6447 * cus-edit.el (custom-show): Mark as obsolete.
6448
6449 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
6450 negotiation fails, then possibly try again with a non-encrypted
6451 connection (bug#9017).
6452
6453 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6454 be used.
6455
6456 2011-07-07 Richard Stallman <rms@gnu.org>
6457
6458 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6459 property, and handle its changed format.
6460 Look for the correct line number.
6461 Use file's line contents (but not past first =) to find
6462 correct line in message.
6463
6464 2011-07-07 Kenichi Handa <handa@m17n.org>
6465
6466 * international/characters.el (build-unicode-category-table):
6467 Delete it.
6468 (unicode-category-table): Set it by unicode-property-table-internal.
6469
6470 * international/mule-cmds.el (char-code-property-alist): Move to
6471 to src/chartab.c.
6472 (get-char-code-property): Call unicode-property-table-internal to
6473 load a file. Call get-unicode-property-internal where necessary.
6474 (put-char-code-property): Call unicode-property-table-internal to
6475 load a file. Call put-unicode-property-internal where necessary.
6476 put-unicode-property-internal where necessary.
6477 (char-code-property-description):
6478 Call unicode-property-table-internal to load a file.
6479
6480 * international/charprop.el:
6481 * international/uni-bidi.el:
6482 * international/uni-category.el:
6483 * international/uni-combining.el:
6484 * international/uni-comment.el:
6485 * international/uni-decimal.el:
6486 * international/uni-decomposition.el:
6487 * international/uni-digit.el:
6488 * international/uni-lowercase.el:
6489 * international/uni-mirrored.el:
6490 * international/uni-name.el:
6491 * international/uni-numeric.el:
6492 * international/uni-old-name.el:
6493 * international/uni-titlecase.el:
6494 * international/uni-uppercase.el: Regenerate.
6495
6496 * loadup.el: Load international/charprop.el before
6497 international/characters.
6498
6499 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
6500
6501 * window.el (next-buffer, previous-buffer): Signal an error if
6502 called from a minibuffer window.
6503
6504 * bindings.el: Revert 2011-07-04 change.
6505
6506 2011-07-06 Richard Stallman <rms@gnu.org>
6507
6508 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6509 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6510 Treat markers like ints.
6511 (rmail-mime-entity): Doc fix.
6512
6513 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6514
6515 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6516 defcustom again for backwards compatibility.
6517
6518 * simple.el (shell-command-on-region): Fill.
6519
6520 * dired-aux.el (dired-kill-line): Add a doc string.
6521
6522 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6523 to "\\sw\\|\\s_" (bug#358).
6524
6525 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6526 (dired-unmark-backward): Ditto.
6527 (dired-flag-backup-files): Ditto.
6528
6529 * dired-x.el (dired-mark-sexp): Ditto.
6530
6531 2011-07-06 Richard Stallman <rms@gnu.org>
6532
6533 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6534 (rmail-mime-entity): New arg TRUNCATED.
6535 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6536 New functions.
6537 (rmail-mime-save): Warn if entity is truncated.
6538 (rmail-mime-toggle-hidden): Likewise, for showing.
6539 (rmail-mime-process-multipart): Record when an entity is truncated.
6540
6541 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6542 if ENTITY is a string.
6543
6544 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6545
6546 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
6547 of faces when `M-C-x'-ing their definitions (bug#8378).
6548 Also clean up the code slightly.
6549
6550 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
6551 because that makes the colors go away.
6552
6553 * mail/sendmail.el (send-mail-function): Change the default to
6554 `sendmail-query-once'.
6555 (sendmail-query-once): Add an autoload cookie.
6556
6557 * net/network-stream.el (network-stream-open-starttls): Try using
6558 a plain connection even if the server offered STARTTLS, and we
6559 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6560 capability. This should make smtpmail.el work in slightly more
6561 configurations.
6562
6563 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
6564
6565 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6566 New defun.
6567 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6568
6569 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6570
6571 * progmodes/sql.el: Version 3.0
6572 (sql-product-alist): Add product :completion-object,
6573 :completion-column, and :statement attributes.
6574 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
6575 (sql-mode-syntax-table): Mark all punctuation.
6576 (sql-font-lock-keywords-builder): Temporarily remove fallback on
6577 ansi keywords.
6578 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
6579 (sql-mode-oracle-font-lock-keywords): Improve.
6580 (sql-oracle-show-reserved-words): New function for development.
6581 (sql-product-font-lock): Simplify for source code buffers.
6582 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6583 New functions.
6584 (sql-highlight-product): Set product specific syntax table.
6585 (sql-mode-map): Add statement movement functions.
6586 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6587 New variable.
6588 (sql-statement-regexp, sql-beginning-of-statement)
6589 (sql-end-of-statement, sql-signum): New functions.
6590 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
6591 (sql-show-sqli-buffer): Bug fix.
6592 (sql-interactive-mode): Store connection data as buffer local.
6593 (sql-connect): Add NEW-NAME parameter. Redesign interaction
6594 with sql-interactive-mode.
6595 (sql-save-connection): Save buffer local settings.
6596 (sql-connection-menu-filter): Change menu entry name.
6597 (sql-product-interactive): Bug fix.
6598 (sql-preoutput-hold): New variable.
6599 (sql-interactive-remove-continuation-prompt): Bug fixes.
6600 (sql-debug-redirect): New variable.
6601 (sql-str-literal): New function.
6602 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
6603 Redesign.
6604 (sql-oracle-save-settings, sql-oracle-restore-settings)
6605 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6606 (sql-completion-object, sql-completion-column)
6607 (sql-completion-sqlbuf): New variables.
6608 (sql-build-completions-1, sql-build-completions)
6609 (sql-try-completion): New functions.
6610 (sql-read-table-name): Use them.
6611 (sql-contains-names): New buffer local variable.
6612 (sql-list-all, sql-list-table): Use it.
6613 (sql-oracle-completion-types): New variable.
6614 (sql-oracle-completion-object, sql-sqlite-completion-object)
6615 (sql-postgres-completion-object): New functions.
6616
6617 2011-07-06 Glenn Morris <rgm@gnu.org>
6618
6619 * window.el (pop-to-buffer): Doc fix.
6620
6621 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
6622
6623 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6624
6625 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
6626
6627 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6628
6629 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
6630
6631 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * button.el (button): Inherit from link face. Suggested by Dan
6634 Nicolaescu.
6635
6636 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6637
6638 * progmodes/gdb-mi.el: Fit in 80 columns.
6639 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6640 switch-to-buffer.
6641
6642 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6643 if imenu is simply not configured (bug#8941).
6644
6645 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6646
6647 * allout.el (allout-post-undo-hook): New allout outline-change
6648 event hook to signal undo activity.
6649 (allout-post-command-business): Run allout-post-undo-hook if an
6650 undo just occurred.
6651 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6652 * allout-widgets.el (allout-widgets-after-undo-function):
6653 Ensure the integrity of the current item's decoration after it has been
6654 in the vicinity of an undo.
6655 (allout-widgets-mode): Include allout-widgets-after-undo-function
6656 on the new allout-post-undo-hook.
6657
6658 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6661 Let define-derived-mode define it.
6662 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6663 cycles of abbrev-table inheritance (bug#8998).
6664
6665 2011-07-05 Roland Winkler <winkler@gnu.org>
6666
6667 * textmodes/bibtex.el: Add support for biblatex.
6668 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6669 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6670 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6671 (bibtex-entry-alist, bibtex-field-alist): New variables.
6672 (bibtex-entry-field-alist): Obsolete alias for
6673 bibtex-BibTeX-entry-alist.
6674 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6675 (bibtex-set-dialect): New command.
6676 (bibtex-entry-type, bibtex-entry-head)
6677 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6678 Bind via bibtex-set-dialect.
6679 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6680 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6681 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6682 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6683 Define via bibtex-set-dialect.
6684 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6685 Obey bibtex-no-opt-remove-re.
6686 (bibtex-vec-push, bibtex-vec-incr): New functions.
6687 (bibtex-format-entry, bibtex-field-list)
6688 (bibtex-print-help-message, bibtex-validate)
6689 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6690
6691 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * progmodes/compile.el (compilation-goto-locus):
6694 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6695 * bs.el (bs-cycle-next, bs-cycle-previous):
6696 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6697 * bindings.el (mode-line-other-buffer):
6698 * autoinsert.el (auto-insert):
6699 * arc-mode.el (archive-extract):
6700 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6701
6702 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
6703
6704 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6705 Fix check of `emacs-lock-unlockable-modes'.
6706 Coerce true values of `emacs-lock--try-unlocking' to t.
6707
6708 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6711 * emacs-lock.el: New file.
6712
6713 2011-07-05 Julien Danjou <julien@danjou.info>
6714
6715 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6716 than `boundp' to check if face is set.
6717
6718 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
6719
6720 * register.el (registerv-make):
6721 * window.el (window-min-height): Fix typos in docstrings.
6722
6723 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6724
6725 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6726 Update doc string.
6727
6728 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
6729
6730 * server.el (server-execute): Catch quit and call
6731 `server-return-error' to pass the error back to emacsclient and
6732 close the connection (bug#8942).
6733
6734 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6735
6736 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6737 insecure exception for current topic. Also note that auto-saves
6738 are handled differently.
6739
6740 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6741 State variables for tracking auto-save inhibition situation.
6742
6743 (allout-write-contents-hook-handler): Rename from
6744 'allout-write-file-hook-handler', and describe how it depends on
6745 write-contents-functions sensitivity to non-nil value to prevent
6746 file write.
6747
6748 (allout-auto-save-hook-handler): Remove. auto-save does not check
6749 this in individual buffers, only in the starting buffer, so this
6750 is not the right way for us to inhibit auto-save in a buffer
6751 according to its condition.
6752
6753 (allout-mode): Use new allout-write-contents-hook-handler, and
6754 only with write-contents-functions. Remove auto-save provisions -
6755 they're implemented elsewhere.
6756
6757 (allout-before-change-handler): If undo is in progress, note that
6758 for attention of allout-post-command-business.
6759
6760 (allout-post-command-business): If the command we're following was
6761 an undo, check for change in the status of encrypted items and
6762 adjust auto-save inhibitions accordingly.
6763
6764 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6765 according to whether there are or aren't any plain-text topics
6766 pending encryption.
6767
6768 (allout-inhibit-auto-save-info-for-decryption):
6769 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6770 if there are plain-text topics pending encryption.
6771
6772 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6773 buffer-saved-size and some allout state to not inhibit auto-saves
6774 if there are no longer any plain-text topics pending encryption.
6775
6776 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6777 No longer provide for exemption of the current topic.
6778
6779 2011-07-04 Juri Linkov <juri@jurta.org>
6780
6781 Add 7z operations to delete and save changed members (bug#8968).
6782 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6783 New defcustoms.
6784 (archive-7z-write-file-member): New function.
6785 (archive-7z-summarize): Fix the number of dashes in the
6786 listing output.
6787
6788 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6791 (bug#8958).
6792
6793 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
6794
6795 * bindings.el: Ignore next-buffer and previous-buffer in
6796 minibuffer-local-map.
6797
6798 * font-lock.el (font-lock-builtin-face): Change light background
6799 color to dark slate blue (Bug#6693).
6800
6801 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6802
6803 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6804
6805 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6806
6807 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6808 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6809 Add switch-to-buffer.
6810
6811 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6812
6813 * isearch.el (isearch-search-fun-function): Clarify further the
6814 meaning of the function returned.
6815
6816 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
6817
6818 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6819
6820 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6821 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6822 Use it.
6823 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6824 `tramp-default-remote-path' does not exist.
6825 (tramp-send-command-and-read): New optional argument NOERROR.
6826 (tramp-open-connection-setup-interactive-shell)
6827 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6828 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6829 (tramp-process-sentinel): Flush also process' connection property.
6830 (tramp-sh-handle-start-file-process): Do not set process
6831 sentinel. It is done now ...
6832 (tramp-maybe-open-connection): ... here. (Bug#8929)
6833
6834 2011-07-04 MON KEY <monkey@sandpframing.com>
6835
6836 * play/animate.el (animate-string): Doc fixes and allow changing
6837 the buffer name (bug#5417).
6838
6839 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6840
6841 * play/animate.el (animation-buffer-name): Rename from *animate*.
6842
6843 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6844
6845 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6846 This is simpler and helps future-proof the code.
6847 (timer-until): Use time-subtract and float-time.
6848 (timer--time-less-p): Use time-less-p.
6849
6850 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
6851
6852 * type-break.el (timep): Use the value of `float-time' to avoid a
6853 byte-compiler warning.
6854
6855 * server.el (server-eval-and-print): Return any result, even nil.
6856
6857 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6858
6859 * type-break.el: Accept time formats that the builtins accept.
6860 (timep, type-break-time-difference): Accept any format that
6861 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6862 This is simpler and helps future-proof the code.
6863 (type-break-time-difference): Round rather than ignoring
6864 subseconds components.
6865
6866 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6867
6868 * info.el (Info-apropos-matches): Make non-interactive, since it
6869 doesn't seem to do anything useful as a command (bug#8829).
6870
6871 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
6872
6873 * frame.el (frame-background-mode, frame-set-background-mode):
6874 Move from faces.el.
6875 (frame-default-terminal-background): New function.
6876
6877 * custom.el (custom-push-theme): Don't record faces in `changed'
6878 theme; this doesn't work correctly for per-frame face settings.
6879 (disable-theme): Use face-set-after-frame-default to reset faces.
6880 (custom--frame-color-default): New function.
6881
6882 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6883
6884 * dired.el (dired-flagging-regexp): Remove unused variable
6885 (bug#8769).
6886
6887 2011-03-29 Kevin Ryde <user42@zip.com.au>
6888
6889 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6890 `perl-Test2' extend to match possible "fail #N" rep count
6891 (bug#8377).
6892
6893 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6894
6895 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6896 `smtpmail-via-smtp' now returns the error instead of nil.
6897
6898 * isearch.el (isearch-search-fun-function): Clarify the doc string
6899 (bug#8101).
6900
6901 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
6902
6903 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6904 unnecessary spaces (bug#8987).
6905
6906 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6907
6908 * net/network-stream.el (open-network-stream): Use the
6909 :end-of-capability command thoughout.
6910
6911 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6912
6913 * net/network-stream.el (open-network-stream): Add the
6914 :end-of-capability command parameter, used by pop3.el.
6915
6916 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6917
6918 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6919
6920 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6921 for list)" (bug#6475).
6922
6923 * files.el (file-expand-wildcards): Ignore non-readable
6924 sub-directories while trying to find matches instead of signaling
6925 an error (bug#6297).
6926
6927 * man.el (Man-reference-regexp): Allow matching possible
6928 word-wrapped references (bug#6289).
6929
6930 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6931 for consistency with the other vc buffers (bug#6197).
6932 (vc-checkin): Ditto.
6933
6934 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6935
6936 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
6937
6938 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6939
6940 * custom.el (defcustom): Clarify that :set is only used in the
6941 Customize user interface (bug#6089).
6942
6943 * progmodes/flymake.el (flymake-mode): If the buffer isn't
6944 associated with a file, refuse to run instead of erroring out
6945 (bug#6084).
6946
6947 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
6948 the doc string, since it appears that using `fill-column' always
6949 controls the width (bug#7845).
6950
6951 * simple.el (shell-command-on-region): Say where the error output
6952 went if `shell-command-default-error-buffer' is set (bug#6857).
6953
6954 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
6955
6956 * allout.el (allout-yank-processing): Adjust cursor position for
6957 backwards-deleted space.
6958
6959 (allout-rebullet-heading): Register changes with
6960 allout-exposure-changed-hook, so the modified topic is properly
6961 decorated.
6962
6963 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6964
6965 * minibuffer.el (completion-in-region): Document PREDICATE
6966 (bug#7136).
6967
6968 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
6969 of keyword/argument pairs (bug#6904).
6970
6971 * replace.el (multi-occur):
6972 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
6973
6974 2011-07-02 Drew Adams <drew.adams@oracle.com>
6975
6976 * dired.el (dired-mark-if): Make the message about whether it's
6977 marking or unmarking clearer (bug#8523).
6978
6979 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6980
6981 * disp-table.el (display-table-print-array): New function.
6982 (describe-display-table): Use it to print the vectors more pretty
6983 (Bug#8859).
6984
6985 2011-07-02 Martin Rudalics <rudalics@gmx.at>
6986
6987 * window.el (window-state-get-1): Don't assign clone numbers.
6988 Add clone-of item to list of window parameters.
6989 (window-state-put-2): Don't process clone numbers.
6990 (display-buffer-alist): Fix doc-string.
6991
6992 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * subr.el (remq): Don't allocate if it's not needed.
6995 (keymap--menu-item-binding, keymap--menu-item-with-binding)
6996 (keymap--merge-bindings): New functions.
6997 (keymap-canonicalize): Use them to refine the canonicalization.
6998 * minibuffer.el (minibuffer-local-completion-map)
6999 (minibuffer-local-must-match-map): Move initialization from C.
7000 (minibuffer-local-filename-completion-map): Move initialization from C;
7001 don't inherit from anything here.
7002 (minibuffer-local-filename-must-match-map): Make obsolete.
7003 (completing-read-default): Use make-composed-keymap to combine
7004 minibuffer-local-filename-completion-map with either
7005 minibuffer-local-must-match-map or
7006 minibuffer-local-filename-completion-map.
7007
7008 2011-07-01 Glenn Morris <rgm@gnu.org>
7009
7010 * type-break.el (type-break-time-sum): Use dolist.
7011
7012 * textmodes/flyspell.el (flyspell-word-search-backward):
7013 Replace CL function.
7014
7015 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * mouse.el (mouse--strip-first-event): New function.
7018 (function-key-map): Use it to map fringe clicks to normal clicks
7019 by default.
7020
7021 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7022 (vc-bzr-revision-completion-table): Add support for annotate and date.
7023
7024 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7025 inherit from parent.
7026
7027 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7028
7029 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
7030 (dired-show-file-type): Doc fixup (bug#8818).
7031
7032 * dired.el (dired-mode): Fix up the doc string as suggested by
7033 Drew Adams (bug#8817).
7034
7035 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7036 cookie, since the manual says that it should be possible to add
7037 this function to `find-file-hook' (bug#8709).
7038
7039 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7040
7041 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7042 here. Noted Ted Zlatanov as the maintainer.
7043 (cfengine-common-settings, cfengine-common-syntax): New functions
7044 to set up common things between `cfengine-mode' and
7045 `cfengine3-mode'.
7046 (cfengine3-mode): New mode.
7047 (cfengine3-defuns cfengine3-defuns-regex
7048 (cfengine3-class-selector-regex cfengine3-category-regex)
7049 (cfengine3-vartypes cfengine3-font-lock-keywords)
7050 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
7051 (cfengine3-indent-line): Add from cfengine3.el.
7052
7053 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
7054
7055 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7056
7057 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7058
7059 2011-07-01 Martin Rudalics <rudalics@gmx.at>
7060
7061 * window.el (same-window-buffer-names, same-window-regexps)
7062 (same-window-p, special-display-frame-alist)
7063 (special-display-popup-frame, special-display-function)
7064 (special-display-buffer-names, special-display-regexps)
7065 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7066 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7067 (split-window-preferred-function, split-height-threshold)
7068 (split-width-threshold, even-window-heights)
7069 (display-buffer-mark-dedicated, window-splittable-p)
7070 (split-window-sensibly, window-safely-shrinkable-p):
7071 Un-obsolete.
7072 (display-buffer): Don't spread args with function specifier
7073 because special-display-popup-frame won't like it.
7074
7075 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7076
7077 Time-stamp simplifications and fixes.
7078 These improve accuracy slightly, and future-proof the code
7079 against some potential changes to current-time format.
7080
7081 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7082 by using time-since and float-time.
7083
7084 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7085 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7086 + NNN microseconds".
7087
7088 * type-break.el (type-break-time-sum): Rewrite using time-add.
7089
7090 * play/hanoi.el (hanoi-current-time-float): Remove.
7091 All uses replaced by float-time.
7092
7093 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7094 This yields a more-accurate answer.
7095 (rng-time-to-float): Remove; no longer needed.
7096
7097 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7098
7099 * calendar/timeclock.el (timeclock-seconds-to-time):
7100 Defalias to seconds-to-time, since they're the same thing.
7101
7102 * emacs-lisp/elp.el (elp-elapsed-time):
7103 * emacs-lisp/benchmark.el (benchmark-elapse):
7104 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7105
7106 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7107
7108 * window.el (bury-buffer): Don't iconify the only frame.
7109 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7110 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7111
7112 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
7113
7114 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7115 Add mouse-yank-primary.
7116
7117 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7118
7119 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7120
7121 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7124 (find-library-name): Use it to find relative load names when provided
7125 absolute file name (bug#8803).
7126
7127 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7128
7129 * textmodes/flyspell.el (flyspell-word): Consider words that
7130 differ only in case as potential doublons (bug#5687).
7131
7132 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7133 Remove two rather uninteresting debugging-like messages to make
7134 debbugs.el more silent.
7135
7136 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7137 a password-like phrase.
7138
7139 2011-06-30 Masatake YAMATO <yamato@redhat.com>
7140
7141 * progmodes/cc-guess.el: New file.
7142
7143 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
7144
7145 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7146 derived from `c-basic-common-init'.
7147
7148 * progmodes/cc-mode.el (top-level): Require cc-guess.
7149 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7150
7151 2011-06-30 Lawrence Mitchell <wence@gmx.li>
7152
7153 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7154
7155 2011-06-30 Alan Mackenzie <acm@muc.de>
7156
7157 * progmodes/cc-engine.el (c-guess-continued-construct):
7158 Correct the handling of template-args-cont, particularly for when font
7159 lock is disabled. Name this case as "CASE G".
7160
7161 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7162
7163 * allout.el (allout-yank-processing): Fix injection of extra space
7164 between bullet and non-whitespace character in first topic when
7165 pasting, ensuring that the actual spacing in the pasted topic
7166 following the bullet char is preserved. This extra space was
7167 causing pasted encrypted topics to get a decrypted status even
7168 when the content was actually still encrypted. Now the decryption
7169 status from before the paste is preserved.
7170
7171 (allout-flag-region): Set all allout overlays so they evaporate
7172 when reduced to zero length (evanescent), to prevent overlay
7173 leakage.
7174
7175 2011-06-30 Glenn Morris <rgm@gnu.org>
7176
7177 * w32-fns.el (w32-charset-info-alist): Declare.
7178
7179 * find-dired.el (find-grep-options): Simplify.
7180
7181 * term/ns-win.el (ns-set-resource): Declare.
7182
7183 * ses.el (row, col): Declare dynamic variables honestly.
7184
7185 * textmodes/reftex-parse.el (index-tags): Declare.
7186
7187 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
7188
7189 * cus-edit.el (customize-push-and-save): New function.
7190
7191 * files.el (hack-local-variables-confirm): Use it.
7192
7193 * custom.el (load-theme): New arg NO-CONFIRM.
7194 Use customize-push-and-save (Bug#8720).
7195 (custom-enabled-themes): Doc fix.
7196
7197 * cus-theme.el (customize-create-theme)
7198 (custom-theme-merge-theme): Callers to load-theme changed.
7199
7200 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7201
7202 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7203 short URLs have at least one dot in them (bug #7614).
7204
7205 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7206 nil, because using a pty is apparently too slow (bug #895).
7207
7208 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7209
7210 * mail/sendmail.el (sendmail-query-once): New function.
7211 (sendmail-query-once-function): New variable.
7212
7213 2011-06-29 Glenn Morris <rgm@gnu.org>
7214
7215 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7216
7217 * ses.el (top-level): Require cl when compiling.
7218 (ses-set-localvars): Fix error statement.
7219 Call it at compile time to silence a storm of warnings.
7220
7221 2011-06-29 Martin Rudalics <rudalics@gmx.at>
7222
7223 * window.el (normalize-live-buffer): Rename to
7224 window-normalize-buffer.
7225 (normalize-live-frame): Rename to window-normalize-frame.
7226 (normalize-any-window): Rename to window-normalize-any-window.
7227 (normalize-live-window): Rename to window-normalize-live-window.
7228 (make-window-atom): Rename to window-make-atom.
7229 (window-resize-reset): Rename to window--resize-reset.
7230 (window-resize-reset-1): Rename to window--resize-reset-1.
7231 (resize-mini-window): Rename to window--resize-mini-window.
7232 (resize-subwindows-skip-p): Rename to
7233 window--resize-subwindows-skip-p.
7234 (resize-subwindows-normal): Rename to
7235 window--resize-subwindows-normal.
7236 (resize-subwindows): Rename to window--resize-subwindows.
7237 (resize-other-windows): Rename to window--resize-siblings.
7238 (resize-this-window): Rename to window--resize-this-window.
7239 (resize-root-window): Rename to window--resize-root-window.
7240 (resize-root-window-vertically): Rename to
7241 window--resize-root-window-vertically.
7242 (normalize-buffer-to-display): Rename to
7243 window-normalize-buffer-to-display.
7244 (normalize-buffer-to-switch-to): Rename to
7245 window-normalize-buffer-to-switch-to.
7246 Correspondingly update all callers of the functions listed
7247 above.
7248 (display-buffer-alist, display-buffer-normalize-arguments)
7249 (display-buffer-normalize-options, display-buffer)
7250 (display-buffer-alist-set): Use "function" instead of
7251 "fun-with-args".
7252
7253 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7256 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7257 debbugs.gnu.org. Mention acknowledgment email.
7258
7259 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7260
7261 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7262 buffer multibyteness, since it shouldn't matter.
7263
7264 2011-06-28 Martin Rudalics <rudalics@gmx.at>
7265
7266 * window.el (display-buffer-in-side-window): Handle dedicated
7267 windows as in display-buffer-reuse-window.
7268 (display-buffer-normalize-alist): Use value of override
7269 specifier.
7270 (display-buffer-normalize-specifiers): Use value of
7271 other-window-means-other-frame specifier.
7272 (display-buffer-alist): Rewrite some texts in widgets.
7273 (display-buffer): Spread arguments when calling function
7274 specified by fun-with-args.
7275
7276 2011-06-28 Deniz Dogan <deniz@dogan.se>
7277
7278 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7279 Unnest `let'.
7280
7281 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7282 selectors (Bug#5732).
7283 (css-proprietary-nmstart-re): Use `regexp-opt'.
7284
7285 2011-06-27 Jari Aalto <jari.aalto@cante.net>
7286
7287 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7288 (eshell-ls-date-format): New defcustom.
7289 (eshell-ls-file): Use it.
7290
7291 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7294
7295 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7296
7297 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7298 (ange-ftp-make-tmp-name): New arg.
7299 (ange-ftp-file-local-copy): Use it.
7300
7301 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
7302
7303 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7304 no-conversion (Bug#8870).
7305
7306 2011-06-27 Martin Rudalics <rudalics@gmx.at>
7307
7308 * window.el (window-right, window-left, window-child)
7309 (window-child-count, window-last-child)
7310 (window-iso-combination-p, walk-window-tree-1)
7311 (window-atom-check-1, window-tree-1, delete-window)
7312 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7313 new naming conventions - window-vchild, window-hchild,
7314 window-next and window-prev are now called window-top-child,
7315 window-left-child, window-next-sibling and window-prev-sibling
7316 respectively.
7317 (resize-window-reset): Rename to window-resize-reset.
7318 (resize-window-reset-1): Rename to window-resize-reset-1.
7319 (resize-window): Rename to window-resize.
7320 (window-min-height, window-min-width)
7321 (resize-mini-window, resize-this-window, resize-root-window)
7322 (resize-root-window-vertically, adjust-window-trailing-edge)
7323 (enlarge-window, shrink-window, maximize-window)
7324 (minimize-window, delete-window, quit-restore-window)
7325 (split-window, balance-windows, balance-windows-area-adjust)
7326 (balance-windows-area, window-state-put-2)
7327 (display-buffer-even-window-sizes, display-buffer-set-height)
7328 (display-buffer-set-width, set-window-text-height)
7329 (fit-window-to-buffer): Rename all "resize-window" prefixed
7330 calls to use the "window-resize" prefix convention.
7331 (display-buffer-alist): Fix symbol for label specifier.
7332 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7333 corresponding specifier.
7334 Reported by Juanma Barranquero <lekktu@gmail.com>.
7335
7336 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7337
7338 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7339 convention.
7340 (ses-call-printer): Does not pass an empty string to formatter when the
7341 cell is empty to keep from barking printer Calc math-format-value.
7342
7343 2011-06-27 Richard Stallman <rms@gnu.org>
7344
7345 * battery.el (battery-mode-line-limit): New variable.
7346 (battery-update): Handle it.
7347
7348 * mail/rmailmm.el (rmail-mime-process-multipart):
7349 Handle truncated messages.
7350
7351 2011-06-27 Glenn Morris <rgm@gnu.org>
7352
7353 * progmodes/flymake.el (flymake-err-line-patterns):
7354 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7355
7356 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7357
7358 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
7359 (ses--clean-!, ses--clean-_): New functions.
7360 (ses-range): Add configurability of readout order, and conversion
7361 to Calc vector.
7362
7363 * ses.el (ses-repair-cell-reference-all): New function.
7364 (ses-cell-symbol): Set macro as safe, so that it can be used in
7365 formulas.
7366
7367 * ses.el: Update cycle detection algorithm.
7368 (ses-localvars): Add ses--Dijkstra-attempt-nb and
7369 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
7370 (ses-set-localvars): New function.
7371 (ses-make-cell): Add property-list as a cell element.
7372 (ses-cell-property-get-fun, ses-cell-property-get)
7373 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
7374 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7375 New functions.
7376 (ses-cell-property-set, ses-cell-property-pop)
7377 (ses-cell-property-get-handle): New macro.
7378 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7379 New aliases, used for code readability.
7380 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7381 cycle detection.
7382 (ses-self-reference-early-detection): New defcustom.
7383 (ses-formula-references): Robustify against self-referring cells.
7384 (ses-mode): Use ses-set-localvars.
7385 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7386 before lauching the update processing.
7387 (ses-initialize-Dijkstra-attempt): New function.
7388 (ses-recalculate-cell): Update for cycle detection based on
7389 Dijkstra algorithm.
7390
7391 * ses.el: Fix commenting and indenting convention.
7392
7393 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * bs.el (bs-cycle-next): Complete last change.
7396
7397 2011-06-27 Drew Adams <drew.adams@oracle.com>
7398
7399 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7400
7401 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7402
7403 * net/network-stream.el (network-stream-open-starttls):
7404 Don't re-get capabilities unless we've reestablished connection.
7405 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7406
7407 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7408 to binary to possibly avoid line encoding issues on Windows (among
7409 other things).
7410
7411 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7412
7413 * net/network-stream.el (open-network-stream): Return an :error
7414 saying what the problem was, if possible.
7415
7416 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7417 server.
7418
7419 * net/network-stream.el (network-stream-open-starttls): If we
7420 wanted to use STARTTLS, and the server offered it, but we weren't
7421 able to because we had no STARTTLS support, then close the connection.
7422 (open-network-stream): Return an :error element, if present.
7423
7424 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
7425
7426 * hl-line.el (hl-line-sticky-flag): Doc fix.
7427 (global-hl-line-sticky-flag): New option (Bug#8323).
7428 (global-hl-line-highlight): Obey it.
7429
7430 * vc/vc.el (vc-revert-show-diff): Default to t.
7431
7432 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7433
7434 * allout-widgets.el (allout-widgets-post-command-business):
7435 Stop decorating intermediate isearch matches. They're not being
7436 undecorated when an isearch is continued past, and isearch
7437 automatically collapses them. This leads to "widget leaks", where
7438 decorated items accumulate in collapsed areas. Lines with lots of
7439 hidden widgets can slow down cursor travel, substantially.
7440 Too much complicated machinery would be needed to ensure undecoration,
7441 so we're doing without this nicety.
7442
7443 (allout-widgets-tally-string): Don't try to do a hash-table-count
7444 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7445 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7446 *Messages* when allout-widgets-maintain-tally is t.
7447
7448 2011-06-26 Martin Rudalics <rudalics@gmx.at>
7449
7450 * window.el (display-buffer-normalize-argument): Rename to
7451 display-buffer-normalize-arguments. Handle special meaning of
7452 LABEL argument. Respect special-display-function when popping up
7453 a new frame. Fix code searching for a window showing the buffer
7454 on another frame.
7455 (display-buffer-normalize-specifiers):
7456 Call display-buffer-normalize-arguments.
7457 (display-buffer-in-window): Don't undedicate the window if its
7458 buffer remains the same.
7459 Reported by Drew Adams <drew.adams@oracle.com>.
7460 (display-buffer-alist): Add choice for same-window macro
7461 specfier.
7462 (display-buffer): Mention special meaning of LABEL argument in
7463 doc-string. Fix quoting. Don't pop up a new frame even as
7464 fallback.
7465
7466 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
7467
7468 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7469 avoid deleting the current window in some cases (bug#8911).
7470
7471 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7472
7473 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7474 (Bug#8934)
7475
7476 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7477
7478 * net/network-stream.el (network-stream-open-starttls):
7479 Use built-in TLS support if `gnutls-available-p' is true.
7480 (network-stream-open-tls): Ditto.
7481
7482 2011-06-26 Leo Liu <sdl.web@gmail.com>
7483
7484 * register.el (registerv): New struct.
7485 (registerv-make): New function.
7486 (jump-to-register, describe-register-1, insert-register):
7487 Support the jump-func, print-func and insert-func slot of a registerv
7488 struct. (Bug#8415)
7489
7490 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
7491
7492 * vc/vc.el (vc-revert-show-diff): New defcustom.
7493 (vc-diff-internal): New arg specifying diff buffer.
7494 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7495 reuse an existing *vc-diff* buffer (Bug#8927).
7496
7497 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7498
7499 2011-06-26 Glenn Morris <rgm@gnu.org>
7500
7501 * progmodes/f90.el (f90-critical-indent): New option.
7502 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7503 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7504 (f90-mode): Doc fix.
7505 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7506 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7507 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7508 (f90-match-end): Handle block, critical.
7509
7510 2011-06-25 Glenn Morris <rgm@gnu.org>
7511
7512 * calendar/diary-lib.el (diary-included-files): Doc fix.
7513 (diary-include-files): New function, extracted from
7514 diary-include-other-diary-files and diary-mark-included-diary-files.
7515 (diary-include-other-diary-files, diary-mark-included-diary-files):
7516 Just call diary-include-files.
7517 (diary-mark-entries): Reset diary-included-files on first call.
7518
7519 * calendar/diary-lib.el (diary-mark-entries)
7520 (diary-mark-included-diary-files):
7521 Visit included diary-files in temp buffers.
7522
7523 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7524 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7525 (f90-start-block-re, f90-imenu-generic-expression)
7526 (f90-looking-at-program-block-start, f90-no-block-limit):
7527 Add support for submodules.
7528
7529 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7530 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
7531
7532 2011-06-25 Eli Zaretskii <eliz@gnu.org>
7533
7534 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7535 buffer-file-type before setting its value, to avoid disastrous
7536 global effects on decoding files for DOS/Windows systems. (Bug#8780)
7537
7538 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
7539
7540 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7541
7542 * ses.el (ses-unload-function):
7543 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7544
7545 * proced.el (proced-unload-function):
7546 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7547
7548 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7549
7550 * server.el (server-create-window-system-frame): Add parameters arg.
7551 (server-process-filter): Doc fix. Handle frame-parameters.
7552
7553 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
7554
7555 Fix bug#8730, bug#8781.
7556
7557 * loadhist.el (unload--set-major-mode): New function.
7558 (unload-feature): Use it.
7559
7560 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7561 (python-unload-function): New function.
7562
7563 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7566
7567 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7568
7569 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7570 the candidates list.
7571
7572 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
7573
7574 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7575
7576 2011-06-23 Richard Stallman <rms@gnu.org>
7577
7578 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7579 (rmail-variables): Set next-error-move-function.
7580 (rmail-what-message): Take argument POS.
7581 (rmail-next-error-move): New function.
7582
7583 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7584
7585 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7586 messages for adjacent non-terminals.
7587
7588 2011-06-23 Richard Stallman <rms@gnu.org>
7589
7590 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
7591 (rmail-show-message-1): Preserve buffer modified flag.
7592 (rmail-start-mail): Don't specify use of rmail-mail-return;
7593 that's done by mail-bury now.
7594 (rmail-mail-return): Handle arg NEWBUF.
7595
7596 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
7597
7598 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7599 SIZE is a number.
7600
7601 2011-06-23 Martin Rudalics <rudalics@gmx.at>
7602
7603 * window.el (get-lru-window, get-mru-window)
7604 (get-largest-window): Never return a minibuffer window.
7605 (display-buffer-pop-up-window): Fix a bug that could lead to
7606 reusing the minibuffer window.
7607 (display-buffer): Pass original specifier argument to
7608 display-buffer-function instead of the normalized one.
7609 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7610
7611 2011-06-22 Leo Liu <sdl.web@gmail.com>
7612
7613 * minibuffer.el (completing-read-function)
7614 (completing-read-default): Move from minibuf.c
7615
7616 2011-06-22 Richard Stallman <rms@gnu.org>
7617
7618 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7619 to Rmail even if not started by a special Rmail command.
7620
7621 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7622 Copy the buffer currently showing just one message.
7623
7624 2011-06-22 Roland Winkler <winkler@gnu.org>
7625
7626 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7627 (bibtex-clean-entry): First delete the old key so that a
7628 customized algorithm for generating the new key does not get
7629 confused by the old key.
7630 (bibtex-url): Obey regexp of first step.
7631 (bibtex-search-entries): Do not use add-to-list with local
7632 list-var.
7633
7634 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7635
7636 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7637 stored a user name, then query for the password first, instead of
7638 waiting for SMTP to give an error message and the trying again.
7639
7640 2011-06-22 Lawrence Mitchell <wence@gmx.li>
7641
7642 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7643 BUFFER in call-process.
7644
7645 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7646
7647 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7648 QUIT twice.
7649 (smtpmail-try-auth-methods): Require user name and password from
7650 auth-source.
7651
7652 2011-06-22 Martin Rudalics <rudalics@gmx.at>
7653
7654 * window.el (display-buffer-default-specifiers)
7655 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7656 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7657 (split-window): Normalize SIDE argument (Bug#8916).
7658
7659 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7660 (special-display-frame-alist, special-display-popup-frame):
7661 Remove duplicate declarations. These are now in window.el.
7662
7663 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7664
7665 * mail/smtpmail.el (smtpmail-via-smtp):
7666 Set :use-starttls-if-possible so that we always use STARTTLS if the
7667 server supports it. SMTP servers that support STARTTLS commonly
7668 require it.
7669
7670 * net/network-stream.el (network-stream-open-starttls): Support
7671 upgrading to STARTTLS always, even if we don't have built-in support.
7672 (open-network-stream): Add the :always-query-capabilities keyword.
7673
7674 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7675 upgrades with `open-network-stream', and rely solely on
7676 auth-source for all credentials. Big changes throughout the file,
7677 but in particular:
7678 (smtpmail-auth-credentials): Remove.
7679 (smtpmail-starttls-credentials): Remove.
7680 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7681 MAIL FROM, too.
7682
7683 * net/network-stream.el (network-stream-open-starttls):
7684 Provide support for client certificates both for external and built-in
7685 STARTTLS.
7686 (auth-source): Require.
7687 (open-network-stream): Document the :client-certificate keyword.
7688 (network-stream-certificate): Change cert-cert to cert and
7689 cert-key to key.
7690
7691 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
7692
7693 * net/tramp-cache.el (top): Don't load the persistency file when
7694 "emacs -Q" has been called.
7695
7696 2011-06-21 Tim Harper <timcharper@gmail.com>
7697
7698 * term/ns-win.el (ns-initialize-window-system):
7699 Set application-specific `ApplePressAndHoldEnabled' system
7700 resource to NO as it is not yet supported by the NS port.
7701
7702 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
7703
7704 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7705 (list-dynamic-libraries): ...not here.
7706
7707 2011-06-21 Leo Liu <sdl.web@gmail.com>
7708
7709 * subr.el (sha1): Implement sha1 using secure-hash.
7710
7711 2011-06-21 Martin Rudalics <rudalics@gmx.at>
7712
7713 * window.el (display-buffer-alist): In default value do not
7714 enforce searching a window on any but the selected frame.
7715 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7716 (display-buffer-select-window): Remove function.
7717 (display-buffer-in-window): When a window on another frame gets
7718 reused, do not select it any more but just raise its frame if
7719 necessary (Bug#8851) and (Bug#8856).
7720 (display-buffer-normalize-options): Handle pop-up-frames related
7721 options more faithfully.
7722 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7723 window if it is on another frame.
7724 (display-buffer-alist, display-buffer-default-specifiers):
7725 Don't make new frame unsplittable by default.
7726 (display-buffer-normalize-argument): Fix doc-string typo and use
7727 'same-frame-other-window instead of 'other-window when associating
7728 with display-buffer-macro-specifiers.
7729
7730 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7731
7732 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7733 New functions.
7734 (5x5-mode-map, 5x5-mode-menu): Bind them.
7735 (5x5-draw-grid): Tweak the solver's rendering.
7736
7737 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7738
7739 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7740 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7741
7742 2011-06-21 Drew Adams <drew.adams@oracle.com>
7743
7744 * menu-bar.el: Use function variable instead of switch-to-buffer.
7745 (menu-bar-select-buffer-function): New variable.
7746 (menu-bar-update-buffers): Use it (bug#8876).
7747
7748 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7751 variable's status.
7752
7753 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7754
7755 * x-dnd.el (x-dnd-version-from-flags)
7756 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7757 and long as number (Bug#8899).
7758 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7759
7760 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
7763 (completion-try-completion, completion-all-completions): Compute the
7764 metadata argument if it's missing; make it optional (bug#8795).
7765
7766 * wid-edit.el: Use lex-bind and move towards completion-at-point.
7767 (widget-complete): Use new :completion-function property.
7768 (widget-completions-at-point): New function.
7769 (default): Use :completion-function instead of :complete.
7770 (widget-default-completions): Rename from widget-default-complete;
7771 Rewrite.
7772 (widget-string-complete, widget-file-complete, widget-color-complete):
7773 Remove functions.
7774 (file, symbol, function, variable, coding-system, color):
7775 * international/mule-cmds.el (default-input-method, charset)
7776 (language-info-custom-alist):
7777 * cus-edit.el (face): Use new property :completions.
7778
7779 * progmodes/pascal.el (pascal-completions-at-point): New function.
7780 (pascal-mode): Use it.
7781 (pascal-mode-map): Use completion-at-point.
7782 (pascal-toggle-completions): Make obsolete.
7783 (pascal-complete-word, pascal-show-completions):
7784 * progmodes/octave-mod.el (octave-complete-symbol):
7785 Redefine as obsolete alias.
7786 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7787 Signal absence of completion info for old Octave,
7788 (inferior-octave-complete): Redefine as obsolete alias.
7789 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7790 (meta-completions-at-point): Rename from meta-complete-symbol and
7791 adapt it for use on completion-at-point-functions.
7792 (meta-common-mode): Use it.
7793 (meta-looking-at-backward, meta-match-buffer): Remove.
7794 (meta-complete-symbol): Redefine as obsolete alias.
7795 (meta-common-mode-map): Use completion-at-point.
7796 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7797 (makefile-mode-map): Use completion-at-point.
7798 (makefile-completions-at-point): Rename from makefile-complete and
7799 adapt it for use on completion-at-point-functions.
7800 (makefile-mode): Use it.
7801 (makefile-complete): Redefine as obsolete alias.
7802
7803 2011-06-20 Deniz Dogan <deniz@dogan.se>
7804
7805 * net/rcirc.el: Delete trailing whitespaces once and for all.
7806
7807 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7808
7809 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7810
7811 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
7812
7813 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7814
7815 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7816
7817 2011-06-19 Martin Rudalics <rudalics@gmx.at>
7818
7819 * window.el (display-buffer-other-window-means-other-frame):
7820 Call display-buffer-normalize-alist.
7821 (display-buffer-normalize-specifiers-1): Rename to
7822 display-buffer-normalize-argument. New argument other-frame.
7823 Rewrite.
7824 (display-buffer-normalize-specifiers-2): Rename to
7825 display-buffer-normalize-options.
7826 (display-buffer-normalize-alist-1): New function.
7827 (display-buffer-normalize-specifiers-3): Rename to
7828 display-buffer-normalize-alist.
7829 Call display-buffer-normalize-alist-1.
7830 (display-buffer-normalize-options-inhibit): New variable.
7831 (display-buffer-normalize-specifiers): Rewrite calling
7832 display-buffer-normalize-alist,
7833 display-buffer-normalize-argument, and
7834 display-buffer-normalize-options. Don't call the latter if
7835 display-buffer-normalize-options-inhibit is non-nil.
7836 (frame-auto-delete): New option.
7837 (window-deletable-p): Use frame-auto-delete.
7838 (window-list-no-nils, window-state-ignored-parameters)
7839 (window-state-get-1, window-state-get, window-state-put-list)
7840 (window-state-put-1, window-state-put-2, window-state-put):
7841 New functions.
7842 (display-buffer-normalize-options): Move special-display-p group
7843 after pop-up-frame group (Bug#8851) and (Bug#8856).
7844
7845 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7848 groups (Bug#8776).
7849 (rx-submatch-n): New function.
7850 (rx): Document it.
7851
7852 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7853 (Bug#8768).
7854
7855 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7856
7857 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7858
7859 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7860 anytime existing face settings are present (Bug#8889).
7861
7862 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7863 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7864 Remove unused argument.
7865
7866 2011-06-18 Martin Rudalics <rudalics@gmx.at>
7867
7868 * window.el (display-buffer-default-specifiers):
7869 Remove pop-up-frame. Add pop-up-window-min-height,
7870 pop-up-window-min-width, and another reuse-window specifier
7871 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
7872 (display-buffer-normalize-specifiers-2):
7873 Handle split-height-threshold and split-width-threshold also when
7874 pop-up-windows is unset. Add a reuse-window specifier for the
7875 case popping up a new window fails.
7876 (special-display-popup-frame): Remove double quoting.
7877 (display-buffer-normalize-specifiers-1): Fix thinko.
7878
7879 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7882 according to comint-completion-addsuffix.
7883
7884 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7885 (pcomplete-suffix-list): Mark as obsolete.
7886 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7887 pcomplete-seen in the closure.
7888 (pcomplete-comint-setup): Setup completion-at-point as well.
7889 (pcomplete--entries): New function.
7890 (pcomplete--env-regexp): New var.
7891 (pcomplete-entries): Rewrite to work with partial-completion and
7892 without relying on pcomplete-suffix-list.
7893 (pcomplete-pare-list): Remove, unused.
7894
7895 2011-06-17 Martin Rudalics <rudalics@gmx.at>
7896
7897 * window.el (display-buffer-alist): Set pop-up-window-min-height
7898 and pop-up-window-min-width in default value. Reported by
7899 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7900 other-window-means-other-frame.
7901 (display-buffer-macro-specifiers): Comment out entry for
7902 other-window specifier.
7903 (display-buffer-other-window-means-other-frame): New function.
7904 (display-buffer-normalize-specifiers-1): New arguments
7905 buffer-name and label. Treat other-window case specially.
7906 (display-buffer-normalize-specifiers-2): Treat other-window case
7907 specially.
7908 (display-buffer-normalize-specifiers-3): New function.
7909 (display-buffer-normalize-specifiers):
7910 Call display-buffer-normalize-specifiers-3.
7911
7912 2011-06-17 Martin Rudalics <rudalics@gmx.at>
7913
7914 * window.el (same-window-p): Fix two typos introduced when
7915 adding with-no-warnings.
7916 (display-buffer-normalize-specifiers-1): Don't check
7917 pop-up-frames for 'unset initialization.
7918 (display-buffer-normalize-specifiers-2): Major rewrite using
7919 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7920 (pop-up-frames, display-buffer-reuse-frames)
7921 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7922 Suggested by David Engster <deng@randomsample.de>.
7923 (even-window-heights): Initialize to 'unset.
7924 (display-buffer-alist-set): Handle new 'unset initializations.
7925 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7926 other window case.
7927
7928 2011-06-16 Martin Rudalics <rudalics@gmx.at>
7929
7930 * window.el (display-buffer-normalize-specifiers-1):
7931 Respect current value of pop-up-frames for most reasonable values of
7932 second argument of display-buffer (Bug#8865).
7933 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7934 (switch-to-buffer-other-window-same-frame)
7935 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
7936 Adams (Bug#8875).
7937 (display-buffer): Don't check noninteractive when calling
7938 display-buffer-pop-up-frame.
7939 (display-buffer-pop-up-frame): Never pop up a frame in
7940 noninteractive mode (Bug#8857).
7941 (enlarge-window, shrink-window): Don't report an error when the
7942 window can't be resized as requested (Bug#8862).
7943
7944 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7945
7946 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
7947
7948 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
7949
7950 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
7951
7952 2011-06-15 Alan Mackenzie <acm@muc.de>
7953
7954 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
7955 for declarators, disable knr checking to speed up for normal files.
7956 2: Refactor, replacing a sequence of nested if forms by a cond form.
7957
7958 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7959
7960 * net/network-stream.el (open-network-stream): Add the keyword
7961 :always-query-capabilities for the case where you want to force a
7962 `plain' network connection, but the protocol still requires the
7963 capabilitiy command (i.e., SMTP and EHLO).
7964
7965 * subr.el (process-live-p): Rename from `process-alive-p' for
7966 consistency with other `-live-p' functions.
7967
7968 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 * window.el (same-window-buffer-names, same-window-regexps)
7971 (special-display-frame-alist, special-display-popup-frame)
7972 (special-display-function, special-display-buffer-names)
7973 (special-display-regexps, pop-up-frame-alist)
7974 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
7975 (pop-up-windows, split-window-preferred-function)
7976 (split-height-threshold, split-width-threshold, even-window-heights)
7977 (display-buffer-mark-dedicated): Don't encourage the use of
7978 display-buffer-alist from Elisp code.
7979
7980 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7981
7982 * progmodes/python.el (python-mode): Derive from prog-mode.
7983 * progmodes/ps-mode.el (ps-mode):
7984 * progmodes/mixal-mode.el (mixal-mode):
7985 * progmodes/cfengine.el (cfengine-mode):
7986 * progmodes/ld-script.el (ld-script-mode): Likewise.
7987
7988 2011-06-15 Martin Rudalics <rudalics@gmx.at>
7989
7990 * window.el (display-buffer-alist): Trim default value to avoid
7991 popping up a new frame (Bug#8857) or reusing an arbitrary window
7992 on another frame.
7993 (display-buffer): Do not fall back on popping up a new frame in
7994 batch mode (Bug#8857).
7995
7996 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
7997
7998 * cus-theme.el (describe-theme-1): Use custom-theme-p.
7999 (custom-theme-summary): New function.
8000 (customize-themes): Use it.
8001
8002 2011-06-13 Glenn Morris <rgm@gnu.org>
8003
8004 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8005
8006 2011-06-13 Martin Rudalics <rudalics@gmx.at>
8007
8008 * help.el (help-window): Remove variable.
8009 (help-window-point-marker, temp-buffer-max-height)
8010 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8011 (help-print-return-message): Don't set help-window.
8012 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8013 (help-window-setup-finish): Remove.
8014 (help-window-display-message, help-window-setup)
8015 (with-help-window): Major rewrite based on new
8016 display-buffer-window variable.
8017
8018 * help-mode.el (help-mode-finish): Remove help-window related
8019 code.
8020
8021 * view.el (view-exits-all-viewing-windows): Remove reference to
8022 view-return-to-alist in doc-string.
8023 (view-return-to-alist): Make obsolete.
8024 (view-buffer): Call pop-to-buffer-same-window and remove
8025 undo-window code.
8026 (view-buffer-other-window): Call pop-to-buffer-other-window and
8027 simplify code. Ignore second argument.
8028 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8029 simplify code. Ignore second argument.
8030 (view-return-to-alist-update): Make obsolete.
8031 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8032 Rewrite using quit-restore window parameters.
8033 (view-mode-exit): Rename second argument to EXIT-ONLY.
8034 Rewrite using quit-restore-window.
8035 (View-exit, View-exit-and-edit, View-leave, View-quit)
8036 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8037 appropriate arguments.
8038 (view-end-message): Use quit-restore window parameter.
8039
8040 * window.el (display-buffer-function): Rewrite doc-string.
8041 (display-buffer-window, display-buffer-alist): New variables.
8042 (display-buffer-split-specifiers)
8043 (display-buffer-side-specifiers)
8044 (display-buffer-macro-specifiers): New constants.
8045 (display-buffer-even-window-sizes, display-buffer-set-height)
8046 (display-buffer-set-width, display-buffer-select-window)
8047 (display-buffer-in-window, display-buffer-reuse-window)
8048 (display-buffer-split-window-1, display-buffer-split-window)
8049 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8050 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8051 (display-buffer-in-side-window, normalize-buffer-to-display)
8052 (display-buffer-normalize-specifiers-1)
8053 (display-buffer-normalize-specifiers-2)
8054 (display-buffer-normalize-specifiers, display-buffer-frame):
8055 New functions.
8056 (display-buffer): Major rewrite.
8057 (display-buffer-other-window, display-buffer-other-frame)
8058 (pop-to-buffer, switch-to-buffer-other-window)
8059 (switch-to-buffer-other-frame): Rewrite.
8060 (display-buffer-same-window, display-buffer-same-frame)
8061 (display-buffer-same-frame-other-window)
8062 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8063 (pop-to-buffer-other-window)
8064 (pop-to-buffer-same-frame-other-window)
8065 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8066 (switch-to-buffer-other-window-same-frame): New functions.
8067 (same-window-p, special-display-p): Rewrite disabling warnings.
8068 Make obsolete.
8069 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8070 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8071 Make obsolete
8072 (same-window-buffer-names, same-window-regexps)
8073 (special-display-frame-alist, special-display-popup-frame)
8074 (special-display-function, special-display-buffer-names)
8075 (special-display-regexps, pop-up-frame-alist)
8076 (pop-up-frame-function, split-window-preferred-function)
8077 (split-height-threshold, split-width-threshold)
8078 (even-window-heights): Make obsolete.
8079
8080 2011-06-12 Glenn Morris <rgm@gnu.org>
8081
8082 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
8083 Misc simplifications.
8084
8085 2011-06-12 Martin Rudalics <rudalics@gmx.at>
8086
8087 * window.el (window-safely-shrinkable-p): Restore function which
8088 was inadvertently removed in change from 2011-06-11. Declare as
8089 obsolete.
8090
8091 * calendar/calendar.el (calendar-generate-window):
8092 Use window-iso-combined-p instead of combination of one-window-p and
8093 window-safely-shrinkable-p.
8094
8095 2011-06-12 Glenn Morris <rgm@gnu.org>
8096
8097 * progmodes/fortran.el (fortran-mode-syntax-table):
8098 * progmodes/f90.el (f90-mode-syntax-table):
8099 Set % to punctuation. (Bug#8820)
8100 (f90-find-tag-default): Remove, no longer needed.
8101
8102 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8103
8104 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8105
8106 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
8107
8108 * image.el (image-animated-p): Return animation delay in seconds.
8109 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8110 (image-animate-timeout): Remove DELAY argument. Don't assume
8111 every subimage has the same delay; get it from image-animated-p.
8112 (image-animate): Caller changed.
8113
8114 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
8115
8116 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8117 to ignored backtrace functions.
8118
8119 2011-06-11 Glenn Morris <rgm@gnu.org>
8120
8121 * calendar/appt.el (appt-disp-window-function): Doc fix.
8122 (appt-check): Handle overlapping appointments. (Bug#8337)
8123
8124 2011-06-11 Martin Rudalics <rudalics@gmx.at>
8125
8126 * window.el (window-tree-1, window-tree): New functions, moving
8127 the latter to window.el.
8128 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8129 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8130 (bw-refresh-edges): Remove.
8131 (balance-windows-1, balance-windows-2): New functions.
8132 (balance-windows): Rewrite in terms of window tree functions,
8133 balance-windows-1 and balance-windows-2.
8134 (bw-adjust-window): Remove.
8135 (balance-windows-area-adjust): New function with functionality of
8136 bw-adjust-window but using resize-window.
8137 (set-window-text-height): Rewrite doc-string.
8138 Use normalize-live-window and resize-window.
8139 (enlarge-window-horizontally, shrink-window-horizontally):
8140 Rename argument to DELTA.
8141 (window-buffer-height): New function.
8142 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8143 Rewrite using new window resize routines.
8144 (kill-buffer-and-window, mouse-autoselect-window-select):
8145 Use ignore-errors instead of condition-case.
8146 (quit-window): Call delete-frame instead of delete-windows-on
8147 for the only buffer on frame.
8148
8149 2011-06-10 Martin Rudalics <rudalics@gmx.at>
8150
8151 * loadup.el (top-level): Load window before files for the sake
8152 of replace-buffer-in-windows.
8153
8154 * files.el (read-buffer-to-switch)
8155 (switch-to-buffer-other-window)
8156 (switch-to-buffer-other-frame, display-buffer-other-frame):
8157 Move to window.el.
8158
8159 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8160 (previous-buffer): Move to window.el.
8161
8162 * bindings.el (unbury-buffer): Move to window.el.
8163
8164 * window.el (delete-other-windows-vertically): Move after
8165 definition of delete-other-windows.
8166 (other-window, delete-windows-on, replace-buffer-in-windows):
8167 Move here from window.c.
8168 (record-window-buffer, unrecord-window-buffer)
8169 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8170 (switch-to-next-buffer): New functions.
8171 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8172 from simple.el. Call switch-to-next-buffer.
8173 (previous-buffer): Move here from simple.el.
8174 Call switch-to-prev-buffer.
8175 (bury-buffer): Move here from buffer.c. Switch to previous
8176 buffer when window cannot be deleted.
8177 (unbury-buffer): Move here from bindings.el.
8178 (ctl-x-map): Move binding for other-window from window.c to
8179 here.
8180 (read-buffer-to-switch, switch-to-buffer-other-window)
8181 (switch-to-buffer-other-frame): Move here from files.el.
8182 (normalize-buffer-to-switch-to): New functions.
8183 (switch-to-buffer): Move here from buffer.c.
8184 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
8185
8186 2011-06-10 Martin Rudalics <rudalics@gmx.at>
8187
8188 * window.el (window-min-height, window-min-width): Move here
8189 from window.c. Add defcustoms and rewrite doc-strings.
8190 (resize-mini-window, resize-window): New functions.
8191 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8192 Move here from window.c.
8193 (maximize-window, minimize-window): New functions.
8194 (delete-window, delete-other-windows, split-window): Move here
8195 from window.c.
8196 (window-split-min-size): New function.
8197 (split-window-keep-point): Mention split-window-above-each-other
8198 instead of split-window-vertically.
8199 (split-window-above-each-other, split-window-vertically):
8200 Rename split-window-vertically to split-window-above-each-other
8201 and provide defalias for old definition.
8202 (split-window-side-by-side, split-window-horizontally):
8203 Rename split-window-horizontally to split-window-side-by-side
8204 and provide defalias for the old definition.
8205 (ctl-x-map): Move bindings for delete-window,
8206 delete-other-windows and enlarge-window here from window.c.
8207 Replace bindings for split-window-vertically and
8208 split-window-horizontally by bindings for
8209 split-window-above-each-other and split-window-side-by-side.
8210
8211 * cus-start.el (all): Remove entries for window-min-height and
8212 window-min-width. Add entries for window-splits and
8213 window-nest.
8214
8215 2011-06-09 Glenn Morris <rgm@gnu.org>
8216
8217 * calendar/appt.el (appt-mode-line): New function.
8218 (appt-check, appt-disp-window): Use it.
8219
8220 * files.el (hack-one-local-variable-eval-safep):
8221 Allow minor-modes with explicit +/-1 arguments.
8222
8223 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8224
8225 * term/xterm.el (xterm): Add defgroup.
8226 (xterm-extra-capabilities): Add defcustom to supply known xterm
8227 capabilities, skip querying them, or query them (default).
8228 (terminal-init-xterm): Use it.
8229 (terminal-init-xterm-modify-other-keys): New function to set up
8230 modifyOtherKeys support to simplify `terminal-init-xterm'.
8231
8232 2011-06-09 Martin Rudalics <rudalics@gmx.at>
8233
8234 * window.el (resize-window-reset, resize-window-reset-1)
8235 (resize-subwindows-skip-p, resize-subwindows-normal)
8236 (resize-subwindows, resize-other-windows, resize-this-window)
8237 (resize-root-window, resize-root-window-vertically)
8238 (window-deletable-p, window-or-subwindow-p)
8239 (frame-root-window-p): New functions.
8240
8241 2011-06-09 Glenn Morris <rgm@gnu.org>
8242
8243 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8244 (ange-ftp-get-files): Use it.
8245
8246 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8247
8248 * mail/sendmail.el (mail-recover-1, mail-recover):
8249 * files.el (recover-file, recover-session):
8250 Handle dired-listing-switches not being just a single short option.
8251
8252 2011-06-09 Glenn Morris <rgm@gnu.org>
8253
8254 * calendar/appt.el (appt-display-message, appt-disp-window):
8255 Handle lists of appointments.
8256
8257 2011-06-08 Martin Rudalics <rudalics@gmx.at>
8258
8259 * window.el (one-window-p): Move down in code.
8260 Rewrite doc-string.
8261 (window-current-scroll-bars): Rewrite doc-string.
8262 Normalize live window argument.
8263 (walk-windows, get-window-with-predicate, count-windows):
8264 Rewrite doc-string. Use window-list-1.
8265 (window-in-direction-2, window-in-direction, get-mru-window):
8266 New functions.
8267
8268 2011-06-08 Reuben Thomas <rrt@sc3d.org>
8269
8270 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8271 Doc fix (Bug#8713).
8272
8273 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
8274
8275 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8276
8277 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
8278
8279 * loadhist.el (unload-feature-special-hooks):
8280 Add `comint-output-filter-functions'.
8281
8282 2011-06-08 Ivan Kanis <gnu@kanis.fr>
8283
8284 * calendar/appt.el (appt-check): Move some initializations into the let.
8285
8286 2011-06-08 Martin Rudalics <rudalics@gmx.at>
8287
8288 * window.el (window-height): Defalias to window-total-height.
8289 (window-width): Defalias to window-body-width.
8290
8291 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
8292
8293 * image-mode.el (image-toggle-animation): New command.
8294 (image-mode-map): Bind it to RET.
8295 (image-mode): Update message.
8296 (image-toggle-display-image): Avoid a spurious cache flush.
8297 (image-transform-rotation): Doc fix.
8298 (image-transform-properties): Return quickly in the normal case.
8299 (image-animate-loop): Rename from image-animate-max-time.
8300
8301 * image.el (image-animate-max-time): Move to image-mode.el.
8302 (create-animated-image): Remove unnecessary function.
8303 (image-animate): Rename from image-animate-start. New arg.
8304 (image-animate-stop): Remove; just use image-animate-timer.
8305 (image-animate-timer): Use car-safe.
8306 (image-animate-timeout): Rename argument.
8307
8308 2011-06-07 Martin Rudalics <rudalics@gmx.at>
8309
8310 * window.el (get-lru-window, get-largest-window): Move here from
8311 window.c. Rename first argument to ALL-FRAMES.
8312 Rephrase doc-strings.
8313 (get-buffer-window-list): Rewrite using window-list-1.
8314 Rephrase doc-string.
8315 (window-safe-min-height, window-safe-min-width): New constants.
8316 (window-size-ignore, window-min-size, window-min-size-1)
8317 (window-sizable, window-sizable-p, window-size-fixed-1)
8318 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8319 (window-max-delta-1, window-max-delta, window-resizable)
8320 (window-resizable-p, window-total-height, window-total-width)
8321 (window-body-width): New functions.
8322 (window-full-height-p, window-full-width-p): Rewrite using
8323 window-total-size.
8324 (window-body-height): Rewrite using window-body-size.
8325
8326 2011-06-06 Martin Rudalics <rudalics@gmx.at>
8327
8328 * window.el (window-right, window-left, window-child)
8329 (window-child-count, window-last-child, window-any-p)
8330 (normalize-live-buffer, normalize-live-frame)
8331 (normalize-any-window, normalize-live-window)
8332 (window-iso-combination-p, window-iso-combined-p)
8333 (window-iso-combinations)
8334 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8335 (windows-with-parameter, window-with-parameter)
8336 (window-atom-root, make-window-atom, window-atom-check-1)
8337 (window-atom-check, window-side-check, window-check):
8338 New functions.
8339 (ignore-window-parameters, window-sides, window-sides-vertical)
8340 (window-sides-slots): New variables.
8341 (window-size-fixed): Move down in code. Minor doc-string fix.
8342
8343 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8344
8345 * comint.el (comint-dynamic-complete-as-filename)
8346 (comint-dynamic-complete-filename): Correctly call
8347 completion-in-region.
8348
8349 2011-06-05 Deniz Dogan <deniz@dogan.se>
8350
8351 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8352 in last change.
8353
8354 2011-06-05 Deniz Dogan <deniz@dogan.se>
8355
8356 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8357 (rcirc): Use it to prompt for encryption.
8358
8359 2011-06-05 Roland Winkler <winkler@gnu.org>
8360
8361 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8362 (bibtex-search-entries): New command bound to C-c C-a.
8363 (bibtex-display-entries): New function.
8364
8365 2011-06-05 Roland Winkler <winkler@gnu.org>
8366
8367 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8368 (bibtex-insert-kill): After yanking insert newline if necessary.
8369 (bibtex-initialize): Call bibtex-string-files-init only once.
8370 (bibtex-mode): Do not call easy-menu-add.
8371 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8372 (bibtex-yank): Set arg properly if nil.
8373
8374 2011-06-05 Roland Winkler <winkler@gnu.org>
8375
8376 * textmodes/bibtex.el (bibtex-search-entry-globally):
8377 New variable.
8378 (bibtex-search-entry): Use it.
8379
8380 2011-06-05 Roland Winkler <winkler@gnu.org>
8381
8382 * textmodes/bibtex.el (bibtex-entry-format): New option
8383 sort-fields.
8384 (bibtex-format-entry, bibtex-reformat): Honor this option.
8385 (bibtex-parse-entry): Return fields in proper order.
8386
8387 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * doc-view.el (doc-view-remove-if): Move computation of result out
8390 of `dolist' to silence misleading lexical-binding warning.
8391
8392 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
8393
8394 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8395 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8396
8397 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
8398
8399 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8400 "SunOS 5.10".
8401
8402 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
8403
8404 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8405 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8406 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8407 (tramp-parse-putty):
8408 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8409 (tramp-completion-function-alist-ssh)
8410 (tramp-completion-function-alist-telnet)
8411 (tramp-completion-function-alist-su)
8412 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8413 cookie.
8414
8415 * net/tramp-ftp.el:
8416 * net/tramp-sh.el:
8417 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8418 load "tramp.el" `tramp-set-completion-function'.
8419
8420 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * shell.el: Require and use pcomplete.
8423 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8424 (shell-completion-vars): Set pcomplete-default-completion-function.
8425
8426 2011-06-04 Deniz Dogan <deniz@dogan.se>
8427
8428 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8429 `memq' (Bug#8799).
8430
8431 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8434
8435 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
8436
8437 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8438 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8439 * vc/log-view.el (log-view-beginning-of-defun):
8440 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8441 (smerge-refine-forward, smerge-refine-chopup-region):
8442 Silence warning for unused `dotimes' counter variables.
8443
8444 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * net/tramp.el (tramp-with-progress-reporter): Rename from
8447 with-progress-reporter. Use `declare'.
8448 * net/tramp-smb.el:
8449 * net/tramp-sh.el:
8450 * net/tramp-gvfs.el: Update all uses.
8451
8452 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8453
8454 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8455 buffer isn't killed before making it current.
8456
8457 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8458
8459 Silence various byte-compiler warnings.
8460 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8461 `access-type' and new obsolescence format.
8462 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8463 new format.
8464 (byte-compile-check-variable): New `access-type' argument.
8465 Only warn if the access-type is obsolete.
8466 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8467 (byte-compile-variable-set): Adjust callers.
8468 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8469 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8470 setting it as obsolete.
8471 * simple.el (minibuffer-completing-symbol):
8472 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8473 access as obsolete.
8474 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8475 obsolete yet.
8476 * international/quail.el (quail-mouse-choose-completion): Remove unused
8477 code referring to obsolete var.
8478 (quail-choose-completion-string): Remove.
8479 * server.el (server-clients-with, server-kill-buffer-query-function)
8480 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8481 * proced.el (proced-send-signal):
8482 * emacs-lisp/lisp.el (lisp-complete-symbol):
8483 Replace completion-annotate-function with completion-extra-properties.
8484
8485 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * simple.el (goto-line): Use read-number.
8488 (overriding-map-is-bound): Remove.
8489 (saved-overriding-map): Change default.
8490 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8491 Take the map as argument.
8492 (universal-argument, negative-argument, digit-argument): Use it.
8493 (restore-overriding-map): Adjust.
8494 (do-auto-fill): Use fill-forward-paragraph.
8495 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8496
8497 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8498 (minibuffer-inactive-mode): New major mode.
8499 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8500 the *Messages* buffer" hack.
8501 (mouse-popup-menubar): Don't burp if the event is a normal key.
8502
8503 Miscellaneous tweaks.
8504 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8505 lexical scoping as in subr.el's dolist and dotimes.
8506 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8507 Silence compiler warning.
8508 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8509 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8510 * international/ccl.el (ccl-compile): Trivial simplification.
8511 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8512 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8513 `printflag' argument.
8514 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8515 Purecopy the whole obsolescence data.
8516
8517 2011-06-01 Leo Liu <sdl.web@gmail.com>
8518
8519 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8520 improve doc-string as suggested by Marco Pessotto
8521 <melmothx@gmail.com>.
8522 (rcirc-print): Fix last change.
8523
8524 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * minibuffer.el (complete-with-action): Return nil for the metadata and
8527 boundaries of non-functional tables.
8528 (completion-table-dynamic): Return nil for the metadata.
8529 (completion-table-with-terminator): Add default case, using
8530 complete-with-action.
8531 (completion--metadata): New function.
8532 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8533 to try and avoid pathological performance problems.
8534 (completion--embedded-envvar-table): Return `category' metadata.
8535
8536 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8537
8538 * subr.el (process-alive-p): New tiny convenience function.
8539
8540 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8543 content but also its previous major mode.
8544
8545 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
8546
8547 * emacs-lisp/debug.el (debug): Restore the previous content of the
8548 *Backtrace* buffer when we exit with C-M-c.
8549
8550 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * minibuffer.el: Add metadata method to completion tables.
8553 (completion-category-overrides): New defcustom.
8554 (completion-metadata, completion--field-metadata)
8555 (completion-metadata-get, completion--styles)
8556 (completion--cycle-threshold): New functions.
8557 (completion-try-completion, completion-all-completions):
8558 Add `metadata' argument to choose completion-styles.
8559 (completion--do-completion): Use metadata to choose cycling.
8560 (completion-all-sorted-completions): Use metadata for sorting.
8561 Remove :completion-cycle-penalty which is not needed any more.
8562 (completion--try-word-completion): Add `metadata' argument.
8563 (minibuffer-completion-help): Check metadata for annotation function
8564 and sorting.
8565 (completion-file-name-table): Return `category' metadata.
8566 (minibuffer-completing-file-name): Make obsolete.
8567 * simple.el (minibuffer-completing-symbol): Make obsolete.
8568 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8569 completion-try-completion.
8570
8571 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8574
8575 2011-05-30 Leo Liu <sdl.web@gmail.com>
8576
8577 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
8578 (rcirc-print): Decode all incoming messages (bug#8744).
8579 (rcirc-decode-coding-system): Allow value nil for automatic coding
8580 system detection.
8581
8582 2011-06-01 Glenn Morris <rgm@gnu.org>
8583
8584 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8585
8586 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
8587
8588 * image.el (image-animate-max-time): Allow nil and t values.
8589 Default to nil.
8590 (create-animated-image): Doc fix.
8591 (image-animate-start): Remove second arg; just use
8592 image-animate-max-time.
8593 (image-animate-timeout): Doc fix. Args changed.
8594
8595 * image-mode.el (image-toggle-display-image): Ensure that the
8596 image spec passed to the animate timer is the same object as in
8597 the buffer's display property (Bug#6981).
8598 (image-transform-properties): Doc fix.
8599
8600 * image.el (image-animate-max-time): Default to nil.
8601
8602 2011-05-29 Martin Rudalics <rudalics@gmx.at>
8603
8604 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8605 entire buffer list (Bug#8184).
8606
8607 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
8608
8609 * image.el (imagemagick-types-inhibit)
8610 (imagemagick-register-types): Doc fix.
8611
8612 2011-05-29 Deniz Dogan <deniz@dogan.se>
8613
8614 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8615 default.
8616
8617 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
8618
8619 * select.el: Don't perform clipboard-manager saving in hooks;
8620 leave the hooks empty.
8621
8622 2011-05-28 Leo Liu <sdl.web@gmail.com>
8623
8624 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8625 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8626 (occur-edit-mode): New major mode (Bug#8463).
8627 (occur-after-change-function): New function.
8628 (occur-engine): Give Occur tags a read-only property.
8629
8630 2011-05-28 Kevin Ryde <user42@zip.com.au>
8631
8632 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8633
8634 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
8635
8636 * bindings.el (help-echo): Make the initial non-indicator dash
8637 empty on graphical terminals (Bug#7295).
8638
8639 * files.el (auto-mode-alist): Move config rule after the
8640 in-stripping one (Bug#8547).
8641
8642 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8643
8644 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8645 setting (Bug#8740).
8646
8647 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8648
8649 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8650 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8651 (Bug#8539).
8652
8653 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
8654
8655 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8656
8657 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8658
8659 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8660 (hs-hide-block-at-point, hs-find-block-beginning)
8661 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8662 (Bug#8279).
8663
8664 2011-05-28 Glenn Morris <rgm@gnu.org>
8665
8666 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8667
8668 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
8669
8670 * help-fns.el (describe-function-1): If the function is a derived
8671 major mode, print the parent mode.
8672
8673 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8674 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8675
8676 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8677
8678 * minibuffer.el (completion--capf-wrapper): Check applicability before
8679 returning non-nil for non-exclusive completion data.
8680 * progmodes/etags.el (tags-completion-at-point-function):
8681 * info-look.el (info-lookup-completions-at-point): Mark as
8682 non-exclusive.
8683 (info-complete): Adjust accordingly.
8684
8685 * info-look.el: Convert to lexical-binding and completion-at-point.
8686 (info-lookup-completions-at-point): New function.
8687 (info-complete): Use it and completion-in-region.
8688
8689 2011-05-28 Drew Adams <drew.adams@oracle.com>
8690
8691 * isearch.el: Let M-e start with point at the first mismatched char.
8692 (isearch-fail-pos): New function.
8693 (isearch-edit-string): Use it.
8694
8695 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8696
8697 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8698
8699 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
8700
8701 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8702 traversal functions for avl-trees.
8703 (avl-tree--stack): New struct.
8704 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8705 (avl-tree-enter): Add optional `updatefun' arg.
8706 (avl-tree--do-enter): Add optional `updatefun' arg.
8707 Change return value.
8708 (avl-tree-delete): Add optional `test' and `nilflag' args.
8709 (avl-tree--do-delete): Add `test' and `nilflag' args.
8710 Change return value.
8711 (avl-tree-member): Add optional `nilflag'
8712 (avl-tree-member-p): New function.
8713 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8714 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8715 (avl-tree-stack-empty-p): New functions.
8716
8717 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8718 avl-tree--del-balance1 and make it work both ways.
8719 (avl-tree--del-balance2): Remove.
8720 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8721 make it work both ways.
8722 (avl-tree--enter-balance2): Remove.
8723 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8724 New macros.
8725 (avl-tree--mapc, avl-tree-map): Add direction argument.
8726
8727 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
8728
8729 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8730
8731 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
8732
8733 * select.el: Support clipboard managers with built-in function
8734 x-clipboard-manager-save, via delete-frame-functions and
8735 kill-emacs-hook.
8736 (xselect-convert-to-targets): Add MULTIPLE target to list.
8737 (xselect-convert-to-save-targets): New function.
8738
8739 2011-05-27 Kenichi Handa <handa@m17n.org>
8740
8741 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8742 let-binding rfc2047-encode-encoded-words to nil.
8743
8744 2011-05-27 Glenn Morris <rgm@gnu.org>
8745
8746 * mail/emacsbug.el: Don't require url-util.
8747
8748 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8749
8750 * files.el (set-auto-mode):
8751 Also respect mode: entries at the end of the file. (Bug#8586)
8752
8753 2011-05-26 Glenn Morris <rgm@gnu.org>
8754
8755 * files.el (hack-local-variables-prop-line, hack-local-variables):
8756 Downcase mode names, as seems to be traditional.
8757 (hack-local-variables, hack-local-variables-apply): Doc fixes.
8758
8759 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8760 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8761
8762 2011-05-25 Julien Danjou <julien@danjou.info>
8763
8764 * textmodes/rst.el (rst-define-level-faces): Do not define face
8765 symbol if it is already defined.
8766
8767 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8768
8769 * play/5x5.el (5x5-new-game, 5x5-randomize):
8770 Reset 5x5-solver-output to nil when a new grid is cast.
8771 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8772 these debugging traces, as defmacro breaks the compiled code.
8773
8774 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8775
8776 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8777
8778 2011-05-24 Leo Liu <sdl.web@gmail.com>
8779
8780 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8781 (vc-bzr-sha1): Adapt.
8782
8783 * sha1.el: Remove. Function `sha1' is now builtin.
8784
8785 * bindings.el: Provide sha1 feature.
8786
8787 2011-05-24 Kenichi Handa <handa@m17n.org>
8788
8789 * mail/sendmail.el: Require `rfc2047'.
8790 (mail-insert-from-field): Do not perform RFC2047 encoding.
8791 (mail-encode-header): New function.
8792 (sendmail-send-it): Set buffer-file-coding-system of the work
8793 buffer to the return value of select-message-coding-system.
8794 Call mail-encode-header.
8795
8796 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8797
8798 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
8799
8800 * mail/supercite.el (sc-default-cite-frame):
8801 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
8802
8803 2011-05-24 Glenn Morris <rgm@gnu.org>
8804
8805 * progmodes/python.el (brm-menu): Declare.
8806
8807 * emulation/viper.el (viper-set-hooks): Declare.
8808
8809 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8810 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8811 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8812 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8813 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8814 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8815
8816 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 Add an :exit-function for completion-at-point.
8819
8820 * minibuffer.el (completion--done): New fun.
8821 (completion--do-completion): Use it. New arg `expect-exact'.
8822 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8823 since completion--do-completion does it for us now.
8824 (minibuffer-force-complete): Use completion--done and
8825 completion--replace. Handle sole-completion case with more care.
8826 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8827 (completion-extra-properties): New var.
8828 (completion-annotate-function): Make obsolete.
8829 (minibuffer-completion-help): Adjust accordingly.
8830 Use completion-list-insert-choice-function.
8831 (completion-at-point, completion-help-at-point):
8832 Bind completion-extra-properties.
8833 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8834 * simple.el (completion-list-insert-choice-function): New var.
8835 (completion-setup-function): Preserve it.
8836 (choose-completion): Pay attention to it, shuffle the code a bit.
8837 (choose-completion-string): New arg `insert-function'.
8838
8839 * textmodes/bibtex.el: Convert to lexical binding.
8840 (bibtex-mode-map): Use completion-at-point.
8841 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8842 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8843 (bibtex-complete): Define as obsolete alias.
8844 (bibtex-complete-internal): Remove.
8845 (bibtex-format-entry): Remove unused sub-group in regexp.
8846 * shell.el (shell--command-completion-data)
8847 (shell-environment-variable-completion):
8848 * pcomplete.el (pcomplete-completions-at-point):
8849 * comint.el (comint--complete-file-name-data): Use :exit-function
8850 instead of completion-table-with-terminator so it also works for
8851 choose-completion.
8852
8853 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8854
8855 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8856
8857 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8858 (bug#8710).
8859
8860 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8861
8862 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8863
8864 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8865 customization variable and implement: If non-nil, auto-fill will
8866 be inhibited while on topic's header line.
8867
8868 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8869
8870 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
8871 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
8872 always have a solution in grid size = 5 cases.
8873 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8874 (5x5-solver-output, 5x5-log-buffer): New vars.
8875 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8876 Make these variables buffer local to achieve 5x5 multi-session-ness.
8877 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8878 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8879 (5x5-solve-suggest): New funs.
8880 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8881 randomize a grid so that we ensure that there is always a solution.
8882 (5x5-make-random-grid): Allow other movement than flipping.
8883
8884 2011-05-23 Kevin Ryde <user42@zip.com.au>
8885
8886 * emacs-lisp/advice.el (ad-read-advised-function):
8887 Use `function-called-at-point' as the default, if it has
8888 advice and passes PREDICATE.
8889
8890 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8893 byte-compile-lambda if it's actually a lambda.
8894
8895 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8896 Fix function quoting. Use backquote better.
8897
8898 2011-05-22 Yuanle Song <sylecn@gmail.com>
8899
8900 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8901 matching (Bug#8516).
8902
8903 2011-01-22 Jari Aalto <jari.aalto@cante.net>
8904
8905 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8906 different face (Bug#8178).
8907
8908 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
8909
8910 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8911 defface (Bug#8144).
8912
8913 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8916 funcall as well (bug#8712). Warn when performing those conversions.
8917 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8918
8919 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8920
8921 2011-05-22 Glenn Morris <rgm@gnu.org>
8922
8923 * files.el (hack-local-variables-prop-line): Small simplifications.
8924 (hack-local-variables, hack-local-variables-prop-line):
8925 If MODE-ONLY, return the mode, rather than just `t'.
8926
8927 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8928
8929 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8930
8931 2011-05-21 Glenn Morris <rgm@gnu.org>
8932
8933 * files.el (hack-local-variables-prop-line, hack-local-variables):
8934 If only interested in the mode, don't bother doing the other stuff.
8935
8936 * image-mode.el (image-after-revert-hook):
8937 Redraw all frames on which the image is visible. (Bug#8567)
8938
8939 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
8940
8941 * wid-edit.el (widget-checklist-match-inline):
8942 Fix 2011-04-19 change. (Bug#8649)
8943
8944 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8945
8946 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
8947 Also allow singlespace after single-letter capitals followed by a dot.
8948
8949 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
8950 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
8951
8952 2011-05-20 Nix <nix@esperi.org.uk>
8953
8954 * files.el (basic-save-buffer-2):
8955 Fix handling of break-hardlink-on-save with non-existent files.
8956
8957 2011-05-19 Deniz Dogan <deniz@dogan.se>
8958
8959 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
8960 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
8961
8962 2011-05-19 Glenn Morris <rgm@gnu.org>
8963
8964 * progmodes/f90.el (f90-type-def-re):
8965 Handle "type, bind(c)". (Bug#8691)
8966
8967 * emacs-lisp/autoload.el (batch-update-autoloads):
8968 Set autoload-excludes by parsing loadup.el rather than Makefiles.
8969
8970 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
8971
8972 * net/tramp.el (tramp-process-actions): Set "first-password-request"
8973 property for the correct connection in case of multihops.
8974
8975 2011-05-18 Glenn Morris <rgm@gnu.org>
8976
8977 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
8978 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
8979
8980 Rationalize calendar handling of day and month abbrev-arrays.
8981 * calendar/calendar.el (calendar-customized-p): New function.
8982 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
8983 (calendar-day-name-array, calendar-month-name-array): Doc fix.
8984 Add :set function.
8985 (calendar-abbrev-length, calendar-day-abbrev-array)
8986 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
8987 (calendar-day-abbrev-array, calendar-month-abbrev-array):
8988 Elements may no longer be nil.
8989 (calendar-day-name, calendar-month-name):
8990 Update for changed nature of abbrev arrays.
8991 * calendar/diary-lib.el (diary-name-pattern):
8992 Update for changed nature of abbrev arrays.
8993 (diary-mark-entries-1): Update calendar-make-alist calls.
8994 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
8995 * calendar/cal-html.el (cal-html-day-abbrev-array):
8996 Simply inherit from calendar-day-abbrev-array.
8997
8998 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * progmodes/grep.el (grep-mode): Disable default
9001 compilation-directory-matcher setting (bug#8684).
9002
9003 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
9004
9005 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9006 instead of "head" and "tail". There were problems with SunOS 5.9,
9007 and it performs better.
9008
9009 2011-05-17 Glenn Morris <rgm@gnu.org>
9010
9011 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9012
9013 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9014 Replace obsolete function.
9015
9016 * shell.el (pcomplete-parse-arguments-function): Declare.
9017
9018 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9019 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9020 (appt-check): Doc fixes.
9021 (appt-disp-window-function, appt-delete-window-function):
9022 Remove needless special case in custom :type.
9023 (appt-display-count): Default to 0, not nil.
9024 (appt-check): Reset appt-display-count to 0, not nil.
9025
9026 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
9027
9028 * progmodes/python.el (python-font-lock-keywords):
9029 Add the Python 3.X keyword "nonlocal" (bug#8639).
9030
9031 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9034
9035 2011-05-16 Kevin Ryde <user42@zip.com.au>
9036
9037 * info-look.el (makefile-automake-mode): New setups, looking in
9038 automake manual, then makefile-mode.
9039 (makefile-mode): Remove automake manual, have it just in
9040 makefile-automake-mode since there's various things different or
9041 not relevant to plain make.
9042 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9043 believe a hypothetical automake-mode would go to makefile-mode,
9044 not the other way around.
9045
9046 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
9047
9048 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9049 hunk-end tags (Bug#8672).
9050
9051 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9052 vc-annotate-show-diff-revision-at-line (Bug#8671).
9053
9054 2011-05-14 Glenn Morris <rgm@gnu.org>
9055
9056 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9057 in the middle of an existing one with multiple authors. (Bug#8645)
9058 (change-log-font-lock-keywords): Also handle multiple author lines
9059 with leading tabs. (Bug#8644)
9060
9061 * calendar/appt.el (appt-check): Rename some local variables.
9062 Some simplification/reordering.
9063
9064 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9065 (feedmail-sendmail-f-doesnt-sell-me-out)
9066 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9067 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9068 (feedmail-queue-runner-message-sender): Set :version.
9069 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9070 (bbdb-dwim-net-address, vm-mail): Declare.
9071 (feedmail-binmail-gnulinuxish-template):
9072 Rename from feedmail-binmail-linuxish-template.
9073 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9074 Use insert-buffer-substring.
9075
9076 2011-05-14 Bill Carpenter <bill@carpenter.org>
9077
9078 * mail/feedmail.el (feedmail-patch-level): Increase.
9079 (feedmail-debug): New custom group.
9080 (feedmail-confirm-outgoing-timeout)
9081 (feedmail-sendmail-f-doesnt-sell-me-out)
9082 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9083 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9084 (feedmail-sender-line, feedmail-from-line)
9085 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
9086 (feedmail-spray-this-address)
9087 (feedmail-spray-address-fiddle-plex-list)
9088 (feedmail-queue-use-send-time-for-date)
9089 (feedmail-queue-use-send-time-for-message-id)
9090 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9091 (feedmail-buffer-eating-function):
9092 Doc fixes.
9093 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9094 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9095 (feedmail-message-action-scroll-down): New functions.
9096 (feedmail-queue-directory, feedmail-queue-draft-directory):
9097 Use expand-file-name.
9098 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9099 Remove C-v help entry.
9100 (feedmail-queue-buffer-file-name): New variable.
9101 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9102 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9103 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9104 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9105 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9106 (feedmail-message-action-toggle-spray)
9107 (feedmail-run-the-queue-no-prompts)
9108 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9109 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9110 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9111 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9112 (feedmail-envelope-deducer, feedmail-fiddle-from)
9113 (feedmail-fiddle-sender, feedmail-default-date-generator)
9114 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9115 (feedmail-fiddle-spray-address)
9116 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9117 (feedmail-fiddle-list-of-fiddle-plexes)
9118 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9119 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9120 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9121 Change default. Doc fix.
9122 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9123 (feedmail-binmail-linuxish-template): New constant.
9124 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9125 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9126 (feedmail-send-it): Add debug call.
9127 Use feedmail-queue-buffer-file-name, and
9128 feedmail-send-it-immediately-wrapper.
9129 (feedmail-message-action-send): Add debug call.
9130 Use feedmail-send-it-immediately-wrapper.
9131 (feedmail-queue-express-to-queue): Add debug call.
9132 Run feedmail-queue-express-hook.
9133 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9134 (feedmail-message-action-help-blat):
9135 Rename from feedmail-queue-send-edit-prompt-help-first.
9136 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9137 Check line-endings. Handle errors better.
9138 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9139 Doc fix. Add debug call.
9140 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9141 Use feedmail-queue-send-edit-prompt-inner.
9142 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9143 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9144 from feedmail-queue-send-edit-prompt.
9145 (feedmail-queue-send-edit-prompt-help)
9146 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9147 (feedmail-tidy-up-slug): Add debug call.
9148 Respect feedmail-queue-slug-suspect-regexp.
9149 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9150 (feedmail-dump-message-to-queue): Add debug call.
9151 Expand queue-directory.
9152 (feedmail-dump-message-to-queue): Change message slightly.
9153 Use feedmail-say-chatter.
9154 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9155 (feedmail-send-it-immediately-wrapper): New function.
9156 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9157 Insert empty string rather than newline. Handle full-frame case.
9158 Use catch/throw. Use feedmail-say-chatter.
9159 (feedmail-fiddle-from): Try mail-host-address.
9160 (feedmail-default-message-id-generator): Doc fix.
9161 Bind system-time-locale. Handle missing end.
9162 (feedmail-fiddle-x-mailer): Add debug call.
9163 Handle feedmail-x-mailer-line being nil.
9164 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9165 Add debug call. Use buffer-substring-no-properties.
9166 (feedmail-say-debug, feedmail-say-chatter): New functions.
9167 (feedmail-find-eoh): Give an explicit error.
9168
9169 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
9170
9171 * net/newst-treeview.el (newsticker-treeview-face): Change default
9172 family from helvetica to sans.
9173 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
9174 etc/images/newsticker.
9175
9176 * net/newst-reader.el (newsticker-feed-face): Change default
9177 family from helvetica to sans.
9178
9179 * net/newst-plainview.el (newsticker-new-item-face)
9180 (newsticker-old-item-face, newsticker-immortal-item-face)
9181 (newsticker-obsolete-item-face, newsticker-date-face)
9182 (newsticker-statistics-face): Change default family from
9183 helvetica to sans.
9184 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
9185 etc/images/newsticker.
9186
9187 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9188 (newsticker--process-auto-mark-filter-match): : Tell user about
9189 auto-marking.
9190
9191 2011-05-13 Didier Verna <didier@xemacs.org>
9192
9193 Common Lisp indentation improvements on defmethod and lambda-lists.
9194 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9195 TODO entries.
9196 (lisp-lambda-list-keyword-parameter-indentation)
9197 (lisp-lambda-list-keyword-parameter-alignment)
9198 (lisp-lambda-list-keyword-alignment): New customizable user options.
9199 (lisp-indent-defun-method): Improve docstring.
9200 (extended-loop-p): Fix comment.
9201 (lisp-indent-lambda-list-keywords-regexp): New variable.
9202 (lisp-indent-lambda-list): New function.
9203 (lisp-indent-259): Use it.
9204 (lisp-indent-defmethod): Support for more than one
9205 method qualifier and properly indent methods lambda-lists.
9206 (defgeneric): Provide a missing common-lisp-indent-function property.
9207
9208 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9211 bounds for the empty string (bug#8667).
9212
9213 2011-05-13 Glenn Morris <rgm@gnu.org>
9214
9215 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9216
9217 * mail/sendmail.el (sendmail-program): Try executable-find first.
9218 (sendmail-send-it): `sendmail-program' cannot be unbound.
9219
9220 * calendar/appt.el (appt-make-list): Simplify.
9221 (appt-time-msg-list): Doc fix.
9222 (appt-check): Change mode-line message at the time of the appointment.
9223
9224 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9225
9226 * progmodes/ld-script.el (ld-script-keywords)
9227 (ld-script-builtins): Update keywords list.
9228
9229 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9232
9233 * shell.el (shell-completion-vars): New function.
9234 (shell-mode):
9235 * simple.el (read-shell-command): Use it.
9236 (blink-matching-open): No need for " [...]" in minibuffer-message.
9237
9238 2011-05-12 Glenn Morris <rgm@gnu.org>
9239
9240 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9241 (appt-check): Simplify.
9242
9243 2011-05-12 Eli Zaretskii <eliz@gnu.org>
9244
9245 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
9246 literal "/dev/null".
9247
9248 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9251 Fix typo.
9252
9253 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
9254
9255 * progmodes/which-func.el (which-function):
9256 Use add-log-current-defun instead of add-log-current-defun-function,
9257 which might not be defined (Bug#8260).
9258
9259 2011-05-12 Glenn Morris <rgm@gnu.org>
9260
9261 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9262 Let byte-compile-initial-macro-environment always take precedence.
9263
9264 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * net/rcirc.el: Add support for SSL/TLS connections.
9267 (rcirc-server-alist): New field `encryption'.
9268 (rcirc): Check `encryption' settings.
9269 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9270 Merge make-local-variable into `set'.
9271 (rcirc--connection-open-p): New function.
9272 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9273 the process is not a network process (e.g. running gnutls-cli).
9274 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9275 Make rcirc-(en|de)code-coding-system local here.
9276 (rcirc-mode): Merge make-local-variable into `set'.
9277 (rcirc-parent-buffer): Make permanent buffer-local.
9278 (rcirc-multiline-minor-mode): Don't do it here.
9279 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9280 there's no server buffer.
9281
9282 2011-05-11 Glenn Morris <rgm@gnu.org>
9283
9284 * newcomment.el (comment-kill): Prefix "unused" local.
9285
9286 * term/w32console.el (get-screen-color): Declare.
9287
9288 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9289 Handle symbol elements of byte-compile-initial-macro-environment.
9290
9291 2011-05-10 Leo Liu <sdl.web@gmail.com>
9292
9293 * bookmark.el (bookmark-bmenu-mode-map):
9294 Bind bookmark-bmenu-search to `/'.
9295
9296 * mail/footnote.el: Convert to utf-8 encoding.
9297 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9298 (Footnote-unicode): New function.
9299 (footnote-style-alist): Add unicode style to the list.
9300 (footnote-style): Doc fix.
9301
9302 2011-05-10 Jim Meyering <meyering@redhat.com>
9303
9304 Fix doubled-word typos.
9305 * international/quail.el (quail-insert-kbd-layout): and and -> and
9306 * kermit.el: and and -> and
9307 * net/ldap.el (ldap-search-internal): to to -> to
9308 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9309 * progmodes/js.el (js-mode): and and -> and
9310 * textmodes/artist.el (artist-move-to-xy): at at -> at
9311 (artist-draw-region-trim-line-endings): if if -> if
9312 And Safetyc -> Safety.
9313 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9314
9315 2011-05-10 Glenn Morris <rgm@gnu.org>
9316 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * files.el (hack-one-local-variable-eval-safep):
9319 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9320
9321 2011-05-10 Glenn Morris <rgm@gnu.org>
9322
9323 * calendar/diary-lib.el (diary-list-entries-hook)
9324 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9325 (diary-nongregorian-marking-hook, diary-list-entries)
9326 (diary-include-other-diary-files, diary-mark-entries)
9327 (diary-mark-included-diary-files): Doc fixes.
9328
9329 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
9330
9331 * misc.el: Require tabulated-list.el during compilation.
9332
9333 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * progmodes/compile.el (compilation-start):
9336 Run compilation-filter-hook for the async case too.
9337 (compilation-filter-hook): Doc fix.
9338
9339 2011-05-09 Deniz Dogan <deniz@dogan.se>
9340
9341 * wdired.el: Remove outdated installation comment. Fix usage
9342 comment.
9343
9344 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
9345
9346 * misc.el: Implement new command `list-dynamic-libraries'.
9347 (list-dynamic-libraries--loaded-only-p): New variable.
9348 (list-dynamic-libraries--refresh): New function.
9349 (list-dynamic-libraries): New command.
9350
9351 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9354 Fix the ant regexp to handle end-line and end-column info from jikes.
9355 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9356 higher priority to avoid clobbering by gnu.
9357
9358 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
9359
9360 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9361 if the face has existing theme settings (Bug#8454).
9362
9363 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9364
9365 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9366 Only match variables declared via `my' or `our' (Bug#8261).
9367
9368 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9369 special file names `.' and `..' (Bug#8259).
9370
9371 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
9372
9373 * progmodes/grep.el (grep-mode-font-lock-keywords):
9374 Remove buffer-changing entries.
9375 (grep-filter): New function.
9376 (grep-mode): Add it to compilation-filter-hook.
9377
9378 * progmodes/compile.el (compilation-filter-hook)
9379 (compilation-filter-start): New defvars.
9380 (compilation-filter): Call compilation-filter-hook prior to
9381 updating the process mark.
9382
9383 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9386
9387 2011-05-07 Eli Zaretskii <eliz@gnu.org>
9388
9389 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9390 mailclient-send-it even if window-system is nil. (Bug#8595)
9391
9392 * term/w32console.el (terminal-init-w32console):
9393 Call get-screen-color and use its output to set the frame
9394 background-mode. (Bug#8597)
9395
9396 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9399 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9400 New functions.
9401 (defgeneric, eieio--defmethod): Use them.
9402 (eieio-defgeneric): Remove.
9403 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9404
9405 2011-05-07 Glenn Morris <rgm@gnu.org>
9406
9407 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9408 Use let rather than let*.
9409 (timeclock-find-discrep): Remove unused local.
9410
9411 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9412
9413 * calendar/appt.el (appt-time-msg-list): Doc fix.
9414
9415 2011-05-06 Noah Friedman <friedman@splode.com>
9416
9417 * apropos.el (apropos-print-doc): Only use
9418 emacs-lisp-docstring-fill-column when it is bound to an integer,
9419 per that variable's documentation.
9420
9421 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
9424 and warnings are not silently discarded (e.g. use -d instead of -P).
9425
9426 2011-05-06 Glenn Morris <rgm@gnu.org>
9427
9428 * calendar/appt.el (appt-message-warning-time): Doc fix.
9429 (appt-warning-time-regexp): New option.
9430 (appt-make-list): Respect appt-message-warning-time.
9431
9432 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9433 New options.
9434 (diary-add-to-list): Strip comments from the displayed string.
9435 (diary-mode): Set comment-start and comment-end.
9436
9437 * vc/diff-mode.el (smerge-refine-subst): Declare.
9438 (diff-refine-hunk): Don't require smerge-mode when compiling.
9439
9440 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
9441
9442 * simple.el (list-processes): Return nil as the docstring says.
9443
9444 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
9445
9446 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9447 to "".
9448 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9449 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9450 determining of binary transfer. (Bug#7383)
9451
9452 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
9453
9454 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9455 Fix port computation bug. (Bug#8618)
9456
9457 2011-05-05 Glenn Morris <rgm@gnu.org>
9458
9459 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9460
9461 * simple.el (shell-dynamic-complete-functions)
9462 (comint-dynamic-complete-functions): Declare.
9463
9464 * net/network-stream.el (gnutls-negotiate):
9465 * simple.el (tabulated-list-print): Fix declarations.
9466
9467 * progmodes/gud.el (syntax-symbol, syntax-point):
9468 Remove unnecessary and incorrect declarations.
9469
9470 * emacs-lisp/check-declare.el (check-declare-scan):
9471 Handle byte-compile-initial-macro-environment in bytecomp.el
9472
9473 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 Fix earlier half-done eieio-defmethod change (bug#8338).
9476 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9477 Streamline and change calling convention.
9478 (defmethod): Adjust accordingly and simplify.
9479 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9480 new eieio--defmethod.
9481 (slot-boundp): Minor CSE simplification.
9482
9483 2011-05-05 Milan Zamazal <pdm@zamazal.org>
9484
9485 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9486 (glasses-make-readable): Use glasses-separate-capital-groups.
9487
9488 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
9489
9490 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9491 (warning-series): Doc fix.
9492 (display-warning): Don't try to create the buffer if we just found it.
9493
9494 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
9495
9496 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9497 (autoload-find-generated-file): New function.
9498 (generate-file-autoloads): Bind generated-autoload-file to
9499 buffer-file-name.
9500 (update-file-autoloads, update-directory-autoloads):
9501 Use autoload-find-generated-file. If called interactively, prompt for
9502 output file (Bug#7989).
9503 (batch-update-autoloads): Doc fix.
9504
9505 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
9506
9507 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9508
9509 2011-05-04 Glenn Morris <rgm@gnu.org>
9510
9511 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9512 function, so it follows changes in calendar-date-style.
9513 (diary-fancy-date-matcher): New function.
9514 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9515 (diary-fancy-font-lock-fontify-region-function):
9516 Use diary-fancy-date-pattern as a function.
9517
9518 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9519 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9520
9521 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9522
9523 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9524 instead of positional arguments. Allow :keylist and :crlfiles
9525 arguments.
9526 (open-gnutls-stream): Call it.
9527
9528 * net/network-stream.el (network-stream-open-starttls): Adjust to
9529 call `gnutls-negotiate' with :process and :hostname arguments.
9530
9531 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * minibuffer.el (completion--message): New function.
9534 (completion--do-completion, minibuffer-complete)
9535 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9536 (completion--do-completion): Don't ignore completion-auto-help when in
9537 icomplete-mode.
9538
9539 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9540 internal encoding (e.g. tibetan zero is not whitespace).
9541 (global-whitespace-mode): Prefer save-current-buffer.
9542 (whitespace-trailing-regexp): Remove useless save-match-data.
9543 (whitespace-empty-at-bob-regexp): Minor simplification.
9544
9545 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
9546
9547 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9548
9549 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9550
9551 * textmodes/ispell.el (ispell-add-per-file-word-list):
9552 Use `concat' to create string for insertion.
9553
9554 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9557 Avoid open-line which runs post-self-insert-hook.
9558 (bibtex-fill-entry): Remove unused `end' var.
9559
9560 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9561
9562 * textmodes/ispell.el (ispell-add-per-file-word-list):
9563 Protect against `nil' value of `comment-start' (Bug#8579).
9564
9565 2011-05-03 Leo Liu <sdl.web@gmail.com>
9566
9567 * isearch.el (isearch-yank-pop): New command.
9568 (isearch-mode-map): Bind it to `M-y'.
9569 (isearch-forward): Mention it.
9570
9571 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * simple.el (minibuffer-complete-shell-command): Remove.
9574 (minibuffer-local-shell-command-map): Use completion-at-point.
9575 (read-shell-command): Setup completion vars here instead.
9576 (read-expression-map): Bind TAB to symbol completion.
9577
9578 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9579 error directly rather via storing it into `results'.
9580
9581 2011-05-02 Leo Liu <sdl.web@gmail.com>
9582
9583 * vc/diff.el: Fix description.
9584
9585 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9586
9587 * server.el (server-eval-at): New function.
9588
9589 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9590
9591 * net/network-stream.el (open-network-stream): Take a :nowait
9592 parameter and pass it on to `make-network-process'.
9593 (network-stream-open-plain): Ditto.
9594
9595 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9596
9597 * faces.el (face-spec-set-match-display): Don't match toolkit
9598 options on terminal frames.
9599
9600 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * progmodes/pascal.el: Use lexical binding.
9603 (pascal-mode-map): Remove author preferences.
9604
9605 * pcomplete.el (pcomplete-std-complete): Don't abuse
9606 completion-at-point.
9607
9608 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
9609
9610 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9611 removing code that has been dead since 1991 or so.
9612
9613 * startup.el (command-line): When warning about "_emacs", use a
9614 delayed warning to allow the user to filter it out.
9615
9616 2011-04-28 Deniz Dogan <deniz@dogan.se>
9617
9618 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9619 user has not joined.
9620
9621 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9624 aren't any completions at point.
9625
9626 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
9627
9628 * subr.el (display-delayed-warnings): New function.
9629 (delayed-warnings-hook): New variable.
9630
9631 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9632
9633 * minibuffer.el (completion-at-point, completion-help-at-point):
9634 Don't presume that a given completion-at-point-function will always
9635 use the same calling convention.
9636
9637 * pcomplete.el (pcomplete-completions-at-point):
9638 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9639 pcomplete-seen is non-nil.
9640 (pcomplete-comint-setup): Also recognize the new comint/shell
9641 completion functions.
9642 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9643 pcomplete-seen is non-nil.
9644
9645 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
9646
9647 * calendar/icalendar.el (diary-lib): Add require statement.
9648 (icalendar--create-uid): Read out a uid from a text-property on
9649 the first character in the entry. This allows for code to add its
9650 own uid to the entry.
9651 (icalendar--convert-float-to-ical): Add export of
9652 `diary-float'-entries save for those with the optional DAY
9653 argument.
9654
9655 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9656
9657 * subr.el (shell-quote-argument): Use alternate escaping strategy
9658 when we spot a variable reference in a string.
9659
9660 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9661
9662 * cus-start.el (all): Define customization for debug-on-event.
9663
9664 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9665
9666 * subr.el (shell-quote-argument): Escape correctly under Windows.
9667
9668 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9671
9672 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
9673
9674 * net/tramp.el (tramp-process-actions): Add POS argument.
9675 Delete region between POS and (pos).
9676
9677 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9678 Use `nil' position in `tramp-process-actions' call.
9679 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9680
9681 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9682 position in `tramp-process-actions' call.
9683
9684 * net/trampver.el: Update release number.
9685
9686 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * custom.el (defcustom): Obey lexical-binding.
9689
9690 Fix octave-inf completion problems reported by Alexander Klimov.
9691 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9692 Inherit from octave-mode-syntax-table.
9693 (inferior-octave-mode): Set info-lookup-mode.
9694 (inferior-octave-completion-at-point): New function.
9695 (inferior-octave-complete): Use it and completion-in-region.
9696 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9697 comint-filename-completion.
9698 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9699 symbol elements which shouldn't be word elements.
9700 (octave-font-lock-keywords, octave-beginning-of-defun)
9701 (octave-function-header-regexp): Adjust regexps accordingly.
9702 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9703
9704 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
9705
9706 * net/gnutls.el (gnutls-errorp): Declare before first use.
9707
9708 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9709
9710 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9711 verify-error, and verify-hostname-error parameters. Check whether
9712 default trustfile exists before going to use it. Add missing
9713 argument to gnutls-message-maybe call. Return value.
9714 Reported by Claudio Bley <claudio.bley@gmail.com>.
9715 (open-gnutls-stream): Add usage example.
9716
9717 * net/network-stream.el (network-stream-open-starttls): Give host
9718 parameter to `gnutls-negotiate'.
9719 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
9720 * subr.el (shell-quote-argument): Escape correctly under Windows.
9721
9722 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
9723
9724 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9725 Use correct match group (bug#8438).
9726
9727 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
9728
9729 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9730 (package-menu--generate): New arg specifying packages to show.
9731 (package-menu-refresh, package-menu-execute, list-packages):
9732 Callers changed.
9733 (package-show-package-list): New function, replacing deleted
9734 package--list-packages (renamed because it is non-internal).
9735
9736 * finder.el (finder-list-matches): Use package-show-package-list
9737 instead of deleted package--list-packages.
9738
9739 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9740 Based on a previous implementation by Juanma Barranquero (Bug#8366).
9741 (vc-annotate-mode-map): Bind it to RET.
9742
9743 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9744
9745 * progmodes/etags.el (next-file): Don't use set-buffer to change
9746 buffers (Bug#8478).
9747
9748 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
9749
9750 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9751
9752 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9753 (apropos-accumulator): Doc fix.
9754 (apropos-function, apropos-macro, apropos-command)
9755 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9756 (apropos-plist): Add face property.
9757 (apropos-symbols-internal): Fix indentation.
9758 (apropos-print): Simplify help, and recognize apropos-multi-type.
9759 (apropos-print-doc): Use button-type-get to extract the button's
9760 face property. Fill docstring (Bug#8352).
9761
9762 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
9763
9764 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9765
9766 * play/mpuz.el (mpuz-silent): Doc fix.
9767 (mpuz-mode-map): Use mapc.
9768 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9769 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9770 Fix typos in docstrings.
9771
9772 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9773 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9774
9775 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9776
9777 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
9778
9779 * minibuffer.el (completion--do-completion): Avoid the "Next char
9780 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9781
9782 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9783 mouse-2 into unread-command-events, it is interpreted correctly.
9784
9785 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
9786 (image-toggle-display): Doc fix.
9787
9788 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
9789
9790 * textmodes/page.el (what-page): Use line-number-at-pos to
9791 calculate line number (Bug#6825).
9792
9793 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
9794
9795 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9796 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9797 Pass argument NO-DEFAULT to `find-tag-interactive'.
9798
9799 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
9800
9801 Lexical-binding cleanup.
9802
9803 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9804 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9805 * progmodes/ada-prj.el (ada-prj-initialize-values)
9806 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9807 (ada-prj-show-value):
9808 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9809 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9810 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9811 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9812 * progmodes/bug-reference.el (bug-reference-push-button):
9813 * progmodes/fortran.el (fortran-line-length):
9814 * progmodes/glasses.el (glasses-change):
9815 * progmodes/octave-mod.el (octave-fill-paragraph):
9816 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9817 (python-pdbtrack-grub-for-buffer, python-sentinel):
9818 * progmodes/sql.el (sql-save-connection):
9819 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9820 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9821 Mark unused parameters.
9822
9823 * progmodes/compile.el (compilation--flush-directory-cache)
9824 (compilation--flush-parse, compile-internal): Mark unused parameters.
9825 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9826 (compilation-next-error-function): Remove unused variable `timestamp'.
9827
9828 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9829 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9830
9831 * progmodes/dcl-mode.el (dcl-end-of-command):
9832 Remove unused variable `start'.
9833 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9834 (dcl-option-value-basic, dcl-option-value-offset)
9835 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9836 Mark unused parameters.
9837 (dcl-save-local-variable): Remove unused variable `val'.
9838 (mode): Declare.
9839
9840 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9841 Mark unused parameters.
9842 (delphi-ignore-changes): Move before first use.
9843 (delphi-charset-token-at): Remove unused variable `start'.
9844 (delphi-else-start): Remove unused variable `if-count'.
9845 (delphi-comment-block-start, delphi-comment-block-end):
9846 Remove unused variable `kind'.
9847 (delphi-indent-line): Remove unused variable `new-point'.
9848
9849 * progmodes/ebrowse.el (ebrowse-files-list)
9850 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9851 Mark unused parameters. Don't quote `lambda'.
9852 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9853 Don't quote `lambda'.
9854 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9855 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9856 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9857 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9858 Use `ignore-errors'.
9859 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9860 (ebrowse-view/find-file-and-search-pattern)
9861 (ebrowse-view/find-member-declaration/definition):
9862 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9863 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9864 Rename parameter PREFIX-ARG to PREFIX.
9865 (ebrowse-tags-read-name): Remove unused variables `start' and
9866 `member-info'.
9867 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9868 to `tags-file'.
9869
9870 * progmodes/etags.el (local-find-tag-hook): Declare.
9871 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9872 Mark unused parameters.
9873
9874 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9875 (executable-interpret): Mark unused parameter.
9876
9877 * progmodes/flymake.el (flymake-process-sentinel)
9878 (flymake-after-change-function)
9879 (flymake-create-temp-with-folder-structure)
9880 (flymake-get-include-dirs-dot): Mark unused parameters.
9881 (flymake-safe-delete-directory): Remove unused variable `err'.
9882
9883 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9884 (speedbar-timer-fn, speedbar-line-text)
9885 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9886 (speedbar-center-buffer-smartly): Declare functions.
9887 (gdb-find-watch-expression): Remove unused variable `array'.
9888 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9889 (gdb-starting): Mark unused parameters.
9890 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9891 (gdb-table-string): Remove unused variable `res'.
9892 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9893 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9894 (gdb-display-buffer): Remove unused variable `cur-size'.
9895
9896 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9897 allow lexical-binding compilation.
9898 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9899 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9900 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9901 Mark unused parameters.
9902 (gud-gdb-marker-filter): Remove unused variable `match'.
9903 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9904 lambda expressions and funcall them, instead of using `fset'.
9905
9906 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9907 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9908
9909 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9910 variable `header-beg'; use `let'.
9911
9912 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9913 `restart', `last-sexp' and `at-do'.
9914
9915 * progmodes/js.el (js--debug): Mark unused parameter.
9916 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9917 (js--splice-into-items): Remove unused variable `item'.
9918 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9919
9920 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9921 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9922 (makefile-complete): Remove unused variable `try'.
9923 (makefile-fill-paragraph, makefile-match-function-end):
9924 Mark unused parameters.
9925
9926 * progmodes/octave-inf.el (inferior-octave-complete):
9927 Remove unused variable `proc'.
9928 (inferior-octave-output-digest): Mark unused parameter.
9929
9930 * progmodes/perl-mode.el (perl-calculate-indent):
9931 Remove unused variable `err'.
9932
9933 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9934 (prolog-indent-line): Mark unused parameters.
9935 (prolog-indent-line): Remove unused variable `beg'.
9936
9937 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
9938 (reporter-dont-compact-list): Declare.
9939
9940 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
9941 Remove unused variable `char'.
9942 (sh-debug): Mark unused parameter.
9943 (sh-get-indent-info): Remove unused variable `start'.
9944 (sh-calculate-indent): Remove unused variable `var'.
9945
9946 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
9947 (simula-electric-keyword): Remove unused variable `null'.
9948 (simula-search-backward, simula-search-forward): Remove unused
9949 variables `begin' and `end'.
9950
9951 * progmodes/vera-mode.el (vera-guess-basic-syntax):
9952 Remove unused variable `pos'.
9953 (vera-electric-tab, vera-comment-uncomment-region):
9954 Mark unused parameters.
9955 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
9956
9957 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * emacs-lisp/package.el (package--builtins, package-alist)
9960 (package-load-descriptor, package-built-in-p, package-activate)
9961 (define-package, package-installed-p)
9962 (package-compute-transaction, package-buffer-info)
9963 (package--push): Doc fix. Distinguish more clearly between
9964 version strings and version lists.
9965
9966 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
9967
9968 Lexical-binding cleanup.
9969
9970 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
9971 (5x5-make-mutate-best):
9972 * play/fortune.el (fortune-in-buffer):
9973 * play/gomoku.el (gomoku-init-display):
9974 * play/solitaire.el (solitaire, solitaire-do-check):
9975 * play/tetris.el (tetris-default-update-speed-function):
9976 Mark unused parameters.
9977
9978 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
9979 (bubbles--shift): Remove unused variable `char-org'.
9980 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
9981 (bubbles--show-images): Remove unused variable `char'.
9982
9983 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
9984 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
9985 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
9986 (decipher-analyze-buffer): Use ?\s.
9987 (decipher-make-checkpoint): Remove unused variable `mapping'.
9988
9989 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
9990
9991 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
9992 Remove unused variable `result'; use `let'.
9993
9994 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
9995 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
9996 (gametree-children-shown-p, gametree-compute-reduced-score):
9997 Use `ignore-errors'.
9998
9999 * play/handwrite.el (ps-lpr-switches): Declare.
10000 (handwrite): Remove unused variables `pmin' and `lastp'.
10001
10002 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10003
10004 * play/landmark.el (landmark-init-display)
10005 (landmark-update-naught-weights): Mark unused parameters.
10006 (landmark-y): Remove unused variable `noise'. Simplify.
10007 (landmark-human-plays): Remove unused variable `score'.
10008
10009 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10010 (mpuz-try-proposal): Remove unused variable `game'.
10011
10012 * play/zone.el (life-patterns): Declare.
10013
10014 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
10015
10016 * vc/vc.el (ediff-vc-internal): Declare function.
10017
10018 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * shell.el: Use lexical-binding and std completion UI.
10021 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10022 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10023 comint-preoutput-filter-functions rather than on
10024 comint-output-filter-functions.
10025 (shell-command-completion, shell--command-completion-data)
10026 (shell-filename-completion, shell-environment-variable-completion)
10027 (shell-c-a-p-replace-by-expanded-directory): New functions.
10028 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10029 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10030 (shell-dynamic-complete-environment-variable): Use them.
10031 (shell-dynamic-complete-as-environment-variable)
10032 (shell-dynamic-complete-as-command): Remove.
10033 (shell-match-partial-variable): Match past point.
10034 * comint.el: Clean up use of completion-at-point-functions.
10035 (comint-completion-at-point): New function.
10036 (comint-mode): Use it completion-at-point-functions.
10037 (comint-dynamic-complete): Make it obsolete.
10038 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10039 (comint-c-a-p-replace-by-expanded-history): New function.
10040 (comint-dynamic-complete-functions)
10041 (comint-replace-by-expanded-history): Use it.
10042 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10043 termination strings. Try harder to avoid second try-completion.
10044 (completion-in-region-mode-map): Disable bindings that don't work yet.
10045
10046 * comint.el: Use lexical-binding. Require CL.
10047 (comint-dynamic-complete-functions): Use comint-filename-completion.
10048 (comint-completion-addsuffix): Tweak custom type.
10049 (comint-filename-completion, comint--common-suffix)
10050 (comint--common-quoted-suffix, comint--table-subvert)
10051 (comint--complete-file-name-data): New functions.
10052 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10053 (comint-dynamic-list-filename-completions): Use them.
10054 (comint-dynamic-simple-complete): Make obsolete.
10055
10056 * minibuffer.el (completion-in-region-mode):
10057 Keep completion-in-region-mode--predicate global.
10058 (completion-in-region--postch):
10059 Assume completion-in-region-mode--predicate is not null.
10060
10061 * progmodes/flymake.el (flymake-start-syntax-check-process):
10062 Obey `dir'. Simplify.
10063
10064 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10065 we're in VC after all.
10066
10067 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10068
10069 * vc/vc.el (vc-diff-build-argument-list-internal)
10070 (vc-version-ediff, vc-ediff): New commands.
10071 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10072
10073 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10076 add sanity check.
10077
10078 * obsolete/erc-hecomplete.el: Make obsolete.
10079 * obsolete/: Standardize obsolescence info in the header.
10080
10081 2011-04-20 Glenn Morris <rgm@gnu.org>
10082
10083 * calendar/solar.el (solar-horizontal-coordinates):
10084 Use the longitude argument rather than `calendar-longitude'.
10085 (solar-date-next-longitude): Remove unused locals.
10086
10087 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10088
10089 * whitespace.el: New version 13.2.1.
10090
10091 2011-04-20 felix <EmacsWiki> (tiny change)
10092
10093 * whitespace.el (global-whitespace-mode): Keep highlight when
10094 switching between major modes on a file.
10095
10096 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10097
10098 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10099 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10100 multi-line comments as well.
10101
10102 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
10103
10104 Lexical-binding cleanup.
10105
10106 * arc-mode.el (archive-mode-revert):
10107 * cmuscheme.el (scheme-interactively-start-process):
10108 * custom.el (custom-initialize-delay):
10109 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10110 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10111 * emacs-lock.el (emacs-lock-clear-sentinel):
10112 * ezimage.el (defezimage):
10113 * follow.el (follow-avoid-tail-recenter):
10114 * fringe.el (set-fringe-mode-1):
10115 * generic-x.el (bat-generic-mode-compile):
10116 * help-mode.el (help-info-variable, help-do-xref)
10117 (help-mode-revert-buffer):
10118 * help.el (view-emacs-todo):
10119 * iswitchb.el (iswitchb-completion-help):
10120 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10121 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10122 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10123 * locate.el (locate-update):
10124 * longlines.el (longlines-encode-region)
10125 (longlines-after-change-function):
10126 * outline.el (outline-isearch-open-invisible):
10127 * ps-def.el (declare-function, charset-dimension, char-width)
10128 (encode-char):
10129 * ps-mule.el (ps-mule-plot-string):
10130 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10131 (recentf-edit-list-select, recentf-edit-list-validate)
10132 (recentf-open-files-action):
10133 * rect.el (delete-whitespace-rectangle-line)
10134 (rectangle-number-line-callback):
10135 * register.el (window-configuration-to-register)
10136 (frame-configuration-to-register):
10137 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10138 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10139 (xselect-convert-to-targets, xselect-convert-to-delete)
10140 (xselect-convert-to-filename, xselect-convert-to-charpos)
10141 (xselect-convert-to-lineno, xselect-convert-to-colno)
10142 (xselect-convert-to-os, xselect-convert-to-host)
10143 (xselect-convert-to-user, xselect-convert-to-class)
10144 (xselect-convert-to-name, xselect-convert-to-integer)
10145 (xselect-convert-to-atom, xselect-convert-to-identity):
10146 * subr.el (declare, ignore, process-kill-without-query)
10147 (text-clone-maintain):
10148 * terminal.el (te-get-char, te-tic-sentinel):
10149 * tool-bar.el (tool-bar-make-keymap):
10150 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10151 * type-break.el (type-break-mode, type-break-noninteractive-query):
10152 * view.el (View-back-to-mark):
10153 * wid-browse.el (widget-browse-action, widget-browse-widget)
10154 (widget-browse-widgets, widget-browse-sexp):
10155 * widget.el (define-widget-keywords):
10156 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10157 Mark unused parameters.
10158
10159 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10160 (align-areas): Remove unused variable `look'.
10161 (align-region): Remove unused variables `real-end' and `pos-list'.
10162
10163 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10164
10165 * bindings.el (mode-line-modified, mode-line-remote):
10166 Mark unused parameters.
10167 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10168
10169 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10170 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10171
10172 * comint.el (comint-history-isearch-pop-state)
10173 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10174 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10175 (comint-substitute-in-file-name): Doc fix.
10176
10177 * completion.el (cmpl-statistics-block): Mark unused parameter.
10178 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10179 (save-completions-to-file, load-completions-from-file):
10180 Remove unused local variable `e'.
10181
10182 * composite.el (compose-chars): Remove unused variable `len'.
10183 (lgstring-insert-glyph): Remove unused variable `g'.
10184 (compose-glyph-string): Remove unused variables `ascent',
10185 `descent', `lbearing' and `rbearing'.
10186 (compose-glyph-string-relative): Remove unused variables
10187 `lbearing', `rbearing' and `wadjust'.
10188 (compose-gstring-for-graphic): Remove unused variables `header',
10189 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10190 (compose-gstring-for-terminal): Remove unused variables `header'
10191 and `nchars'. Use `let', not `let*'.
10192
10193 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10194 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10195 (Custom-buffer-done, custom-buffer-create-internal)
10196 (custom-browse-visibility-action, custom-browse-group-tag-action)
10197 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10198 (widget-magic-mouse-down-action, custom-toggle-parent)
10199 (custom-add-parent-links, custom-toggle-hide-variable)
10200 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10201 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10202 (custom-face-menu-create, custom-variable-menu-create, get)
10203 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10204 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10205 (customize-apropos): Remove unused variable `tests'.
10206 (custom-group-value-create): Remove unused variable `hidden-p'.
10207 (sort-fold-case): Declare.
10208
10209 * cus-theme.el (custom-reset-standard-faces-list)
10210 (custom-reset-standard-variables-list): Declare.
10211 (customize-create-theme, custom-theme-revert, custom-theme-write)
10212 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10213 Mark unused parameters.
10214
10215 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10216
10217 * delim-col.el (delimit-columns-max): Move defvar before first use.
10218
10219 * descr-text.el (describe-char-categories): Don't quote `lambda'.
10220 (describe-char): Don't quote `lambda'. Mark unused parameter.
10221
10222 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10223 (auto-insert): Declare.
10224 (desktop-restore-file-buffer): Rename desktop-* parameters;
10225 mark unused ones.
10226 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10227 (desktop-buffer): Rename desktop-* parameters.
10228
10229 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10230 (dframe-reposition-frame-xemacs, dframe-help-echo)
10231 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10232 Mark unused parameters.
10233
10234 * dired-aux.el (backup-extract-version-start, overwrite-query)
10235 (overwrite-backup-query, rename-regexp-query)
10236 (rename-non-directory-query): Declare.
10237 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10238 (dired-add-entry): Remove unused variable `orig-file-name'.
10239 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10240 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10241 `dired-copy-preserve-time' directly.
10242 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10243 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10244
10245 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10246 (dired-virtual-revert, dired-make-relative-symlink):
10247 Mark unused parameters.
10248 (manual-program): Declare.
10249 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10250 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10251 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10252
10253 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10254
10255 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10256
10257 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10258 Declare.
10259
10260 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10261
10262 * electric.el (Electric-command-loop): Rename parameter
10263 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10264
10265 * expand.el (expand-in-literal): Remove unused variable `here'.
10266
10267 * facemenu.el (facemenu-add-new-color):
10268 Remove unused variable `docstring'.
10269
10270 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10271 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10272 (face-attr-construct): Mark unused parameter. Doc fix.
10273 (read-color): Remove unused variable `hex-string'.
10274
10275 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10276 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10277 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10278 (display-buffer-other-frame): Remove unused variable `old-window'.
10279 (kill-buffer-hook): Declare.
10280 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10281 Mark unused parameters.
10282 (after-find-file): Pass 1 to `auto-save-mode', not t.
10283
10284 * files-x.el (auto-insert): Declare.
10285 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10286
10287 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
10288 variable `buf'. Mark unused parameter.
10289 (find-lisp-insert-directory): Mark unused parameter.
10290
10291 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10292 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10293 (format-common-tail): Remove, unused.
10294 (format-deannotate-region): Remove unused variable `loc'.
10295 (format-annotate-region): Remove unused variable `p'.
10296 (format-annotate-single-property-change): Remove unused variables
10297 `default' and `tail'.
10298
10299 * forms.el (read-file-filter): Declare.
10300 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10301
10302 * frame.el (frame-creation-function-alist): Mark unused parameter.
10303 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10304
10305 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10306 Remove unused parameters.
10307 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10308 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10309
10310 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10311 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10312 (hfy-prepare-tag-map): Mark unused parameters.
10313 (htmlfontify-buffer): Use `called-interactively-p'.
10314
10315 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10316 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10317 (ibuffer-do-occur): Mark unused parameters.
10318 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10319 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10320
10321 * ibuffer.el: Don't quote `lambda'.
10322 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10323 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10324 Mark unused parameters.
10325
10326 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10327 (ido-completing-read): Mark unused parameters.
10328 (ido-copy-current-word): Mark unused parameters;
10329 remove unused variable `name'.
10330 (ido-sort-merged-list): Remove unused parameter `dirs'.
10331
10332 * ielm.el (ielm-input-sender): Mark unused parameter.
10333 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10334 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10335 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10336 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10337 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10338
10339 * image-dired.el (image-dired-display-thumbs): Remove unused
10340 variables `curr-file' and `count'.
10341 (image-dired-remove-tag): Remove unused variable `start'.
10342 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10343 variable `curr-file'
10344 (image-dired-rotate-original): Remove unused variable `temp-file'.
10345 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10346 Remove unused variable `file'.
10347 (image-dired-gallery-generate): Remove unused variable `curr'.
10348 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10349
10350 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10351
10352 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10353
10354 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10355
10356 * isearch.el (minibuffer-history-symbol): Declare.
10357 (isearch-edit-string): Remove unused variable `err'.
10358 (isearch-message-prefix, isearch-message-suffix):
10359 Mark unused parameters.
10360
10361 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10362
10363 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10364
10365 * makesum.el (double-column): Remove unused variable `cnt'.
10366
10367 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10368 (ido-ignore-item-temp-list): Declare.
10369
10370 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10371 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10372 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10373 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10374 `mouse-col-delta'.
10375
10376 * mouse-sel.el (mouse-extend-internal):
10377 Remove unused variable `orig-window-frame'.
10378
10379 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10380 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10381 Move declarations before first use.
10382 (pcomplete-opt): Mark unused parameters; doc fix.
10383
10384 * proced.el (proced-revert): Mark unused parameter.
10385 (proced-send-signal): Remove unused variable `err'.
10386
10387 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10388 Rename parameter PREFIX-ARG to ARG.
10389 (ps-basic-plot-string, ps-basic-plot-whitespace):
10390 Mark unused parameters.
10391
10392 * replace.el (replace-count): Define.
10393 (occur-revert-function): Mark unused parameters.
10394 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10395 (isearch-case-fold-search, isearch-string): Declare.
10396 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10397 bind `case-fold-search'. Remove unused variables `beg' and `end',
10398 and simplify.
10399 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10400 COUNT and bind `replace-count'.
10401 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10402 to COUNT.
10403
10404 * savehist.el (print-readably, print-string-length): Declare.
10405
10406 * shadowfile.el (shadow-expand-cluster-in-file-name):
10407 Remove unused variable `cluster'.
10408 (shadow-copy-file): Remove unused variable `i'.
10409 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10410 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10411 (shadow-define-literal-group, shadow-define-regexp-group)
10412 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10413
10414 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10415 (shell): Use `called-interactively-p'.
10416 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10417
10418 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10419 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10420 (delete-backward-char): Remove unused variable `ocol'.
10421 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10422 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10423 (event-apply-hyper-modifier, event-apply-shift-modifier)
10424 (event-apply-control-modifier, event-apply-meta-modifier):
10425 Mark unused parameters.
10426 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10427 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10428
10429 * speedbar.el (speedbar-ignored-directory-expressions)
10430 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10431 (speedbar-find-file, speedbar-dir-follow)
10432 (speedbar-directory-buttons-follow, speedbar-tag-find)
10433 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10434 (speedbar-buffers-line-directory, speedbar-buffer-click):
10435 Mark unused parameters.
10436 (speedbar-tag-file): Remove unused variable `mode'.
10437 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10438
10439 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10440
10441 * talk.el (talk): Remove unused variable `display'.
10442
10443 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10444 (tar-write-region-annotate): Mark unused parameter.
10445
10446 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10447 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10448 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10449 warning by another.
10450
10451 * time-stamp.el (time-stamp-string-preprocess):
10452 Remove unused variable `require-padding'.
10453
10454 * tree-widget.el (widget-glyph-enable): Declare.
10455 (tree-widget-action): Mark unused parameter.
10456
10457 * w32-fns.el (x-get-selection): Mark unused parameter.
10458 (autoload-make-program, generated-autoload-file): Declare.
10459
10460 * wdired.el (wdired-revert): Mark unused parameters.
10461 (wdired-xcase-word): Remove unused variable `err'.
10462
10463 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10464 (whitespace-help-scroll): Remove unused variable `data-help'.
10465
10466 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10467 (widget-image-insert, widget-after-change, default)
10468 (widget-default-format-handler, widget-default-notify)
10469 (widget-default-prompt-value, widget-info-link-action)
10470 (widget-url-link-action, widget-function-link-action)
10471 (widget-variable-link-action, widget-file-link-action)
10472 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10473 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10474 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10475 (widget-insert-button-action, widget-delete-button-action, visibility)
10476 (widget-documentation-link-action, widget-documentation-string-action)
10477 (widget-const-prompt-value, widget-regexp-match, symbol)
10478 (widget-coding-system-prompt-value)
10479 (widget-key-sequence-value-to-external, sexp)
10480 (widget-sexp-value-to-internal, character, vector, cons)
10481 (widget-choice-prompt-value, widget-boolean-prompt-value)
10482 (widget-color--choose-action): Mark unused parameters.
10483 (widget-item-match-inline, widget-choice-match-inline)
10484 (widget-checklist-match, widget-checklist-match-inline)
10485 (widget-group-match): Rename parameter VALUES to VALS.
10486 (widget-field-value-set): Remove unused variable `size'.
10487 (widget-color-action): Remove unused variables `value' and `start'.
10488
10489 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
10490 variable `dir'. Doc fix.
10491 (windmove-find-other-window): Don't pass it.
10492
10493 * window.el (count-windows): Mark unused parameter.
10494 (bw-adjust-window): Remove unused variable `err'.
10495
10496 * woman.el (woman-file-name): Remove unused variable `default'.
10497 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10498 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10499 (global-font-lock-mode): Declare.
10500 (woman-decode-region): Mark unused parameter.
10501 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10502
10503 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10504 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10505 (x-dnd-handle-moz-url): Remove unused variable `title'.
10506 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10507
10508 * xml.el (xml-parse-tag, xml-parse-attlist):
10509 Remove unused variable `pos'.
10510
10511 2011-04-19 Glenn Morris <rgm@gnu.org>
10512
10513 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10514 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10515 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10516 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10517 * calendar/cal-html.el (cal-html-insert-minical):
10518 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10519 (calendar-mark-date-pattern):
10520 Prefix "unused" locals.
10521
10522 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10523 optional argument `style'.
10524
10525 * calendar/appt.el (appt-make-list):
10526 * calendar/cal-china.el (calendar-chinese-date-string):
10527 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10528 (diary-hebrew-yahrzeit):
10529 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10530 * calendar/calendar.el (calendar-generate-window):
10531 * calendar/time-date.el (time-to-days):
10532 Remove unused local variables.
10533
10534 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
10535
10536 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10537 glyphless-char-display table.
10538 (tabulated-list-glyphless-char-display): New var.
10539
10540 2011-04-18 Sam Steingold <sds@gnu.org>
10541
10542 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10543 to acknowledgments.
10544
10545 2011-04-17 Glenn Morris <rgm@gnu.org>
10546
10547 * calendar/diary-lib.el (diary-sexp-entry):
10548 * calendar/holidays.el (holiday-sexp):
10549 Set debug-on-error rather than the removed stack-trace-on-error.
10550
10551 2011-04-16 Glenn Morris <rgm@gnu.org>
10552
10553 * progmodes/f90.el: Use lexical-binding.
10554 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10555
10556 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10559 (mail-mode): Setup mailalias completion here instead.
10560 * mail/mailalias.el: Use lexical-binding.
10561 (pattern, mailalias-done): Declare dynamic.
10562 (mail-completion-at-point-function): New function, from mail-complete.
10563 (mail-complete): Use it.
10564 (mail-completion-expand): New function.
10565 (mail-get-names): Use it.
10566 (mail-directory, mail-directory-process, mail-directory-stream):
10567 Don't use `pattern' for lexically bound arg.
10568
10569 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10570
10571 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10572 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10573 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10574
10575 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10576 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10577 (byte-interactive-p): Define them again, for use when inlining
10578 old code.
10579
10580 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
10581
10582 * loadup.el: Use `string-to-number', not `string-to-int'.
10583
10584 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10585
10586 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10587 gud-gdb-complete-command.
10588 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10589 (gud-gdb-completion-at-point): New function.
10590 (gud-gdb-completions): Remove.
10591
10592 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
10593
10594 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10595 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10596 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10597 whether `executable-find' is bound.
10598
10599 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10600
10601 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * minibuffer.el (completion-in-region-mode-predicate)
10604 (completion-in-region-mode--predicate): New vars.
10605 (completion-in-region, completion-in-region--postch)
10606 (completion-in-region-mode): Use them.
10607 (completion--capf-wrapper): Also return the hook function.
10608 (completion-at-point, completion-help-at-point):
10609 Adjust and provide a predicate.
10610
10611 Preserve arg names for advice of subr and lexical functions (bug#8457).
10612 * help-fns.el (help-function-arglist): Consolidate the subr and
10613 new-byte-code cases. Add argument `preserve-names' to extract names
10614 from the docstring when needed.
10615 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10616 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10617 (ad-arglist): Use help-function-arglist's new arg.
10618 (ad-definition-type): Use cond.
10619
10620 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
10621
10622 * autorevert.el (auto-revert-handler):
10623 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10624 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10625 Don't quote lambda.
10626
10627 * image-mode.el (image-transform-set-scale):
10628 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10629
10630 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10631
10632 * net/network-stream.el (network-stream-open-starttls): Only do
10633 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
10634 Upgrades via gnutls-cli are too slow to be done opportunistically.
10635
10636 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
10637
10638 * dframe.el (dframe-current-frame): Remove spurious quote.
10639
10640 2011-04-12 Glenn Morris <rgm@gnu.org>
10641
10642 * calendar/cal-tex.el (cal-tex-end-document):
10643 Try to automatically use latin1 input if needed.
10644
10645 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10646 Don't try to cons a mark onto an empty element.
10647
10648 2011-04-11 Leo Liu <sdl.web@gmail.com>
10649
10650 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10651 buffers.
10652 (ido-kill-buffer-at-head): Support killing virtual buffers.
10653
10654 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
10655
10656 * minibuffer.el (completion-show-inline-help): New var.
10657 (completion--do-completion, minibuffer-complete)
10658 (minibuffer-force-complete, minibuffer-complete-word):
10659 Inhibit minibuffer messages if completion-show-inline-help is nil.
10660
10661 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10662 to avoid interference from inline help (Bug#5849).
10663
10664 2011-04-10 Leo Liu <sdl.web@gmail.com>
10665
10666 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10667 Fix typo.
10668
10669 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
10670
10671 * image-mode.el (image-toggle-display-image): Signal an error if
10672 not in Image mode.
10673 (image-transform-mode, image-transform-resize)
10674 (image-transform-set-rotation): Doc fix.
10675 (image-transform-set-resize): Delete.
10676 (image-transform-set-scale, image-transform-fit-to-height)
10677 (image-transform-fit-to-width): Handle image-toggle-display-image
10678 and image-transform-resize directly.
10679
10680 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
10681
10682 * doc-view.el (doc-view-fit-width-to-window)
10683 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10684 New functions for fitting the shown image to the Emacs window size.
10685 (doc-view-mode-map): Add bindings for the new functions.
10686
10687 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
10688
10689 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
10690 Fix typo in docstring.
10691
10692 2011-04-08 Eli Zaretskii <eliz@gnu.org>
10693
10694 * files.el (file-size-human-readable): Produce one digit after
10695 decimal, like "ls -lh" does.
10696
10697 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10698 the file size representation.
10699
10700 * simple.el (list-processes): If async subprocesses are not
10701 available, error out with a clear error message.
10702
10703 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
10704
10705 * help.el (help-form-show): New function, to be called from C.
10706 Put help-form output in a buffer named differently than *Help*.
10707
10708 2011-04-08 Eli Zaretskii <eliz@gnu.org>
10709
10710 * files.el (file-size-human-readable): New function.
10711
10712 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10713 computing the representation inline. Don't require `cl'.
10714
10715 2011-04-08 Glenn Morris <rgm@gnu.org>
10716
10717 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10718
10719 * net/browse-url.el (browse-url-firefox):
10720 Test system-type, not system-configuration.
10721
10722 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10723 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10724 Use log-edit-empty-buffer-p. (Bug#7598)
10725
10726 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10727 (rlogin-mode-map): Initialize in the defvar.
10728 (rlogin): Use ignore-errors.
10729
10730 * replace.el (occur-mode-map): Some fixes for menu items.
10731
10732 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10733
10734 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10735
10736 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
10737
10738 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10739 issuing unused warnings.
10740
10741 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10742 macro directly.
10743
10744 * simple.el: Lisp reimplement of list-processes. Based on an
10745 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10746 (process-menu-mode): New major mode.
10747 (list-processes--refresh, list-processes):
10748 (process-menu-visit-buffer): New functions.
10749
10750 * files.el (save-buffers-kill-emacs): Don't assume any return
10751 value of list-processes, which is undocumented anyway.
10752
10753 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
10754
10755 * emacs-lisp/tabulated-list.el: New file.
10756
10757 * emacs-lisp/package.el: Use Tabulated List mode.
10758 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10759 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10760 table format using Tabulated List mode variables.
10761 (package--push): New macro, replacing package-list-maybe-add.
10762 (package-menu--generate): Use package--push. Renamed from
10763 package--generate-package-list.
10764 (package-menu-refresh, list-packages): Use it.
10765 (package-menu--print-info): Rename from package-print-package.
10766 Return insertion data instead of inserting it directly.
10767 (package-menu-describe-package, package-menu-execute):
10768 Use tabulated-list-get-id.
10769 (package-menu-mark-delete, package-menu-mark-install)
10770 (package-menu-mark-unmark, package-menu-backup-unmark)
10771 (package-menu-mark-obsolete-for-deletion):
10772 Use tabulated-list-put-tag.
10773 (package--list-packages, package-menu-revert)
10774 (package-menu-get-package, package-menu-get-version)
10775 (package-menu-sort-by-column): Functions deleted.
10776 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10777 (package-menu--status-predicate, package-menu--version-predicate)
10778 (package-menu--name-predicate)
10779 (package-menu--description-predicate): Handle arguments in the
10780 Tabulated List format.
10781 (package-list-packages-no-fetch): Call list-packages.
10782
10783 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
10784
10785 * files.el (after-find-file-from-revert-buffer): Remove variable.
10786 (after-find-file): Don't bind it.
10787 (revert-buffer-in-progress-p): New variable.
10788 (revert-buffer): Bind it.
10789 Pass nil for `after-find-file-from-revert-buffer'.
10790
10791 * saveplace.el (save-place-find-file-hook): Use new variable
10792 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10793
10794 2011-04-06 Glenn Morris <rgm@gnu.org>
10795
10796 * Makefile.in (AUTOGEN_VCS): New variable.
10797 (autoloads): Use $AUTOGEN_VCS.
10798
10799 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10800 * calendar/calendar.el (calendar-mode-map):
10801 Check for toolkit scroll bars. (Bug#8305)
10802
10803 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
10804
10805 * minibuffer.el (completion-in-region--postch)
10806 (completion-in-region-mode): Remove unnecessary messages.
10807
10808 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
10809
10810 * font-lock.el (font-lock-refresh-defaults):
10811 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10812 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10813
10814 * info.el (Info-directory-list, Info-read-node-name-2)
10815 (Info-split-parameter-string): Doc fixes.
10816 (Info-virtual-nodes): Reflow docstring.
10817 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10818 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10819 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10820 Fix typos in docstrings.
10821 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10822 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10823 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10824 (Info-restore-desktop-buffer): Mark unused parameters.
10825 (Info-directory-find-file, Info-directory-find-node)
10826 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10827 (Info-virtual-index-find-node, Info-apropos-find-file)
10828 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
10829 Mark unused parameters; fix typos in docstrings.
10830 (Info-virtual-index): Remove unused local variable `nodename'.
10831
10832 2011-04-05 Deniz Dogan <deniz@dogan.se>
10833
10834 * net/rcirc.el: Update my e-mail address.
10835 (rcirc-mode-map): Remove M-o binding.
10836
10837 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
10838
10839 * startup.el (command-line): Save the cursor's theme-face
10840 directly, instead of using face-override-spec.
10841
10842 * custom.el (load-theme): Minor optimization in assigning faces.
10843
10844 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
10845
10846 * help-fns.el (describe-variable): Complete all variables having
10847 documentation, including keywords.
10848 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10849
10850 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
10851
10852 Convert to lexical-binding.
10853
10854 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10855 (bs--get-marked-string, bs--get-modified-string)
10856 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10857 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10858 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10859
10860 * ehelp.el (electric-help-execute-extended)
10861 (electric-help-ctrl-x-prefix):
10862 * hexl.el (hexl-revert-buffer-function):
10863 * linum.el (linum-after-change, linum-after-scroll):
10864 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10865
10866 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10867
10868 2011-04-04 Daiki Ueno <ueno@unixuser.org>
10869
10870 * epa-dired.el:
10871 * epa-mail.el:
10872 * epa-hook.el:
10873 * epa-file.el:
10874 * epa.el:
10875 * epg.el: Use lexical binding.
10876
10877 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
10878
10879 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10880
10881 * textmodes/flyspell.el (flyspell-word): Recognize default
10882 dictionary case for flyspell-mark-duplications-exceptions.
10883 Use regexp matching for languages.
10884 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10885 default dictionary (Bug#7926).
10886
10887 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
10888
10889 * emacs-lisp/package.el (package--with-work-buffer):
10890 Recognize https URLs.
10891
10892 * net/network-stream.el: Move from gnus/proto-stream.el.
10893 Change prefix to network-stream throughout.
10894 (open-protocol-stream): Merge into open-network-stream, leaving
10895 open-protocol-stream as an alias. Handle nil BUFFER args.
10896
10897 * subr.el (open-network-stream): Move to net/network-stream.el.
10898
10899 2011-04-02 Glenn Morris <rgm@gnu.org>
10900
10901 * find-dired.el (find-exec-terminator): New option.
10902 (find-ls-option): Test for -ls support.
10903 (find-ls-subdir-switches): Test for -b in find-ls-option.
10904 (find-dired, find-grep-dired): Doc fixes.
10905 (find-dired): Use find-exec-terminator.
10906
10907 * find-dired.el (find-ls-option, find-ls-subdir-switches)
10908 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10909 (find-name-arg): Remove purecopy.
10910
10911 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10912 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10913 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10914 accordingly. Don't add the null-device if not needed.
10915
10916 * files.el (save-some-buffers): Doc fix.
10917
10918 2011-04-02 Eli Zaretskii <eliz@gnu.org>
10919
10920 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10921
10922 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
10923
10924 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10925 Use `dolist' rather than `mapcar'.
10926
10927 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 Add lexical binding.
10930
10931 * subr.el (apply-partially): Use new closures rather than CL.
10932 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10933 (dolist, dotimes): Use slightly different expansion for lexical code.
10934 (functionp): Move to C.
10935 (letrec): New macro.
10936 (with-wrapper-hook): Use it and apply-partially instead of CL.
10937 (eval-after-load): Preserve lexical-binding.
10938 (save-window-excursion, with-output-to-temp-buffer): Turn them
10939 into macros.
10940
10941 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
10942
10943 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
10944 than the arglist.
10945 (help-add-fundoc-usage): Don't add `Not documented'.
10946 (help-function-arglist): Handle closures, subroutines, and new
10947 byte-code-functions.
10948 (help-make-usage): Remove leading underscores.
10949 (describe-function-1): Handle closures.
10950 (describe-variable): Use special-variable-p for completion.
10951
10952 * files.el (lexical-binding): Declare safe.
10953
10954 * emacs-lisp/pcase.el: Don't use destructuring-bind.
10955 (pcase--memoize): Rename from pcase-memoize. Change weakness.
10956 (pcase): Add `let' pattern.
10957 Change memoization so it actually works.
10958 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
10959 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
10960 <let>: New case.
10961
10962 * emacs-lisp/macroexp.el: Use lexical binding.
10963 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
10964 Don't convert ' to #' without checking that it's indeed quoting
10965 a lambda.
10966
10967 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
10968 Use eval-sexp-add-defvars.
10969 (eval-sexp-add-defvars): New fun.
10970
10971 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
10972
10973 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
10974 Don't autoload.
10975 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
10976 than the internal `byte-compile-lambda'.
10977 (defmethod): Don't hide code under quotes.
10978 (eieio-defmethod): New `code' argument.
10979
10980 * emacs-lisp/eieio-comp.el: Remove.
10981
10982 * emacs-lisp/edebug.el (edebug-eval-defun)
10983 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
10984 (edebug-toggle): Avoid `eval'.
10985
10986 * emacs-lisp/disass.el (disassemble-internal): Handle new
10987 `closure' objects.
10988 (disassemble-1): Handle new byte codes.
10989
10990 * emacs-lisp/cl.el (pushnew): Silence warning.
10991
10992 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
10993 (cl-byte-compile-throw): Remove.
10994 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
10995
10996 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
10997 closures.
10998
10999 * emacs-lisp/cconv.el: New file.
11000
11001 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11002 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11003 (byte-compile-initial-macro-environment):
11004 Handle declare-function here.
11005 (byte-compile--lexical-environment): New var.
11006 (byte-stack-ref, byte-stack-set, byte-discardN)
11007 (byte-discardN-preserve-tos): New lap codes.
11008 (byte-interactive-p): Don't use any more.
11009 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11010 New macros.
11011 (byte-compile-lapcode): Use them and handle new lap codes.
11012 (byte-compile-obsolete): Remove.
11013 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11014 (byte-compile-arglist-warn): Check late def of inlinable funs.
11015 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11016 since they should have been expanded by now.
11017 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11018 (byte-compile-from-buffer): Remove unused second arg.
11019 (byte-compile-preprocess): New function.
11020 (byte-compile-toplevel-file-form): New function to distinguish
11021 file-form calls from outside from file-form calls from hunk-handlers.
11022 (byte-compile-file-form): Simplify.
11023 (byte-compile-file-form-defsubst): Remove.
11024 (byte-compile-file-form-defmumble): Simplify now that
11025 byte-compile-lambda always returns a byte-code-function.
11026 (byte-compile): Preprocess.
11027 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11028 Remove, not used any more.
11029 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11030 (byte-compile-make-args-desc): New funs.
11031 (byte-compile-lambda): Handle lexical functions. Always return
11032 a byte-code-function.
11033 (byte-compile-reserved-constants): New var, to make up room for
11034 closed-over variables.
11035 (byte-compile-constants-vector): Obey it.
11036 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11037 (byte-compile-macroexpand-declare-function): New function.
11038 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11039 byte-code-functions.
11040 (byte-compile-form): Check obsolescence here.
11041 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11042 (byte-compile-variable-ref): Remove.
11043 (byte-compile-dynamic-variable-op): New fun.
11044 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11045 (byte-compile-variable-set): New funs.
11046 (byte-compile-discard): Add 2 args.
11047 (byte-compile-stack-ref, byte-compile-stack-set)
11048 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11049 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11050 macroexpand-all instead.
11051 (byte-compile-quote-form): Remove.
11052 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11053 (byte-compile-bind, byte-compile-unbind): New funs.
11054 (byte-compile-let): Handle let* and lexical binding.
11055 (byte-compile-let*): Remove.
11056 (byte-compile-catch, byte-compile-unwind-protect)
11057 (byte-compile-track-mouse, byte-compile-condition-case):
11058 Handle a new :fun-body form, used for lexical scoping.
11059 (byte-compile-save-window-excursion)
11060 (byte-compile-with-output-to-temp-buffer): Remove.
11061 (byte-compile-defun): Simplify.
11062 (byte-compile-stack-adjustment): New fun.
11063 (byte-compile-out): Use it.
11064 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11065
11066 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11067 handler any more.
11068
11069 * emacs-lisp/byte-opt.el: Use lexical binding.
11070 (byte-inline-lapcode): Remove (to bytecomp).
11071 (byte-compile-inline-expand): Pay attention to inlining to/from
11072 lexically bound code.
11073 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11074 any more.
11075 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11076 any more and don't call compiler-macros.
11077 (byte-compile-splice-in-already-compiled-code): Remove.
11078 (byte-code): Don't inline any more.
11079 (disassemble-offset): Receive `bytes' as argument rather than via
11080 dynamic scoping.
11081 (byte-compile-tag-number): Declare before first use.
11082 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11083 `return' even if make-spliceable.
11084 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11085 obsolete interactive-p.
11086 (byte-optimize-lapcode): Optimize new lap-codes.
11087 Don't trip up on new form of `byte-constant' lap code.
11088
11089 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11090
11091 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11092
11093 * custom.el (custom-initialize-default, custom-declare-variable):
11094 Use `defvar'.
11095
11096 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11097 New variables.
11098 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11099 (COMPILE_FIRST): Add macroexp and cconv.
11100 * makefile.w32-in: Mirror changes in Makefile.in.
11101
11102 * vc/cvs-status.el:
11103 * vc/diff-mode.el:
11104 * vc/log-edit.el:
11105 * vc/log-view.el:
11106 * vc/smerge-mode.el:
11107 * textmodes/bibtex-style.el:
11108 * textmodes/css.el:
11109 * startup.el:
11110 * uniquify.el:
11111 * minibuffer.el:
11112 * newcomment.el:
11113 * reveal.el:
11114 * server.el:
11115 * mpc.el:
11116 * emacs-lisp/smie.el:
11117 * doc-view.el:
11118 * dired.el:
11119 * abbrev.el: Use lexical binding.
11120
11121 2011-04-01 Eli Zaretskii <eliz@gnu.org>
11122
11123 * info.el (info-display-manual): New function.
11124
11125 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11128
11129 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11130
11131 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
11132 an entry for that server in rcirc-authinfo. (Bug#8385)
11133
11134 2011-03-31 Glenn Morris <rgm@gnu.org>
11135
11136 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11137
11138 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11139
11140 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11141
11142 * progmodes/python.el (python-default-interpreter)
11143 (python-python-command-args, python-jython-command-args)
11144 (python-which-shell, python-which-args, python-which-bufname)
11145 (python-file-queue, python-comint-output-filter-function)
11146 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11147 variables and functions.
11148
11149 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11150
11151 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11152 (completion-in-region-mode): New minor mode.
11153 (completion-in-region): Use it.
11154 (completion-in-region--data, completion-in-region-mode-map): New vars.
11155 (completion-in-region--postch): New function.
11156 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11157 New vars.
11158 (completion--capf-wrapper): New function.
11159 (completion-at-point): Use it to track well-behavedness of
11160 hook functions.
11161 (completion-help-at-point): New command.
11162
11163 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11164
11165 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11166 syntax class to search for whitespace on a single line
11167 (Message-ID: <4D938140.4030905@redhat.com>).
11168
11169 2011-03-30 Leo Liu <sdl.web@gmail.com>
11170
11171 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11172 New commands.
11173 (edit-abbrevs-map): Bind them here.
11174 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11175
11176 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11177
11178 * allout.el (allout-hide-by-annotation, allout-flag-region):
11179 Reduce possibility of overlay leakage by making them volatile.
11180
11181 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11182 hash is not shared between buffers. Mode initialization is
11183 responsible for giving it a useful starting value.
11184 (allout-item-span): Reduce possibility of overlay leakage by
11185 making them volatile.
11186 (allout-widgets-count-buttons-in-region): Add diagnostic function
11187 for tracking down button overlay leaks.
11188
11189 2011-03-29 Leo Liu <sdl.web@gmail.com>
11190
11191 * ido.el (ido-read-internal): Use the default history var
11192 minibuffer-history if no HISTORY is specified.
11193
11194 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11195
11196 * net/imap.el (imap-shell-open, imap-process-connection-type):
11197 Use imap-process-connection-type for 'shell' streams as well as
11198 Kerberos, SSL, other subprocesses.
11199
11200 2011-03-28 Leo Liu <sdl.web@gmail.com>
11201
11202 * abbrev.el (abbrev-table-empty-p): New function.
11203 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11204 nonempty ones. (Bug#5937)
11205
11206 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11207
11208 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11209
11210 2011-03-27 Leo Liu <sdl.web@gmail.com>
11211
11212 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11213 for foreground and background colors.
11214 (ansi-color-make-color-map): Adapt.
11215
11216 2011-03-25 Leo Liu <sdl.web@gmail.com>
11217
11218 * midnight.el (midnight-time-float): Remove. Note it calculates
11219 the microsecond component incorrectly and seconds-to-time does the
11220 same job.
11221 Remove redundant (require 'timer).
11222
11223 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11224 (ido-completions): Remove unused arguments. (Bug#8329)
11225
11226 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * minibuffer.el (completion--flush-all-sorted-completions):
11229 Remove itself from hook.
11230 (completion-at-point): Let the functions perform the completion
11231 immediately and return nil or t.
11232 * comint.el (comint-dynamic-complete-functions): Now identical to
11233 completion-at-point-functions.
11234 (comint-dynamic-list-input-ring): Remove unused var `index'.
11235 (comint--match-partial-filename, comint--unquote&expand-filename):
11236 New funs, split from comint-match-partial-filename.
11237 (comint-dynamic-complete): Use completion-at-point.
11238 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11239
11240 2011-03-24 Drew Adams <drew.adams@oracle.com>
11241
11242 * thingatpt.el: Support `defun'.
11243
11244 2011-03-23 Leo Liu <sdl.web@gmail.com>
11245
11246 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11247
11248 * help-mode.el (help-mode-finish): Tweak regexp.
11249
11250 2011-03-23 Glenn Morris <rgm@gnu.org>
11251
11252 * eshell/esh-opt.el (eshell-eval-using-options):
11253 Do not bind unused local variable `eshell-option-stub'.
11254
11255 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11256
11257 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
11258
11259 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11260 keymap variable in `with-no-warnings' to avoid a warning when the
11261 keymap has been already `defconst'ed.
11262
11263 2011-03-22 Leo Liu <sdl.web@gmail.com>
11264
11265 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11266 encode all chars in abbrevs; otherwise use emacs-mule or
11267 utf-8-emacs. (Bug#8308)
11268
11269 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
11270
11271 * simple.el (backward-delete-char-untabify):
11272 Avoid warning about using `delete-backward-char'.
11273
11274 * image.el (image-type-file-name-regexps): Make it variable.
11275 `imagemagick-register-types' modifies it, and the user may want
11276 to add new extensions for known image types.
11277 (imagemagick-register-types): Throw error if not using ImageMagick.
11278
11279 2011-03-22 Leo Liu <sdl.web@gmail.com>
11280
11281 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11282 located before rcirc-prompt-end-marker.
11283 (rcirc-complete): Error if point is not after rcirc prompt.
11284 Handle the case when table is nil.
11285 (rcirc-user-authenticated): Define to fix compiler warning.
11286
11287 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
11288
11289 * custom.el (custom--inhibit-theme-enable): Make it affect only
11290 custom-theme-set-variables and custom-theme-set-faces.
11291 (provide-theme): Ignore custom--inhibit-theme-enable.
11292 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11293 (custom-enabling-themes): Delete variable.
11294 (enable-theme): Accept only loaded themes as arguments.
11295 Ignore the special custom-enabled-themes variable.
11296 (custom-enabled-themes): Forbid themes from setting this.
11297 Eliminate use of custom-enabling-themes.
11298 (custom-push-theme): Quote "changed" custom var entry.
11299
11300 2011-03-21 Leo Liu <sdl.web@gmail.com>
11301
11302 * ido.el (ido-read-internal): Add ido-selected to history instead
11303 of user input.
11304
11305 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11306
11307 * subr.el (deferred-action-list, deferred-action-function):
11308 Mark obsolete.
11309
11310 2011-03-21 Leo Liu <sdl.web@gmail.com>
11311
11312 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11313 change on 2011-02-13 (bug#8309).
11314
11315 * minibuffer.el (read-file-name-function): Change default value.
11316 (read-file-name--defaults): Rename from read-file-name-defaults.
11317 (read-file-name-default): Rename from read-file-name.
11318 (read-file-name): Call read-file-name-function.
11319
11320 2011-03-21 Glenn Morris <rgm@gnu.org>
11321
11322 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11323 Doc fixes.
11324
11325 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
11326
11327 * cus-theme.el: Add missing provide statement.
11328 (customize-create-theme): Extract theme value correctly.
11329 (custom-theme-visit-theme): Autoload.
11330 (customize-create-theme): Prompt before inserting default faces.
11331
11332 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11333
11334 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11335 units and musical notes.
11336
11337 2011-03-20 Leo Liu <sdl.web@gmail.com>
11338
11339 * ido.el (ido-read-internal): Use completing-read-default.
11340 (ido-completing-read): Fix compatibility with completing-read.
11341
11342 2011-03-20 Christian Ohler <ohler@gnu.org>
11343
11344 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11345 (ert-delete-all-tests): Use `called-interactively-p' rather than
11346 `interactive-p'.
11347 (ert--make-xrefs-region): Respect END.
11348
11349 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
11350
11351 * dired-aux.el (dired-create-directory): Signal an error if the
11352 directory already exists (Bug#8246).
11353
11354 * facemenu.el (list-colors-display): Call list-faces-display
11355 inside with-help-window.
11356 (list-colors-print): Use display property to align the final
11357 column, instead of checking window-width.
11358
11359 2011-03-19 Eli Zaretskii <eliz@gnu.org>
11360
11361 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
11362 windows-nt systems.
11363 (emerge-protect-metachars): Quote correctly for ms-dos and
11364 windows-nt systems.
11365
11366 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
11367
11368 * info.el (info-initialize): Replace all uses of `:' with
11369 path-separator for compatibility with non-Unix systems.
11370 Cache quoting of path-separator. (Bug#8258)
11371
11372 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
11373
11374 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11375 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11376 (mouse-avoidance-mode): Fix typos in docstrings.
11377
11378 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
11379
11380 * startup.el (package-subdirectory-regexp): Move from package.el.
11381 Omit \\` and \\', and let callers add them.
11382
11383 * emacs-lisp/package.el (package-strip-version)
11384 (package-load-all-descriptors): Add \\` and \\' to
11385 package-subdirectory-regexp before using it.
11386 (package-untar-buffer): New arg DIR; ensure that file untars only
11387 into this expected directory. Remove superfluous delete-region.
11388 (package-unpack): Caller changed.
11389 (package-tar-file-info): Use package-subdirectory-regexp.
11390
11391 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11394 diff-mode-shared-map (bug#8284).
11395 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
11396
11397 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11398
11399 * calendar/time-date.el (format-seconds): Use assoc instead of
11400 assoc-string, since assoc-string doesn't exist in XEmacs.
11401
11402 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
11403
11404 * custom.el (custom-known-themes): Reflow docstring.
11405 (custom-theme-load-path): Fix typo in docstring.
11406 (load-theme): Fix typo in error message.
11407 (custom-available-themes, custom-variable-theme-value):
11408 Use `let', not `let*'.
11409
11410 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11411
11412 * calc/README: Mention inclusion of musical notes.
11413
11414 * calc/calc-units.el (calc-lu-quant): Rename from
11415 `calc-logunits-quantity'.
11416 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11417 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11418 (calc-db): Rename from `calc-dblevel'.
11419 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11420 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11421 (calc-np): Rename from `calc-nplevel'.
11422 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11423 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11424 (calc-lu-plus): Rename from `calc-logunits-add'.
11425 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11426 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11427 (calc-lu-minus): Rename from `calc-logunits-sub'.
11428 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11429 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11430 (calc-lu-times): Rename from `calc-logunits-mul'.
11431 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11432 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11433 (calc-lu-divide): Rename from `calc-logunits-div'.
11434 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11435 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11436
11437 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11438 functions being autoloaded.
11439
11440 * calc/calc.el (calc-lu-power-reference): Rename from
11441 `calc-logunits-power-reference'.
11442 (calc-lu-field-reference): Rename from
11443 `calc-logunits-field-reference'.
11444
11445 * calc/calc-help.el (calc-l-prefix-help):
11446 Mention musical note functions.
11447
11448 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * minibuffer.el (completion-all-sorted-completions):
11451 Use :completion-cycle-penalty text property if present.
11452
11453 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11454
11455 * allout.el (allout-yank-processing): Adjust for new rebulleting
11456 regime so bullet being yanked is used without prompting the user
11457 for a choice.
11458
11459 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
11460
11461 * startup.el (command-line): Warn the user that _emacs is deprecated.
11462
11463 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11466 (delphi-verbose, delphi-comment-face, delphi-string-face)
11467 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11468 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11469 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11470 (delphi-new-comment-line, delphi-font-lock-defaults)
11471 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11472 Fix typos in docstrings.
11473
11474 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11475
11476 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
11477 Invert the roles of character and string values for INSTEAD, so a
11478 string is used for the more common case of a defaulting prompt.
11479
11480 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * progmodes/ruby-mode.el (ruby-backward-sexp):
11483 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11484 * play/gamegrid.el (gamegrid-make-face):
11485 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11486 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11487 * notifications.el (notifications-notify):
11488 * net/xesam.el (xesam-search-engines):
11489 * net/quickurl.el (quickurl-list-insert):
11490 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11491
11492 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
11493
11494 * startup.el (command-line): Update package subdirectory regexp.
11495
11496 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * allout.el (allout-abbreviate-flattened-numbering)
11499 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11500
11501 * subr.el (read-char-choice): Only show the cursor after the prompt,
11502 not after the answer.
11503
11504 2011-03-15 Kevin Ryde <user42@zip.com.au>
11505
11506 * help-fns.el (variable-at-point): Skip leading quotes, if any
11507 (bug#8253).
11508
11509 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11512 warning message.
11513
11514 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
11515
11516 * shell.el (shell): When called interactively, offer to change the
11517 shell file name on remote hosts.
11518
11519 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11520
11521 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11522 integration for LDAP parameters. The host, base, user or binddn,
11523 and secret tokens can be specified in a netrc file, for instance.
11524 This is optional because an `auth-source' parameter must be
11525 specified in the search attributes.
11526
11527 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
11528
11529 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11530
11531 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11532
11533 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11534 into declaration. Remove redundant and harmful binding.
11535
11536 2011-03-12 Eli Zaretskii <eliz@gnu.org>
11537
11538 * files.el (file-ownership-preserved-p): Pass `integer' as an
11539 explicit 2nd argument to `file-attributes'. If the file's owner
11540 is the Administrators group on Windows, and the current user is
11541 Administrator, consider that a match.
11542
11543 * server.el (server-ensure-safe-dir): Consider server directory
11544 safe on MS-Windows if its owner is the Administrators group while
11545 the current Emacs user is Administrator. Use `=' to compare
11546 numerical UIDs, since they could be integers or floats.
11547
11548 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
11549
11550 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11551
11552 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
11553
11554 Sync with Tramp 2.2.1.
11555
11556 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11557
11558 * net/trampver.el: Update release number.
11559
11560 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * progmodes/compile.el (compilation--previous-directory): Fix up
11563 various nil/dead-marker mismatches (bug#8014).
11564 (compilation-directory-properties, compilation-error-properties):
11565 Don't call it at a position past the one we're about to change.
11566
11567 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11568 Disable obsolescence warnings in the file that declares it.
11569
11570 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11571
11572 * allout-widgets.el (allout-widgets-tally):
11573 Initialize allout-widgets-tally as a hash table rather than nil to
11574 prevent mode-line redisplay warnings. Also, clarify the module
11575 description and fix a comment typo.
11576
11577 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
11578
11579 * help-fns.el (describe-variable): Don't complete keywords.
11580 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11581
11582 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
11583
11584 * emacs-lisp/package.el (package-version-join): Impose a standard
11585 string representation for pre/alpha/beta version lists.
11586 (package-unpack-single): Standardize the directory name by passing
11587 it through package-version-join.
11588 (package-strip-rcs-id): Accept any version string that does not
11589 signal an error in version-to-list.
11590
11591 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
11592
11593 * simple.el (delete-trailing-whitespace): Return nil for the
11594 benefit of `write-file-functions'.
11595
11596 2011-03-10 Glenn Morris <rgm@gnu.org>
11597
11598 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11599
11600 * vc/vc-git.el (vc-git-program): New option.
11601 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11602 (vc-git--call): Use it.
11603
11604 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11605
11606 * cus-edit.el (Custom-newline): If no button at point, look
11607 for a subgroup button at start-of-line. (Bug#2298)
11608
11609 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11610
11611 2011-03-10 Julien Danjou <julien@danjou.info>
11612
11613 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11614 `cursor-type' is nil.
11615
11616 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11617
11618 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11619
11620 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11621
11622 * allout.el: Change so yank of distinctive-bullet items
11623 preserves the existing header prefix, rebulleting it if necessary,
11624 rather than replacing it. This is necessary for proper operation
11625 of cooperative addons like allout-widgets.
11626 (allout-make-topic-prefix, allout-rebullet-heading):
11627 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11628 value as alternate bullet to be used, instead of prompting the user
11629 for a bullet character.
11630
11631 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
11632
11633 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11634 Do not use `tramp-file-name-port', because this returns also
11635 `tramp-default-port'.
11636
11637 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11638
11639 * net/rcirc.el (rcirc-handler-001): Remove useless
11640 with-rcirc-process-buffer.
11641 (rcirc-check-auth-status): Swap arguments to string-match.
11642
11643 2011-03-09 Glenn Morris <rgm@gnu.org>
11644
11645 * shell.el (shell-mode):
11646 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11647
11648 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11649 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11650
11651 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
11652
11653 * emacs-lisp/package.el (package-refresh-contents)
11654 (package-menu-execute): Use condition-case-no-debug.
11655
11656 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
11657
11658 * simple.el (shell-command-to-string): Use `process-file'.
11659
11660 * emacs-lisp/package.el (package-tar-file-info): Handle also
11661 remote files.
11662
11663 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11664 Use `equal' for upload base check.
11665
11666 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11667
11668 * textmodes/texinfo.el (texinfo-environments):
11669 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11670
11671 2011-03-08 Glenn Morris <rgm@gnu.org>
11672
11673 * cus-start.el (cursor-in-non-selected-windows):
11674 Fix :set quoting oddness. (Bug#8192)
11675
11676 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11677 in some setf expressions. (Bug#2159)
11678
11679 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
11680
11681 * custom.el (custom-available-themes): Return themes in
11682 alphabetical order.
11683
11684 See ChangeLog.15 for earlier changes.
11685
11686 ;; Local Variables:
11687 ;; coding: utf-8
11688 ;; End:
11689
11690 Copyright (C) 2011-2012 Free Software Foundation, Inc.
11691
11692 This file is part of GNU Emacs.
11693
11694 GNU Emacs is free software: you can redistribute it and/or modify
11695 it under the terms of the GNU General Public License as published by
11696 the Free Software Foundation, either version 3 of the License, or
11697 (at your option) any later version.
11698
11699 GNU Emacs is distributed in the hope that it will be useful,
11700 but WITHOUT ANY WARRANTY; without even the implied warranty of
11701 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11702 GNU General Public License for more details.
11703
11704 You should have received a copy of the GNU General Public License
11705 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.