Fix parallel "make install" on MS-Windows.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-03-25 Eli Zaretskii <eliz@gnu.org>
2
3 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4 of same-dir.tst, to avoid stepping on other (parallel) Make job's
5 toes.
6
7 2012-03-25 Chong Yidong <cyd@gnu.org>
8
9 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
10 theme if it was previously enabled before (Bug#11031).
11
12 * cus-theme.el (custom-theme-write-faces): Retrieve current face
13 spec with custom-face-get-current-spec if its :shown-value is not
14 determined yet (Bug#9337).
15 (customize-create-theme, custom-theme-revert): Doc fixes.
16
17 * button.el (button-at): Minor addition to docstring.
18
19 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
20
21 * vc/vc.el (vc-merge): Fix a prompt.
22
23 2012-03-24 Chong Yidong <cyd@gnu.org>
24
25 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
26 point (Bug#9623).
27
28 * button.el (button-at): Minor addition to docstring.
29
30 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * newcomment.el (comment-choose-indent): No space after BOL.
33
34 2012-03-22 Sam Steingold <sds@gnu.org>
35
36 * window.el (switch-to-prev-buffer): Revert last patch because the
37 bug turned out to be an advertised feature (Elisp manual 28.14).
38
39 2012-03-22 Glenn Morris <rgm@gnu.org>
40
41 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
42 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
43
44 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
45
46 * net/network-stream.el (network-stream-open-starttls): Make error
47 message under Windows be less misleading.
48
49 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
50
51 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
52 understands (bug#9942).
53
54 2012-03-22 Chong Yidong <cyd@gnu.org>
55
56 * simple.el (end-of-visible-line): Handle return value of
57 next-single-property-change properly (Bug#9371).
58
59 2012-03-22 Kenichi Handa <handa@m17n.org>
60
61 * international/quail.el (quail-insert-kbd-layout): Fix previous
62 change. To avoid unwanted bidi reordering, use
63 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
64
65 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
66
67 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
68 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
69 (ruby-beginning-of-indent): Be more careful with the difference
70 between word-boundary and symbol boundary.
71 (ruby-mode-syntax-table): Make : a symbol constituent.
72
73 2012-03-21 Andreas Politz <politza@fh-trier.de>
74
75 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
76
77 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * progmodes/etags.el (tags-completion-at-point-function):
80 Improve last fix.
81
82 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
83
84 2012-03-21 Sam Steingold <sds@gnu.org>
85
86 * progmodes/etags.el (tags-completion-at-point-function):
87 Avoid the error when point is inside the pattern.
88
89 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
90
91 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
92 line (Bug#10855).
93
94 2012-03-21 Drew Adams <drew.adams@oracle.com>
95
96 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
97
98 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
99
100 * ido.el (ido-set-current-directory, ido-read-internal)
101 (ido-choose-completion-string, ido-completion-help): Handle nil
102 value of ido-completion-buffer (Bug#11008).
103
104 2012-03-21 Sam Steingold <sds@gnu.org>
105
106 * window.el (switch-to-prev-buffer): Do not switch to a visible
107 window previous buffer, just like with the frame previous buffers.
108
109 2012-03-21 Chong Yidong <cyd@gnu.org>
110
111 * faces.el (make-face, make-empty-face, copy-face):
112 * face-remap.el (face-remap-add-relative, face-remap-set-base):
113 Doc fixes.
114
115 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * wid-edit.el (widget-complete-field): Remove (bug#11051).
118 (widget-complete): Remove broken use of it.
119
120 2012-03-20 Chong Yidong <cyd@gnu.org>
121
122 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
123 Use string-width and truncate-string-width to handle arbitrary
124 characters.
125
126 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
127
128 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
129 to draw rectangles, not squares. (Regression introduced by revno
130 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
131
132 2012-03-18 Chong Yidong <cyd@gnu.org>
133
134 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
135 it is not yet defined (for temacs).
136
137 2012-03-18 Leo Liu <sdl.web@gmail.com>
138
139 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
140
141 2012-03-17 Eli Zaretskii <eliz@gnu.org>
142
143 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
144 (ispell-choices-win-default-height, ispell-silently-savep)
145 (ispell-dictionary-alist, ispell-encoding8-command)
146 (ispell-check-version, ispell-aspell-find-dictionary)
147 (ispell-valid-dictionary-list, ispell-words-keyword)
148 (ispell-get-word, ispell-internal-change-dictionary)
149 (ispell-region, ispell-skip-region-list)
150 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
151 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
152 (ispell-message-text-end, ispell-message)
153 (ispell-buffer-local-parsing): Doc fix.
154
155 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
156
157 * htmlfontify.el: Add support for code block fontification for ODT
158 export (Bug #9914).
159 (hfy-optimisations): Define new option
160 `body-text-only'
161 (hfy-fontify-buffer): Honor above setting.
162 (hfy-begin-span, hfy-end-span): New routines factored out form
163 `hfy-fontify-buffer'.
164 (hfy-begin-span-handler, hfy-end-span-handler): New variables
165 that permit insertion of custom tags.
166 (hfy-fontify-buffer): Use above handlers.
167 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
168 (hfy-face-to-css): Re-defined to be a variable.
169 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
170 over multiple runs. This is made possible by having the caller let
171 bind a special variable `hfy-user-sheet-assoc'.
172 (htmlfontify-string): New defun.
173 (hfy-compile-face-map): Make sure that the last char in the
174 buffer is correctly fontified.
175 (hfy-face-resolve-face): Whitespace only change.
176
177 2012-03-17 Eli Zaretskii <eliz@gnu.org>
178
179 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
180 message more clear.
181
182 2012-03-16 Leo Liu <sdl.web@gmail.com>
183
184 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
185
186 2012-03-16 Alan Mackenzie <acm@muc.de>
187
188 Further optimise the handling of large macros.
189
190 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
191 limit to a call of `c-literal-limits'.
192 (c-determine-+ve-limit): New function.
193 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
194 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
195 In CASE 5B, restrict a search limit to 500.
196 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
197
198 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
199 Restrict macro bounds to +-500 from after-change's BEG END.
200
201 2012-03-16 Leo Liu <sdl.web@gmail.com>
202
203 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
204
205 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
206
207 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
208 `special-mode' setting of `buffer-read-only'. (Bug#11010)
209
210 2012-03-16 Glenn Morris <rgm@gnu.org>
211
212 * view.el (view-buffer, view-buffer-other-window)
213 (view-buffer-other-frame): Doc fixes re special mode-class.
214
215 * subr.el (eval-after-load): If named feature is provided not from
216 a file, run after-load forms. (Bug#10946)
217
218 * calendar/calendar.el (calendar-insert-at-column):
219 Handle non-unit-width characters a bit better. (Bug#10978)
220
221 2012-03-15 Chong Yidong <cyd@gnu.org>
222
223 * emacs-lisp/ring.el (ring-extend): New function.
224 (ring-insert+extend): Extend the ring correctly (Bug#11019).
225
226 * comint.el (comint-read-input-ring)
227 (comint-add-to-input-history): Grow comint-input-ring lazily.
228
229 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
232 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
233
234 * imenu.el: Fix multiple inheritance breakage (bug#9199).
235 (imenu-add-to-menubar): Don't add a redundant index.
236 (imenu-update-menubar): Handle a dynamically composed keymap.
237
238 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
239
240 * mail/sendmail.el (mail-encode-header):
241 Bind rfc2047-encode-encoded-words to nil.
242
243 2012-03-13 Glenn Morris <rgm@gnu.org>
244
245 * calendar/calendar.el (calendar-string-spread):
246 Handle non-unit-width characters a bit better. (Bug#10978)
247
248 2012-03-13 Leo Liu <sdl.web@gmail.com>
249
250 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
251 directory and file as argument (Bug#10822).
252
253 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
254
255 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
256 For dynamically generated code, follow $PC.
257 (gdb-disassembly-handler-custom): Handle no function name case.
258
259 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
260
261 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
262 * emulation/ws-mode.el (ws-query-replace):
263 * sort.el (sort-regexp-fields):
264 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
265
266 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * dabbrev.el: Fix cycle completion order (bug#10963).
269 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
270 (dabbrev-completion): Don't use an obarray; provide
271 a cycle-sort-function.
272
273 2012-03-12 Leo Liu <sdl.web@gmail.com>
274
275 * simple.el (kill-new): Use equal-including-properties for comparison.
276 (kill-do-not-save-duplicates): Doc fix.
277
278 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 * dabbrev.el: Fix cycle completion (bug#10963).
281 Use lexical binding and wrap to 80 columns.
282 (dabbrev-completion): Delay computing the list of completions.
283
284 2012-03-12 Kenichi Handa <handa@m17n.org>
285
286 * international/quail.el (quail-insert-kbd-layout): Surround each
287 row by LRO and PDF instead of inserting many LRMs. Pad the left
288 and right of each non-spacing marks. Insert invisible space
289 between lower and upper characters to prevent composition.
290
291 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * minibuffer.el (minibuffer-complete): Don't get confused when the
294 function is run twice via different commands (bug#10958).
295 (complete-with-action): Fix docstring.
296
297 2012-03-12 Chong Yidong <cyd@gnu.org>
298
299 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
300 (nxml-completion-at-point-function): New function.
301 (nxml-mode): Use it.
302 (nxml-bind-meta-tab-to-complete-flag): Default to t.
303
304 * emacs-lisp/package.el (package-unpack, package-unpack-single):
305 Load generated autoloads file before byte compiling (Bug#10970).
306 (package--make-autoloads-and-compile): New helper fun.
307
308 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
309
310 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
311
312 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
313
314 * autorevert.el (auto-revert-handler): Ensure, that
315 file-readable-p is applied only for local files or in
316 auto-revert-tail-mode.
317
318 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
319
320 * server.el (server-eval-at): Handle non-tcp connections.
321 Decode result string.
322
323 * server.el (server-msg-size): New constant.
324 (server-reply-print): New function.
325 (server-eval-and-print): Use it.
326 (server-eval-at): Use server-quote-arg and server-unquote-arg.
327 Handle -print-nonl.
328
329 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
330
331 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
332 (Bug#10987).
333
334 2012-03-11 Chong Yidong <cyd@gnu.org>
335
336 * simple.el (goto-line): Doc fix (Bug#9938).
337
338 * subr.el (save-window-excursion): Doc fix (Bug#9979).
339
340 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
341 when finished (Bug#10963).
342
343 2012-03-11 Martin Rudalics <rudalics@gmx.at>
344
345 * window.el (split-window-below): Fix bug in case where
346 split-window-keep-point is nil (Bug#10971).
347
348 2012-03-11 Juri Linkov <juri@jurta.org>
349
350 * replace.el (replace-highlight): Set isearch-word to nil
351 unconditionally. (Bug#10887)
352
353 2012-03-10 Eli Zaretskii <eliz@gnu.org>
354
355 * net/mairix.el (mairix-replace-invalid-chars): Rename from
356 mairix-replace-illegal-chars; all callers changed. Don't remove
357 ^, ~, and = characters: they are meaningful in mairix search specs.
358 (mairix-widget-create-query): Add usage information about mairix
359 search forms: negating words, searching for substrings, etc.
360
361 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
362
363 * international/fontset.el (font-encoding-alist): Add an entry for
364 ksx1001 (Bug#5667).
365
366 2012-03-10 Richard Stallman <rms@gnu.org>
367
368 * mail/sendmail.el (mail-encode-header):
369 Set rfc2047-encode-encoded-words.
370
371 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
372
373 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
374 view buffer means not swapped.
375 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
376 (rmail-write-region-annotate): Error if real text has disappeared.
377
378 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
379
380 2012-03-10 Chong Yidong <cyd@gnu.org>
381
382 * emulation/cua-rect.el (cua--init-rectangles):
383 * emulation/cua-base.el (cua--init-keymaps):
384 Add delete-forward-char to remappings (Bug#9666).
385
386 2012-03-10 Martin Rudalics <rudalics@gmx.at>
387
388 * speedbar.el (speedbar-unhighlight-one-tag-line):
389 Avoid unhighlighting due to frame switching (Bug#10275).
390
391 2012-03-10 Chong Yidong <cyd@gnu.org>
392
393 * minibuffer.el (completion-in-region, completion-help-at-point):
394 Give the completion field overlay a high priority (Bug#6830).
395
396 * dired.el (dired-goto-file): Recognize absolute file name
397 listings (Bug#7126).
398 (dired-goto-file-1): New helper function.
399 (dired-toggle-read-only): Inhibit warnings.
400
401 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
402
403 * net/dbus.el: (dbus-property-handler): Return empty array if
404 there are no properties.
405
406 2012-03-09 Leo Liu <sdl.web@gmail.com>
407
408 * savehist.el (savehist-printable): Stricter check for string
409 value (Bug#10937).
410
411 2012-03-09 Eli Zaretskii <eliz@gnu.org>
412
413 * mail/smtpmail.el (smtpmail-send-it):
414 Bind coding-system-for-write to *-unix, so that FCC files are kept in
415 valid mbox format.
416
417 2012-03-09 Glenn Morris <rgm@gnu.org>
418
419 * files.el (dir-locals-find-file):
420 Don't check result is regular, readable.
421 (dir-locals-read-from-file): Demote errors.
422
423 2012-03-08 Eli Zaretskii <eliz@gnu.org>
424
425 * international/quail.el (quail-insert-kbd-layout):
426 Insert invisible LRM characters before each character in a keyboard
427 layout cell, to prevent their reordering by bidi display engine.
428 For details, see the discussion in
429 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
430
431 2012-03-08 Alan Mackenzie <acm@muc.de>
432
433 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
434 the starting position; make it extend the marked region when
435 invoked repeatedly - all under appropriate circumstances.
436 Fixes bugs #5525, #10906.
437
438 2012-03-08 Glenn Morris <rgm@gnu.org>
439
440 * files.el (locate-dominating-file, dir-locals-find-file):
441 Undo 2012-03-06 change.
442
443 2012-03-07 Eli Zaretskii <eliz@gnu.org>
444
445 * international/quail.el (quail-help):
446 Force bidi-paragraph-direction be left-to-right. See discussion in
447 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
448 for the reason.
449
450 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
451
452 Avoid superfluous registering of signals. (Bug#10807)
453
454 * notifications.el (notifications-on-action-object)
455 (notifications-on-close-object): New defvars.
456 (notifications-on-action-signal, notifications-on-closed-signal):
457 Unregister the signal if not needed any longer.
458 (notifications-notify): Register `notifications-action-signal' or
459 `notifications-closed-signal', if :on-action or :on-close has been
460 passed as argument.
461
462 2012-03-07 Chong Yidong <cyd@gnu.org>
463
464 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
465 non-X platforms.
466
467 2012-03-06 Glenn Morris <rgm@gnu.org>
468
469 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
470 (x-disown-selection-internal, x-get-selection-internal):
471 Doc fix (add arglist signatures). (Bug#10783)
472
473 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
474
475 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
476 Handle breakpoints with no "type".
477
478 2012-03-06 Glenn Morris <rgm@gnu.org>
479
480 * files.el (locate-dominating-file): Add optional predicate argument.
481 (dir-locals-find-file): Make use of above change.
482
483 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
484
485 * info.el (Info-insert-dir): Also try "dir.gz".
486
487 2012-03-06 Glenn Morris <rgm@gnu.org>
488
489 * files.el (dir-locals-find-file):
490 Ignore non-readable or non-regular files. (Bug#10928)
491
492 * files.el (locate-dominating-file): Doc fix.
493
494 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
495
496 * calendar/calendar.el (calendar-set-mode-line):
497 `getenv' returns a string. (Bug#10951)
498
499 2012-03-05 Leo Liu <sdl.web@gmail.com>
500
501 * simple.el (backward-delete-char-untabify): Constrain point to
502 field (Bug#10939).
503
504 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
505
506 2012-03-05 Chong Yidong <cyd@gnu.org>
507
508 * simple.el (count-words): If called from Lisp, return the word
509 count, for symmetry with `count-lines'. Arglist changed.
510 (count-words--message): Args changed. Consolidate counting code
511 from count-words and count-words-region.
512 (count-words-region): Caller changed.
513 (count-lines-region): Make it an obsolete alias.
514
515 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
516
517 * saveplace.el (save-place-to-alist)
518 (save-place-ignore-files-regexp): Allow value nil to disable this
519 feature.
520
521 2012-03-04 Chong Yidong <cyd@gnu.org>
522
523 * faces.el (face-spec-reset-face): For the default face, reset the
524 attributes to default values (Bug#10748).
525
526 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
527
528 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
529 previous patch: Check `message-send-mail-function', and not the
530 default function (bug#10897).
531
532 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
533
534 * notifications.el (notifications-on-action-signal)
535 (notifications-on-closed-signal): Check for unique service name of
536 incoming event. Fix error in removing entry.
537 (top): Register for signals with wildcard service name.
538 (notifications-notify): Use daemon unique service name for map entries.
539
540 2012-03-04 Chong Yidong <cyd@gnu.org>
541
542 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
543
544 2012-03-04 Glenn Morris <rgm@gnu.org>
545
546 * abbrev.el (copy-abbrev-table, abbrev-table-p)
547 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
548 (expand-abbrev, define-abbrev-table): Doc fixes.
549
550 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
552 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
553 `message-default-send-mail-function' and not `send-mail-function'
554 when doing the prompting for `sendmail-query-once' before sending
555 in Message buffers (bug#10897).
556
557 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
558 This is inconsistent with all the other stream functions, which leave
559 the setting up to the higher levels (if so wanted) (bug#10931).
560
561 2012-03-02 Alan Mackenzie <acm@muc.de>
562
563 Depessimize the handling of very large macros.
564
565 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
566 (c-macro-cache-syntactic): New variables to implement a one
567 element macro cache.
568 (c-invalidate-macro-cache): New function.
569 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
570 Adapt to use the new cache.
571 (c-state-safe-place): Use better the cache of safe positions.
572 (c-state-semi-nonlit-pos-cache)
573 (c-state-semi-nonlit-pos-cache-limit):
574 New variables for...
575 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
576 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
577 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
578 Use c-state-semi-safe-place.
579
580 * progmodes/cc-langs.el (c-get-state-before-change-functions):
581 Add c-invalidate-macro-cache to the C, C++, Obj entries.
582
583 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
584
585 * jka-compr.el (jka-compr-call-process):
586 Apply `file-accessible-directory-p' only when the default directory is
587 not remote.
588
589 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
590
591 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
592 access of FILE2, if FILE1 does not exist.
593
594 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
595 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
596
597 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
598 Add "PAGER=" to `process-environment'.
599
600 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
601
602 * progmodes/sql.el: Bug fix
603 (sql-get-login-ext): Save login values in globals.
604 (sql-get-login): Use new version of `sql-get-login-ext'.
605 (sql-interactive-mode): Set global `sql-connection' to nil.
606 (sql-connect): Set global values for connection.
607 (sql-product-interactive): Save global values as buffer local.
608
609 2012-02-29 Leo Liu <sdl.web@gmail.com>
610
611 * abbrev.el (define-abbrevs): Reset sys to nil.
612
613 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
614
615 * files.el (file-equal-p): Rename from `files-equal-p'.
616 Return nil when one or both files don't exist.
617 (file-subdir-of-p): Now only top directory must exists,
618 return nil if it doesn't.
619 (copy-directory): No need to test with `file-subdir-of-p' after
620 creating dir.
621 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
622 to `file-equal-p'.
623
624 2012-02-28 Glenn Morris <rgm@gnu.org>
625
626 * shell.el (shell-mode):
627 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
628 * play/landmark.el (landmark-font-lock-face-O):
629 * play/handwrite.el (handwrite):
630 * play/gomoku.el (gomoku-O):
631 * net/browse-url.el (browse-url-browser-display):
632 * international/mule.el (define-charset):
633 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
634 * filesets.el (filesets-find-file-delay):
635 * eshell/em-xtra.el (eshell-xtra):
636 * eshell/em-unix.el (eshell-grep):
637 * emulation/viper.el (viper-mode):
638 * emacs-lisp/regexp-opt.el (regexp-opt-group):
639 * emacs-lisp/easymenu.el (easy-menu-define):
640 * calendar/timeclock.el (timeclock-use-display-time):
641 * bs.el (bs-mode):
642 * bookmark.el (bookmark-save-flag):
643 Doc fix (standardize possessive apostrophe usage).
644
645 2012-02-27 Chong Yidong <cyd@gnu.org>
646
647 * emulation/viper-cmd.el (viper-intercept-ESC-key):
648 Fix key-binding lookup for ESC key (Bug#9146).
649
650 * font-lock.el (font-lock-specified-p): Rename from
651 font-lock-spec-present. Callers changed.
652
653 2012-02-27 Daniel Hackney <dan@haxney.org>
654
655 * emacs-lisp/package.el (package-compute-transaction):
656 Handle holding a package version to t in package-load-list.
657
658 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
659
660 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
661 (tramp-get-inode, tramp-get-device): Use cached values.
662
663 2012-02-26 Alan Mackenzie <acm@muc.de>
664
665 Check there is a font-lock specification before doing initial
666 fontification.
667
668 * font-core.el (font-lock-mode): Move the conditional from
669 :after-hook to font-lock-initial-fontify.
670 (font-lock-default-function): Move the check for a specification
671 to font-lock-spec-present.
672
673 * font-lock.el (font-lock-initial-fontify): Call ...
674 (font-lock-spec-present): New function.
675
676 2012-02-26 Jim Blandy <jimb@red-bean.com>
677
678 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
679 (gdb-send): Apply it to the operand of the '-interpreter-exec
680 console' command, so that we can pass arguments with (say) quotes
681 in them. Store exact string sent in gdb-debug-log (Bug#10765).
682
683 2012-02-26 Chong Yidong <cyd@gnu.org>
684
685 * help-fns.el (describe-function-1): Clarify description of
686 remapping (Bug#10844).
687
688 * files.el (files-equal-p): Doc fix.
689 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
690 and quit the loop once a mismatch is found.
691
692 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
693
694 * bs.el (bs--show-with-configuration): Don't throw an error
695 if the window cannot be split; otherwise, subsequent calls to
696 bs-show fail, restoring a stale window config. (Bug#10882)
697
698 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
699
700 * term/ns-win.el (global-map): Bind ns-drag-file to
701 ns-find-file (Bug#5855, Bug#10050).
702
703 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
704
705 * calendar/parse-time.el (parse-time-string): Allow extractor to
706 return nil.
707
708 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
709
710 * net/tramp.el (tramp-file-name-for-operation):
711 Add `files-equal-p' and `file-subdir-of-p'.
712
713 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
714 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
715 Add COPY-CONTENTS argument.
716
717 2012-02-25 Chong Yidong <cyd@gnu.org>
718
719 Add custom groups for VC backends, for consistency with vc-bzr.
720
721 * vc/vc-arch.el (vc-arch):
722 * vc/vc-cvs.el (vc-cvs):
723 * vc/vc-git.el (vc-git):
724 * vc/vc-hg.el (vc-hg):
725 * vc/vc-mtn.el (vc-mtn):
726 * vc/vc-rcs.el (vc-rcs):
727 * vc/vc-sccs.el (vc-sccs):
728 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
729 All relevant defcustoms reassigned.
730
731 2012-02-25 Chong Yidong <cyd@gnu.org>
732
733 * newcomment.el (comment-styles): Add autoload (Bug#10868).
734
735 * term/x-win.el (x-initialize-window-system): Reduce default for
736 x-selection-timeout to 5 seconds (Bug#8869).
737
738 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
739
740 * files.el (file-subdir-of-p): Fix typo.
741
742 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
743
744 * files.el (files-equal-p, file-subdir-of-p): New functions.
745 (copy-directory): Error when trying to copy a directory on itself.
746 Add missing copy-contents arg to tramp handler.
747 * dired-aux.el (dired-copy-file-recursive): Same.
748 (dired-create-files): Modify destination when source is equal to
749 dest when copying files.
750 Return also when dest is a subdir of source. (Bug#10489)
751
752 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
753
754 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
755 (Bug#10874)
756
757 2012-02-23 Alan Mackenzie <acm@muc.de>
758
759 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
760 parameter "after-hook:" to allow the expansion to run code after
761 the execution of the mode hooks.
762
763 * font-lock.el (font-lock-initial-fontify): New function extracted
764 from font-lock-mode-internal.
765
766 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
767 :after-hook.
768
769 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
770
771 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
772 (completion--cache-all-sorted-completions): New function.
773 (completion-all-sorted-completions): Use it.
774 (completion--do-completion, minibuffer-force-complete):
775 Use it to re-instate the flush hook.
776
777 * icomplete.el (icomplete-completions): Replace last fix with a better
778 one (bug#10850).
779
780 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
781
782 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
783 when it might call us back infinitely (bug#10797).
784
785 2012-02-23 Glenn Morris <rgm@gnu.org>
786
787 * minibuffer.el (completion-category-overrides): Doc fix.
788
789 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * minibuffer.el (completion-table-with-context): Fix inf-loop.
792 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
793
794 2012-02-23 Glenn Morris <rgm@gnu.org>
795
796 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
797 (authors-obsolete-files-regexps, authors-ignored-files)
798 (authors-ambiguous-files, authors-renamed-files-alist):
799 Add more entries.
800
801 2012-02-23 Juri Linkov <juri@jurta.org>
802
803 * isearch.el (isearch-occur): Sync interactive spec with occur's
804 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
805
806 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
807
808 2012-02-22 Juri Linkov <juri@jurta.org>
809
810 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
811 (ucs-insert): Doc fix. Check for hex digits in the string.
812 Don't display `nil' in the error message. (Bug#10857)
813
814 2012-02-22 Alan Mackenzie <acm@muc.de>
815
816 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
817
818 2012-02-22 Glenn Morris <rgm@gnu.org>
819
820 * ffap.el (ffap-c-path):
821 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
822
823 2012-02-22 Chong Yidong <cyd@gnu.org>
824
825 * custom.el (load-theme): Doc fix.
826
827 2012-02-22 Glenn Morris <rgm@gnu.org>
828
829 * dired-x.el (dired-guess-shell-alist-default):
830 Remove escape sequences from nroff output. (Bug#172)
831
832 2012-02-21 Glenn Morris <rgm@gnu.org>
833
834 * vc/emerge.el (emerge-defvar-local):
835 Set `permanent-local' property rather than unused `preserved'.
836
837 * textmodes/picture.el (picture-delete-char): New alias.
838 (picture-mode-map): Use it. (Bug#10860)
839 (picture-mode): Doc fix.
840
841 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
842
843 * newcomment.el (uncomment-region-default): Remove unused binding.
844
845 2012-02-21 Glenn Morris <rgm@gnu.org>
846
847 * textmodes/picture.el (picture-motion, picture-motion-reverse)
848 (picture-self-insert, picture-tab-chars): Doc fix.
849 (picture-mode-map): Fix C-a, C-e.
850
851 2012-02-20 Glenn Morris <rgm@gnu.org>
852
853 * emacs-lisp/authors.el (authors-aliases): Add another entry.
854
855 2012-02-20 Leo Liu <sdl.web@gmail.com>
856
857 * icomplete.el (icomplete-completions): Check FROM arg before
858 passing to substring (Bug#10850).
859
860 2012-02-19 Chong Yidong <cyd@gnu.org>
861
862 * comint.el: Require ansi-color.
863 (comint-output-filter-functions): Add ansi-color-process-output.
864
865 * ansi-color.el: Don't set comint-output-filter-functions; it is
866 now in the initial value defined in comint.el.
867 (ansi-color-apply-face-function): New variable.
868 (ansi-color-apply-on-region): Use it.
869 (ansi-color-apply-overlay-face): New function.
870
871 * shell.el (shell): No need to require ansi-color.
872 (shell-mode): Use ansi-color-apply-face-function to highlight
873 color escapes using font-lock-face property (Bug#10835).
874
875 2012-02-19 Chong Yidong <cyd@gnu.org>
876
877 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
878 mode-line formats (Bug#10839).
879
880 2012-02-18 Glenn Morris <rgm@gnu.org>
881
882 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
883
884 * mail/undigest.el (unforward-rmail-message): Doc fix.
885
886 * saveplace.el (save-place-ignore-files-regexp): Add :version.
887
888 2012-02-18 Eli Zaretskii <eliz@gnu.org>
889
890 * international/characters.el (script-list): Sync with the latest
891 Unicode Character Database.
892
893 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
894
895 * international/titdic-cnv.el: Remove duplicate coding tag.
896 * language/cham.el: Likewise.
897 * language/tai-viet.el: Likewise.
898
899 2012-02-18 Glenn Morris <rgm@gnu.org>
900
901 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
902 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
903 (calendar-bahai-all-holidays-flag, calendar-other-dates):
904 * calendar/diary-lib.el (diary-abbreviated-year-flag):
905 * calendar/holidays.el (holiday-bahai-holidays)
906 (calendar-holidays, list-holidays):
907 Use utf-8 Bahá'í in doc-strings, menus, etc.
908
909 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
910
911 * saveplace.el (save-place-ignore-files-regexp): New variable
912 allowing for excluding files from saving their location of point.
913 The default value matches the temporary commit message editing
914 files from Git, SVN, Bazaar, and Mercurial.
915 (save-place-to-alist): Use it.
916
917 2012-02-17 Lawrence Mitchell <wence@gmx.li>
918 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * newcomment.el (uncomment-region-default): Don't leave extra space
921 when an arg is provided (bug#8150).
922
923 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
924
925 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
926
927 2012-02-17 Glenn Morris <rgm@gnu.org>
928
929 * net/socks.el: Require network-stream. (Bug#10599)
930
931 2012-02-17 Kenichi Handa <handa@m17n.org>
932
933 * international/charprop.el:
934 * international/uni-name.el:
935 * international/uni-old-name.el:
936 * international/uni-comment.el: Regenerate.
937
938 2012-02-16 Glenn Morris <rgm@gnu.org>
939
940 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
941 Interactively in calendar buffer, give an error if not on a date.
942
943 2012-02-15 Glenn Morris <rgm@gnu.org>
944
945 * shell.el (shell-delimiter-argument-list):
946 Revert 2011-02-17 change. (Bug#8027)
947
948 2012-02-15 Chong Yidong <cyd@gnu.org>
949
950 * minibuffer.el (completion-at-point-functions): Doc fix.
951
952 * custom.el (defcustom): Doc fix; note use of defvar.
953
954 2012-02-15 Glenn Morris <rgm@gnu.org>
955
956 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
957 Doc fixes.
958
959 2012-02-14 Glenn Morris <rgm@gnu.org>
960
961 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
962
963 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
964
965 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
966 way the ports list is computed.
967 (smtpmail-query-smtp-server): Prompt the user for a port number if
968 we can't connect to any of the standard ports (bug#10810).
969
970 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
971
972 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
973
974 2012-02-13 Glenn Morris <rgm@gnu.org>
975
976 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
977
978 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
979
980 * net/gnutls.el (gnutls-trustfiles): New variable.
981 (gnutls-negotiate): Use it.
982
983 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
984
985 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
986 does its stuff if Gnus is running.
987
988 2012-02-13 Alan Mackenzie <acm@muc.de>
989
990 Fix a loop in c-set-fl-decl-start.
991
992 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
993 c-backward-syntactic-ws actually moves backwards.
994
995 2012-02-13 Leo Liu <sdl.web@gmail.com>
996
997 * net/rcirc.el (rcirc-markup-attributes): Move point to the
998 beginning so that all \C-o chars are removed.
999
1000 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1001
1002 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
1003
1004 2012-02-12 Alan Mackenzie <acm@muc.de>
1005
1006 Fix infinite loop with long macros.
1007 * cc-engine.el (c-state-safe-place): Handle macros properly.
1008
1009 2012-02-12 Chong Yidong <cyd@gnu.org>
1010
1011 * window.el (display-buffer): Doc fix (Bug#10785).
1012
1013 2012-02-12 Glenn Morris <rgm@gnu.org>
1014
1015 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1016 (x-disown-selection-internal, x-get-selection-internal):
1017 Sync docs with the xselect.c versions.
1018
1019 * allout-widgets.el: Add missing license notice.
1020
1021 2012-02-11 Glenn Morris <rgm@gnu.org>
1022
1023 * select.el (x-get-selection-internal, x-own-selection-internal)
1024 (x-disown-selection-internal):
1025 * x-dnd.el (x-get-selection-internal): Update declarations.
1026
1027 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
1028
1029 * window.el (window-sides-slots):
1030 * tool-bar.el (tool-bar-position):
1031 * term/xterm.el (xterm-extra-capabilities):
1032 * ses.el (ses-self-reference-early-detection):
1033 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
1034 (verilog-auto-wire-type)
1035 (verilog-auto-delete-trailing-whitespace)
1036 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
1037 (verilog-auto-tieoff-declaration):
1038 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
1039 (sql-oracle-statement-starters, sql-oracle-scan-on):
1040 * progmodes/prolog.el (prolog-align-comments-flag)
1041 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
1042 (prolog-left-indent-regexp, prolog-paren-indent-p)
1043 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
1044 (prolog-types, prolog-mode-specificators)
1045 (prolog-determinism-specificators, prolog-directives)
1046 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
1047 (prolog-electric-dot-flag)
1048 (prolog-electric-dot-full-predicate-template)
1049 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
1050 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
1051 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
1052 (prolog-program-switches, prolog-prompt-regexp)
1053 (prolog-debug-on-string, prolog-debug-off-string)
1054 (prolog-trace-on-string, prolog-trace-off-string)
1055 (prolog-zip-on-string, prolog-zip-off-string)
1056 (prolog-use-standard-consult-compile-method-flag)
1057 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
1058 (prolog-imenu-max-lines, prolog-info-predicate-index)
1059 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
1060 (prolog-char-quote-workaround):
1061 * progmodes/cc-vars.el (c-defun-tactic):
1062 * net/tramp.el (tramp-encoding-command-interactive)
1063 (tramp-local-end-of-line):
1064 * net/soap-client.el (soap-client):
1065 * net/netrc.el (netrc-file):
1066 * net/gnutls.el (gnutls):
1067 * minibuffer.el (completion-category-overrides)
1068 (completion-cycle-threshold)
1069 (completion-pcm-complete-word-inserts-delimiters):
1070 * man.el (Man-name-local-regexp):
1071 * mail/feedmail.el (feedmail-display-full-frame):
1072 * international/characters.el (glyphless-char-display-control):
1073 * eshell/em-ls.el (eshell-ls-date-format):
1074 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
1075 (lisp-lambda-list-keyword-parameter-indentation)
1076 (lisp-lambda-list-keyword-parameter-alignment):
1077 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
1078 * dired-x.el (dired-omit-verbose):
1079 * cus-theme.el (custom-theme-allow-multiple-selections):
1080 * calc/calc.el (calc-highlight-selections-with-faces)
1081 (calc-lu-field-reference, calc-lu-power-reference)
1082 (calc-note-threshold):
1083 * battery.el (battery-mode-line-limit):
1084 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1085 (archive-7z-update):
1086 * allout.el (allout-prefixed-keybindings)
1087 (allout-unprefixed-keybindings)
1088 (allout-inhibit-auto-fill-on-headline)
1089 (allout-flattened-numbering-abbreviation):
1090 * allout-widgets.el (allout-widgets-auto-activation)
1091 (allout-widgets-icons-dark-subdir)
1092 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
1093 (allout-widgets-theme-dark-background)
1094 (allout-widgets-theme-light-background)
1095 (allout-widgets-item-image-properties-emacs)
1096 (allout-widgets-item-image-properties-xemacs)
1097 (allout-widgets-run-unit-tests-on-load)
1098 (allout-widgets-time-decoration-activity)
1099 (allout-widgets-hook-error-post-time)
1100 (allout-widgets-track-decoration):
1101 Add missing :version tags to new defcustoms and defgroups.
1102
1103 * progmodes/sql.el (sql-ansi-statement-starters)
1104 (sql-oracle-statement-starters): Add custom type.
1105
1106 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
1107 (prolog-system-version): Give it a type.
1108
1109 2012-02-11 Eli Zaretskii <eliz@gnu.org>
1110
1111 * term/pc-win.el (x-select-text, x-selection-owner-p)
1112 (x-own-selection-internal, x-disown-selection-internal)
1113 (x-get-selection-internal): Sync doc strings and argument lists
1114 with xselect.c, common-win.el and x-win.el. (Bug#10783)
1115
1116 2012-02-11 Leo Liu <sdl.web@gmail.com>
1117
1118 * progmodes/python.el (python-end-of-statement): Fix infinite
1119 loop. (Bug#10788)
1120
1121 2012-02-10 Glenn Morris <rgm@gnu.org>
1122
1123 * international/mule-cmds.el (unify-8859-on-encoding-mode)
1124 (unify-8859-on-decoding-mode): Properly mark as obsolete.
1125
1126 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1127
1128 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
1129 about SMTP before checking the From header.
1130
1131 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
1132 into own function for reuse by emacsbug.el.
1133
1134 2012-02-10 Leo Liu <sdl.web@gmail.com>
1135
1136 * subr.el (condition-case-unless-debug): Rename from
1137 condition-case-no-debug. All callers changed.
1138 (with-demoted-errors): Fix caller.
1139
1140 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
1141 * nxml/rng-valid.el (rng-do-some-validation):
1142 * emacs-lisp/package.el (package-refresh-contents)
1143 (package-menu-execute):
1144 * desktop.el (desktop-create-buffer):
1145 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1146
1147 2012-02-10 Glenn Morris <rgm@gnu.org>
1148
1149 * textmodes/bibtex.el:
1150 Add missing :version tags for new/changed defcustoms.
1151
1152 * files.el (remote-file-name-inhibit-cache): Doc fixes.
1153
1154 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
1155
1156 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
1157 (smtpmail-via-smtp): Use it, or fall back on the From address.
1158 (smtpmail-send-it): Ditto.
1159
1160 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1163 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
1164 (byte-compile-tmp-var): New const.
1165 (byte-compile-defvar): Use it to minimize .elc size.
1166 Just use `defvar' rather than simulate it (bug#10761).
1167
1168 2012-02-09 Glenn Morris <rgm@gnu.org>
1169
1170 * files.el (rename-uniquely): Doc fix. (Bug#3806)
1171
1172 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
1173 Add :version tags.
1174
1175 * progmodes/compile.el (compilation-error-screen-columns)
1176 (compilation-first-column, compilation-filter-start): Doc fixes.
1177
1178 * vc/log-view.el (log-view-toggle-entry-display):
1179 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
1180
1181 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
1182 (report-emacs-bug-can-use-xdg-email):
1183 (report-emacs-bug-insert-to-mailer): Doc fixes.
1184 (report-emacs-bug): Message fix.
1185
1186 * net/browse-url.el (browse-url-can-use-xdg-open)
1187 (browse-url-xdg-open): Doc fixes.
1188
1189 * electric.el (electric-indent-mode, electric-pair-mode)
1190 (electric-layout-rules, electric-layout-mode): Doc fixes.
1191 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
1192
1193 2012-02-08 Martin Rudalics <rudalics@gmx.at>
1194
1195 * server.el (server-unselect-display): Don't inadvertently kill
1196 the current buffer. (Bug#10729)
1197
1198 2012-02-08 Glenn Morris <rgm@gnu.org>
1199
1200 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
1201 (sql-list-table): Doc fixes.
1202
1203 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
1204 Comment out (does nothing).
1205
1206 * completion.el (dynamic-completion-mode):
1207 * dirtrack.el (dirtrack-debug-mode):
1208 * electric.el (electric-layout-mode):
1209 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
1210 * face-remap.el (text-scale-mode, buffer-face-mode):
1211 * iimage.el (iimage-mode):
1212 * image-mode.el (image-transform-mode):
1213 * minibuffer.el (completion-in-region-mode):
1214 * scroll-lock.el (scroll-lock-mode):
1215 * simple.el (next-error-follow-minor-mode):
1216 * tar-mode.el (tar-subfile-mode):
1217 * tooltip.el (tooltip-mode):
1218 * vcursor.el (vcursor-use-vcursor-map):
1219 * wid-browse.el (widget-minor-mode):
1220 * emulation/tpu-edt.el (tpu-edt-mode):
1221 * emulation/tpu-extras.el (tpu-cursor-free-mode):
1222 * international/iso-ascii.el (iso-ascii-mode):
1223 * language/thai-util.el (thai-word-mode):
1224 * mail/supercite.el (sc-minor-mode):
1225 * net/goto-addr.el (goto-address-mode):
1226 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
1227 * progmodes/cwarn.el (cwarn-mode):
1228 * progmodes/flymake.el (flymake-mode):
1229 * progmodes/glasses.el (glasses-mode):
1230 * progmodes/hideshow.el (hs-minor-mode):
1231 * progmodes/pascal.el (pascal-outline-mode):
1232 * textmodes/enriched.el (enriched-mode):
1233 * vc/smerge-mode.el (smerge-mode):
1234 Doc fixes (minor mode argument).
1235
1236 2012-02-07 Eli Zaretskii <eliz@gnu.org>
1237
1238 * ls-lisp.el (ls-lisp-sanitize): New function.
1239 (ls-lisp-insert-directory): Use it to fix or remove any elements
1240 in file-alist with missing attributes. (Bug#4673)
1241
1242 2012-02-07 Alan Mackenzie <acm@muc.de>
1243
1244 Fix spurious recognition of c-in-knr-argdecl.
1245
1246 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
1247 putative K&R region.
1248
1249 2012-02-07 Alan Mackenzie <acm@muc.de>
1250
1251 * progmodes/cc-engine.el (c-forward-objc-directive):
1252 Prevent looping in "#pragma mark @implementation".
1253
1254 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
1255
1256 * notifications.el (notifications-on-closed-signal): Make `reason'
1257 optional. (Bug#10744)
1258
1259 2012-02-07 Glenn Morris <rgm@gnu.org>
1260
1261 * emacs-lisp/easy-mmode.el (define-minor-mode):
1262 Doc fixes for the macro and the mode it defines.
1263
1264 * image.el (imagemagick-types-inhibit): Doc fix.
1265
1266 * cus-start.el (imagemagick-render-type): Add it.
1267
1268 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1269
1270 * progmodes/cc-mode.el
1271 (c-standard-font-lock-fontify-region-function): Set the default at
1272 load time, too, so that `font-lock-fontify-buffer' can be called
1273 without setting up the entire mode first. This fixes a bug in
1274 `mm-inline-text' with C MIME parts.
1275
1276 2012-02-06 Chong Yidong <cyd@gnu.org>
1277
1278 * simple.el (list-processes--refresh): Delete exited processes
1279 (Bug#8094).
1280
1281 * comint.el (comint-next-prompt): next-single-char-property-change
1282 and prev-single-char-property-change never return nil (Bug#8657).
1283
1284 * custom.el (defcustom): Doc fix (Bug#9711).
1285
1286 2012-02-05 Chong Yidong <cyd@gnu.org>
1287
1288 * cus-edit.el (custom-variable-reset-backup): Quote the value
1289 before storing it in the customized-value property (Bug#6712).
1290 (custom-display): Add a customization type tag.
1291 (custom-buffer-create-internal): Improve tooltip message.
1292
1293 * wid-edit.el (widget-field-value-get): New optional arg to
1294 suppress trailing whitespace truncation.
1295 (character): Use it (Bug#2689).
1296
1297 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
1298
1299 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
1300 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
1301
1302 2012-02-05 Chong Yidong <cyd@gnu.org>
1303
1304 * cus-edit.el (custom-variable-value-create): For mismatched
1305 types, show the current value (Bug#7600).
1306
1307 * custom.el (defcustom): Doc fix.
1308
1309 2012-02-05 Glenn Morris <rgm@gnu.org>
1310
1311 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
1312
1313 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
1314
1315 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
1316 (pp-buffer): Use `ignore-errors', `looking-at-p'.
1317 (pp-last-sexp): Use `looking-at-p'.
1318
1319 2012-02-04 Glenn Morris <rgm@gnu.org>
1320
1321 * files.el (revert-buffer):
1322 Doc fix (mention revert-buffer-in-progress-p).
1323
1324 * emacs-lisp/ert-x.el (ert-simulate-command):
1325 Check deferred-action-list (which is obsolete) is bound.
1326
1327 * subr.el (with-wrapper-hook): Doc fixes.
1328
1329 * simple.el (filter-buffer-substring-functions)
1330 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
1331
1332 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
1333
1334 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
1335 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
1336
1337 2012-02-04 Leo Liu <sdl.web@gmail.com>
1338
1339 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
1340
1341 2012-02-04 Glenn Morris <rgm@gnu.org>
1342
1343 * image.el (image-extension-data): Add obsolete alias.
1344
1345 * isearch.el (isearch-update): Doc fix.
1346
1347 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
1348
1349 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
1350
1351 2012-02-03 Glenn Morris <rgm@gnu.org>
1352
1353 * image.el (image-animated-p): Doc fix. Use image-animated-types.
1354 (image-animate-timeout): Doc fix.
1355
1356 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
1357
1358 2012-02-02 Glenn Morris <rgm@gnu.org>
1359
1360 * server.el (server-auth-dir): Doc fix.
1361 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
1362
1363 * subr.el (run-mode-hooks): Doc fix.
1364
1365 2012-02-02 Juri Linkov <juri@jurta.org>
1366
1367 * image-mode.el (image-toggle-display-image): Remove tautological
1368 `major-mode' from the `derived-mode-p' test.
1369
1370 2012-02-02 Kenichi Handa <handa@m17n.org>
1371
1372 * composite.el (compose-region): Cancel previous change.
1373
1374 2012-02-02 Kenichi Handa <handa@m17n.org>
1375
1376 * composite.el (compose-region, compose-string): Signal error for
1377 a null string component (Bug#6988).
1378
1379 2012-02-01 Chong Yidong <cyd@gnu.org>
1380
1381 * view.el (view-buffer-other-window, view-buffer-other-frame):
1382 Handle special modes like view-buffer (Bug#10650).
1383 (view-buffer): Simplify.
1384
1385 * frame.el (set-frame-font): Tweak meaning of third argument.
1386
1387 * dynamic-setting.el (font-setting-change-default-font):
1388 Use set-frame-font (Bug#9982).
1389
1390 2012-02-01 Glenn Morris <rgm@gnu.org>
1391
1392 * progmodes/compile.el (compilation-internal-error-properties):
1393 Respect compilation-first-column in the "*compilation*" buffer.
1394
1395 * emacs-lisp/easy-mmode.el (define-minor-mode):
1396 Relax :variable's test for a named function.
1397
1398 2012-01-31 Alan Mackenzie <acm@muc.de>
1399
1400 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
1401 off by one error.
1402
1403 2012-01-31 Chong Yidong <cyd@gnu.org>
1404
1405 * frame.el (set-frame-font): New arg ALL-FRAMES.
1406
1407 * menu-bar.el (menu-set-font): Use set-frame-font.
1408
1409 * faces.el (face-spec-reset-face): Don't apply unspecified
1410 attribute values to the default face.
1411
1412 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
1413
1414 * progmodes/cwarn.el (cwarn): Remove dead link.
1415 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
1416 Remove * from defcustom docstrings.
1417 (turn-on-cwarn-mode): Make obsolete.
1418 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
1419 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
1420
1421 2012-01-31 Glenn Morris <rgm@gnu.org>
1422
1423 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1424 Fix :variable handling of mode a symbol not equal to modefun.
1425 Allow named functions to be used as the cdr of :variable.
1426
1427 2012-01-30 Glenn Morris <rgm@gnu.org>
1428
1429 * emacs-lisp/authors.el (authors-fixed-entries):
1430 Remove reference to deleted file rnewspost.el.
1431
1432 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * window.el (window-with-parameter): Remove unused variable `windows'.
1435 (window--side-check): Remove unused variable `code'.
1436 (window--resize-siblings): Remove unused variable `first'.
1437 (adjust-window-trailing-edge): Remove unused variable `failed'.
1438 (window-deletable-p, window--delete): Remove unused variable `buffer'.
1439 Use `let', not `let*'.
1440 (balance-windows-2): Remove unused variable `found'.
1441 (window--state-put-2): Remove unused variable `splits'.
1442 (window-state-put): Remove unused variable `selected'.
1443 (same-window-p): Use `string-match-p'.
1444 (display-buffer-assq-regexp): Remove unused variable `value'.
1445 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1446 Mark argument ALIST as ignored.
1447 (pop-to-buffer): Remove unused variable `old-window'.
1448
1449 2012-01-29 Eli Zaretskii <eliz@gnu.org>
1450
1451 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
1452 and .lzma compressed files.
1453
1454 2012-01-29 Chong Yidong <cyd@gnu.org>
1455
1456 * frame.el (window-system-default-frame-alist): Doc fix.
1457
1458 * dynamic-setting.el (font-setting-change-default-font): Don't
1459 change the default face if SET-FONT argument is non-nil (Bug#9982).
1460
1461 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
1462
1463 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
1464
1465 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
1466
1467 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
1468 breakpoints in files outside current directory (Bug#6098).
1469
1470 2012-01-29 Chong Yidong <cyd@gnu.org>
1471
1472 * progmodes/python.el: Require ansi-color at top-level.
1473
1474 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
1475 Define and use in Emacs Lisp mode (Bug#9360).
1476 (lisp-mode-abbrev-table): Add doc.
1477 (lisp-mode-variables): Don't set local-abbrev-table.
1478 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
1479
1480 2012-01-28 Roland Winkler <winkler@gnu.org>
1481
1482 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
1483
1484 2012-01-28 Roland Winkler <winkler@gnu.org>
1485
1486 * textmodes/bibtex.el (bibtex-entry-alist): New function.
1487 (bibtex-set-dialect): Use it. Either set global values of
1488 dialect-dependent variables or bind these variables buffer-locally
1489 (Bug#10254).
1490 (bibtex-mode): Call bibtex-set-dialect via
1491 hack-local-variables-hook.
1492 (bibtex-dialect): Update docstring.
1493 Add safe-local-variable predicate.
1494 (bibtex-entry-alist, bibtex-field-alist): Initialize via
1495 bibtex-set-dialect.
1496 (bibtex-mode-map): Define menu for each dialect.
1497 (bibtex-entry): Fix docstring.
1498
1499 2012-01-28 Chong Yidong <cyd@gnu.org>
1500
1501 * eshell/esh-arg.el (eshell-quote-argument): New function.
1502
1503 * eshell/esh-ext.el (eshell-invoke-batch-file):
1504 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
1505 first arg to eshell-parse-command (Bug#10523).
1506
1507 2012-01-28 Drew Adams <drew.adams@oracle.com>
1508
1509 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
1510 `default-directory' is non-nil.
1511
1512 2012-01-28 Eli Zaretskii <eliz@gnu.org>
1513
1514 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
1515 line that displays system-configuration-options. (Bug#9924)
1516
1517 2012-01-28 Drew Adams <drew.adams@oracle.com>
1518
1519 * descr-text.el (describe-char): Show information about POS, in
1520 addition to information about the character at POS. Improve and
1521 update the doc string. Change "code point" to "code point in
1522 charset", to avoid confusion with the character's Unicode code
1523 point shown above that. (Bug#10129)
1524
1525 2012-01-28 Eli Zaretskii <eliz@gnu.org>
1526
1527 * descr-text.el (describe-char): Show the raw character, not only
1528 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
1529 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
1530 for the reasons.
1531
1532 2012-01-28 Phil Hagelberg <phil@hagelb.org>
1533
1534 * emacs-lisp/package.el (package-install):
1535 Run package-refresh-contents if there is no archive yet (Bug#9798).
1536
1537 2012-01-28 Chong Yidong <cyd@gnu.org>
1538
1539 * emacs-lisp/package.el (package-maybe-load-descriptor):
1540 New function, split from package-maybe-load-descriptor.
1541 (package-maybe-load-descriptor): Use it.
1542 (package-download-transaction): Fully load required packages
1543 inside the loop, so that `require' calls work (Bug#10593).
1544 (package-install): No need to call package-initialize now.
1545
1546 2012-01-28 Chong Yidong <cyd@gnu.org>
1547
1548 * simple.el (deactivate-mark): Doc fix (Bug#8614).
1549
1550 * tooltip.el (tooltip-mode): Doc fix.
1551 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
1552
1553 * frame.el (set-cursor-color): Doc fix (Bug#352).
1554
1555 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
1556 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
1557
1558 * cus-edit.el (custom-buffer-create-internal): Fix search button
1559 action (Bug#10542).
1560 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
1561
1562 2012-01-27 Eduard Wiebe <usenet@pusto.de>
1563
1564 * dired.el (dired-mark-files-regexp):
1565 Include any subdirectory components. (Bug#10445)
1566
1567 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
1568
1569 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
1570 Handle [host]:port syntax. (Bug#10533)
1571
1572 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
1573
1574 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
1575
1576 2012-01-26 Glenn Morris <rgm@gnu.org>
1577
1578 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
1579 * term.el (term-raw-escape-map): Use Control-X-prefix.
1580 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
1581
1582 2012-01-25 Martin Rudalics <rudalics@gmx.at>
1583
1584 * window.el (window-state-get, window--state-get-1): Don't deal
1585 with fixed-sizeness of windows. Simplify code.
1586
1587 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
1588
1589 * window.el (window--state-get-1, window--state-put-2):
1590 Don't save and restore the mark.
1591
1592 2012-01-25 Chong Yidong <cyd@gnu.org>
1593
1594 * custom.el (custom-variable-p): Doc fix.
1595
1596 2012-01-25 Glenn Morris <rgm@gnu.org>
1597
1598 * dired.el (dired-goto-file): Handle some of the more common
1599 characters that `ls -b' escapes. (Bug#10596)
1600
1601 * progmodes/compile.el (compilation-next-error-function):
1602 Respect compilation-first-column in the "*compilation*" buffer.
1603 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
1604
1605 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
1606
1607 2012-01-24 Glenn Morris <rgm@gnu.org>
1608
1609 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
1610
1611 2012-01-24 Julien Danjou <julien@danjou.info>
1612
1613 * color.el (color-rgb-to-hsl): Fix value computing.
1614 (color-hue-to-rgb): New function.
1615 (color-hsl-to-rgb): New function.
1616 (color-clamp, color-saturate-hsl, color-saturate-name)
1617 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1618 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1619
1620 2012-01-24 Glenn Morris <rgm@gnu.org>
1621
1622 * vc/vc-rcs.el (vc-rcs-create-tag):
1623 * vc/vc-sccs.el (vc-sccs-create-tag):
1624 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
1625
1626 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
1627
1628 * eshell/esh-util.el (eshell-read-hosts-file):
1629 Skip comment lines. (Bug#10549)
1630
1631 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
1632
1633 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
1634
1635 * subr.el (display-delayed-warnings): Doc fix.
1636 (collapse-delayed-warnings): New function to collapse identical
1637 adjacent warnings.
1638 (delayed-warnings-hook): Add it.
1639
1640 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
1641
1642 * net/tramp.el (tramp-action-login): Set connection property "login-as".
1643
1644 * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
1645 properties, when "login-as" is set.
1646
1647 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
1648 (tramp-default-user-alist): Don't add "pscp".
1649 (tramp-do-copy-or-rename-file-out-of-band): Use connection
1650 property "login-as", if set. (Bug#10530)
1651
1652 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
1653
1654 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
1655 "plink1" and "psftp". (Bug#10530)
1656
1657 2012-01-21 Kenichi Handa <handa@m17n.org>
1658
1659 * international/mule-cmds.el (prefer-coding-system): Show a
1660 warning message if the default value of file-name-coding-system
1661 was not changed.
1662
1663 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
1664
1665 * windmove.el (windmove-reference-loc):
1666 Fix windmove-reference-loc miscalculation.
1667
1668 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1669
1670 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
1671 default unit.
1672
1673 2012-01-21 Glenn Morris <rgm@gnu.org>
1674
1675 * international/mule.el (auto-coding-alist): Add .tbz.
1676
1677 * files.el (local-enable-local-variables): Doc fix.
1678 (inhibit-local-variables-regexps): Rename from
1679 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
1680 Doc fix. Add some extensions from auto-coding-alist.
1681 (inhibit-local-variables-suffixes):
1682 Rename from inhibit-first-line-modes-suffixes. Doc fix.
1683 (inhibit-local-variables-p):
1684 New function, extracted from set-auto-mode-1.
1685 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
1686 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
1687 (hack-local-variables): Doc fix. Make the mode-only case
1688 respect enable-local-variables and friends.
1689 Respect inhibit-local-variables-regexps for file-locals, but
1690 not for directory-locals.
1691 (set-visited-file-name):
1692 Take account of inhibit-local-variables-regexps.
1693 Whether it applies may change as the file name is changed.
1694 * jka-cmpr-hook.el (jka-compr-install):
1695 * jka-compr.el (jka-compr-uninstall):
1696 Update for inhibit-first-line-modes-suffixes name change.
1697
1698 2012-01-20 Martin Rudalics <rudalics@gmx.at>
1699
1700 * help-macro.el (make-help-screen): Temporarily restore original
1701 binding for minor-mode-map-alist (Bug#10454).
1702
1703 2012-01-19 Julien Danjou <julien@danjou.info>
1704
1705 * color.el (color-name-to-rgb): Use the white color to find the max
1706 color component value and return correctly computed values.
1707 (color-name-to-rgb): Add missing float conversion for max value.
1708
1709 2012-01-19 Martin Rudalics <rudalics@gmx.at>
1710
1711 * window.el (window--state-get-1, window-state-get): Do not use
1712 special state value for window-persistent-parameters.
1713 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
1714 (window--state-put-2): Reset all window parameters to nil before
1715 assigning values of persistent parameters.
1716
1717 2012-01-18 Alan Mackenzie <acm@muc.de>
1718
1719 Eliminate sluggishness and hangs in fontification of "semicolon
1720 deserts".
1721
1722 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
1723 Change value 10000 -> 3000.
1724 (c-state-safe-place): Reformulate so it doesn't stack up an
1725 infinite number of wrong entries in c-state-nonlit-pos-cache.
1726 (c-determine-limit-get-base, c-determine-limit): New functions to
1727 determine backward search limits disregarding literals.
1728 (c-find-decl-spots): Amend commenting.
1729 (c-cheap-inside-bracelist-p): New function which detects "={".
1730
1731 * progmodes/cc-fonts.el
1732 (c-make-font-lock-BO-decl-search-function): Give a limit to a
1733 backward search.
1734 (c-font-lock-declarations): Fix an occurrence of point being
1735 undefined. Check additionally for point being in a bracelist or
1736 near a macro invocation without a semicolon so as to avoid a
1737 fruitless time consuming search for a declarator. Give a more
1738 precise search limit for declarators using the new
1739 c-determine-limit.
1740
1741 2012-01-18 Glenn Morris <rgm@gnu.org>
1742
1743 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
1744 (set-auto-mode): Doc fixes.
1745
1746 2012-01-17 Glenn Morris <rgm@gnu.org>
1747
1748 * isearch.el (search-nonincremental-instead): Fix doc typo.
1749
1750 * dired.el (dired-insert-directory): Handle newlines in directory name.
1751 (dired-build-subdir-alist): Unescape newlines in directory name.
1752
1753 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
1754
1755 * net/tramp.el (tramp-local-end-of-line): New defcustom.
1756 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
1757 (tramp-action-terminal): Use it. (Bug#10530)
1758
1759 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
1760
1761 * minibuffer.el (completion--replace): Strip properties (bug#10062).
1762
1763 2012-01-16 Martin Rudalics <rudalics@gmx.at>
1764
1765 * window.el (window-state-ignored-parameters): Remove variable.
1766 (window--state-get-1): Rename argument MARKERS to IGNORE.
1767 Handle persistent window parameters. Make copy of clone-of
1768 parameter only if requested. (Bug#10348)
1769 (window--state-put-2): Install a window parameter only if it has
1770 a non-nil value or an existing parameter shall be overwritten.
1771
1772 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
1773
1774 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
1775
1776 2012-01-14 Eli Zaretskii <eliz@gnu.org>
1777
1778 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
1779 don't pass the (nil) value of `upnode' to string-match.
1780
1781 2012-01-14 Chong Yidong <cyd@gnu.org>
1782
1783 * startup.el (command-line): Fix X resource class for cursorColor.
1784 Fix values recognized by the cursorBlink resource.
1785
1786 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
1787
1788 * epg.el (epg--make-temp-file): Avoid permission race condition
1789 when running on old Emacs versions (bug#10403).
1790
1791 2012-01-14 Glenn Morris <rgm@gnu.org>
1792
1793 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
1794
1795 2012-01-13 Alan Mackenzie <acm@muc.de>
1796
1797 Fix filling for when filladapt mode is enabled.
1798
1799 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
1800 c-mask-paragraph, pass in `fill-paragraph' rather than
1801 `fill-region-as-paragraph'. (This is a reversion of a previous
1802 change.)
1803 * progmodes/cc-mode.el (c-basic-common-init):
1804 Make fill-paragraph-handle-comment buffer local and set it to nil.
1805
1806 2012-01-13 Glenn Morris <rgm@gnu.org>
1807
1808 * dired.el (dired-switches-escape-p): New function.
1809 (dired-insert-directory): Use dired-switches-escape-p.
1810 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
1811
1812 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
1813
1814 2012-01-12 Glenn Morris <rgm@gnu.org>
1815
1816 * mail/sendmail.el (mail-mode): Update paragraph-separate for
1817 changes in adaptive-fill-regexp. (Bug#10276)
1818
1819 2012-01-11 Alan Mackenzie <acm@muc.de>
1820
1821 Fix Emacs bug #10463 - put `widen's around the critical spots.
1822
1823 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
1824 widen around each invocation of c-state-pp-to-literal. Remove an
1825 unused let variable.
1826
1827 2012-01-11 Glenn Morris <rgm@gnu.org>
1828
1829 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
1830 Doc fix.
1831
1832 2012-01-10 Chong Yidong <cyd@gnu.org>
1833
1834 * net/network-stream.el (network-stream-open-starttls):
1835 Avoid emitting a confusing error message when the server gives a bad
1836 response to the capability command.
1837
1838 2012-01-10 Glenn Morris <rgm@gnu.org>
1839
1840 * mail/unrmail.el (unrmail): Tweak previous change.
1841
1842 2012-01-09 Chong Yidong <cyd@gnu.org>
1843
1844 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
1845
1846 2012-01-08 Alan Mackenzie <acm@muc.de>
1847
1848 Optimise font locking in long enum definitions.
1849
1850 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
1851 arm to a cond form to handle enums.
1852 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
1853 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
1854
1855 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
1856
1857 * files.el (move-file-to-trash): Preserve default file modes on error.
1858 (Bug#10401)
1859
1860 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1861
1862 * faces.el (set-face-attribute): Clarify the meaning of the nil
1863 frame (bug#10294).
1864
1865 * subr.el (with-selected-frame): Mention that the selected frame
1866 is restored (bug#9980).
1867
1868 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
1869 (bug#9759).
1870
1871 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
1872 (password-read): Don't autoload unused function.
1873
1874 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
1875
1876 * progmodes/which-func.el (which-func-mode): Turn into a
1877 non-interactive function and mark as obsolete (bug#10428).
1878
1879 2012-01-06 Chong Yidong <cyd@gnu.org>
1880
1881 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
1882 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
1883 functions, along with 1 and -1.
1884
1885 2012-01-06 Eli Zaretskii <eliz@gnu.org>
1886
1887 * time.el (display-time-load-average)
1888 (display-time-default-load-average): Doc fixes. See the thread
1889 starting at
1890 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
1891 for the details.
1892
1893 2012-01-06 Glenn Morris <rgm@gnu.org>
1894
1895 * mail/unrmail.el (unrmail): Give an explicit error if the input file
1896 has no messages. (Bug#10377)
1897
1898 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
1899 than Info-edit. (Bug#10385)
1900
1901 * time.el (display-time-load-average, display-time-next-load-average):
1902 Doc fixes.
1903
1904 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
1905 local setting of buffer-read-only to the input buffer. (Bug#10419)
1906
1907 * calendar/calendar.el (calendar-mode):
1908 Locally set scroll-margin to 0. (Bug#10379)
1909
1910 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
1911
1912 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
1913
1914 2012-01-05 Glenn Morris <rgm@gnu.org>
1915
1916 * eshell/em-unix.el (diff-no-select): Autoload it.
1917 (eshell/diff): Use diff-no-select. (Bug#10420)
1918
1919 2012-01-05 Chong Yidong <cyd@gnu.org>
1920
1921 * shell.el (shell-dynamic-complete-functions): Revert last change.
1922 (shell-command-completion-function): New function.
1923 (shell-completion-vars): Use it to implement
1924 shell-completion-execonly (Bug#10417).
1925
1926 * custom.el (enable-theme): Don't set custom-safe-themes.
1927
1928 * cus-theme.el (custom-theme-merge-theme):
1929 Ignore custom-enabled-themes and custom-safe-themes.
1930
1931 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
1932
1933 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
1934 first prompt in `sql-interacive-mode'.
1935 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
1936 keywords.
1937 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
1938 (sql-product-interactive): Bug fix: Set `sql-buffer' in
1939 context of original buffer. Invoke `sql-login-hook'.
1940
1941 2012-01-04 Eli Zaretskii <eliz@gnu.org>
1942
1943 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
1944 letters in cite-prefix.
1945
1946 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1947
1948 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
1949
1950 2012-01-03 Chong Yidong <cyd@gnu.org>
1951
1952 * shell.el (shell-dynamic-complete-functions):
1953 Put pcomplete-completions-at-point, so as to try
1954 comint-filename-completion first (Bug#10417).
1955
1956 2012-01-02 Richard Stallman <rms@gnu.org>
1957
1958 * battery.el (battery-status-function):
1959 Detect when to use battery-yeeloong-sysfs.
1960 (battery-echo-area-format): Add string for Yeeloong.
1961 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
1962 (battery-yeeloong-sysfs): New function.
1963
1964 2012-01-02 Chong Yidong <cyd@gnu.org>
1965
1966 * dirtrack.el (dirtrack-list): Eliminate unused third element.
1967 (dirtrack): Merge code for handling relative filenames in prompt
1968 from shell-dir-cookie-watcher.
1969 (dirtrack-debug-message): New arg to avoid excess format calls.
1970
1971 * shell.el (shell-dir-cookie-re): Variable deleted.
1972 (shell-dir-cookie-watcher): Function deleted.
1973 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
1974 with dirtrack-mode.
1975
1976 2012-01-01 Eli Zaretskii <eliz@gnu.org>
1977
1978 * term/w32-win.el (dynamic-library-alist) <gnutls>:
1979 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
1980 libgnutls-26.dll.
1981
1982 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
1983
1984 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
1985
1986 2011-12-31 Eli Zaretskii <eliz@gnu.org>
1987
1988 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
1989 headers of non-MIME messages, when rmail-enable-mime is non-nil.
1990
1991 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
1992
1993 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
1994 also for alternative shells.
1995 (tramp-open-connection-setup-interactive-shell): Check, whether
1996 the shell is a busybox.
1997 (tramp-send-command): Don't suppress multiple prompts for
1998 busyboxes, it hurts.
1999
2000 2011-12-28 Chong Yidong <cyd@gnu.org>
2001
2002 * progmodes/gdb-mi.el (gdb-get-source-file-list)
2003 (gdb-get-source-file): Move mode line update to
2004 gdb-get-source-file (Bug#10087).
2005
2006 2011-12-25 Chong Yidong <cyd@gnu.org>
2007
2008 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
2009 gud-gdb-marker-filter without taking it as an argument.
2010 (gud-gdb-run-command-fetch-lines): Caller changed.
2011 (gud-gdb-completion-function): New variable.
2012 (gud-gdb-completion-at-point): Use it.
2013 (gud-gdb-completions-1): Split from gud-gdb-completions.
2014
2015 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
2016 function as separate arguments.
2017 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
2018 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
2019 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
2020 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
2021 (gdb-stopped, def-gdb-auto-update-trigger)
2022 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
2023 (gdb-get-changed-registers, gdb-get-main-selected-frame):
2024 Callers changed.
2025 (gud-gdbmi-completions): New function.
2026 (gdb): Use it for generating the completion table.
2027
2028 2011-12-24 Alan Mackenzie <acm@muc.de>
2029
2030 Introduce a mechanism to widen the region used in context font
2031 locking. Use this to protect declarations from losing their contexts.
2032
2033 * progmodes/cc-langs.el (c-before-font-lock-functions):
2034 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
2035 (c-before-context-fontification-functions): New defvar, a list of
2036 functions to be run just before context (etc.) font locking.
2037
2038 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
2039 New, functionality extracted from
2040 c-neutralize-syntax-in-and-mark-CPP.
2041 (c-in-after-change-fontification): New variable.
2042 (c-after-change): Set c-in-after-change-fontification.
2043 (c-set-fl-decl-start): Rejig its interface, so it can be called
2044 from both after-change and context fontifying.
2045 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
2046 New functions.
2047 (c-standard-font-lock-fontify-region-function): New variable.
2048 (c-font-lock-fontify-region): New function.
2049
2050 2011-12-24 Juri Linkov <juri@jurta.org>
2051
2052 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
2053 (Bug#10348)
2054
2055 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
2056
2057 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
2058 existence of source file. (Bug#10325)
2059
2060 2011-12-23 Alan Mackenzie <acm@muc.de>
2061
2062 Fix unstable fontification inside templates.
2063
2064 * progmodes/cc-langs.el (c-before-font-lock-functions):
2065 Newly created from the singular version. The (c c++ objc) entry now
2066 additionally has c-set-fl-decl-start. The other languages (apart
2067 from AWK) have that as a single entry.
2068
2069 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2070 The functionality for "local" declarations has been extracted to
2071 c-set-fl-decl-start.
2072
2073 * progmodes/cc-mode.el (c-common-init, c-after-change):
2074 Changes due to pluralisation of c-before-font-lock-functions.
2075 (c-set-fl-decl-start): New function, extracted from
2076 c-font-lock-enclosing-decls and enhanced.
2077
2078 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
2081
2082 2011-12-22 Juri Linkov <juri@jurta.org>
2083
2084 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
2085
2086 2011-12-22 Chong Yidong <cyd@gnu.org>
2087
2088 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
2089
2090 2011-12-21 Drew Adams <drew.adams@oracle.com>
2091
2092 * files.el (file-remote-p): Fix docstring. (Bug#10319)
2093
2094 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
2095
2096 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
2097
2098 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
2099
2100 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
2101 highlighting and support. Fix up comments for capitalization.
2102 (cfengine-mode-debug): New var.
2103 (cfengine3-mode): Change the modeline indicator to "CFE3".
2104 (cfengine3-font-lock-keywords): Improve defun highlighting.
2105 (cfengine2-actions): Rename from `cfengine-actions'.
2106 (cfengine2-font-lock-keywords): Rename from
2107 `cfengine-font-lock-keywords'.
2108 (cfengine2-imenu-expression): Rename from
2109 `cfengine-imenu-expression'.
2110 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
2111 (cfengine2-beginning-of-defun): Rename from
2112 `cfengine-beginning-of-defun'.
2113 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
2114 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
2115 (cfengine2-mode): Rename from `cfengine-mode'. Change the
2116 modeline indicator to "CFE2".
2117 (cfengine-mode): Defalias to `cfengine-auto-mode'.
2118 (cfengine-mode-abbrevs): Mark obsolete.
2119
2120 2011-12-21 Chong Yidong <cyd@gnu.org>
2121
2122 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
2123 filename argument.
2124
2125 2011-12-20 Martin Rudalics <rudalics@gmx.at>
2126
2127 * window.el (window-normalize-buffer-to-display): Remove.
2128 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
2129
2130 2011-12-19 Chong Yidong <cyd@gnu.org>
2131
2132 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
2133 Don't signal an error in a predicate function; return non-nil.
2134 (vc-dir-mark-file): Move the error here.
2135 (vc-dir-mark-unmark): If acting on the region, keep going if one
2136 of the entries cannot be marked/unmarked.
2137 (vc-dir-mark-all-files): If current entry is a directory, mark
2138 only child files, as documented.
2139
2140 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
2141
2142 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
2143 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
2144 addition.
2145
2146 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
2147
2148 * term/ns-win.el (ns-get-selection-internal)
2149 (ns-store-selection-internal): Declare.
2150 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
2151 Declare as obsolete.
2152 (ns-get-pasteboard, ns-paste-secondary):
2153 Use ns-get-selection-internal.
2154 (ns-set-pasteboard, ns-copy-including-secondary):
2155 Use ns-store-selection-internal.
2156
2157 2011-12-17 Chong Yidong <cyd@gnu.org>
2158
2159 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
2160 (vc-deduce-fileset): Doc fix.
2161
2162 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
2163
2164 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
2165
2166 2011-12-13 Sam Steingold <sds@gnu.org>
2167
2168 * man.el (Man-getpage-in-background): When running under a
2169 window-system, ignore $MANWIDTH and $COLUMNS.
2170
2171 2011-12-15 Kenichi Handa <handa@m17n.org>
2172
2173 * language/ethio-util.el: Change coding tag to utf-8-emacs.
2174 (setup-ethiopic-environment-internal): Comment out key-binding for
2175 ethio-toggle-punctuation.
2176
2177 2011-12-13 Alan Mackenzie <acm@muc.de>
2178
2179 Add the switch statement to AWK Mode.
2180
2181 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
2182 "default" to the keywords regexp.
2183
2184 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
2185 expression as the rest.
2186 (c-nonlabel-token-key): Allow string literals for AWK.
2187 Refactor for the other modes.
2188
2189 Large brace-block initialisation makes CC Mode slow: Fix.
2190 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
2191 routines. Limit backward searching in c-font-lock-enclosing.decl.
2192
2193 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
2194 pp-state and literal type in addition to the limits.
2195 (c-state-safe-place): New defun, extracted from c-state-literal-at.
2196 (c-state-literal-at): Use the above new defun.
2197 (c-slow-in-literal, c-fast-in-literal): Remove.
2198 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
2199
2200 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
2201 being in a literal. Add a limit for backward searching.
2202
2203 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
2204 c-slow-in-literal.
2205
2206 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
2209
2210 2011-12-13 Martin Rudalics <rudalics@gmx.at>
2211
2212 * window.el (delete-other-windows): Use correct frame in call to
2213 window-with-parameter.
2214
2215 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
2216
2217 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
2218 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
2219 (makefile-gmake-statements, makefile-makepp-statements):
2220 Use it and add new makepp keywords.
2221 (makefile-makepp-font-lock-keywords): Add new patterns.
2222 (makefile-match-function-end): Match new [...] and [[...]].
2223
2224 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
2225
2226 * ses.el (ses-call-printer-return, ses-cell-property-get)
2227 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
2228 (ses-create-cell-variable, ses-reset-header-string)
2229 (ses-cell-set-formula, ses-repair-cell-reference-all)
2230 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
2231 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
2232 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
2233 (ses-aset-with-undo, ses-load, ses-truncate-cell)
2234 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
2235 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
2236 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
2237 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
2238 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
2239 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
2240 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
2241 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
2242
2243 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
2244
2245 * ses.el: The overall change is to add cell renaming, that is
2246 setting fancy names for cell symbols other than name matching
2247 "\\`[A-Z]+[0-9]+\\'" regexp .
2248 (ses-create-cell-variable): New defun.
2249 (ses-relocate-formula): Relocate formulas only for cells the
2250 symbols of which are not renamed, i.e. symbols whose names do not
2251 match regexp "\\`[A-Z]+[0-9]+\\'".
2252 (ses-relocate-all): Relocate values only for cells the symbols of
2253 which are not renamed.
2254 (ses-load): Create cells variables as the (ses-cell ...) are read,
2255 in order to check row col consistency with cell symbol name only
2256 for cells that are not renamed.
2257 (ses-replace-name-in-formula): New defun.
2258 (ses-rename-cell): New defun.
2259
2260 2011-12-11 Chong Yidong <cyd@gnu.org>
2261
2262 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
2263 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
2264
2265 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
2266
2267 * window.el (other-window): Fix docstring.
2268
2269 2011-12-10 Eli Zaretskii <eliz@gnu.org>
2270
2271 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
2272 `from' or `to' address before taking its substring.
2273 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
2274 encoded name is chopped in the middle of the encoded string, and
2275 thus displayed encoded.
2276
2277 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
2280
2281 2011-12-10 Eli Zaretskii <eliz@gnu.org>
2282
2283 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
2284 to use texinfo-update-node and commands that call it if the
2285 Texinfo file uses @node lines without next/prev/up pointers.
2286 Correct outdated description about texinfo-master-menu.
2287 (texinfo-all-menus-update, texinfo-master-menu)
2288 (texinfo-update-node, texinfo-every-node-update)
2289 (texinfo-multiple-files-update): Doc fix. Warn against updating
2290 all the @node lines.
2291 (texinfo-master-menu): Only call texinfo-update-node if the prefix
2292 argument is numeric. Explain better in the doc string what the
2293 function really does.
2294 (texinfo-insert-master-menu-list): Improve the error message
2295 displayed if there's no menu in the Top node.
2296 (Bug#2975) See also this thread:
2297 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
2298
2299 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
2300
2301 * speedbar.el (speedbar-supported-extension-expressions):
2302 Add .adb and .ads, commonly used for Ada source code (bug#10256).
2303
2304 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
2305
2306 * printing.el (pr-mode-alist):
2307 * simple.el (filter-buffer-substring-functions)
2308 (completion-list-insert-choice-function):
2309 * window.el (window-with-parameter, window-atom-root)
2310 (window-sides-slots, window-size-fixed, window-min-delta)
2311 (window-max-delta, window--resize-mini-window)
2312 (window--resize-child-windows-normal, window-tree)
2313 (delete-other-windows, quit-window, split-window)
2314 (display-buffer-record-window, special-display-buffer-names)
2315 (special-display-regexps, special-display-popup-frame)
2316 (same-window-p, split-window-sensibly)
2317 (display-buffer-overriding-action, display-buffer-alist)
2318 (display-buffer-base-action, display-buffer, switch-to-buffer)
2319 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
2320 (fit-window-to-buffer, recenter-positions)
2321 (mouse-autoselect-window-state, mouse-autoselect-window-select):
2322 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
2323 and remove unneeded backslashes in docstrings.
2324
2325 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
2328
2329 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
2330 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
2331 end in ".mk".
2332 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
2333 when reading the makefile (bug#10116).
2334
2335 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
2338 (bug#10116).
2339
2340 2011-12-06 Glenn Morris <rgm@gnu.org>
2341
2342 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
2343
2344 2011-12-06 Chong Yidong <cyd@gnu.org>
2345
2346 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
2347
2348 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * textmodes/table.el (table-shorten-cell): Fix typo.
2351
2352 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
2353
2354 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
2355
2356 2011-12-05 Eli Zaretskii <eliz@gnu.org>
2357
2358 * descr-text.el (describe-char): Fix display of strong
2359 right-to-left characters and directional embeddings and overrides.
2360
2361 * simple.el (what-cursor-position): Fix display of codepoints of
2362 strong right-to-left characters.
2363
2364 2011-12-05 Chong Yidong <cyd@gnu.org>
2365
2366 * faces.el (read-color): Doc fix.
2367
2368 2011-12-05 Glenn Morris <rgm@gnu.org>
2369
2370 * align.el (align--set-marker): Add doc-string.
2371 Don't try to move something that is not a marker. (Bug#10216)
2372
2373 2011-12-04 Glenn Morris <rgm@gnu.org>
2374
2375 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
2376 overly zealous deletion of trailing whitespace.
2377
2378 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * server.el (server-delete-client): On Windows, do not try to delete
2381 the only terminal.
2382 (server-process-filter): On Windows, treat requests for a tty frame as
2383 if they were for a GUI frame if the running server is in GUI mode.
2384
2385 2011-12-03 Glenn Morris <rgm@gnu.org>
2386
2387 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
2388
2389 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * electric.el: Streamline electric-indent's hook.
2392 (electric-indent-chars): Revert to simple list.
2393 (electric-indent-functions): New var.
2394 (electric-indent-post-self-insert-function): Use it.
2395
2396 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
2397 there's no inferior buffer (bug#10196).
2398 (prolog-consult-compile): Don't use toggle-read-only.
2399
2400 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
2401
2402 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
2403 interrupt. (Bug#10187)
2404
2405 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
2408 (bug#9160).
2409
2410 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
2411 (bug#10191).
2412
2413 2011-12-02 Juri Linkov <juri@jurta.org>
2414
2415 * info.el (Info-search): Display "end of manual" when Isearch
2416 reaches the end of single-file Info manual. (Bug#9918)
2417
2418 2011-12-02 Eli Zaretskii <eliz@gnu.org>
2419
2420 * isearch.el (isearch-message-prefix): Run the input method part
2421 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
2422
2423 2011-12-02 Juri Linkov <juri@jurta.org>
2424
2425 * isearch.el (isearch-occur): Use `word-search-regexp' for
2426 `isearch-word'.
2427 (isearch-search-and-update): Add condition for `isearch-word' and
2428 call `word-search-regexp'. (Bug#10145)
2429
2430 2011-12-01 Glenn Morris <rgm@gnu.org>
2431
2432 * eshell/em-hist.el (eshell-hist-initialize):
2433 Handle eshell-history-size nil and HISTSIZE set or unset.
2434 (eshell-history-file-name, eshell-history-size): Fix custom type.
2435
2436 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2437
2438 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
2439
2440 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
2441
2442 * progmodes/verilog-mode.el (verilog-pretty-expr):
2443 Rework verilog-pretty-expr to handle new assignment operators in system
2444 verilog, such as += *= and the like.
2445 (verilog-assignment-operator-re): Regular expression to find the
2446 assigment operator in a verilog assignment.
2447 (verilog-assignment-operation-re): Regular expression to find an
2448 assignment statement for pretty-expr.
2449 (verilog-in-attribute-p): Query returns true if point is in an
2450 attribute context; used to skip these for expression line up from
2451 pretty-expr.
2452 (verilog-in-parameter-p): Query returns true if point is in an
2453 parameter definition context; used to skip these for expression
2454 line up from pretty-expr.
2455 (verilog-in-parenthesis-p): Query returns true if point is in a
2456 parenthetical expression, specifically ( ) but not [ ] or { };
2457 used by pretty-expr.
2458 (verilog-just-one-space): If there is no space, don't add one.
2459 (verilog-get-lineup-indent-2): Specifically skip just attribute
2460 contexts for expression lineup, rather than skipping all
2461 parenthetical expressions.
2462 (verilog-calculate-indent): Fix comment, and fix indent.
2463 (verilog-do-indent): Indent declarations in lists (suggested by
2464 Joachim Lechner).
2465 (verilog-mode-abbrev-table): Populate abbrev mode with the various
2466 skeleton items.
2467 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
2468 by Alain Mellan).
2469
2470 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
2471
2472 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
2473 parameters with embedded comments. Reported by Ray Stevens.
2474 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
2475 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
2476 Reported by Tim Holt.
2477 (verilog-auto): Fix AUTOing a upper module then AUTOing module
2478 instantiated by upper module causing wrong expansion until AUTOed a
2479 second time. Reported by K C Buckenmaier.
2480 (verilog-diff-auto): Fix showing .* as a difference when
2481 `verilog-auto-star-save' off. Reported by Dan Dever.
2482 (verilog-auto-reset, verilog-read-always-signals)
2483 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
2484 temporary signals in reset list if
2485 verilog-auto-reset-blocking-in-non is nil, and match assignment
2486 style to each signal's assignment type, bug381.
2487 Reported by Thomas Esposito.
2488 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
2489 (verilog-uvm-statement-re): Support UVM indentation and
2490 highlighting, with old OVM keywords only.
2491 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
2492 Support AUTOTIEOFF creating non-wire data types.
2493 Suggested by Jonathan Greenlaw.
2494 (verilog-auto-insert-lisp, verilog-delete-to-paren)
2495 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
2496 (verilog-inject-sense, verilog-read-inst-pins)
2497 (verilog-read-sub-decls, verilog-read-sub-decls-line):
2498 Fix mismatching parenthesis inside commented out code when deleting
2499 AUTOINST, bug383. Reported by Jonathan Greenlaw.
2500 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
2501 non-numeric vector width. Reported by Alex Reed.
2502 (verilog-auto-ascii-enum): Add "onehot" option to work around not
2503 detecting signals with parameter widths. Reported by Alex Reed.
2504 (verilog-auto-delete-trailing-whitespace):
2505 With `verilog-auto-delete-trailing-whitespace' remove trailing
2506 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
2507 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
2508 Fix verilog-scan-cache corruption when running user AUTO expansion
2509 hooks that call indentation routines.
2510 (verilog-simplify-range-expression): Fix typo ignoring lower case
2511 identifiers.
2512 (verilog-delete-auto): Fix delete-autos to also remove user created
2513 automatics, as long as they start with AUTO.
2514 (verilog-batch-diff-auto, verilog-diff-auto)
2515 (verilog-diff-function): Add `verilog-diff-auto' and bind to
2516 "C-c?" to report differences in AUTO expansion, ignoring spaces.
2517 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
2518 (verilog-in-paren-quick, verilog-re-search-backward-quick)
2519 (verilog-re-search-forward-quick, verilog-syntax-ppss):
2520 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
2521 is disabled and its cache will get corrupt, causing AUTOS not to
2522 expand. Instead use only -quick functions.
2523 (verilog-scan-region): Fix scanning over escaped quotes.
2524 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
2525 (verilog-re-search-backward-quick)
2526 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
2527 related functions now ignore strings, to fix misparsing of strings
2528 with magic comments embedded in them.
2529 (verilog-read-auto-template):
2530 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
2531 Reported by Brad Dobbie.
2532 (verilog-read-auto-template):
2533 Fix 'verilog-auto-inst-template-numbers' with comments.
2534 Reported by Brad Dobbie.
2535 (verilog-auto-inst, verilog-auto-inst-param)
2536 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
2537 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
2538 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
2539 debugging templates without merge conflicts, bug357.
2540 Reported by Brad Dobbie.
2541 (verilog-read-auto-template):
2542 Fix verilog-auto-inst-template-numbers with multiple templates.
2543 Reported by Brad Dobbie.
2544 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
2545 abbrevs so user won't be asked to save.
2546 (verilog-read-auto-lisp-present): Fix to start at beginning of
2547 buffer in case called outside of verilog-auto.
2548 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
2549 to "X-2". Reported by Matthew Myers.
2550 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
2551 all inputs from module templates. Reported by Leith Johnson.
2552 (verilog-module-inside-filename-p): Fix locating programs as with
2553 modules.
2554 (verilog-auto-inst-port): Fix vl-width expressions when using
2555 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
2556 (verilog-decls-get-regs, verilog-decls-get-signals,
2557 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
2558 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
2559 verilog-read-decls): Combine reg and wire structures into one var
2560 structure to represent SystemVerilog concepts.
2561 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
2562 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
2563 (verilog-auto-wire-type, verilog-insert-definition):
2564 Add verilog-auto-wire-type and AUTOLOGIC to support using
2565 SystemVerilog "logic" keyword instead of "wire"/"reg".
2566 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
2567 to declares outputs that also have assignments (presumably in an
2568 ifdef or generate if so there's not a driver conflict).
2569 Reported by Matthew Myers.
2570 (verilog-auto-declare-nettype, verilog-insert-definition):
2571 Add verilog-auto-declare-nettype to fix declarations using
2572 `default_nettype none. Reported by Julian Gorfajn.
2573 (verilog-read-always-signals-recurse, verilog-read-decls)
2574 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
2575 malformed end statement, bug325. Reported by Joshua Wise and
2576 Andrew Drake.
2577 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
2578 (verilog-inst-comment-re): Fix not deleting Interfaced comment
2579 when expanding .* in interfaces, bug320.
2580 Reported by Pierre-David Pfister.
2581 (verilog-read-module-name): Fix import statements between module
2582 name and open parenthesis, bug317.
2583 Reported by Pierre-David Pfister.
2584 (verilog-simplify-range-expression): Fix simplification of
2585 multiplications inside AUTOWIRE connections, bug303.
2586 (verilog-auto-inst-port): Support parameter expansion in
2587 multidimensional arrays.
2588 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
2589 after "assert property". Reported by Julian Gorfajn.
2590 (verilog-simplify-range-expression): Fix "couldn't merge" errors
2591 with multiplication, bug303.
2592 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
2593 Reported by Jan Frode Lonnum.
2594
2595 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
2596
2597 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
2598 (hfy-shell-file-name, hfy-shell):
2599 * international/fontset.el (x-decompose-font-name): Fix typos.
2600
2601 2011-11-29 Ken Brown <kbrown@cornell.edu>
2602
2603 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
2604 (gdb-version): Remove defvar.
2605 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
2606 (gdb-gud-context-command, gdb-non-stop-handler)
2607 (gdb-current-context-command, gdb-stopped): Use it.
2608 (gdb-init-1): Enable pretty printing here.
2609 (gdb-non-stop-handler): Don't enable pretty-printing here.
2610 Check to see if the target supports non-stop mode; if not, turn off
2611 non-stop mode. Use the following.
2612 (gdb-check-target-async): New defun.
2613 (gud-watch, gdb-stopped): Fix whitespace.
2614 (gdb-get-source-file): Don't try to display the source file if
2615 `gdb-main-file' is nil.
2616
2617 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * align.el: Try to generate fewer markers (bug#10047).
2620 (align--set-marker): New macro.
2621 (align-region): Use it.
2622
2623 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
2624
2625 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
2626
2627 2011-11-29 Chong Yidong <cyd@gnu.org>
2628
2629 * indent.el (indent-for-tab-command, indent-according-to-mode):
2630 Doc fix.
2631 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
2632
2633 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
2634
2635 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
2636 aware of remote file names. (Bug#10124)
2637
2638 2011-11-29 Chong Yidong <cyd@gnu.org>
2639
2640 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
2641
2642 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * files.el (find-file): Don't use force-same-window (bug#10144).
2645 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
2646 use pop-to-buffer if the selected window can't be used.
2647 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
2648
2649 2011-11-28 Eli Zaretskii <eliz@gnu.org>
2650
2651 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
2652 special-mode-map.
2653
2654 2011-11-28 Chong Yidong <cyd@gnu.org>
2655
2656 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
2657
2658 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
2659
2660 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
2661 gdb-get-source-file-list on gdb-create-source-file-list.
2662
2663 2011-11-26 Eli Zaretskii <eliz@gnu.org>
2664
2665 * whitespace.el (whitespace-newline): Use a different foreground
2666 color for 16-color light-background displays.
2667
2668 2011-11-24 Chong Yidong <cyd@gnu.org>
2669
2670 * window.el (display-buffer--special-action): Doc fix.
2671
2672 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
2673
2674 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
2675 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
2676 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
2677 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
2678 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
2679 (avl-tree-stack-first):
2680 * emacs-lisp/cconv.el (cconv--analyse-use):
2681 * net/gnutls.el (gnutls-negotiate): Fix typos.
2682
2683 2011-11-24 Glenn Morris <rgm@gnu.org>
2684
2685 * lpr.el (lpr-windows-system, lpr-lp-system):
2686 * mail/binhex.el (binhex-begin-line):
2687 * progmodes/grep.el (grep-history, grep-find-history):
2688 * textmodes/flyspell.el:
2689 * vc/pcvs-defs.el (cvs-global-menu):
2690 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
2691 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
2692 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
2693
2694 * net/tls.el: Fix case of "GnuTLS".
2695
2696 * paths.el (rmail-file-name): Format doc-string for make-docfile.
2697
2698 * version.el (emacs-build-system): Give it a doc-string.
2699
2700 2011-11-24 Juri Linkov <juri@jurta.org>
2701
2702 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
2703
2704 2011-11-24 Glenn Morris <rgm@gnu.org>
2705
2706 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
2707 if called on a non-mime message just toggle the headers. (Bug#8006)
2708
2709 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2710
2711 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
2712 (allout-lead-with-comment-string, allout-structure-deleted-hook)
2713 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
2714 (allout-rebullet-heading, allout-open-sibtopic)
2715 (allout-toggle-current-subtree-encryption)
2716 (allout-toggle-subtree-encryption, allout-encrypt-string)
2717 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
2718 (allout-distinctive-bullets-string, allout-auto-activation):
2719 * window.el (window-normalize-buffer-to-display):
2720 * progmodes/verilog-mode.el (verilog-batch-indent):
2721 * textmodes/bibtex.el (bibtex-field-braces-opt)
2722 (bibtex-field-strings-opt):
2723 * vc/cvs-status.el (cvs-tree-merge):
2724 Fix typos.
2725
2726 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
2727
2728 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
2729 `non-essential' to t, in order to avoid remote connections.
2730
2731 2011-11-23 Eli Zaretskii <eliz@gnu.org>
2732
2733 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2734 On MS-DOS and MS-Windows, compare with loaddefs.el
2735 case-insensitively.
2736
2737 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2738
2739 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
2740
2741 2011-11-23 Glenn Morris <rgm@gnu.org>
2742
2743 * paths.el (rmail-file-name): Reformat the doc-string so that it
2744 is picked up.
2745
2746 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
2747 (rmail-auto-file): Ignore case in the "special" field names,
2748 as mail-fetch-field does for all others.
2749
2750 * mail/rmail.el (rmail-forward):
2751 * mail/rmailkwd.el (rmail-set-label):
2752 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
2753 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
2754
2755 * mail/rmail.el (rmail-current-message): Doc fix.
2756
2757 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
2758
2759 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * server.el (server-eval-and-print): Allow C-g (bug#6585).
2762
2763 2011-11-22 Glenn Morris <rgm@gnu.org>
2764
2765 * mail/rmailmm.el (test-rmail-mime-handler)
2766 (test-rmail-mime-bulk-handler)
2767 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
2768
2769 2011-11-21 Juri Linkov <juri@jurta.org>
2770
2771 * calc/calc.el (calc-read-key-sequence):
2772 Let-bind `input-method-function' to nil. (Bug#10018)
2773
2774 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2775
2776 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
2777 Tell the caller that the next line needs recomputation, even
2778 though it doesn't start a sexp (bug#10094).
2779
2780 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
2783
2784 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2785
2786 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
2787 Use force-same-window.
2788
2789 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2790
2791 * descr-text.el (describe-char-unicode-data):
2792 * json.el (json-string-escape):
2793 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
2794 (Footnote-unicode, Footnote-style-p):
2795 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
2796
2797 2011-11-20 Chong Yidong <cyd@gnu.org>
2798
2799 * window.el (replace-buffer-in-windows): Restore interactive spec.
2800
2801 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2802
2803 * electric.el (electric-indent-mode): Fix last change (too optimistic).
2804
2805 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
2806 (byte-compile-global-not-obsolete-vars): New var.
2807 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
2808 Use it.
2809 (byte-compile-warn-obsolete): Align text with the one in *Help*.
2810
2811 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
2812
2813 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
2814 * progmodes/pascal.el (electric-pascal-equal):
2815 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
2816 * xml.el (xml-substitute-special): Fix typos.
2817
2818 2011-11-20 Glenn Morris <rgm@gnu.org>
2819
2820 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
2821 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
2822 Doc fixes.
2823 (rmail-decode-mime-charset): Mark as obsolete.
2824
2825 * mail/rmailsum.el (rmail-message-regexp-p-1):
2826 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
2827 Before using mime functions, check they are set. (Bug#10077)
2828
2829 2011-11-19 Juri Linkov <juri@jurta.org>
2830
2831 * info.el (Info-finder-find-node): Use `package--builtins' instead
2832 of `package-alist'. Use node names formed by the pattern "Keyword "
2833 and the keyword name.
2834
2835 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2836
2837 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
2838
2839 2011-11-19 Juri Linkov <juri@jurta.org>
2840
2841 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
2842 that calls `revert-buffer' on all Info buffers. (Bug#9915)
2843 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
2844 `old-history', `old-history-forward'. Add let-binding
2845 `window-selected'. Remove calls to `kill-buffer',
2846 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
2847 before calling `Info-find-node', so `Info-find-node-2' will reread
2848 the Info file. Restore window positions only when `window-selected'
2849 is non-nil.
2850
2851 2011-11-19 Juri Linkov <juri@jurta.org>
2852
2853 * isearch.el (isearch-lazy-highlight-new-loop):
2854 Remove condition `(not isearch-error)'. (Bug#9918)
2855
2856 * misearch.el (multi-isearch-search-fun): Add condition
2857 `(not bound)' to ignore lazy-highlighting search.
2858 Add the search-failed message "end of multi" when the end of
2859 multi-sequence is reached. Uncapitalize the search-failed
2860 message "Repeat for next buffer".
2861
2862 * info.el (Info-search): Add the search-failed message
2863 "end of the manual" when the end of the manual is reached
2864 in Isearch mode.
2865
2866 2011-11-19 Juri Linkov <juri@jurta.org>
2867
2868 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
2869 Use non-destructive `remove' instead of `delete' because
2870 `Info-history-list' stored to `Info-isearch-initial-history-list' in
2871 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
2872
2873 2011-11-19 Juri Linkov <juri@jurta.org>
2874
2875 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
2876 to nil instead of binding `search-ring' and `regexp-search-ring'.
2877 (Bug#9185)
2878
2879 2011-11-19 Eli Zaretskii <eliz@gnu.org>
2880
2881 * simple.el (line-move): Force movement by logical lines for any
2882 hscrolled window, not only when auto-hscroll-mode is on.
2883 (line-move-visual): Update doc string to that effect. (Bug#10076)
2884
2885 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
2886
2887 * language/european.el (macintosh): Define as alias for mac-roman.
2888
2889 2011-11-19 Eli Zaretskii <eliz@gnu.org>
2890
2891 * mail/rmailmm.el (rmail-mime-display-header)
2892 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
2893 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
2894 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
2895 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
2896 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
2897 of a raw aref.
2898 (rmail-mime-entity-segment): To get past the tagline, move forward
2899 2 more lines, to account for the 2 empty lines that precede and
2900 follow the line with the buttons.
2901 (rmail-mime-update-tagline): Move one more line, to get past the
2902 empty line that follows the buttons in the tagline. (Bug#9520)
2903
2904 2011-11-19 Martin Rudalics <rudalics@gmx.at>
2905
2906 * window.el (window-max-delta-1, window-min-delta-1)
2907 (window-min-size-1, window-state-get-1, window-state-put-1)
2908 (window-state-put-2): Use "window--" prefix.
2909
2910 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * emacs-lisp/smie.el: Improve warnings and conflict detection.
2913 (smie-warning-count): New var.
2914 (smie-set-prec2tab): Use it.
2915 (smie-bnf->prec2): Improve warnings. Add docstring.
2916 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
2917 (smie-bnf--set-class): New function.
2918 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
2919 corner case.
2920
2921 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
2922 (compilation-error-properties, compilation-move-to-column):
2923 Handle compilation-first-column while in the target buffer.
2924
2925 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
2926 Don't hardcode point-min==1.
2927
2928 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
2929 (eshell-rewrite-for-command): Remove workaround.
2930 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
2931 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
2932 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
2933
2934 * files-x.el (modify-file-local-variable): Obey commenting conventions.
2935
2936 2011-11-17 Glenn Morris <rgm@gnu.org>
2937
2938 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2939 Ignore buffer-local generated-autoload-file if it is the same
2940 as the global value. (Bug#10049)
2941
2942 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
2943
2944 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
2945 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
2946 (reftex-toc-previous-heading, reftex-toc-max-level)
2947 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
2948 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
2949 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2950 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2951 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
2952 (reftex-toc-rename-label, reftex-toc-visit-location)
2953 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
2954 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
2955 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
2956 leaving "*toc*" only for references to the buffer.
2957
2958 2011-11-17 Martin Rudalics <rudalics@gmx.at>
2959
2960 * window.el (window-resize, delete-window, split-window):
2961 Replace window-splits by window-combination-resize.
2962 * cus-start.el (window-splits): Replace by window-combination-resize.
2963
2964 2011-11-17 Glenn Morris <rgm@gnu.org>
2965
2966 * progmodes/sh-script.el (sh-font-lock-keywords-var):
2967 Make bash entry derive from sh entry, not shell entry.
2968
2969 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
2970
2971 * net/tramp-cache.el (tramp-flush-file-property): Flush also
2972 properties of linked files. (Bug#9879)
2973
2974 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
2975 local file name.
2976
2977 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * menu-bar.el (menu-bar-file-menu):
2980 * printing.el (pr-ps-utility):
2981 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
2982 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
2983 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
2984 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
2985 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
2986 (icalendar--convert-cyclic-to-ical)
2987 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
2988 (icalendar--convert-ical-to-diary)
2989 (icalendar--convert-recurring-to-diary)
2990 (icalendar--convert-non-recurring-all-day-to-diary)
2991 (icalendar-import-format-sample):
2992 * progmodes/idlw-shell.el (idlwave-shell-mode):
2993 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
2994 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
2995 (vhdl-ps-print-init): Fix typos.
2996
2997 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
2998
2999 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
3000 FSF and collapse date sequence, obscure author/maintainer email address
3001 better, remove extra version line, track relocation of author's webpage.
3002
3003 * progmodes/python.el (python-pdbtrack-input-prompt)
3004 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
3005 regular python pdb prompts. Adjustments shamelessly taken exactly as
3006 suggested in EmacsWiki page (tiny change):
3007 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
3008
3009 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3010
3011 * expand.el (expand-pos, expand-index, expand-point):
3012 Remove redundant info from docstring.
3013 (expand-add-abbrevs): Doc fix.
3014 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
3015 (expand-sample-perl-mode-expand-list): Fix typos.
3016
3017 * net/dbus.el (dbus-event-member-name):
3018 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
3019 * term/pc-win.el (msdos-create-frame-with-faces):
3020 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
3021
3022 2011-11-16 Martin Rudalics <rudalics@gmx.at>
3023
3024 * window.el (split-window, window-state-get-1)
3025 (window-state-put-1, window-state-put-2): Rename occurrences of
3026 window-nest to window-combination-limit.
3027 * cus-start.el (window-nest): Rename to window-combination-limit.
3028
3029 2011-11-16 Chong Yidong <cyd@gnu.org>
3030
3031 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
3032 regexp (Bug#10033).
3033
3034 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
3037 `completing-read' will remove *Completions* and will preserve
3038 current-buffer for us.
3039 (tmm-add-prompt): Users of *Completions* will always (re)set its
3040 major mode.
3041 (tmm-old-comp-map): Remove.
3042
3043 2011-11-16 Glenn Morris <rgm@gnu.org>
3044
3045 * mail/rmailedit.el: Require rmailmm when compiling.
3046 (rmail-old-mime-state): New declaration.
3047 (rmail-edit-current-message): If editing a mime message,
3048 edit the "raw" message from the mbox buffer.
3049 (rmail-cease-edit): Handle mime messages. (Bug#9840)
3050
3051 2011-11-15 Glenn Morris <rgm@gnu.org>
3052
3053 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
3054 which wasn't being used. Add optional arg to force given state.
3055 (rmail-mime): Add optional arg to force given state.
3056
3057 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * allout.el (allout-encryption-plaintext-sanitization-regexps):
3060 * frame.el (display-mm-dimensions-alist):
3061 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
3062 (outline-move-subtree-down):
3063 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
3064 (newsticker--treeview-do-get-node):
3065 * net/quickurl.el (quickurl-list-buffer-name):
3066 * progmodes/dcl-mode.el (dcl-mode):
3067 * progmodes/gdb-mi.el (gdb-mapcar*):
3068 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
3069
3070 2011-11-15 Glenn Morris <rgm@gnu.org>
3071
3072 * mail/rmail.el (rmail-file-coding-system): It's only ever used
3073 in a boolean sense, so just make it a boolean, and fix the doc.
3074 (rmail-show-mime-function, rmail-mime-feature)
3075 (rmail-require-mime-maybe): Doc fixes.
3076 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
3077
3078 * mail/rmailmm.el (rmail-show-mime): Doc fix.
3079
3080 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
3083 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
3084 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
3085 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
3086
3087 2011-11-15 Glenn Morris <rgm@gnu.org>
3088
3089 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
3090 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
3091 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
3092 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
3093 (rmail-mime, rmail-show-mime): Doc fixes.
3094
3095 * term/ns-win.el (mode-line-frame-identification):
3096 Leave it alone. (Bug#10051)
3097
3098 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
3099
3100 * mail/rmailout.el (rmail-output-to-rmail-buffer):
3101 Handle empty buffers. (Bug#9978)
3102
3103 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
3104
3105 * international/mule.el (define-charset):
3106 * mail/rmailmm.el (rmail-mime-find-header-encoding):
3107 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
3108 * progmodes/verilog-mode.el (verilog-backward-token):
3109 * textmodes/ispell.el (lookup-words):
3110 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
3111
3112 2011-11-14 Glenn Morris <rgm@gnu.org>
3113
3114 * progmodes/executable.el
3115 (executable-make-buffer-file-executable-if-script-p):
3116 Handle file-modes returning nil.
3117
3118 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
3119 message - not necessary, and causes problems. (Bug#9831)
3120
3121 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
3122
3123 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
3124
3125 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
3126 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
3127 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
3128
3129 2011-11-12 Martin Rudalics <rudalics@gmx.at>
3130
3131 * window.el (window-resize, delete-window): Use window-splits
3132 variable instead of function.
3133 (window-state-get-1, window-state-put-2, window-state-put):
3134 Don't deal with windows' splits status.
3135
3136 2011-11-12 Glenn Morris <rgm@gnu.org>
3137
3138 * apropos.el (apropos-do-all, apropos-library, apropos-value)
3139 (apropos-documentation): Doc fixes.
3140
3141 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
3142
3143 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
3144 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
3145
3146 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * electric.el (electric-indent-post-self-insert-function): Make it
3149 possible for a char to only indent in some circumstances.
3150 (electric-indent-mode): Simplify.
3151
3152 2011-11-11 Martin Rudalics <rudalics@gmx.at>
3153
3154 * window.el (windows-with-parameter): Remove unused function.
3155 (windows-at-side): Rename to window-at-side-list.
3156 (window-check, window-atom-check, window-atom-check-1)
3157 (window-side-check, window-size-ignore, window-size-fixed-1)
3158 (window-in-direction-2): Prefix with "window--".
3159 (window-tree-1): Rename to window--subtree, fix doc-string.
3160
3161 2011-11-11 Glenn Morris <rgm@gnu.org>
3162
3163 * subr.el (eval-after-load): If FILE is already loaded,
3164 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
3165
3166 2011-11-10 Glenn Morris <rgm@gnu.org>
3167
3168 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
3169 Call svn via vc-svn-command rather than vc-do-command.
3170 (vc-svn-command): Add --non-interactive. (Bug#9993)
3171 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
3172
3173 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3174 Add toggle-read-only. (Bug#7292)
3175 * files.el (toggle-read-only): Mention that it should only
3176 be used interactively. (Bug#10006)
3177
3178 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3179
3180 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3181 Adjust regexp for OCaml warnings.
3182
3183 * electric.el (electric-pair-post-self-insert-function): Let user
3184 turn it off buffer-locally (bug#9932).
3185
3186 * progmodes/python.el (python-beginning-of-statement):
3187 Rewrite (bug#2703).
3188
3189 * progmodes/compile.el: Better handle TABs (bug#9749).
3190 (compilation-internal-error-properties)
3191 (compilation-next-error-function): Obey the target buffer's
3192 compilation-error-screen-columns.
3193
3194 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
3195
3196 * progmodes/meta-mode.el: Remove obsolete comments.
3197 (meta-right-comment-regexp, meta-ignore-comment-regexp):
3198 Fix typos in docstrings.
3199
3200 2011-11-09 Martin Rudalics <rudalics@gmx.at>
3201
3202 * window.el (window-size-fixed-p): Rewrite doc-string.
3203 (window-resizable-p): Rename to window--resizable-p. Update callers.
3204 (window--resizable): New function. Make all callers of
3205 window-resizable call window--resizable instead.
3206 (window-resizable): Rewrite in terms of window--resizable.
3207
3208 2011-11-08 Glenn Morris <rgm@gnu.org>
3209
3210 * progmodes/delphi.el (delphi-mode-syntax-table):
3211 Let define-derived-mode define a proper syntax table. (Bug#9994)
3212
3213 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * window.el: Stay away from defsubst.
3216 (window-list-no-nils): Remove.
3217 (window-state-get-1, window-state-get): Use backquote instead.
3218
3219 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3220
3221 * emacs-lisp/find-func.el (find-function-read):
3222 Fix incorrect use of default argument in `completing-read'.
3223
3224 2011-11-08 Martin Rudalics <rudalics@gmx.at>
3225
3226 * window.el (display-buffer-function, special-display-function):
3227 Mention display-buffer-record-window but do not mention
3228 help-setup parameter in doc-strings.
3229 (window-min-delta): Fix doc-string typo.
3230
3231 2011-11-08 Chong Yidong <cyd@gnu.org>
3232
3233 * window.el (window-total-height, window-total-width): Doc fix.
3234 (window-body-size): Move from C.
3235 (window-body-height, window-body-width): Move to C.
3236
3237 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * window.el: Make special-display like display-buffer-alist (bug#9532).
3240 (display-buffer--special-action): New function, morphed
3241 from display-buffer--special.
3242 (display-buffer): Use it to handle special-display-buffers at higher
3243 priority (just after display-buffer-alist).
3244 (display-buffer-fallback-action, display-buffer--other-frame-action)
3245 (pop-to-buffer-same-window): Remove display-buffer--special.
3246
3247 2011-11-07 Glenn Morris <rgm@gnu.org>
3248
3249 * calendar/cal-menu.el (cal-menu-set-date-title):
3250 Do nothing if not in a calendar. (Bug#9976)
3251
3252 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * files.el (find-file): Always use selected-window.
3255
3256 2011-11-07 Martin Rudalics <rudalics@gmx.at>
3257
3258 * window.el (window-combinations): Make WINDOW argument
3259 mandatory. Rewrite doc-string.
3260 (walk-window-subtree, window-atom-check, window-min-delta)
3261 (window-max-delta, window--resize-this-window)
3262 (window--resize-root-window-vertically, window-tree)
3263 (balance-windows, window-state-put): Rewrite doc-strings as to
3264 not mention the term "subwindow".
3265 (window--resize-subwindows-skip-p): Rename to
3266 window--resize-child-windows-skip-p.
3267 (window--resize-subwindows-normal): Rename to
3268 window--resize-child-windows-normal.
3269 (window--resize-subwindows): Rename to
3270 window--resize-child-windows.
3271 (window-or-subwindow-p): Rename to window--in-subtree-p.
3272
3273 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3274
3275 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
3276 Ensure that mbox format messages end in two newlines (Bug#9974).
3277
3278 2011-11-06 Chong Yidong <cyd@gnu.org>
3279
3280 * window.el (window-combination-p): Function deleted; its
3281 side-effect is not used in any existing code.
3282 (window-combinations, window-combined-p): Call window-*-child
3283 directly.
3284
3285 2011-11-05 Chong Yidong <cyd@gnu.org>
3286
3287 * window.el (window-valid-p): Rename from window-any-p.
3288 (window-size-ignore, window-state-get): Callers changed.
3289 (window-normalize-window): Rename from window-normalize-any-window.
3290 New arg LIVE-ONLY, replacing window-normalize-live-window.
3291 (window-normalize-live-window): Delete.
3292 (window-combination-p, window-combined-p, window-combinations)
3293 (walk-window-subtree, window-atom-root, window-min-size)
3294 (window-sizable, window-sizable-p, window-size-fixed-p)
3295 (window-min-delta, window-max-delta, window-resizable)
3296 (window-resizable-p, window-full-height-p, window-full-width-p)
3297 (window-current-scroll-bars, window-point-1, set-window-point-1)
3298 (window-at-side-p, window-in-direction, window-resize)
3299 (adjust-window-trailing-edge, maximize-window, minimize-window)
3300 (window-deletable-p, delete-window, delete-other-windows)
3301 (record-window-buffer, unrecord-window-buffer)
3302 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
3303 (quit-window, split-window, window-state-put)
3304 (set-window-text-height, fit-window-to-buffer)
3305 (shrink-window-if-larger-than-buffer): Callers changed.
3306
3307 2011-11-04 Eli Zaretskii <eliz@gnu.org>
3308
3309 * mail/rmail.el (rmail-simplified-subject): Decode subject with
3310 rfc2047-decode-string.
3311 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
3312 warnings.
3313
3314 * window.el (window-body-height, window-body-width): Mention in
3315 the doc string that the return values are in frame's canonical
3316 units. (Bug#9949)
3317
3318 2011-11-03 Alan Mackenzie <acm@muc.de>
3319
3320 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
3321 change in cc-engine.el.
3322
3323 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * window.el (switch-to-buffer): Use `force-same-window' interactively.
3326
3327 2011-11-02 Martin Rudalics <rudalics@gmx.at>
3328
3329 * window.el (quit-window): Call unrecord-window-buffer after
3330 showing another buffer in the window. (Bug#9937)
3331 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
3332
3333 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
3334
3335 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
3336 Accept status with more than 9 shelves. (Bug#9935)
3337 Reported by Colin D Bennett <colin@gibibit.com>.
3338
3339 2011-11-01 Martin Rudalics <rudalics@gmx.at>
3340
3341 * help.el (with-help-window): Don't reference
3342 temp-buffer-show-specifiers in doc-string.
3343
3344 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
3345
3346 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
3347 menu-item.
3348
3349 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3350
3351 * whitespace.el: New version 13.2.2.
3352 (whitespace-newline-mode): Disable properly. Reported by Sarah
3353 <EmacsWiki>.
3354
3355 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
3356
3357 * net/newst-treeview.el: Remove "Time-stamp".
3358 (newsticker--group-manage-orphan-feeds): Do not call
3359 newsticker--treeview-tree-update.
3360 (newsticker-treeview-update, newsticker-treeview):
3361 Call newsticker--treeview-tree-update if necessary.
3362
3363 2011-10-30 Martin Rudalics <rudalics@gmx.at>
3364
3365 * window.el (window-iso-combination-p, window-iso-combined-p)
3366 (window-iso-combinations): Remove "iso-" infix.
3367 Suggested by Chong Yidong.
3368 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
3369 (window-max-delta-1, window-resize, window--resize-siblings)
3370 (window--resize-this-window, adjust-window-trailing-edge)
3371 (split-window, balance-windows-1)
3372 (shrink-window-if-larger-than-buffer):
3373 * calendar/calendar.el (calendar-generate-window):
3374 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3375
3376 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
3379 in place (bug#9907).
3380 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
3381 (eshell-rewrite-if-command, eshell-rewrite-for-command)
3382 (eshell-structure-basic-command, eshell-rewrite-while-command)
3383 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
3384 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
3385 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
3386 (eshell-do-pipelines-synchronously, eshell-eval-command):
3387 Use backquotes and prefer setq to set.
3388 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
3389 (eshell-macrop): Use functionp.
3390 (eshell-do-eval): Handle multiple expressions in `while' body.
3391
3392 2011-10-30 Chong Yidong <cyd@gnu.org>
3393
3394 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
3395 instead of set-mark (Bug#9810).
3396
3397 2011-10-30 Chong Yidong <cyd@gnu.org>
3398
3399 * window.el (split-window-below, split-window-right): Rename from
3400 split-window-above-each-other and split-window-side-by-side
3401 respectively. All callers changed.
3402 (split-window-sensibly, split-window-sensibly): Use them.
3403 (split-window-keep-point): Doc fix.
3404
3405 * isearch.el: Add isearch-scroll property to split-window-below
3406 and split-window-right.
3407
3408 * follow.el (follow-mode):
3409 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
3410 * progmodes/ada-xref.el (ada-gdb-application):
3411 * emulation/vip.el (vip-buffer-in-two-windows):
3412 * image-dired.el (image-dired-dired-with-window-configuration):
3413 * dired-x.el (dired-do-find-marked-files):
3414 * dired.el (dired-pop-to-buffer):
3415 * bs.el (bs--show-with-configuration):
3416 * vc/emerge.el (emerge-setup-windows):
3417 * textmodes/two-column.el (2C-two-columns):
3418 * textmodes/reftex-toc.el (reftex-toc):
3419 * progmodes/gdb-mi.el (gdb-setup-windows):
3420 * progmodes/fortran.el (fortran-window-create):
3421 * net/newst-treeview.el (newsticker--treeview-window-init):
3422 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
3423 * emulation/tpu-edt.el (tpu-gold-map):
3424 * emulation/crisp.el (crisp-mode-map):
3425 * calendar/calendar.el (calendar-basic-setup): Callers changed.
3426
3427 2011-10-29 Chong Yidong <cyd@gnu.org>
3428
3429 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
3430
3431 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
3432
3433 * textmodes/flyspell.el (flyspell-word): Fix char offset for
3434 forged Ispell output (Bug#7904).
3435
3436 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
3437
3438 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * doc-view.el: Avoid ugly errors about not finding nil.
3441 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3442 (doc-view-dvipdf-program, doc-view-unoconv-program)
3443 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
3444 Avoid nil or absolute file name as default value.
3445 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
3446
3447 2011-10-28 Alan Mackenzie <acm@muc.de>
3448
3449 * progmodes/cc-defs.el (c-version): -> 5.32.2.
3450
3451 2011-10-28 Alan Mackenzie <acm@muc.de>
3452
3453 Amend the handling of c-beginning/end-of-defun in nested declaration
3454 scopes.
3455
3456 * progmodes/cc-vars.el (c-defun-tactic): Move here from
3457 cc-langs.el. Change it to a defcustom.
3458
3459 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
3460 cc-vars.el.
3461
3462 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3463 Prevent "class foo : bar" being spuriously recognized as a label.
3464
3465 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
3466 Add parameter `inclusive' (to include enclosing braces in the region).
3467 (c-widen-to-enclosing-decl-scope): New function.
3468 (c-while-widening-to-decl-block): New macro.
3469 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
3470 outward for defun boundaries, and correspondingly change symbol
3471 `respect-enclosure' to `go-outward'.
3472 (c-declaration-limits): Change algorithm to report only the "innermost"
3473 defun's boundaries.
3474
3475 2011-10-28 Deniz Dogan <deniz@dogan.se>
3476
3477 * net/rcirc.el (rcirc-mode): Use hard newlines.
3478
3479 2011-10-28 Alan Mackenzie <acm@muc.de>
3480
3481 Amend to indent and fontify macros "which include their own semicolon"
3482 correctly, using the "virtual semicolon" mechanism.
3483
3484 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
3485
3486 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3487 Recode to scan one line at a time rather than having \n and \r
3488 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
3489 (c-forward-label): Amend for virtual semicolons.
3490 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
3491
3492 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
3493 of the new C macros.
3494
3495 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
3496 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
3497 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
3498 (c-opt-cpp-macro-define): Make into a full language variable.
3499 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
3500 AWK Mode (including \n, \r) removed, no longer needed.
3501
3502 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
3503 Invoke c-make-macro-with-semi-re.
3504
3505 * progmodes/cc-vars.el (c-macro-with-semi-re):
3506 (c-macro-names-with-semicolon): New variables.
3507 (c-make-macro-with-semi-re): New function.
3508
3509 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3510
3511 * vc/log-edit.el: Fill empty field rather than adding new one.
3512 (log-edit-add-field): New function.
3513 (log-edit-insert-changelog): Use it.
3514
3515 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
3516
3517 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
3518
3519 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
3522 (gdb--check-interpreter): New function.
3523 (gdb): Use it.
3524
3525 2011-10-27 Glenn Morris <rgm@gnu.org>
3526
3527 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
3528 (least-positive-float, least-negative-float)
3529 (least-positive-normalized-float, least-negative-normalized-float)
3530 (float-epsilon, float-negative-epsilon):
3531 Remove unnecessary declarations.
3532
3533 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
3534 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
3535 (least-positive-float, least-negative-float)
3536 (least-positive-normalized-float, least-negative-normalized-float)
3537 (float-epsilon, float-negative-epsilon): Add doc-strings,
3538 based on those in cl.texi.
3539
3540 * files.el (set-visited-file-name): If the major-mode changed,
3541 reload the local variables. (Bug#9796)
3542
3543 2011-10-27 Chong Yidong <cyd@gnu.org>
3544
3545 * subr.el (change-major-mode-after-body-hook): New hook.
3546 (run-mode-hooks): Run it.
3547
3548 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3549 Use change-major-mode-before-body-hook.
3550
3551 * simple.el (fundamental-mode):
3552 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
3553 change introducing fundamental-mode-hook.
3554
3555 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
3556
3557 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
3558
3559 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * ido.el (ido-file-name-all-completions-1): Do not require
3562 tramp.el explicitly. (Bug#7583)
3563
3564 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3565
3566 * progmodes/octave-mod.el:
3567 * progmodes/octave-inf.el: Update maintainer.
3568
3569 2011-10-26 Chong Yidong <cyd@gnu.org>
3570
3571 * subr.el (with-wrapper-hook): Rewrite doc.
3572
3573 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
3574
3575 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
3576 filenames "/method:foo:". (Bug#9793)
3577
3578 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3579
3580 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
3581 (bug#9865).
3582
3583 2011-10-24 Glenn Morris <rgm@gnu.org>
3584
3585 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
3586
3587 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
3588
3589 * notifications.el: Add the requirement of a running D-Bus session
3590 bus to the Commentary.
3591
3592 2011-10-24 Juri Linkov <juri@jurta.org>
3593
3594 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3595 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
3596 (Bug#9364)
3597
3598 2011-10-24 Juri Linkov <juri@jurta.org>
3599
3600 * info.el (Info-following-node-name-re): Add newline to the list
3601 of allowed characters for leading space. (Bug#9824)
3602
3603 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * progmodes/octave-inf.el (inferior-octave-mode-map):
3606 Fix C-c C-h binding.
3607 * progmodes/octave-mod.el (octave-help): Remove.
3608
3609 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
3610
3611 Sync with Tramp 2.2.3.
3612
3613 * net/tramp-cache.el (top): Pacify byte-compiler using
3614 `init-file-user' and `site-run-file'.
3615
3616 * net/trampver.el: Update release number.
3617
3618 2011-10-23 Chong Yidong <cyd@gnu.org>
3619
3620 * files.el (toggle-read-only): Remove obsolete comment about
3621 version control.
3622
3623 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
3624 for toggle-read-only. Note that this hasn't called vc-next-action
3625 since 2008-05-02, though it wasn't documented at the time.
3626
3627 * vc/ediff-init.el (ediff-toggle-read-only-function):
3628 Use toggle-read-only.
3629
3630 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
3631
3632 Fix bug #9560, sporadic wrong indentation; improve instrumentation
3633 of c-parse-state.
3634
3635 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3636 correct faulty logical expression.
3637 (c-parse-state-state, c-record-parse-state-state):
3638 (c-replay-parse-state-state): New defvar/defuns.
3639 (c-debug-parse-state): Use new functions.
3640
3641 2011-10-22 Martin Rudalics <rudalics@gmx.at>
3642
3643 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
3644 last fix. Use window-in-direction correctly.
3645
3646 2011-10-21 Chong Yidong <cyd@gnu.org>
3647
3648 * progmodes/idlwave.el (idlwave-mode):
3649 * progmodes/vera-mode.el (vera-mode): No need to set
3650 require-final-newline; that's done in prog-mode.
3651 Suggested by Stefan Monnier.
3652
3653 2011-10-21 Martin Rudalics <rudalics@gmx.at>
3654
3655 * mouse.el (mouse-drag-window-above)
3656 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
3657 (mouse-drag-mode-line-1, mouse-drag-header-line)
3658 (mouse-drag-vertical-line-rightward-window): Remove.
3659 (mouse-drag-line): New function.
3660 (mouse-drag-mode-line, mouse-drag-header-line)
3661 (mouse-drag-vertical-line): Call mouse-drag-line.
3662 * window.el (window-at-side-p, windows-at-side): New functions.
3663
3664 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
3665
3666 * tar-mode.el (tar-grind-file-mode):
3667 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
3668
3669 2011-10-21 Chong Yidong <cyd@gnu.org>
3670
3671 * progmodes/idlwave.el (idlwave-mode):
3672 * progmodes/vera-mode.el (vera-mode):
3673 Use mode-require-final-newline.
3674
3675 2011-10-20 Glenn Morris <rgm@gnu.org>
3676
3677 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
3678
3679 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
3680
3681 * emulation/cua-base.el (cua-set-mark): Fix case of string.
3682
3683 2011-10-20 Chong Yidong <cyd@gnu.org>
3684
3685 * emulation/cua-base.el (cua-mode):
3686 * mail/footnote.el (footnote-mode):
3687 * mail/mailabbrev.el (mail-abbrevs-mode):
3688 * net/xesam.el (xesam-minor-mode):
3689 * progmodes/bug-reference.el (bug-reference-mode):
3690 * progmodes/cap-words.el (capitalized-words-mode):
3691 * progmodes/compile.el (compilation-minor-mode)
3692 (compilation-shell-minor-mode):
3693 * progmodes/gud.el (gud-tooltip-mode):
3694 * progmodes/hideif.el (hide-ifdef-mode):
3695 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
3696 * progmodes/subword.el (subword-mode):
3697 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3698 * progmodes/which-func.el (which-function-mode):
3699 * term/tvi970.el (tvi970-set-keypad-mode):
3700 * term/vt100.el (vt100-wide-mode):
3701 * textmodes/flyspell.el (flyspell-mode):
3702 * textmodes/ispell.el (ispell-minor-mode):
3703 * textmodes/nroff-mode.el (nroff-electric-mode):
3704 * textmodes/paragraphs.el (use-hard-newlines):
3705 * textmodes/refill.el (refill-mode):
3706 * textmodes/reftex.el (reftex-mode):
3707 * textmodes/rst.el (rst-minor-mode):
3708 * textmodes/sgml-mode.el (html-autoview-mode)
3709 (sgml-electric-tag-pair-mode):
3710 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
3711 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
3712 * emulation/crisp.el (crisp-mode):
3713 * emacs-lisp/eldoc.el (eldoc-mode):
3714 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
3715 minor mode behavior.
3716
3717 2011-10-19 Juri Linkov <juri@jurta.org>
3718
3719 * descr-text.el (describe-char): Add #x2010 and #x2011 to
3720 the list of hard-coded chars with escape-glyph face.
3721
3722 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
3725
3726 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
3727
3728 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
3729 running process.
3730
3731 2011-10-19 Glenn Morris <rgm@gnu.org>
3732
3733 * vc/vc-bzr.el (vc-bzr-after-dir-status):
3734 Ignore ignored files. (Bug#9726)
3735
3736 2011-10-19 Chong Yidong <cyd@gnu.org>
3737
3738 Doc fix for minor modes, stating that an omitted argument enables
3739 the mode unconditionally when called from Lisp.
3740
3741 * abbrev.el (abbrev-mode):
3742 * allout.el (allout-mode):
3743 * autoinsert.el (auto-insert-mode):
3744 * autoarg.el (autoarg-mode, autoarg-kp-mode):
3745 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3746 (global-auto-revert-mode):
3747 * battery.el (display-battery-mode):
3748 * composite.el (global-auto-composition-mode)
3749 (auto-composition-mode):
3750 * delsel.el (delete-selection-mode):
3751 * desktop.el (desktop-save-mode):
3752 * dired-x.el (dired-omit-mode):
3753 * dirtrack.el (dirtrack-mode):
3754 * doc-view.el (doc-view-minor-mode):
3755 * double.el (double-mode):
3756 * electric.el (electric-indent-mode, electric-pair-mode):
3757 * emacs-lock.el (emacs-lock-mode):
3758 * epa-hook.el (auto-encryption-mode):
3759 * follow.el (follow-mode):
3760 * font-core.el (font-lock-mode):
3761 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
3762 * help.el (temp-buffer-resize-mode):
3763 * hilit-chg.el (highlight-changes-mode)
3764 (highlight-changes-visible-mode):
3765 * hi-lock.el (hi-lock-mode):
3766 * hl-line.el (hl-line-mode, global-hl-line-mode):
3767 * icomplete.el (icomplete-mode):
3768 * ido.el (ido-everywhere):
3769 * image-file.el (auto-image-file-mode):
3770 * image-mode.el (image-minor-mode):
3771 * iswitchb.el (iswitchb-mode):
3772 * jka-cmpr-hook.el (auto-compression-mode):
3773 * linum.el (linum-mode):
3774 * longlines.el (longlines-mode):
3775 * master.el (master-mode):
3776 * mb-depth.el (minibuffer-depth-indicate-mode):
3777 * menu-bar.el (menu-bar-mode):
3778 * minibuf-eldef.el (minibuffer-electric-default-mode):
3779 * mouse-sel.el (mouse-sel-mode):
3780 * msb.el (msb-mode):
3781 * mwheel.el (mouse-wheel-mode):
3782 * outline.el (outline-minor-mode):
3783 * paren.el (show-paren-mode):
3784 * recentf.el (recentf-mode):
3785 * reveal.el (reveal-mode, global-reveal-mode):
3786 * rfn-eshadow.el (file-name-shadow-mode):
3787 * ruler-mode.el (ruler-mode):
3788 * savehist.el (savehist-mode):
3789 * scroll-all.el (scroll-all-mode):
3790 * scroll-bar.el (scroll-bar-mode):
3791 * server.el (server-mode):
3792 * shell.el (shell-dirtrack-mode):
3793 * simple.el (auto-fill-mode, transient-mark-mode)
3794 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
3795 (line-number-mode, column-number-mode, size-indication-mode)
3796 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
3797 * strokes.el (strokes-mode):
3798 * time.el (display-time-mode):
3799 * t-mouse.el (gpm-mouse-mode):
3800 * tool-bar.el (tool-bar-mode):
3801 * tooltip.el (tooltip-mode):
3802 * type-break.el (type-break-mode-line-message-mode)
3803 (type-break-query-mode):
3804 * view.el (view-mode):
3805 * whitespace.el (whitespace-mode, whitespace-newline-mode)
3806 (global-whitespace-mode, global-whitespace-newline-mode):
3807 * xt-mouse.el (xterm-mouse-mode): Doc fix.
3808
3809 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3810 Fix autogenerated docstring.
3811
3812 2011-10-19 Juri Linkov <juri@jurta.org>
3813
3814 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
3815 by checking environment variables "DESKTOP_SESSION" and
3816 "XDG_CURRENT_DESKTOP". (Bug#9779)
3817
3818 2011-10-19 Juri Linkov <juri@jurta.org>
3819
3820 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
3821 (browse-url-chromium-program, browse-url-chromium-arguments):
3822 New defcustoms.
3823 (browse-url-default-browser): Check for `browse-url-chromium' and
3824 call `browse-url-chromium-program'.
3825 (browse-url-chromium): New command. (Bug#9779)
3826
3827 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
3828
3829 * facemenu.el (list-colors-duplicates): On Windows, detect more
3830 duplicates by assuming that only colors matching "^System" are
3831 special "system colors". (Bug#9722)
3832
3833 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
3836 to distinguish the author from the committer.
3837
3838 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
3839
3840 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
3841
3842 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
3843
3844 * international/mule.el (sgml-html-meta-auto-coding-function):
3845 Add support for detecting encoding in HTML5 specified only as
3846 <meta charset="UTF-8">. Implementation just makes http-equiv and
3847 content-type parts from HTML4 encoding string optional. (Bug#9716)
3848
3849 2011-10-18 Glenn Morris <rgm@gnu.org>
3850
3851 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
3852
3853 2011-10-18 Chong Yidong <cyd@gnu.org>
3854
3855 * faces.el (cursor): Doc fix.
3856
3857 2011-10-17 Chong Yidong <cyd@gnu.org>
3858
3859 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
3860
3861 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
3862
3863 * dirtrack.el (dirtrack): Support shell buffers with path
3864 prefixes, e.g. tramp-based remote shells. (Bug#9647)
3865
3866 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
3867
3868 * json.el: Bump version to 1.3 and note change in History.
3869 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
3870
3871 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * comint.el (comint-insert-input, comint-send-input)
3874 (comint-get-old-input-default, comint-backward-matching-input)
3875 (comint-next-prompt): Use nil instead of `input' for field property of
3876 past user input (bug#114).
3877
3878 * minibuffer.el (completion--replace): Inherit surrounding properties
3879 (bug#114).
3880 (minibuffer-complete-and-exit): Use it.
3881
3882 * comint.el (comint--table-subvert): Quote the all-completions output
3883 (bug#9160).
3884
3885 2011-10-17 Martin Rudalics <rudalics@gmx.at>
3886
3887 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
3888
3889 * menu-bar.el (menu-bar-file-menu): Add entry for making new
3890 window on right of selected. (Bug#9350) Reword other window
3891 entries and separate them from frame entries.
3892
3893 2011-10-15 Glenn Morris <rgm@gnu.org>
3894
3895 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
3896 Doc fixes.
3897
3898 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * net/network-stream.el (network-stream-open-starttls):
3901 Improve detection of failure due to lack of TLS support.
3902
3903 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
3904 putting the input text in front and in bold.
3905
3906 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3907
3908 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
3909
3910 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
3911 empty buffer.
3912
3913 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
3914 unread-command-events rather than pushing yet-another event.
3915
3916 2011-10-14 Eli Zaretskii <eliz@gnu.org>
3917
3918 * mail/sendmail.el (sendmail-query-once): Improve the wording of
3919 the explanation of the possible choices. Make the options passed
3920 to completing-read shorter.
3921
3922 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3923
3924 * textmodes/flyspell.el (flyspell-large-region): Make sure
3925 extended character mode is used if defined (Bug#1339).
3926
3927 2011-10-13 Eli Zaretskii <eliz@gnu.org>
3928
3929 * simple.el (what-cursor-position): Fix the display of the
3930 character info for LRE, LRO, RLE, and RLO characters by appending
3931 an invisible PDF.
3932
3933 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3934
3935 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
3936 even in case of error; add debug spec; simplify data flow.
3937 (with-timeout-handler): Remove.
3938
3939 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
3940
3941 Fix Bug#6019, Bug#9315.
3942
3943 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
3944 complete `buffer-file-name', the local file name part could look
3945 remotely (for example on VMS).
3946
3947 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
3948 `tramp-run-real-handler'.
3949 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
3950 already quoted by '"'.
3951
3952 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
3953 Let `file-name-handler-alist' be nil, the local file name part
3954 could look remotely (for example on VMS).
3955
3956 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
3959 from here...
3960 (flyspell-post-command-hook): ...to here.
3961
3962 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
3965 if not needed.
3966 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
3967 using completion. Protect against "slow" callers.
3968 Remove the "message hack".
3969
3970 2011-10-11 Juri Linkov <juri@jurta.org>
3971
3972 * isearch.el (isearch-lazy-highlight-word): New variable.
3973 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3974 Use it. (Bug#9727)
3975
3976 2011-10-11 Glenn Morris <rgm@gnu.org>
3977
3978 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
3979 like f90-previous-statement does.
3980
3981 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3982
3983 * eshell/eshell.el (eshell-command): History should be saved
3984 only in interactive use, to avoid error.
3985
3986 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3987
3988 * minibuffer.el (completion-file-name-table): Fix last change,
3989 i.e. ignore normal errors but not the other ones.
3990
3991 2011-10-10 Martin Rudalics <rudalics@gmx.at>
3992
3993 * window.el (special-display-buffer-names)
3994 (special-display-regexps): Remove some remnants of earlier
3995 changes from doc-strings.
3996 (quit-windows-on): New function.
3997
3998 * vc/vc.el (vc-revert, vc-rollback):
3999 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
4000 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
4001 (Bug#6183) (Bug#7074) (Bug#7447)
4002
4003 2011-10-09 Martin Rudalics <rudalics@gmx.at>
4004
4005 * window.el (frame-auto-hide-function): Add version tag.
4006 (Bug#9699)
4007
4008 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
4009
4010 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
4011 condition.
4012
4013 2011-10-09 Leo Liu <sdl.web@gmail.com>
4014
4015 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
4016 (Bug#9701)
4017
4018 2011-10-08 Glenn Morris <rgm@gnu.org>
4019
4020 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
4021 before the first code statement zero indent. (Bug#9690)
4022
4023 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
4024
4025 * simple.el (count-words-region): Always count in the region.
4026 Report the number of lines and characters too.
4027 (count-words): New command, which counts in the buffer if the
4028 region is inactive, as count-words-region used to.
4029 (count-words--message): New function. Handle plurals.
4030 (count-lines-region): Make it an alias for count-words-region.
4031
4032 * bindings.el (esc-map): Replace count-lines-region with
4033 count-words-region.
4034
4035 2011-10-08 Martin Rudalics <rudalics@gmx.at>
4036
4037 * window.el (window--delete): Delete dedicated frame
4038 unconditionally when argument KILL is non-nil. (Bug#9699)
4039 (switch-to-buffer): Fix doc-string typo.
4040
4041 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4042
4043 * eshell/eshell.el (eshell-command): Avoid using hooks.
4044
4045 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * bindings.el ([M-left],[M-right]): Bind to left-word and
4048 right-word respectively.
4049
4050 2011-10-07 Glenn Morris <rgm@gnu.org>
4051
4052 * cus-start.el (debug-on-quit): Fix custom type.
4053
4054 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4055
4056 * subr.el (define-key-after): Clarify that the function is not
4057 useful for non-menu keymaps.
4058
4059 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
4060
4061 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4062
4063 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
4064 in current minibuffer (Fix bug with recursive minibuffers).
4065
4066 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * progmodes/gdb-mi.el (gdb): Doc fix.
4069
4070 2011-10-05 Martin Rudalics <rudalics@gmx.at>
4071
4072 * window.el (frame-auto-hide-function): New option replacing
4073 frame-auto-delete. Suggested by Stefan Monnier.
4074 (window--delete): Call frame-auto-hide-function instead of
4075 investigating frame-auto-delete.
4076 (window-point-1, set-window-point-1): New functions.
4077 (window-in-direction, record-window-buffer, window-state-get-1)
4078 (display-buffer-record-window): Use window-point-1 instead of
4079 window-point.
4080 (set-window-buffer-start-and-point): Use set-window-point-1.
4081
4082 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
4085
4086 2011-10-05 Glenn Morris <rgm@gnu.org>
4087
4088 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
4089 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
4090
4091 2011-10-05 Leo Liu <sdl.web@gmail.com>
4092
4093 * subr.el (read-char-choice): Fix argument to buffer-live-p which
4094 works with buffer object.
4095
4096 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * mpc.el (mpc-tool-bar-map): Add labels.
4099
4100 2011-10-04 Glenn Morris <rgm@gnu.org>
4101
4102 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4103
4104 2011-10-04 Martin Rudalics <rudalics@gmx.at>
4105
4106 * window.el (window--delete): New function.
4107 (frame-auto-delete): Resuscitate option.
4108 (bury-buffer, replace-buffer-in-windows)
4109 (quit-window): Rewrite using window--delete.
4110 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
4111 Pass display-buffer-mark-dedicated to window--display-buffer-2
4112 (Bug#9639).
4113
4114 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
4117 returns a list (bug#9554). Add remote file name completion.
4118 * comint.el (comint--table-subvert): Curry and get quote&unquote
4119 functions as arguments.
4120 (comint--complete-file-name-data): Adjust call accordingly.
4121 * pcomplete.el (pcomplete--table-subvert): Remove.
4122 (pcomplete-completions-at-point): Use comint--table-subvert instead.
4123
4124 * minibuffer.el (completion-table-case-fold): Use currying.
4125 (completion--styles-type, completion--cycling-threshold-type):
4126 New constants.
4127 (completion-styles, completion-category-overrides)
4128 (completion-cycle-threshold): Use them.
4129 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
4130 completion-table-case-fold.
4131
4132 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
4133
4134 * minibuffer.el (completion-category-overrides): Fix type of styles
4135 and add more user friendly tags (bug#9660).
4136
4137 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
4140 (mule-input-method-string): New widget.
4141 (default-input-method, language-info-custom-alist): Use it.
4142
4143 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * pcomplete.el: Require comint.
4146 (pcomplete--common-suffix): Remove.
4147 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
4148 (pcomplete--table-subvert): Sync with comint--table-subvert.
4149 (pcomplete--entries): Use comint-completion-file-name-table.
4150 * comint.el (comint-unquote-filename): Simplify.
4151 (comint-completion-file-name-table): New function (bug#9616).
4152 (comint--complete-file-name-data): Use it.
4153
4154 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
4155 (pcmpl-gnu-tar-buffer): Remove.
4156 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
4157 around. Make sure pcomplete-suffix-list is only changed temporarily.
4158 Don't look inside the tar's file if it's too large.
4159
4160 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
4161
4162 * cus-edit.el (custom-mode-map):
4163 * epa.el (epa-key-list-mode-map):
4164 * man.el (Man-mode-map):
4165 * startup.el (splash-screen-keymap):
4166 * simple.el (special-mode-map): Use scroll-up-command and
4167 scroll-down-command.
4168
4169 * progmodes/idlw-help.el (idlwave-help-mode-map):
4170 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
4171 * net/newst-plainview.el (newsticker-mode-map):
4172 * emulation/ws-mode.el (wordstar-mode-map):
4173 * emulation/vi.el (vi-com-map):
4174 * calc/calc-graph.el (calc-graph-show-dumb):
4175 * term/sun.el (terminal-init-sun):
4176 * term/ns-win.el (global-map):
4177 * progmodes/grep.el (grep-mode-map):
4178 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
4179 * mail/rmail.el (rmail-mode-map):
4180 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
4181
4182 * custom.el (custom-safe-themes, load-theme): Treat value of t for
4183 custom-safe-themes as special.
4184
4185 2011-10-01 Julien Danjou <julien@danjou.info>
4186
4187 * notifications.el (notifications-notify): Fix docstring.
4188
4189 2011-10-01 Per Starbäck <per@starback.se>
4190
4191 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
4192
4193 2011-09-30 Martin Rudalics <rudalics@gmx.at>
4194
4195 * startup.el (command-line-1): Fix last fix by inserting
4196 initial-scratch-message into *scratch* before displaying it.
4197 (Bug#9605) and (Bug#9636)
4198
4199 2011-09-29 Eli Zaretskii <eliz@gnu.org>
4200
4201 * simple.el (line-move): If auto-hscroll-mode is disabled and the
4202 window is hscrolled, move by logical lines. (Bug#9607)
4203 (line-move-visual): Update the doc string to the above effect.
4204
4205 2011-09-29 Martin Rudalics <rudalics@gmx.at>
4206
4207 * window.el (display-buffer-record-window): When WINDOW is the
4208 selected window use `point' instead of `window-point'. (Bug#9626)
4209
4210 * startup.el (command-line-1): Use insert-before-markers when
4211 inserting initial-scratch-message. (Bug#9605)
4212
4213 * help.el (help-window): Remove variable.
4214
4215 2011-09-29 Glenn Morris <rgm@gnu.org>
4216
4217 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
4218
4219 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
4220
4221 * descr-text.el (describe-char-categories): Accept category
4222 descriptions more than one line long.
4223
4224 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * simple.el (delete-trailing-whitespace): Fix last change.
4227
4228 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4229 Don't confuse "y => 3" as the beginning of a `y' operation.
4230
4231 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
4232 object has more than 4 slots (bug#9613).
4233
4234 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * subr.el (with-output-to-temp-buffer):
4237 * net/quickurl.el (quickurl, quickurl-browse-url):
4238 Fix typos in docstrings.
4239
4240 2011-09-27 Eli Zaretskii <eliz@gnu.org>
4241
4242 * minibuffer.el (completion-styles)
4243 (completion-category-overrides): Cross reference each other in doc
4244 strings.
4245
4246 2011-09-27 Glenn Morris <rgm@gnu.org>
4247
4248 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
4249 to split-string. (Bug#9606)
4250
4251 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4252
4253 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
4254 (bug#9615).
4255
4256 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * emacs-lisp/package.el (list-packages): Fix echo area message.
4259
4260 2011-09-27 Leo Liu <sdl.web@gmail.com>
4261
4262 * ido.el (ido-read-internal): Accept cons cell HIST arg.
4263
4264 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
4265
4266 * net/dbus.el (dbus-unregister-object): Don't release services for
4267 registered signals. (Bug#9581)
4268
4269 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
4270
4271 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
4272 function that picks between cfengine 2 and 3 support
4273 automatically. Update docs accordingly.
4274
4275 2011-09-22 Kenichi Handa <handa@m17n.org>
4276
4277 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
4278 ZERO.
4279 (indian-itrans-v5-table-for-tamil): New variable.
4280 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
4281
4282 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
4283
4284 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
4285 that's true if the current command involved collapsing of text.
4286 It's reset to false at the beginning of the next command.
4287 (allout-post-command-business): Move the cursor to the beginning
4288 of entry if the cursor is hidden and collapsing activity just
4289 happened.
4290
4291 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
4292
4293 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
4294 tracking (Bug#9541).
4295
4296 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
4297
4298 * net/newst-reader.el (newsticker-html-renderer)
4299 (newsticker-show-news): Automatically load html rendering package
4300 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
4301 because w3m-fill-column is let-bound" and the error "Symbol's value
4302 as variable is void: w3m-fill-column".
4303
4304 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
4305
4306 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
4307 Release services only if they are defined. (Bug#9581)
4308
4309 2011-09-23 Richard Stallman <rms@gnu.org>
4310
4311 * textmodes/paragraphs.el (forward-sentence): For backwards case,
4312 distinguish start of paragraph from start of its text.
4313
4314 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
4315
4316 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
4317 (rmail-generate-viewer-buffer): Put that hook on view buffer.
4318 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
4319
4320 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
4321
4322 * international/mule-diag.el (mule-diag): Insert a newline after
4323 each fontset description.
4324
4325 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4326
4327 * simple.el (delete-trailing-whitespace):
4328 Document last change; simplify.
4329
4330 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
4331
4332 * simple.el (delete-trailing-whitespace): Also delete
4333 extra newlines at the end of the buffer.
4334
4335 * textmodes/picture.el: Make motion commands obey shift-select-mode.
4336 (picture-newline): Use forward-line so as to ignore fields.
4337
4338 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * subr.el (with-wrapper-hook): Fix edebug spec.
4341
4342 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4343
4344 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
4345 (bug#4538).
4346
4347 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
4348
4349 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4350 Fix nasty bug using wrong cached values.
4351
4352 2011-09-23 Alan Mackenzie <acm@muc.de>
4353
4354 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
4355
4356 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
4357
4358 * window.el (pop-to-buffer): Ensure right window is selected if we
4359 chose another frame.
4360
4361 2011-09-22 Eli Zaretskii <eliz@gnu.org>
4362
4363 * simple.el (what-cursor-position): Use get-char-property-change
4364 and next-single-char-property-change, to be able to show display
4365 properties that come from overlays as well as text properties.
4366
4367 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
4368
4369 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
4370
4371 * cmuscheme.el (run-scheme, switch-to-scheme):
4372 * cus-edit.el (customize-group, custom-buffer-create)
4373 (customize-browse):
4374 * info.el (info):
4375 * shell.el (shell):
4376 * mail/sendmail.el (mail):
4377 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
4378
4379 2011-09-22 Richard Stallman <rms@gnu.org>
4380
4381 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
4382 move back only to line beg, don't move back over blank lines.
4383
4384 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
4385
4386 * files.el (copy-directory): Set directory attributes only in case
4387 they could be retrieved from the source directory. (Bug#9565)
4388
4389 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
4390
4391 * progmodes/hideshow.el (hs-looking-at-block-start-p)
4392 (hs-find-block-beginning, hs-hide-level-recursive):
4393 Ignore strings as well as comments. (Bug#9502)
4394
4395 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
4396
4397 * progmodes/sql.el (sql-comint-postgres):
4398 Convert port number to a string. (Bug#9566)
4399
4400 2011-09-22 Martin Rudalics <rudalics@gmx.at>
4401
4402 * window.el (quit-window): Undedicate window when switching to
4403 previous buffer. Reported by Thierry Volpiatto
4404 <thierry.volpiatto@gmail.com>.
4405 (special-display-popup-frame): When popping up a new frame reset
4406 its previous buffers to nil. Simplify code.
4407
4408 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
4409
4410 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
4411 and process filter, as done also in `shell-command'.
4412
4413 2011-09-21 Martin Rudalics <rudalics@gmx.at>
4414
4415 * window.el (set-window-buffer-start-and-point):
4416 Call set-window-start with NOFORCE argument t.
4417 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4418 (quit-window): Reword doc-string. Handle new format of
4419 quit-restore parameter. Don't delete window if it has a
4420 previous buffer we can show instead of the present one.
4421 (display-buffer-record-window): Rewrite using a new format for
4422 the quit-restore window parameter
4423 (special-display-popup-frame, display-buffer-same-window)
4424 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4425 (display-buffer-pop-up-window, display-buffer-use-some-window):
4426 Adapt symbol passed to display-buffer-record-window.
4427 * help.el (help-window-setup): Handle new format of quit-restore
4428 parameter.
4429
4430 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4431
4432 * faces.el (face-list): Fix docstring (bug#9564).
4433
4434 * window.el (display-buffer--action-function-custom-type):
4435 Don't include internal functions in the Custom interface.
4436
4437 2011-09-20 Juri Linkov <juri@jurta.org>
4438
4439 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
4440 (Info-forward-node, Info-backward-node, Info-next-preorder)
4441 (Info-last-preorder): Use it. (Bug#9528)
4442
4443 2011-09-20 Juri Linkov <juri@jurta.org>
4444
4445 * info.el (Info-last-preorder): Visit last menu item only when
4446 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
4447
4448 2011-09-20 Julien Danjou <julien@danjou.info>
4449
4450 * password-cache.el (password-cache-remove): Remove entries even if the
4451 value is nil, so that password with a nil value (negative caching) is
4452 possible to invalidate.
4453
4454 2011-09-20 Lawrence Mitchell <wence@gmx.li>
4455
4456 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
4457 all whitespace around breakpoint. (Bug#9553)
4458 (f90-find-breakpoint): Only break at whitespace inside a comment.
4459
4460 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * minibuffer.el (completion-file-name-table): Keep track of errors.
4463 (completion-table-with-predicate): Handle the case where pred1 is nil.
4464 * pcomplete.el (pcomplete-completions-at-point): Simplify.
4465
4466 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
4469 (debugger-return-value): Signal an error if the debugging context does
4470 not await any return value.
4471
4472 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
4473 * image-mode.el (image-toggle-display-text)
4474 (image-toggle-display-image): Stay away from evil `intangible'.
4475
4476 2011-09-19 Leo Liu <sdl.web@gmail.com>
4477
4478 * replace.el (occur-revert-arguments): Make it permanent-local.
4479 (occur-mode): Don't call font-lock-defontify.
4480
4481 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * net/ldap.el (ldap-search-internal): Don't push empty search
4484 result (Bug#9508).
4485
4486 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
4489
4490 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
4491
4492 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
4493 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
4494
4495 2011-09-18 Juri Linkov <juri@jurta.org>
4496
4497 * buff-menu.el (Buffer-menu-mode-map):
4498 * dired.el (dired-mode-map):
4499 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
4500 (lisp-interaction-mode-map):
4501 * emacs-lisp/package.el (package-menu-mode-map):
4502 * epa.el (epa-key-list-mode-map):
4503 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
4504 (menu-bar-options-menu):
4505 * outline.el (outline-mode-menu-bar-map):
4506 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
4507 * vc/vc-dir.el (vc-dir-menu-map):
4508 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
4509 Capitalize non-function content words in menu item strings.
4510
4511 * dired.el (dired-mode-map): Add menu item for
4512 `image-dired-dired-toggle-marked-thumbs'.
4513
4514 2011-09-18 Juri Linkov <juri@jurta.org>
4515
4516 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
4517 to `isearch-case-fold-search' and restore its original value
4518 after the `isearch-mode' call.
4519
4520 2011-09-18 Juri Linkov <juri@jurta.org>
4521
4522 * progmodes/grep.el (grep-process-setup): Don't check code for 1
4523 because `zgrep' returns 1 for successful matches (bug#9226).
4524
4525 2011-09-18 Juri Linkov <juri@jurta.org>
4526
4527 * info.el (Info-extract-menu-node-name): Check the second match
4528 for empty string (second test-case of bug#9528).
4529 (Info-last-preorder): Let-bind `Info-history' to nil to not add
4530 intermediate nodes to the history (first test-case of bug#9528).
4531
4532 2011-09-18 Juri Linkov <juri@jurta.org>
4533
4534 * info.el (Info-mode-syntax-table): New variable.
4535 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
4536
4537 2011-09-18 Juri Linkov <juri@jurta.org>
4538
4539 * info.el (Info-file-supports-index-cookies):
4540 Increment line-beginning-position's arg from 3 to 4 because makeinfo
4541 outputs one more line for long file names (bug#4142).
4542
4543 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4544
4545 * newcomment.el (comment-normalize-vars): If prompting for
4546 comment-start, set comment-start-skip too (Bug#8424).
4547
4548 2011-09-18 Johan Bockgård <bojohan@gnu.org>
4549
4550 * icomplete.el: Fix previous fix of Bug#5849.
4551 (icomplete-mode): Don't set completion-show-inline-help.
4552 (icomplete-minibuffer-setup): Set completion-show-inline-help
4553 locally during icompletion.
4554
4555 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * woman.el (woman2-process-escapes): Don't delete unrecognized
4558 escapes (Bug#7843).
4559
4560 * files.el (inhibit-first-line-modes-regexps): Add image files.
4561 (hack-local-variables-prop-line): Return nil for malformed
4562 prop-lines (Bug#9044).
4563
4564 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
4565
4566 * net/tramp.el (top): Don't require 'shell.
4567 (tramp-methods): Fix docstring.
4568 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
4569 Return complete remote file name. Handle "smb" case.
4570 Use `tramp-tmpdir', if defined for the respective method.
4571 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
4572
4573 * net/tramp-compat.el (top): Require 'shell.
4574
4575 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
4576 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
4577 `tramp-current-host'.
4578 (tramp-get-remote-tmpdir): Remove.
4579
4580 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
4581 `tramp-tmpdir' entries.
4582 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
4583 (tramp-smb-handle-file-attributes): Ignore errors.
4584 (tramp-smb-wait-for-output): Check also for process end.
4585
4586 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4587
4588 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
4589 when sending QUIT (bug#9312).
4590
4591 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
4592
4593 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
4594 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
4595 occur-mode-display-occurrence.
4596 (occur-edit-mode): Add usage message.
4597 (occur-cease-edit): New command.
4598 (occur-after-change-function): Use text properties to find the
4599 position of the prefix text.
4600 (occur-engine): Set stickiness of prefix text properties.
4601
4602 2011-09-17 Glenn Morris <rgm@gnu.org>
4603
4604 * progmodes/etags.el (complete-tag):
4605 Fix call to completion-in-region. (Bug#9526)
4606
4607 2011-09-17 Juri Linkov <juri@jurta.org>
4608
4609 * textmodes/ispell.el (ispell-word): Add to the error message
4610 the word, ispell program name and current dictionary (bug#9121).
4611 (ispell-tex-arg-end): Capitalize "error" in the error message.
4612
4613 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
4614
4615 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
4616 check. (Bug#4251)
4617
4618 2011-09-17 Juri Linkov <juri@jurta.org>
4619
4620 * window.el (window-safe-min-height, window-safe-min-width):
4621 Fix typos (followup to bug#9522).
4622
4623 2011-09-17 Sven Joachim <svenjoac@gmx.de>
4624
4625 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
4626
4627 2011-09-16 Eli Zaretskii <eliz@gnu.org>
4628
4629 * simple.el (line-move): If goal-column is set, move by logical
4630 lines, not by display lines. (Bug#971)
4631 (next-line, previous-line, goal-column, line-move-visual): Doc fix
4632 to reflect the above change.
4633
4634 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * image.el (imagemagick-register-types): Use regexp-opt.
4637
4638 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
4639
4640 * window.el (display-buffer-base-action): Rename from
4641 display-buffer-default-action. Make default value empty.
4642 (display-buffer-overriding-action): Convert to defvar.
4643 (display-buffer-fallback-action): New var.
4644
4645 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
4646
4647 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
4648 declaration.
4649 (package--add-to-archive-contents): If there is a duplicate entry
4650 with an older version, remove it.
4651 (package-menu-mark-delete, package-menu-mark-install)
4652 (package-menu-mark-unmark): Make unused args optional.
4653 (package-menu-mark-obsolete-for-deletion):
4654 Use package-menu-get-status instead of a regexp search.
4655 (package-menu-get-status): Use tabulated-list-entry.
4656 (package-menu-mark-upgrades): New command.
4657 (package-menu-mode-map): Bind it to U. Add it to menu bar.
4658 (package-menu-execute): Do installation before deletion.
4659 (package-menu-refresh, package-menu-execute): Use derived-mode-p
4660 instead of checking major-mode.
4661 (package-menu--find-upgrades): New function.
4662
4663 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4664
4665 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
4666 passwords in the log buffer.
4667 (smtpmail-process-filter): Update the process marker so that the
4668 "broken by peer" status message is inserted in the right place.
4669
4670 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
4673 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
4674 bibtex-completion-at-point-function.
4675 (bibtex-completion-at-point-function): Use them.
4676
4677 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
4678
4679 * mpc.el (mpc-constraints-tag-lookup): New function.
4680 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
4681 also to browser "album|playlist".
4682
4683 2011-09-14 Juri Linkov <juri@jurta.org>
4684
4685 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
4686 (isearch-edit-string): Use length of `isearch-string' when
4687 `isearch-fail-pos' returns nil.
4688 (isearch-message): Remove duplicate code and call
4689 `isearch-fail-pos' with arg `t'.
4690
4691 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
4692
4693 * replace.el (occur-mode-goto-occurrence): Don't force using other
4694 window (Bug#9499).
4695
4696 * dired-aux.el (dired-do-chmod): Don't provide initial input.
4697
4698 2011-09-14 Martin Rudalics <rudalics@gmx.at>
4699
4700 * window.el (display-buffer-window): Remove.
4701 (display-buffer-record-window): Use help-setup window parameter
4702 instead of variable display-buffer-window.
4703 (display-buffer-function, special-display-buffer-names)
4704 (special-display-function): Mention help-setup parameter instead
4705 of display-buffer-window in doc-string.
4706 * help.el (help-window-setup): New argument help-window.
4707 Use help-window-setup parameter instead of display-buffer-window.
4708 Reword some messages.
4709 (with-help-window): Pass window used for displaying the buffer
4710 to help-window-setup. Don't set display-buffer-window.
4711
4712 2011-09-13 Glenn Morris <rgm@gnu.org>
4713
4714 * emacs-lisp/debug.el (debugger-make-xrefs):
4715 Preserve point. (Bug#9462)
4716
4717 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * window.el (window-deletable-p): Use next-frame.
4720
4721 2011-09-13 Martin Rudalics <rudalics@gmx.at>
4722
4723 * window.el (window-auto-delete): Remove.
4724 (window-deletable-p): Remove argument FORCE. Don't deal with
4725 dedication and previous buffers.
4726 (switch-to-prev-buffer): Don't delete window.
4727 (delete-windows-on): Delete a window's frame if and only if the
4728 window is dedicated.
4729 (replace-buffer-in-windows): Delete buffer's window or frame if
4730 and only if window is dedicated.
4731 (quit-window): Handle quit-restore as before last change.
4732 (bury-buffer): Delete window only if window-deletable-p returns t.
4733
4734 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
4735
4736 * window.el (window-deletable-p): Never delete the last frame on a
4737 given terminal.
4738
4739 2011-09-13 Glenn Morris <rgm@gnu.org>
4740
4741 * help.el (describe-key-briefly): Copy previous standard-output change.
4742
4743 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
4744
4745 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
4746
4747 2011-09-13 Glenn Morris <rgm@gnu.org>
4748
4749 * emacs-lisp/lisp-mode.el (lisp-indent-function):
4750 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
4751
4752 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
4753
4754 * dired-aux.el (dired-mark-read-string): Don't return default
4755 value on empty input (Bug#9361).
4756 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
4757 Omit initial minibuffer contents.
4758 (dired-do-chmod): Signal an error on empty input.
4759 (dired-mark-read-string): Don't return default on empty input.
4760
4761 * files.el (file-modes-symbolic-to-number): Doc fix.
4762
4763 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4764
4765 * international/mule-cmds.el (ucs-completions): Remove.
4766 (read-char-by-name): Use complete-with-action instead; add metadata.
4767
4768 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4769
4770 * window.el (display-buffer--action-function-custom-type)
4771 (display-buffer--action-custom-type): New vars.
4772 (display-buffer-alist, display-buffer-default-action)
4773 (display-buffer-overriding-action): Add defcustom types.
4774
4775 * frame.el (delete-other-frames): Doc fix (Bug#276).
4776
4777 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
4780
4781 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
4782
4783 Change modes that used same-window-* vars to use switch-to-buffer.
4784
4785 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
4786 Use switch-to-buffer.
4787
4788 * cus-edit.el (customize-group, custom-buffer-create)
4789 (customize-browse, custom-buffer-create-other-window):
4790 Use switch-to-buffer or switch-to-buffer-other-window.
4791
4792 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
4793 (Info-prev, Info-up, Info-speedbar-goto-node)
4794 (info-display-manual): Use switch-to-buffer.
4795 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
4796
4797 * mail/sendmail.el (mail): Use switch-to-buffer.
4798 (mail-recover): Use switch-to-buffer-other-window.
4799
4800 * cmuscheme.el (run-scheme, switch-to-scheme):
4801 * ielm.el (ielm):
4802 * shell.el (shell):
4803 * net/rlogin.el (rlogin):
4804 * net/telnet.el (telnet, rsh):
4805 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
4806
4807 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
4808
4809 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
4810
4811 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4812
4813 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
4814 so don't mention it (bug#9301).
4815 (dired-sort-toggle-or-edit): Clarify string further.
4816
4817 * faces.el (face-spec-set-match-display): Make `(type graphic)'
4818 match `x', `w32' and `ns', like the manual says (bug#9029).
4819
4820 * subr.el (eval-after-load): Doc string clarification (bug#9125).
4821 (process-kill-buffer-query-function): Mention the buffer name in
4822 the query.
4823
4824 * image-mode.el (image-next-line): The line parameter is mandatory
4825 (bug#9258).
4826
4827 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
4828 which can be useful (bug#9301).
4829
4830 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
4831
4832 * subr.el (match-string): Mention that the current buffer should
4833 be the same as the search was done in (bug#9282).
4834
4835 * facemenu.el: Disable the remove-* commands if the mark isn't
4836 active (bug#9162).
4837
4838 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
4841 of display-buffer.
4842 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
4843
4844 * replace.el (occur-mode-goto-occurrence)
4845 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
4846 and display-buffer.
4847
4848 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
4849 display-buffer.
4850
4851 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
4852 special-display and same-window variables.
4853 (mail-other-window): Use switch-to-buffer-other-window.
4854 (mail-other-frame): USe switch-to-buffer-other-frame.
4855
4856 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
4857 Use display-buffer-other-frame.
4858 (gdb-display-gdb-buffer): Use pop-to-buffer.
4859
4860 * progmodes/gud.el (gud-goto-info): Use info-other-window.
4861
4862 * progmodes/python.el: Don't set same-window-buffer-names.
4863
4864 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
4865
4866 * window.el (display-buffer-alist): Add *Python*.
4867
4868 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
4869
4870 * window.el (display-buffer-alist): Add entry for buffers
4871 previously handled same-window-*.
4872 (display-buffer-alist, display-buffer-default-action)
4873 (display-buffer-overriding-action): Mark as risky.
4874 (display-buffer-alist): Document action function changes.
4875 (display-buffer--same-window-action)
4876 (display-buffer--other-frame-action): New variables.
4877 (switch-to-buffer, display-buffer-other-frame): Use them.
4878 (display-buffer): Rename reuse-frame entry to reusable-frames.
4879 (display-buffer-reuse-selected-window): Function deleted.
4880 (display-buffer-reuse-window): Handle reusable-frames alist entry.
4881 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
4882 (display-buffer-special): New function.
4883 (display-buffer--maybe-pop-up-frame-or-window): Rename from
4884 display-buffer-reuse-or-pop-window. Split off special-display
4885 part into display-buffer-special.
4886 (display-buffer-use-some-window): Don't perform any special
4887 pop-up-frames handling.
4888 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
4889 (display-buffer--maybe-same-window): Rename from
4890 display-buffer-maybe-same-window.
4891
4892 * info.el: Don't set same-window-regexps.
4893 (info-setup): New function.
4894 (info-other-window, info): Call it.
4895
4896 * cus-edit.el: Don't set same-window-regexps.
4897 (customize-group): New argument.
4898 (customize-group-other-window): Use it.
4899 (customize-face, customize-face-other-window): Likewise.
4900 (custom-buffer-create-other-window): Use pop-to-buffer directly.
4901
4902 * net/rlogin.el:
4903 * net/telnet.el:
4904 * progmodes/gud.el: Don't set same-window-regexps.
4905
4906 * cmuscheme.el:
4907 * ielm.el:
4908 * shell.el:
4909 * mail/sendmail.el:
4910 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
4911
4912 2011-09-10 Juri Linkov <juri@jurta.org>
4913
4914 * isearch.el (isearch-edit-string): Remove obsolete mention of
4915 `C-w' (`isearch-yank-word-or-char') from docstring.
4916 (isearch-query-replace): Fix typo in docstring (bug#9466).
4917
4918 2011-09-10 Juri Linkov <juri@jurta.org>
4919
4920 * paren.el (show-paren-function): Don't show escaped parens.
4921 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
4922
4923 2011-09-10 Eli Zaretskii <eliz@gnu.org>
4924
4925 * mail/sendmail.el (mml-to-mime, mml-attach-file)
4926 (mm-default-file-encoding): Remove autoload forms, they are
4927 replaced with autoload cookies in mml.el and mm-encode.el.
4928 (mail-add-attachment): New command.
4929 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
4930 (mail-mode): Mention mail-insert-file and mail-add-attachment in
4931 the doc string.
4932 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
4933
4934 2011-09-10 Reuben Thomas <rrt@sc3d.org>
4935
4936 * simple.el (count-words-region): Use buffer if there's no region
4937 (bug#9429).
4938
4939 2011-09-09 Juri Linkov <juri@jurta.org>
4940
4941 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
4942 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
4943 (wdired-isearch-filter-read-only): New function. (Bug#6362)
4944
4945 2011-09-09 Alan Mackenzie <acm@muc.de>
4946
4947 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
4948 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
4949
4950 2011-09-09 Eli Zaretskii <eliz@gnu.org>
4951
4952 Fix for Savannah bug#9392.
4953 * simple.el (mail-encode-mml): New defvar.
4954
4955 * mail/rmail.el (mail-encode-mml): Add a defvar.
4956 (rmail-enable-mime-composing): Default to t.
4957 (rmail-forward): Use MIME method of forwarding only if both
4958 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
4959 Set mail-encode-mml non-nil if the MIME method was used.
4960
4961 * mail/sendmail.el (mml-to-mime): Add autoload form.
4962 (mail-encode-mml): Add a defvar.
4963 (mail-mode): Make mail-encode-mml buffer-local and initialize it
4964 to nil.
4965 (mail-send): If mail-encode-mml is non-nil, run the outgoing
4966 message through mml-to-mime, and reset mail-encode-mml to nil.
4967
4968 2011-09-09 Glenn Morris <rgm@gnu.org>
4969
4970 * woman.el (woman-if-body): When processing an .el block,
4971 do not delete the next .el block as well. (Bug#9447)
4972 (woman-special-characters): Add oq, cq, and hy characters.
4973
4974 2011-09-08 Martin Rudalics <rudalics@gmx.at>
4975
4976 * window.el (window-deletable-p): Make sure window is live before
4977 invoking window-prev-buffers.
4978
4979 2011-09-08 Leo Liu <sdl.web@gmail.com>
4980
4981 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
4982
4983 2011-09-08 Juri Linkov <juri@jurta.org>
4984
4985 * progmodes/compile.el (compilation-environment): Make it
4986 a defcustom (bug#8340).
4987
4988 2011-09-08 Martin Rudalics <rudalics@gmx.at>
4989
4990 * window.el (frame-auto-delete): Rename to window-auto-delete.
4991 Make it control auto-deletion of windows and/or frames.
4992 (window-deletable-p): New argument FORCE. Rewrite conditions
4993 for deleting window/frame. (Bug#9419)
4994 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
4995 Rewrite handling of case when window/frame can be deleted.
4996 (delete-windows-on): Call window-deletable-p with new FORCE
4997 argument t. (Bug#9456)
4998
4999 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
5000
5001 * help-mode.el (help-mode): Restore autoload.
5002
5003 2011-09-07 Juri Linkov <juri@jurta.org>
5004
5005 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
5006 `compilation-environment'. Set buffer-local
5007 `compilation-environment' to `thisenv' later after (funcall mode).
5008 (Bug#8340)
5009
5010 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
5011 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
5012 instead of replacing its value. (Bug#8340)
5013
5014 2011-09-07 Juri Linkov <juri@jurta.org>
5015
5016 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
5017 based on text properties put by `grep-filter' instead of matching
5018 escape sequences.
5019 (grep-mode): Set buffer-local `compilation-error-screen-columns'
5020 to the value of `grep-error-screen-columns' (bug#9438).
5021
5022 2011-09-07 Juri Linkov <juri@jurta.org>
5023
5024 * simple.el (next-error-highlight, next-error-highlight-no-select):
5025 Doc fix (bug#9432).
5026
5027 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
5028
5029 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
5030 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
5031
5032 2011-09-07 Leo Liu <sdl.web@gmail.com>
5033
5034 * net/rcirc.el (rcirc-mode): Conditionally initialize
5035 rcirc-input-ring.
5036
5037 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * emacs-lisp/find-func.el (find-function-C-source): Only set
5040 find-function-C-source-directory after checking that we found a source
5041 file there (bug#9440).
5042
5043 2011-09-06 Alan Mackenzie <acm@muc.de>
5044
5045 * isearch.el (isearch-other-meta-char): Wherever a key list is
5046 unread, "unread" the prefix arg, too. This fixes bug #8901.
5047
5048 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
5049
5050 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
5051
5052 2011-09-05 Juri Linkov <juri@jurta.org>
5053
5054 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
5055
5056 2011-09-05 Juri Linkov <juri@jurta.org>
5057
5058 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
5059 keeping point where processing of grep matches begins, and
5060 continue to delete remaining escape sequences from the same point.
5061 (grep-filter): Make leading zero optional in "0?1;31m" because
5062 git-grep emits "\033[1;31m" escape sequences unlike expected
5063 "\033[01;31m" as GNU Grep does (bug#9408).
5064 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
5065
5066 2011-09-05 Juri Linkov <juri@jurta.org>
5067
5068 * subr.el (y-or-n-p): Capitalize "yes".
5069
5070 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
5071
5072 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
5073 `tramp-cache-unload-hook' where appropriate.
5074 (tramp-methods): Rename `tramp-remote-sh' to
5075 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
5076 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
5077
5078 * net/tramp-sh.el (top): Don't require 'shell.
5079 (tramp-methods): Add `tramp-remote-shell' and
5080 `tramp-remote-shell-args' entries.
5081 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
5082 (tramp-sh-handle-shell-command): Remove.
5083 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5084 Use `tramp-remote-shell'.
5085
5086 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * mail/sendmail.el (sendmail-query-once-function): Delete.
5089 (sendmail-query-once): Save directly to send-mail-function.
5090 Update message-send-mail-function too.
5091
5092 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
5093
5094 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5095
5096 * progmodes/python.el (python-mode-map): Use correct function to
5097 start python interpreter from menu-bar (as reported by Geert
5098 Kloosterman).
5099 (inferior-python-mode-map): Fix typo.
5100 (python-shell-map): Remove.
5101
5102 2011-09-03 Deniz Dogan <deniz@dogan.se>
5103
5104 * net/rcirc.el (rcirc-print): Simplify code for
5105 rcirc-scroll-show-maximum-output. There is no need to walk
5106 through all windows to find the right one.
5107
5108 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
5109
5110 * help.el (help-return-method): Doc fix.
5111
5112 2011-09-03 Martin Rudalics <rudalics@gmx.at>
5113
5114 * window.el (window-deletable-p): Don't return a non-nil value
5115 when there's a buffer that was shown in the window before.
5116 (Bug#9419)
5117 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5118 Set window's previous buffers to nil.
5119
5120 2011-09-03 Eli Zaretskii <eliz@gnu.org>
5121
5122 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
5123 newline before and after the tag line, so it doesn't interfere
5124 with determining the paragraph direction of bidirectional text.
5125
5126 2011-09-03 Leo Liu <sdl.web@gmail.com>
5127
5128 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
5129
5130 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
5131
5132 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
5133 (pop-to-buffer): Change interactive spec. Pass second argument
5134 directly to display-buffer.
5135 (display-buffer): Fix interactive spec. Use functionp to
5136 distinguish between a function and a list of functions.
5137
5138 * abbrev.el (edit-abbrevs):
5139 * arc-mode.el (archive-extract):
5140 * autoinsert.el (auto-insert):
5141 * bookmark.el (bookmark-bmenu-list):
5142 * files.el (find-file):
5143 * view.el (view-buffer):
5144 * progmodes/compile.el (compilation-goto-locus):
5145 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
5146
5147 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * window.el (display-buffer-alist): Doc fix.
5150 (display-buffer): Add docstring. Don't treat
5151 display-buffer-default specially.
5152 (display-buffer-reuse-selected-window)
5153 (display-buffer-same-window, display-buffer-maybe-same-window)
5154 (display-buffer-reuse-window, display-buffer-pop-up-frame)
5155 (display-buffer-pop-up-window)
5156 (display-buffer-reuse-or-pop-window)
5157 (display-buffer-use-some-window): New functions.
5158 (display-buffer-default-action): Use them.
5159 (display-buffer-default): Delete.
5160 (pop-to-buffer-1): Fix choice of actions.
5161
5162 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5163
5164 * minibuffer.el (completion--insert-strings): Don't get confused by
5165 completion entries that end with an LF char.
5166
5167 2011-09-01 Eli Zaretskii <eliz@gnu.org>
5168
5169 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
5170
5171 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
5172
5173 * window.el (display-buffer): Restore interactive spec.
5174 (display-buffer-same-window, display-buffer-other-window):
5175 New functions.
5176 (pop-to-buffer-1): New function. Use the above.
5177 (pop-to-buffer, pop-to-buffer-same-window): Use it.
5178 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
5179
5180 * view.el (view-buffer-other-window, view-buffer-other-frame):
5181 Just use pop-to-buffer.
5182
5183 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5184
5185 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
5186
5187 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
5188
5189 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
5190
5191 2011-08-31 Richard Stallman <rms@gnu.org>
5192
5193 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
5194 of the separation of rmail-view-buffer from rmail-buffer.
5195 If you say no to "replace original", the decrypt is in the
5196 view buffer. If you say yes, the decrypt goes into the
5197 rmail buffer also.
5198
5199 2011-08-31 Martin Rudalics <rudalics@gmx.at>
5200
5201 * window.el (display-buffer-window): Rewrite doc-string.
5202 (display-buffer-record-window): New function.
5203 (display-buffer-macro-specifiers)
5204 (display-buffer-even-window-sizes, display-buffer-set-height)
5205 (display-buffer-set-width, display-buffer-in-window)
5206 (display-buffer-reuse-window, display-buffer-split-specifiers)
5207 (display-buffer-side-specifiers, display-buffer-split-window-1)
5208 (display-buffer-split-window, display-buffer-split-atom-window)
5209 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5210 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
5211 (display-buffer-other-window-means-other-frame)
5212 (display-buffer-normalize-special)
5213 (display-buffer-normalize-default)
5214 (display-buffer-normalize-argument)
5215 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
5216 (display-buffer-normalize-specifiers, display-buffer-frame)
5217 (display-buffer-same-window, display-buffer-same-frame)
5218 (display-buffer-other-window)
5219 (display-buffer-same-frame-other-window)
5220 (display-buffer-other-frame, pop-to-buffer-same-window)
5221 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
5222 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
5223 (switch-to-buffer-same-frame)
5224 (switch-to-buffer-other-window-same-frame)
5225 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
5226 (display-buffer-alist-set-1, display-buffer-alist-set-2)
5227 (display-buffer-alist-set): Remove.
5228 (display-buffer-function, special-display-buffer-names)
5229 (special-display-regexps, special-display-function):
5230 In doc-string refer to display-buffer-window and quit-restore
5231 parameter.
5232 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
5233 (special-display-frame-alist, special-display-popup-frame)
5234 (same-window-buffer-names, same-window-regexps, same-window-p)
5235 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5236 (split-window-preferred-function, split-height-threshold)
5237 (split-width-threshold, window-splittable-p)
5238 (split-window-sensibly, window--try-to-split-window)
5239 (window--frame-usable-p, even-window-heights)
5240 (window--even-window-heights, window--display-buffer-1)
5241 (window--display-buffer-2, display-buffer-other-frame):
5242 Restore old Emacs 23 code, order and doc-strings where applicable.
5243 (display-buffer-default, display-buffer-assq-regexp): New functions.
5244 (display-buffer-alist): Rewrite doc-string.
5245 (display-buffer-default-action)
5246 (display-buffer-overriding-action): New variables.
5247 (display-buffer, switch-to-buffer): Rewrite.
5248 (pop-to-buffer): Restore Emacs 23 behavior but use
5249 window-normalize-buffer-to-display.
5250 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5251 Restore Emacs 23 behavior but use
5252 window-normalize-buffer-to-switch-to.
5253 (pop-to-buffer-same-window): Rewrite.
5254 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
5255 Rewrite using Emacs 23 options.
5256
5257 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
5258
5259 * net/tramp.el (tramp-root-regexp): Remove.
5260 (tramp-completion-file-name-regexp-unified)
5261 (tramp-completion-file-name-regexp-separate)
5262 (tramp-completion-file-name-regexp-url): Don't use leading volume
5263 letter on win32 systems. (Bug#5303, Bug#9311)
5264 (tramp-drop-volume-letter): Simplify definition.
5265 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5266
5267 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
5270 (bug#9356).
5271
5272 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
5273
5274 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5275
5276 2011-08-29 Juri Linkov <juri@jurta.org>
5277
5278 * isearch.el (isearch-done): Don't display message "Mark saved"
5279 when arg `edit' is non-nil to prevent its flicker in the echo area.
5280
5281 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
5282
5283 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
5284 obsolete packages for deletion.
5285
5286 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
5287
5288 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5289 (help-mode): Derive help-mode from special-mode. Don't invoke
5290 view-mode from help-mode.
5291 (help-xref-override-view-map): Remove.
5292 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
5293 view-mode is not used anymore.
5294
5295 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
5296
5297 * server.el (server-port): Doc fix.
5298
5299 * cus-theme.el (custom-theme-choose-mode): Inherit from
5300 special-mode (Bug#9124).
5301 (custom-theme-choose-mode-map): Add special-mode to parent.
5302
5303 2011-08-28 Alan Mackenzie <acm@muc.de>
5304
5305 * progmodes/cc-fonts.el
5306 (c-make-font-lock-BO-decl-search-function): New function.
5307 (c-basic-matchers-after - "Fontify the clauses after various
5308 keywords"): Extract the three keyword lists for the 3 erroneous
5309 constructs from the list of four, and use the new function above
5310 in place of an old one.
5311
5312 2011-08-28 Deniz Dogan <deniz@dogan.se>
5313
5314 * net/rcirc.el (rcirc-insert-prev-input)
5315 (rcirc-insert-next-input): Remove unused argument.
5316
5317 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
5320
5321 2011-08-27 Alan Mackenzie <acm@muc.de>
5322
5323 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
5324 handle function pointer parameters properly.
5325
5326 2011-08-27 Martin Rudalics <rudalics@gmx.at>
5327
5328 * window.el (display-buffer-reuse-window): Fix case where
5329 selected window was reused with non-nil OTHER-WINDOW argument.
5330 (Bug#9381)
5331
5332 2011-08-27 Deniz Dogan <deniz@dogan.se>
5333
5334 * net/rcirc.el (rcirc-check-auth-status): Adding support for
5335 oftc's NickServ messages.
5336
5337 2011-08-27 Glenn Morris <rgm@gnu.org>
5338
5339 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
5340
5341 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
5342
5343 * emacs-lisp/package.el (package-install): Call package-initialize
5344 if called interactively.
5345
5346 2011-08-26 Leo Liu <sdl.web@gmail.com>
5347
5348 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
5349
5350 2011-08-25 Juri Linkov <juri@jurta.org>
5351
5352 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
5353 `search-whitespace-regexp' (bug#9364).
5354
5355 2011-08-25 Juri Linkov <juri@jurta.org>
5356
5357 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
5358 `regexp-search-ring' to their global values to protect from
5359 updating by `read-from-minibuffer' (bug#9185).
5360
5361 2011-08-25 Juri Linkov <juri@jurta.org>
5362
5363 * textmodes/ispell.el (ispell-command-loop): Add newline
5364 at the end of the "Use option `i'..." line.
5365
5366 2011-08-25 Juri Linkov <juri@jurta.org>
5367
5368 * battery.el (display-battery-mode): If `battery-status-function'
5369 or `battery-mode-line-format' is nil, display the message and set
5370 `display-battery-mode' to nil (bug#9363).
5371
5372 2011-08-25 Eli Zaretskii <eliz@gnu.org>
5373
5374 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
5375 bidi-string-mark-left-to-right; they are unnecessary now.
5376
5377 2011-08-25 Deniz Dogan <deniz@dogan.se>
5378
5379 * net/quickurl.el: Documentation typo fixes.
5380
5381 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
5382
5383 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
5384
5385 2011-08-25 Glenn Morris <rgm@gnu.org>
5386
5387 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5388
5389 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
5390 (smtpmail-via-smtp): Handle nil response from smtp.
5391
5392 2011-08-24 Juri Linkov <juri@jurta.org>
5393
5394 * proced.el (proced-marked): Inherit from `error' instead of
5395 `font-lock-warning-face'.
5396
5397 * ibuffer.el (ibuffer-marked-face): Change default face from
5398 `font-lock-warning-face' to `warning'.
5399 (ibuffer-deletion-face): Change default face from
5400 `font-lock-type-face' to `error'.
5401
5402 * battery.el (battery-update): Use the face `error' instead of
5403 `font-lock-warning-face' (bug#6117).
5404
5405 2011-08-24 Juri Linkov <juri@jurta.org>
5406
5407 * faces.el (success): Change face color from "Green3" to
5408 "ForestGreen" on light background (bug#9353).
5409
5410 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
5411
5412 * window.el (quit-window): Rename from quit-restore-window.
5413 Use same arglist as old quit-window.
5414 (frame-auto-delete): Doc fix.
5415
5416 * view.el (view-mode-exit): Use quit-window.
5417
5418 2011-08-24 Juri Linkov <juri@jurta.org>
5419
5420 * isearch.el (isearch-ring-adjust1): Start visiting previous
5421 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
5422 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
5423 for empty search string (when the last search string is reused
5424 automatically) to adjust the isearch ring to the last element and
5425 prepare the correct index for further M-p commands (bug#9185).
5426
5427 2011-08-24 Kenichi Handa <handa@m17n.org>
5428
5429 * international/ucs-normalize.el: If decomposition property of
5430 CHAR is the default one (i.e. a list of CHAR itself), treat it as
5431 nil.
5432 (nfd, nfkd): Likewise.
5433
5434 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
5437 from process filters aren't reliably transmitted to the surrounding
5438 accept-process-output.
5439 (mpc-proc-check): New function.
5440 (mpc-proc-sync): Use it (bug#8293)
5441
5442 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5443
5444 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
5445 Add compatibility functions (bug#9313).
5446
5447 2011-08-23 Eli Zaretskii <eliz@gnu.org>
5448
5449 * cus-start.el (all): Add entry for bidi-paragraph-direction.
5450
5451 * international/uni-bidi.el: Regenerate.
5452
5453 2011-08-23 Kenichi Handa <handa@m17n.org>
5454
5455 * international/charprop.el:
5456 * international/uni-bidi.el:
5457 * international/uni-category.el:
5458 * international/uni-combining.el:
5459 * international/uni-comment.el:
5460 * international/uni-decimal.el:
5461 * international/uni-decomposition.el:
5462 * international/uni-digit.el:
5463 * international/uni-lowercase.el:
5464 * international/uni-mirrored.el:
5465 * international/uni-name.el:
5466 * international/uni-numeric.el:
5467 * international/uni-old-name.el:
5468 * international/uni-titlecase.el:
5469 * international/uni-uppercase.el: Regenerate.
5470
5471 2011-08-23 Martin Rudalics <rudalics@gmx.at>
5472
5473 * help.el (help-window-setup): Fix message displayed when other
5474 window is reused. (Bug#9341)
5475
5476 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
5479 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
5480
5481 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
5482 Mark obsolete.
5483 * shell.el (shell-parse-pcomplete-arguments): New function.
5484 (shell-completion-vars): Use it instead (bug#9160).
5485
5486 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5487
5488 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
5489 strings and comments (bug#9333).
5490
5491 * emacs-lisp/debug.el (debug-arglist): New function.
5492 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
5493 (debug-on-entry-1): Handle interpreted closures (bug#9120).
5494
5495 2011-08-22 Juri Linkov <juri@jurta.org>
5496
5497 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5498 Revert regexp that highlights output switches to its old
5499 pre-2010-10-28 value and remove one `?' from it (bug#9319).
5500
5501 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
5502 to check for empty output (bug#9226).
5503
5504 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
5505
5506 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
5507 symbol-constituent as the default, as that stops font-lock from
5508 working properly (Bug#8843).
5509
5510 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5511
5512 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
5513 `coding-system-for-*' around the process open call to avoid
5514 auth-source side effects.
5515 (smtpmail-try-auth-methods): Expand the secret password.
5516 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
5517 probe hangs.
5518
5519 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
5520
5521 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
5522
5523 * emacs-lisp/find-func.el (find-function-noselect): New arg
5524 lisp-only.
5525
5526 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
5527 signal an error for built-in functions (Bug#6664).
5528
5529 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5530
5531 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
5532 (smtpmail-try-auth-methods): Use it.
5533
5534 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * font-lock.el (font-lock-fontify-region)
5537 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
5538 (font-lock-default-unfontify-buffer)
5539 (font-lock-default-fontify-region)
5540 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
5541
5542 * progmodes/compile.el (compilation-error-properties):
5543 Fix confusion between file struct and message struct (Bug#9319).
5544 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
5545 `ant' regexp.
5546
5547 * net/browse-url.el (browse-url-firefox): Don't call
5548 browse-url-firefox-sentinel unless using -remote (Bug#9328).
5549
5550 2011-08-20 Glenn Morris <rgm@gnu.org>
5551
5552 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
5553
5554 * tutorial.el (tutorial--default-keys): Update some default bindings.
5555
5556 * files.el (hack-local-variables): Fully ignore case for "mode:".
5557
5558 2011-08-20 Alan Mackenzie <acm@muc.de>
5559
5560 Resolve invalid use of a regexp in regexp-opt.
5561
5562 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
5563 detection for a java annotation.
5564
5565 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
5566 detection for a java annotation.
5567
5568 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
5569 handling for java.
5570 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
5571
5572 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
5573
5574 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
5575 (Bug#9274).
5576
5577 2011-08-20 Alan Mackenzie <acm@muc.de>
5578
5579 Fontify CPP expressions correctly when starting in the middle of
5580 such a construct. Mainly for when jit-lock etc. starts a chunk
5581 here.
5582
5583 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
5584 variable.
5585 (c-make-font-lock-search-form): New function, extracted from
5586 c-make-font-lock-search-function.
5587 (c-make-font-lock-search-function): Use the above function.
5588 (c-make-font-lock-context-search-function): New function.
5589 (c-cpp-matchers): Enhance the preprocessor expression case with
5590 the above function
5591 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
5592 which takes an expression.
5593
5594 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
5595
5596 2011-08-20 Martin Rudalics <rudalics@gmx.at>
5597
5598 * window.el (display-buffer-reuse-window)
5599 (display-buffer-pop-up-window): Don't reuse or split a side
5600 window.
5601
5602 2011-08-19 Glenn Morris <rgm@gnu.org>
5603
5604 * files.el (hack-local-variables-prop-line, hack-local-variables):
5605 Downcase "Mode:". (Bug#9331)
5606
5607 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
5608
5609 * international/characters.el: Add L and R categories.
5610
5611 * subr.el (bidi-string-mark-left-to-right): Rename from
5612 string-mark-left-to-right. Use category search.
5613
5614 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
5615
5616 2011-08-18 Juri Linkov <juri@jurta.org>
5617
5618 * faces.el (error, warning, success): New faces with definitions
5619 copied from old default values of `font-lock-warning-face',
5620 `compilation-warning', `compilation-info' (bug#6117).
5621
5622 * font-lock.el (font-lock-warning-face): Inherit from `error'.
5623
5624 * progmodes/compile.el (compilation-error): Inherit from `error'.
5625 (compilation-warning): Inherit from `warning'.
5626 (compilation-info): Inherit from `success'.
5627
5628 * dired.el (dired-marked): Inherit from `warning'.
5629 (dired-flagged): Inherit from `error'.
5630
5631 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5632
5633 * mail/smtpmail.el (auth-source): Require to avoid problems with
5634 binding variables (bug#9298). Also clean up some unused
5635 autoloads.
5636
5637 * net/network-stream.el (network-stream-open-starttls):
5638 Support using starttls.el without using gnutls-cli.
5639
5640 2011-08-17 Juri Linkov <juri@jurta.org>
5641
5642 * progmodes/grep.el (rgrep): Handle the case when
5643 `grep-find-command' is a cons cell (bug#9278).
5644
5645 2011-08-17 Martin Rudalics <rudalics@gmx.at>
5646
5647 * window.el (display-buffer-pop-up-frame): Run frame creation
5648 function with BUFFER current (as special-display-popup-frame
5649 does). Reported by Drew Adams.
5650
5651 2011-08-17 Daiki Ueno <ueno@unixuser.org>
5652
5653 * epa-mail.el: Simplify GnuPG group expansion using
5654 epg-expand-group.
5655 (epa-mail-group-alist, epa-mail-group-modtime)
5656 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
5657 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
5658 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
5659 Remove.
5660
5661 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
5662
5663 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
5664
5665 2011-08-16 Alan Mackenzie <acm@muc.de>
5666
5667 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
5668 Correct, to avoid the inside of macros.
5669
5670 2011-08-16 Richard Stallman <rms@gnu.org>
5671
5672 * epa-mail.el: Handle GnuPG group definitions.
5673 (epa-mail-group-alist, epa-mail-group-modtime)
5674 (epa-mail-gnupg-conf-file): New variables.
5675 (epa-mail-parse-groups, epa-mail-sync-groups)
5676 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
5677 (epa-mail-expand-recipients): New functions.
5678 (epa-mail-encrypt): Call epa-mail-expand-recipients.
5679
5680 * mail/rmail.el (rmail-epa-decrypt): New command.
5681
5682 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
5683 Don't bind buffer-read-only, just inhibit-read-only.
5684 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
5685 (epa-decrypt-armor-in-region): Make error message clearer.
5686
5687 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
5690 and "a2b" to "ab" for `prefix'.
5691
5692 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
5693
5694 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
5695 filter groups.
5696 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
5697 Fourquet (Bug#8804).
5698
5699 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
5700
5701 * startup.el (argi): Declare as global variable (bug#9275).
5702
5703 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
5704
5705 * subr.el (string-mark-left-to-right): Search the entire string
5706 for RTL script, not just the terminating character. Doc fix.
5707
5708 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
5711 New function.
5712 (js--regexp-literal, js-syntax-propertize-function): Remove.
5713 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
5714 (js-mode-map): Don't rebind electric keys.
5715 (js-insert-and-indent): Remove.
5716 (js-mode): Setup electric-layout and electric-indent instead.
5717
5718 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
5719
5720 2011-08-12 Daiki Ueno <ueno@unixuser.org>
5721
5722 * epa.el (epa-progress-callback-function): Fix the logic of
5723 displaying progress.
5724 * epa-file.el (epa-file-insert-file-contents): Make progress
5725 display more user-friendly.
5726 (epa-file-write-region): Ditto.
5727
5728 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * subr.el (string-mark-left-to-right): New function.
5731
5732 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
5733 Use string-mark-left-to-right.
5734 (list-buffers-noselect): Caller changed.
5735
5736 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5737 Use string-mark-left-to-right.
5738 (tabulated-list-print): Recenter after moving point.
5739
5740 2011-08-10 Juri Linkov <juri@jurta.org>
5741
5742 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
5743 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
5744 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
5745
5746 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
5747
5748 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
5749 (Bug#7554).
5750
5751 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
5752
5753 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
5754 character. (Bug#6594)
5755
5756 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
5757
5758 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
5759 (image-dired--with-db-file): New macro.
5760 (image-dired-write-tags, image-dired-remove-tag)
5761 (image-dired-create-gallery-lists, image-dired-write-comments)
5762 (image-dired-get-comment, image-dired-mark-tagged-files)
5763 (image-dired-list-tags, image-dired-gallery-generate): Use it.
5764 (image-dired-gallery-generate): Use insert-file-contents.
5765
5766 * time.el (display-time-world-list, display-time-world-display):
5767 * time-stamp.el (time-stamp-string):
5768 * vc/add-log.el (add-change-log-entry): Use setenv instead of
5769 set-time-zone-rule (Bug#7337).
5770
5771 2011-08-08 Daiki Ueno <ueno@unixuser.org>
5772
5773 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
5774 (epg-error-to-string, epg-errors-to-string): New function.
5775 (epg-wait-for-completion): Reverse errors list.
5776 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
5777 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
5778 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
5779 (epg-sign-keys, epg-generate-key-from-file)
5780 (epg-generate-key-from-string): Format errors by using
5781 epg-errors-to-string (bug#9255).
5782 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
5783
5784 2011-08-07 Juri Linkov <juri@jurta.org>
5785
5786 * faces.el (list-faces-display): Remove extra angle bracket
5787 from `help-mode-map'.
5788
5789 * info.el (Info-history-toc-nodes): Doc fix.
5790
5791 * longlines.el (longlines-mode): Doc fix.
5792
5793 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
5796 of statements and in a few more cases (bug#9183).
5797
5798 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
5799 New functions.
5800 (cl-transform-lambda): Use them (bug#9239).
5801
5802 2011-08-05 Martin Rudalics <rudalics@gmx.at>
5803
5804 * window.el (display-buffer-same-window)
5805 (display-buffer-same-frame, display-buffer-other-window)
5806 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5807 (pop-to-buffer-other-window)
5808 (pop-to-buffer-same-frame-other-window)
5809 (pop-to-buffer-other-frame): Make them defuns.
5810 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
5811
5812 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * subr.el (make-composed-keymap): Move from C. Change calling
5815 convention, and improve docstring to bring attention to a subtle point.
5816 * minibuffer.el (completing-read-default): Adjust accordingly.
5817
5818 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
5819
5820 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
5821 (tramp-open-shell): Use `tramp-shell-quote-argument'.
5822
5823 * net/trampver.el: Update release number.
5824
5825 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
5828 "in" (bug#9190).
5829
5830 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5831
5832 * mail/sendmail.el (sendmail-query-once): Restore the current
5833 buffer after querying (bug#9074).
5834
5835 * dired.el (dired-flagged): Use different faces for marked and
5836 flagged files (bug#6117).
5837
5838 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
5839 (bug#4433).
5840
5841 * ido.el (ido-mode): Switch off the message if called
5842 non-interactively.
5843
5844 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
5845 before 587, since it appears that that's more likely to work for
5846 more people.
5847
5848 * cus-edit.el (custom-file): When running under emacs -q, always
5849 refuse to save the customizations, even if the .emacs file doesn't
5850 exist.
5851
5852 * info.el: Remove the `Info-beginning-of-buffer' function
5853 (bug#8325).
5854
5855 * net/network-stream.el (network-stream-open-starttls):
5856 Use `starttls-available-p' to see whether starttls.el can be used.
5857
5858 2011-08-01 Martin Rudalics <rudalics@gmx.at>
5859
5860 * window.el (display-buffer-in-window): Don't set dedicated status
5861 of window here (Bug#9215).
5862 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
5863 (display-buffer-pop-up-side-window)
5864 (display-buffer-in-side-window): Set dedicated status of window here.
5865
5866 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5867
5868 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
5869 before binding generated-autoload-file.
5870
5871 2011-08-01 Deniz Dogan <deniz@dogan.se>
5872
5873 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
5874
5875 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
5876
5877 Sync with Tramp 2.2.2.
5878
5879 * net/trampver.el: Update release number.
5880
5881 2011-07-30 Juri Linkov <juri@jurta.org>
5882
5883 * dired-aux.el (dired-touch-initial): Remove function.
5884 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
5885 current time, and `default' to the last modification time of the
5886 current marked file (bug#6887).
5887
5888 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
5889
5890 * simple.el (goto-line): Use string-to-number to provide a
5891 numeric argument to read-number (bug#9163).
5892
5893 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
5894
5895 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
5896 connection process, it could be nil.
5897
5898 2011-07-27 Leo Liu <sdl.web@gmail.com>
5899
5900 Simplify url handling in rcirc-mode.
5901
5902 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
5903 (rcirc-browse-url-at-mouse): Remove.
5904 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
5905
5906 2011-07-26 Alan Mackenzie <acm@muc.de>
5907
5908 Fontify bitfield declarations properly.
5909
5910 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
5911 (c-symbol-chars): Now exported as a lang variable.
5912 (c-not-primitive-type-keywords): New lang variable.
5913
5914 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
5915 QT keyword "more" to prevent "more slots: ...." being spuriously
5916 parsed as a bitfield declaration.
5917
5918 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5919 Refactor and enhance to handle bitfield declarations.
5920 (c-punctuation-in): New function.
5921 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
5922 declarations properly.
5923
5924 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
5925
5926 * calendar/icalendar.el (icalendar--all-events): Take care of
5927 multiple vcalendars in a single file.
5928 (icalendar--convert-float-to-ical): Checkdoc fixes.
5929
5930 2011-07-25 Deniz Dogan <deniz@dogan.se>
5931
5932 * image.el (insert-image): Clarifying docstring.
5933
5934 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
5935
5936 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
5937 `tramp-send-command-and-check' if there is no error.
5938 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
5939
5940 2011-07-22 Alan Mackenzie <acm@muc.de>
5941
5942 Prevent cc-langs.elc being loaded at run time.
5943
5944 * progmodes/cc-mode.el: Remove two autoload forms which loaded
5945 cc-langs.
5946
5947 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
5948 "(require 'cc-langs)". Quote a form so it will evaluate at
5949 (cc-mode's) compilation time.
5950
5951 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
5952
5953 * net/tramp.el (tramp-file-name-handler): Avoid recursive
5954 loading. (Bug#9114)
5955
5956 2011-07-21 Martin Rudalics <rudalics@gmx.at>
5957
5958 * window.el (display-buffer-pop-up-window)
5959 (display-buffer-pop-up-side-window)
5960 (display-buffer-in-side-window): Call display-buffer-set-height
5961 and display-buffer-set-width after setting the new window's
5962 buffer so `fit-window-to-buffer' and friends work on the right buffer.
5963
5964 2011-07-20 Sam Steingold <sds@gnu.org>
5965
5966 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
5967 (etags-tags-included-tables): Call `convert-standard-filename' on
5968 the file names contained in TAGS so that windows Emacs can handle
5969 TAGS files created by cygwin ctags.
5970
5971 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5972
5973 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
5974 which apparently didn't work.
5975
5976 2011-07-19 Roland Winkler <winkler@gnu.org>
5977
5978 * proced.el (proced-send-signal): For *Marked Processes* buffer
5979 put point at beginning of buffer.
5980
5981 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
5982
5983 * proced.el (proced-format): Make header lines align with the text
5984 (bug#1779).
5985
5986 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5987
5988 * view.el (view-buffer): Allow running in `special' modes if we're
5989 visiting a file (bug#8615).
5990
5991 2011-07-19 Martin Rudalics <rudalics@gmx.at>
5992
5993 * window.el (display-buffer-alist-of-strings-p)
5994 (display-buffer-alist-set-1, display-buffer-alist-set-2):
5995 New functions.
5996 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
5997 more accurately.
5998
5999 2011-07-18 Alan Mackenzie <acm@muc.de>
6000
6001 Fontify declarators properly when, e.g., a jit-lock chunk begins
6002 inside a declaration.
6003
6004 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
6005
6006 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6007 New function.
6008 (c-complex-decl-matchers): Insert reference to
6009 c-font-lock-enclosing-decls.
6010
6011 * progmodes/cc-engine.el (c-backward-single-comment):
6012 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
6013 to nil around calls to (forward-comment -1).
6014
6015 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6016
6017 * image.el (put-image): Doc typo fix.
6018
6019 * progmodes/etags.el (tags-search): Doc typo fix.
6020
6021 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
6022 password if we get errors 550 to 554.
6023
6024 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6025
6026 * net/gnutls.el (gnutls-log-level): Remove.
6027
6028 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
6029 indentation character (bug#6380).
6030
6031 * files.el (buffer-offer-save): Made permanently local (bug#6241).
6032
6033 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
6034 to clarify what the problem is (bug#4291).
6035
6036 * simple.el (current-kill): Clarify what
6037 `interprogram-paste-function' does (bug#7500).
6038 (auto-fill-mode): Document `auto-fill-function' in relation to
6039 `auto-fill-mode' (bug#2470).
6040
6041 2011-07-16 Lawrence Mitchell <wence@gmx.li>
6042
6043 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
6044 method if slot is read-only (bug#9035).
6045
6046 2011-07-16 Martin Rudalics <rudalics@gmx.at>
6047
6048 * frame.el (select-frame-set-input-focus): New argument NORECORD.
6049 * window.el (pop-to-buffer): Select window used even if it was
6050 selected before, see discussion of (Bug#8615), (Bug#6954).
6051 Pass argument NORECORD on to select-frame-set-input-focus.
6052
6053 2011-07-15 Glenn Morris <rgm@gnu.org>
6054
6055 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
6056 Respect help-form.
6057
6058 2011-07-09 Lawrence Mitchell <wence@gmx.li>
6059
6060 * net/gnutls.el (gnutls-min-prime-bits): New variable.
6061 (gnutls-negotiate): Use it.
6062
6063 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6064
6065 * net/gnutls.el (gnutls-negotiate):
6066 Upcase `gnutls-algorithm-priority'.
6067
6068 2011-07-15 Glenn Morris <rgm@gnu.org>
6069
6070 * jka-compr.el (jka-compr-verbose): Move from here...
6071 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
6072 Add missing :version tag.
6073 * info.el: No need to require jka-compr when compiling.
6074
6075 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6076
6077 * net/gnutls.el (gnutls-algorithm-priority): New variable.
6078 (gnutls-negotiate): Use it.
6079
6080 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
6081
6082 * info.el (Info-beginning-of-buffer): New command.
6083 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
6084 announcing `b' as the key (bug#8325).
6085 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
6086
6087 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
6088
6089 * international/mule-cmds.el
6090 (describe-specified-language-support): Make the error message
6091 clearer (bug#8905).
6092
6093 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
6094
6095 * isearch.el (isearch-barrier): Add a doc string, since it's
6096 mentioned in a function doc string (bug#8678).
6097
6098 2011-07-15 Martin Rudalics <rudalics@gmx.at>
6099
6100 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
6101 buffer argument (Bug#9083) and self-identifying label argument.
6102
6103 2011-07-15 Glenn Morris <rgm@gnu.org>
6104
6105 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
6106
6107 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6108
6109 * man.el (Man-fontify-manpage): Fix message when formatting the
6110 man page (bug#7929).
6111
6112 2011-07-14 Eli Zaretskii <eliz@gnu.org>
6113
6114 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
6115 argument LRM; if non-nil, append an invisible LRM character to the
6116 buffer name.
6117 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
6118 last argument non-nil, when formatting buffer names.
6119 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
6120 paragraph direction.
6121
6122 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6123
6124 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
6125 the man page name (bug#7929).
6126
6127 * image.el (put-image): Mention the `put-image' overlay property
6128 (bug#7834).
6129
6130 * scroll-bar.el (set-scroll-bar-mode): Mention that
6131 `scroll-bar-mode' lists the values (bug#7772).
6132
6133 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
6134 command (bug#7729).
6135
6136 * rect.el (apply-on-rectangle): Return the point after the last
6137 operation.
6138 (string-rectangle): Go to the point after the last operation
6139 (bug#7522).
6140
6141 * printing.el (pr-toggle-region): Clarify the documentation
6142 slightly (bug#7493).
6143
6144 * time.el (display-time-update):
6145 Allow `display-time-mail-function' to return nil (bug#7158).
6146 Fix suggested by Detlev Zundel.
6147
6148 * vc/diff.el (diff): Clarify the order the file names are read
6149 (bug#7111).
6150
6151 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
6152 the doc string (bug#7015).
6153
6154 * font-lock.el (font-lock-maximum-decoration): Mention what
6155 numeric levels mean (bug#6935).
6156
6157 * startup.el (initial-buffer-choice): Don't mention the `none'
6158 selection, which is against policy.
6159
6160 2011-07-14 Martin Rudalics <rudalics@gmx.at>
6161
6162 * window.el (display-buffer-normalize-special):
6163 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
6164
6165 2011-07-14 Eli Zaretskii <eliz@gnu.org>
6166
6167 * subr.el (version<, version<=, version=): Mention "-CVS" and
6168 "-12345" alpha version numbers.
6169
6170 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * bindings.el: Add advertised binding for set-mark-command
6173 (Bug#5772).
6174
6175 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
6176
6177 * bindings.el (mode-line-other-buffer):
6178 * bookmark.el (bookmark-bmenu-2-window):
6179 * bs.el (bs-cycle-next, bs-cycle-previous):
6180 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
6181 switch-to-buffer.
6182
6183 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6184 Delete.
6185
6186 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
6187
6188 * follow.el (follow-debug-message, follow-redisplay):
6189 * jka-cmpr-hook.el (with-auto-compression-mode):
6190 Fix typos in docstrings.
6191
6192 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6193
6194 * subr.el (with-silent-modifications): Clarify somewhat what the
6195 macro inhibits (bug#6525).
6196
6197 * simple.el (eval-expression): Note what it does if called
6198 interactively (bug#6495).
6199
6200 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
6201
6202 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
6203 Use pop-to-buffer buffer-or-name if it is nil.
6204
6205 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6206 Remove switch-to-buffer.
6207
6208 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6209
6210 * files.el (make-directory): Clarify that an error will be raised
6211 if there's an error (bug#6397).
6212
6213 * startup.el (initial-buffer-choice): Add `none' as a choice
6214 (bug#6234).
6215
6216 * subr.el (add-hook): Clarify section about buffer-local hooks
6217 (bug#6218).
6218
6219 * dired.el (dired-flagged): Clarify doc string (bug#6117).
6220
6221 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
6222
6223 * tabify.el (untabify): Preserve the current column so that point
6224 doesn't move (bug#6032).
6225
6226 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6227
6228 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
6229 Rewrite to avoid awkward possessive "s" (bug#5986).
6230
6231 2011-07-13 Glenn Morris <rgm@gnu.org>
6232
6233 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
6234 (dired-insert-directory): Give a message the first time
6235 if ls is found not to support --dired.
6236
6237 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6238
6239 * simple.el (toggle-truncate-lines): Clarify what is toggled
6240 (bug#5580). Text by Drew Adams.
6241
6242 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
6243
6244 * simple.el (blink-matching-open): Make the error message from the
6245 last change less verbose.
6246
6247 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
6248
6249 * font-lock.el (font-lock-comment-face): Use the high contrast
6250 "yellow" color for font-lock-comment-face on low color terminals
6251 using a dark background color (bug#4221).
6252
6253 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6254
6255 * dired.el (dired-insert-set-properties): Make the doc string
6256 reflect what it does now (bug#5325).
6257
6258 * simple.el (blink-matching-open): Say that we were unable to find
6259 the match within the limit, if we're limited (bug#5122).
6260
6261 * international/mule-cmds.el (prefer-coding-system): Add an
6262 example (bug#4869).
6263
6264 * progmodes/etags.el (tags-search): Document `file-list-form'
6265 (bug#4731).
6266
6267 2011-07-13 Lawrence Mitchell <wence@gmx.li>
6268
6269 * net/browse-url.el (browse-url-default-browser)
6270 (browse-url-browser-function): Make the default browser choice a
6271 bit more logical (bug#4300). Also clean up the doc string.
6272
6273 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
6274
6275 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
6276 binary endings (bug#4440).
6277
6278 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279
6280 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
6281 which can be pretty annoying (bug#8971).
6282
6283 * jka-compr.el (jka-compr-verbose): New variable, and use
6284 throughout (bug#8971).
6285
6286 * info.el (Info-find-file): Fall back on the installation
6287 directory if we can't find the info node anywhere else.
6288
6289 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
6290
6291 * vc/vc.el (vc-revert-file):
6292 Don't set file time-stamp in the past. (Bug#5181)
6293
6294 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6295
6296 * files.el (after-find-file): Give a better error message when
6297 trying to find a symlink that points to a file that doesn't exist
6298 (bug#4398).
6299
6300 * progmodes/cc-vars.el: Remove (probably) misleading comment
6301 (bug#4396).
6302
6303 2011-07-12 Johan Bockgård <bojohan@gnu.org>
6304
6305 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
6306
6307 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
6308
6309 * mouse-sel.el: Hack restoring functionality, while keeping
6310 compatibility with 2010-07-03 changes to mouse selection.
6311 (mouse-sel-primary-overlay): New var.
6312 (mouse-sel-selection-alist): Use it.
6313 (mouse-sel-mode): Doc fix; remove points that are default features
6314 of mouse.el.
6315
6316 2011-07-12 Johan Bockgård <bojohan@gnu.org>
6317
6318 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6319 Fix previous fix (bug#2490).
6320
6321 2011-07-12 Roland Winkler <winkler@gnu.org>
6322
6323 * textmodes/bibtex.el (bibtex-initialize):
6324 Use pop-to-buffer-same-window.
6325 (bibtex-search-entries): Fix interactive call.
6326
6327 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6328
6329 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6330 Fontise bytecomp Error lines more correctly (bug#2490).
6331 Fix suggested by Johan Bockgård.
6332
6333 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
6334
6335 * dired-x.el (dired-guess-default): Use `delete-dups'.
6336
6337 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * dired.el (dired-mark-prompt):
6340 * dired-aux.el (dired-read-shell-command): Doc fix.
6341
6342 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6343
6344 * mail/sendmail.el (sendmail-query-once):
6345 Use `customize-save-variable' unconditionally, now that it works under
6346 emacs -Q.
6347
6348 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6349
6350 * cus-edit.el (custom-file): Take an optional no-error variable.
6351 (customize-save-variable): Set the variable, and give a warning if
6352 running under "emacs -q".
6353
6354 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
6355
6356 * loadhist.el (unload-feature-special-hooks):
6357 Add `auto-coding-functions', `fill-nobreak-predicate' and
6358 `find-directory-functions' (bug#5327).
6359
6360 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6361
6362 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
6363
6364 * cus-edit.el (custom-guess-name-alist): -alist variables should
6365 use the `alist' type (bug#3120). Suggested by Drew Adams.
6366
6367 * printing.el: Add documentation to all the `pr-toggle-' commands.
6368
6369 2011-07-11 Leo Liu <sdl.web@gmail.com>
6370
6371 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
6372 backends where it makes sense (bug#2623).
6373
6374 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6375
6376 * dired-x.el (dired-guess-default): Remove duplicate shell command
6377 entries (bug#2028).
6378 (dired-guess-default): Fix grammar in doc string (bug#2028).
6379 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
6380
6381 * subr.el (remove-duplicates): New conveniency function.
6382
6383 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6384
6385 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
6386 (bug#1526).
6387
6388 2011-07-10 Martin Rudalics <rudalics@gmx.at>
6389
6390 * window.el (display-buffer-normalize-default): Don't invert
6391 meaning of even-window-heights. Reported by Eli Zaretskii
6392 <eliz@gnu.org>.
6393
6394 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
6395
6396 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
6397
6398 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
6399
6400 * window.el (display-buffer): Fix arguments to
6401 display-buffer-reuse-window in last change.
6402
6403 * faces.el (link): Use a less saturated blue on light backgrounds.
6404
6405 * startup.el (fancy-startup-text, fancy-about-text)
6406 (fancy-startup-tail): Use font-lock faces, for background safety.
6407
6408 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
6409
6410 * emulation/viper-cmd.el (viper-change-state-to-vi):
6411 Limit triggering of abbrev expansion (Bug#9038).
6412
6413 2011-07-09 Martin Rudalics <rudalics@gmx.at>
6414
6415 * window.el (display-buffer-default-specifiers): Remove.
6416 (display-buffer-macro-specifiers): Remove default specifiers.
6417 (display-buffer-alist): Default to nil.
6418 (display-buffer-reuse-window): New optional argument other-window.
6419 (display-buffer-pop-up-window): Allow splitting internal
6420 windows. Check whether a live window was created.
6421 (display-buffer-other-window-means-other-frame)
6422 (display-buffer-normalize-arguments): Rename to
6423 display-buffer-normalize-argument and rewrite. Set the
6424 other-window specifier.
6425 (display-buffer-normalize-special): New function.
6426 (display-buffer-normalize-options): Rename to
6427 display-buffer-normalize-default and rewrite.
6428 (display-buffer-normalize-options-inhibit): Remove.
6429 (display-buffer-normalize-specifiers): Rewrite.
6430 (display-buffer): Process other-window specifier and call
6431 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
6432 more faithfully.
6433 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
6434 (display-buffer-alist-set): Don't handle 'unset default values.
6435 (display-buffer-in-window, display-buffer-alist-set):
6436 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
6437 <tassilo@member.fsf.org>.
6438
6439 2011-07-09 Leo Liu <sdl.web@gmail.com>
6440
6441 * register.el (insert-register): Restore accidental change on
6442 2011-06-26. (Bug#9028)
6443
6444 2011-07-09 Glenn Morris <rgm@gnu.org>
6445
6446 * subr.el (remq): Handle the empty list. (Bug#9024)
6447
6448 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
6449
6450 * mail/sendmail.el (send-mail-function): No longer delay custom
6451 initialization.
6452 * custom.el (custom-initialize-delay): Doc fix.
6453
6454 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6455
6456 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
6457
6458 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
6459
6460 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
6461 human-friendly prompt.
6462
6463 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6464
6465 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
6466 provided by a particular plugin.
6467
6468 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6469
6470 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
6471 save customizations (with "emacs -Q"), just set the variable
6472 instead of erroring out.
6473
6474 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
6475
6476 2011-07-08 Juri Linkov <juri@jurta.org>
6477
6478 * arc-mode.el (archive-zip-expunge, archive-zip-update)
6479 (archive-zip-update-case): Use 7z if found by `executable-find'.
6480 The order of searching the available programs is the same as in
6481 `archive-zip-extract' (bug#8968).
6482
6483 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
6484
6485 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
6486 (menu-bar-options-menu): Tweak descriptions.
6487
6488 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6489
6490 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
6491 menu items into verb phrases (bug#1421). Also refill to fit under
6492 80 columns.
6493
6494 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
6495
6496 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
6497 (Info-read-node-name): Doc fix (Bug#1084).
6498
6499 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
6500 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
6501 (end-of-sexp, beginning-of-sexp)
6502 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
6503 (forward-symbol, forward-same-syntax, word-at-point)
6504 (sentence-at-point): Doc fix (Bug#1144).
6505
6506 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6507
6508 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
6509 should cover it (bug#1281).
6510
6511 * cus-edit.el (custom-show): Mark as obsolete.
6512
6513 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
6514 negotiation fails, then possibly try again with a non-encrypted
6515 connection (bug#9017).
6516
6517 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
6518 be used.
6519
6520 2011-07-07 Richard Stallman <rms@gnu.org>
6521
6522 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
6523 property, and handle its changed format.
6524 Look for the correct line number.
6525 Use file's line contents (but not past first =) to find
6526 correct line in message.
6527
6528 2011-07-07 Kenichi Handa <handa@m17n.org>
6529
6530 * international/characters.el (build-unicode-category-table):
6531 Delete it.
6532 (unicode-category-table): Set it by unicode-property-table-internal.
6533
6534 * international/mule-cmds.el (char-code-property-alist): Move to
6535 to src/chartab.c.
6536 (get-char-code-property): Call unicode-property-table-internal to
6537 load a file. Call get-unicode-property-internal where necessary.
6538 (put-char-code-property): Call unicode-property-table-internal to
6539 load a file. Call put-unicode-property-internal where necessary.
6540 put-unicode-property-internal where necessary.
6541 (char-code-property-description):
6542 Call unicode-property-table-internal to load a file.
6543
6544 * international/charprop.el:
6545 * international/uni-bidi.el:
6546 * international/uni-category.el:
6547 * international/uni-combining.el:
6548 * international/uni-comment.el:
6549 * international/uni-decimal.el:
6550 * international/uni-decomposition.el:
6551 * international/uni-digit.el:
6552 * international/uni-lowercase.el:
6553 * international/uni-mirrored.el:
6554 * international/uni-name.el:
6555 * international/uni-numeric.el:
6556 * international/uni-old-name.el:
6557 * international/uni-titlecase.el:
6558 * international/uni-uppercase.el: Regenerate.
6559
6560 * loadup.el: Load international/charprop.el before
6561 international/characters.
6562
6563 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
6564
6565 * window.el (next-buffer, previous-buffer): Signal an error if
6566 called from a minibuffer window.
6567
6568 * bindings.el: Revert 2011-07-04 change.
6569
6570 2011-07-06 Richard Stallman <rms@gnu.org>
6571
6572 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
6573 (rmail-mime-insert-bulk, rmail-mime-insert-text):
6574 Treat markers like ints.
6575 (rmail-mime-entity): Doc fix.
6576
6577 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6578
6579 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
6580 defcustom again for backwards compatibility.
6581
6582 * simple.el (shell-command-on-region): Fill.
6583
6584 * dired-aux.el (dired-kill-line): Add a doc string.
6585
6586 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
6587 to "\\sw\\|\\s_" (bug#358).
6588
6589 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
6590 (dired-unmark-backward): Ditto.
6591 (dired-flag-backup-files): Ditto.
6592
6593 * dired-x.el (dired-mark-sexp): Ditto.
6594
6595 2011-07-06 Richard Stallman <rms@gnu.org>
6596
6597 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
6598 (rmail-mime-entity): New arg TRUNCATED.
6599 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
6600 New functions.
6601 (rmail-mime-save): Warn if entity is truncated.
6602 (rmail-mime-toggle-hidden): Likewise, for showing.
6603 (rmail-mime-process-multipart): Record when an entity is truncated.
6604
6605 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
6606 if ENTITY is a string.
6607
6608 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6609
6610 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
6611 of faces when `M-C-x'-ing their definitions (bug#8378).
6612 Also clean up the code slightly.
6613
6614 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
6615 because that makes the colors go away.
6616
6617 * mail/sendmail.el (send-mail-function): Change the default to
6618 `sendmail-query-once'.
6619 (sendmail-query-once): Add an autoload cookie.
6620
6621 * net/network-stream.el (network-stream-open-starttls): Try using
6622 a plain connection even if the server offered STARTTLS, and we
6623 kinda wanted to use it, if Emacs doesn't have any STARTTLS
6624 capability. This should make smtpmail.el work in slightly more
6625 configurations.
6626
6627 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
6628
6629 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
6630 New defun.
6631 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
6632
6633 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
6634
6635 * progmodes/sql.el: Version 3.0
6636 (sql-product-alist): Add product :completion-object,
6637 :completion-column, and :statement attributes.
6638 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
6639 (sql-mode-syntax-table): Mark all punctuation.
6640 (sql-font-lock-keywords-builder): Temporarily remove fallback on
6641 ansi keywords.
6642 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
6643 (sql-mode-oracle-font-lock-keywords): Improve.
6644 (sql-oracle-show-reserved-words): New function for development.
6645 (sql-product-font-lock): Simplify for source code buffers.
6646 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
6647 New functions.
6648 (sql-highlight-product): Set product specific syntax table.
6649 (sql-mode-map): Add statement movement functions.
6650 (sql-ansi-statement-starters, sql-oracle-statement-starters):
6651 New variable.
6652 (sql-statement-regexp, sql-beginning-of-statement)
6653 (sql-end-of-statement, sql-signum): New functions.
6654 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
6655 (sql-show-sqli-buffer): Bug fix.
6656 (sql-interactive-mode): Store connection data as buffer local.
6657 (sql-connect): Add NEW-NAME parameter. Redesign interaction
6658 with sql-interactive-mode.
6659 (sql-save-connection): Save buffer local settings.
6660 (sql-connection-menu-filter): Change menu entry name.
6661 (sql-product-interactive): Bug fix.
6662 (sql-preoutput-hold): New variable.
6663 (sql-interactive-remove-continuation-prompt): Bug fixes.
6664 (sql-debug-redirect): New variable.
6665 (sql-str-literal): New function.
6666 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
6667 Redesign.
6668 (sql-oracle-save-settings, sql-oracle-restore-settings)
6669 (sql-oracle-list-all, sql-oracle-list-table): New functions.
6670 (sql-completion-object, sql-completion-column)
6671 (sql-completion-sqlbuf): New variables.
6672 (sql-build-completions-1, sql-build-completions)
6673 (sql-try-completion): New functions.
6674 (sql-read-table-name): Use them.
6675 (sql-contains-names): New buffer local variable.
6676 (sql-list-all, sql-list-table): Use it.
6677 (sql-oracle-completion-types): New variable.
6678 (sql-oracle-completion-object, sql-sqlite-completion-object)
6679 (sql-postgres-completion-object): New functions.
6680
6681 2011-07-06 Glenn Morris <rgm@gnu.org>
6682
6683 * window.el (pop-to-buffer): Doc fix.
6684
6685 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
6686
6687 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
6688
6689 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6692
6693 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
6694
6695 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
6696
6697 * button.el (button): Inherit from link face. Suggested by Dan
6698 Nicolaescu.
6699
6700 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * progmodes/gdb-mi.el: Fit in 80 columns.
6703 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
6704 switch-to-buffer.
6705
6706 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
6707 if imenu is simply not configured (bug#8941).
6708
6709 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
6710
6711 * allout.el (allout-post-undo-hook): New allout outline-change
6712 event hook to signal undo activity.
6713 (allout-post-command-business): Run allout-post-undo-hook if an
6714 undo just occurred.
6715 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
6716 * allout-widgets.el (allout-widgets-after-undo-function):
6717 Ensure the integrity of the current item's decoration after it has been
6718 in the vicinity of an undo.
6719 (allout-widgets-mode): Include allout-widgets-after-undo-function
6720 on the new allout-post-undo-hook.
6721
6722 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6723
6724 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
6725 Let define-derived-mode define it.
6726 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
6727 cycles of abbrev-table inheritance (bug#8998).
6728
6729 2011-07-05 Roland Winkler <winkler@gnu.org>
6730
6731 * textmodes/bibtex.el: Add support for biblatex.
6732 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
6733 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
6734 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
6735 (bibtex-entry-alist, bibtex-field-alist): New variables.
6736 (bibtex-entry-field-alist): Obsolete alias for
6737 bibtex-BibTeX-entry-alist.
6738 (bibtex-entry-alist, bibtex-field-alist): New widgets.
6739 (bibtex-set-dialect): New command.
6740 (bibtex-entry-type, bibtex-entry-head)
6741 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
6742 Bind via bibtex-set-dialect.
6743 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
6744 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
6745 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
6746 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
6747 Define via bibtex-set-dialect.
6748 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
6749 Obey bibtex-no-opt-remove-re.
6750 (bibtex-vec-push, bibtex-vec-incr): New functions.
6751 (bibtex-format-entry, bibtex-field-list)
6752 (bibtex-print-help-message, bibtex-validate)
6753 (bibtex-search-entries): Use new format of bibtex-entry-alist.
6754
6755 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * progmodes/compile.el (compilation-goto-locus):
6758 * net/tramp-cmds.el (tramp-append-tramp-buffers):
6759 * bs.el (bs-cycle-next, bs-cycle-previous):
6760 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
6761 * bindings.el (mode-line-other-buffer):
6762 * autoinsert.el (auto-insert):
6763 * arc-mode.el (archive-extract):
6764 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
6765
6766 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
6767
6768 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
6769 Fix check of `emacs-lock-unlockable-modes'.
6770 Coerce true values of `emacs-lock--try-unlocking' to t.
6771
6772 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
6773
6774 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
6775 * emacs-lock.el: New file.
6776
6777 2011-07-05 Julien Danjou <julien@danjou.info>
6778
6779 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
6780 than `boundp' to check if face is set.
6781
6782 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * register.el (registerv-make):
6785 * window.el (window-min-height): Fix typos in docstrings.
6786
6787 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
6788
6789 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
6790 Update doc string.
6791
6792 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
6793
6794 * server.el (server-execute): Catch quit and call
6795 `server-return-error' to pass the error back to emacsclient and
6796 close the connection (bug#8942).
6797
6798 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
6799
6800 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
6801 insecure exception for current topic. Also note that auto-saves
6802 are handled differently.
6803
6804 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
6805 State variables for tracking auto-save inhibition situation.
6806
6807 (allout-write-contents-hook-handler): Rename from
6808 'allout-write-file-hook-handler', and describe how it depends on
6809 write-contents-functions sensitivity to non-nil value to prevent
6810 file write.
6811
6812 (allout-auto-save-hook-handler): Remove. auto-save does not check
6813 this in individual buffers, only in the starting buffer, so this
6814 is not the right way for us to inhibit auto-save in a buffer
6815 according to its condition.
6816
6817 (allout-mode): Use new allout-write-contents-hook-handler, and
6818 only with write-contents-functions. Remove auto-save provisions -
6819 they're implemented elsewhere.
6820
6821 (allout-before-change-handler): If undo is in progress, note that
6822 for attention of allout-post-command-business.
6823
6824 (allout-post-command-business): If the command we're following was
6825 an undo, check for change in the status of encrypted items and
6826 adjust auto-save inhibitions accordingly.
6827
6828 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
6829 according to whether there are or aren't any plain-text topics
6830 pending encryption.
6831
6832 (allout-inhibit-auto-save-info-for-decryption):
6833 Adjust buffer-saved-size and some allout state to inhibit auto-saves
6834 if there are plain-text topics pending encryption.
6835
6836 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
6837 buffer-saved-size and some allout state to not inhibit auto-saves
6838 if there are no longer any plain-text topics pending encryption.
6839
6840 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
6841 No longer provide for exemption of the current topic.
6842
6843 2011-07-04 Juri Linkov <juri@jurta.org>
6844
6845 Add 7z operations to delete and save changed members (bug#8968).
6846 * arc-mode.el (archive-7z-expunge, archive-7z-update):
6847 New defcustoms.
6848 (archive-7z-write-file-member): New function.
6849 (archive-7z-summarize): Fix the number of dashes in the
6850 listing output.
6851
6852 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6853
6854 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
6855 (bug#8958).
6856
6857 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * bindings.el: Ignore next-buffer and previous-buffer in
6860 minibuffer-local-map.
6861
6862 * font-lock.el (font-lock-builtin-face): Change light background
6863 color to dark slate blue (Bug#6693).
6864
6865 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6866
6867 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
6868
6869 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
6872 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6873 Add switch-to-buffer.
6874
6875 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6876
6877 * isearch.el (isearch-search-fun-function): Clarify further the
6878 meaning of the function returned.
6879
6880 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
6881
6882 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
6883
6884 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
6885 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
6886 Use it.
6887 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
6888 `tramp-default-remote-path' does not exist.
6889 (tramp-send-command-and-read): New optional argument NOERROR.
6890 (tramp-open-connection-setup-interactive-shell)
6891 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
6892 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
6893 (tramp-process-sentinel): Flush also process' connection property.
6894 (tramp-sh-handle-start-file-process): Do not set process
6895 sentinel. It is done now ...
6896 (tramp-maybe-open-connection): ... here. (Bug#8929)
6897
6898 2011-07-04 MON KEY <monkey@sandpframing.com>
6899
6900 * play/animate.el (animate-string): Doc fixes and allow changing
6901 the buffer name (bug#5417).
6902
6903 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6904
6905 * play/animate.el (animation-buffer-name): Rename from *animate*.
6906
6907 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
6908
6909 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
6910 This is simpler and helps future-proof the code.
6911 (timer-until): Use time-subtract and float-time.
6912 (timer--time-less-p): Use time-less-p.
6913
6914 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
6915
6916 * type-break.el (timep): Use the value of `float-time' to avoid a
6917 byte-compiler warning.
6918
6919 * server.el (server-eval-and-print): Return any result, even nil.
6920
6921 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
6922
6923 * type-break.el: Accept time formats that the builtins accept.
6924 (timep, type-break-time-difference): Accept any format that
6925 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
6926 This is simpler and helps future-proof the code.
6927 (type-break-time-difference): Round rather than ignoring
6928 subseconds components.
6929
6930 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6931
6932 * info.el (Info-apropos-matches): Make non-interactive, since it
6933 doesn't seem to do anything useful as a command (bug#8829).
6934
6935 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
6936
6937 * frame.el (frame-background-mode, frame-set-background-mode):
6938 Move from faces.el.
6939 (frame-default-terminal-background): New function.
6940
6941 * custom.el (custom-push-theme): Don't record faces in `changed'
6942 theme; this doesn't work correctly for per-frame face settings.
6943 (disable-theme): Use face-set-after-frame-default to reset faces.
6944 (custom--frame-color-default): New function.
6945
6946 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6947
6948 * dired.el (dired-flagging-regexp): Remove unused variable
6949 (bug#8769).
6950
6951 2011-03-29 Kevin Ryde <user42@zip.com.au>
6952
6953 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6954 `perl-Test2' extend to match possible "fail #N" rep count
6955 (bug#8377).
6956
6957 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6958
6959 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
6960 `smtpmail-via-smtp' now returns the error instead of nil.
6961
6962 * isearch.el (isearch-search-fun-function): Clarify the doc string
6963 (bug#8101).
6964
6965 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
6966
6967 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
6968 unnecessary spaces (bug#8987).
6969
6970 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6971
6972 * net/network-stream.el (open-network-stream): Use the
6973 :end-of-capability command thoughout.
6974
6975 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6976
6977 * net/network-stream.el (open-network-stream): Add the
6978 :end-of-capability command parameter, used by pop3.el.
6979
6980 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6981
6982 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
6983
6984 * fringe.el (fringe-query-style): Remove redundant text " (type ?
6985 for list)" (bug#6475).
6986
6987 * files.el (file-expand-wildcards): Ignore non-readable
6988 sub-directories while trying to find matches instead of signaling
6989 an error (bug#6297).
6990
6991 * man.el (Man-reference-regexp): Allow matching possible
6992 word-wrapped references (bug#6289).
6993
6994 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
6995 for consistency with the other vc buffers (bug#6197).
6996 (vc-checkin): Ditto.
6997
6998 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
6999
7000 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
7001
7002 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7003
7004 * custom.el (defcustom): Clarify that :set is only used in the
7005 Customize user interface (bug#6089).
7006
7007 * progmodes/flymake.el (flymake-mode): If the buffer isn't
7008 associated with a file, refuse to run instead of erroring out
7009 (bug#6084).
7010
7011 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
7012 the doc string, since it appears that using `fill-column' always
7013 controls the width (bug#7845).
7014
7015 * simple.el (shell-command-on-region): Say where the error output
7016 went if `shell-command-default-error-buffer' is set (bug#6857).
7017
7018 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
7019
7020 * allout.el (allout-yank-processing): Adjust cursor position for
7021 backwards-deleted space.
7022
7023 (allout-rebullet-heading): Register changes with
7024 allout-exposure-changed-hook, so the modified topic is properly
7025 decorated.
7026
7027 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7028
7029 * minibuffer.el (completion-in-region): Document PREDICATE
7030 (bug#7136).
7031
7032 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
7033 of keyword/argument pairs (bug#6904).
7034
7035 * replace.el (multi-occur):
7036 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
7037
7038 2011-07-02 Drew Adams <drew.adams@oracle.com>
7039
7040 * dired.el (dired-mark-if): Make the message about whether it's
7041 marking or unmarking clearer (bug#8523).
7042
7043 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7044
7045 * disp-table.el (display-table-print-array): New function.
7046 (describe-display-table): Use it to print the vectors more pretty
7047 (Bug#8859).
7048
7049 2011-07-02 Martin Rudalics <rudalics@gmx.at>
7050
7051 * window.el (window-state-get-1): Don't assign clone numbers.
7052 Add clone-of item to list of window parameters.
7053 (window-state-put-2): Don't process clone numbers.
7054 (display-buffer-alist): Fix doc-string.
7055
7056 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * subr.el (remq): Don't allocate if it's not needed.
7059 (keymap--menu-item-binding, keymap--menu-item-with-binding)
7060 (keymap--merge-bindings): New functions.
7061 (keymap-canonicalize): Use them to refine the canonicalization.
7062 * minibuffer.el (minibuffer-local-completion-map)
7063 (minibuffer-local-must-match-map): Move initialization from C.
7064 (minibuffer-local-filename-completion-map): Move initialization from C;
7065 don't inherit from anything here.
7066 (minibuffer-local-filename-must-match-map): Make obsolete.
7067 (completing-read-default): Use make-composed-keymap to combine
7068 minibuffer-local-filename-completion-map with either
7069 minibuffer-local-must-match-map or
7070 minibuffer-local-filename-completion-map.
7071
7072 2011-07-01 Glenn Morris <rgm@gnu.org>
7073
7074 * type-break.el (type-break-time-sum): Use dolist.
7075
7076 * textmodes/flyspell.el (flyspell-word-search-backward):
7077 Replace CL function.
7078
7079 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * mouse.el (mouse--strip-first-event): New function.
7082 (function-key-map): Use it to map fringe clicks to normal clicks
7083 by default.
7084
7085 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
7086 (vc-bzr-revision-completion-table): Add support for annotate and date.
7087
7088 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
7089 inherit from parent.
7090
7091 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7092
7093 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
7094 (dired-show-file-type): Doc fixup (bug#8818).
7095
7096 * dired.el (dired-mode): Fix up the doc string as suggested by
7097 Drew Adams (bug#8817).
7098
7099 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
7100 cookie, since the manual says that it should be possible to add
7101 this function to `find-file-hook' (bug#8709).
7102
7103 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7104
7105 * progmodes/cfengine.el: Moved all cfengine3.el functionality
7106 here. Noted Ted Zlatanov as the maintainer.
7107 (cfengine-common-settings, cfengine-common-syntax): New functions
7108 to set up common things between `cfengine-mode' and
7109 `cfengine3-mode'.
7110 (cfengine3-mode): New mode.
7111 (cfengine3-defuns cfengine3-defuns-regex
7112 (cfengine3-class-selector-regex cfengine3-category-regex)
7113 (cfengine3-vartypes cfengine3-font-lock-keywords)
7114 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
7115 (cfengine3-indent-line): Add from cfengine3.el.
7116
7117 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
7118
7119 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
7120
7121 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
7122
7123 2011-07-01 Martin Rudalics <rudalics@gmx.at>
7124
7125 * window.el (same-window-buffer-names, same-window-regexps)
7126 (same-window-p, special-display-frame-alist)
7127 (special-display-popup-frame, special-display-function)
7128 (special-display-buffer-names, special-display-regexps)
7129 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
7130 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
7131 (split-window-preferred-function, split-height-threshold)
7132 (split-width-threshold, even-window-heights)
7133 (display-buffer-mark-dedicated, window-splittable-p)
7134 (split-window-sensibly, window-safely-shrinkable-p):
7135 Un-obsolete.
7136 (display-buffer): Don't spread args with function specifier
7137 because special-display-popup-frame won't like it.
7138
7139 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
7140
7141 Time-stamp simplifications and fixes.
7142 These improve accuracy slightly, and future-proof the code
7143 against some potential changes to current-time format.
7144
7145 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
7146 by using time-since and float-time.
7147
7148 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
7149 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
7150 + NNN microseconds".
7151
7152 * type-break.el (type-break-time-sum): Rewrite using time-add.
7153
7154 * play/hanoi.el (hanoi-current-time-float): Remove.
7155 All uses replaced by float-time.
7156
7157 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
7158 This yields a more-accurate answer.
7159 (rng-time-to-float): Remove; no longer needed.
7160
7161 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
7162
7163 * calendar/timeclock.el (timeclock-seconds-to-time):
7164 Defalias to seconds-to-time, since they're the same thing.
7165
7166 * emacs-lisp/elp.el (elp-elapsed-time):
7167 * emacs-lisp/benchmark.el (benchmark-elapse):
7168 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
7169
7170 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * window.el (bury-buffer): Don't iconify the only frame.
7173 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
7174 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
7175
7176 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * eshell/em-smart.el (eshell-smart-display-navigate-list):
7179 Add mouse-yank-primary.
7180
7181 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
7182
7183 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
7184
7185 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * emacs-lisp/find-func.el (find-library--load-name): New fun.
7188 (find-library-name): Use it to find relative load names when provided
7189 absolute file name (bug#8803).
7190
7191 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7192
7193 * textmodes/flyspell.el (flyspell-word): Consider words that
7194 differ only in case as potential doublons (bug#5687).
7195
7196 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
7197 Remove two rather uninteresting debugging-like messages to make
7198 debbugs.el more silent.
7199
7200 * comint.el (comint-password-prompt-regexp): Accept "Response" as
7201 a password-like phrase.
7202
7203 2011-06-30 Masatake YAMATO <yamato@redhat.com>
7204
7205 * progmodes/cc-guess.el: New file.
7206
7207 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
7208
7209 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
7210 derived from `c-basic-common-init'.
7211
7212 * progmodes/cc-mode.el (top-level): Require cc-guess.
7213 (c-basic-common-init): Use `cc-choose-style-for-mode'.
7214
7215 2011-06-30 Lawrence Mitchell <wence@gmx.li>
7216
7217 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
7218
7219 2011-06-30 Alan Mackenzie <acm@muc.de>
7220
7221 * progmodes/cc-engine.el (c-guess-continued-construct):
7222 Correct the handling of template-args-cont, particularly for when font
7223 lock is disabled. Name this case as "CASE G".
7224
7225 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
7226
7227 * allout.el (allout-yank-processing): Fix injection of extra space
7228 between bullet and non-whitespace character in first topic when
7229 pasting, ensuring that the actual spacing in the pasted topic
7230 following the bullet char is preserved. This extra space was
7231 causing pasted encrypted topics to get a decrypted status even
7232 when the content was actually still encrypted. Now the decryption
7233 status from before the paste is preserved.
7234
7235 (allout-flag-region): Set all allout overlays so they evaporate
7236 when reduced to zero length (evanescent), to prevent overlay
7237 leakage.
7238
7239 2011-06-30 Glenn Morris <rgm@gnu.org>
7240
7241 * w32-fns.el (w32-charset-info-alist): Declare.
7242
7243 * find-dired.el (find-grep-options): Simplify.
7244
7245 * term/ns-win.el (ns-set-resource): Declare.
7246
7247 * ses.el (row, col): Declare dynamic variables honestly.
7248
7249 * textmodes/reftex-parse.el (index-tags): Declare.
7250
7251 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * cus-edit.el (customize-push-and-save): New function.
7254
7255 * files.el (hack-local-variables-confirm): Use it.
7256
7257 * custom.el (load-theme): New arg NO-CONFIRM.
7258 Use customize-push-and-save (Bug#8720).
7259 (custom-enabled-themes): Doc fix.
7260
7261 * cus-theme.el (customize-create-theme)
7262 (custom-theme-merge-theme): Callers to load-theme changed.
7263
7264 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7265
7266 * thingatpt.el (thing-at-point-short-url-regexp): Require that
7267 short URLs have at least one dot in them (bug #7614).
7268
7269 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
7270 nil, because using a pty is apparently too slow (bug #895).
7271
7272 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7273
7274 * mail/sendmail.el (sendmail-query-once): New function.
7275 (sendmail-query-once-function): New variable.
7276
7277 2011-06-29 Glenn Morris <rgm@gnu.org>
7278
7279 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
7280
7281 * ses.el (top-level): Require cl when compiling.
7282 (ses-set-localvars): Fix error statement.
7283 Call it at compile time to silence a storm of warnings.
7284
7285 2011-06-29 Martin Rudalics <rudalics@gmx.at>
7286
7287 * window.el (normalize-live-buffer): Rename to
7288 window-normalize-buffer.
7289 (normalize-live-frame): Rename to window-normalize-frame.
7290 (normalize-any-window): Rename to window-normalize-any-window.
7291 (normalize-live-window): Rename to window-normalize-live-window.
7292 (make-window-atom): Rename to window-make-atom.
7293 (window-resize-reset): Rename to window--resize-reset.
7294 (window-resize-reset-1): Rename to window--resize-reset-1.
7295 (resize-mini-window): Rename to window--resize-mini-window.
7296 (resize-subwindows-skip-p): Rename to
7297 window--resize-subwindows-skip-p.
7298 (resize-subwindows-normal): Rename to
7299 window--resize-subwindows-normal.
7300 (resize-subwindows): Rename to window--resize-subwindows.
7301 (resize-other-windows): Rename to window--resize-siblings.
7302 (resize-this-window): Rename to window--resize-this-window.
7303 (resize-root-window): Rename to window--resize-root-window.
7304 (resize-root-window-vertically): Rename to
7305 window--resize-root-window-vertically.
7306 (normalize-buffer-to-display): Rename to
7307 window-normalize-buffer-to-display.
7308 (normalize-buffer-to-switch-to): Rename to
7309 window-normalize-buffer-to-switch-to.
7310 Correspondingly update all callers of the functions listed
7311 above.
7312 (display-buffer-alist, display-buffer-normalize-arguments)
7313 (display-buffer-normalize-options, display-buffer)
7314 (display-buffer-alist-set): Use "function" instead of
7315 "fun-with-args".
7316
7317 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
7318
7319 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
7320 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
7321 debbugs.gnu.org. Mention acknowledgment email.
7322
7323 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7324
7325 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
7326 buffer multibyteness, since it shouldn't matter.
7327
7328 2011-06-28 Martin Rudalics <rudalics@gmx.at>
7329
7330 * window.el (display-buffer-in-side-window): Handle dedicated
7331 windows as in display-buffer-reuse-window.
7332 (display-buffer-normalize-alist): Use value of override
7333 specifier.
7334 (display-buffer-normalize-specifiers): Use value of
7335 other-window-means-other-frame specifier.
7336 (display-buffer-alist): Rewrite some texts in widgets.
7337 (display-buffer): Spread arguments when calling function
7338 specified by fun-with-args.
7339
7340 2011-06-28 Deniz Dogan <deniz@dogan.se>
7341
7342 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7343 Unnest `let'.
7344
7345 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
7346 selectors (Bug#5732).
7347 (css-proprietary-nmstart-re): Use `regexp-opt'.
7348
7349 2011-06-27 Jari Aalto <jari.aalto@cante.net>
7350
7351 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
7352 (eshell-ls-date-format): New defcustom.
7353 (eshell-ls-file): Use it.
7354
7355 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * help-fns.el (describe-variable): Fix message for terminal-local vars.
7358
7359 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
7360
7361 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
7362 (ange-ftp-make-tmp-name): New arg.
7363 (ange-ftp-file-local-copy): Use it.
7364
7365 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
7366
7367 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
7368 no-conversion (Bug#8870).
7369
7370 2011-06-27 Martin Rudalics <rudalics@gmx.at>
7371
7372 * window.el (window-right, window-left, window-child)
7373 (window-child-count, window-last-child)
7374 (window-iso-combination-p, walk-window-tree-1)
7375 (window-atom-check-1, window-tree-1, delete-window)
7376 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
7377 new naming conventions - window-vchild, window-hchild,
7378 window-next and window-prev are now called window-top-child,
7379 window-left-child, window-next-sibling and window-prev-sibling
7380 respectively.
7381 (resize-window-reset): Rename to window-resize-reset.
7382 (resize-window-reset-1): Rename to window-resize-reset-1.
7383 (resize-window): Rename to window-resize.
7384 (window-min-height, window-min-width)
7385 (resize-mini-window, resize-this-window, resize-root-window)
7386 (resize-root-window-vertically, adjust-window-trailing-edge)
7387 (enlarge-window, shrink-window, maximize-window)
7388 (minimize-window, delete-window, quit-restore-window)
7389 (split-window, balance-windows, balance-windows-area-adjust)
7390 (balance-windows-area, window-state-put-2)
7391 (display-buffer-even-window-sizes, display-buffer-set-height)
7392 (display-buffer-set-width, set-window-text-height)
7393 (fit-window-to-buffer): Rename all "resize-window" prefixed
7394 calls to use the "window-resize" prefix convention.
7395 (display-buffer-alist): Fix symbol for label specifier.
7396 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
7397 corresponding specifier.
7398 Reported by Juanma Barranquero <lekktu@gmail.com>.
7399
7400 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7401
7402 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
7403 convention.
7404 (ses-call-printer): Does not pass an empty string to formatter when the
7405 cell is empty to keep from barking printer Calc math-format-value.
7406
7407 2011-06-27 Richard Stallman <rms@gnu.org>
7408
7409 * battery.el (battery-mode-line-limit): New variable.
7410 (battery-update): Handle it.
7411
7412 * mail/rmailmm.el (rmail-mime-process-multipart):
7413 Handle truncated messages.
7414
7415 2011-06-27 Glenn Morris <rgm@gnu.org>
7416
7417 * progmodes/flymake.el (flymake-err-line-patterns):
7418 Allow for column numbers in the ant/javac pattern. (Bug#8866)
7419
7420 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
7421
7422 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
7423 (ses--clean-!, ses--clean-_): New functions.
7424 (ses-range): Add configurability of readout order, and conversion
7425 to Calc vector.
7426
7427 * ses.el (ses-repair-cell-reference-all): New function.
7428 (ses-cell-symbol): Set macro as safe, so that it can be used in
7429 formulas.
7430
7431 * ses.el: Update cycle detection algorithm.
7432 (ses-localvars): Add ses--Dijkstra-attempt-nb and
7433 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
7434 (ses-set-localvars): New function.
7435 (ses-make-cell): Add property-list as a cell element.
7436 (ses-cell-property-get-fun, ses-cell-property-get)
7437 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
7438 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
7439 New functions.
7440 (ses-cell-property-set, ses-cell-property-pop)
7441 (ses-cell-property-get-handle): New macro.
7442 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
7443 New aliases, used for code readability.
7444 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
7445 cycle detection.
7446 (ses-self-reference-early-detection): New defcustom.
7447 (ses-formula-references): Robustify against self-referring cells.
7448 (ses-mode): Use ses-set-localvars.
7449 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
7450 before lauching the update processing.
7451 (ses-initialize-Dijkstra-attempt): New function.
7452 (ses-recalculate-cell): Update for cycle detection based on
7453 Dijkstra algorithm.
7454
7455 * ses.el: Fix commenting and indenting convention.
7456
7457 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * bs.el (bs-cycle-next): Complete last change.
7460
7461 2011-06-27 Drew Adams <drew.adams@oracle.com>
7462
7463 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
7464
7465 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7466
7467 * net/network-stream.el (network-stream-open-starttls):
7468 Don't re-get capabilities unless we've reestablished connection.
7469 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
7470
7471 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
7472 to binary to possibly avoid line encoding issues on Windows (among
7473 other things).
7474
7475 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7476
7477 * net/network-stream.el (open-network-stream): Return an :error
7478 saying what the problem was, if possible.
7479
7480 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
7481 server.
7482
7483 * net/network-stream.el (network-stream-open-starttls): If we
7484 wanted to use STARTTLS, and the server offered it, but we weren't
7485 able to because we had no STARTTLS support, then close the connection.
7486 (open-network-stream): Return an :error element, if present.
7487
7488 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
7489
7490 * hl-line.el (hl-line-sticky-flag): Doc fix.
7491 (global-hl-line-sticky-flag): New option (Bug#8323).
7492 (global-hl-line-highlight): Obey it.
7493
7494 * vc/vc.el (vc-revert-show-diff): Default to t.
7495
7496 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
7497
7498 * allout-widgets.el (allout-widgets-post-command-business):
7499 Stop decorating intermediate isearch matches. They're not being
7500 undecorated when an isearch is continued past, and isearch
7501 automatically collapses them. This leads to "widget leaks", where
7502 decorated items accumulate in collapsed areas. Lines with lots of
7503 hidden widgets can slow down cursor travel, substantially.
7504 Too much complicated machinery would be needed to ensure undecoration,
7505 so we're doing without this nicety.
7506
7507 (allout-widgets-tally-string): Don't try to do a hash-table-count
7508 of allout-widgets-tally when it's nil. This eliminates spurious "Error
7509 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
7510 *Messages* when allout-widgets-maintain-tally is t.
7511
7512 2011-06-26 Martin Rudalics <rudalics@gmx.at>
7513
7514 * window.el (display-buffer-normalize-argument): Rename to
7515 display-buffer-normalize-arguments. Handle special meaning of
7516 LABEL argument. Respect special-display-function when popping up
7517 a new frame. Fix code searching for a window showing the buffer
7518 on another frame.
7519 (display-buffer-normalize-specifiers):
7520 Call display-buffer-normalize-arguments.
7521 (display-buffer-in-window): Don't undedicate the window if its
7522 buffer remains the same.
7523 Reported by Drew Adams <drew.adams@oracle.com>.
7524 (display-buffer-alist): Add choice for same-window macro
7525 specfier.
7526 (display-buffer): Mention special meaning of LABEL argument in
7527 doc-string. Fix quoting. Don't pop up a new frame even as
7528 fallback.
7529
7530 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
7531
7532 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
7533 avoid deleting the current window in some cases (bug#8911).
7534
7535 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
7536
7537 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
7538 (Bug#8934)
7539
7540 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7541
7542 * net/network-stream.el (network-stream-open-starttls):
7543 Use built-in TLS support if `gnutls-available-p' is true.
7544 (network-stream-open-tls): Ditto.
7545
7546 2011-06-26 Leo Liu <sdl.web@gmail.com>
7547
7548 * register.el (registerv): New struct.
7549 (registerv-make): New function.
7550 (jump-to-register, describe-register-1, insert-register):
7551 Support the jump-func, print-func and insert-func slot of a registerv
7552 struct. (Bug#8415)
7553
7554 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
7555
7556 * vc/vc.el (vc-revert-show-diff): New defcustom.
7557 (vc-diff-internal): New arg specifying diff buffer.
7558 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
7559 reuse an existing *vc-diff* buffer (Bug#8927).
7560
7561 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
7562
7563 2011-06-26 Glenn Morris <rgm@gnu.org>
7564
7565 * progmodes/f90.el (f90-critical-indent): New option.
7566 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
7567 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
7568 (f90-mode): Doc fix.
7569 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
7570 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
7571 (f90-beginning-of-block, f90-next-block, f90-indent-region)
7572 (f90-match-end): Handle block, critical.
7573
7574 2011-06-25 Glenn Morris <rgm@gnu.org>
7575
7576 * calendar/diary-lib.el (diary-included-files): Doc fix.
7577 (diary-include-files): New function, extracted from
7578 diary-include-other-diary-files and diary-mark-included-diary-files.
7579 (diary-include-other-diary-files, diary-mark-included-diary-files):
7580 Just call diary-include-files.
7581 (diary-mark-entries): Reset diary-included-files on first call.
7582
7583 * calendar/diary-lib.el (diary-mark-entries)
7584 (diary-mark-included-diary-files):
7585 Visit included diary-files in temp buffers.
7586
7587 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
7588 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
7589 (f90-start-block-re, f90-imenu-generic-expression)
7590 (f90-looking-at-program-block-start, f90-no-block-limit):
7591 Add support for submodules.
7592
7593 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7594 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
7595
7596 2011-06-25 Eli Zaretskii <eliz@gnu.org>
7597
7598 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
7599 buffer-file-type before setting its value, to avoid disastrous
7600 global effects on decoding files for DOS/Windows systems. (Bug#8780)
7601
7602 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
7603
7604 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
7605
7606 * ses.el (ses-unload-function):
7607 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
7608
7609 * proced.el (proced-unload-function):
7610 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
7611
7612 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
7613
7614 * server.el (server-create-window-system-frame): Add parameters arg.
7615 (server-process-filter): Doc fix. Handle frame-parameters.
7616
7617 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
7618
7619 Fix bug#8730, bug#8781.
7620
7621 * loadhist.el (unload--set-major-mode): New function.
7622 (unload-feature): Use it.
7623
7624 * progmodes/python.el (python-after-info-look): Add autoload cookie.
7625 (python-unload-function): New function.
7626
7627 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
7630
7631 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
7632
7633 * net/browse-url.el (browse-url-firefox-program): Add icecat to
7634 the candidates list.
7635
7636 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
7637
7638 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
7639
7640 2011-06-23 Richard Stallman <rms@gnu.org>
7641
7642 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
7643 (rmail-variables): Set next-error-move-function.
7644 (rmail-what-message): Take argument POS.
7645 (rmail-next-error-move): New function.
7646
7647 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
7650 messages for adjacent non-terminals.
7651
7652 2011-06-23 Richard Stallman <rms@gnu.org>
7653
7654 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
7655 (rmail-show-message-1): Preserve buffer modified flag.
7656 (rmail-start-mail): Don't specify use of rmail-mail-return;
7657 that's done by mail-bury now.
7658 (rmail-mail-return): Handle arg NEWBUF.
7659
7660 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
7661
7662 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
7663 SIZE is a number.
7664
7665 2011-06-23 Martin Rudalics <rudalics@gmx.at>
7666
7667 * window.el (get-lru-window, get-mru-window)
7668 (get-largest-window): Never return a minibuffer window.
7669 (display-buffer-pop-up-window): Fix a bug that could lead to
7670 reusing the minibuffer window.
7671 (display-buffer): Pass original specifier argument to
7672 display-buffer-function instead of the normalized one.
7673 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
7674
7675 2011-06-22 Leo Liu <sdl.web@gmail.com>
7676
7677 * minibuffer.el (completing-read-function)
7678 (completing-read-default): Move from minibuf.c
7679
7680 2011-06-22 Richard Stallman <rms@gnu.org>
7681
7682 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
7683 to Rmail even if not started by a special Rmail command.
7684
7685 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
7686 Copy the buffer currently showing just one message.
7687
7688 2011-06-22 Roland Winkler <winkler@gnu.org>
7689
7690 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
7691 (bibtex-clean-entry): First delete the old key so that a
7692 customized algorithm for generating the new key does not get
7693 confused by the old key.
7694 (bibtex-url): Obey regexp of first step.
7695 (bibtex-search-entries): Do not use add-to-list with local
7696 list-var.
7697
7698 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7699
7700 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
7701 stored a user name, then query for the password first, instead of
7702 waiting for SMTP to give an error message and the trying again.
7703
7704 2011-06-22 Lawrence Mitchell <wence@gmx.li>
7705
7706 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
7707 BUFFER in call-process.
7708
7709 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7710
7711 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
7712 QUIT twice.
7713 (smtpmail-try-auth-methods): Require user name and password from
7714 auth-source.
7715
7716 2011-06-22 Martin Rudalics <rudalics@gmx.at>
7717
7718 * window.el (display-buffer-default-specifiers)
7719 (display-buffer-alist): Remove entries for pop-up-frame-alist.
7720 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7721 (split-window): Normalize SIDE argument (Bug#8916).
7722
7723 * frame.el (pop-up-frame-alist, pop-up-frame-function)
7724 (special-display-frame-alist, special-display-popup-frame):
7725 Remove duplicate declarations. These are now in window.el.
7726
7727 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7728
7729 * mail/smtpmail.el (smtpmail-via-smtp):
7730 Set :use-starttls-if-possible so that we always use STARTTLS if the
7731 server supports it. SMTP servers that support STARTTLS commonly
7732 require it.
7733
7734 * net/network-stream.el (network-stream-open-starttls): Support
7735 upgrading to STARTTLS always, even if we don't have built-in support.
7736 (open-network-stream): Add the :always-query-capabilities keyword.
7737
7738 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
7739 upgrades with `open-network-stream', and rely solely on
7740 auth-source for all credentials. Big changes throughout the file,
7741 but in particular:
7742 (smtpmail-auth-credentials): Remove.
7743 (smtpmail-starttls-credentials): Remove.
7744 (smtpmail-via-smtp): Check for servers saying they want AUTH after
7745 MAIL FROM, too.
7746
7747 * net/network-stream.el (network-stream-open-starttls):
7748 Provide support for client certificates both for external and built-in
7749 STARTTLS.
7750 (auth-source): Require.
7751 (open-network-stream): Document the :client-certificate keyword.
7752 (network-stream-certificate): Change cert-cert to cert and
7753 cert-key to key.
7754
7755 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
7756
7757 * net/tramp-cache.el (top): Don't load the persistency file when
7758 "emacs -Q" has been called.
7759
7760 2011-06-21 Tim Harper <timcharper@gmail.com>
7761
7762 * term/ns-win.el (ns-initialize-window-system):
7763 Set application-specific `ApplePressAndHoldEnabled' system
7764 resource to NO as it is not yet supported by the NS port.
7765
7766 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
7767
7768 * misc.el (list-dynamic-libraries--refresh): Compute header here...
7769 (list-dynamic-libraries): ...not here.
7770
7771 2011-06-21 Leo Liu <sdl.web@gmail.com>
7772
7773 * subr.el (sha1): Implement sha1 using secure-hash.
7774
7775 2011-06-21 Martin Rudalics <rudalics@gmx.at>
7776
7777 * window.el (display-buffer-alist): In default value do not
7778 enforce searching a window on any but the selected frame.
7779 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7780 (display-buffer-select-window): Remove function.
7781 (display-buffer-in-window): When a window on another frame gets
7782 reused, do not select it any more but just raise its frame if
7783 necessary (Bug#8851) and (Bug#8856).
7784 (display-buffer-normalize-options): Handle pop-up-frames related
7785 options more faithfully.
7786 (pop-to-buffer): Don't rely on `display-buffer' selecting the
7787 window if it is on another frame.
7788 (display-buffer-alist, display-buffer-default-specifiers):
7789 Don't make new frame unsplittable by default.
7790 (display-buffer-normalize-argument): Fix doc-string typo and use
7791 'same-frame-other-window instead of 'other-window when associating
7792 with display-buffer-macro-specifiers.
7793
7794 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
7795
7796 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
7797 New functions.
7798 (5x5-mode-map, 5x5-mode-menu): Bind them.
7799 (5x5-draw-grid): Tweak the solver's rendering.
7800
7801 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
7804 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
7805
7806 2011-06-21 Drew Adams <drew.adams@oracle.com>
7807
7808 * menu-bar.el: Use function variable instead of switch-to-buffer.
7809 (menu-bar-select-buffer-function): New variable.
7810 (menu-bar-update-buffers): Use it (bug#8876).
7811
7812 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
7815 variable's status.
7816
7817 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
7818
7819 * x-dnd.el (x-dnd-version-from-flags)
7820 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
7821 and long as number (Bug#8899).
7822 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
7823
7824 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
7827 (completion-try-completion, completion-all-completions): Compute the
7828 metadata argument if it's missing; make it optional (bug#8795).
7829
7830 * wid-edit.el: Use lex-bind and move towards completion-at-point.
7831 (widget-complete): Use new :completion-function property.
7832 (widget-completions-at-point): New function.
7833 (default): Use :completion-function instead of :complete.
7834 (widget-default-completions): Rename from widget-default-complete;
7835 Rewrite.
7836 (widget-string-complete, widget-file-complete, widget-color-complete):
7837 Remove functions.
7838 (file, symbol, function, variable, coding-system, color):
7839 * international/mule-cmds.el (default-input-method, charset)
7840 (language-info-custom-alist):
7841 * cus-edit.el (face): Use new property :completions.
7842
7843 * progmodes/pascal.el (pascal-completions-at-point): New function.
7844 (pascal-mode): Use it.
7845 (pascal-mode-map): Use completion-at-point.
7846 (pascal-toggle-completions): Make obsolete.
7847 (pascal-complete-word, pascal-show-completions):
7848 * progmodes/octave-mod.el (octave-complete-symbol):
7849 Redefine as obsolete alias.
7850 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
7851 Signal absence of completion info for old Octave,
7852 (inferior-octave-complete): Redefine as obsolete alias.
7853 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
7854 (meta-completions-at-point): Rename from meta-complete-symbol and
7855 adapt it for use on completion-at-point-functions.
7856 (meta-common-mode): Use it.
7857 (meta-looking-at-backward, meta-match-buffer): Remove.
7858 (meta-complete-symbol): Redefine as obsolete alias.
7859 (meta-common-mode-map): Use completion-at-point.
7860 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
7861 (makefile-mode-map): Use completion-at-point.
7862 (makefile-completions-at-point): Rename from makefile-complete and
7863 adapt it for use on completion-at-point-functions.
7864 (makefile-mode): Use it.
7865 (makefile-complete): Redefine as obsolete alias.
7866
7867 2011-06-20 Deniz Dogan <deniz@dogan.se>
7868
7869 * net/rcirc.el: Delete trailing whitespaces once and for all.
7870
7871 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
7872
7873 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
7874
7875 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
7876
7877 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
7878
7879 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
7880
7881 2011-06-19 Martin Rudalics <rudalics@gmx.at>
7882
7883 * window.el (display-buffer-other-window-means-other-frame):
7884 Call display-buffer-normalize-alist.
7885 (display-buffer-normalize-specifiers-1): Rename to
7886 display-buffer-normalize-argument. New argument other-frame.
7887 Rewrite.
7888 (display-buffer-normalize-specifiers-2): Rename to
7889 display-buffer-normalize-options.
7890 (display-buffer-normalize-alist-1): New function.
7891 (display-buffer-normalize-specifiers-3): Rename to
7892 display-buffer-normalize-alist.
7893 Call display-buffer-normalize-alist-1.
7894 (display-buffer-normalize-options-inhibit): New variable.
7895 (display-buffer-normalize-specifiers): Rewrite calling
7896 display-buffer-normalize-alist,
7897 display-buffer-normalize-argument, and
7898 display-buffer-normalize-options. Don't call the latter if
7899 display-buffer-normalize-options-inhibit is non-nil.
7900 (frame-auto-delete): New option.
7901 (window-deletable-p): Use frame-auto-delete.
7902 (window-list-no-nils, window-state-ignored-parameters)
7903 (window-state-get-1, window-state-get, window-state-put-list)
7904 (window-state-put-1, window-state-put-2, window-state-put):
7905 New functions.
7906 (display-buffer-normalize-options): Move special-display-p group
7907 after pop-up-frame group (Bug#8851) and (Bug#8856).
7908
7909 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
7910
7911 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
7912 groups (Bug#8776).
7913 (rx-submatch-n): New function.
7914 (rx): Document it.
7915
7916 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
7917 (Bug#8768).
7918
7919 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
7920
7921 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
7922
7923 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
7924 anytime existing face settings are present (Bug#8889).
7925
7926 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
7927 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
7928 Remove unused argument.
7929
7930 2011-06-18 Martin Rudalics <rudalics@gmx.at>
7931
7932 * window.el (display-buffer-default-specifiers):
7933 Remove pop-up-frame. Add pop-up-window-min-height,
7934 pop-up-window-min-width, and another reuse-window specifier
7935 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
7936 (display-buffer-normalize-specifiers-2):
7937 Handle split-height-threshold and split-width-threshold also when
7938 pop-up-windows is unset. Add a reuse-window specifier for the
7939 case popping up a new window fails.
7940 (special-display-popup-frame): Remove double quoting.
7941 (display-buffer-normalize-specifiers-1): Fix thinko.
7942
7943 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * shell.el (shell-completion-vars): Set pcomplete-termination-string
7946 according to comint-completion-addsuffix.
7947
7948 * pcomplete.el: Convert to lexical binding and fix bug#8819.
7949 (pcomplete-suffix-list): Mark as obsolete.
7950 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
7951 pcomplete-seen in the closure.
7952 (pcomplete-comint-setup): Setup completion-at-point as well.
7953 (pcomplete--entries): New function.
7954 (pcomplete--env-regexp): New var.
7955 (pcomplete-entries): Rewrite to work with partial-completion and
7956 without relying on pcomplete-suffix-list.
7957 (pcomplete-pare-list): Remove, unused.
7958
7959 2011-06-17 Martin Rudalics <rudalics@gmx.at>
7960
7961 * window.el (display-buffer-alist): Set pop-up-window-min-height
7962 and pop-up-window-min-width in default value. Reported by
7963 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
7964 other-window-means-other-frame.
7965 (display-buffer-macro-specifiers): Comment out entry for
7966 other-window specifier.
7967 (display-buffer-other-window-means-other-frame): New function.
7968 (display-buffer-normalize-specifiers-1): New arguments
7969 buffer-name and label. Treat other-window case specially.
7970 (display-buffer-normalize-specifiers-2): Treat other-window case
7971 specially.
7972 (display-buffer-normalize-specifiers-3): New function.
7973 (display-buffer-normalize-specifiers):
7974 Call display-buffer-normalize-specifiers-3.
7975
7976 2011-06-17 Martin Rudalics <rudalics@gmx.at>
7977
7978 * window.el (same-window-p): Fix two typos introduced when
7979 adding with-no-warnings.
7980 (display-buffer-normalize-specifiers-1): Don't check
7981 pop-up-frames for 'unset initialization.
7982 (display-buffer-normalize-specifiers-2): Major rewrite using
7983 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
7984 (pop-up-frames, display-buffer-reuse-frames)
7985 (display-buffer-mark-dedicated): Don't initialize to 'unset.
7986 Suggested by David Engster <deng@randomsample.de>.
7987 (even-window-heights): Initialize to 'unset.
7988 (display-buffer-alist-set): Handle new 'unset initializations.
7989 (display-buffer-macro-specifiers): Don't pop up a new frame in the
7990 other window case.
7991
7992 2011-06-16 Martin Rudalics <rudalics@gmx.at>
7993
7994 * window.el (display-buffer-normalize-specifiers-1):
7995 Respect current value of pop-up-frames for most reasonable values of
7996 second argument of display-buffer (Bug#8865).
7997 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
7998 (switch-to-buffer-other-window-same-frame)
7999 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
8000 Adams (Bug#8875).
8001 (display-buffer): Don't check noninteractive when calling
8002 display-buffer-pop-up-frame.
8003 (display-buffer-pop-up-frame): Never pop up a frame in
8004 noninteractive mode (Bug#8857).
8005 (enlarge-window, shrink-window): Don't report an error when the
8006 window can't be resized as requested (Bug#8862).
8007
8008 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
8011
8012 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
8013
8014 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
8015
8016 2011-06-15 Alan Mackenzie <acm@muc.de>
8017
8018 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
8019 for declarators, disable knr checking to speed up for normal files.
8020 2: Refactor, replacing a sequence of nested if forms by a cond form.
8021
8022 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
8023
8024 * net/network-stream.el (open-network-stream): Add the keyword
8025 :always-query-capabilities for the case where you want to force a
8026 `plain' network connection, but the protocol still requires the
8027 capabilitiy command (i.e., SMTP and EHLO).
8028
8029 * subr.el (process-live-p): Rename from `process-alive-p' for
8030 consistency with other `-live-p' functions.
8031
8032 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * window.el (same-window-buffer-names, same-window-regexps)
8035 (special-display-frame-alist, special-display-popup-frame)
8036 (special-display-function, special-display-buffer-names)
8037 (special-display-regexps, pop-up-frame-alist)
8038 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
8039 (pop-up-windows, split-window-preferred-function)
8040 (split-height-threshold, split-width-threshold, even-window-heights)
8041 (display-buffer-mark-dedicated): Don't encourage the use of
8042 display-buffer-alist from Elisp code.
8043
8044 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8045
8046 * progmodes/python.el (python-mode): Derive from prog-mode.
8047 * progmodes/ps-mode.el (ps-mode):
8048 * progmodes/mixal-mode.el (mixal-mode):
8049 * progmodes/cfengine.el (cfengine-mode):
8050 * progmodes/ld-script.el (ld-script-mode): Likewise.
8051
8052 2011-06-15 Martin Rudalics <rudalics@gmx.at>
8053
8054 * window.el (display-buffer-alist): Trim default value to avoid
8055 popping up a new frame (Bug#8857) or reusing an arbitrary window
8056 on another frame.
8057 (display-buffer): Do not fall back on popping up a new frame in
8058 batch mode (Bug#8857).
8059
8060 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
8061
8062 * cus-theme.el (describe-theme-1): Use custom-theme-p.
8063 (custom-theme-summary): New function.
8064 (customize-themes): Use it.
8065
8066 2011-06-13 Glenn Morris <rgm@gnu.org>
8067
8068 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
8069
8070 2011-06-13 Martin Rudalics <rudalics@gmx.at>
8071
8072 * help.el (help-window): Remove variable.
8073 (help-window-point-marker, temp-buffer-max-height)
8074 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
8075 (help-print-return-message): Don't set help-window.
8076 (resize-temp-buffer-window): Rewrite cod eand doc-string.
8077 (help-window-setup-finish): Remove.
8078 (help-window-display-message, help-window-setup)
8079 (with-help-window): Major rewrite based on new
8080 display-buffer-window variable.
8081
8082 * help-mode.el (help-mode-finish): Remove help-window related
8083 code.
8084
8085 * view.el (view-exits-all-viewing-windows): Remove reference to
8086 view-return-to-alist in doc-string.
8087 (view-return-to-alist): Make obsolete.
8088 (view-buffer): Call pop-to-buffer-same-window and remove
8089 undo-window code.
8090 (view-buffer-other-window): Call pop-to-buffer-other-window and
8091 simplify code. Ignore second argument.
8092 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
8093 simplify code. Ignore second argument.
8094 (view-return-to-alist-update): Make obsolete.
8095 (view-mode-enter): Rename second argument to QUIT-RESTORE.
8096 Rewrite using quit-restore window parameters.
8097 (view-mode-exit): Rename second argument to EXIT-ONLY.
8098 Rewrite using quit-restore-window.
8099 (View-exit, View-exit-and-edit, View-leave, View-quit)
8100 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
8101 appropriate arguments.
8102 (view-end-message): Use quit-restore window parameter.
8103
8104 * window.el (display-buffer-function): Rewrite doc-string.
8105 (display-buffer-window, display-buffer-alist): New variables.
8106 (display-buffer-split-specifiers)
8107 (display-buffer-side-specifiers)
8108 (display-buffer-macro-specifiers): New constants.
8109 (display-buffer-even-window-sizes, display-buffer-set-height)
8110 (display-buffer-set-width, display-buffer-select-window)
8111 (display-buffer-in-window, display-buffer-reuse-window)
8112 (display-buffer-split-window-1, display-buffer-split-window)
8113 (display-buffer-split-atom-window, display-buffer-pop-up-window)
8114 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
8115 (display-buffer-in-side-window, normalize-buffer-to-display)
8116 (display-buffer-normalize-specifiers-1)
8117 (display-buffer-normalize-specifiers-2)
8118 (display-buffer-normalize-specifiers, display-buffer-frame):
8119 New functions.
8120 (display-buffer): Major rewrite.
8121 (display-buffer-other-window, display-buffer-other-frame)
8122 (pop-to-buffer, switch-to-buffer-other-window)
8123 (switch-to-buffer-other-frame): Rewrite.
8124 (display-buffer-same-window, display-buffer-same-frame)
8125 (display-buffer-same-frame-other-window)
8126 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
8127 (pop-to-buffer-other-window)
8128 (pop-to-buffer-same-frame-other-window)
8129 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
8130 (switch-to-buffer-other-window-same-frame): New functions.
8131 (same-window-p, special-display-p): Rewrite disabling warnings.
8132 Make obsolete.
8133 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
8134 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
8135 Make obsolete
8136 (same-window-buffer-names, same-window-regexps)
8137 (special-display-frame-alist, special-display-popup-frame)
8138 (special-display-function, special-display-buffer-names)
8139 (special-display-regexps, pop-up-frame-alist)
8140 (pop-up-frame-function, split-window-preferred-function)
8141 (split-height-threshold, split-width-threshold)
8142 (even-window-heights): Make obsolete.
8143
8144 2011-06-12 Glenn Morris <rgm@gnu.org>
8145
8146 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
8147 Misc simplifications.
8148
8149 2011-06-12 Martin Rudalics <rudalics@gmx.at>
8150
8151 * window.el (window-safely-shrinkable-p): Restore function which
8152 was inadvertently removed in change from 2011-06-11. Declare as
8153 obsolete.
8154
8155 * calendar/calendar.el (calendar-generate-window):
8156 Use window-iso-combined-p instead of combination of one-window-p and
8157 window-safely-shrinkable-p.
8158
8159 2011-06-12 Glenn Morris <rgm@gnu.org>
8160
8161 * progmodes/fortran.el (fortran-mode-syntax-table):
8162 * progmodes/f90.el (f90-mode-syntax-table):
8163 Set % to punctuation. (Bug#8820)
8164 (f90-find-tag-default): Remove, no longer needed.
8165
8166 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
8167
8168 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
8169
8170 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
8171
8172 * image.el (image-animated-p): Return animation delay in seconds.
8173 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
8174 (image-animate-timeout): Remove DELAY argument. Don't assume
8175 every subimage has the same delay; get it from image-animated-p.
8176 (image-animate): Caller changed.
8177
8178 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
8179
8180 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
8181 to ignored backtrace functions.
8182
8183 2011-06-11 Glenn Morris <rgm@gnu.org>
8184
8185 * calendar/appt.el (appt-disp-window-function): Doc fix.
8186 (appt-check): Handle overlapping appointments. (Bug#8337)
8187
8188 2011-06-11 Martin Rudalics <rudalics@gmx.at>
8189
8190 * window.el (window-tree-1, window-tree): New functions, moving
8191 the latter to window.el.
8192 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8193 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8194 (bw-refresh-edges): Remove.
8195 (balance-windows-1, balance-windows-2): New functions.
8196 (balance-windows): Rewrite in terms of window tree functions,
8197 balance-windows-1 and balance-windows-2.
8198 (bw-adjust-window): Remove.
8199 (balance-windows-area-adjust): New function with functionality of
8200 bw-adjust-window but using resize-window.
8201 (set-window-text-height): Rewrite doc-string.
8202 Use normalize-live-window and resize-window.
8203 (enlarge-window-horizontally, shrink-window-horizontally):
8204 Rename argument to DELTA.
8205 (window-buffer-height): New function.
8206 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
8207 Rewrite using new window resize routines.
8208 (kill-buffer-and-window, mouse-autoselect-window-select):
8209 Use ignore-errors instead of condition-case.
8210 (quit-window): Call delete-frame instead of delete-windows-on
8211 for the only buffer on frame.
8212
8213 2011-06-10 Martin Rudalics <rudalics@gmx.at>
8214
8215 * loadup.el (top-level): Load window before files for the sake
8216 of replace-buffer-in-windows.
8217
8218 * files.el (read-buffer-to-switch)
8219 (switch-to-buffer-other-window)
8220 (switch-to-buffer-other-frame, display-buffer-other-frame):
8221 Move to window.el.
8222
8223 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
8224 (previous-buffer): Move to window.el.
8225
8226 * bindings.el (unbury-buffer): Move to window.el.
8227
8228 * window.el (delete-other-windows-vertically): Move after
8229 definition of delete-other-windows.
8230 (other-window, delete-windows-on, replace-buffer-in-windows):
8231 Move here from window.c.
8232 (record-window-buffer, unrecord-window-buffer)
8233 (set-window-buffer-start-and-point, switch-to-prev-buffer)
8234 (switch-to-next-buffer): New functions.
8235 (get-next-valid-buffer, last-buffer, next-buffer): Move here
8236 from simple.el. Call switch-to-next-buffer.
8237 (previous-buffer): Move here from simple.el.
8238 Call switch-to-prev-buffer.
8239 (bury-buffer): Move here from buffer.c. Switch to previous
8240 buffer when window cannot be deleted.
8241 (unbury-buffer): Move here from bindings.el.
8242 (ctl-x-map): Move binding for other-window from window.c to
8243 here.
8244 (read-buffer-to-switch, switch-to-buffer-other-window)
8245 (switch-to-buffer-other-frame): Move here from files.el.
8246 (normalize-buffer-to-switch-to): New functions.
8247 (switch-to-buffer): Move here from buffer.c.
8248 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
8249
8250 2011-06-10 Martin Rudalics <rudalics@gmx.at>
8251
8252 * window.el (window-min-height, window-min-width): Move here
8253 from window.c. Add defcustoms and rewrite doc-strings.
8254 (resize-mini-window, resize-window): New functions.
8255 (adjust-window-trailing-edge, enlarge-window, shrink-window):
8256 Move here from window.c.
8257 (maximize-window, minimize-window): New functions.
8258 (delete-window, delete-other-windows, split-window): Move here
8259 from window.c.
8260 (window-split-min-size): New function.
8261 (split-window-keep-point): Mention split-window-above-each-other
8262 instead of split-window-vertically.
8263 (split-window-above-each-other, split-window-vertically):
8264 Rename split-window-vertically to split-window-above-each-other
8265 and provide defalias for old definition.
8266 (split-window-side-by-side, split-window-horizontally):
8267 Rename split-window-horizontally to split-window-side-by-side
8268 and provide defalias for the old definition.
8269 (ctl-x-map): Move bindings for delete-window,
8270 delete-other-windows and enlarge-window here from window.c.
8271 Replace bindings for split-window-vertically and
8272 split-window-horizontally by bindings for
8273 split-window-above-each-other and split-window-side-by-side.
8274
8275 * cus-start.el (all): Remove entries for window-min-height and
8276 window-min-width. Add entries for window-splits and
8277 window-nest.
8278
8279 2011-06-09 Glenn Morris <rgm@gnu.org>
8280
8281 * calendar/appt.el (appt-mode-line): New function.
8282 (appt-check, appt-disp-window): Use it.
8283
8284 * files.el (hack-one-local-variable-eval-safep):
8285 Allow minor-modes with explicit +/-1 arguments.
8286
8287 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
8288
8289 * term/xterm.el (xterm): Add defgroup.
8290 (xterm-extra-capabilities): Add defcustom to supply known xterm
8291 capabilities, skip querying them, or query them (default).
8292 (terminal-init-xterm): Use it.
8293 (terminal-init-xterm-modify-other-keys): New function to set up
8294 modifyOtherKeys support to simplify `terminal-init-xterm'.
8295
8296 2011-06-09 Martin Rudalics <rudalics@gmx.at>
8297
8298 * window.el (resize-window-reset, resize-window-reset-1)
8299 (resize-subwindows-skip-p, resize-subwindows-normal)
8300 (resize-subwindows, resize-other-windows, resize-this-window)
8301 (resize-root-window, resize-root-window-vertically)
8302 (window-deletable-p, window-or-subwindow-p)
8303 (frame-root-window-p): New functions.
8304
8305 2011-06-09 Glenn Morris <rgm@gnu.org>
8306
8307 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
8308 (ange-ftp-get-files): Use it.
8309
8310 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
8311
8312 * mail/sendmail.el (mail-recover-1, mail-recover):
8313 * files.el (recover-file, recover-session):
8314 Handle dired-listing-switches not being just a single short option.
8315
8316 2011-06-09 Glenn Morris <rgm@gnu.org>
8317
8318 * calendar/appt.el (appt-display-message, appt-disp-window):
8319 Handle lists of appointments.
8320
8321 2011-06-08 Martin Rudalics <rudalics@gmx.at>
8322
8323 * window.el (one-window-p): Move down in code.
8324 Rewrite doc-string.
8325 (window-current-scroll-bars): Rewrite doc-string.
8326 Normalize live window argument.
8327 (walk-windows, get-window-with-predicate, count-windows):
8328 Rewrite doc-string. Use window-list-1.
8329 (window-in-direction-2, window-in-direction, get-mru-window):
8330 New functions.
8331
8332 2011-06-08 Reuben Thomas <rrt@sc3d.org>
8333
8334 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
8335 Doc fix (Bug#8713).
8336
8337 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
8338
8339 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
8340
8341 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
8342
8343 * loadhist.el (unload-feature-special-hooks):
8344 Add `comint-output-filter-functions'.
8345
8346 2011-06-08 Ivan Kanis <gnu@kanis.fr>
8347
8348 * calendar/appt.el (appt-check): Move some initializations into the let.
8349
8350 2011-06-08 Martin Rudalics <rudalics@gmx.at>
8351
8352 * window.el (window-height): Defalias to window-total-height.
8353 (window-width): Defalias to window-body-width.
8354
8355 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
8356
8357 * image-mode.el (image-toggle-animation): New command.
8358 (image-mode-map): Bind it to RET.
8359 (image-mode): Update message.
8360 (image-toggle-display-image): Avoid a spurious cache flush.
8361 (image-transform-rotation): Doc fix.
8362 (image-transform-properties): Return quickly in the normal case.
8363 (image-animate-loop): Rename from image-animate-max-time.
8364
8365 * image.el (image-animate-max-time): Move to image-mode.el.
8366 (create-animated-image): Remove unnecessary function.
8367 (image-animate): Rename from image-animate-start. New arg.
8368 (image-animate-stop): Remove; just use image-animate-timer.
8369 (image-animate-timer): Use car-safe.
8370 (image-animate-timeout): Rename argument.
8371
8372 2011-06-07 Martin Rudalics <rudalics@gmx.at>
8373
8374 * window.el (get-lru-window, get-largest-window): Move here from
8375 window.c. Rename first argument to ALL-FRAMES.
8376 Rephrase doc-strings.
8377 (get-buffer-window-list): Rewrite using window-list-1.
8378 Rephrase doc-string.
8379 (window-safe-min-height, window-safe-min-width): New constants.
8380 (window-size-ignore, window-min-size, window-min-size-1)
8381 (window-sizable, window-sizable-p, window-size-fixed-1)
8382 (window-size-fixed-p, window-min-delta-1, window-min-delta)
8383 (window-max-delta-1, window-max-delta, window-resizable)
8384 (window-resizable-p, window-total-height, window-total-width)
8385 (window-body-width): New functions.
8386 (window-full-height-p, window-full-width-p): Rewrite using
8387 window-total-size.
8388 (window-body-height): Rewrite using window-body-size.
8389
8390 2011-06-06 Martin Rudalics <rudalics@gmx.at>
8391
8392 * window.el (window-right, window-left, window-child)
8393 (window-child-count, window-last-child, window-any-p)
8394 (normalize-live-buffer, normalize-live-frame)
8395 (normalize-any-window, normalize-live-window)
8396 (window-iso-combination-p, window-iso-combined-p)
8397 (window-iso-combinations)
8398 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
8399 (windows-with-parameter, window-with-parameter)
8400 (window-atom-root, make-window-atom, window-atom-check-1)
8401 (window-atom-check, window-side-check, window-check):
8402 New functions.
8403 (ignore-window-parameters, window-sides, window-sides-vertical)
8404 (window-sides-slots): New variables.
8405 (window-size-fixed): Move down in code. Minor doc-string fix.
8406
8407 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
8408
8409 * comint.el (comint-dynamic-complete-as-filename)
8410 (comint-dynamic-complete-filename): Correctly call
8411 completion-in-region.
8412
8413 2011-06-05 Deniz Dogan <deniz@dogan.se>
8414
8415 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
8416 in last change.
8417
8418 2011-06-05 Deniz Dogan <deniz@dogan.se>
8419
8420 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
8421 (rcirc): Use it to prompt for encryption.
8422
8423 2011-06-05 Roland Winkler <winkler@gnu.org>
8424
8425 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
8426 (bibtex-search-entries): New command bound to C-c C-a.
8427 (bibtex-display-entries): New function.
8428
8429 2011-06-05 Roland Winkler <winkler@gnu.org>
8430
8431 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
8432 (bibtex-insert-kill): After yanking insert newline if necessary.
8433 (bibtex-initialize): Call bibtex-string-files-init only once.
8434 (bibtex-mode): Do not call easy-menu-add.
8435 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
8436 (bibtex-yank): Set arg properly if nil.
8437
8438 2011-06-05 Roland Winkler <winkler@gnu.org>
8439
8440 * textmodes/bibtex.el (bibtex-search-entry-globally):
8441 New variable.
8442 (bibtex-search-entry): Use it.
8443
8444 2011-06-05 Roland Winkler <winkler@gnu.org>
8445
8446 * textmodes/bibtex.el (bibtex-entry-format): New option
8447 sort-fields.
8448 (bibtex-format-entry, bibtex-reformat): Honor this option.
8449 (bibtex-parse-entry): Return fields in proper order.
8450
8451 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
8452
8453 * doc-view.el (doc-view-remove-if): Move computation of result out
8454 of `dolist' to silence misleading lexical-binding warning.
8455
8456 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
8457
8458 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
8459 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
8460
8461 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
8462
8463 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
8464 "SunOS 5.10".
8465
8466 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
8467
8468 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
8469 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
8470 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
8471 (tramp-parse-putty):
8472 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
8473 (tramp-completion-function-alist-ssh)
8474 (tramp-completion-function-alist-telnet)
8475 (tramp-completion-function-alist-su)
8476 (tramp-completion-function-alist-putty): Set `tramp-autoload'
8477 cookie.
8478
8479 * net/tramp-ftp.el:
8480 * net/tramp-sh.el:
8481 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
8482 load "tramp.el" `tramp-set-completion-function'.
8483
8484 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * shell.el: Require and use pcomplete.
8487 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
8488 (shell-completion-vars): Set pcomplete-default-completion-function.
8489
8490 2011-06-04 Deniz Dogan <deniz@dogan.se>
8491
8492 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
8493 `memq' (Bug#8799).
8494
8495 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
8498
8499 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
8500
8501 * bs.el (bs--mark-unmark, bs--nth-wrapper):
8502 * mpc.el (mpc-select-extend, mpc-songpointer-context):
8503 * vc/log-view.el (log-view-beginning-of-defun):
8504 * vc/smerge-mode.el (smerge-apply-resolution-patch)
8505 (smerge-refine-forward, smerge-refine-chopup-region):
8506 Silence warning for unused `dotimes' counter variables.
8507
8508 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * net/tramp.el (tramp-with-progress-reporter): Rename from
8511 with-progress-reporter. Use `declare'.
8512 * net/tramp-smb.el:
8513 * net/tramp-sh.el:
8514 * net/tramp-gvfs.el: Update all uses.
8515
8516 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
8517
8518 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
8519 buffer isn't killed before making it current.
8520
8521 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8522
8523 Silence various byte-compiler warnings.
8524 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
8525 `access-type' and new obsolescence format.
8526 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
8527 new format.
8528 (byte-compile-check-variable): New `access-type' argument.
8529 Only warn if the access-type is obsolete.
8530 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8531 (byte-compile-variable-set): Adjust callers.
8532 * help-fns.el (describe-variable): Adjust to new obsolescence format.
8533 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
8534 setting it as obsolete.
8535 * simple.el (minibuffer-completing-symbol):
8536 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
8537 access as obsolete.
8538 * minibuffer.el (minibuffer-completing-file-name): Don't make it
8539 obsolete yet.
8540 * international/quail.el (quail-mouse-choose-completion): Remove unused
8541 code referring to obsolete var.
8542 (quail-choose-completion-string): Remove.
8543 * server.el (server-clients-with, server-kill-buffer-query-function)
8544 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
8545 * proced.el (proced-send-signal):
8546 * emacs-lisp/lisp.el (lisp-complete-symbol):
8547 Replace completion-annotate-function with completion-extra-properties.
8548
8549 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8550
8551 * simple.el (goto-line): Use read-number.
8552 (overriding-map-is-bound): Remove.
8553 (saved-overriding-map): Change default.
8554 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
8555 Take the map as argument.
8556 (universal-argument, negative-argument, digit-argument): Use it.
8557 (restore-overriding-map): Adjust.
8558 (do-auto-fill): Use fill-forward-paragraph.
8559 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
8560
8561 * minibuffer.el (minibuffer-inactive-mode-map): New var.
8562 (minibuffer-inactive-mode): New major mode.
8563 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
8564 the *Messages* buffer" hack.
8565 (mouse-popup-menubar): Don't burp if the event is a normal key.
8566
8567 Miscellaneous tweaks.
8568 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
8569 lexical scoping as in subr.el's dolist and dotimes.
8570 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
8571 Silence compiler warning.
8572 * thingatpt.el (forward-whitespace): Trivial coding style fix.
8573 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
8574 * international/ccl.el (ccl-compile): Trivial simplification.
8575 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
8576 * emacs-lisp/testcover.el (testcover-end): Remove spurious
8577 `printflag' argument.
8578 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8579 Purecopy the whole obsolescence data.
8580
8581 2011-06-01 Leo Liu <sdl.web@gmail.com>
8582
8583 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
8584 improve doc-string as suggested by Marco Pessotto
8585 <melmothx@gmail.com>.
8586 (rcirc-print): Fix last change.
8587
8588 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * minibuffer.el (complete-with-action): Return nil for the metadata and
8591 boundaries of non-functional tables.
8592 (completion-table-dynamic): Return nil for the metadata.
8593 (completion-table-with-terminator): Add default case, using
8594 complete-with-action.
8595 (completion--metadata): New function.
8596 (completion-all-sorted-completions, minibuffer-completion-help): Use it
8597 to try and avoid pathological performance problems.
8598 (completion--embedded-envvar-table): Return `category' metadata.
8599
8600 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
8601
8602 * subr.el (process-alive-p): New tiny convenience function.
8603
8604 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
8607 content but also its previous major mode.
8608
8609 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
8610
8611 * emacs-lisp/debug.el (debug): Restore the previous content of the
8612 *Backtrace* buffer when we exit with C-M-c.
8613
8614 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8615
8616 * minibuffer.el: Add metadata method to completion tables.
8617 (completion-category-overrides): New defcustom.
8618 (completion-metadata, completion--field-metadata)
8619 (completion-metadata-get, completion--styles)
8620 (completion--cycle-threshold): New functions.
8621 (completion-try-completion, completion-all-completions):
8622 Add `metadata' argument to choose completion-styles.
8623 (completion--do-completion): Use metadata to choose cycling.
8624 (completion-all-sorted-completions): Use metadata for sorting.
8625 Remove :completion-cycle-penalty which is not needed any more.
8626 (completion--try-word-completion): Add `metadata' argument.
8627 (minibuffer-completion-help): Check metadata for annotation function
8628 and sorting.
8629 (completion-file-name-table): Return `category' metadata.
8630 (minibuffer-completing-file-name): Make obsolete.
8631 * simple.el (minibuffer-completing-symbol): Make obsolete.
8632 * icomplete.el (icomplete-completions): Pass new `metadata' param to
8633 completion-try-completion.
8634
8635 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
8638
8639 2011-05-30 Leo Liu <sdl.web@gmail.com>
8640
8641 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
8642 (rcirc-print): Decode all incoming messages (bug#8744).
8643 (rcirc-decode-coding-system): Allow value nil for automatic coding
8644 system detection.
8645
8646 2011-06-01 Glenn Morris <rgm@gnu.org>
8647
8648 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
8649
8650 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
8651
8652 * image.el (image-animate-max-time): Allow nil and t values.
8653 Default to nil.
8654 (create-animated-image): Doc fix.
8655 (image-animate-start): Remove second arg; just use
8656 image-animate-max-time.
8657 (image-animate-timeout): Doc fix. Args changed.
8658
8659 * image-mode.el (image-toggle-display-image): Ensure that the
8660 image spec passed to the animate timer is the same object as in
8661 the buffer's display property (Bug#6981).
8662 (image-transform-properties): Doc fix.
8663
8664 * image.el (image-animate-max-time): Default to nil.
8665
8666 2011-05-29 Martin Rudalics <rudalics@gmx.at>
8667
8668 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
8669 entire buffer list (Bug#8184).
8670
8671 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
8672
8673 * image.el (imagemagick-types-inhibit)
8674 (imagemagick-register-types): Doc fix.
8675
8676 2011-05-29 Deniz Dogan <deniz@dogan.se>
8677
8678 * net/rcirc.el (rcirc): Use the user's stored encryption method by
8679 default.
8680
8681 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
8682
8683 * select.el: Don't perform clipboard-manager saving in hooks;
8684 leave the hooks empty.
8685
8686 2011-05-28 Leo Liu <sdl.web@gmail.com>
8687
8688 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
8689 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
8690 (occur-edit-mode): New major mode (Bug#8463).
8691 (occur-after-change-function): New function.
8692 (occur-engine): Give Occur tags a read-only property.
8693
8694 2011-05-28 Kevin Ryde <user42@zip.com.au>
8695
8696 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
8697
8698 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
8699
8700 * bindings.el (help-echo): Make the initial non-indicator dash
8701 empty on graphical terminals (Bug#7295).
8702
8703 * files.el (auto-mode-alist): Move config rule after the
8704 in-stripping one (Bug#8547).
8705
8706 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
8707
8708 * startup.el (normal-splash-screen): Remove gratuitous mode-line
8709 setting (Bug#8740).
8710
8711 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
8712
8713 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
8714 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
8715 (Bug#8539).
8716
8717 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
8718
8719 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
8720
8721 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
8722
8723 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
8724 (hs-hide-block-at-point, hs-find-block-beginning)
8725 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
8726 (Bug#8279).
8727
8728 2011-05-28 Glenn Morris <rgm@gnu.org>
8729
8730 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
8731
8732 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
8733
8734 * help-fns.el (describe-function-1): If the function is a derived
8735 major mode, print the parent mode.
8736
8737 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
8738 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
8739
8740 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * minibuffer.el (completion--capf-wrapper): Check applicability before
8743 returning non-nil for non-exclusive completion data.
8744 * progmodes/etags.el (tags-completion-at-point-function):
8745 * info-look.el (info-lookup-completions-at-point): Mark as
8746 non-exclusive.
8747 (info-complete): Adjust accordingly.
8748
8749 * info-look.el: Convert to lexical-binding and completion-at-point.
8750 (info-lookup-completions-at-point): New function.
8751 (info-complete): Use it and completion-in-region.
8752
8753 2011-05-28 Drew Adams <drew.adams@oracle.com>
8754
8755 * isearch.el: Let M-e start with point at the first mismatched char.
8756 (isearch-fail-pos): New function.
8757 (isearch-edit-string): Use it.
8758
8759 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8760
8761 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8762
8763 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
8764
8765 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
8766 traversal functions for avl-trees.
8767 (avl-tree--stack): New struct.
8768 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
8769 (avl-tree-enter): Add optional `updatefun' arg.
8770 (avl-tree--do-enter): Add optional `updatefun' arg.
8771 Change return value.
8772 (avl-tree-delete): Add optional `test' and `nilflag' args.
8773 (avl-tree--do-delete): Add `test' and `nilflag' args.
8774 Change return value.
8775 (avl-tree-member): Add optional `nilflag'
8776 (avl-tree-member-p): New function.
8777 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
8778 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
8779 (avl-tree-stack-empty-p): New functions.
8780
8781 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
8782 avl-tree--del-balance1 and make it work both ways.
8783 (avl-tree--del-balance2): Remove.
8784 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
8785 make it work both ways.
8786 (avl-tree--enter-balance2): Remove.
8787 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
8788 New macros.
8789 (avl-tree--mapc, avl-tree-map): Add direction argument.
8790
8791 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
8792
8793 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
8794
8795 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
8796
8797 * select.el: Support clipboard managers with built-in function
8798 x-clipboard-manager-save, via delete-frame-functions and
8799 kill-emacs-hook.
8800 (xselect-convert-to-targets): Add MULTIPLE target to list.
8801 (xselect-convert-to-save-targets): New function.
8802
8803 2011-05-27 Kenichi Handa <handa@m17n.org>
8804
8805 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
8806 let-binding rfc2047-encode-encoded-words to nil.
8807
8808 2011-05-27 Glenn Morris <rgm@gnu.org>
8809
8810 * mail/emacsbug.el: Don't require url-util.
8811
8812 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
8813
8814 * files.el (set-auto-mode):
8815 Also respect mode: entries at the end of the file. (Bug#8586)
8816
8817 2011-05-26 Glenn Morris <rgm@gnu.org>
8818
8819 * files.el (hack-local-variables-prop-line, hack-local-variables):
8820 Downcase mode names, as seems to be traditional.
8821 (hack-local-variables, hack-local-variables-apply): Doc fixes.
8822
8823 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
8824 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
8825
8826 2011-05-25 Julien Danjou <julien@danjou.info>
8827
8828 * textmodes/rst.el (rst-define-level-faces): Do not define face
8829 symbol if it is already defined.
8830
8831 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
8832
8833 * play/5x5.el (5x5-new-game, 5x5-randomize):
8834 Reset 5x5-solver-output to nil when a new grid is cast.
8835 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
8836 these debugging traces, as defmacro breaks the compiled code.
8837
8838 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
8839
8840 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
8841
8842 2011-05-24 Leo Liu <sdl.web@gmail.com>
8843
8844 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
8845 (vc-bzr-sha1): Adapt.
8846
8847 * sha1.el: Remove. Function `sha1' is now builtin.
8848
8849 * bindings.el: Provide sha1 feature.
8850
8851 2011-05-24 Kenichi Handa <handa@m17n.org>
8852
8853 * mail/sendmail.el: Require `rfc2047'.
8854 (mail-insert-from-field): Do not perform RFC2047 encoding.
8855 (mail-encode-header): New function.
8856 (sendmail-send-it): Set buffer-file-coding-system of the work
8857 buffer to the return value of select-message-coding-system.
8858 Call mail-encode-header.
8859
8860 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
8861
8862 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
8863
8864 * mail/supercite.el (sc-default-cite-frame):
8865 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
8866
8867 2011-05-24 Glenn Morris <rgm@gnu.org>
8868
8869 * progmodes/python.el (brm-menu): Declare.
8870
8871 * emulation/viper.el (viper-set-hooks): Declare.
8872
8873 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
8874 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
8875 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
8876 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
8877 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
8878 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
8879
8880 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 Add an :exit-function for completion-at-point.
8883
8884 * minibuffer.el (completion--done): New fun.
8885 (completion--do-completion): Use it. New arg `expect-exact'.
8886 (minibuffer-complete, minibuffer-complete-word): Don't output message,
8887 since completion--do-completion does it for us now.
8888 (minibuffer-force-complete): Use completion--done and
8889 completion--replace. Handle sole-completion case with more care.
8890 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
8891 (completion-extra-properties): New var.
8892 (completion-annotate-function): Make obsolete.
8893 (minibuffer-completion-help): Adjust accordingly.
8894 Use completion-list-insert-choice-function.
8895 (completion-at-point, completion-help-at-point):
8896 Bind completion-extra-properties.
8897 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
8898 * simple.el (completion-list-insert-choice-function): New var.
8899 (completion-setup-function): Preserve it.
8900 (choose-completion): Pay attention to it, shuffle the code a bit.
8901 (choose-completion-string): New arg `insert-function'.
8902
8903 * textmodes/bibtex.el: Convert to lexical binding.
8904 (bibtex-mode-map): Use completion-at-point.
8905 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
8906 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
8907 (bibtex-complete): Define as obsolete alias.
8908 (bibtex-complete-internal): Remove.
8909 (bibtex-format-entry): Remove unused sub-group in regexp.
8910 * shell.el (shell--command-completion-data)
8911 (shell-environment-variable-completion):
8912 * pcomplete.el (pcomplete-completions-at-point):
8913 * comint.el (comint--complete-file-name-data): Use :exit-function
8914 instead of completion-table-with-terminator so it also works for
8915 choose-completion.
8916
8917 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
8920
8921 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
8922 (bug#8710).
8923
8924 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
8925
8926 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
8927
8928 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
8929 customization variable and implement: If non-nil, auto-fill will
8930 be inhibited while on topic's header line.
8931
8932 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
8933
8934 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
8935 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
8936 always have a solution in grid size = 5 cases.
8937 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
8938 (5x5-solver-output, 5x5-log-buffer): New vars.
8939 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
8940 Make these variables buffer local to achieve 5x5 multi-session-ness.
8941 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
8942 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
8943 (5x5-solve-suggest): New funs.
8944 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
8945 randomize a grid so that we ensure that there is always a solution.
8946 (5x5-make-random-grid): Allow other movement than flipping.
8947
8948 2011-05-23 Kevin Ryde <user42@zip.com.au>
8949
8950 * emacs-lisp/advice.el (ad-read-advised-function):
8951 Use `function-called-at-point' as the default, if it has
8952 advice and passes PREDICATE.
8953
8954 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
8957 byte-compile-lambda if it's actually a lambda.
8958
8959 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
8960 Fix function quoting. Use backquote better.
8961
8962 2011-05-22 Yuanle Song <sylecn@gmail.com>
8963
8964 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
8965 matching (Bug#8516).
8966
8967 2011-01-22 Jari Aalto <jari.aalto@cante.net>
8968
8969 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
8970 different face (Bug#8178).
8971
8972 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
8975 defface (Bug#8144).
8976
8977 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8978
8979 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
8980 funcall as well (bug#8712). Warn when performing those conversions.
8981 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
8982
8983 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
8984
8985 2011-05-22 Glenn Morris <rgm@gnu.org>
8986
8987 * files.el (hack-local-variables-prop-line): Small simplifications.
8988 (hack-local-variables, hack-local-variables-prop-line):
8989 If MODE-ONLY, return the mode, rather than just `t'.
8990
8991 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
8992
8993 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
8994
8995 2011-05-21 Glenn Morris <rgm@gnu.org>
8996
8997 * files.el (hack-local-variables-prop-line, hack-local-variables):
8998 If only interested in the mode, don't bother doing the other stuff.
8999
9000 * image-mode.el (image-after-revert-hook):
9001 Redraw all frames on which the image is visible. (Bug#8567)
9002
9003 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
9004
9005 * wid-edit.el (widget-checklist-match-inline):
9006 Fix 2011-04-19 change. (Bug#8649)
9007
9008 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9009
9010 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
9011 Also allow singlespace after single-letter capitals followed by a dot.
9012
9013 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
9014 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
9015
9016 2011-05-20 Nix <nix@esperi.org.uk>
9017
9018 * files.el (basic-save-buffer-2):
9019 Fix handling of break-hardlink-on-save with non-existent files.
9020
9021 2011-05-19 Deniz Dogan <deniz@dogan.se>
9022
9023 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9024 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
9025
9026 2011-05-19 Glenn Morris <rgm@gnu.org>
9027
9028 * progmodes/f90.el (f90-type-def-re):
9029 Handle "type, bind(c)". (Bug#8691)
9030
9031 * emacs-lisp/autoload.el (batch-update-autoloads):
9032 Set autoload-excludes by parsing loadup.el rather than Makefiles.
9033
9034 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
9035
9036 * net/tramp.el (tramp-process-actions): Set "first-password-request"
9037 property for the correct connection in case of multihops.
9038
9039 2011-05-18 Glenn Morris <rgm@gnu.org>
9040
9041 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
9042 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
9043
9044 Rationalize calendar handling of day and month abbrev-arrays.
9045 * calendar/calendar.el (calendar-customized-p): New function.
9046 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
9047 (calendar-day-name-array, calendar-month-name-array): Doc fix.
9048 Add :set function.
9049 (calendar-abbrev-length, calendar-day-abbrev-array)
9050 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
9051 (calendar-day-abbrev-array, calendar-month-abbrev-array):
9052 Elements may no longer be nil.
9053 (calendar-day-name, calendar-month-name):
9054 Update for changed nature of abbrev arrays.
9055 * calendar/diary-lib.el (diary-name-pattern):
9056 Update for changed nature of abbrev arrays.
9057 (diary-mark-entries-1): Update calendar-make-alist calls.
9058 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
9059 * calendar/cal-html.el (cal-html-day-abbrev-array):
9060 Simply inherit from calendar-day-abbrev-array.
9061
9062 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * progmodes/grep.el (grep-mode): Disable default
9065 compilation-directory-matcher setting (bug#8684).
9066
9067 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
9068
9069 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
9070 instead of "head" and "tail". There were problems with SunOS 5.9,
9071 and it performs better.
9072
9073 2011-05-17 Glenn Morris <rgm@gnu.org>
9074
9075 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
9076
9077 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9078 Replace obsolete function.
9079
9080 * shell.el (pcomplete-parse-arguments-function): Declare.
9081
9082 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
9083 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
9084 (appt-check): Doc fixes.
9085 (appt-disp-window-function, appt-delete-window-function):
9086 Remove needless special case in custom :type.
9087 (appt-display-count): Default to 0, not nil.
9088 (appt-check): Reset appt-display-count to 0, not nil.
9089
9090 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
9091
9092 * progmodes/python.el (python-font-lock-keywords):
9093 Add the Python 3.X keyword "nonlocal" (bug#8639).
9094
9095 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9096
9097 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
9098
9099 2011-05-16 Kevin Ryde <user42@zip.com.au>
9100
9101 * info-look.el (makefile-automake-mode): New setups, looking in
9102 automake manual, then makefile-mode.
9103 (makefile-mode): Remove automake manual, have it just in
9104 makefile-automake-mode since there's various things different or
9105 not relevant to plain make.
9106 (makefile-mode): Remove "other-modes" non-existent automake-mode,
9107 believe a hypothetical automake-mode would go to makefile-mode,
9108 not the other way around.
9109
9110 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
9113 hunk-end tags (Bug#8672).
9114
9115 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
9116 vc-annotate-show-diff-revision-at-line (Bug#8671).
9117
9118 2011-05-14 Glenn Morris <rgm@gnu.org>
9119
9120 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
9121 in the middle of an existing one with multiple authors. (Bug#8645)
9122 (change-log-font-lock-keywords): Also handle multiple author lines
9123 with leading tabs. (Bug#8644)
9124
9125 * calendar/appt.el (appt-check): Rename some local variables.
9126 Some simplification/reordering.
9127
9128 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
9129 (feedmail-sendmail-f-doesnt-sell-me-out)
9130 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9131 (feedmail-debug-sit-for, feedmail-queue-express-hook)
9132 (feedmail-queue-runner-message-sender): Set :version.
9133 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
9134 (bbdb-dwim-net-address, vm-mail): Declare.
9135 (feedmail-binmail-gnulinuxish-template):
9136 Rename from feedmail-binmail-linuxish-template.
9137 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
9138 Use insert-buffer-substring.
9139
9140 2011-05-14 Bill Carpenter <bill@carpenter.org>
9141
9142 * mail/feedmail.el (feedmail-patch-level): Increase.
9143 (feedmail-debug): New custom group.
9144 (feedmail-confirm-outgoing-timeout)
9145 (feedmail-sendmail-f-doesnt-sell-me-out)
9146 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
9147 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
9148 (feedmail-sender-line, feedmail-from-line)
9149 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
9150 (feedmail-spray-this-address)
9151 (feedmail-spray-address-fiddle-plex-list)
9152 (feedmail-queue-use-send-time-for-date)
9153 (feedmail-queue-use-send-time-for-message-id)
9154 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
9155 (feedmail-buffer-eating-function):
9156 Doc fixes.
9157 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
9158 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
9159 (feedmail-message-action-scroll-down): New functions.
9160 (feedmail-queue-directory, feedmail-queue-draft-directory):
9161 Use expand-file-name.
9162 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
9163 Remove C-v help entry.
9164 (feedmail-queue-buffer-file-name): New variable.
9165 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
9166 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
9167 (feedmail-message-action-send-strong, feedmail-message-action-edit)
9168 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
9169 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
9170 (feedmail-message-action-toggle-spray)
9171 (feedmail-run-the-queue-no-prompts)
9172 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
9173 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
9174 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
9175 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
9176 (feedmail-envelope-deducer, feedmail-fiddle-from)
9177 (feedmail-fiddle-sender, feedmail-default-date-generator)
9178 (feedmail-fiddle-date, feedmail-fiddle-message-id)
9179 (feedmail-fiddle-spray-address)
9180 (feedmail-fiddle-list-of-spray-fiddle-plexes)
9181 (feedmail-fiddle-list-of-fiddle-plexes)
9182 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
9183 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
9184 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
9185 Change default. Doc fix.
9186 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
9187 (feedmail-binmail-linuxish-template): New constant.
9188 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
9189 Respect feedmail-sendmail-f-doesnt-sell-me-out.
9190 (feedmail-send-it): Add debug call.
9191 Use feedmail-queue-buffer-file-name, and
9192 feedmail-send-it-immediately-wrapper.
9193 (feedmail-message-action-send): Add debug call.
9194 Use feedmail-send-it-immediately-wrapper.
9195 (feedmail-queue-express-to-queue): Add debug call.
9196 Run feedmail-queue-express-hook.
9197 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
9198 (feedmail-message-action-help-blat):
9199 Rename from feedmail-queue-send-edit-prompt-help-first.
9200 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
9201 Check line-endings. Handle errors better.
9202 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
9203 Doc fix. Add debug call.
9204 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
9205 Use feedmail-queue-send-edit-prompt-inner.
9206 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
9207 (feedmail-queue-send-edit-prompt-inner): New function, extracted
9208 from feedmail-queue-send-edit-prompt.
9209 (feedmail-queue-send-edit-prompt-help)
9210 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
9211 (feedmail-tidy-up-slug): Add debug call.
9212 Respect feedmail-queue-slug-suspect-regexp.
9213 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
9214 (feedmail-dump-message-to-queue): Add debug call.
9215 Expand queue-directory.
9216 (feedmail-dump-message-to-queue): Change message slightly.
9217 Use feedmail-say-chatter.
9218 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
9219 (feedmail-send-it-immediately-wrapper): New function.
9220 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
9221 Insert empty string rather than newline. Handle full-frame case.
9222 Use catch/throw. Use feedmail-say-chatter.
9223 (feedmail-fiddle-from): Try mail-host-address.
9224 (feedmail-default-message-id-generator): Doc fix.
9225 Bind system-time-locale. Handle missing end.
9226 (feedmail-fiddle-x-mailer): Add debug call.
9227 Handle feedmail-x-mailer-line being nil.
9228 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
9229 Add debug call. Use buffer-substring-no-properties.
9230 (feedmail-say-debug, feedmail-say-chatter): New functions.
9231 (feedmail-find-eoh): Give an explicit error.
9232
9233 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
9234
9235 * net/newst-treeview.el (newsticker-treeview-face): Change default
9236 family from helvetica to sans.
9237 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
9238 etc/images/newsticker.
9239
9240 * net/newst-reader.el (newsticker-feed-face): Change default
9241 family from helvetica to sans.
9242
9243 * net/newst-plainview.el (newsticker-new-item-face)
9244 (newsticker-old-item-face, newsticker-immortal-item-face)
9245 (newsticker-obsolete-item-face, newsticker-date-face)
9246 (newsticker-statistics-face): Change default family from
9247 helvetica to sans.
9248 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
9249 etc/images/newsticker.
9250
9251 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
9252 (newsticker--process-auto-mark-filter-match): : Tell user about
9253 auto-marking.
9254
9255 2011-05-13 Didier Verna <didier@xemacs.org>
9256
9257 Common Lisp indentation improvements on defmethod and lambda-lists.
9258 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
9259 TODO entries.
9260 (lisp-lambda-list-keyword-parameter-indentation)
9261 (lisp-lambda-list-keyword-parameter-alignment)
9262 (lisp-lambda-list-keyword-alignment): New customizable user options.
9263 (lisp-indent-defun-method): Improve docstring.
9264 (extended-loop-p): Fix comment.
9265 (lisp-indent-lambda-list-keywords-regexp): New variable.
9266 (lisp-indent-lambda-list): New function.
9267 (lisp-indent-259): Use it.
9268 (lisp-indent-defmethod): Support for more than one
9269 method qualifier and properly indent methods lambda-lists.
9270 (defgeneric): Provide a missing common-lisp-indent-function property.
9271
9272 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
9275 bounds for the empty string (bug#8667).
9276
9277 2011-05-13 Glenn Morris <rgm@gnu.org>
9278
9279 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
9280
9281 * mail/sendmail.el (sendmail-program): Try executable-find first.
9282 (sendmail-send-it): `sendmail-program' cannot be unbound.
9283
9284 * calendar/appt.el (appt-make-list): Simplify.
9285 (appt-time-msg-list): Doc fix.
9286 (appt-check): Change mode-line message at the time of the appointment.
9287
9288 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
9289
9290 * progmodes/ld-script.el (ld-script-keywords)
9291 (ld-script-builtins): Update keywords list.
9292
9293 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
9296
9297 * shell.el (shell-completion-vars): New function.
9298 (shell-mode):
9299 * simple.el (read-shell-command): Use it.
9300 (blink-matching-open): No need for " [...]" in minibuffer-message.
9301
9302 2011-05-12 Glenn Morris <rgm@gnu.org>
9303
9304 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
9305 (appt-check): Simplify.
9306
9307 2011-05-12 Eli Zaretskii <eliz@gnu.org>
9308
9309 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
9310 literal "/dev/null".
9311
9312 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
9315 Fix typo.
9316
9317 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
9318
9319 * progmodes/which-func.el (which-function):
9320 Use add-log-current-defun instead of add-log-current-defun-function,
9321 which might not be defined (Bug#8260).
9322
9323 2011-05-12 Glenn Morris <rgm@gnu.org>
9324
9325 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
9326 Let byte-compile-initial-macro-environment always take precedence.
9327
9328 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9329
9330 * net/rcirc.el: Add support for SSL/TLS connections.
9331 (rcirc-server-alist): New field `encryption'.
9332 (rcirc): Check `encryption' settings.
9333 (rcirc-connect): New arg `encryption'. Use open-network-stream.
9334 Merge make-local-variable into `set'.
9335 (rcirc--connection-open-p): New function.
9336 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
9337 the process is not a network process (e.g. running gnutls-cli).
9338 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
9339 Make rcirc-(en|de)code-coding-system local here.
9340 (rcirc-mode): Merge make-local-variable into `set'.
9341 (rcirc-parent-buffer): Make permanent buffer-local.
9342 (rcirc-multiline-minor-mode): Don't do it here.
9343 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
9344 there's no server buffer.
9345
9346 2011-05-11 Glenn Morris <rgm@gnu.org>
9347
9348 * newcomment.el (comment-kill): Prefix "unused" local.
9349
9350 * term/w32console.el (get-screen-color): Declare.
9351
9352 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
9353 Handle symbol elements of byte-compile-initial-macro-environment.
9354
9355 2011-05-10 Leo Liu <sdl.web@gmail.com>
9356
9357 * bookmark.el (bookmark-bmenu-mode-map):
9358 Bind bookmark-bmenu-search to `/'.
9359
9360 * mail/footnote.el: Convert to utf-8 encoding.
9361 (footnote-unicode-string, footnote-unicode-regexp): New variable.
9362 (Footnote-unicode): New function.
9363 (footnote-style-alist): Add unicode style to the list.
9364 (footnote-style): Doc fix.
9365
9366 2011-05-10 Jim Meyering <meyering@redhat.com>
9367
9368 Fix doubled-word typos.
9369 * international/quail.el (quail-insert-kbd-layout): and and -> and
9370 * kermit.el: and and -> and
9371 * net/ldap.el (ldap-search-internal): to to -> to
9372 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
9373 * progmodes/js.el (js-mode): and and -> and
9374 * textmodes/artist.el (artist-move-to-xy): at at -> at
9375 (artist-draw-region-trim-line-endings): if if -> if
9376 And Safetyc -> Safety.
9377 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
9378
9379 2011-05-10 Glenn Morris <rgm@gnu.org>
9380 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * files.el (hack-one-local-variable-eval-safep):
9383 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
9384
9385 2011-05-10 Glenn Morris <rgm@gnu.org>
9386
9387 * calendar/diary-lib.el (diary-list-entries-hook)
9388 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
9389 (diary-nongregorian-marking-hook, diary-list-entries)
9390 (diary-include-other-diary-files, diary-mark-entries)
9391 (diary-mark-included-diary-files): Doc fixes.
9392
9393 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
9394
9395 * misc.el: Require tabulated-list.el during compilation.
9396
9397 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
9398
9399 * progmodes/compile.el (compilation-start):
9400 Run compilation-filter-hook for the async case too.
9401 (compilation-filter-hook): Doc fix.
9402
9403 2011-05-09 Deniz Dogan <deniz@dogan.se>
9404
9405 * wdired.el: Remove outdated installation comment. Fix usage
9406 comment.
9407
9408 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
9409
9410 * misc.el: Implement new command `list-dynamic-libraries'.
9411 (list-dynamic-libraries--loaded-only-p): New variable.
9412 (list-dynamic-libraries--refresh): New function.
9413 (list-dynamic-libraries): New command.
9414
9415 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
9416
9417 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9418 Fix the ant regexp to handle end-line and end-column info from jikes.
9419 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
9420 higher priority to avoid clobbering by gnu.
9421
9422 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
9423
9424 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
9425 if the face has existing theme settings (Bug#8454).
9426
9427 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
9428
9429 * progmodes/perl-mode.el (perl-imenu-generic-expression):
9430 Only match variables declared via `my' or `our' (Bug#8261).
9431
9432 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
9433 special file names `.' and `..' (Bug#8259).
9434
9435 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
9436
9437 * progmodes/grep.el (grep-mode-font-lock-keywords):
9438 Remove buffer-changing entries.
9439 (grep-filter): New function.
9440 (grep-mode): Add it to compilation-filter-hook.
9441
9442 * progmodes/compile.el (compilation-filter-hook)
9443 (compilation-filter-start): New defvars.
9444 (compilation-filter): Call compilation-filter-hook prior to
9445 updating the process mark.
9446
9447 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
9450
9451 2011-05-07 Eli Zaretskii <eliz@gnu.org>
9452
9453 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
9454 mailclient-send-it even if window-system is nil. (Bug#8595)
9455
9456 * term/w32console.el (terminal-init-w32console):
9457 Call get-screen-color and use its output to set the frame
9458 background-mode. (Bug#8597)
9459
9460 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9461
9462 Make bytecomp.el understand that defmethod defines funs (bug#8631).
9463 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
9464 New functions.
9465 (defgeneric, eieio--defmethod): Use them.
9466 (eieio-defgeneric): Remove.
9467 (defmethod): Call defgeneric in a way visible to the byte-compiler.
9468
9469 2011-05-07 Glenn Morris <rgm@gnu.org>
9470
9471 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
9472 Use let rather than let*.
9473 (timeclock-find-discrep): Remove unused local.
9474
9475 * calendar/diary-lib.el (diary-comment-start): Doc fix.
9476
9477 * calendar/appt.el (appt-time-msg-list): Doc fix.
9478
9479 2011-05-06 Noah Friedman <friedman@splode.com>
9480
9481 * apropos.el (apropos-print-doc): Only use
9482 emacs-lisp-docstring-fill-column when it is bound to an integer,
9483 per that variable's documentation.
9484
9485 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
9488 and warnings are not silently discarded (e.g. use -d instead of -P).
9489
9490 2011-05-06 Glenn Morris <rgm@gnu.org>
9491
9492 * calendar/appt.el (appt-message-warning-time): Doc fix.
9493 (appt-warning-time-regexp): New option.
9494 (appt-make-list): Respect appt-message-warning-time.
9495
9496 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
9497 New options.
9498 (diary-add-to-list): Strip comments from the displayed string.
9499 (diary-mode): Set comment-start and comment-end.
9500
9501 * vc/diff-mode.el (smerge-refine-subst): Declare.
9502 (diff-refine-hunk): Don't require smerge-mode when compiling.
9503
9504 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
9505
9506 * simple.el (list-processes): Return nil as the docstring says.
9507
9508 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
9509
9510 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
9511 to "".
9512 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9513 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
9514 determining of binary transfer. (Bug#7383)
9515
9516 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
9517
9518 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9519 Fix port computation bug. (Bug#8618)
9520
9521 2011-05-05 Glenn Morris <rgm@gnu.org>
9522
9523 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
9524
9525 * simple.el (shell-dynamic-complete-functions)
9526 (comint-dynamic-complete-functions): Declare.
9527
9528 * net/network-stream.el (gnutls-negotiate):
9529 * simple.el (tabulated-list-print): Fix declarations.
9530
9531 * progmodes/gud.el (syntax-symbol, syntax-point):
9532 Remove unnecessary and incorrect declarations.
9533
9534 * emacs-lisp/check-declare.el (check-declare-scan):
9535 Handle byte-compile-initial-macro-environment in bytecomp.el
9536
9537 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 Fix earlier half-done eieio-defmethod change (bug#8338).
9540 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
9541 Streamline and change calling convention.
9542 (defmethod): Adjust accordingly and simplify.
9543 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
9544 new eieio--defmethod.
9545 (slot-boundp): Minor CSE simplification.
9546
9547 2011-05-05 Milan Zamazal <pdm@zamazal.org>
9548
9549 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
9550 (glasses-make-readable): Use glasses-separate-capital-groups.
9551
9552 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
9553
9554 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
9555 (warning-series): Doc fix.
9556 (display-warning): Don't try to create the buffer if we just found it.
9557
9558 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
9559
9560 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
9561 (autoload-find-generated-file): New function.
9562 (generate-file-autoloads): Bind generated-autoload-file to
9563 buffer-file-name.
9564 (update-file-autoloads, update-directory-autoloads):
9565 Use autoload-find-generated-file. If called interactively, prompt for
9566 output file (Bug#7989).
9567 (batch-update-autoloads): Doc fix.
9568
9569 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
9570
9571 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
9572
9573 2011-05-04 Glenn Morris <rgm@gnu.org>
9574
9575 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
9576 function, so it follows changes in calendar-date-style.
9577 (diary-fancy-date-matcher): New function.
9578 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
9579 (diary-fancy-font-lock-fontify-region-function):
9580 Use diary-fancy-date-pattern as a function.
9581
9582 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
9583 non-numbers for `year' etc pseudo-variables. (Bug#8583)
9584
9585 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
9586
9587 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
9588 instead of positional arguments. Allow :keylist and :crlfiles
9589 arguments.
9590 (open-gnutls-stream): Call it.
9591
9592 * net/network-stream.el (network-stream-open-starttls): Adjust to
9593 call `gnutls-negotiate' with :process and :hostname arguments.
9594
9595 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * minibuffer.el (completion--message): New function.
9598 (completion--do-completion, minibuffer-complete)
9599 (minibuffer-force-complete, minibuffer-complete-word): Use it.
9600 (completion--do-completion): Don't ignore completion-auto-help when in
9601 icomplete-mode.
9602
9603 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
9604 internal encoding (e.g. tibetan zero is not whitespace).
9605 (global-whitespace-mode): Prefer save-current-buffer.
9606 (whitespace-trailing-regexp): Remove useless save-match-data.
9607 (whitespace-empty-at-bob-regexp): Minor simplification.
9608
9609 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
9610
9611 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
9612
9613 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9614
9615 * textmodes/ispell.el (ispell-add-per-file-word-list):
9616 Use `concat' to create string for insertion.
9617
9618 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
9621 Avoid open-line which runs post-self-insert-hook.
9622 (bibtex-fill-entry): Remove unused `end' var.
9623
9624 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
9625
9626 * textmodes/ispell.el (ispell-add-per-file-word-list):
9627 Protect against `nil' value of `comment-start' (Bug#8579).
9628
9629 2011-05-03 Leo Liu <sdl.web@gmail.com>
9630
9631 * isearch.el (isearch-yank-pop): New command.
9632 (isearch-mode-map): Bind it to `M-y'.
9633 (isearch-forward): Mention it.
9634
9635 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9636
9637 * simple.el (minibuffer-complete-shell-command): Remove.
9638 (minibuffer-local-shell-command-map): Use completion-at-point.
9639 (read-shell-command): Setup completion vars here instead.
9640 (read-expression-map): Bind TAB to symbol completion.
9641
9642 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
9643 error directly rather via storing it into `results'.
9644
9645 2011-05-02 Leo Liu <sdl.web@gmail.com>
9646
9647 * vc/diff.el: Fix description.
9648
9649 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9650
9651 * server.el (server-eval-at): New function.
9652
9653 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9654
9655 * net/network-stream.el (open-network-stream): Take a :nowait
9656 parameter and pass it on to `make-network-process'.
9657 (network-stream-open-plain): Ditto.
9658
9659 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
9660
9661 * faces.el (face-spec-set-match-display): Don't match toolkit
9662 options on terminal frames.
9663
9664 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * progmodes/pascal.el: Use lexical binding.
9667 (pascal-mode-map): Remove author preferences.
9668
9669 * pcomplete.el (pcomplete-std-complete): Don't abuse
9670 completion-at-point.
9671
9672 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
9673
9674 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
9675 removing code that has been dead since 1991 or so.
9676
9677 * startup.el (command-line): When warning about "_emacs", use a
9678 delayed warning to allow the user to filter it out.
9679
9680 2011-04-28 Deniz Dogan <deniz@dogan.se>
9681
9682 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
9683 user has not joined.
9684
9685 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
9688 aren't any completions at point.
9689
9690 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
9691
9692 * subr.el (display-delayed-warnings): New function.
9693 (delayed-warnings-hook): New variable.
9694
9695 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * minibuffer.el (completion-at-point, completion-help-at-point):
9698 Don't presume that a given completion-at-point-function will always
9699 use the same calling convention.
9700
9701 * pcomplete.el (pcomplete-completions-at-point):
9702 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
9703 pcomplete-seen is non-nil.
9704 (pcomplete-comint-setup): Also recognize the new comint/shell
9705 completion functions.
9706 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
9707 pcomplete-seen is non-nil.
9708
9709 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
9710
9711 * calendar/icalendar.el (diary-lib): Add require statement.
9712 (icalendar--create-uid): Read out a uid from a text-property on
9713 the first character in the entry. This allows for code to add its
9714 own uid to the entry.
9715 (icalendar--convert-float-to-ical): Add export of
9716 `diary-float'-entries save for those with the optional DAY
9717 argument.
9718
9719 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
9720
9721 * subr.el (shell-quote-argument): Use alternate escaping strategy
9722 when we spot a variable reference in a string.
9723
9724 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9725
9726 * cus-start.el (all): Define customization for debug-on-event.
9727
9728 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
9729
9730 * subr.el (shell-quote-argument): Escape correctly under Windows.
9731
9732 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
9735
9736 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
9737
9738 * net/tramp.el (tramp-process-actions): Add POS argument.
9739 Delete region between POS and (pos).
9740
9741 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9742 Use `nil' position in `tramp-process-actions' call.
9743 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
9744
9745 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
9746 position in `tramp-process-actions' call.
9747
9748 * net/trampver.el: Update release number.
9749
9750 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * custom.el (defcustom): Obey lexical-binding.
9753
9754 Fix octave-inf completion problems reported by Alexander Klimov.
9755 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
9756 Inherit from octave-mode-syntax-table.
9757 (inferior-octave-mode): Set info-lookup-mode.
9758 (inferior-octave-completion-at-point): New function.
9759 (inferior-octave-complete): Use it and completion-in-region.
9760 (inferior-octave-dynamic-complete-functions): Use it as well, and use
9761 comint-filename-completion.
9762 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
9763 symbol elements which shouldn't be word elements.
9764 (octave-font-lock-keywords, octave-beginning-of-defun)
9765 (octave-function-header-regexp): Adjust regexps accordingly.
9766 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
9767
9768 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
9769
9770 * net/gnutls.el (gnutls-errorp): Declare before first use.
9771
9772 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
9773
9774 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
9775 verify-error, and verify-hostname-error parameters. Check whether
9776 default trustfile exists before going to use it. Add missing
9777 argument to gnutls-message-maybe call. Return value.
9778 Reported by Claudio Bley <claudio.bley@gmail.com>.
9779 (open-gnutls-stream): Add usage example.
9780
9781 * net/network-stream.el (network-stream-open-starttls): Give host
9782 parameter to `gnutls-negotiate'.
9783 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
9784 * subr.el (shell-quote-argument): Escape correctly under Windows.
9785
9786 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
9787
9788 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9789 Use correct match group (bug#8438).
9790
9791 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
9792
9793 * emacs-lisp/package.el (package-built-in-p): Fix typo.
9794 (package-menu--generate): New arg specifying packages to show.
9795 (package-menu-refresh, package-menu-execute, list-packages):
9796 Callers changed.
9797 (package-show-package-list): New function, replacing deleted
9798 package--list-packages (renamed because it is non-internal).
9799
9800 * finder.el (finder-list-matches): Use package-show-package-list
9801 instead of deleted package--list-packages.
9802
9803 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
9804 Based on a previous implementation by Juanma Barranquero (Bug#8366).
9805 (vc-annotate-mode-map): Bind it to RET.
9806
9807 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
9808
9809 * progmodes/etags.el (next-file): Don't use set-buffer to change
9810 buffers (Bug#8478).
9811
9812 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
9813
9814 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
9815
9816 * apropos.el (apropos-label-face): Avoid variable-pitch face.
9817 (apropos-accumulator): Doc fix.
9818 (apropos-function, apropos-macro, apropos-command)
9819 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9820 (apropos-plist): Add face property.
9821 (apropos-symbols-internal): Fix indentation.
9822 (apropos-print): Simplify help, and recognize apropos-multi-type.
9823 (apropos-print-doc): Use button-type-get to extract the button's
9824 face property. Fill docstring (Bug#8352).
9825
9826 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
9827
9828 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
9829
9830 * play/mpuz.el (mpuz-silent): Doc fix.
9831 (mpuz-mode-map): Use mapc.
9832 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
9833 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
9834 Fix typos in docstrings.
9835
9836 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
9837 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
9838
9839 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
9840
9841 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
9842
9843 * minibuffer.el (completion--do-completion): Avoid the "Next char
9844 not unique" prompt if icomplete-mode is enabled (Bug#5849).
9845
9846 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
9847 mouse-2 into unread-command-events, it is interpreted correctly.
9848
9849 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
9850 (image-toggle-display): Doc fix.
9851
9852 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
9853
9854 * textmodes/page.el (what-page): Use line-number-at-pos to
9855 calculate line number (Bug#6825).
9856
9857 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
9858
9859 * eshell/esh-mode.el (find-tag-interactive): Declare function.
9860 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
9861 Pass argument NO-DEFAULT to `find-tag-interactive'.
9862
9863 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
9864
9865 Lexical-binding cleanup.
9866
9867 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
9868 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
9869 * progmodes/ada-prj.el (ada-prj-initialize-values)
9870 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
9871 (ada-prj-show-value):
9872 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
9873 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
9874 (antlr-invalidate-context-cache, antlr-options-menu-filter)
9875 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
9876 * progmodes/bug-reference.el (bug-reference-push-button):
9877 * progmodes/fortran.el (fortran-line-length):
9878 * progmodes/glasses.el (glasses-change):
9879 * progmodes/octave-mod.el (octave-fill-paragraph):
9880 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
9881 (python-pdbtrack-grub-for-buffer, python-sentinel):
9882 * progmodes/sql.el (sql-save-connection):
9883 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
9884 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
9885 Mark unused parameters.
9886
9887 * progmodes/compile.el (compilation--flush-directory-cache)
9888 (compilation--flush-parse, compile-internal): Mark unused parameters.
9889 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
9890 (compilation-next-error-function): Remove unused variable `timestamp'.
9891
9892 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
9893 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
9894
9895 * progmodes/dcl-mode.el (dcl-end-of-command):
9896 Remove unused variable `start'.
9897 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
9898 (dcl-option-value-basic, dcl-option-value-offset)
9899 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
9900 Mark unused parameters.
9901 (dcl-save-local-variable): Remove unused variable `val'.
9902 (mode): Declare.
9903
9904 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
9905 Mark unused parameters.
9906 (delphi-ignore-changes): Move before first use.
9907 (delphi-charset-token-at): Remove unused variable `start'.
9908 (delphi-else-start): Remove unused variable `if-count'.
9909 (delphi-comment-block-start, delphi-comment-block-end):
9910 Remove unused variable `kind'.
9911 (delphi-indent-line): Remove unused variable `new-point'.
9912
9913 * progmodes/ebrowse.el (ebrowse-files-list)
9914 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
9915 Mark unused parameters. Don't quote `lambda'.
9916 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
9917 Don't quote `lambda'.
9918 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
9919 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
9920 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
9921 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
9922 Use `ignore-errors'.
9923 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
9924 (ebrowse-view/find-file-and-search-pattern)
9925 (ebrowse-view/find-member-declaration/definition):
9926 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
9927 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
9928 Rename parameter PREFIX-ARG to PREFIX.
9929 (ebrowse-tags-read-name): Remove unused variables `start' and
9930 `member-info'.
9931 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
9932 to `tags-file'.
9933
9934 * progmodes/etags.el (local-find-tag-hook): Declare.
9935 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
9936 Mark unused parameters.
9937
9938 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
9939 (executable-interpret): Mark unused parameter.
9940
9941 * progmodes/flymake.el (flymake-process-sentinel)
9942 (flymake-after-change-function)
9943 (flymake-create-temp-with-folder-structure)
9944 (flymake-get-include-dirs-dot): Mark unused parameters.
9945 (flymake-safe-delete-directory): Remove unused variable `err'.
9946
9947 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
9948 (speedbar-timer-fn, speedbar-line-text)
9949 (speedbar-change-expand-button-char, speedbar-delete-subblock)
9950 (speedbar-center-buffer-smartly): Declare functions.
9951 (gdb-find-watch-expression): Remove unused variable `array'.
9952 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
9953 (gdb-starting): Mark unused parameters.
9954 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
9955 (gdb-table-string): Remove unused variable `res'.
9956 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
9957 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
9958 (gdb-display-buffer): Remove unused variable `cur-size'.
9959
9960 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
9961 allow lexical-binding compilation.
9962 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
9963 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
9964 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
9965 Mark unused parameters.
9966 (gud-gdb-marker-filter): Remove unused variable `match'.
9967 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
9968 lambda expressions and funcall them, instead of using `fset'.
9969
9970 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
9971 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
9972
9973 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
9974 variable `header-beg'; use `let'.
9975
9976 * progmodes/icon.el (indent-icon-exp): Remove unused variables
9977 `restart', `last-sexp' and `at-do'.
9978
9979 * progmodes/js.el (js--debug): Mark unused parameter.
9980 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
9981 (js--splice-into-items): Remove unused variable `item'.
9982 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
9983
9984 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
9985 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
9986 (makefile-complete): Remove unused variable `try'.
9987 (makefile-fill-paragraph, makefile-match-function-end):
9988 Mark unused parameters.
9989
9990 * progmodes/octave-inf.el (inferior-octave-complete):
9991 Remove unused variable `proc'.
9992 (inferior-octave-output-digest): Mark unused parameter.
9993
9994 * progmodes/perl-mode.el (perl-calculate-indent):
9995 Remove unused variable `err'.
9996
9997 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
9998 (prolog-indent-line): Mark unused parameters.
9999 (prolog-indent-line): Remove unused variable `beg'.
10000
10001 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
10002 (reporter-dont-compact-list): Declare.
10003
10004 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
10005 Remove unused variable `char'.
10006 (sh-debug): Mark unused parameter.
10007 (sh-get-indent-info): Remove unused variable `start'.
10008 (sh-calculate-indent): Remove unused variable `var'.
10009
10010 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
10011 (simula-electric-keyword): Remove unused variable `null'.
10012 (simula-search-backward, simula-search-forward): Remove unused
10013 variables `begin' and `end'.
10014
10015 * progmodes/vera-mode.el (vera-guess-basic-syntax):
10016 Remove unused variable `pos'.
10017 (vera-electric-tab, vera-comment-uncomment-region):
10018 Mark unused parameters.
10019 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
10020
10021 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * emacs-lisp/package.el (package--builtins, package-alist)
10024 (package-load-descriptor, package-built-in-p, package-activate)
10025 (define-package, package-installed-p)
10026 (package-compute-transaction, package-buffer-info)
10027 (package--push): Doc fix. Distinguish more clearly between
10028 version strings and version lists.
10029
10030 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
10031
10032 Lexical-binding cleanup.
10033
10034 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
10035 (5x5-make-mutate-best):
10036 * play/fortune.el (fortune-in-buffer):
10037 * play/gomoku.el (gomoku-init-display):
10038 * play/solitaire.el (solitaire, solitaire-do-check):
10039 * play/tetris.el (tetris-default-update-speed-function):
10040 Mark unused parameters.
10041
10042 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
10043 (bubbles--shift): Remove unused variable `char-org'.
10044 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
10045 (bubbles--show-images): Remove unused variable `char'.
10046
10047 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
10048 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
10049 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
10050 (decipher-analyze-buffer): Use ?\s.
10051 (decipher-make-checkpoint): Remove unused variable `mapping'.
10052
10053 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
10054
10055 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10056 Remove unused variable `result'; use `let'.
10057
10058 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
10059 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
10060 (gametree-children-shown-p, gametree-compute-reduced-score):
10061 Use `ignore-errors'.
10062
10063 * play/handwrite.el (ps-lpr-switches): Declare.
10064 (handwrite): Remove unused variables `pmin' and `lastp'.
10065
10066 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
10067
10068 * play/landmark.el (landmark-init-display)
10069 (landmark-update-naught-weights): Mark unused parameters.
10070 (landmark-y): Remove unused variable `noise'. Simplify.
10071 (landmark-human-plays): Remove unused variable `score'.
10072
10073 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
10074 (mpuz-try-proposal): Remove unused variable `game'.
10075
10076 * play/zone.el (life-patterns): Declare.
10077
10078 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
10079
10080 * vc/vc.el (ediff-vc-internal): Declare function.
10081
10082 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * shell.el: Use lexical-binding and std completion UI.
10085 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
10086 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
10087 comint-preoutput-filter-functions rather than on
10088 comint-output-filter-functions.
10089 (shell-command-completion, shell--command-completion-data)
10090 (shell-filename-completion, shell-environment-variable-completion)
10091 (shell-c-a-p-replace-by-expanded-directory): New functions.
10092 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
10093 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
10094 (shell-dynamic-complete-environment-variable): Use them.
10095 (shell-dynamic-complete-as-environment-variable)
10096 (shell-dynamic-complete-as-command): Remove.
10097 (shell-match-partial-variable): Match past point.
10098 * comint.el: Clean up use of completion-at-point-functions.
10099 (comint-completion-at-point): New function.
10100 (comint-mode): Use it completion-at-point-functions.
10101 (comint-dynamic-complete): Make it obsolete.
10102 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
10103 (comint-c-a-p-replace-by-expanded-history): New function.
10104 (comint-dynamic-complete-functions)
10105 (comint-replace-by-expanded-history): Use it.
10106 * minibuffer.el (completion-table-with-terminator): Allow dynamic
10107 termination strings. Try harder to avoid second try-completion.
10108 (completion-in-region-mode-map): Disable bindings that don't work yet.
10109
10110 * comint.el: Use lexical-binding. Require CL.
10111 (comint-dynamic-complete-functions): Use comint-filename-completion.
10112 (comint-completion-addsuffix): Tweak custom type.
10113 (comint-filename-completion, comint--common-suffix)
10114 (comint--common-quoted-suffix, comint--table-subvert)
10115 (comint--complete-file-name-data): New functions.
10116 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
10117 (comint-dynamic-list-filename-completions): Use them.
10118 (comint-dynamic-simple-complete): Make obsolete.
10119
10120 * minibuffer.el (completion-in-region-mode):
10121 Keep completion-in-region-mode--predicate global.
10122 (completion-in-region--postch):
10123 Assume completion-in-region-mode--predicate is not null.
10124
10125 * progmodes/flymake.el (flymake-start-syntax-check-process):
10126 Obey `dir'. Simplify.
10127
10128 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
10129 we're in VC after all.
10130
10131 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
10132
10133 * vc/vc.el (vc-diff-build-argument-list-internal)
10134 (vc-version-ediff, vc-ediff): New commands.
10135 (vc-version-diff): Use vc-diff-build-argument-list-internal.
10136
10137 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
10140 add sanity check.
10141
10142 * obsolete/erc-hecomplete.el: Make obsolete.
10143 * obsolete/: Standardize obsolescence info in the header.
10144
10145 2011-04-20 Glenn Morris <rgm@gnu.org>
10146
10147 * calendar/solar.el (solar-horizontal-coordinates):
10148 Use the longitude argument rather than `calendar-longitude'.
10149 (solar-date-next-longitude): Remove unused locals.
10150
10151 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10152
10153 * whitespace.el: New version 13.2.1.
10154
10155 2011-04-20 felix <EmacsWiki> (tiny change)
10156
10157 * whitespace.el (global-whitespace-mode): Keep highlight when
10158 switching between major modes on a file.
10159
10160 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
10163 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
10164 multi-line comments as well.
10165
10166 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
10167
10168 Lexical-binding cleanup.
10169
10170 * arc-mode.el (archive-mode-revert):
10171 * cmuscheme.el (scheme-interactively-start-process):
10172 * custom.el (custom-initialize-delay):
10173 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
10174 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
10175 * emacs-lock.el (emacs-lock-clear-sentinel):
10176 * ezimage.el (defezimage):
10177 * follow.el (follow-avoid-tail-recenter):
10178 * fringe.el (set-fringe-mode-1):
10179 * generic-x.el (bat-generic-mode-compile):
10180 * help-mode.el (help-info-variable, help-do-xref)
10181 (help-mode-revert-buffer):
10182 * help.el (view-emacs-todo):
10183 * iswitchb.el (iswitchb-completion-help):
10184 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
10185 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
10186 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
10187 * locate.el (locate-update):
10188 * longlines.el (longlines-encode-region)
10189 (longlines-after-change-function):
10190 * outline.el (outline-isearch-open-invisible):
10191 * ps-def.el (declare-function, charset-dimension, char-width)
10192 (encode-char):
10193 * ps-mule.el (ps-mule-plot-string):
10194 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
10195 (recentf-edit-list-select, recentf-edit-list-validate)
10196 (recentf-open-files-action):
10197 * rect.el (delete-whitespace-rectangle-line)
10198 (rectangle-number-line-callback):
10199 * register.el (window-configuration-to-register)
10200 (frame-configuration-to-register):
10201 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
10202 * select.el (xselect-convert-to-string, xselect-convert-to-length)
10203 (xselect-convert-to-targets, xselect-convert-to-delete)
10204 (xselect-convert-to-filename, xselect-convert-to-charpos)
10205 (xselect-convert-to-lineno, xselect-convert-to-colno)
10206 (xselect-convert-to-os, xselect-convert-to-host)
10207 (xselect-convert-to-user, xselect-convert-to-class)
10208 (xselect-convert-to-name, xselect-convert-to-integer)
10209 (xselect-convert-to-atom, xselect-convert-to-identity):
10210 * subr.el (declare, ignore, process-kill-without-query)
10211 (text-clone-maintain):
10212 * terminal.el (te-get-char, te-tic-sentinel):
10213 * tool-bar.el (tool-bar-make-keymap):
10214 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
10215 * type-break.el (type-break-mode, type-break-noninteractive-query):
10216 * view.el (View-back-to-mark):
10217 * wid-browse.el (widget-browse-action, widget-browse-widget)
10218 (widget-browse-widgets, widget-browse-sexp):
10219 * widget.el (define-widget-keywords):
10220 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
10221 Mark unused parameters.
10222
10223 * align.el (align-adjust-col-for-rule): Mark unused parameter.
10224 (align-areas): Remove unused variable `look'.
10225 (align-region): Remove unused variables `real-end' and `pos-list'.
10226
10227 * apropos.el (apropos-score-doc): Remove unused variable `i'.
10228
10229 * bindings.el (mode-line-modified, mode-line-remote):
10230 Mark unused parameters.
10231 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
10232
10233 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
10234 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
10235
10236 * comint.el (comint-history-isearch-pop-state)
10237 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
10238 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
10239 (comint-substitute-in-file-name): Doc fix.
10240
10241 * completion.el (cmpl-statistics-block): Mark unused parameter.
10242 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
10243 (save-completions-to-file, load-completions-from-file):
10244 Remove unused local variable `e'.
10245
10246 * composite.el (compose-chars): Remove unused variable `len'.
10247 (lgstring-insert-glyph): Remove unused variable `g'.
10248 (compose-glyph-string): Remove unused variables `ascent',
10249 `descent', `lbearing' and `rbearing'.
10250 (compose-glyph-string-relative): Remove unused variables
10251 `lbearing', `rbearing' and `wadjust'.
10252 (compose-gstring-for-graphic): Remove unused variables `header',
10253 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
10254 (compose-gstring-for-terminal): Remove unused variables `header'
10255 and `nchars'. Use `let', not `let*'.
10256
10257 * cus-edit.el (Custom-set, Custom-save, custom-reset)
10258 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
10259 (Custom-buffer-done, custom-buffer-create-internal)
10260 (custom-browse-visibility-action, custom-browse-group-tag-action)
10261 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
10262 (widget-magic-mouse-down-action, custom-toggle-parent)
10263 (custom-add-parent-links, custom-toggle-hide-variable)
10264 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
10265 (custom-toggle-hide-face, face, hook, custom-group-link-action)
10266 (custom-face-menu-create, custom-variable-menu-create, get)
10267 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
10268 (custom-reset-standard-save-and-update): Remove unused variable `value'.
10269 (customize-apropos): Remove unused variable `tests'.
10270 (custom-group-value-create): Remove unused variable `hidden-p'.
10271 (sort-fold-case): Declare.
10272
10273 * cus-theme.el (custom-reset-standard-faces-list)
10274 (custom-reset-standard-variables-list): Declare.
10275 (customize-create-theme, custom-theme-revert, custom-theme-write)
10276 (custom-theme-choose-mode, customize-themes, custom-theme-save):
10277 Mark unused parameters.
10278
10279 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
10280
10281 * delim-col.el (delimit-columns-max): Move defvar before first use.
10282
10283 * descr-text.el (describe-char-categories): Don't quote `lambda'.
10284 (describe-char): Don't quote `lambda'. Mark unused parameter.
10285
10286 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
10287 (auto-insert): Declare.
10288 (desktop-restore-file-buffer): Rename desktop-* parameters;
10289 mark unused ones.
10290 (desktop-create-buffer): Rename desktop-* parameters and bind them.
10291 (desktop-buffer): Rename desktop-* parameters.
10292
10293 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10294 (dframe-reposition-frame-xemacs, dframe-help-echo)
10295 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
10296 Mark unused parameters.
10297
10298 * dired-aux.el (backup-extract-version-start, overwrite-query)
10299 (overwrite-backup-query, rename-regexp-query)
10300 (rename-non-directory-query): Declare.
10301 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
10302 (dired-add-entry): Remove unused variable `orig-file-name'.
10303 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
10304 Use parameter PRESERVE-TIME instead of accessing dynamic variable
10305 `dired-copy-preserve-time' directly.
10306 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
10307 (dired-insert-subdir-newpos): Rename unused variable `pos'.
10308
10309 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
10310 (dired-virtual-revert, dired-make-relative-symlink):
10311 Mark unused parameters.
10312 (manual-program): Declare.
10313 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
10314 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
10315 wrapped in `with-no-warnings' to avoid replacing one warning by another.
10316
10317 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
10318
10319 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
10320
10321 * echistory.el (electric-history-in-progress, Helper-return-blurb):
10322 Declare.
10323
10324 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
10325
10326 * electric.el (Electric-command-loop): Rename parameter
10327 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
10328
10329 * expand.el (expand-in-literal): Remove unused variable `here'.
10330
10331 * facemenu.el (facemenu-add-new-color):
10332 Remove unused variable `docstring'.
10333
10334 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
10335 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
10336 (face-attr-construct): Mark unused parameter. Doc fix.
10337 (read-color): Remove unused variable `hex-string'.
10338
10339 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
10340 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
10341 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
10342 (display-buffer-other-frame): Remove unused variable `old-window'.
10343 (kill-buffer-hook): Declare.
10344 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
10345 Mark unused parameters.
10346 (after-find-file): Pass 1 to `auto-save-mode', not t.
10347
10348 * files-x.el (auto-insert): Declare.
10349 (modify-file-local-variable-prop-line): Remove unused variable `val'.
10350
10351 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
10352 variable `buf'. Mark unused parameter.
10353 (find-lisp-insert-directory): Mark unused parameter.
10354
10355 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
10356 (format-encode-region): Remove unused variables `cur-buf' and `result'.
10357 (format-common-tail): Remove, unused.
10358 (format-deannotate-region): Remove unused variable `loc'.
10359 (format-annotate-region): Remove unused variable `p'.
10360 (format-annotate-single-property-change): Remove unused variables
10361 `default' and `tail'.
10362
10363 * forms.el (read-file-filter): Declare.
10364 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
10365
10366 * frame.el (frame-creation-function-alist): Mark unused parameter.
10367 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
10368
10369 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
10370 Remove unused parameters.
10371 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
10372 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
10373
10374 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
10375 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
10376 (hfy-prepare-tag-map): Mark unused parameters.
10377 (htmlfontify-buffer): Use `called-interactively-p'.
10378
10379 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
10380 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
10381 (ibuffer-do-occur): Mark unused parameters.
10382 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
10383 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
10384
10385 * ibuffer.el: Don't quote `lambda'.
10386 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
10387 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
10388 Mark unused parameters.
10389
10390 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
10391 (ido-completing-read): Mark unused parameters.
10392 (ido-copy-current-word): Mark unused parameters;
10393 remove unused variable `name'.
10394 (ido-sort-merged-list): Remove unused parameter `dirs'.
10395
10396 * ielm.el (ielm-input-sender): Mark unused parameter.
10397 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
10398 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
10399 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
10400 `ielm-string' as a dynamic variable accessible from the IELM prompt.
10401 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
10402
10403 * image-dired.el (image-dired-display-thumbs): Remove unused
10404 variables `curr-file' and `count'.
10405 (image-dired-remove-tag): Remove unused variable `start'.
10406 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
10407 variable `curr-file'
10408 (image-dired-rotate-original): Remove unused variable `temp-file'.
10409 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
10410 Remove unused variable `file'.
10411 (image-dired-gallery-generate): Remove unused variable `curr'.
10412 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
10413
10414 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
10415
10416 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
10417
10418 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
10419
10420 * isearch.el (minibuffer-history-symbol): Declare.
10421 (isearch-edit-string): Remove unused variable `err'.
10422 (isearch-message-prefix, isearch-message-suffix):
10423 Mark unused parameters.
10424
10425 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
10426
10427 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
10428
10429 * makesum.el (double-column): Remove unused variable `cnt'.
10430
10431 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
10432 (ido-ignore-item-temp-list): Declare.
10433
10434 * mouse-drag.el (mouse-drag-throw): Remove unused variables
10435 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
10436 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
10437 (mouse-drag-drag): Remove unused variables `mouse-delta' and
10438 `mouse-col-delta'.
10439
10440 * mouse-sel.el (mouse-extend-internal):
10441 Remove unused variable `orig-window-frame'.
10442
10443 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
10444 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
10445 Move declarations before first use.
10446 (pcomplete-opt): Mark unused parameters; doc fix.
10447
10448 * proced.el (proced-revert): Mark unused parameter.
10449 (proced-send-signal): Remove unused variable `err'.
10450
10451 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
10452 Rename parameter PREFIX-ARG to ARG.
10453 (ps-basic-plot-string, ps-basic-plot-whitespace):
10454 Mark unused parameters.
10455
10456 * replace.el (replace-count): Define.
10457 (occur-revert-function): Mark unused parameters.
10458 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
10459 (isearch-case-fold-search, isearch-string): Declare.
10460 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
10461 bind `case-fold-search'. Remove unused variables `beg' and `end',
10462 and simplify.
10463 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
10464 COUNT and bind `replace-count'.
10465 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
10466 to COUNT.
10467
10468 * savehist.el (print-readably, print-string-length): Declare.
10469
10470 * shadowfile.el (shadow-expand-cluster-in-file-name):
10471 Remove unused variable `cluster'.
10472 (shadow-copy-file): Remove unused variable `i'.
10473 (shadow-noquery, shadow-clusters, shadow-site-cluster)
10474 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
10475 (shadow-define-literal-group, shadow-define-regexp-group)
10476 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
10477
10478 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
10479 (shell): Use `called-interactively-p'.
10480 (shell-directory-tracker): Remove unused variable `chdir-failure'.
10481
10482 * simple.el (compilation-context-lines, comint-file-name-quote-list)
10483 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
10484 (delete-backward-char): Remove unused variable `ocol'.
10485 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
10486 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
10487 (event-apply-hyper-modifier, event-apply-shift-modifier)
10488 (event-apply-control-modifier, event-apply-meta-modifier):
10489 Mark unused parameters.
10490 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
10491 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
10492
10493 * speedbar.el (speedbar-ignored-directory-expressions)
10494 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
10495 (speedbar-find-file, speedbar-dir-follow)
10496 (speedbar-directory-buttons-follow, speedbar-tag-find)
10497 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
10498 (speedbar-buffers-line-directory, speedbar-buffer-click):
10499 Mark unused parameters.
10500 (speedbar-tag-file): Remove unused variable `mode'.
10501 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
10502
10503 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
10504
10505 * talk.el (talk): Remove unused variable `display'.
10506
10507 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
10508 (tar-write-region-annotate): Mark unused parameter.
10509
10510 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
10511 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
10512 Declare them, wrapped in `with-no-warnings' to avoid replacing one
10513 warning by another.
10514
10515 * time-stamp.el (time-stamp-string-preprocess):
10516 Remove unused variable `require-padding'.
10517
10518 * tree-widget.el (widget-glyph-enable): Declare.
10519 (tree-widget-action): Mark unused parameter.
10520
10521 * w32-fns.el (x-get-selection): Mark unused parameter.
10522 (autoload-make-program, generated-autoload-file): Declare.
10523
10524 * wdired.el (wdired-revert): Mark unused parameters.
10525 (wdired-xcase-word): Remove unused variable `err'.
10526
10527 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
10528 (whitespace-help-scroll): Remove unused variable `data-help'.
10529
10530 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
10531 (widget-image-insert, widget-after-change, default)
10532 (widget-default-format-handler, widget-default-notify)
10533 (widget-default-prompt-value, widget-info-link-action)
10534 (widget-url-link-action, widget-function-link-action)
10535 (widget-variable-link-action, widget-file-link-action)
10536 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
10537 (widget-field-prompt-internal, widget-field-action, widget-field-match)
10538 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
10539 (widget-insert-button-action, widget-delete-button-action, visibility)
10540 (widget-documentation-link-action, widget-documentation-string-action)
10541 (widget-const-prompt-value, widget-regexp-match, symbol)
10542 (widget-coding-system-prompt-value)
10543 (widget-key-sequence-value-to-external, sexp)
10544 (widget-sexp-value-to-internal, character, vector, cons)
10545 (widget-choice-prompt-value, widget-boolean-prompt-value)
10546 (widget-color--choose-action): Mark unused parameters.
10547 (widget-item-match-inline, widget-choice-match-inline)
10548 (widget-checklist-match, widget-checklist-match-inline)
10549 (widget-group-match): Rename parameter VALUES to VALS.
10550 (widget-field-value-set): Remove unused variable `size'.
10551 (widget-color-action): Remove unused variables `value' and `start'.
10552
10553 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
10554 variable `dir'. Doc fix.
10555 (windmove-find-other-window): Don't pass it.
10556
10557 * window.el (count-windows): Mark unused parameter.
10558 (bw-adjust-window): Remove unused variable `err'.
10559
10560 * woman.el (woman-file-name): Remove unused variable `default'.
10561 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
10562 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
10563 (global-font-lock-mode): Declare.
10564 (woman-decode-region): Mark unused parameter.
10565 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
10566
10567 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
10568 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
10569 (x-dnd-handle-moz-url): Remove unused variable `title'.
10570 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
10571
10572 * xml.el (xml-parse-tag, xml-parse-attlist):
10573 Remove unused variable `pos'.
10574
10575 2011-04-19 Glenn Morris <rgm@gnu.org>
10576
10577 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
10578 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10579 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10580 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
10581 * calendar/cal-html.el (cal-html-insert-minical):
10582 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
10583 (calendar-mark-date-pattern):
10584 Prefix "unused" locals.
10585
10586 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
10587 optional argument `style'.
10588
10589 * calendar/appt.el (appt-make-list):
10590 * calendar/cal-china.el (calendar-chinese-date-string):
10591 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
10592 (diary-hebrew-yahrzeit):
10593 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
10594 * calendar/calendar.el (calendar-generate-window):
10595 * calendar/time-date.el (time-to-days):
10596 Remove unused local variables.
10597
10598 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
10599
10600 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
10601 glyphless-char-display table.
10602 (tabulated-list-glyphless-char-display): New var.
10603
10604 2011-04-18 Sam Steingold <sds@gnu.org>
10605
10606 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
10607 to acknowledgments.
10608
10609 2011-04-17 Glenn Morris <rgm@gnu.org>
10610
10611 * calendar/diary-lib.el (diary-sexp-entry):
10612 * calendar/holidays.el (holiday-sexp):
10613 Set debug-on-error rather than the removed stack-trace-on-error.
10614
10615 2011-04-16 Glenn Morris <rgm@gnu.org>
10616
10617 * progmodes/f90.el: Use lexical-binding.
10618 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
10619
10620 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
10623 (mail-mode): Setup mailalias completion here instead.
10624 * mail/mailalias.el: Use lexical-binding.
10625 (pattern, mailalias-done): Declare dynamic.
10626 (mail-completion-at-point-function): New function, from mail-complete.
10627 (mail-complete): Use it.
10628 (mail-completion-expand): New function.
10629 (mail-get-names): Use it.
10630 (mail-directory, mail-directory-process, mail-directory-stream):
10631 Don't use `pattern' for lexically bound arg.
10632
10633 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
10634
10635 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
10636 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
10637 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
10638
10639 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
10640 (byte-save-window-excursion, byte-temp-output-buffer-setup)
10641 (byte-interactive-p): Define them again, for use when inlining
10642 old code.
10643
10644 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
10645
10646 * loadup.el: Use `string-to-number', not `string-to-int'.
10647
10648 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
10651 gud-gdb-complete-command.
10652 (gud-gdb-completions): New function, from gud-gdb-complete-command.
10653 (gud-gdb-completion-at-point): New function.
10654 (gud-gdb-completions): Remove.
10655
10656 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
10657
10658 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
10659 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
10660 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
10661 whether `executable-find' is bound.
10662
10663 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
10664
10665 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10666
10667 * minibuffer.el (completion-in-region-mode-predicate)
10668 (completion-in-region-mode--predicate): New vars.
10669 (completion-in-region, completion-in-region--postch)
10670 (completion-in-region-mode): Use them.
10671 (completion--capf-wrapper): Also return the hook function.
10672 (completion-at-point, completion-help-at-point):
10673 Adjust and provide a predicate.
10674
10675 Preserve arg names for advice of subr and lexical functions (bug#8457).
10676 * help-fns.el (help-function-arglist): Consolidate the subr and
10677 new-byte-code cases. Add argument `preserve-names' to extract names
10678 from the docstring when needed.
10679 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
10680 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
10681 (ad-arglist): Use help-function-arglist's new arg.
10682 (ad-definition-type): Use cond.
10683
10684 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
10685
10686 * autorevert.el (auto-revert-handler):
10687 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
10688 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
10689 Don't quote lambda.
10690
10691 * image-mode.el (image-transform-set-scale):
10692 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
10693
10694 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10695
10696 * net/network-stream.el (network-stream-open-starttls): Only do
10697 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
10698 Upgrades via gnutls-cli are too slow to be done opportunistically.
10699
10700 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
10701
10702 * dframe.el (dframe-current-frame): Remove spurious quote.
10703
10704 2011-04-12 Glenn Morris <rgm@gnu.org>
10705
10706 * calendar/cal-tex.el (cal-tex-end-document):
10707 Try to automatically use latin1 input if needed.
10708
10709 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
10710 Don't try to cons a mark onto an empty element.
10711
10712 2011-04-11 Leo Liu <sdl.web@gmail.com>
10713
10714 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
10715 buffers.
10716 (ido-kill-buffer-at-head): Support killing virtual buffers.
10717
10718 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
10719
10720 * minibuffer.el (completion-show-inline-help): New var.
10721 (completion--do-completion, minibuffer-complete)
10722 (minibuffer-force-complete, minibuffer-complete-word):
10723 Inhibit minibuffer messages if completion-show-inline-help is nil.
10724
10725 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
10726 to avoid interference from inline help (Bug#5849).
10727
10728 2011-04-10 Leo Liu <sdl.web@gmail.com>
10729
10730 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10731 Fix typo.
10732
10733 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
10734
10735 * image-mode.el (image-toggle-display-image): Signal an error if
10736 not in Image mode.
10737 (image-transform-mode, image-transform-resize)
10738 (image-transform-set-rotation): Doc fix.
10739 (image-transform-set-resize): Delete.
10740 (image-transform-set-scale, image-transform-fit-to-height)
10741 (image-transform-fit-to-width): Handle image-toggle-display-image
10742 and image-transform-resize directly.
10743
10744 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
10745
10746 * doc-view.el (doc-view-fit-width-to-window)
10747 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
10748 New functions for fitting the shown image to the Emacs window size.
10749 (doc-view-mode-map): Add bindings for the new functions.
10750
10751 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
10752
10753 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
10754 Fix typo in docstring.
10755
10756 2011-04-08 Eli Zaretskii <eliz@gnu.org>
10757
10758 * files.el (file-size-human-readable): Produce one digit after
10759 decimal, like "ls -lh" does.
10760
10761 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
10762 the file size representation.
10763
10764 * simple.el (list-processes): If async subprocesses are not
10765 available, error out with a clear error message.
10766
10767 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
10768
10769 * help.el (help-form-show): New function, to be called from C.
10770 Put help-form output in a buffer named differently than *Help*.
10771
10772 2011-04-08 Eli Zaretskii <eliz@gnu.org>
10773
10774 * files.el (file-size-human-readable): New function.
10775
10776 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
10777 computing the representation inline. Don't require `cl'.
10778
10779 2011-04-08 Glenn Morris <rgm@gnu.org>
10780
10781 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
10782
10783 * net/browse-url.el (browse-url-firefox):
10784 Test system-type, not system-configuration.
10785
10786 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
10787 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
10788 Use log-edit-empty-buffer-p. (Bug#7598)
10789
10790 * net/rlogin.el (rlogin-process-connection-type): Simplify.
10791 (rlogin-mode-map): Initialize in the defvar.
10792 (rlogin): Use ignore-errors.
10793
10794 * replace.el (occur-mode-map): Some fixes for menu items.
10795
10796 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10797
10798 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
10799
10800 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
10801
10802 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
10803 issuing unused warnings.
10804
10805 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
10806 macro directly.
10807
10808 * simple.el: Lisp reimplement of list-processes. Based on an
10809 earlier reimplementation by Leo Liu, but using tabulated-list.el.
10810 (process-menu-mode): New major mode.
10811 (list-processes--refresh, list-processes):
10812 (process-menu-visit-buffer): New functions.
10813
10814 * files.el (save-buffers-kill-emacs): Don't assume any return
10815 value of list-processes, which is undocumented anyway.
10816
10817 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
10818
10819 * emacs-lisp/tabulated-list.el: New file.
10820
10821 * emacs-lisp/package.el: Use Tabulated List mode.
10822 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
10823 (package-menu-mode): Derive from tabulated-list-mode. Set up the
10824 table format using Tabulated List mode variables.
10825 (package--push): New macro, replacing package-list-maybe-add.
10826 (package-menu--generate): Use package--push. Renamed from
10827 package--generate-package-list.
10828 (package-menu-refresh, list-packages): Use it.
10829 (package-menu--print-info): Rename from package-print-package.
10830 Return insertion data instead of inserting it directly.
10831 (package-menu-describe-package, package-menu-execute):
10832 Use tabulated-list-get-id.
10833 (package-menu-mark-delete, package-menu-mark-install)
10834 (package-menu-mark-unmark, package-menu-backup-unmark)
10835 (package-menu-mark-obsolete-for-deletion):
10836 Use tabulated-list-put-tag.
10837 (package--list-packages, package-menu-revert)
10838 (package-menu-get-package, package-menu-get-version)
10839 (package-menu-sort-by-column): Functions deleted.
10840 (package-menu-package-list, package-menu-sort-key): Vars deleted.
10841 (package-menu--status-predicate, package-menu--version-predicate)
10842 (package-menu--name-predicate)
10843 (package-menu--description-predicate): Handle arguments in the
10844 Tabulated List format.
10845 (package-list-packages-no-fetch): Call list-packages.
10846
10847 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
10848
10849 * files.el (after-find-file-from-revert-buffer): Remove variable.
10850 (after-find-file): Don't bind it.
10851 (revert-buffer-in-progress-p): New variable.
10852 (revert-buffer): Bind it.
10853 Pass nil for `after-find-file-from-revert-buffer'.
10854
10855 * saveplace.el (save-place-find-file-hook): Use new variable
10856 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
10857
10858 2011-04-06 Glenn Morris <rgm@gnu.org>
10859
10860 * Makefile.in (AUTOGEN_VCS): New variable.
10861 (autoloads): Use $AUTOGEN_VCS.
10862
10863 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
10864 * calendar/calendar.el (calendar-mode-map):
10865 Check for toolkit scroll bars. (Bug#8305)
10866
10867 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
10868
10869 * minibuffer.el (completion-in-region--postch)
10870 (completion-in-region-mode): Remove unnecessary messages.
10871
10872 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
10873
10874 * font-lock.el (font-lock-refresh-defaults):
10875 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
10876 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
10877
10878 * info.el (Info-directory-list, Info-read-node-name-2)
10879 (Info-split-parameter-string): Doc fixes.
10880 (Info-virtual-nodes): Reflow docstring.
10881 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
10882 (Info-apropos-toc-nodes, info-finder, Info-get-token)
10883 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
10884 Fix typos in docstrings.
10885 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
10886 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
10887 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
10888 (Info-restore-desktop-buffer): Mark unused parameters.
10889 (Info-directory-find-file, Info-directory-find-node)
10890 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
10891 (Info-virtual-index-find-node, Info-apropos-find-file)
10892 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
10893 Mark unused parameters; fix typos in docstrings.
10894 (Info-virtual-index): Remove unused local variable `nodename'.
10895
10896 2011-04-05 Deniz Dogan <deniz@dogan.se>
10897
10898 * net/rcirc.el: Update my e-mail address.
10899 (rcirc-mode-map): Remove M-o binding.
10900
10901 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
10902
10903 * startup.el (command-line): Save the cursor's theme-face
10904 directly, instead of using face-override-spec.
10905
10906 * custom.el (load-theme): Minor optimization in assigning faces.
10907
10908 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
10909
10910 * help-fns.el (describe-variable): Complete all variables having
10911 documentation, including keywords.
10912 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
10913
10914 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
10915
10916 Convert to lexical-binding.
10917
10918 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
10919 (bs--get-marked-string, bs--get-modified-string)
10920 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
10921 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
10922 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
10923
10924 * ehelp.el (electric-help-execute-extended)
10925 (electric-help-ctrl-x-prefix):
10926 * hexl.el (hexl-revert-buffer-function):
10927 * linum.el (linum-after-change, linum-after-scroll):
10928 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
10929
10930 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
10931
10932 2011-04-04 Daiki Ueno <ueno@unixuser.org>
10933
10934 * epa-dired.el:
10935 * epa-mail.el:
10936 * epa-hook.el:
10937 * epa-file.el:
10938 * epa.el:
10939 * epg.el: Use lexical binding.
10940
10941 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
10942
10943 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
10944
10945 * textmodes/flyspell.el (flyspell-word): Recognize default
10946 dictionary case for flyspell-mark-duplications-exceptions.
10947 Use regexp matching for languages.
10948 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
10949 default dictionary (Bug#7926).
10950
10951 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
10952
10953 * emacs-lisp/package.el (package--with-work-buffer):
10954 Recognize https URLs.
10955
10956 * net/network-stream.el: Move from gnus/proto-stream.el.
10957 Change prefix to network-stream throughout.
10958 (open-protocol-stream): Merge into open-network-stream, leaving
10959 open-protocol-stream as an alias. Handle nil BUFFER args.
10960
10961 * subr.el (open-network-stream): Move to net/network-stream.el.
10962
10963 2011-04-02 Glenn Morris <rgm@gnu.org>
10964
10965 * find-dired.el (find-exec-terminator): New option.
10966 (find-ls-option): Test for -ls support.
10967 (find-ls-subdir-switches): Test for -b in find-ls-option.
10968 (find-dired, find-grep-dired): Doc fixes.
10969 (find-dired): Use find-exec-terminator.
10970
10971 * find-dired.el (find-ls-option, find-ls-subdir-switches)
10972 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
10973 (find-name-arg): Remove purecopy.
10974
10975 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
10976 (grep-compute-defaults): Check for `-exec COMMAND +' support.
10977 Set grep-find-use-xargs, grep-find-command, and grep-find-template
10978 accordingly. Don't add the null-device if not needed.
10979
10980 * files.el (save-some-buffers): Doc fix.
10981
10982 2011-04-02 Eli Zaretskii <eliz@gnu.org>
10983
10984 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
10985
10986 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
10987
10988 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
10989 Use `dolist' rather than `mapcar'.
10990
10991 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10992
10993 Add lexical binding.
10994
10995 * subr.el (apply-partially): Use new closures rather than CL.
10996 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
10997 (dolist, dotimes): Use slightly different expansion for lexical code.
10998 (functionp): Move to C.
10999 (letrec): New macro.
11000 (with-wrapper-hook): Use it and apply-partially instead of CL.
11001 (eval-after-load): Preserve lexical-binding.
11002 (save-window-excursion, with-output-to-temp-buffer): Turn them
11003 into macros.
11004
11005 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
11006
11007 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
11008 than the arglist.
11009 (help-add-fundoc-usage): Don't add `Not documented'.
11010 (help-function-arglist): Handle closures, subroutines, and new
11011 byte-code-functions.
11012 (help-make-usage): Remove leading underscores.
11013 (describe-function-1): Handle closures.
11014 (describe-variable): Use special-variable-p for completion.
11015
11016 * files.el (lexical-binding): Declare safe.
11017
11018 * emacs-lisp/pcase.el: Don't use destructuring-bind.
11019 (pcase--memoize): Rename from pcase-memoize. Change weakness.
11020 (pcase): Add `let' pattern.
11021 Change memoization so it actually works.
11022 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
11023 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
11024 <let>: New case.
11025
11026 * emacs-lisp/macroexp.el: Use lexical binding.
11027 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
11028 Don't convert ' to #' without checking that it's indeed quoting
11029 a lambda.
11030
11031 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
11032 Use eval-sexp-add-defvars.
11033 (eval-sexp-add-defvars): New fun.
11034
11035 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
11036
11037 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
11038 Don't autoload.
11039 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
11040 than the internal `byte-compile-lambda'.
11041 (defmethod): Don't hide code under quotes.
11042 (eieio-defmethod): New `code' argument.
11043
11044 * emacs-lisp/eieio-comp.el: Remove.
11045
11046 * emacs-lisp/edebug.el (edebug-eval-defun)
11047 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
11048 (edebug-toggle): Avoid `eval'.
11049
11050 * emacs-lisp/disass.el (disassemble-internal): Handle new
11051 `closure' objects.
11052 (disassemble-1): Handle new byte codes.
11053
11054 * emacs-lisp/cl.el (pushnew): Silence warning.
11055
11056 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
11057 (cl-byte-compile-throw): Remove.
11058 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
11059
11060 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
11061 closures.
11062
11063 * emacs-lisp/cconv.el: New file.
11064
11065 * emacs-lisp/bytecomp.el: Use lexical binding instead of
11066 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
11067 (byte-compile-initial-macro-environment):
11068 Handle declare-function here.
11069 (byte-compile--lexical-environment): New var.
11070 (byte-stack-ref, byte-stack-set, byte-discardN)
11071 (byte-discardN-preserve-tos): New lap codes.
11072 (byte-interactive-p): Don't use any more.
11073 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
11074 New macros.
11075 (byte-compile-lapcode): Use them and handle new lap codes.
11076 (byte-compile-obsolete): Remove.
11077 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
11078 (byte-compile-arglist-warn): Check late def of inlinable funs.
11079 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
11080 since they should have been expanded by now.
11081 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
11082 (byte-compile-from-buffer): Remove unused second arg.
11083 (byte-compile-preprocess): New function.
11084 (byte-compile-toplevel-file-form): New function to distinguish
11085 file-form calls from outside from file-form calls from hunk-handlers.
11086 (byte-compile-file-form): Simplify.
11087 (byte-compile-file-form-defsubst): Remove.
11088 (byte-compile-file-form-defmumble): Simplify now that
11089 byte-compile-lambda always returns a byte-code-function.
11090 (byte-compile): Preprocess.
11091 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
11092 Remove, not used any more.
11093 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
11094 (byte-compile-make-args-desc): New funs.
11095 (byte-compile-lambda): Handle lexical functions. Always return
11096 a byte-code-function.
11097 (byte-compile-reserved-constants): New var, to make up room for
11098 closed-over variables.
11099 (byte-compile-constants-vector): Obey it.
11100 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
11101 (byte-compile-macroexpand-declare-function): New function.
11102 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
11103 byte-code-functions.
11104 (byte-compile-form): Check obsolescence here.
11105 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
11106 (byte-compile-variable-ref): Remove.
11107 (byte-compile-dynamic-variable-op): New fun.
11108 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
11109 (byte-compile-variable-set): New funs.
11110 (byte-compile-discard): Add 2 args.
11111 (byte-compile-stack-ref, byte-compile-stack-set)
11112 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
11113 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
11114 macroexpand-all instead.
11115 (byte-compile-quote-form): Remove.
11116 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
11117 (byte-compile-bind, byte-compile-unbind): New funs.
11118 (byte-compile-let): Handle let* and lexical binding.
11119 (byte-compile-let*): Remove.
11120 (byte-compile-catch, byte-compile-unwind-protect)
11121 (byte-compile-track-mouse, byte-compile-condition-case):
11122 Handle a new :fun-body form, used for lexical scoping.
11123 (byte-compile-save-window-excursion)
11124 (byte-compile-with-output-to-temp-buffer): Remove.
11125 (byte-compile-defun): Simplify.
11126 (byte-compile-stack-adjustment): New fun.
11127 (byte-compile-out): Use it.
11128 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
11129
11130 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
11131 handler any more.
11132
11133 * emacs-lisp/byte-opt.el: Use lexical binding.
11134 (byte-inline-lapcode): Remove (to bytecomp).
11135 (byte-compile-inline-expand): Pay attention to inlining to/from
11136 lexically bound code.
11137 (byte-compile-unfold-lambda): Don't handle byte-code-functions
11138 any more.
11139 (byte-optimize-form-code-walker): Don't handle save-window-excursion
11140 any more and don't call compiler-macros.
11141 (byte-compile-splice-in-already-compiled-code): Remove.
11142 (byte-code): Don't inline any more.
11143 (disassemble-offset): Receive `bytes' as argument rather than via
11144 dynamic scoping.
11145 (byte-compile-tag-number): Declare before first use.
11146 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
11147 `return' even if make-spliceable.
11148 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
11149 obsolete interactive-p.
11150 (byte-optimize-lapcode): Optimize new lap-codes.
11151 Don't trip up on new form of `byte-constant' lap code.
11152
11153 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
11154
11155 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
11156
11157 * custom.el (custom-initialize-default, custom-declare-variable):
11158 Use `defvar'.
11159
11160 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
11161 New variables.
11162 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
11163 (COMPILE_FIRST): Add macroexp and cconv.
11164 * makefile.w32-in: Mirror changes in Makefile.in.
11165
11166 * vc/cvs-status.el:
11167 * vc/diff-mode.el:
11168 * vc/log-edit.el:
11169 * vc/log-view.el:
11170 * vc/smerge-mode.el:
11171 * textmodes/bibtex-style.el:
11172 * textmodes/css.el:
11173 * startup.el:
11174 * uniquify.el:
11175 * minibuffer.el:
11176 * newcomment.el:
11177 * reveal.el:
11178 * server.el:
11179 * mpc.el:
11180 * emacs-lisp/smie.el:
11181 * doc-view.el:
11182 * dired.el:
11183 * abbrev.el: Use lexical binding.
11184
11185 2011-04-01 Eli Zaretskii <eliz@gnu.org>
11186
11187 * info.el (info-display-manual): New function.
11188
11189 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11190
11191 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
11192
11193 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
11194
11195 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
11196 an entry for that server in rcirc-authinfo. (Bug#8385)
11197
11198 2011-03-31 Glenn Morris <rgm@gnu.org>
11199
11200 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
11201
11202 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
11203
11204 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
11205
11206 * progmodes/python.el (python-default-interpreter)
11207 (python-python-command-args, python-jython-command-args)
11208 (python-which-shell, python-which-args, python-which-bufname)
11209 (python-file-queue, python-comint-output-filter-function)
11210 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
11211 variables and functions.
11212
11213 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
11216 (completion-in-region-mode): New minor mode.
11217 (completion-in-region): Use it.
11218 (completion-in-region--data, completion-in-region-mode-map): New vars.
11219 (completion-in-region--postch): New function.
11220 (completion--capf-misbehave-funs, completion--capf-safe-funs):
11221 New vars.
11222 (completion--capf-wrapper): New function.
11223 (completion-at-point): Use it to track well-behavedness of
11224 hook functions.
11225 (completion-help-at-point): New command.
11226
11227 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
11228
11229 * vc/add-log.el (add-change-log-entry): Don't use whitespace
11230 syntax class to search for whitespace on a single line
11231 (Message-ID: <4D938140.4030905@redhat.com>).
11232
11233 2011-03-30 Leo Liu <sdl.web@gmail.com>
11234
11235 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
11236 New commands.
11237 (edit-abbrevs-map): Bind them here.
11238 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
11239
11240 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
11241
11242 * allout.el (allout-hide-by-annotation, allout-flag-region):
11243 Reduce possibility of overlay leakage by making them volatile.
11244
11245 * allout-widgets.el (allout-widgets-tally): Define as nil so the
11246 hash is not shared between buffers. Mode initialization is
11247 responsible for giving it a useful starting value.
11248 (allout-item-span): Reduce possibility of overlay leakage by
11249 making them volatile.
11250 (allout-widgets-count-buttons-in-region): Add diagnostic function
11251 for tracking down button overlay leaks.
11252
11253 2011-03-29 Leo Liu <sdl.web@gmail.com>
11254
11255 * ido.el (ido-read-internal): Use the default history var
11256 minibuffer-history if no HISTORY is specified.
11257
11258 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
11259
11260 * net/imap.el (imap-shell-open, imap-process-connection-type):
11261 Use imap-process-connection-type for 'shell' streams as well as
11262 Kerberos, SSL, other subprocesses.
11263
11264 2011-03-28 Leo Liu <sdl.web@gmail.com>
11265
11266 * abbrev.el (abbrev-table-empty-p): New function.
11267 (prepare-abbrev-list-buffer): Place empty abbrev tables after
11268 nonempty ones. (Bug#5937)
11269
11270 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
11271
11272 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
11273
11274 2011-03-27 Leo Liu <sdl.web@gmail.com>
11275
11276 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
11277 for foreground and background colors.
11278 (ansi-color-make-color-map): Adapt.
11279
11280 2011-03-25 Leo Liu <sdl.web@gmail.com>
11281
11282 * midnight.el (midnight-time-float): Remove. Note it calculates
11283 the microsecond component incorrectly and seconds-to-time does the
11284 same job.
11285 Remove redundant (require 'timer).
11286
11287 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
11288 (ido-completions): Remove unused arguments. (Bug#8329)
11289
11290 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11291
11292 * minibuffer.el (completion--flush-all-sorted-completions):
11293 Remove itself from hook.
11294 (completion-at-point): Let the functions perform the completion
11295 immediately and return nil or t.
11296 * comint.el (comint-dynamic-complete-functions): Now identical to
11297 completion-at-point-functions.
11298 (comint-dynamic-list-input-ring): Remove unused var `index'.
11299 (comint--match-partial-filename, comint--unquote&expand-filename):
11300 New funs, split from comint-match-partial-filename.
11301 (comint-dynamic-complete): Use completion-at-point.
11302 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
11303
11304 2011-03-24 Drew Adams <drew.adams@oracle.com>
11305
11306 * thingatpt.el: Support `defun'.
11307
11308 2011-03-23 Leo Liu <sdl.web@gmail.com>
11309
11310 * abbrevlist.el: Move to obsolete/abbrevlist.el.
11311
11312 * help-mode.el (help-mode-finish): Tweak regexp.
11313
11314 2011-03-23 Glenn Morris <rgm@gnu.org>
11315
11316 * eshell/esh-opt.el (eshell-eval-using-options):
11317 Do not bind unused local variable `eshell-option-stub'.
11318
11319 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
11320
11321 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
11322
11323 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
11324 keymap variable in `with-no-warnings' to avoid a warning when the
11325 keymap has been already `defconst'ed.
11326
11327 2011-03-22 Leo Liu <sdl.web@gmail.com>
11328
11329 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
11330 encode all chars in abbrevs; otherwise use emacs-mule or
11331 utf-8-emacs. (Bug#8308)
11332
11333 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
11334
11335 * simple.el (backward-delete-char-untabify):
11336 Avoid warning about using `delete-backward-char'.
11337
11338 * image.el (image-type-file-name-regexps): Make it variable.
11339 `imagemagick-register-types' modifies it, and the user may want
11340 to add new extensions for known image types.
11341 (imagemagick-register-types): Throw error if not using ImageMagick.
11342
11343 2011-03-22 Leo Liu <sdl.web@gmail.com>
11344
11345 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
11346 located before rcirc-prompt-end-marker.
11347 (rcirc-complete): Error if point is not after rcirc prompt.
11348 Handle the case when table is nil.
11349 (rcirc-user-authenticated): Define to fix compiler warning.
11350
11351 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
11352
11353 * custom.el (custom--inhibit-theme-enable): Make it affect only
11354 custom-theme-set-variables and custom-theme-set-faces.
11355 (provide-theme): Ignore custom--inhibit-theme-enable.
11356 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
11357 (custom-enabling-themes): Delete variable.
11358 (enable-theme): Accept only loaded themes as arguments.
11359 Ignore the special custom-enabled-themes variable.
11360 (custom-enabled-themes): Forbid themes from setting this.
11361 Eliminate use of custom-enabling-themes.
11362 (custom-push-theme): Quote "changed" custom var entry.
11363
11364 2011-03-21 Leo Liu <sdl.web@gmail.com>
11365
11366 * ido.el (ido-read-internal): Add ido-selected to history instead
11367 of user input.
11368
11369 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * subr.el (deferred-action-list, deferred-action-function):
11372 Mark obsolete.
11373
11374 2011-03-21 Leo Liu <sdl.web@gmail.com>
11375
11376 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
11377 change on 2011-02-13 (bug#8309).
11378
11379 * minibuffer.el (read-file-name-function): Change default value.
11380 (read-file-name--defaults): Rename from read-file-name-defaults.
11381 (read-file-name-default): Rename from read-file-name.
11382 (read-file-name): Call read-file-name-function.
11383
11384 2011-03-21 Glenn Morris <rgm@gnu.org>
11385
11386 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
11387 Doc fixes.
11388
11389 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
11390
11391 * cus-theme.el: Add missing provide statement.
11392 (customize-create-theme): Extract theme value correctly.
11393 (custom-theme-visit-theme): Autoload.
11394 (customize-create-theme): Prompt before inserting default faces.
11395
11396 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
11397
11398 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
11399 units and musical notes.
11400
11401 2011-03-20 Leo Liu <sdl.web@gmail.com>
11402
11403 * ido.el (ido-read-internal): Use completing-read-default.
11404 (ido-completing-read): Fix compatibility with completing-read.
11405
11406 2011-03-20 Christian Ohler <ohler@gnu.org>
11407
11408 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
11409 (ert-delete-all-tests): Use `called-interactively-p' rather than
11410 `interactive-p'.
11411 (ert--make-xrefs-region): Respect END.
11412
11413 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
11414
11415 * dired-aux.el (dired-create-directory): Signal an error if the
11416 directory already exists (Bug#8246).
11417
11418 * facemenu.el (list-colors-display): Call list-faces-display
11419 inside with-help-window.
11420 (list-colors-print): Use display property to align the final
11421 column, instead of checking window-width.
11422
11423 2011-03-19 Eli Zaretskii <eliz@gnu.org>
11424
11425 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
11426 windows-nt systems.
11427 (emerge-protect-metachars): Quote correctly for ms-dos and
11428 windows-nt systems.
11429
11430 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
11431
11432 * info.el (info-initialize): Replace all uses of `:' with
11433 path-separator for compatibility with non-Unix systems.
11434 Cache quoting of path-separator. (Bug#8258)
11435
11436 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
11437
11438 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
11439 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
11440 (mouse-avoidance-mode): Fix typos in docstrings.
11441
11442 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
11443
11444 * startup.el (package-subdirectory-regexp): Move from package.el.
11445 Omit \\` and \\', and let callers add them.
11446
11447 * emacs-lisp/package.el (package-strip-version)
11448 (package-load-all-descriptors): Add \\` and \\' to
11449 package-subdirectory-regexp before using it.
11450 (package-untar-buffer): New arg DIR; ensure that file untars only
11451 into this expected directory. Remove superfluous delete-region.
11452 (package-unpack): Caller changed.
11453 (package-tar-file-info): Use package-subdirectory-regexp.
11454
11455 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11456
11457 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
11458 diff-mode-shared-map (bug#8284).
11459 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
11460
11461 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11462
11463 * calendar/time-date.el (format-seconds): Use assoc instead of
11464 assoc-string, since assoc-string doesn't exist in XEmacs.
11465
11466 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
11467
11468 * custom.el (custom-known-themes): Reflow docstring.
11469 (custom-theme-load-path): Fix typo in docstring.
11470 (load-theme): Fix typo in error message.
11471 (custom-available-themes, custom-variable-theme-value):
11472 Use `let', not `let*'.
11473
11474 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11475
11476 * calc/README: Mention inclusion of musical notes.
11477
11478 * calc/calc-units.el (calc-lu-quant): Rename from
11479 `calc-logunits-quantity'.
11480 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
11481 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
11482 (calc-db): Rename from `calc-dblevel'.
11483 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
11484 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
11485 (calc-np): Rename from `calc-nplevel'.
11486 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
11487 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
11488 (calc-lu-plus): Rename from `calc-logunits-add'.
11489 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
11490 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
11491 (calc-lu-minus): Rename from `calc-logunits-sub'.
11492 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
11493 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
11494 (calc-lu-times): Rename from `calc-logunits-mul'.
11495 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
11496 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
11497 (calc-lu-divide): Rename from `calc-logunits-div'.
11498 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
11499 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
11500
11501 * calc/calc-ext.el (calc-init-extensions): Update the names of the
11502 functions being autoloaded.
11503
11504 * calc/calc.el (calc-lu-power-reference): Rename from
11505 `calc-logunits-power-reference'.
11506 (calc-lu-field-reference): Rename from
11507 `calc-logunits-field-reference'.
11508
11509 * calc/calc-help.el (calc-l-prefix-help):
11510 Mention musical note functions.
11511
11512 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * minibuffer.el (completion-all-sorted-completions):
11515 Use :completion-cycle-penalty text property if present.
11516
11517 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
11518
11519 * allout.el (allout-yank-processing): Adjust for new rebulleting
11520 regime so bullet being yanked is used without prompting the user
11521 for a choice.
11522
11523 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
11524
11525 * startup.el (command-line): Warn the user that _emacs is deprecated.
11526
11527 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
11528
11529 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
11530 (delphi-verbose, delphi-comment-face, delphi-string-face)
11531 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
11532 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
11533 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
11534 (delphi-new-comment-line, delphi-font-lock-defaults)
11535 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
11536 Fix typos in docstrings.
11537
11538 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
11539
11540 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
11541 Invert the roles of character and string values for INSTEAD, so a
11542 string is used for the more common case of a defaulting prompt.
11543
11544 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * progmodes/ruby-mode.el (ruby-backward-sexp):
11547 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
11548 * play/gamegrid.el (gamegrid-make-face):
11549 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
11550 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
11551 * notifications.el (notifications-notify):
11552 * net/xesam.el (xesam-search-engines):
11553 * net/quickurl.el (quickurl-list-insert):
11554 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
11555
11556 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
11557
11558 * startup.el (command-line): Update package subdirectory regexp.
11559
11560 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * allout.el (allout-abbreviate-flattened-numbering)
11563 (allout-mode-deactivate-hook): Fix up obsolescence "date".
11564
11565 * subr.el (read-char-choice): Only show the cursor after the prompt,
11566 not after the answer.
11567
11568 2011-03-15 Kevin Ryde <user42@zip.com.au>
11569
11570 * help-fns.el (variable-at-point): Skip leading quotes, if any
11571 (bug#8253).
11572
11573 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
11576 warning message.
11577
11578 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
11579
11580 * shell.el (shell): When called interactively, offer to change the
11581 shell file name on remote hosts.
11582
11583 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11584
11585 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
11586 integration for LDAP parameters. The host, base, user or binddn,
11587 and secret tokens can be specified in a netrc file, for instance.
11588 This is optional because an `auth-source' parameter must be
11589 specified in the search attributes.
11590
11591 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
11592
11593 * help.el (describe-mode): Link to the mode's definition (bug#8185).
11594
11595 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
11598 into declaration. Remove redundant and harmful binding.
11599
11600 2011-03-12 Eli Zaretskii <eliz@gnu.org>
11601
11602 * files.el (file-ownership-preserved-p): Pass `integer' as an
11603 explicit 2nd argument to `file-attributes'. If the file's owner
11604 is the Administrators group on Windows, and the current user is
11605 Administrator, consider that a match.
11606
11607 * server.el (server-ensure-safe-dir): Consider server directory
11608 safe on MS-Windows if its owner is the Administrators group while
11609 the current Emacs user is Administrator. Use `=' to compare
11610 numerical UIDs, since they could be integers or floats.
11611
11612 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
11613
11614 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
11615
11616 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
11617
11618 Sync with Tramp 2.2.1.
11619
11620 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
11621
11622 * net/trampver.el: Update release number.
11623
11624 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11625
11626 * progmodes/compile.el (compilation--previous-directory): Fix up
11627 various nil/dead-marker mismatches (bug#8014).
11628 (compilation-directory-properties, compilation-error-properties):
11629 Don't call it at a position past the one we're about to change.
11630
11631 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
11632 Disable obsolescence warnings in the file that declares it.
11633
11634 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
11635
11636 * allout-widgets.el (allout-widgets-tally):
11637 Initialize allout-widgets-tally as a hash table rather than nil to
11638 prevent mode-line redisplay warnings. Also, clarify the module
11639 description and fix a comment typo.
11640
11641 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
11642
11643 * help-fns.el (describe-variable): Don't complete keywords.
11644 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
11645
11646 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
11647
11648 * emacs-lisp/package.el (package-version-join): Impose a standard
11649 string representation for pre/alpha/beta version lists.
11650 (package-unpack-single): Standardize the directory name by passing
11651 it through package-version-join.
11652 (package-strip-rcs-id): Accept any version string that does not
11653 signal an error in version-to-list.
11654
11655 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
11656
11657 * simple.el (delete-trailing-whitespace): Return nil for the
11658 benefit of `write-file-functions'.
11659
11660 2011-03-10 Glenn Morris <rgm@gnu.org>
11661
11662 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
11663
11664 * vc/vc-git.el (vc-git-program): New option.
11665 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
11666 (vc-git--call): Use it.
11667
11668 * eshell/esh-util.el (eshell-condition-case): Doc fix.
11669
11670 * cus-edit.el (Custom-newline): If no button at point, look
11671 for a subgroup button at start-of-line. (Bug#2298)
11672
11673 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
11674
11675 2011-03-10 Julien Danjou <julien@danjou.info>
11676
11677 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
11678 `cursor-type' is nil.
11679
11680 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11681
11682 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
11683
11684 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
11685
11686 * allout.el: Change so yank of distinctive-bullet items
11687 preserves the existing header prefix, rebulleting it if necessary,
11688 rather than replacing it. This is necessary for proper operation
11689 of cooperative addons like allout-widgets.
11690 (allout-make-topic-prefix, allout-rebullet-heading):
11691 Change SOLICIT arg to INSTEAD, and interpret additionally a string
11692 value as alternate bullet to be used, instead of prompting the user
11693 for a bullet character.
11694
11695 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
11696
11697 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11698 Do not use `tramp-file-name-port', because this returns also
11699 `tramp-default-port'.
11700
11701 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
11702
11703 * net/rcirc.el (rcirc-handler-001): Remove useless
11704 with-rcirc-process-buffer.
11705 (rcirc-check-auth-status): Swap arguments to string-match.
11706
11707 2011-03-09 Glenn Morris <rgm@gnu.org>
11708
11709 * shell.el (shell-mode):
11710 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
11711
11712 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
11713 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
11714
11715 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
11716
11717 * emacs-lisp/package.el (package-refresh-contents)
11718 (package-menu-execute): Use condition-case-no-debug.
11719
11720 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
11721
11722 * simple.el (shell-command-to-string): Use `process-file'.
11723
11724 * emacs-lisp/package.el (package-tar-file-info): Handle also
11725 remote files.
11726
11727 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11728 Use `equal' for upload base check.
11729
11730 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
11731
11732 * textmodes/texinfo.el (texinfo-environments):
11733 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
11734
11735 2011-03-08 Glenn Morris <rgm@gnu.org>
11736
11737 * cus-start.el (cursor-in-non-selected-windows):
11738 Fix :set quoting oddness. (Bug#8192)
11739
11740 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
11741 in some setf expressions. (Bug#2159)
11742
11743 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
11744
11745 * custom.el (custom-available-themes): Return themes in
11746 alphabetical order.
11747
11748 See ChangeLog.15 for earlier changes.
11749
11750 ;; Local Variables:
11751 ;; coding: utf-8
11752 ;; End:
11753
11754 Copyright (C) 2011-2012 Free Software Foundation, Inc.
11755
11756 This file is part of GNU Emacs.
11757
11758 GNU Emacs is free software: you can redistribute it and/or modify
11759 it under the terms of the GNU General Public License as published by
11760 the Free Software Foundation, either version 3 of the License, or
11761 (at your option) any later version.
11762
11763 GNU Emacs is distributed in the hope that it will be useful,
11764 but WITHOUT ANY WARRANTY; without even the implied warranty of
11765 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11766 GNU General Public License for more details.
11767
11768 You should have received a copy of the GNU General Public License
11769 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.