Decouple "noruntime" and "cl-functions" bytecomp warnings
[bpt/emacs.git] / lisp / ChangeLog
1 2012-11-02 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-eval):
4 Decouple "noruntime" and "cl-functions" warnings.
5
6 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7
8 * play/gomoku.el (gomoku-display-statistics): Update mode line
9 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
10
11 2012-10-31 Martin Rudalics <rudalics@gmx.at>
12
13 * window.el (quit-restore-window): If the window has been
14 created on an existing frame and ended up as the sole window on
15 that frame, do not delete it (Bug#12764).
16
17 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * progmodes/sh-script.el (sh--inside-noncommand-expression):
20 Rename from sh--inside-arithmetic-expression, handle more cases
21 (bug#11263).
22
23 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
24 (sh-font-lock-open-heredoc): Use it (bug#12770).
25
26 2012-10-30 Glenn Morris <rgm@gnu.org>
27
28 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
29
30 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
31
32 2012-10-29 Chong Yidong <cyd@gnu.org>
33
34 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
35 function key is stored in a keyboard macro (Bug#4894).
36
37 * thingatpt.el (number-at-point): Apply a thing-at-point property.
38
39 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
40
41 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
42 header comments".
43 (diff-unified->context, diff-context->unified)
44 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
45
46 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
47
48 * files.el (find-alternate-file): Only ask one question (bug#12487).
49
50 2012-10-29 Chong Yidong <cyd@gnu.org>
51
52 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
53 Suggested by Dan Nicolaescu (Bug#6326).
54
55 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
56
57 * startup.el (fancy-about-screen): Don't message (Bug#12680).
58
59 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
60
61 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
62
63 * face-remap.el (face-remap-add-relative): Handle the case where a
64 face-remapping-alist entry is a cons cell (Bug#12762).
65
66 2012-10-29 Kevin Ryde <user42@zip.com.au>
67
68 * woman.el (woman-parse-numeric-value): Handle picas correctly
69 (Bug#12639).
70
71 2012-10-29 Glenn Morris <rgm@gnu.org>
72
73 * emacs-lisp/cl.el (defsetf): Doc fix.
74
75 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
76
77 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
78 syntax to the matching opener, if any (bug#12547).
79 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
80 matching open as a "case-(".
81 (sh-smie-rc-grammar): Add a corresponding rule for it.
82
83 2012-10-28 Daniel Hackney <dan@haxney.org>
84
85 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
86 "PKGNAME-autoloads.el" in case we created it.
87
88 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
91 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
92 (completion--twq-all): Disable too-strict assertions.
93
94 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
95
96 2012-10-27 Eli Zaretskii <eliz@gnu.org>
97
98 * profiler.el (profiler-report-make-entry-part): Fix help-echo
99 text to match the real keybindings.
100
101 2012-10-27 Juri Linkov <juri@jurta.org>
102
103 * wdired.el (wdired-keep-marker-rename): New defcustom.
104 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
105 (Bug#11795)
106
107 * dired.el (dired-keep-marker-rename): Add reference to
108 `wdired-keep-marker-rename' in the docstring.
109 Add default character value ?R to display initially in
110 Customization UI instead of ?@.
111
112 2012-10-27 Martin Rudalics <rudalics@gmx.at>
113
114 * window.el (display-buffer): In doc-string describe
115 window-height and window-width alist entries.
116
117 * time.el (display-time-world): Restore fit-window-to-buffer
118 behavior.
119
120 2012-10-27 Chong Yidong <cyd@gnu.org>
121
122 * subr.el (insert-buffer-substring-as-yank): Doc fix.
123
124 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
125
126 * minibuffer.el (completion-category-overrides): New completion
127 category `bookmark' (bug#11131).
128
129 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * emacs-lisp/advice.el (ad-assemble-advised-definition):
132 Silence bogus compiler warnings for ad-do-it.
133
134 * bookmark.el (bookmark-completing-read): Set the completion category
135 to `bookmark' (bug#11131).
136
137 2012-10-26 Bastien <bzg@altern.org>
138 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * face-remap.el: Use lexical-binding.
141 (text-scale-adjust): Improve docstring. Use itself for the temporary
142 overlay-map bindings, so as to repeat the "Use..." message each time.
143
144 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * emacs-lisp/macroexp.el (macroexp--expand-all):
147 Obey byte-compile-warning-enabled-p (bug#12486).
148
149 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
150 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
151
152 2012-10-26 Martin Rudalics <rudalics@gmx.at>
153
154 * mouse.el (mouse-drag-line): Move last form into preceding when
155 clause (Bug#12731).
156
157 * help.el (resize-temp-buffer-window): Fix doc-string.
158
159 2012-10-25 David Engster <deng@randomsample.de>
160
161 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
162 Remove. This feature is already integrated in imenu.
163
164 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
165 always loaded. Require `speedbar' unconditionally.
166
167 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
170
171 * minibuffer.el (minibuffer-force-complete): Fix thinko.
172
173 * net/ldap.el (ldap-search-internal): The official ldif format starts
174 with a "version: 1" header (bug#12724).
175
176 * emacs-lisp/package.el (package-installed-p): Warn if not ready
177 (bug#12721).
178
179 2012-10-25 Glenn Morris <rgm@gnu.org>
180
181 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
182
183 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
184
185 * minibuffer.el (minibuffer-force-complete): Use one more marker
186 for the temporary-overlay-map command (bug#12619).
187
188 2012-10-24 Chong Yidong <cyd@gnu.org>
189
190 * time.el (display-time-world-mode): Derive from special-mode.
191 (display-time-world): Use display-buffer (Bug#12708).
192 (display-time-world-mode-map): Variable deleted.
193 (display-time-world-display): Wrap the final delete-char inside
194 inhibit-read-only.
195
196 2012-10-24 Chong Yidong <cyd@gnu.org>
197
198 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
199 Doc fix.
200
201 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
202
203 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * minibuffer.el (completion--all-sorted-completions-location): New var.
206 (completion--cache-all-sorted-completions)
207 (completion--flush-all-sorted-completions): Use it.
208 (completion-in-region, completion-in-region--postch)
209 (completion-at-point, completion-help-at-point): Use markers in
210 completion-in-region--data (bug#12619).
211
212 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * progmodes/compile.el (compilation-start): Try to handle common
215 quoting of `cd' argument (bug#12640).
216
217 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
218 (bug#12671).
219
220 2012-10-23 Glenn Morris <rgm@gnu.org>
221
222 * progmodes/gud.el (gud-menu-map):
223 Check gdb-active-process is bound. (Bug#12358)
224
225 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * repeat.el (repeat): Set real-this-command (bug#12232).
228
229 * htmlfontify.el (hfy-post-html-hook):
230 * filesets.el (filesets-cache-fill-content-hook):
231 * arc-mode.el (archive-extract-hook):
232 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
233 * net/rcirc.el (rcirc-sentinel-functions)
234 (rcirc-receive-message-functions, rcirc-activity-functions)
235 (rcirc-print-functions):
236 * net/dbus.el (dbus-event-error-functions):
237 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
238 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
239 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
240 * term/sun.el (sun-raw-prefix-hooks):
241 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
242
243 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
244
245 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
246 Set `tramp-chunksize' to 1. This improves the performance.
247 (tramp-smb-wait-for-output): Add timeout to
248 `tramp-accept-process-output' calls.
249
250 2012-10-23 Chong Yidong <cyd@gnu.org>
251
252 * faces.el (font-list-limit): Define as an obsolete variable.
253
254 * startup.el (command-line):
255 * cus-start.el: Don't refer to font-list-limit.
256
257 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
258
259 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * subr.el (internal-temp-output-buffer-show): Rename from
262 temp-output-buffer-show, since previously compiled files expect this name.
263
264 2012-10-23 Glenn Morris <rgm@gnu.org>
265
266 * image.el (image-type-from-file-name): If multiple types match,
267 return the first one that is supported. (Bug#9045)
268
269 2012-10-22 Glenn Morris <rgm@gnu.org>
270
271 * image.el (imagemagick-enabled-types): Doc fix.
272
273 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
274
275 * progmodes/which-func.el (which-func-current): The hash-table may have
276 an explicit nil (bug#12338).
277
278 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
279
280 * electric.el (electric-pair-delete-selection-self-insert-function):
281 Rename to electric-pair-will-use-region, return a boolean.
282 (electric-pair-mode): Adjust accordingly. Don't require delsel.
283
284 * delsel.el (delete-selection-helper): Use a function instead of a hook.
285 (delete-selection-pre-hook): Use use-region-p.
286 (delete-selection-self-insert-function): Remove.
287 (self-insert-command): Obey self-insert-uses-region-functions.
288 (self-insert-iso): Revert to previous setting, since we don't actually
289 know what that command does.
290 (delete-selection-self-insert-hooks): Remove.
291
292 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
293
294 * delsel.el (delete-selection-helper): New function, extracted from
295 delete-selection-pre-hook.
296 (delete-selection-pre-hook): Use it.
297 (delete-selection-self-insert-function): New function.
298 (delete-selection-self-insert-hooks): New hook.
299 (self-insert-command, self-insert-iso): Use it.
300 * electric.el (electric-pair-syntax): New function, extracted from
301 electric-pair-post-self-insert-function.
302 (electric-pair-post-self-insert-function): Use it.
303 (electric-pair-delete-selection-self-insert-function): New function.
304 (electric-pair-mode): Require delsel and setup
305 delete-selection-self-insert-hooks (bug#11520).
306
307 2012-10-20 Chong Yidong <cyd@gnu.org>
308
309 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
310 no changes to show (Bug#12586).
311
312 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
313 list explicitly (Bug#12571).
314
315 2012-10-20 Arne Jørgensen <arne@arnested.dk>
316
317 * progmodes/flymake.el (flymake-create-temp-inplace):
318 Use file-truename.
319
320 2012-10-20 Eli Zaretskii <eliz@gnu.org>
321
322 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
323
324 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
325
326 * calc/calc-units.el (math-extract-units): Properly extract powers
327 of units.
328
329 2012-10-20 Daniel Colascione <dancol@dancol.org>
330
331 * frame.el (make-frame): Set x-display-name as we used to in order
332 to unbreak creating an X11 frame from an Emacs daemon started
333 without a display.
334
335 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * minibuffer.el (minibuffer-force-complete): Make the next completion use
338 the same completion-field (bug@12221).
339
340 2012-10-19 Martin Rudalics <rudalics@gmx.at>
341
342 * emacs-lisp/debug.el (debug): Record height of debugger window
343 also when debugger will be back (Bug#8789).
344
345 2012-10-18 Chong Yidong <cyd@gnu.org>
346
347 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
348 Convert to defcustom.
349 (gdb-get-source-file): Don't bind pop-up-windows.
350
351 * progmodes/gud.el (gud-display-line): Don't specially re-use
352 other frames for the gdb-mi case (Bug#12648).
353
354 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * emacs-lisp/advice.el: Clean up commentary a bit.
357 (ad-do-advised-functions, ad-with-originals): Use `declare'.
358 (byte-code-function-p): Never redefine.
359
360 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
361
362 2012-10-18 Glenn Morris <rgm@gnu.org>
363
364 * dired.el (dired-sort-toggle): Some ls implementations only allow
365 a single option string. (Bug#12666)
366
367 * minibuffer.el (completion-cycle-threshold): Doc fix.
368
369 2012-10-17 Kenichi Handa <handa@gnu.org>
370
371 * international/mule.el (set-keyboard-coding-system):
372 Recover input meta mode when the new coding system doesn not use 8-bit.
373 Supply TERMINAL arg to set-input-meta-mode.
374
375 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
376
377 * wdired.el (wdired-old-marks): New variable.
378 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
379 (wdired-do-renames): Move point with renamed file and don't lose
380 mark status (Bug#11795).
381
382 2012-10-16 Juri Linkov <juri@jurta.org>
383
384 * replace.el (query-replace-help): Mention multi-buffer replacement
385 keys in the Help message. (Bug#12655)
386
387 2012-10-15 Chong Yidong <cyd@gnu.org>
388
389 * emacs-lisp/byte-run.el (defsubst): Doc fix.
390
391 2012-10-14 Eli Zaretskii <eliz@gnu.org>
392
393 * window.el (display-buffer): Doc fix.
394
395 * progmodes/compile.el (compilation-error-regexp-alist-alist):
396 Adjust the msft regexp to the output of Studio 2010, and move msft
397 before edg-1. See the discussion on emacs-devel,
398 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
399 for the details.
400
401 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
404 (oset): Move uses of object-class-fast macro after its definition.
405
406 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
407
408 2012-10-13 Chong Yidong <cyd@gnu.org>
409
410 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
411 enabled, re-enable it (Bug#11963).
412
413 2012-10-13 Martin Rudalics <rudalics@gmx.at>
414
415 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
416 non-nil, restore window configuration (Bug#12623).
417
418 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * help-fns.el (describe-variable, describe-function-1):
421 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
422
423 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
424
425 2012-10-12 Glenn Morris <rgm@gnu.org>
426
427 * mail/rmailsum.el (rmail-header-summary):
428 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
429
430 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
431
432 * progmodes/python.el (python-mode-map):
433 Replace subtitute-key-definition with proper command remapping.
434 (python-nav--up-list): Fix behavior for blocks on the same level.
435
436 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
439
440 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
441 changes to the format of load-history.
442
443 * international/mule-cmds.el (read-char-by-name): Move let-binding of
444 completion-ignore-case in case that var is buffer-local (bug#12615).
445
446 2012-10-11 Kenichi Handa <handa@gnu.org>
447
448 * international/eucjp-ms.el: Re-generated.
449
450 2012-10-10 Kenichi Handa <handa@gnu.org>
451
452 * select.el (xselect--encode-string): If a coding is specified for
453 selection, and that is compatible with COMPOUND_TEXT, use it.
454
455 2012-10-10 Martin Rudalics <rudalics@gmx.at>
456
457 * window.el (switch-to-buffer-preserve-window-point): New option.
458 (switch-to-buffer):
459 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
460
461 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
464 Don't document nil as a useful value (bug#12583).
465
466 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
467
468 * net/tramp.el (tramp-debug-message):
469 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
470 (with-tramp-progress-reporter): Rename from
471 `tramp-with-progress-reporter'.
472 (with-tramp-file-property, with-tramp-connection-property):
473 Move from tramp-cache.el, rename from `with-file-property' and
474 `with-connection-property', respectively.
475
476 * net/tramp-cache.el: Remove `with-file-property' and
477 `with-connection-property'.
478
479 * net/tramp.el:
480 * net/tramp-gvfs.el:
481 * net/tramp-sh.el:
482 * net/tramp-smb.el: Adapt callees.
483
484 * net/trampver.el: Update release number.
485
486 2012-10-09 Glenn Morris <rgm@gnu.org>
487
488 * w32-fns.el (set-message-beep):
489 * term/w32-win.el (set-message-beep): Update declarations.
490
491 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
494 (mode-line-widen, mode-line-input-method-map)
495 (mode-line-coding-system-map, mode-line-remote)
496 (mode-line-unbury-buffer, mode-line-bury-buffer)
497 (mode-line-next-buffer, mode-line-previous-buffer):
498 Replace save-selected-window+select-window => with-selected-window.
499
500 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
501 * progmodes/cc-vars.el (bq-process): Remove, unused.
502
503 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
504
505 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
506
507 Implemented `backward-up-list'-like navigation.
508 * progmodes/python.el (python-nav-up-list)
509 (python-nav-backward-up-list): New functions.
510 (python-mode-map): Define substitute key for backward-up-list to
511 python-nav-backward-up-list.
512
513 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
514
515 * progmodes/python.el (python-fill-paragraph): Rename from
516 python-fill-paragraph-function. Fixed fill-paragraph for
517 decorators (Bug#12605).
518
519 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
520
521 * progmodes/python.el (python-shell-output-filter): Handle extra
522 carriage return in OSX (Bug#12409).
523
524 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
525
526 Fix shell handling of unbalanced quotes and parens in output.
527 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
528 (python-syntax-propertize-function): Use it.
529 (python-shell-output-syntax-table): New var.
530 (inferior-python-mode): Prevent unbalanced parens/quotes from
531 previous output mess with current input context.
532
533 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
534
535 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
536 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
537
538 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
539
540 * ffap.el (ffap-replace-file-component): Support Tramp file name
541 syntax, not only ange-ftp's one.
542
543 2012-10-08 Glenn Morris <rgm@gnu.org>
544
545 * cus-start.el (message-log-max): Set :version.
546
547 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
548
549 2012-10-08 Martin Rudalics <rudalics@gmx.at>
550
551 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
552 the minibuffer window (Bug#10851).
553
554 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
555
556 Enhancements on forward-sexp movement.
557 * progmodes/python.el (python-nav-beginning-of-statement)
558 (python-nav-end-of-statement): Return point-marker.
559 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
560 (python-info-current-symbol)
561 (python-info-statement-starts-block-p): Rename from
562 python-info-beginning-of-block-p.
563 (python-info-statement-ends-block-p): Rename from
564 python-info-end-of-block-p.
565 (python-info-beginning-of-statement-p)
566 (python-info-end-of-statement-p)
567 (python-info-beginning-of-block-p, python-info-end-of-block-p):
568 New functions.
569
570 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
573 frame-selected-windows.
574
575 2012-10-08 Daniel Colascione <dancol@dancol.org>
576
577 * battery.el (battery-status-function): Check for
578 w32-battery-status itself, not system-time windows-nt.
579
580 * frame.el: Require cl-lib.
581 (display-format-alist): New variable mapping frame types to
582 functions that initialize them.
583 (window-system-for-display): New function: interprets
584 display-format-alist.
585 (make-frame-on-display): Remove existing display-selection logic
586 and just forward to make-frame, which will now DTRT.
587 (make-frame): Restructure to use window-system-for-display to
588 figure out how to create a frame on a given display.
589 (display-mouse-p): Look for frame-type w32, not a particular
590 system-type.
591
592 * loadup.el: Load w32 lisp code when we have the w32 feature.
593
594 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
595 system-type windows-nt.
596
597 * server.el (server-create-window-system-frame): Look for window
598 type.
599 (server-proces-filter): Only force a window system when windows-nt
600 _and_ w32. Explain why.
601
602 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
603 of window systems we configure for the mode.
604
605 * startup.el (command-line): Mark window system is initialized
606 after we've done it.
607
608 * common-win.el (x-select-text): Look for w32, not windows-nt.
609
610 * ns-win.el: Require cl-lib. Add ourselves to
611 display-format-alist.
612 (ns-initialize-window-system): Assert we're not initialized twice.
613
614 * w32-win.el: Enable lexical binding; require cl-lib; add
615 ourselves to display-format-alist.
616 (w32-handle-dropped-file): Convert incoming dropped files from
617 Windows paths to Cygwin ones before passing them on to the rest of
618 Emacs.
619 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
620 (w32-initialize-window-system): Assert we're not initialized twice.
621
622 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
623 (x-initialize-window-system): Assert we're not initialized twice.
624
625 * w32-common-fns.el: New File.
626 (w32-version, w32-using-nt, w32-get-clipboard-data)
627 (w32-set-clipboard-data, x-set-selection, x-get-selection)
628 (w32-charset-info-alist, x-last-selected, text)
629 (x-get-selection-value, x-selection-value): Move here.
630
631 * w32-fns.el: Require w32-common-fns.
632 (w32-version, w32-using-nt, w32-get-clipboard-data)
633 (w32-set-clipboard-data, x-set-selection, x-get-selection)
634 (w32-charset-info-alist, x-last-selected, text)
635 (x-get-selection-value, x-selection-value): Move to
636 w32-common-fns.
637
638 * w32-vars.el:
639 (w32-allow-system-shell, w32-system-shells): Define only in
640 non-cygwin case.
641
642 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
645 (read-passwd): Remove a few more potential sources of leaks.
646
647 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
648
649 * progmodes/python.el (inferior-python-mode)
650 (python-shell-make-comint): Fix initialization of local
651 variables copied from parent buffer.
652
653 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
654
655 * term/ns-win.el (ns-read-file-name): Update declaration to match
656 nsfns.m.
657 (ns-respond-to-change-font): Change fontsize separatly so we are sure
658 it is set when font is acted upon.
659
660 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
661
662 Enhancements to indentation.
663 * progmodes/python.el (python-indent-context): Give priority to
664 inside-string context. Make comments indentation markers.
665 (python-indent-region): Do not mess with strings, unless it's the
666 enclosing set of quotes.
667
668 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * window.el (internal--before-save-selected-window)
671 (internal--after-save-selected-window): New functions extracted from
672 save-selected-window. Make sure we return the `alist' we construct.
673 (save-selected-window): Use them.
674
675 * textmodes/tex-mode.el (tex-recenter-output-buffer):
676 Use with-selected-window.
677
678 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
679 forms that define macros (bug#12593).
680
681 2012-10-07 Kenichi Handa <handa@gnu.org>
682
683 * international/mule-conf.el (compound-text-with-extensions):
684 Add :mime-charset property as x-ctext.
685
686 2012-10-07 Stefan Merten <smerten@oekonux.de>
687
688 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
689 (rst-indent-literal-normal, rst-indent-literal-minimized)
690 (rst-indent-comment): Correct :version tag.
691 (rst-official-cvs-rev): Correct version string.
692
693 2012-10-07 Glenn Morris <rgm@gnu.org>
694
695 * mail/rmailmm.el (rmail-mime-process-multipart):
696 Do not confuse a multipart message with an epilogue
697 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
698
699 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
700
701 Fix shell output retrieval and comint-prompt-regexp init.
702 * progmodes/python.el (inferior-python-mode):
703 (python-shell-make-comint): Fix initialization of
704 comint-prompt-regexp from copied file local variables.
705 (python-shell-fetched-lines): Remove var.
706 (python-shell-output-filter-in-progress): Rename from
707 python-shell-fetch-lines-in-progress.
708 (python-shell-output-filter-buffer): Rename from
709 python-shell-fetch-lines-string.
710 (python-shell-fetch-lines-filter): Delete function.
711 (python-shell-output-filter): New function.
712 (python-shell-send-string-no-output): Use them.
713
714 2012-10-07 Glenn Morris <rgm@gnu.org>
715
716 * hi-lock.el (hi-lock-process-phrase):
717 Try to make it less fragile. (Bug#7161)
718
719 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
720
721 2012-10-06 Glenn Morris <rgm@gnu.org>
722
723 * ehelp.el (electric-help-mode): Use help-mode rather than
724 non-existent mode `help'.
725 (electric-help-map): Use button-buffer-map. (Bug#10917)
726
727 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
728 (reftex-create-bibtex-footer): Fix custom types.
729
730 * progmodes/sh-script.el (sh-indent-after-continuation):
731 Add explicit :group.
732
733 * textmodes/rst.el (rst-preferred-decorations)
734 (rst-shift-basic-offset): Clarify obsolescence versions.
735
736 * profiler.el (profiler): Add missing group :version tag.
737 * avoid.el (mouse-avoidance-banish-position):
738 * proced.el (proced-renice-command):
739 * calc/calc.el (calc-ensure-consistent-units):
740 * calendar/icalendar.el (icalendar-import-format-uid):
741 * net/tramp.el (tramp-save-ad-hoc-proxies):
742 * progmodes/bug-reference.el (bug-reference-bug-regexp):
743 * progmodes/flymake.el (flymake-error-bitmap)
744 (flymake-warning-bitmap, flymake-fringe-indicator-position):
745 * progmodes/sh-script.el (sh-indent-after-continuation):
746 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
747 (verilog-before-save-font-hook, verilog-after-save-font-hook):
748 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
749 (vhdl-array-index-record-field-in-sensitivity-list)
750 (vhdl-indent-comment-like-next-code-line):
751 * textmodes/reftex-vars.el (reftex-ref-style-alist)
752 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
753 (reftex-cite-key-separator, reftex-create-bibtex-header)
754 (reftex-create-bibtex-footer):
755 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
756 (rst-indent-literal-normal, rst-indent-literal-minimized)
757 (rst-indent-comment): Add missing custom :version tags.
758
759 * calendar/timeclock.el (timeclock-modeline-display):
760 Add missing obsolete alias for renamed user option.
761
762 * strokes.el (strokes-modeline-string):
763 * emulation/crisp.el (crisp-mode-modeline-string):
764 * eshell/esh-mode.el (eshell-status-in-modeline):
765 Aliases to defcustoms must come before the defcustom.
766
767 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
768 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
769 (cal-tex-cursor-week-monday): Doc fixes.
770 (cal-tex-cursor-week2-summary): Doc fix.
771 Rename from cal-tex-cursor-week-at-a-glance.
772
773 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
774 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
775
776 * calendar/calendar.el (calendar-mode-map):
777 Add cal-tex-cursor-week2-summary.
778
779 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
782
783 * subr.el (read-passwd-map): New var.
784 (read-passwd): Use `read-string' again.
785 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
786
787 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
788
789 * register.el (append-to-register, prepend-to-register):
790 Deactivate mark, as does `copy-to-register' (bug#12389).
791
792 2012-10-06 Chong Yidong <cyd@gnu.org>
793
794 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
795
796 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
797
798 * international/characters.el: Fix simple mistake ((car chars) ->
799 elt), delete duplicated code.
800
801 2012-10-06 Glenn Morris <rgm@gnu.org>
802
803 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
804
805 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
806
807 * color.el (color-hsl-to-rgb): Fix incorrect results for
808 small and large hue values. (Bug#12559)
809
810 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
811
812 Enhancements to docstring formatting when filling paragraphs.
813 * progmodes/python.el (python-fill-docstring-style): Rename from
814 python-fill-string-style. Added new style.
815 (python-fill-string): Use new style. Better checks for
816 docstrings.
817
818 2012-10-05 Glenn Morris <rgm@gnu.org>
819
820 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
821
822 * color.el (color-name-to-rgb, color-rgb-to-hex)
823 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
824 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
825 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
826 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
827
828 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
829
830 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
831
832 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
833 to get the correct size across symlinks.
834
835 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
836
837 2012-10-04 Juri Linkov <juri@jurta.org>
838
839 * replace.el (query-replace-interactive): Declare obsolete.
840 (query-replace-read-from): Add the last incremental search string
841 to the list of default values accessible via M-n.
842 (map-query-replace-regexp): Use `read-regexp'.
843 (query-replace, query-replace-regexp, query-replace-regexp-eval)
844 (map-query-replace-regexp, replace-string, replace-regexp):
845 Fix docstrings to replace mentions of `query-replace-interactive'
846 with alternatives. (Bug#12526)
847
848 2012-10-04 Juri Linkov <juri@jurta.org>
849
850 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
851 (dired-pop-to-buffer): Declare obsolete.
852 (dired-mark-pop-up): Doc fix.
853
854 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
855
856 Allow user to set docstring style for fill-paragraph.
857 * progmodes/python.el
858 (python-fill-comment-function, python-fill-string-function)
859 (python-fill-decorator-function, python-fill-paren-function):
860 Remove :safe for defcustoms.
861 (python-fill-string-style): New defcustom
862 (python-fill-paragraph-function): Enhance context detection.
863 (python-fill-string): Honor python-fill-string-style settings.
864
865 2012-10-04 Martin Rudalics <rudalics@gmx.at>
866
867 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
868 after setting its buffer (Bug#10805).
869
870 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
871
872 Fix cornercase for string syntax.
873 * progmodes/python.el (python-syntax-propertize-function):
874 Simplify and enhance the regexp for unescaped quotes. Now it also
875 matches quotes in weird situations like the single quote in
876 "something\"'".
877 (python-syntax-stringify): Simplify num-quotes detecting code.
878
879 2012-10-03 Glenn Morris <rgm@gnu.org>
880
881 * help-macro.el (three-step-help):
882 Revert 2012-09-29 change. (Bug#12567)
883
884 2012-10-03 Martin Rudalics <rudalics@gmx.at>
885
886 * menu-bar.el (kill-this-buffer): Don't do anything when
887 `menu-frame' is not alive or visible (Bug#8184).
888
889 * emacs-lisp/debug.el (debug): When quitting the debugger window
890 restore current buffer (Bug#12502).
891
892 2012-10-02 Chong Yidong <cyd@gnu.org>
893
894 * progmodes/hideif.el (hif-lookup, hif-defined):
895 Handle semantic-c-takeover-hideif.
896
897 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
898
899 Change sampling interval units from ms to ns.
900 * profiler.el (profiler-sampling-interval): Change units
901 from ms to ns, multiplying the default by 1000000 so that
902 it remains 1 ms.
903 (profiler-report-cpu-line-format): Give enough room for
904 the maximum counters on 64-bit hosts.
905 (profiler-report-render-calltree-1): Call them "CPU samples",
906 not "Time (ms)", since they are not milliseconds now (and
907 never really were).
908
909 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
910
911 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
912 Fix querying BBDB for entries without a last name (Bug#11580).
913
914 2012-10-02 Chong Yidong <cyd@gnu.org>
915
916 * emacs-lisp/eieio.el: Restore Version header.
917
918 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * vc/diff-mode.el (diff--auto-refine-data): New var.
921 (diff-hunk): Use it to delay refinement.
922 (diff-mode): Remove overlays when we turn off font-lock.
923
924 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
925 (table-initialize-table-fixed-width-mode)
926 (table-set-table-fixed-width-mode): Remove functions.
927 (table-command-list): Move initialization into declaration.
928 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
929 (table-with-cache-buffer): Use `declare'.
930 (table-span-cell): Simplify via CSE.
931 (table-fixed-width-mode): Use define-minor-mode.
932 (table-call-interactively, table-funcall, table-apply): Remove.
933 (table-function): New function, to replace them.
934
935 * bookmark.el (bookmark-search-pattern): Remove var.
936 (bookmark-read-search-input): Remove function.
937 (bookmark-bmenu-search): Reimplement using a minibuffer.
938
939 * faces.el (modeline): Remove obsolete face name.
940
941 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
942 and give a non-nil default value.
943 (add-change-log-entry): Simplify accordingly.
944
945 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
946
947 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
948 (vc-git-log-edit-toggle-amend): New function.
949 (vc-git-log-edit-toggle-signoff): New function.
950 (vc-git-log-edit-mode): New major mode.
951 (vc-git-log-edit-mode-map): Keymap for it.
952 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
953
954 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
955 header names.
956 (log-edit-toggle-header): New function.
957 (log-edit-extract-headers): Accept function values in HEADERS alist.
958
959 2012-10-01 David Engster <deng@randomsample.de>
960
961 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
962 from symbol property and change message to be more consistent with
963 Emacs proper.
964 (eieio-describe-generic): Add filename for each implementation.
965 Fix indices for generic and normal methods.
966 (eieio-method-def, eieio-class-def): New buttons.
967 (eieio-help-find-method-definition)
968 (eieio-help-find-class-definition): New functions.
969 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
970 class, constructor and method definitions.
971
972 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
973 information in symbol property.
974 (scoped-class): Remove.
975 (eieio-slot-name-index, call-next-method): Check if it is bound.
976
977 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
978
979 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
980 (eieio-custom-mode): New major mode.
981 (eieio-customize-object): Use it.
982
983 2012-10-01 Eric Ludlam <zappo@gnu.org>
984
985 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
986 specifying the expected class, and whether subclassing is allowed.
987 (eieio-persistent-convert-list-to-object):
988 (eieio-persistent-validate/fix-slot-value)
989 (eieio-persistent-slot-type-is-class-p): New functions.
990 (eieio-named::slot-missing): Doc fix.
991
992 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
993 Stop using unused publd variable.
994
995 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
996 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
997 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
998 (eieio-speedbar-handle-click): Do not specify a class for the
999 method. Fixes method invocation order problems with EDE.
1000
1001 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1004 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1005
1006 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1007
1008 * bookmark.el (bookmark-version-control): Give tags in the
1009 :type choices (Bug#12309), and improve doc string.
1010 (bookmark-write-file): Bind `print-circle' to `t' to allow
1011 circular custom bookmark types. (Bug#12503)
1012
1013 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1014
1015 Revert the FOLLOW-SYMLINKS change for file-attributes.
1016 * files.el (remote-file-name-inhibit-cache, after-find-file):
1017 * time.el (display-time-file-nonempty-p): Undo last change.
1018
1019 * profiler.el (profiler-sampling-interval): Change default back to 1.
1020 See Stefan Monnier in
1021 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1022
1023 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1024
1025 Shell output catching a la gud-gdb.
1026 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1027 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1028 New Vars.
1029 (python-shell-fetch-lines-filter): New function.
1030 (python-shell-send-string-no-output): Use them.
1031
1032 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1033
1034 * profiler.el (profiler-sampling-interval): Rename from
1035 profiler-sample-interval.
1036 (profiler-sampling-interval): Default to 10.
1037 (profiler-find-profile): New command (was profiler-find-log).
1038 (profiler-find-profile-other-window): New command.
1039 (profiler-find-profile-other-frame): New command.
1040 (profiler-profile): Introduce API-level data structure.
1041
1042 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1043
1044 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1045 * files.el (remote-file-name-inhibit-cache):
1046 * time.el (display-time-file-nonempty-p): Use it.
1047 * files.el (after-find-file): Don't chase links before calling
1048 file-exists-p, as file-exists-p already does the right thing.
1049
1050 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1051
1052 Merge from standalone RefTeX repository.
1053
1054 The following ChangeLog entries are shortened versions of the
1055 original ones with file paths adapted. A not so strongly edited
1056 version of the original ChangeLog can be found in the commit log.
1057
1058 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1059 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1060 Correctly handle new value type returned by `reftex-citation'.
1061
1062 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1063 that entries with whitespace at various places are found.
1064 Doc fix. Include entries that are cross-referenced from cited entries.
1065 Include @String definitions in the resulting bib file. Add header
1066 and footer defined in `reftex-create-bibtex-header' and
1067 `reftex-create-bibtex-footer'.
1068 (reftex-do-citation): Make it possible again to insert
1069 non-existent entries. Save match data when asking for optional
1070 arguments. Return all keys, not just the first one.
1071 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1072 all citations in the same line.
1073 (reftex-parse-bibtex-entry): Accept additional optional argument
1074 `raw' and keep quotes or braces if it is non-nil. Match fields
1075 containing hyphens besides word constituents.
1076 (reftex-get-string-refs): New function.
1077 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1078 and ask if it should be reread in case it did.
1079 (reftex-pop-to-bibtex-entry)
1080 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1081 entries with spaces or tabs in front of arguments.
1082 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1083 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1084 Match entries containing numbers and symbol constituents.
1085 (reftex-do-citation, reftex-figure-out-cite-format):
1086 Use `reftex-cite-key-separator'.
1087
1088 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1089 (reftex-mouse-view-crossref): Explain why point is set.
1090
1091 * textmodes/reftex-global.el: Whitespace changes.
1092
1093 * textmodes/reftex-index.el: Move provide statement to end of
1094 file.
1095 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1096 (reftex-index-visit-phrases-buffer): Set marker when visiting
1097 buffer. This allows for returning from the phrases file to the
1098 file one was just editing instead of the file where the last
1099 phrases was added from.
1100 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1101 punctuation syntax as it usually is not used as string quote in
1102 TeX-related modes and may occur unmatched. The change also
1103 prevents fontification of quoted content.
1104 (reftex-index-phrases-mode): Use it.
1105
1106 * textmodes/reftex-parse.el (reftex-parse-from-file):
1107 Move backward one char if a `\' was matched after a section macro.
1108 (reftex-parse-from-file): Use beginning of match instead of end as
1109 bound.
1110
1111 * textmodes/reftex-ref.el: Adapt creation of
1112 `reftex-<package>-<macro>' functions to new structure of
1113 `reftex-ref-style-alist'.
1114 (reftex-reference): Use `reftex-ref-style-list' function.
1115 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1116 reference macro if `reftex-ref-macro-prompt' is non-nil.
1117 (reftex-reference): Pass refstyle to `reftex-format-special'.
1118 Determine reference macro by looking at
1119 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1120 Use only one special format function.
1121 (reftex-varioref-vref, reftex-fancyref-fref)
1122 (reftex-fancyref-Fref): Remove definitions. The functions are now
1123 generated from `reftex-ref-style-alist'.
1124 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1125 Remove.
1126 (reftex-format-special): New function.
1127
1128 * textmodes/reftex-sel.el
1129 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1130 of `reftex-ref-style-alist'. Remove code for testing macro type.
1131 (reftex-select-toggle-varioref)
1132 (reftex-select-toggle-fancyref): Remove.
1133 (reftex-select-cycle-ref-style-internal)
1134 (reftex-select-cycle-ref-style-forward)
1135 (reftex-select-cycle-ref-style-backward): New functions.
1136 (reftex-select-label-map): Use `v' and `V' for general cycling
1137 through reference styles. Add `p' for switching between number
1138 and page reference types.
1139
1140 * textmodes/reftex-toc.el (reftex-re-enlarge):
1141 Call `enlarge-window' only if there is something to do because in Emacs
1142 the horizontal version throws an error even if the parameter is 0.
1143
1144 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1145 (reftex-plug-into-AUCTeX): Doc fix.
1146 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1147 string. Adapt to new name.
1148 (reftex-ref-style-alist): Change structure so that it is not
1149 possible to use multiple different package names within a style.
1150 Remove the symbols for symbols for macro type distinction.
1151 Add characters for macro selection.
1152 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1153 (reftex-create-bibtex-footer): New variables.
1154 (reftex-format-ref-function): Mention third argument of special
1155 format function.
1156 (reftex-ref-style-alist, reftex-ref-style-default-list):
1157 New variables.
1158 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1159 to new implementation. Mark as obsolete. Add compatibility code
1160 for honoring the variable values in case they are set.
1161 (reftex-cite-format-builtin, reftex-bibliography-commands):
1162 Add support for ConTeXt.
1163 (reftex-format-ref-function, reftex-format-cite-function):
1164 Fix custom type.
1165 (reftex-cite-key-separator): New variable.
1166
1167 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1168 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1169 `reftex-syntax-table' because parens have to retain their paren
1170 syntax in order for parsing of BibTeX entries like @book(...) to
1171 work.
1172 (reftex-in-comment): Do not error out if `comment-start-skip' is
1173 not set. Deal correctly with escaped comment characters.
1174 (reftex-tie-multifile-symbols): Add doc string.
1175 Initialize `reftex-ref-style-list'.
1176 (reftex-untie-multifile-symbols): Add doc string.
1177 (reftex-add-index-macros): Doc fix.
1178 (reftex-ref-style-activate, reftex-ref-style-toggle)
1179 (reftex-ref-style-list): New functions.
1180 (reftex-mode-menu): Use them. Adapt to new structure of
1181 `reftex-ref-style-alist'.
1182 (reftex-select-with-char): Kill the RefTeX Select buffer when
1183 done.
1184 (reftex-remove-if): New function.
1185 (reftex-erase-all-selection-and-index-buffers)
1186 (reftex-mode-menu): Reference styles are now computed from
1187 `reftex-ref-style-alist'. Fix typo.
1188 (reftex-report-bug): New function.
1189 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1190 algorithms with O(n log n). Introduce optional argument SORT (not
1191 yet used).
1192
1193 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1194
1195 Enhancements for triple-quote string syntax.
1196 * progmodes/python.el (python-syntax-propertize-function):
1197 Match both quote cases in one regexp.
1198 (python-syntax-stringify): Handle matches properly.
1199
1200 2012-09-30 Juri Linkov <juri@jurta.org>
1201
1202 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1203 to nil around the call to `insert' to prevent
1204 directory time modification by lock_file. (Bug#2295)
1205 * tar-mode.el (tar-summarize-buffer): Idem.
1206
1207 2012-09-30 Juri Linkov <juri@jurta.org>
1208
1209 * facemenu.el (list-colors-sort): Add option "Luminance".
1210 (list-colors-sort-key): Implement it.
1211
1212 * vc/diff-mode.el (diff-refine-removed):
1213 * vc/ediff-init.el (ediff-fine-diff-A):
1214 * vc/smerge-mode.el (smerge-refined-removed):
1215 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1216
1217 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1218
1219 * term/ns-win.el (x-file-dialog): New function.
1220
1221 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1222
1223 * ido.el (ido-max-directory-size): Default to nil; the current
1224 default is small for POSIX systems, and impractical on Windows 7
1225 now that lstat returns directory sizes for NTFS.
1226
1227 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1228
1229 In buffer display functions handle window-height/window-width
1230 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1231 * window.el (window--display-buffer): New argument ALIST.
1232 Obey window-height and window-width alist entries.
1233 (window--try-to-split-window): New argument ALIST.
1234 Bind window-combination-limit to t when the window's size shall be
1235 changed and window-combination-limit equals `window-size'.
1236 (display-buffer-in-atom-window)
1237 (display-buffer-in-major-side-window)
1238 (display-buffer-in-side-window, display-buffer-same-window)
1239 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1240 (display-buffer-pop-up-window, display-buffer-below-selected)
1241 (display-buffer-at-bottom, display-buffer-in-previous-window)
1242 (display-buffer-use-some-window): Adjust all callers of
1243 window--display-buffer and window--try-to-split-window.
1244 (fit-frame-to-buffer): New option.
1245 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1246 is non-nil.
1247 (display-buffer-in-major-side-window): Evaluate window-height /
1248 window-width alist entries.
1249
1250 * help.el (temp-buffer-resize-frames)
1251 (temp-buffer-resize-regexps): Remove options.
1252 (temp-buffer-resize-mode): Adjust doc-string.
1253 (resize-temp-buffer-window): Don't consult
1254 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1255 temp-buffer-resize-frames.
1256
1257 * dired.el (dired-mark-pop-up):
1258 Call display-buffer-below-selected with a fit-window-to-buffer alist
1259 entry.
1260
1261 2012-09-30 Chong Yidong <cyd@gnu.org>
1262
1263 * server.el (server-host): Document the security implications.
1264 (server-auth-key): Doc fix.
1265
1266 * startup.el (initial-buffer-choice): Doc fix.
1267
1268 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1269
1270 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1271 restriction change.
1272
1273 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1274
1275 * help-fns.el (help-fns--obsolete): Fix last change.
1276
1277 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1280 (minor-mode-map-alist): Remove redundant code.
1281
1282 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1283 visited in a buffer.
1284 (cvs-insert-visited-file): New function.
1285 (find-file-hook): Use it.
1286
1287 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1288
1289 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1290 chose face.
1291 (log-edit-empty-buffer-p): Don't require a space after a header.
1292
1293 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1294
1295 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1296
1297 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1298 a proper minor-mode.
1299
1300 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1301
1302 2012-09-29 Glenn Morris <rgm@gnu.org>
1303
1304 * winner.el (winner-mode): Remove variable (let define-minor-mode
1305 handle it).
1306 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1307 Doc fixes.
1308 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1309 (winner-mode): Use define-minor-mode.
1310
1311 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1312 the full definition in loaddefs, rather than duplicating it.
1313
1314 * help-macro.el (three-step-help): No need to autoload defcustom.
1315
1316 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1317 (inferior-lisp-program, inferior-lisp-load-command)
1318 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1319 No need to autoload defcustoms.
1320
1321 * hippie-exp.el (hippie-expand-try-functions-list)
1322 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1323 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1324 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1325 (hippie-expand-only-buffers): No need to autoload defcustoms.
1326 * progmodes/vhdl-mode.el (vhdl-line-expand):
1327 Explicitly load hippie-exp, so it does not get autoloaded
1328 while hippie-expand-try-functions-list is let-bound.
1329
1330 2012-09-28 Glenn Morris <rgm@gnu.org>
1331
1332 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1333
1334 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1335 Only "cl.el" counts as cl these days.
1336
1337 2012-09-28 Juri Linkov <juri@jurta.org>
1338
1339 Display archive errors in the echo area instead of inserting
1340 to the file buffer.
1341
1342 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1343 to STDERR-TEST that can be a regexp matching a successful output.
1344 Create a temporary file and redirect stderr to it. Search for
1345 STDERR-TEST in the stderr output and display it in the echo area
1346 if no match is found.
1347 (archive-extract-by-file): New function like
1348 `archive-extract-by-stdout' but extracting archives to files
1349 and looking for successful matches in stdout. Function body is
1350 mostly copied from `archive-rar-extract'.
1351 (archive-rar-extract): Use `archive-extract-by-file'.
1352 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1353
1354 2012-09-28 Leo Liu <sdl.web@gmail.com>
1355
1356 * pcomplete.el (pcomplete-show-completions):
1357 Use minibuffer-message to make pcomplete usable in minibuffer.
1358
1359 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1360
1361 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * type-break.el: Use lexical-binding.
1364 (type-break-mode): Use define-minor-mode.
1365
1366 * emacs-lisp/pcase.el (pcase--mark-used): New.
1367 (pcase--u1): Use it (bug#12512).
1368
1369 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1370 in load-history with the right file name.
1371
1372 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1373
1374 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1375 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1376 (doc-view-get-bounding-box): Make bounding box slicing work for
1377 ODF and DVI documents.
1378
1379 2012-09-28 Glenn Morris <rgm@gnu.org>
1380
1381 * type-break.el (type-break-mode, type-break-interval)
1382 (type-break-good-rest-interval, type-break-keystroke-threshold):
1383 No need to autoload.
1384 (type-break-good-rest-interval, type-break-keystroke-threshold):
1385 Add :set-after.
1386
1387 2012-09-28 Chong Yidong <cyd@gnu.org>
1388
1389 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1390 Add :version tag.
1391
1392 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1395
1396 2012-09-27 Glenn Morris <rgm@gnu.org>
1397
1398 * faces.el (x-display-name): Declare (for without-x builds).
1399
1400 * linum.el (linum-format): Don't autoload it. Improve :type.
1401
1402 * progmodes/tcl.el: Don't require outline when compiling.
1403 (outline-regexp, outline-level): Declare.
1404 * textmodes/sgml-mode.el: Don't require outline when compiling.
1405 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1406
1407 * term.el (term-ansi-reset):
1408 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1409
1410 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1411 files for RCS and SCCS. (Bug#9781)
1412
1413 2012-09-27 Chong Yidong <cyd@gnu.org>
1414
1415 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1416 change; value should be t.
1417
1418 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * image-mode.el: Use lexical-binding.
1421 (image-mode-winprops): Use t to stand for the window of
1422 a buffer that's not displayed.
1423 * doc-view.el (doc-view-new-window-function): Handle the new
1424 t in winprops.
1425 (doc-view-enlarge): Make it a real nop if the size is not changed.
1426 (doc-view-display): Handle the case where the buffer is not (yet?)
1427 displayed in any window.
1428 (doc-view-saved-settings): New var.
1429 (doc-view-mode): Use it.
1430 (doc-view-fallback-mode): Set it.
1431
1432 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1433 Set lexical-binding.
1434 (minibuffer-eldef-shorten-default): New var.
1435 (minibuffer-default-in-prompt-regexps): Use it for new default.
1436 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1437
1438 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1439
1440 * international/uni-bidi.el:
1441 * international/uni-category.el:
1442 * international/uni-name.el:
1443 * international/uni-numeric.el: Regenerate.
1444
1445 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1446 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * profiler.el: New file.
1449
1450 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1453 (testcover-reinstrument): Simplify with CSE.
1454
1455 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1456
1457 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1458
1459 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1460
1461 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1462 (verilog-auto-input, verilog-auto-insert-lisp)
1463 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1464 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1465 (verilog-auto-unused, verilog-auto-wire)
1466 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1467 newline. Reported by Andrew Jones.
1468 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1469 Reported by Brad Dobbie.
1470 (verilog-batch-delete-trailing-whitespace):
1471 Create verilog-batch-delete-trailing-whitespace.
1472 Reported by Brad Dobbie.
1473 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1474 parameters from another module. Reported by Dan Katz.
1475 (verilog-auto, verilog-auto-assign-modport)
1476 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1477 AUTOINOUTMODPORT for UVM interface module shell generation.
1478 Reported by Brad Dobbie.
1479 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1480 standard behavior.
1481 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1482 Reported by Matt Martin.
1483
1484 2012-09-25 Martin Rudalics <rudalics@gmx.at>
1485
1486 * window.el (window--resize-child-windows): When resizing child
1487 windows proportionally, process them in reverse order to
1488 preserve the "when splitting a window the new one gets the odd
1489 line" behavior.
1490 (window--resize-root-window-vertically): When resizing the
1491 minibuffer window try to affect only windows at the bottom of the
1492 frame. (Bug#12419)
1493
1494 2012-09-25 Chong Yidong <cyd@gnu.org>
1495
1496 * subr.el (declare): Doc fix.
1497
1498 * help-fns.el (help-fns--obsolete): Handle macros properly.
1499
1500 2012-09-25 Chong Yidong <cyd@gnu.org>
1501
1502 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1503 this function obsolete.
1504
1505 * calendar/cal-x.el (calendar-two-frame-setup)
1506 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1507 * calendar/calendar.el (american-calendar, european-calendar)
1508 (calendar-for-loop):
1509 * comint.el (comint-dynamic-simple-complete)
1510 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1511 * desktop.el (desktop-load-default):
1512 * dired-x.el (dired-omit-here-always)
1513 (dired-hack-local-variables, dired-default-directory):
1514 * emacs-lisp/derived.el (derived-mode-class):
1515 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1516 * emacs-lock.el (toggle-emacs-lock):
1517 * epa.el (epa-display-verify-result):
1518 * epg.el (epg-sign-keys, epg-start-sign-keys)
1519 (epg-passphrase-callback-function):
1520 * eshell/esh-util.el (eshell-for):
1521 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1522 (eshell-add-to-window-buffer-names):
1523 * files.el (locate-file-completion):
1524 * imenu.el (imenu-example--create-c-index)
1525 (imenu-example--create-lisp-index)
1526 (imenu-example--lisp-extract-index-name)
1527 (imenu-example--name-and-position):
1528 * international/mule-cmds.el (princ-list):
1529 * international/mule-diag.el (decode-codepage-char):
1530 * international/mule-util.el (detect-coding-with-priority):
1531 * iswitchb.el (iswitchb-read-buffer):
1532 * mail/mailalias.el (mail-complete):
1533 * mail/sendmail.el (mail-sent-via):
1534 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1535 (mouse-major-mode-menu):
1536 * password-cache.el (password-read-and-add):
1537 * pcomplete.el (pcomplete-parse-comint-arguments):
1538 * progmodes/sh-script.el (sh-maybe-here-document):
1539 * replace.el (query-replace-regexp-eval):
1540 * savehist.el (savehist-load):
1541 * simple.el (choose-completion-delete-max-match):
1542 * term.el (term-dynamic-simple-complete):
1543 * vc/ediff-init.el (ediff-check-version):
1544 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1545 * vc/vc.el (vc-diff-switches-list):
1546 * view.el (view-return-to-alist-update): Likewise.
1547
1548 * subr.el (eval-next-after-load, makehash, insert-string)
1549 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1550 mark obsolete.
1551 (mode-line-inverse-video): Variable deleted.
1552
1553 * international/mule-util.el (string-to-sequence): Remove.
1554
1555 * calendar/calendar.el (calendar-version):
1556 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1557 (icalendar-convert-diary-to-ical):
1558 * cus-edit.el (custom-mode):
1559 * ansi-color.el (ansi-color-unfontify-region):
1560 * international/latin1-disp.el (latin1-char-displayable-p):
1561 * progmodes/cwarn.el (turn-on-cwarn-mode):
1562 * progmodes/which-func.el (which-func-update-1):
1563 Use define-obsolete-function-alias.
1564
1565 * net/newst-backend.el (newsticker-cache-filename):
1566 * net/newst-treeview.el (newsticker-groups-filename):
1567 Fix incorrect obsolescence declaration.
1568
1569 * allout.el (allout-passphrase-hint-string): Likewise.
1570 (allout-init): Use a declare form to mark obsolete.
1571
1572 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1573 this applies to functions.
1574
1575 * iswitchb.el (iswitchb-read-buffer): Move code of
1576 iswitchb-define-mode-map here, and delete that obsolete function.
1577
1578 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1579 font-lock-reference-face.
1580
1581 2012-09-25 Glenn Morris <rgm@gnu.org>
1582
1583 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1584 Doc fixes.
1585
1586 * eshell/em-term.el (eshell-term-name):
1587 Default to term-term-name. (Bug#12485)
1588
1589 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1590
1591 * progmodes/python.el (python-shell-send-buffer): Better handling
1592 of "if __name__ == '__main__':" conditionals when sending the buffer.
1593
1594 2012-09-24 Glenn Morris <rgm@gnu.org>
1595
1596 * eshell/esh-cmd.el (eshell-find-alias-function):
1597 Tighten up file-name regexp. (Bug#12499)
1598
1599 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1600
1601 Enhancements for triple-quote string syntax.
1602 * progmodes/python.el (python-quote-syntax): Remove.
1603 (python-syntax-propertize-function): New value.
1604 (python-syntax-count-quotes, python-syntax-stringify):
1605 New functions.
1606
1607 2012-09-24 Chong Yidong <cyd@gnu.org>
1608
1609 * mail/supercite.el (sc-version): Remove obsolete function.
1610 (sc-describe): Don't mark as obsolete, since it is bound.
1611 (sc-submit-bug-report): Remove.
1612
1613 * vc/log-edit.el (cvs-changelog-full-paragraphs)
1614 (cvs-commit-buffer-require-final-newline): Remove.
1615 (log-edit-require-final-newline)
1616 (log-edit-changelog-full-paragraphs): Default to t.
1617
1618 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1619 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1620 * vc/vc.el (vc-checkout-carefully): Likewise.
1621
1622 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1623 (emerge-version): Remove.
1624
1625 * progmodes/compile.el (compile-internal): Remove.
1626 (compilation-parse-errors-function): Fix typo.
1627
1628 * international/mule.el (set-char-table-default): Remove.
1629 (set-coding-priority, make-coding-system, generic-char-p)
1630 (charset-list, charset-bytes, charset-id): Use declare to mark
1631 functions as obsolete.
1632
1633 * vc/pcvs-defs.el (cvs-buffer-name-alist)
1634 (cvs-invert-ignore-marks): Remove references to obsolete vars.
1635 * vc/vc-hooks.el (vc-default-registered): Don't use
1636 vc-master-templates.
1637
1638 * font-lock.el (font-lock-reference-face):
1639 Use define-obsolete-variable-alias.
1640
1641 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1642 * calendar/calendar.el (calendar-font-lock-keywords):
1643 * calendar/diary-lib.el (diary-font-lock-keywords)
1644 (diary-fancy-font-lock-keywords):
1645 * textmodes/reftex-sel.el (reftex-insert-docstruct):
1646 * textmodes/reftex-index.el (reftex-insert-index):
1647 * textmodes/reftex-cite.el (reftex-format-bib-entry):
1648 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1649 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1650 * progmodes/prolog.el (prolog-font-lock-keywords):
1651 * progmodes/idlwave.el (idlwave-idl-keywords):
1652 * progmodes/ada-mode.el (ada-font-lock-keywords):
1653 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1654
1655 2012-09-24 Glenn Morris <rgm@gnu.org>
1656
1657 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1658
1659 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1660
1661 * progmodes/python.el (python-indent-line): More consistent cursor
1662 movement behavior.
1663
1664 2012-09-23 Stefan Merten <smerten@oekonux.de>
1665
1666 * textmodes/rst.el: Fix compiler warning.
1667
1668 2012-09-23 Roland Winkler <winkler@gnu.org>
1669
1670 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1671 Transcribe also LaTeX hyphenation.
1672 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1673 bibtex-reformat-previous-options.
1674
1675 2012-09-23 Roland Winkler <winkler@gnu.org>
1676
1677 * proced.el (proced-renice-command): New variable.
1678 (proced-marked-processes): New function.
1679 (proced-with-processes-buffer): New macro.
1680 (proced-send-signal): Use them.
1681 (proced-renice): New command bound to r.
1682
1683 2012-09-23 Roland Winkler <winkler@gnu.org>
1684
1685 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1686 ibuffer-saved-filter-groups has one element, shortcut the call of
1687 completing-read. (Bug#12331)
1688
1689 2012-09-23 Chong Yidong <cyd@gnu.org>
1690
1691 * bindings.el (mode-line-toggle-read-only):
1692 * bs.el (bs-toggle-readonly):
1693 * buff-menu.el (Buffer-menu-toggle-read-only):
1694 * dired.el (dired-toggle-read-only):
1695 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1696
1697 2012-09-23 Chong Yidong <cyd@gnu.org>
1698
1699 * image.el (image-type-available-p): Adapt to init-image-library
1700 argument changes.
1701
1702 2012-09-22 Juri Linkov <juri@jurta.org>
1703
1704 * dired.el (dired-mode-map): Add [remap read-only-mode] for
1705 `dired-toggle-read-only'. (Bug#12462)
1706
1707 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1708
1709 * subr.el (temp-output-buffer-show): New function.
1710 (with-output-to-temp-buffer): Call temp-output-buffer-show
1711 instead of internal-temp-output-buffer-show.
1712
1713 2012-09-22 Chong Yidong <cyd@gnu.org>
1714
1715 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1716 (Bug#12462).
1717
1718 * repeat.el (repeat): Doc fix (Bug#12348).
1719
1720 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1721 (Bug#10909).
1722
1723 * simple.el (shell-command-on-region): Doc fix.
1724 (read-only-mode): Doc fix.
1725
1726 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1727
1728 * emacs-lisp/timer.el (run-with-idle-timer)
1729 (timer-activate-when-idle): Warn against reinvoking an idle timer
1730 from within its own timer action. (Bug#12447)
1731
1732 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1733
1734 * cus-start.el (window-combination-limit): Add new optional
1735 values.
1736 * window.el (temp-buffer-window-show)
1737 (window--try-to-split-window): Handle new values of
1738 window-combination-limit (Bug#1806).
1739 (split-window): Test window-combination-limit for t instead of
1740 non-nil.
1741 (display-buffer-at-bottom): New buffer display action function.
1742 * help.el (temp-buffer-resize-regexps): New option.
1743 (temp-buffer-resize-mode): Rewrite doc-string.
1744 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
1745 Don't resize reused window. Suggested by Glenn Morris.
1746
1747 2012-09-22 Stefan Merten <smerten@oekonux.de>
1748
1749 * textmodes/rst.el: Revamp section title faces.
1750 (rst-official-version)
1751 (rst-package-emacs-version-alist): Sync with official version
1752 V1.4.0.
1753 (rst-faces-defaults, rst-set-level-default)
1754 (rst-level-face-max, rst-level-face-base-color)
1755 (rst-level-face-base-light, rst-level-face-format-light)
1756 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
1757 (rst-adornment-faces-alist): Match new setup.
1758 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
1759 (rst-level-5, rst-level-6): New faces.
1760
1761 2012-09-22 Chong Yidong <cyd@gnu.org>
1762
1763 * simple.el (undo): Handle indirect buffers (Bug#8207).
1764
1765 2012-09-21 Leo Liu <sdl.web@gmail.com>
1766
1767 IDO: Disable match re-ordering for buffer switching.
1768 * ido.el (ido-buffer-disable-smart-matches): New variable.
1769 (ido-set-matches-1): Use it. (Bug#2042)
1770
1771 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
1772
1773 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1774 Fix 2011-05-17 change. (Bug#12418)
1775
1776 2012-09-21 Leo Liu <sdl.web@gmail.com>
1777
1778 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1779
1780 2012-09-21 Glenn Morris <rgm@gnu.org>
1781
1782 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1783 Be more robust about locating simple.el.
1784
1785 2012-09-21 Glenn Morris <rgm@gnu.org>
1786
1787 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1788
1789 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
1790
1791 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
1792
1793 2012-09-20 Juri Linkov <juri@jurta.org>
1794
1795 * replace.el (query-replace-read-from): Use `read-regexp' instead
1796 of `read-from-minibuffer' when `regexp-flag' is non-nil.
1797 (occur-read-primary-args): Use `read-regexp' instead of
1798 `read-string'.
1799 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
1800 `read-from-minibuffer'.
1801 * isearch.el (isearch-occur): Use `read-regexp' instead of
1802 `read-string'.
1803 * dired.el (dired-read-regexp): Use `read-regexp' instead of
1804 `read-from-minibuffer'.
1805 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
1806 of `read-string'. (Bug#7567)
1807
1808 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
1809 and allow accepting a list of strings prepended to a list of
1810 standard default values. Doc fix. (Bug#12321)
1811
1812 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
1813
1814 * replace.el (read-regexp): Don't add ": " when PROMPT already
1815 ends with a colon and space. (Bug#12321)
1816
1817 2012-09-20 Tassilo Horn <tsdh@gnu.org>
1818
1819 * doc-view.el (doc-view-display): Better fix for the cl-assertion
1820 error.
1821
1822 2012-09-20 Stefan Merten <smerten@oekonux.de>
1823
1824 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
1825 Fixes feature request bug#11711.
1826 (rst-mode): Create `imenu-create-index-function'.
1827 (rst-get-stripped-line): Delete after refactoring.
1828 (rst-section-tree, rst-section-tree-rec)
1829 (rst-section-tree-point): Refactor and document properly.
1830 (rst-imenu-find-adornments-for-position)
1831 (rst-imenu-convert-cell, rst-imenu-create-index):
1832 New function.
1833
1834 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
1837 (macroexp--expand-all): Use it.
1838 (macroexp--funcall-and-return): Remove by folding it into its sole
1839 caller (macroexp--warn-and-return).
1840 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
1841 Use macroexp--obsolete-warning.
1842
1843 * calc/calc.el: Fix last change by removing the whole chunk, since it
1844 was only needed back when Calc was not bundled.
1845
1846 2012-09-20 Martin Rudalics <rudalics@gmx.at>
1847
1848 * emacs-lisp/debug.el (debug): Restore assignment to
1849 debugger-old-buffer removed on 2012-09-08.
1850
1851 2012-09-20 Juri Linkov <juri@jurta.org>
1852
1853 * dired-aux.el (dired-diff): Remove (require 'diff) since
1854 `diff-latest-backup-file' is now autoloaded.
1855
1856 2012-09-20 Chong Yidong <cyd@gnu.org>
1857
1858 * vc/diff.el (diff-latest-backup-file): Autoload.
1859
1860 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * calc/calc.el: Remove redundant autoload shape check.
1863 (sel-mode): Don't defvar.
1864 (calc-get-stack-element): Add `sel-mode' arg instead.
1865 (calc-top, calc-top-list): Pass it this additional argument.
1866 * calc/calc-store.el (calc-store-map):
1867 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
1868 (calc-map-equation, calc-outer-product, calc-inner-product):
1869 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
1870
1871 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1872
1873 2012-09-19 Juri Linkov <juri@jurta.org>
1874
1875 * dired-aux.el (dired-diff): Add (require 'diff) because
1876 `diff-latest-backup-file' is not autoloaded.
1877 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
1878 of `dired-get-filename' to t to not report error when there is
1879 no default file on the current line.
1880
1881 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1882
1883 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
1884 macroexp--eval-if-compile.
1885 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
1886 (macroexp--expand-all): Use them (bug#12371).
1887
1888 * doc-view.el (doc-view-guess-paper-size)
1889 (doc-view-scale-bounding-box): Fix unbound `caddr'.
1890
1891 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1892
1893 New feature: set optimal slice from BoundingBox information.
1894 * doc-view.el (doc-view-mode-map): Add keybinding.
1895 (doc-view-menu): Add menu entry.
1896 (doc-view-set-slice): Adapt docstring.
1897 (doc-view-get-bounding-box, doc-view-guess-paper-size)
1898 (doc-view-scale-bounding-box)
1899 (doc-view-set-slice-from-bounding-box): New functions.
1900 (doc-view-paper-sizes): New defvar.
1901
1902 2012-09-19 Glenn Morris <rgm@gnu.org>
1903
1904 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
1905 (byte-compile-log-warning): Autoload. (Bug#12371)
1906
1907 * calendar/calendar.el (calendar-american-month-header)
1908 (calendar-european-month-header, calendar-iso-month-header)
1909 (calendar-month-header): New options.
1910 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
1911 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
1912
1913 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
1914
1915 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
1916
1917 2012-09-18 Juri Linkov <juri@jurta.org>
1918
1919 * dired-aux.el (dired-diff): Restore original functionality of
1920 getting the default value, but keep new feature of using the
1921 latest existing backup file (`diff-latest-backup-file').
1922
1923 2012-09-18 Juri Linkov <juri@jurta.org>
1924
1925 * dired.el (dired-mark): If the region is active in Transient Mark
1926 mode, mark all files in the active region. Doc fix.
1927 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
1928 Doc fix. (Bug#10624)
1929
1930 2012-09-18 Juri Linkov <juri@jurta.org>
1931
1932 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
1933 attributes for M-n are pulled from the file at point.
1934 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
1935 Suggested by Drew Adams. (Bug#10624)
1936
1937 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
1938
1939 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
1940 whitespace after "end".
1941 (ruby-do-end-to-brace): Collapse block to one line if it fits
1942 within fill-column.
1943
1944 2012-09-18 Martin Rudalics <rudalics@gmx.at>
1945
1946 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
1947 value.
1948 (debug): Don't remove debugger window when debugger is expected
1949 to be back.
1950
1951 2012-09-18 Chong Yidong <cyd@gnu.org>
1952
1953 * custom.el (defface): Doc fix.
1954
1955 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
1956
1957 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
1958
1959 * progmodes/compile.el (compilation-start): Use compilation-always-kill
1960 to initialize query-on-exit; then test that instead (bug#12288).
1961
1962 2012-09-17 Stefan Merten <smerten@oekonux.de>
1963
1964 * textmodes/rst.el: Add support for `testcover'.
1965 (rst-defcustom-testcover, rst-testcover-add-compose)
1966 (rst-testcover-add-1value): New functions.
1967 (rst-portable-mark-active-p): Replace by `use-region-p'.
1968 (rst-update-section, rst-classify-adornment)
1969 (rst-find-title-line): Mark `1value' forms.
1970 (rst-classify-adornment): Remove superfluous form.
1971 (rst-update-section, rst-get-adornments-around)
1972 (rst-adornment-complete-p, rst-get-next-adornment)
1973 (rst-adjust, rst-promote-region)
1974 (rst-display-adornments-hierarchy, rst-straighten-adornments)
1975 (rst-find-pfx-in-region, rst-section-tree-rec)
1976 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
1977 (rst-toc-node, rst-toc, rst-forward-section)
1978 (rst-iterate-leftmost-paragraphs)
1979 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
1980 (rst-bullet-list-region)
1981 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
1982 (rst-compile-find-conf, rst-compile)
1983 (rst-repeat-last-character): Fix style.
1984
1985 2012-09-17 Chong Yidong <cyd@gnu.org>
1986
1987 * comint.el (comint--complete-file-name-data): Don't add a space
1988 if the status is `sole'; that adds a gratuitous space in the
1989 completion-cycling case (Bug#12092).
1990
1991 * pcomplete.el (pcomplete-completions-at-point): Likewise.
1992
1993 2012-09-17 Richard Stallman <rms@gnu.org>
1994
1995 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
1996 only in the mime-shown mode, not in raw mode.
1997 (rmail-mime): Toggle off mime by displaying the message without
1998 mime processing. (Bug#12305)
1999
2000 * mail/rmail.el (rmail-retry-failure):
2001 Turn off mime processing first. (Bug#12037)
2002
2003 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2004
2005 2012-09-17 Chong Yidong <cyd@gnu.org>
2006
2007 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2008 (shell-dynamic-complete-functions): Convert to defcustom.
2009 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2010
2011 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2012 * comint.el (comint-prompt-read-only):
2013 * custom.el (defcustom):
2014 * hi-lock.el (hi-lock-mode):
2015 * ibuffer.el (ibuffer-formats):
2016 * ielm.el (ielm-prompt-read-only):
2017 * novice.el (disable-command):
2018 * saveplace.el (toggle-save-place):
2019 * speedbar.el (speedbar-supported-extension-expressions):
2020 * startup.el (auto-save-list-file-prefix, init-file-user)
2021 (after-init-hook, inhibit-startup-echo-area-message):
2022 * strokes.el (strokes-help):
2023 * time-stamp.el (time-stamp):
2024 * calendar/calendar.el (calendar, diary-file):
2025 * calendar/diary-lib.el (diary-mail-entries, diary)
2026 (diary-list-entries-hook):
2027 * calendar/holidays.el (holidays, calendar-holidays):
2028 * calendar/lunar.el (lunar-phases):
2029 * calendar/solar.el (sunrise-sunset):
2030 * emulation/edt.el (edt-load-keys):
2031 * emulation/viper.el (viper-mode):
2032 * eshell/em-alias.el (eshell-command-aliases-list):
2033 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2034 * international/ogonek.el (ogonek-information):
2035 * net/tramp-cmds.el (tramp-bug):
2036 * net/quickurl.el (quickurl-reread-hook-postfix):
2037 * play/decipher.el (decipher-font-lock-keywords):
2038 * progmodes/cc-styles.el (c-set-style):
2039 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2040 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2041 * progmodes/octave-mod.el (octave-mode):
2042 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2043 * progmodes/verilog-mode.el (verilog-read-defines):
2044 * textmodes/two-column.el (2C-mode): Likewise.
2045
2046 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2047
2048 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2049 that holds many addresses.
2050
2051 2012-09-16 Chong Yidong <cyd@gnu.org>
2052
2053 * align.el (align-areas): Call the indication function with
2054 positions instead of markers for arguments (Bug#12343).
2055
2056 * files.el (parse-colon-path): Use split-string (Bug#12351).
2057
2058 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2059 (display-buffer-function): Mark as obsolete.
2060
2061 * progmodes/compile.el (compilation-parse-errors): Accept list
2062 values similar to font-lock-keywords (Bug#12136).
2063 Suggested by Oleksandr Manzyuk.
2064 (compilation-error-regexp-alist): Doc fix.
2065
2066 2012-09-15 Glenn Morris <rgm@gnu.org>
2067
2068 * version.el (emacs-bzr-version-bzr): New function.
2069 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2070
2071 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2072 checkouts, check the parent dirstate matches the branch.
2073 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2074 empty string.
2075
2076 * version.el (emacs-bzr-version): Doc fix.
2077 (emacs-bzr-version-dirstate): New function.
2078 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2079 is local try and check that it matches the branch. If not, just
2080 use dirstate information. (Bug#12441)
2081
2082 2012-09-14 Juri Linkov <juri@jurta.org>
2083
2084 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2085 (Bug#12399)
2086
2087 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2090
2091 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2092 Remove obsolete byte-compiler hack that tried to silence some warnings.
2093 (edebug-submit-bug-report): Remove.
2094 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2095 Remove aliases, use the un-prefixed name instead.
2096 (edebug-pop-to-buffer): Consider other frames.
2097 (edebug-original-read):: Make it more obvious that it's always defined.
2098 (edebug--make-form-data-entry, edebug--form-data-name)
2099 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2100 single-dashed name, and implement with cl-defstruct.
2101 (edebug-set-form-data-entry): Use the standard accessors.
2102 (edebug-make-top-form-data-entry): Use push.
2103 (edebug-no-match): Drop useless `funcall'.
2104 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2105 to functions.
2106 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2107 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2108 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2109 (easy-menu-define, with-custom-print): Remove redundant specs.
2110 (edebug-outside-overriding-local-map)
2111 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2112 (edebug--display): Bind unread-command-events directly to nil rather
2113 than binding it to unread-command-events and later setting it to nil.
2114 (edebug--display): Kill edebug-eval-buffer here...
2115 (edebug--recursive-edit): ...rather than here.
2116 Bind standard-output and standard-input.
2117 (edebug-eval): Check cl-macroexpand-all is fboundp.
2118 (edebug-temp-display-freq-count): Fix last change.
2119
2120 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2121 * subr.el (noreturn, 1value): Add `debug' spec.
2122 * emacs-lisp/advice.el: Require cl-lib.
2123 (ad-copy-tree): Remove, use copy-tree instead.
2124 (ad-dolist): Remove use dolist or cl-dolist instead.
2125 (ad-do-return): Remove, use cl-return instead.
2126 (defadvice): Add `debug' spec.
2127
2128 2012-09-13 Juri Linkov <juri@jurta.org>
2129
2130 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2131 (Bug#12399)
2132
2133 2012-09-13 Glenn Morris <rgm@gnu.org>
2134
2135 * calc/calc.el (math-compose-expr):
2136 * calc/calc-ext.el (math-compose-expr):
2137 * progmodes/cc-defs.el (cl-macroexpand-all):
2138 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2139 (cl-macroexpand-all): Update declarations.
2140
2141 * vc/vc.el: No need to require ediff.
2142 (ediff-load-version-control): Declare.
2143 (ediff-vc-internal): Fix declaration.
2144 (vc-version-ediff): Require ediff.
2145
2146 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2147
2148 Use a more backwards-compatible timer format (Bug#12430).
2149 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2150 being right after USECS, as that better supports old code that
2151 inadvisedly looked directly at the timer vector.
2152
2153 2012-09-13 Kenichi Handa <handa@gnu.org>
2154
2155 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2156 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2157 `coding-priority' property of these language environment.
2158
2159 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2160
2161 Fix glitches caused by addition of psec to timers (Bug#12430).
2162 * image.el (image-animate-timer):
2163 * time.el (display-time-world-timer):
2164 Use timer--function and timer--args rather than raw access to
2165 timer vector.
2166
2167 2012-09-13 Glenn Morris <rgm@gnu.org>
2168
2169 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2170 If not compiling a file, try using load-file-name.
2171
2172 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2175 Fix last change.
2176 (edebug-update-eval-list): Use `push'.
2177
2178 * emacs-lisp/edebug.el: Use lexical-binding.
2179 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2180 Mark unused args with underscore.
2181 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2182 (edebug-form-data): Use defvar-local.
2183 (edebug-make-before-and-after-form, edebug-make-after-form):
2184 Use backquote.
2185 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2186 Not dynamically scoped any more.
2187 (edebug--enter-trace): Add arguments `function' and `args'.
2188 Rename from edebug-enter-trace.
2189 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2190 (edebug--update-coverage): Add `after-index' and `value' args.
2191 Rename from edebug-update-coverage.
2192 (edebug-slow-after): Call it accordingly.
2193 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2194 edebug-recursive-edit.
2195 (edebug--display): Call it accordingly. Add args `value',
2196 `offset-index', and `arg-mode'. Rename from edebug-display.
2197 (edebug-debugger, edebug): Call it accordingly.
2198 (edebug-eval-display-list): Use dolist.
2199
2200 2012-09-12 Juri Linkov <juri@jurta.org>
2201
2202 * info.el (Info-search): Don't check for isearch-mode and
2203 isearch-regexp before let-binding search-spaces-regexp to
2204 Info-search-whitespace-regexp.
2205 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2206 search-whitespace-regexp if isearch-lax-whitespace or
2207 isearch-regexp-lax-whitespace is non-nil.
2208 (Info-mode): Don't set local variable search-whitespace-regexp.
2209 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2210
2211 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2214 (debugger-env-macro): Remove support for unread-command-char.
2215
2216 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2217 the temporary map re-appearing on emulation-mode-map-alists.
2218
2219 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2220 since 22.1.
2221
2222 * ehelp.el (with-electric-help): Accept functions in
2223 electric-help-form-to-execute.
2224 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2225 And replace unread-command-char -> unread-command-events.
2226
2227 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2228
2229 Sync with Tramp 2.2.6.
2230
2231 * net/tramp.el (tramp-accept-process-output): Don't use
2232 JUST-THIS-ONE in the XEmacs case.
2233
2234 * net/trampver.el: Update release number.
2235
2236 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2237
2238 * emacs-lisp/debug.el (debugger-previous-window-height):
2239 New variable.
2240 (debug): When debugger-jumping-flag is non-nil try to restore
2241 height of debugger window. (Bug#8789)
2242
2243 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2244
2245 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2246 overriding-local-map and pre/post-command-hook here.
2247 (edebug-recursive-edit): Do it here instead (bug#12345).
2248 (edebug-outside-unread-command-char): Remove all uses of
2249 unread-command-char.
2250
2251 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2252 inhibit-debugger is bound instead.
2253
2254 2012-09-11 Bastien Guerry <bzg@gnu.org>
2255
2256 * subr.el (set-temporary-overlay-map): Add a docstring.
2257 (Bug#12346)
2258
2259 2012-09-11 Bastien Guerry <bzg@gnu.org>
2260
2261 * minibuffer.el (completion-table-subvert): Fix docstring.
2262 (Bug#12347)
2263
2264 2012-09-11 Bastien Guerry <bzg@gnu.org>
2265
2266 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2267
2268 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2269
2270 * progmodes/sql.el: Version 3.1
2271 (sql-db2-escape-newlines): New variable.
2272 (sql-escape-newlines-filter): Use it.
2273
2274 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2275
2276 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2277
2278 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2279
2280 * vc/diff-mode.el (diff-mode-menu):
2281 Bind diff-remove-trailing-whitespace.
2282
2283 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2286 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2287 (emacs-lisp-byte-code-mode): New functions.
2288 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2289 (eval-defun-2): Remove bogus interactive spec.
2290 (lisp-indent-line): Remove redundant whole-exp code, now done in
2291 indent-according-to-mode.
2292 (save-match-data): Remove redundant indent data.
2293
2294 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2295 Use `declare'.
2296
2297 2012-09-09 Juri Linkov <juri@jurta.org>
2298
2299 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2300 (replace-lax-whitespace, query-replace-regexp)
2301 (query-replace-regexp-eval, replace-regexp): Doc fix.
2302 (perform-replace, replace-highlight): Let-bind
2303 isearch-lax-whitespace to replace-lax-whitespace and
2304 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2305
2306 * isearch.el (isearch-query-replace): Let-bind
2307 replace-lax-whitespace to isearch-lax-whitespace and
2308 replace-regexp-lax-whitespace to
2309 isearch-regexp-lax-whitespace. (Bug#10885)
2310
2311 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2314
2315 2012-09-09 Alan Mackenzie <acm@muc.de>
2316
2317 * progmodes/cc-engine.el (c-state-cache-init):
2318 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2319 (c-record-parse-state-state):
2320 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2321
2322 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2323
2324 * register.el (register-separator): Rename from
2325 separator-register. All uses changed. Doc fix.
2326 (register): Fix version.
2327
2328 2012-09-09 Chong Yidong <cyd@gnu.org>
2329
2330 * replace.el (query-replace-map): Bind four new symbols for
2331 requesting window scrolling.
2332
2333 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2334 query-replace-map (Bug#8948).
2335
2336 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2337
2338 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2339 since they are now in query-replace-map.
2340
2341 * window.el (scroll-other-window-down): Make the arg optional.
2342
2343 2012-09-09 Chong Yidong <cyd@gnu.org>
2344
2345 * files.el (hack-local-variables-confirm): Use quit-window to kill
2346 the *Local Variables* buffer.
2347
2348 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2349
2350 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2351 not just expect to be at its beginning. Adjust callees.
2352 Succeed when do-end block has no space before the pipe character.
2353 (ruby-brace-to-do-end): When the original block is one-liner,
2354 convert to multiline. Reindent the result.
2355
2356 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2357
2358 * register.el (register): New group.
2359 (separator-register): New user option.
2360 (increment-register): Route it to `append-to-register', if
2361 register contains text. Implication is that `C-x r +' can now be
2362 used for appending to a text register (bug#12217).
2363 (append-to-register, prepend-to-register): Add separator based on
2364 `separator-register'.
2365
2366 2012-09-08 Alan Mackenzie <acm@muc.de>
2367
2368 AWK Mode: make auto-newline work when there's "==" in the pattern.
2369 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2370 correctly.
2371 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2372 Test more rigorously for "=" token.
2373
2374 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2375
2376 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2377 Only fail when reached LIMIT.
2378
2379 2012-09-08 Chong Yidong <cyd@gnu.org>
2380
2381 * dired.el (dired-mode-map): Don't bind M-=.
2382
2383 * dired-aux.el (dired-diff): Use backup file as default.
2384
2385 2012-09-08 Drew Adams <drew.adams@oracle.com>
2386
2387 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2388
2389 2012-09-08 Chong Yidong <cyd@gnu.org>
2390
2391 * subr.el (syntax-after, syntax-class): Doc fix.
2392
2393 2012-09-08 Martin Rudalics <rudalics@gmx.at>
2394
2395 * window.el (display-buffer-in-previous-window): New buffer
2396 display action function.
2397
2398 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2399 (debugger-previous-window): New variable.
2400 (debug): Rewrite using display-buffer-in-previous-window,
2401 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2402
2403 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2404
2405 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2406
2407 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2408
2409 * progmodes/python.el (python-shell-send-string):
2410 When default-directory is remote, create temp file on remote
2411 filesystem.
2412 (python-shell-send-file): When file is remote, pass local view of
2413 file paths to remote Python interpreter. (Bug#12340)
2414
2415 2012-09-07 Chong Yidong <cyd@gnu.org>
2416
2417 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2418
2419 * files.el (after-find-file): Don't fail on a read-only buffer if
2420 require-final-newline is `visit' or `visit-save' (Bug#11156).
2421
2422 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2423
2424 * userlock.el (ask-user-about-supersession-threat):
2425 Use read-char-choice (Bug#12093).
2426
2427 2012-09-07 Chong Yidong <cyd@gnu.org>
2428
2429 * subr.el (buffer-narrowed-p): New function.
2430
2431 * ses.el (ses-widen):
2432 * simple.el (count-words--buffer-message):
2433 * net/browse-url.el (browse-url-of-buffer): Use it.
2434
2435 * simple.el (count-words-region): Don't signal an error if there
2436 is a non-nil prefix arg and the mark is not set.
2437
2438 * help.el (describe-key-briefly): Allow the message to be seen
2439 when invoked from the minibuffer (Bug#7014).
2440
2441 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2442
2443 * progmodes/ruby-mode.el (ruby-end-of-defun)
2444 (ruby-beginning-of-defun): Simplify, allow indentation before
2445 block beginning and end keywords.
2446 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2447 (ruby-end-of-defun): Expect that the point is at the beginning of
2448 the defun.
2449
2450 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2453 (bug#12367).
2454 (cl--make-usage-args): Strip _ from argument names.
2455
2456 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2457
2458 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2459 obsolete alias speedbar-key-map.
2460 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2461 (vhdl-index-menu-init): Don't use obsolete variable
2462 font-lock-maximum-size.
2463
2464 2012-09-06 Chong Yidong <cyd@gnu.org>
2465
2466 * frame.el (window-system-version): Mark as obsolete.
2467
2468 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2469 of obsolete variable speedbar-key-map.
2470
2471 2012-09-06 Juri Linkov <juri@jurta.org>
2472
2473 * replace.el (replace-lax-whitespace): New defcustom.
2474 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2475 (replace-string, replace-regexp): Mention it in docstrings.
2476 (perform-replace, replace-highlight): Let-bind
2477 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2478 to the values of replace-lax-whitespace and regexp-flag.
2479 Don't let-bind search-whitespace-regexp. (Bug#10885)
2480
2481 * isearch.el (isearch-query-replace): Let-bind
2482 replace-lax-whitespace instead of let-binding
2483 replace-search-function and replace-re-search-function.
2484 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2485 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2486 (isearch-toggle-symbol): Set isearch-regexp to nil
2487 in isearch-word mode (like in isearch-toggle-word).
2488
2489 2012-09-06 Juri Linkov <juri@jurta.org>
2490
2491 * replace.el (replace-search-function)
2492 (replace-re-search-function): Set default values to nil.
2493 (perform-replace): Let-bind isearch-related variables based on
2494 replace-related values, call `isearch-search-fun' and let-bind
2495 the result to `search-function'. Remove code that sets
2496 `search-function' and `search-string' separately for
2497 `delimited-flag'.
2498 (replace-highlight): Add new argument `delimited-flag' and
2499 rename other arguments to the names used in `perform-replace'.
2500 Let-bind `isearch-word' to the argument `delimited-flag'.
2501 (Bug#10885, bug#10887)
2502
2503 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2504
2505 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2506 ruby-beginning-of-indent, simplify, allow all keywords to have
2507 indentation before them.
2508 (ruby-beginning-of-indent): Adjust for above. Search until the
2509 found point is not inside a string or comment.
2510 (ruby-font-lock-keywords): Allow symbols to start with "@"
2511 character, give them higher priority than variables.
2512 (ruby-syntax-propertize-function)
2513 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2514 matchers. Expression expansions are not comments when inside a
2515 string, and there comment syntax status is irrelevant.
2516 (ruby-match-expression-expansion): New function. Check that
2517 expression expansion is inside a string, and it's not escaped.
2518 (ruby-font-lock-keywords): Use it.
2519
2520 2012-09-05 Martin Rudalics <rudalics@gmx.at>
2521
2522 * help.el (temp-buffer-max-height): New default value.
2523 (temp-buffer-resize-frames): New option.
2524 (resize-temp-buffer-window): Optionally resize frame.
2525
2526 * window.el (fit-frame-to-buffer-bottom-margin): New option.
2527 (fit-frame-to-buffer): New function.
2528
2529 2012-09-05 Glenn Morris <rgm@gnu.org>
2530
2531 * emulation/cua-rect.el (cua--init-rectangles):
2532 * textmodes/picture.el (picture-mode-map):
2533 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2534 like forward-char and backward-char. (Bug#12317)
2535
2536 2012-09-05 Leo Liu <sdl.web@gmail.com>
2537
2538 * progmodes/flymake.el (flymake-warning-re): New variable.
2539 (flymake-parse-line): Use it.
2540
2541 2012-09-05 Glenn Morris <rgm@gnu.org>
2542
2543 * calendar/holidays.el (holiday-christian-holidays):
2544 Rename an entry. (Bug#12289)
2545
2546 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2547
2548 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2549 (bug#12222).
2550
2551 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * loadup.el: Load macroexp. Remove hack.
2554 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2555 (macroexp--expand-all): Use it to get better warnings.
2556 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2557 (internal-macroexpand-for-load): New functions.
2558 (macroexp--pending-eager-loads): New var.
2559 (emacs-startup-hook): New hack to replace one in loadup.el.
2560 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2561 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2562 (cl-psetf): Simplify.
2563 (cl-defstruct): Add indent rule.
2564
2565 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2566
2567 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2568 over `user-mail-address' for the SMTP MAIL FROM envelope.
2569 (smtpmail-via-smtp): Ditto.
2570
2571 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2572
2573 * progmodes/ruby-mode.el: Clean up keybindings.
2574 (ruby-mode-map): Don't bind ruby-electric-brace,
2575 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2576 backward-kill-word, reindent-then-newline-and-indent.
2577 (ruby-mark-defun): Remove.
2578 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2579 (ruby-mode): Set local beginning-of-defun-function and
2580 end-of-defun-function values.
2581
2582 2012-09-03 Martin Rudalics <rudalics@gmx.at>
2583
2584 * window.el (temp-buffer-window-setup-hook)
2585 (temp-buffer-window-show-hook): New hooks.
2586 (temp-buffer-window-setup, temp-buffer-window-show)
2587 (with-temp-buffer-window): New functions.
2588 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2589 (special-display-popup-frame): Make sure the window used shows BUFFER.
2590
2591 * help.el (temp-buffer-resize-mode): Fix doc-string.
2592 (resize-temp-buffer-window): New optional argument WINDOW.
2593
2594 * files.el (recover-file, save-buffers-kill-emacs):
2595 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2596
2597 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2600 remote definition of `default-directory', ensure we can connect.
2601
2602 2012-09-02 Juri Linkov <juri@jurta.org>
2603
2604 Toggle whitespace matching mode with M-s SPC.
2605 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2606
2607 * isearch.el (search-whitespace-regexp): Doc fix.
2608 Remove cons cell customization.
2609 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2610 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2611 New variables.
2612 (isearch-forward, isearch-forward-regexp): Doc fix.
2613 (isearch-toggle-lax-whitespace): New command.
2614 (search-forward-lax-whitespace, search-backward-lax-whitespace)
2615 (re-search-forward-lax-whitespace)
2616 (re-search-backward-lax-whitespace): New functions.
2617 (isearch-whitespace-regexp): Remove function.
2618 (isearch-query-replace): Let-bind replace-search-function and
2619 replace-re-search-function.
2620 (isearch-occur): Let-bind search-spaces-regexp according to the
2621 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2622 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2623 condition for C-q SPC.
2624 (isearch-search-fun-default): Use new functions mentioned above.
2625 (isearch-search-forward, isearch-search-backward): Remove functions.
2626 (isearch-search): Don't let-bind search-spaces-regexp.
2627 (isearch-lazy-highlight-space-regexp): Remove variable.
2628 (isearch-lazy-highlight-lax-whitespace)
2629 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2630 (isearch-lazy-highlight-new-loop): Use them.
2631 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2632
2633 2012-09-02 Chong Yidong <cyd@gnu.org>
2634
2635 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2636
2637 2012-09-02 Glenn Morris <rgm@gnu.org>
2638
2639 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2640
2641 2012-09-01 Glenn Morris <rgm@gnu.org>
2642
2643 * term.el: Tidy up menu definitions.
2644 (term-mode-map): Use easymenu for In/Out, Complete menus.
2645 (term-pager-break-map): Initialize in the defvar.
2646 (term-terminal-menu, term-signals-menu): Define with easymenu.
2647 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
2648 (term-pager-menu): New, extracted from term-process-pager.
2649 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2650 (term-update-mode-line): Propertize line/char and page items.
2651 (term-process-pager): Move keymap initialization elsewhere.
2652
2653 2012-09-01 Martin Rudalics <rudalics@gmx.at>
2654
2655 * window.el (switch-to-prev-buffer): Handle additional values of
2656 BURY-OR-KILL argument. Don't switch in minibuffer window.
2657 (switch-to-next-buffer): Don't switch in minibuffer window.
2658 (quit-restore-window): New function based on quit-window.
2659 Handle additional values of former KILL argument.
2660 (quit-window): Call quit-restore-window with appropriate
2661 interpretation of KILL argument.
2662 (display-buffer-below-selected): New buffer display action
2663 function.
2664
2665 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * minibuffer.el (completion-at-point-functions): Complete docstring
2668 (bug#12254).
2669
2670 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2671
2672 Better seed support for (random).
2673 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2674 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2675 * play/mpuz.el, play/tetris.el, play/zone.el:
2676 * calc/calc-comb.el (math-init-random-base):
2677 * play/blackbox.el (bb-init-board):
2678 * play/life.el (life):
2679 * server.el (server-use-tcp):
2680 * type-break.el (type-break):
2681 Remove unnecessary call to (random t).
2682 * net/sasl.el (sasl-unique-id-function):
2683 Change (random t) to (random), now that the latter is more random.
2684 * play/life.el (life-initialized): Remove no-longer-needed var.
2685
2686 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
2687
2688 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2689 Consider frame's buffer predicate when choosing the buffer.
2690 (Bug#12081)
2691
2692 2012-08-30 Richard Stallman <rms@gnu.org>
2693
2694 * simple.el (special-mode-map): Delete binding for `z'.
2695
2696 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2697
2698 * progmodes/compile.el (compilation-always-kill): Doc fix.
2699
2700 2012-08-30 Chong Yidong <cyd@gnu.org>
2701
2702 * window.el (display-buffer-reuse-frames): Make the obsolescence
2703 message more informative.
2704
2705 2012-08-30 Glenn Morris <rgm@gnu.org>
2706
2707 * paren.el (show-paren-delay):
2708 Add a :set function. Doc fix. (Bug#12297)
2709
2710 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
2711
2712 * progmodes/compile.el (compilation-always-kill): New var.
2713 (compilation-start): Use it.
2714
2715 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2718 * files.el (read-only-mode): Move to simple.el.
2719
2720 * files.el (read-only-mode): New minor mode.
2721 (toggle-read-only): Use it and mark obsolete.
2722 (find-file--read-only):
2723 * vc/vc.el (vc-next-action, vc-checkout):
2724 * vc/vc-cvs.el (vc-cvs-checkout):
2725 * obsolete/vc-mcvs.el (vc-mcvs-update):
2726 * ffap.el (ffap--toggle-read-only): Update callers.
2727
2728 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
2729
2730 * eshell/esh-ext.el (eshell-external-command): Do not examine
2731 remote shell scripts.
2732 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
2733
2734 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2735 "/usr/local/sbin".
2736
2737 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2740
2741 2012-08-28 Leo Liu <sdl.web@gmail.com>
2742
2743 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2744 completion-at-point. (Bug#12220)
2745
2746 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2747
2748 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2749
2750 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2751
2752 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2753 be buffer-local; add delete-trailing-whitespace (bug#12259).
2754
2755 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
2756
2757 * progmodes/hideif.el (hif-compress-define-list):
2758 Fix typo. (Bug#11951)
2759
2760 2012-08-28 Dan Nicolaescu <dann@gnu.org>
2761
2762 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2763 buffer local setting.
2764
2765 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2766 rcirc-encode-coding-system.
2767
2768 2012-08-28 Leo Liu <sdl.web@gmail.com>
2769
2770 * net/rcirc.el (rcirc-split-message): New function.
2771 (rcirc-send-message): Use it. (Bug#12051)
2772
2773 2012-08-28 Juri Linkov <juri@jurta.org>
2774
2775 * info.el (Info-fontify-node): Hide empty lines at the end of
2776 the node. (Bug#12272)
2777
2778 2012-08-27 Drew Adams <drew.adams@oracle.com>
2779
2780 * dired.el (dired-pop-to-buffer): Make window start at beginning
2781 of buffer (Bug#12281).
2782
2783 2012-08-26 Chong Yidong <cyd@gnu.org>
2784
2785 * window.el (special-display-regexps, special-display-frame-alist)
2786 (special-display-buffer-names, special-display-function)
2787 (display-buffer-reuse-frames): Mark as obsolete.
2788
2789 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
2790
2791 * help.el (help-print-return-message): Don't treat
2792 display-buffer-reuse-frames specially.
2793
2794 2012-08-26 Chong Yidong <cyd@gnu.org>
2795
2796 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2797 New variable, replacing gdb-frame-parameters.
2798 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
2799 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
2800 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
2801 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
2802 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
2803 the functions directly with gdb-display-buffer-other-frame-action.
2804 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
2805 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
2806 (gdb-display-stack-buffer, gdb-display-locals-buffer)
2807 (gdb-display-registers-buffer): Define directly.
2808 (def-gdb-display-buffer): Macro deleted.
2809 (gdb-display-buffer): Remove second and third args, callers don't
2810 use them. Defer to the default display-buffer behavior, apart
2811 from making windows dedicated.
2812 (gdb-setup-windows): Don't call display-buffer unnecessarily.
2813
2814 * progmodes/gud.el (gud-display-line): Just use display-buffer.
2815
2816 * window.el (display-buffer-pop-up-frame): Handle a
2817 pop-up-frame-parameters alist entry.
2818 (display-buffer): Document it.
2819
2820 2012-08-26 Chong Yidong <cyd@gnu.org>
2821
2822 * isearch.el (search-whitespace-regexp): Make string and nil
2823 values apply to both ordinary and regexp search. Allow a cons
2824 cell value to distinguish between the two.
2825 (isearch-whitespace-regexp, isearch-search-forward)
2826 (isearch-search-backward): New functions.
2827 (isearch-occur, isearch-search-fun-default, isearch-search)
2828 (isearch-lazy-highlight-new-loop): Use them.
2829 (isearch-forward, isearch-forward-regexp): Doc fix.
2830
2831 2012-08-26 Chong Yidong <cyd@gnu.org>
2832
2833 * faces.el (help-argument-name): Always inherit from italic
2834 (Bug#12213).
2835
2836 2012-08-25 Martin Rudalics <rudalics@gmx.at>
2837
2838 * window.el (window--even-window-heights): Even heights when
2839 WINDOW and the selected window form a vertical combination.
2840 (display-buffer-use-some-window): Provide that window used gets
2841 sized back by quit-window. (Bug#11880) and (Bug#12091)
2842
2843 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2844
2845 Fix file time stamp problem with bzr and CVS (Bug#12001).
2846 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
2847 in the file's time stamp, since the version control system loses
2848 that information.
2849
2850 2012-08-22 Juri Linkov <juri@jurta.org>
2851
2852 * info.el (Info-fontify-node): Hide the suffix of the
2853 Info file name in the header line. (Bug#12187)
2854
2855 2012-08-22 Glenn Morris <rgm@gnu.org>
2856
2857 * calendar/cal-tex.el (cal-tex-weekly-common):
2858 Restore leading blank page.
2859
2860 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
2861
2862 * misc.el (forward-to-word, backward-to-word): Activate or extend
2863 the region under `shift-select-mode'. (Bug#12231)
2864
2865 2012-08-22 Bastien Guerry <bzg@gnu.org>
2866
2867 * progmodes/executable.el (executable-prefix): Set to "#!" instead
2868 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
2869 gives details on why the space is never needed.
2870
2871 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2872
2873 * window.el (walk-window-tree, window-with-parameter):
2874 New optional argument MINIBUF to control whether these functions
2875 should run on the minibuffer window.
2876 (window-at-side-list): Don't operate on minibuffer window.
2877 (window-in-direction): Simplify and rewrite doc-string.
2878 (window--size-ignore): Rename to window--size-ignore-p.
2879 Update callers.
2880 (display-buffer-in-atom-window, window--major-non-side-window)
2881 (window--major-side-window, display-buffer-in-major-side-window)
2882 (delete-side-window, display-buffer-in-side-window):
2883 New functions.
2884 (window--side-check, window-deletable-p, delete-window)
2885 (delete-other-windows, split-window): Handle side windows and
2886 atomic windows appropriately.
2887 (window--display-buffer): Call display-buffer-record-window also
2888 when the window buffer did not change.
2889
2890 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
2891
2892 * help-fns.el (help-fns--key-bindings):
2893 Abbreviate non-symbol remap targets. (Bug#12174)
2894
2895 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2896
2897 * dired.el (dired-mark-remembered): Don't clobber point.
2898 (Bug#11795)
2899
2900 2012-08-22 Glenn Morris <rgm@gnu.org>
2901
2902 * progmodes/bug-reference.el (bug-reference): New custom group.
2903 (bug-reference-bug-regexp): Make it a defcustom.
2904
2905 2012-08-22 Daiki Ueno <ueno@unixuser.org>
2906
2907 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
2908 (js-paren-indent-offset, js-square-indent-offset)
2909 (js-curly-indent-offset): Add :safe (Bug#12257).
2910
2911 2012-08-22 Edward O'Connor <hober0@gmail.com>
2912
2913 * json.el (json-key-format): Add error properties.
2914 (json-encode-key): New function.
2915 (json-encode-hash-table, json-encode-alist, json-encode-plist):
2916 Use json-encode-key.
2917
2918 2012-08-22 Glenn Morris <rgm@gnu.org>
2919
2920 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
2921 (cal-tex-leftday, cal-tex-rightday): Remove functions.
2922 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
2923 Update for above change.
2924
2925 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
2926
2927 * cus-face.el (custom-face-attributes): Fix customize type for the
2928 :underline attribute. (Bug#11805)
2929
2930 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2931
2932 * window.el (window-point-1, set-window-point-1): Remove.
2933 (window-in-direction, record-window-buffer)
2934 (set-window-buffer-start-and-point, split-window-below)
2935 (window--state-get-1, display-buffer-record-window):
2936 Replace calls to window-point-1 and set-window-point-1 by calls to
2937 window-point and set-window-point respectively.
2938
2939 2012-08-21 Glenn Morris <rgm@gnu.org>
2940
2941 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
2942 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
2943 Use it.
2944
2945 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
2946 (cal-tex-shortday): New function.
2947 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
2948 (cal-tex-cursor-filofax-daily): Use the above.
2949
2950 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
2951 New functions.
2952 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2953 (cal-tex-cursor-filofax-week): Use them.
2954
2955 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
2956 New constants.
2957 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2958 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
2959
2960 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
2961 (cal-tex-end-document): Don't rely on buffer name.
2962
2963 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
2964 Use cal-tex-vspace.
2965 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
2966 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2967 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
2968 Use cal-tex-arg.
2969
2970 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
2971 (cal-tex-cursor-week, cal-tex-cursor-week2)
2972 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
2973 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2974 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
2975 (cal-tex-insert-preamble, cal-tex-b-document)
2976 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
2977 Improve cal-tex-cmd usage.
2978
2979 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
2980 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
2981 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
2982 (cal-tex-weekly-paper): New function.
2983 (cal-tex-cursor-week, cal-tex-cursor-week2)
2984 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2985 (cal-tex-cursor-day): Use it.
2986
2987 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
2988 (cal-tex-cursor-filofax-week): Remove leading blank page.
2989
2990 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2991 Add autoload cookie. For now at least, don't use color, since
2992 no other cal-tex function does.
2993
2994 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
2995 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2996 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
2997
2998 2012-08-21 Juri Linkov <juri@jurta.org>
2999
3000 * info.el (Info-file-attributes): New variable.
3001 (info-insert-file-contents): Add file attributes to
3002 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3003 `Info-toc-nodes' when previous modtime of the Info file is less
3004 than new modtime.
3005 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3006 of info.el. (Bug#12230)
3007
3008 2012-08-20 Glenn Morris <rgm@gnu.org>
3009
3010 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3011 * calendar/holidays.el (calendar-holiday-list):
3012 Report errors with display-warning rather than beep'n'sleep.
3013
3014 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3015
3016 * net/tramp.el (tramp-accept-process-output): Accept only output
3017 from PROC. Otherwise, process filters and sentinels might be
3018 confused. (Bug#12145)
3019
3020 2012-08-20 Chong Yidong <cyd@gnu.org>
3021
3022 * descr-text.el (describe-text-properties-1): Use overlays-in to
3023 report on empty overlays (Bug#3322).
3024
3025 2012-08-20 Glenn Morris <rgm@gnu.org>
3026
3027 * mail/rmailout.el (rmail-output-read-file-name):
3028 Trap and report errors in rmail-output-file-alist elements.
3029
3030 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3031 since most non-font-lock faces are not also variables).
3032
3033 2012-08-20 Edward Reingold <reingold@iit.edu>
3034
3035 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3036 New function. (Bug12160)
3037
3038 2012-08-19 Glenn Morris <rgm@gnu.org>
3039
3040 * mail/rmailout.el (rmail-output-read-file-name):
3041 Fix previous change (when the alist is nil or does not match).
3042
3043 2012-08-19 Chong Yidong <cyd@gnu.org>
3044
3045 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3046 (Bug#12228).
3047
3048 2012-08-18 Chong Yidong <cyd@gnu.org>
3049
3050 * simple.el (yank-handled-properties): New defcustom.
3051 (yank-excluded-properties): Add font-lock-face and category.
3052 (yank): Doc fix.
3053
3054 * subr.el (remove-yank-excluded-properties):
3055 Obey yank-handled-properties. The special handling of font-lock-face
3056 and category is now done this way, instead of being hard-coded.
3057 (insert-for-yank-1): Remove font-lock-face handling.
3058 (yank-handle-font-lock-face-property)
3059 (yank-handle-category-property): New function.
3060
3061 2012-08-17 Glenn Morris <rgm@gnu.org>
3062
3063 * mail/rmailout.el (rmail-output-read-file-name):
3064 Check rmail-output-file-alist against the full message body
3065 in the correct rmail buffer. (Bug#12214)
3066
3067 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3068
3069 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3070 Eliminate superfluous prompt. (Bug#12203)
3071
3072 2012-08-17 Chong Yidong <cyd@gnu.org>
3073
3074 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3075 font spec, set the font directly (Bug#3228).
3076
3077 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3078
3079 * window.el (delete-window): Fix last fix.
3080
3081 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3082
3083 * window.el (window-valid-p): Move to window.c.
3084 (window-child, window-child-count, window-last-child)
3085 (window-normalize-window, window-combined-p)
3086 (window-combinations, window-atom-root, window-min-size)
3087 (window-sizable, window-sizable-p, window-size-fixed-p)
3088 (window-min-delta, window-max-delta, window--resizable)
3089 (window--resizable-p, window-resizable, window-total-size)
3090 (window-full-height-p, window-full-width-p, window-body-size)
3091 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3092 (minimize-window, window-deletable-p, delete-window)
3093 (delete-other-windows, set-window-buffer-start-and-point)
3094 (next-buffer, previous-buffer, split-window, balance-windows-2)
3095 (set-window-text-height, window-buffer-height)
3096 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3097 (truncated-partial-width-window-p): Minor code adjustments.
3098 In doc-strings state whether the argument window has to denote a
3099 live, valid or any window.
3100
3101 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3102
3103 * progmodes/subword.el (subword-forward-function)
3104 (subword-backward-function, subword-forward-regexp)
3105 (subword-backward-regexp): New variables.
3106 (subword-forward, subword-forward-internal, subword-backward-internal):
3107 Use new variables, eg so that different "word" definitions
3108 can be easily used. (Bug#11411)
3109
3110 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3113 for composite selectors.
3114 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3115 operation just because we can't find a previous revision.
3116
3117 2012-08-15 Chong Yidong <cyd@gnu.org>
3118
3119 * frame.el (set-frame-font): Accept font objects.
3120
3121 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3122
3123 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3124
3125 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3126
3127 * man.el (Man-overstrike-face, Man-underline-face)
3128 (Man-reverse-face): Remove variables.
3129 (Man-overstrike, Man-underline, Man-reverse): New faces.
3130 (Man-fontify-manpage): Use them instead of the variables.
3131 (Man-cleanup-manpage): Comment change.
3132 (Man-ansi-color-map): New variable.
3133 (Man-fontify-manpage): Use it.
3134 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3135
3136 Implement ANSI SGR parameters 22-27 (bug#12146).
3137 * ansi-color.el (ansi-colors): Doc fix.
3138 (ansi-color-context, ansi-color-context-region): Doc fix.
3139 (ansi-color--find-face): New function.
3140 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3141 Rename the local variable `face' to `codes' since it is now a list of
3142 ansi codes. Doc fix.
3143 (ansi-color-get-face): Remove.
3144 (ansi-color-parse-sequence): New function, derived from
3145 ansi-color-get-face.
3146 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3147 codes 22-27.
3148
3149 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * subr.el (read-passwd): Allow use from a minibuffer.
3152
3153 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3154
3155 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3156 inside comments and strings as identifiers.
3157
3158 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3159 expression to evaluate. This allows to evaluate expressions with
3160 embedded whitespace.
3161 (gud-tooltip-tips): Add a blank before the newline in the
3162 message-box text, for the benefit of message-box emulation on
3163 MS-Windows.
3164
3165 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3166 messages from GDB, pop them up in a tooltip to give feedback to
3167 user.
3168 (gdb-tooltip-print-1): Quote the expression to evaluate.
3169 This allows to evaluate expressions with embedded whitespace.
3170 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3171 if the TTY name is nil or empty (which happens when communicating
3172 with the inferior via pipes, e.g. on MS-Windows).
3173 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3174 don't send that to the GUD buffer.
3175
3176 2012-08-14 Glenn Morris <rgm@gnu.org>
3177
3178 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3179 Optimize away setq-default with no args, as for setq. (Bug#12195)
3180
3181 2012-08-14 Chong Yidong <cyd@gnu.org>
3182
3183 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3184
3185 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3186 (Bug#12085).
3187
3188 2012-08-14 Glenn Morris <rgm@gnu.org>
3189
3190 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3191
3192 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3193
3194 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3195 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3196 Use cached shell name.
3197
3198 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3199
3200 * progmodes/python.el (python-shell-send-string):
3201 (python-shell-send-setup-code): Do not use `format' with `message'.
3202
3203 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3204
3205 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3206 (ruby-percent-literal-beg-re): New constant.
3207 (ruby-syntax-general-delimiters-goto-beg): Rename to
3208 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3209 (ruby-syntax-propertize-general-delimiters): Rename to
3210 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3211 popular term. Adjust comments everywhere.
3212 (ruby-syntax-propertize-percent-literal): Only propertize when not
3213 inside a simple string or comment. When the literal is unclosed,
3214 leave the text after it unpropertized.
3215 (ruby-syntax-methods-before-regexp): New constant.
3216 (ruby-syntax-propertize-function): Use it to recognize regexps.
3217 Don't look at the text after regexp, just use the whitelist.
3218
3219 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3220
3221 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3222 non-nil always load the compiled file if it exists. (Bug#12197)
3223
3224 2012-08-14 Chong Yidong <cyd@gnu.org>
3225
3226 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3227 (hi-lock-set-pattern): When deciding whether to use font lock or
3228 overlays, look at font-lock-mode instead of font-lock-fontified
3229 (Bug#12168).
3230 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3231 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3232
3233 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3234
3235 * subr.el (internal--after-with-selected-window): Fix typo
3236 (Bug#12193).
3237
3238 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3239
3240 Use `completion-table-dynamic' for completion functions.
3241 * progmodes/python.el
3242 (python-shell-completion--do-completion-at-point)
3243 (python-shell-completion--get-completions):
3244 Remove functions.
3245 (python-shell-completion-complete-at-point): New function.
3246 (python-completion-complete-at-point): Use it.
3247
3248 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3249
3250 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3251 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3252
3253 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * subr.el (function-get): Refine `autoload' arg so it can also
3256 autoload functions for gv.el (bug#12191).
3257 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3258 autoloads macros.
3259
3260 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3261 Prefer pcase-let over destructuring-bind.
3262 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3263 Also, remove whitespace as we go, rather than after accumulating the
3264 various places.
3265
3266 * subr.el (internal--before-with-selected-window)
3267 (internal--after-with-selected-window): Fix typo seleted->selected.
3268 (with-selected-window): Adjust callers.
3269 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3270
3271 2012-08-13 Bastien Guerry <bzg@gnu.org>
3272
3273 * window.el (special-display-popup-frame): Minor docstring
3274 enhancement. (Bug#12172)
3275
3276 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3277
3278 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3279 type 1-6.
3280 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3281 extended headers.
3282
3283 * files.el (hack-local-variables-filter): Remove useless eval.
3284
3285 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3286
3287 * subr.el (with-selected-window): Fix last change.
3288
3289 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * subr.el (internal--before-with-seleted-window)
3292 (internal--after-with-seleted-window): New functions.
3293 (with-selected-window): Use them, to replace dependency on
3294 tty-top-frame.
3295
3296 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3297
3298 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3299 binding for `newline'.
3300 (ruby-move-to-block): When moving backward, stop at block opening,
3301 not indentation.
3302 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3303 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3304 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3305 `ruby-toggle-block'.
3306
3307 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * ibuffer.el (ibuffer-do-toggle-read-only):
3310 * dired.el (dired-toggle-read-only):
3311 * buff-menu.el (Buffer-menu-toggle-read-only):
3312 * bindings.el (mode-line-toggle-read-only):
3313 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3314
3315 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3316
3317 * descr-text.el (describe-char): Put the overlays over the
3318 "displayed as" character.
3319
3320 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3321
3322 * calc/calc-units.el (math-default-units-table): Give an
3323 initial value.
3324 (math-put-default-units): Add options to put composite units and
3325 unit systems in the default units table.
3326 (calc-convert-units): Send composite units to
3327 `math-put-default-units' when appropriate.
3328
3329 2012-08-11 Glenn Morris <rgm@gnu.org>
3330
3331 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3332
3333 * tutorial.el (help-with-tutorial):
3334 * emacs-lisp/copyright.el (copyright-update-directory):
3335 * emacs-lisp/autoload.el (autoload-find-generated-file)
3336 (autoload-find-file): Disable local eval: (for insurance).
3337
3338 * files.el (hack-local-variables-filter): If an eval: form is not
3339 known to be safe, and enable-local-variables is :safe, then ignore
3340 the form totally, as is done for non-eval forms. (Bug#12155)
3341 This is CVE-2012-3479.
3342
3343 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3346 (rx-form): Simplify.
3347
3348 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3349
3350 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3351 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3352 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3353 (ruby-syntax-propertize-function): Adjust for changes in
3354 `ruby-syntax-propertize-heredoc'.
3355
3356 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3357
3358 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3359 binding (use `M-;' instead).
3360 (ruby-singleton-class-p): New function.
3361 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3362
3363 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3366
3367 2012-08-10 Chong Yidong <cyd@gnu.org>
3368
3369 * progmodes/python.el (python-shell-get-process-name): Don't mess
3370 with same-window-buffer-names.
3371
3372 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3373 (eshell-remove-from-window-buffer-names): Make obsolete.
3374 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3375 (eshell): Just use pop-to-buffer-same-window instead.
3376
3377 2012-08-10 Chong Yidong <cyd@gnu.org>
3378
3379 * bindings.el: Bind M-= back to count-words-region.
3380
3381 * simple.el (count-words-region): Accept a prefix arg for acting
3382 on the entire buffer.
3383 (count-words--buffer-message): New helper function.
3384
3385 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3388 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3389 (event-start, event-end): Use posn-at-point to return a more
3390 informative posn.
3391 (posnp): New function.
3392 * mouse.el (popup-menu-normalize-position): Use it.
3393
3394 2012-08-10 Masatake YAMATO <yamato@redhat.com>
3395
3396 * mouse.el (popup-menu-normalize-position): New function.
3397 (popup-menu): Use `popup-menu-normalize-position' to normalize
3398 the form for POSITION argument.
3399
3400 * term/x-win.el (x-menu-bar-open):
3401 Use the value returend from (posn-at-point) as position
3402 passed to `popup-menu'.
3403
3404 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3405
3406 * calc/calccomp.el (math-compose-expr): Add extra argument
3407 indicating that parentheses should be put around products in
3408 denominators. Give multiplication precedence over division during
3409 composition.
3410
3411 2012-08-09 Chong Yidong <cyd@gnu.org>
3412
3413 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3414 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3415 (Man-untabify-command, manual-program): Convert to defcustom
3416 (Bug#10429).
3417
3418 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3419
3420 * descr-text.el (describe-char): Don't insert extra newlines
3421 (Bug#10127).
3422
3423 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3424 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3425
3426 * align.el (align-region): Delete temporary markers (Bug#10047).
3427 Plus some code cleanups.
3428
3429 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3430
3431 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3432 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3433 (python-shell-internal-last-output): Use make-local-variable
3434 instead of make-variable-buffer-local.
3435
3436 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3437
3438 * progmodes/python.el: Enhancements to forward-sexp.
3439 (python-nav-forward-sexp): Rename from
3440 python-nav-forward-sexp-function.
3441 (python-nav--forward-sexp, python-nav--backward-sexp):
3442 New functions.
3443
3444 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3445
3446 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3447 modes and simplification modes.
3448
3449 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3450
3451 * delsel.el (delete-selection-pre-hook): Don't propagate the
3452 file-supersession signals (bug#12161).
3453
3454 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3455
3456 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3457 (cl-map-extents): Add compatibility aliases (bug#12135).
3458
3459 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
3460
3461 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3462 tests by `ignore-error'.
3463 (tramp-find-shell): Open also a new shell, when cache is already
3464 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3465
3466 2012-08-08 Juri Linkov <juri@jurta.org>
3467
3468 * bookmark.el: Add `defaults' property to the bookmark record.
3469 (bookmark-current-buffer): Doc fix.
3470 (bookmark-make-record): Add `defaults' property with default values
3471 to the bookmark record.
3472 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3473 with `bookmark-insert-current-bookmark'.
3474 (bookmark-set): Get `defaults' property from the bookmark record
3475 and use it in `read-from-minibuffer'.
3476 (bookmark-insert-current-bookmark): Remove function.
3477
3478 * info.el (Info-bookmark-make-record): Add `defaults' property
3479 with values of canonical Info node name, the current Info file
3480 name and the current Info node name. (Bug#12107)
3481
3482 2012-08-08 Juri Linkov <juri@jurta.org>
3483
3484 * files.el (basic-save-buffer): Use `buffer-name' as the default
3485 of `read-file-name' when buffer is not visiting a file (bug#12128).
3486
3487 2012-08-08 Juri Linkov <juri@jurta.org>
3488
3489 * info.el (Info-isearch-search): Doc fix.
3490 (Info-search): Change search-failed message from "initial node" to
3491 "end of node" (bug#12078).
3492 (Info-isearch-search): Change `isearch-string-state' to
3493 `isearch--state-string'.
3494
3495 2012-08-08 Glenn Morris <rgm@gnu.org>
3496
3497 * language/persian.el: Remove file.
3498 * language/misc-lang.el: Move unique part of persian.el here.
3499 * loadup.el: Remove language/persian.
3500
3501 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3502
3503 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3504
3505 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3506
3507 * progmodes/python.el Fixed defsubst warning.
3508 (python-syntax-context) Rename from python-info-ppss-context.
3509 (python-syntax-context-type): Rename from
3510 python-info-ppss-context-type.
3511 (python-syntax-comment-or-string-p): Rename from
3512 python-info-ppss-comment-or-string-p.
3513
3514 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3515
3516 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3517
3518 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3519
3520 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3521 a defcustom that is quoted with backquote.
3522
3523 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3524 Fix handling of interactive spec when the body uses return.
3525 (math-do-arg-check, math-define-function-body): Use backquote forms.
3526 * calc/calc-ext.el (math-defcache): Likewise.
3527 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3528 * allout.el (allout-new-exposure): Likewise.
3529 * calc/calcalg2.el (math-tracing-integral): Likewise.
3530 * info.el (Info-last-menu-item): Likewise.
3531 * emulation/vip.el (vip-loop): Likewise.
3532 * textmodes/artist.el (artist-funcall): Likewise.
3533 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3534 Construct menu-item directly.
3535
3536 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3537 Don't declare.
3538
3539 2012-08-07 Chong Yidong <cyd@gnu.org>
3540
3541 * simple.el (deactivate-mark): Preserve text properties when
3542 saving the primary selection (Bug#8384).
3543
3544 2012-08-07 Kevin Ryde <user42@zip.com.au>
3545
3546 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3547 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3548 and continue processing (Bug#12110).
3549
3550 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3553 syntax-propertize-function (bug#10095).
3554
3555 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3556
3557 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3558 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3559 describe-function-1.
3560 (describe-function-1): Use them. Move compiler macro after sig.
3561 (help-fns--compiler-macro): Use function-get. Assume we're already in
3562 standard-output. Adjust layout to new call order.
3563
3564 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3565 re-binding a symbol that has a symbol-macro (bug#12119).
3566
3567 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3568
3569 * language/persian.el: New file. (Bug#11812)
3570 * loadup.el: Add language/persian.el.
3571
3572 2012-08-06 Chong Yidong <cyd@gnu.org>
3573
3574 * window.el (window--maybe-raise-frame): New function.
3575 (window--display-buffer): Split off from here.
3576 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3577 (display-buffer-pop-up-window, display-buffer-use-some-window):
3578 Obey an inhibit-switch-frame action alist entry.
3579 (display-buffer): Update doc.
3580
3581 * replace.el (occur-after-change-function): Avoid losing focus by
3582 using the inhibit-switch-frame display parameter (Bug#12139).
3583
3584 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3585
3586 Make internal shell process buffer names start with space.
3587 * progmodes/python.el (python-shell-make-comint): Add optional
3588 argument INTERNAL.
3589 (run-python-internal): Use it.
3590 (python-shell-internal-get-or-create-process): Check for new
3591 internal buffer names.
3592
3593 2012-08-06 Glenn Morris <rgm@gnu.org>
3594
3595 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
3596 Do less getting and setting of environment variables.
3597
3598 2012-08-05 Chong Yidong <cyd@gnu.org>
3599
3600 * proced.el (proced): Add substitution string to docstring to
3601 trigger autoloading of the proced library on C-h f (Bug#1768).
3602
3603 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3604 Don't show defvars which have no second argument (Bug#8638).
3605
3606 * imenu.el (imenu-generic-expression): Move documentation here
3607 from imenu--generic-function.
3608 (imenu--generic-function): Refer to imenu-generic-expression.
3609
3610 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
3611
3612 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3613 indentation declaration.
3614 (viper-loop): Add indentation declaration (Bug#7025).
3615
3616 2012-08-05 Chong Yidong <cyd@gnu.org>
3617
3618 * help-fns.el (describe-variable): Add hyperlink for
3619 directory-local variables files. Improve buffer-local and
3620 permanent-local reporting; suggested by MON KEY (Bug#6644).
3621
3622 * help-mode.el (help-dir-local-var-def): New button type.
3623
3624 * files.el (kill-buffer-hook): Provide a defvar.
3625
3626 2012-08-05 Glenn Morris <rgm@gnu.org>
3627
3628 * eshell/esh-ext.el (eshell/addpath):
3629 Also update eshell-path-env. (Bug#12013)
3630
3631 2012-08-05 Chong Yidong <cyd@gnu.org>
3632
3633 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
3634
3635 * fringe.el (fringe-styles): Add docstring.
3636 (fringe--check-mode): New function.
3637 (set-fringe-mode, set-fringe-style): Use it.
3638 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3639
3640 * files.el (set-auto-mode): Fix invalid setq call.
3641
3642 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3643
3644 * isearch.el: Misc simplification; use defstruct.
3645 (isearch-mode-map): Dense maps now work like sparse ones.
3646 (isearch--state): New defstruct.
3647 (isearch-string-state, isearch-message-state, isearch-point-state)
3648 (isearch-success-state, isearch-forward-state)
3649 (isearch-other-end-state, isearch-word-state, isearch-error-state)
3650 (isearch-wrapped-state, isearch-barrier-state)
3651 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3652 replaced by defstruct's accessors.
3653 (isearch--set-state): Rename from isearch-top-state and change
3654 calling convention.
3655 (isearch-push-state): Use new isearch--get-state.
3656 (isearch-toggle-word): Disable regexp when enabling word.
3657 (isearch-message-prefix): Remove unused arg _c-q-hack.
3658 (isearch-message-suffix): Remove unused arg _ellipsis.
3659
3660 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
3661
3662 * simple.el (list-processes--refresh): For a server use :host or
3663 :local as the address.
3664 (list-processes): Doc fix.
3665
3666 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
3667
3668 * lisp/mpc.el: Support password in host argument.
3669 (mpc--proc-connect): Parse and use new password element.
3670 Set mpc-proc variable instead of returning process.
3671 (mpc-proc): Adjust accordingly.
3672
3673 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3674
3675 * whitespace.el (whitespace-display-mappings): Use Unicode
3676 codepoints, instead of emacs-mule codepoints. See
3677 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3678 for the details.
3679
3680 * files.el (file-truename): Don't skip symlink-chasing part on
3681 windows-nt. Incorporate the resolution of 8+3 short aliases on
3682 Windows into the loop that recursively chases symlinks.
3683 Compare directory and its parent case-insensitively on MS-Windows and
3684 MS-DOS.
3685
3686 2012-08-03 Chong Yidong <cyd@gnu.org>
3687
3688 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3689
3690 * sort.el (sort-regexp-fields): Doc fix.
3691
3692 2012-08-03 Tassilo Horn <tsdh@gnu.org>
3693
3694 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3695 labels regex position point at the expected place.
3696
3697 2012-08-03 MON KEY <monkey@sandpframing.com>
3698
3699 * net/imap.el (imap-interactive-login, imap-authenticate)
3700 (imap-mailbox-lsub, imap-mailbox-list)
3701 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3702 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3703 (imap-parse-response): Doc fix.
3704
3705 2012-08-03 João Távora <joaotavora@gmail.com>
3706
3707 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3708 if sexp scanning does not move point (Bug#5734).
3709
3710 2012-08-02 Tassilo Horn <tsdh@gnu.org>
3711
3712 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3713 Add listings, minted, and ctable packages.
3714 (reftex-label-alist-builtin): Move listings, minted, and ctable
3715 entries before LaTeX.
3716 (reftex-label-alist): Docfix.
3717
3718 2012-08-02 Bastien Guerry <bzg@gnu.org>
3719
3720 * replace.el (occur): Fix docstring (bug#12122).
3721
3722 2012-08-02 Glenn Morris <rgm@gnu.org>
3723
3724 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3725
3726 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3727
3728 Obsolete alias inactivate-current-input-method-function (Bug#10150).
3729 * international/mule-cmds.el: Create
3730 inactivate-current-input-method-function as an obsolete alias for
3731 deactivate-current-input-method-function. See Katsumi Yamaoka in
3732 <http://bugs.gnu.org/10150#46>.
3733
3734 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3735
3736 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3737 of nested `if's.
3738
3739 2012-08-01 Glenn Morris <rgm@gnu.org>
3740
3741 * progmodes/autoconf.el (autoconf-definition-regexp):
3742 Add AH_TEMPLATE, adjust submatch numbering.
3743 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3744 (autoconf-current-defun-function): Update for above change.
3745 (autoconf-current-defun-function): First skip to end of current word.
3746
3747 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
3748
3749 * calendar/cal-html.el (cal-html-insert-agenda-days):
3750 Fix typo. (Bug#12018)
3751
3752 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3753
3754 Shell processes: enhancements to startup and CEDET compatibility.
3755 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
3756 (python-shell-make-comint): accept-process-output at startup.
3757 (run-python-internal): Set inferior-python-mode-hook to nil.
3758 (python-shell-internal-get-or-create-process): call sit-for.
3759 (python-preoutput-result): Add obsolete alias.
3760 (python-shell-internal-send-string): Use it.
3761 (python-shell-send-setup-code): Remove call to
3762 accept-process-output.
3763
3764 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3765
3766 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3767 (Bug#12108)
3768
3769 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
3770
3771 * calc-mode.el (calc-basic-simplification-mode): Rename from
3772 `calc-limited-simplification-mode'.
3773 (calc-alg-simplification-mode): New function.
3774 (calc-set-simplify-mode): Adjust message.
3775
3776 * calc.el (calc-set-mode-line): Adjust mode line display for
3777 basic simplification mode.
3778
3779 * calc-help.el (calc-m-prefix-help): Update help message.
3780
3781 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
3782 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
3783
3784 2012-07-31 Bastien Guerry <bzg@gnu.org>
3785
3786 * man.el (man): Fix comment. (bug#12101)
3787
3788 2012-07-31 Martin Rudalics <rudalics@gmx.at>
3789
3790 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3791 Don't return a non-nil value when no suitable buffer was found.
3792
3793 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3794
3795 * progmodes/python.el (run-python-internal): Disable font lock for
3796 internal shells.
3797
3798 2012-07-30 Stefan Merten <smerten@oekonux.de>
3799
3800 * textmodes/rst.el: Silence `checkdoc-ispell'.
3801 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3802 (rst-official-version, rst-official-cvs-rev)
3803 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
3804 (rst-mode-map): New key binding.
3805
3806 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3807
3808 Update .PHONY listings in makefiles.
3809 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
3810 autoloads, update-subdirs, updates, bzr-update, update-authors,
3811 compile-onefile, compile-calc, backup-compiled-files,
3812 compile-after-backup, compile-one-process, mh-autoloads,
3813 bootstrap-clean, distclean, maintainer-clean.
3814
3815 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3816
3817 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
3818 (calc-set-mode-line): Don't display "AlgSimp ".
3819
3820 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
3821 (calc-lim-simplify-mode): New function.
3822 (calc-set-simplify-mode): Default to 'alg.
3823 (calc-default-simplify-mode): Make algebraic simplifications
3824 the default.
3825
3826 * calc/calc-ext.el (calc-init-extensions): Remove binding for
3827 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
3828
3829 * calc/calc-help.el (calc-m-prefix-help): Change messages to
3830 indicate new simplification modes.
3831
3832 * calc/README: Mention new default simplification mode.
3833
3834 * calc/calc.el (math-normalize-error): New variable.
3835 (math-normalize): Set `math-normalize-error' to t
3836 when there's an error.
3837
3838 * calc/calc-alg.el (math-simplify): Don't simplify when
3839 `math-normalize' returns an error.
3840
3841 2012-07-29 Eli Zaretskii <eliz@gnu.org>
3842
3843 * international/mule-cmds.el (set-locale-environment): Revert last
3844 change, since display-graphic-p returns nil when this function is
3845 called during startup. Instead...
3846
3847 * term/w32console.el (terminal-init-w32console): ...setup the
3848 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
3849
3850 2012-07-29 Juri Linkov <juri@jurta.org>
3851
3852 * simple.el (goto-line): Don't display default line number in the
3853 prompt because it should be displayed by `read-number' (bug#9952).
3854 Add the current line number to the defaults of `goto-line' to
3855 allow its easier modification by users with `M-n' (bug#9201).
3856
3857 * subr.el (read-number): Support multiple default values like in
3858 other minibuffer reading functions. Replace `read' with
3859 `string-to-number' for consistency with `number-to-string'.
3860
3861 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3862
3863 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
3864 * emulation/viper-init.el (viper-deactivate-input-method-action):
3865 Rename from viper-inactivate-input-method-action.
3866 (viper-deactivate-input-method):
3867 Rename from viper-inactivate-input-method.
3868 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
3869 * international/mule-cmds.el (deactivate-input-method):
3870 Rename from inactivate-input-method.
3871 Also run input-method-deactivate-hook.
3872 (deactivate-current-input-method-function):
3873 Rename from inactivate-current-input-method-function.
3874 (input-method-deactivate-hook): New hook.
3875 (input-method-inactivate-hook): Mark obsolete.
3876 (inactivate-input-method): Mark obsolete.
3877
3878 * international/quail.el (quail-activate):
3879 Also run quail-deactivate-hook.
3880 (quail-deactivate): Rename from quail-inactivate.
3881 * international/robin.el (robin-activate):
3882 Also run robin-deactivate-hook.
3883 (robin-deactivate): Rename from robin-inactivate.
3884
3885 2012-07-29 Chong Yidong <cyd@gnu.org>
3886
3887 * simple.el (indicate-copied-region): New function.
3888 (kill-ring-save): Split off from here.
3889
3890 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
3891 (kill-rectangle): Set deactivate-mark to t on read-only error.
3892
3893 * register.el (copy-to-register, copy-rectangle-to-register):
3894 Deactivate the mark, and use indicate-copied-region (Bug#10056).
3895 (append-to-register, prepend-to-register): Call indicate-copied-region.
3896
3897 2012-07-29 Juri Linkov <juri@jurta.org>
3898
3899 * simple.el (async-shell-command-buffer): New defcustom.
3900 (shell-command): Use it. (Bug#4719)
3901
3902 2012-07-28 Eli Zaretskii <eliz@gnu.org>
3903
3904 * international/mule-cmds.el (set-locale-environment): In a
3905 console session on MS-Windows, set up keyboard and terminal
3906 encoding from the OEM codepage, not the ANSI codepage.
3907 (Bug#12055)
3908
3909 2012-07-28 Chong Yidong <cyd@gnu.org>
3910
3911 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
3912 gdb-get-location.
3913
3914 2012-07-28 Leo Liu <sdl.web@gmail.com>
3915
3916 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
3917 the alist (bug#12029).
3918
3919 2012-07-28 Eli Zaretskii <eliz@gnu.org>
3920
3921 * makefile.w32-in (custom-deps, finder-data, updates, compile)
3922 (compile-always, compile-first)
3923 ($(lisp)/calendar/cal-loaddefs.el)
3924 ($(lisp)/calendar/diary-loaddefs.el)
3925 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3926 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
3927 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
3928 instead of on update-subdirs.
3929 (bootstrap-clean): Delete $(lisp)/subdirs.el.
3930
3931 2012-07-28 Chong Yidong <cyd@gnu.org>
3932
3933 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
3934 directory if vc-deduce-backend returns nil (Bug#7350).
3935
3936 * simple.el (delete-trailing-lines): New option.
3937 (delete-trailing-whitespace): Obey it (Bug#11879).
3938
3939 2012-07-28 David Engster <deng@randomsample.de>
3940
3941 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
3942 Explanation of new 'symbol-qnames feature in doc-strings.
3943 (xml-maybe-do-ns): Return expanded names as plain symbols if
3944 'symbol-qnames was provided in XML-NS argument (Bug#11916).
3945 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
3946
3947 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3948
3949 Consistent completion in inferior python with emacs -nw.
3950 * progmodes/python.el (inferior-python-mode): replace "<tab>"
3951 binding in inferior-python-mode-map with "\t".
3952 (python-shell-completion-complete-at-point)
3953 (python-completion-complete-at-point): Remove interactive spec.
3954
3955 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3956
3957 * calc/calccomp.el (math-compose-expr): Undo previous change.
3958
3959 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3960
3961 * progmodes/python.el (python-mode-map): Add keybinding for
3962 run-python.
3963 (python-shell-make-comint): Fix pop-to-buffer call.
3964 (run-python): Autoload. New arg SHOW.
3965 (python-shell-get-or-create-process): Do not pop python process
3966 buffer.
3967
3968 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
3969
3970 * notifications.el (notifications-on-action-signal)
3971 (notifications-on-closed-signal): Use also the bus address for the map.
3972 (notifications-notify, notifications-close-notification)
3973 (notifications-get-capabilities): Add optional argument BUS.
3974
3975 2012-07-27 Tassilo Horn <tsdh@gnu.org>
3976
3977 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3978 Add support for the lstlisting and minted environments, and for the
3979 ctable macro.
3980 * textmodes/reftex.el (reftex-compile-variables): Also recognize
3981 labels written in keyvals syntax.
3982
3983 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3984
3985 * calc/calccomp.el (math-compose-expr): Use parentheses when
3986 there is a product in the denominator of a fraction.
3987
3988 2012-07-26 Eli Zaretskii <eliz@gnu.org>
3989
3990 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3991 ($(lisp)/calendar/diary-loaddefs.el)
3992 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3993 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
3994 Fixes failures in parallel bootstrap because subdirs.el is being
3995 rewritten while the autoload files are built at the same time,
3996 which needs to load subdirs.el.
3997
3998 2012-07-26 Martin Rudalics <rudalics@gmx.at>
3999
4000 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4001 (mouse-drag-line): Don't exit tracking when a switch-frame or
4002 switch-window event occurs (Bug#12006).
4003
4004 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * mouse.el (popup-menu): Fix last change.
4007
4008 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 Autoload from Lisp with more care. Follow aliases when looking for
4011 function properties.
4012 * subr.el (autoloadp): New function.
4013 (symbol-file): Use it.
4014 (function-get): New function.
4015 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4016 autoload-do-load.
4017 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4018 (lisp-indent-function):
4019 * emacs-lisp/gv.el (gv-get):
4020 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4021 * emacs-lisp/byte-opt.el (byte-optimize-form):
4022 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4023 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4024 Use function-get.
4025 * emacs-lisp/cl.el: Don't propagate function properties any more.
4026
4027 * speedbar.el (speedbar-add-localized-speedbar-support):
4028 * emacs-lisp/disass.el (disassemble-internal):
4029 * desktop.el (desktop-load-file):
4030 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4031 (describe-function-1):
4032 * emacs-lisp/find-func.el (find-function-noselect):
4033 * emacs-lisp/elp.el (elp-instrument-function):
4034 * emacs-lisp/advice.el (ad-has-proper-definition):
4035 * apropos.el (apropos-safe-documentation, apropos-macrop):
4036 * emacs-lisp/debug.el (debug-on-entry):
4037 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4038 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4039 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4040
4041 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4042
4043 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4044 function, not an obsolete variable (Bug#12046).
4045
4046 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4047
4048 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4049
4050 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4051
4052 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4053 window only if it is still live (Bug#12034).
4054
4055 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4056
4057 * subr.el (redirect-frame-focus): Add advertised calling
4058 convention (Bug#12030).
4059
4060 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4061
4062 Prefer typical American spelling for "acknowledgment".
4063 * vc/add-log.el (change-log-acknowledgment): Rename from
4064 change-log-acknowledgement, with an alias for the old name.
4065
4066 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4067
4068 * calc-alg.el (math-simplify-divide): Don't cross multiply
4069 in an equation when the lhs is a variable.
4070
4071 2012-07-24 Julien Danjou <julien@danjou.info>
4072
4073 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4074 Remove, unused.
4075
4076 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4077
4078 * startup.el (command-line): Don't display an empty user name in
4079 the error message about non-existent home directory, when
4080 init-file-user was set to an empty string. See
4081 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4082 for the details and context.
4083
4084 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4085
4086 * ses.el (ses-cell-formula-aset): New macro.
4087 (ses-cell-references-aset): New macro.
4088 (ses-cell-p): New function.
4089 (ses-rename-cell): Do no longer rely on complex operations like
4090 ses-cell-set-formula or ses-set-cell to change the cell and handle
4091 the undo at the same time, but rather use lower level new macros
4092 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4093 the undo directly. Refresh the mode line.
4094
4095 2012-07-21 Leo Liu <sdl.web@gmail.com>
4096
4097 * progmodes/cc-cmds.el (c-defun-name):
4098 Use match-string-no-properties instead for consistency.
4099
4100 2012-07-20 Leo Liu <sdl.web@gmail.com>
4101
4102 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4103 (Bug#7879)
4104
4105 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4106
4107 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4110 * progmodes/bug-reference.el, misearch.el: Provide themselves
4111 (bug#11915).
4112
4113 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4114 of narrowed buffer (bug#11966).
4115
4116 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4117
4118 * ses.el (ses-rename-cell): Set new name also in reference list of
4119 cells of which the renamed cell depends.
4120
4121 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4122
4123 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4124 to check whether menu-bar is shown or not. If not shown,
4125 show the menu-bar as a popup menu instead of using tmm.
4126 * mouse.el (popup-menu): Accept `point' as `position' argument.
4127
4128 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4129
4130 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4131 up inside string symbol literal (bug#11923).
4132
4133 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4134
4135 * startup.el (fancy-startup-text): Read the whole tutorial, not
4136 just its first 256 bytes. Prevents gibberish in display of the
4137 tutorial title.
4138
4139 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4140
4141 Drop idle buffer compaction due to an absence of the
4142 proved efficiency.
4143 * compact.el: Remove.
4144
4145 2012-07-19 Sam Steingold <sds@gnu.org>
4146
4147 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4148 vc-bzr-pull & vc-bzr-merge-branch.
4149 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4150 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4151 for consistency with compilation-error-regexp-alist.
4152 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4153 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4154 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4155 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4156
4157 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * emacs-lisp/chart.el: Use lexical-binding.
4160 (chart-emacs-storage): Don't hardcode the list of entries.
4161
4162 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4163
4164 Next round of tweaks caused by Fgarbage_collect changes.
4165 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4166
4167 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4168
4169 Compact buffers when idle.
4170 * compact.el: New file.
4171
4172 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4173
4174 * subr.el (eventp): Presume that if it looks vaguely like an event,
4175 it's an event (bug#10190).
4176
4177 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4178
4179 Enhancements to ppss related code (thanks Stefan).
4180 * progmodes/python.el (python-indent-context)
4181 (python-indent-calculate-indentation, python-indent-dedent-line)
4182 (python-indent-electric-colon, python-nav-forward-block)
4183 (python-mode-abbrev-table)
4184 (python-info-assignment-continuation-line-p): Simplify checks
4185 for ppss context.
4186 (python-info-continuation-line-p): Cleanup.
4187 (python-info-ppss-context): Do not catch 'quote.
4188 (python-info-ppss-context-type)
4189 (python-info-ppss-comment-or-string-p): Simplify.
4190
4191 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4192
4193 * progmodes/python.el: Enhancements to eldoc support.
4194 (python-info-current-symbol): New function.
4195 (python-eldoc-at-point): Use python-info-current-symbol.
4196 (python-info-current-defun): Fix cornercase on first defun scan.
4197 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4198 and signal error when no inferior python process is available.
4199
4200 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4201
4202 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4203 assume it's always t.
4204 (vc-git-registered): Remove caching, the function is only called
4205 once.
4206 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4207
4208 2012-07-18 Chong Yidong <cyd@gnu.org>
4209
4210 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4211
4212 * simple.el (count-words): Report on narrowing (Bug#9959).
4213
4214 * bindings.el: Bind M-= to count-words.
4215
4216 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4217
4218 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4219
4220 * progmodes/sh-script.el (sh-imenu-generic-expression):
4221 Capture a function with `function' keyword and without parentheses
4222 like "function FOO" (bug#11856).
4223
4224 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4225
4226 * window.el (split-window-sensibly): Make WINDOW argument
4227 optional.
4228
4229 2012-07-18 Chong Yidong <cyd@gnu.org>
4230
4231 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4232
4233 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4234 and make C-x 8 RET exit isearch (Bug#11439).
4235
4236 * international/iso-transl.el: Move isearch-mode-map key
4237 definitions to isearch.el.
4238
4239 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4240
4241 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4242 (eieio-defclass): Use gv-define-setter when possible.
4243
4244 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4245
4246 Reflect recent changes in Fgarbage_collect.
4247 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4248 reflect new format of data returned by Fgarbage_collect.
4249
4250 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4251
4252 New utility functions + python-info-ppss-context fix (Bug#11910).
4253 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4254 (python-info-ppss-comment-or-string-p): New functions.
4255 (python-info-ppss-context): Small fix for string check.
4256
4257 2012-07-17 Juri Linkov <juri@jurta.org>
4258
4259 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4260 (dired-do-async-shell-command): Don't add `*' at the end of the
4261 command (Bug#11815).
4262 (dired-do-shell-command): Doc fix.
4263 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4264 Join the individual commands using either "&" or ";" as the
4265 separator depending on the values of these trailing characters.
4266 At the end re-add the trailing "&". (Bug#10598)
4267
4268 * simple.el (async-shell-command): Sync the interactive spec with
4269 `shell-command'. Doc fix.
4270 (shell-command): Doc fix.
4271
4272 2012-07-17 Juri Linkov <juri@jurta.org>
4273
4274 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4275
4276 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4277
4278 Final renames and doc fixes for movement commands (bug#11899).
4279 * progmodes/python.el (python-nav-beginning-of-statement):
4280 Rename from python-nav-statement-start.
4281 (python-nav-end-of-statement): Rename from
4282 python-nav-statement-end.
4283 (python-nav-beginning-of-block): Rename from
4284 python-nav-block-start.
4285 (python-nav-end-of-block): Rename from python-nav-block-end.
4286
4287 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4288
4289 * progmodes/python.el (python-shell-send-string-no-output):
4290 Allow accept-process-output to quit, keeping shell process ready for
4291 future interactions (Bug#11868).
4292
4293 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4296
4297 * emacs-lisp/elint.el (elint-find-args-in-code):
4298 Use help-function-arglist, so as to handle lexical byte-code.
4299
4300 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4301 change (bug#11826).
4302
4303 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4306 Avoid spuriously marking the buffer as modified because of c-is-sws.
4307
4308 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4309 as not-a-comment (bug#11946).
4310
4311 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4312 for uninterned vars.
4313
4314 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4315 Use read-event since we don't really want to read chars but bytes.
4316
4317 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4318 $$..$$ but also $..$ using regexps (bug#11953).
4319 Use tex-verbatim for \url and \path.
4320 (tex-font-lock-keywords): Define as defconst like the others.
4321 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4322
4323 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4324
4325 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4326 alias for insert-char.
4327
4328 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4329
4330 * progmodes/python.el: Simplified imenu implementation.
4331 (python-nav-jump-to-defun): Remove command.
4332 (python-mode-map): Use `imenu' instead.
4333 (python-nav-list-defun-positions-cache)
4334 (python-imenu-include-defun-type, python-imenu-make-tree)
4335 (python-imenu-subtree-root-label, python-imenu-index-alist):
4336 Remove vars.
4337 (python-nav-list-defun-positions, python-nav-read-defun)
4338 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4339 (python-imenu-make-tree, python-imenu-create-index):
4340 Remove functions.
4341 (python-mode): Update to interact with imenu by setting
4342 `imenu-extract-index-name-function' only.
4343
4344 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4345
4346 * progmodes/python.el: Enhancements to navigation commands.
4347 (python-nav-backward-sentence)
4348 (python-nav-forward-sentence): Remove.
4349 (python-nav-backward-statement, python-nav-forward-statement)
4350 (python-nav-statement-start, python-nav-statement-end)
4351 (python-nav-backward-block, python-nav-forward-block)
4352 (python-nav-block-start, python-nav-block-end)
4353 (python-nav-forward-sexp-function)
4354 (python-info-current-line-comment-p)
4355 (python-info-current-line-empty-p): New functions.
4356 (python-indent-context): Use `python-nav-statement-start'.
4357
4358 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * eshell/em-ls.el (eshell/ls): Use `apply'.
4361
4362 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4363 multi-hops, instead of Tramp internals.
4364
4365 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4366
4367 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4368 when F1 and F2 are located on different hosts.
4369
4370 2012-07-14 Chong Yidong <cyd@gnu.org>
4371
4372 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4373 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4374 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4375 (xterm-mouse--read-event-sequence-1000)
4376 (xterm-mouse--read-event-sequence-1006): New functions. For old
4377 mouse protocol, handle M-mouse-X events correctly.
4378 (xterm-mouse-event): New arg specifying mouse protocol.
4379 (turn-on-xterm-mouse-tracking-on-terminal)
4380 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4381 sequence to toggle extended coordinates on newer XTerms.
4382 This appears to be harmless on terminals which do not support this.
4383
4384 2012-07-14 Leo Liu <sdl.web@gmail.com>
4385
4386 Add fringe bitmap indicators for flymake. (Bug#11253)
4387 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4388 (flymake-make-overlay): New arg BITMAP.
4389 (flymake-error-bitmap, flymake-warning-bitmap)
4390 (flymake-fringe-indicator-position): New user variables.
4391
4392 * fringe.el: New bitmap exclamation-mark.
4393
4394 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4395
4396 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4397 also (Bug#7879).
4398
4399 2012-07-14 Chong Yidong <cyd@gnu.org>
4400
4401 * electric.el (electric-pair-post-self-insert-function): Fix pair
4402 insertion in empty-region case (Bug#11520).
4403
4404 2012-07-14 Chong Yidong <cyd@gnu.org>
4405
4406 * bindings.el: Consolidate ctl-x-r-map bindings.
4407 Bind copy-rectangle-as-kill to C-x r w.
4408
4409 * rect.el, register.el: Move bindings to bindings.el.
4410
4411 2012-07-14 Reuben Thomas <rrt@sc3d.org>
4412
4413 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4414
4415 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4416
4417 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4418
4419 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4420
4421 * bindings.el (top): Use `mapc' instead of `mapcar'.
4422
4423 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4424
4425 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
4426
4427 * progmodes/sql.el (sql-comint): Suppress the check for program on
4428 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4429 (Bug#11908)
4430
4431 2012-07-13 Chong Yidong <cyd@gnu.org>
4432
4433 * bindings.el: Assign a non-nil permanent-local property to
4434 per-buffer variables which lack a default value (Bug#11930).
4435
4436 * help-fns.el (describe-variable): In the "automatically becomes
4437 local" notice, take note of permanent-local variables.
4438
4439 2012-07-13 Chong Yidong <cyd@gnu.org>
4440
4441 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4442 to allow printing the message when called from Lisp.
4443
4444 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4445 Remove toggle-read-only.
4446
4447 * bs.el (bs-toggle-readonly):
4448 * buff-menu.el (Buffer-menu-toggle-read-only):
4449 Remove with-no-warnings around toggle-read-only.
4450
4451 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4452 Remove with-no-warnings around toggle-read-only.
4453 (ffap-read-only, ffap-read-only-other-window)
4454 (ffap-read-only-other-frame): Callers changed.
4455
4456 * help-mode.el: Don't require view package.
4457 (help-mode-finish): Set buffer-read-only instead of calling
4458 toggle-read-only.
4459
4460 * bindings.el (mode-line-toggle-read-only):
4461 * dired.el (dired-toggle-read-only):
4462 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4463 with non-nil second arg.
4464
4465 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4466 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4467 directly.
4468
4469 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4470
4471 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4472 not incf.
4473
4474 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 More CL cleanups and reduction of use of cl.el.
4477 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4478 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4479 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4480 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4481 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4482 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4483 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4484 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4485 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4486 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4487 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4488 * eshell/em-cmpl.el, eshell/em-banner.el:
4489 * calendar/parse-time.el: Use cl-lib.
4490 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4491 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4492 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4493 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4494 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4495 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4496 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4497 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4498 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4499 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4500 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4501 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4502 `lambda' rather than with `quote'.
4503 (eshell-do-opt): Adjust accordingly.
4504 (eshell-process-option): Simplify.
4505 * eshell/esh-var.el:
4506 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4507 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4508 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4509 to `pcase--dontcare'.
4510 * emacs-lisp/cl.el (labels): Mark obsolete.
4511 (cl--letf, letf): Move to cl-lib.
4512 (cl--letf*, letf*): Remove.
4513 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4514 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4515 (cl-progv): Rewrite.
4516 (cl--letf, cl-letf): Move from cl.el.
4517 (cl-letf*): New macro.
4518 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4519
4520 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
4521
4522 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4523
4524 2012-07-11 Chong Yidong <cyd@gnu.org>
4525
4526 * vc/log-edit.el (log-edit-vc-backend): New variable.
4527 (log-edit): Doc fix.
4528
4529 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
4530 argument of log-edit to set up all local variables.
4531 (vc-start-logentry): New optional arg specifying VC backend.
4532
4533 * vc/vc.el (vc-checkin): Use it.
4534 (vc-deduce-fileset): Handle Log Edit buffers.
4535 (vc-diff): Make first argument optional too.
4536
4537 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4538
4539 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
4540
4541 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4542 command, just in case. The function is not needed anymore.
4543 (eshell-external-command): Do not call `eshell-remote-command'.
4544
4545 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 Reduce use of (require 'cl).
4548 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4549 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4550 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4551 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4552 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4553 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4554 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4555 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4556 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4557 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4558 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4559 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4560 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4561 (byte-compile-unfold-bcf, byte-compile-check-variable):
4562 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4563 (byte-compile-nilconstp):
4564 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4565 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4566
4567 * emacs-lisp/gv.el (cond): Make it a valid place.
4568 (if): Simplify slightly.
4569
4570 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4571 (pcase--self-quoting-p): New function.
4572 (pcase--u1): Use it.
4573
4574 2012-07-10 Glenn Morris <rgm@gnu.org>
4575
4576 * emacs-lisp/authors.el (authors-fixed-entries):
4577 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4578
4579 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4580
4581 Rename configure.in to configure.ac (Bug#11603).
4582 * emacs-lisp/authors.el (authors-canonical-file-name):
4583 * progmodes/autoconf.el (autoconf-mode):
4584 Prefer configure.ac to configure.in.
4585
4586 2012-07-08 Chong Yidong <cyd@gnu.org>
4587
4588 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4589 Implement the mouse-1-click-follows-link handling properly.
4590
4591 * info.el (Info-link-keymap): Use follow-link mechanism for
4592 header-line links (Bug#374).
4593
4594 * simple.el (deactivate-mark): Do not set the primary selection
4595 if another program has acquired it (Bug#11772).
4596
4597 2012-07-07 Kevin Ryde <user42@zip.com.au>
4598
4599 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4600 (woman-decode-region): Replace escaped-escapes without destroying
4601 bold or underline (Bug#11552).
4602 (woman2-process-escapes): Handle nofill regions (Bug#11591).
4603
4604 2012-07-07 Chong Yidong <cyd@gnu.org>
4605
4606 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
4607 (interprogram-cut-function, interprogram-paste-function):
4608 Mention that we typically mean the clipboard.
4609
4610 2012-07-06 Glenn Morris <rgm@gnu.org>
4611
4612 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4613
4614 * files.el (toggle-read-only): Restrict message to interactive use.
4615
4616 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
4617
4618 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4619
4620 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4621
4622 2012-07-06 Glenn Morris <rgm@gnu.org>
4623
4624 * Makefile.in (compile-one-process): Rename from "recompile".
4625
4626 * Makefile.in (bzr-update): "compile" is the same as "recompile
4627 autoloads", but parallelizable, so use that instead.
4628
4629 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4630
4631 * window.el (quit-window): Always restore window height when
4632 it's saved in quit-restore parameter (Bug#11810).
4633
4634 2012-07-06 Glenn Morris <rgm@gnu.org>
4635
4636 * simple.el (kill-whole-line): Doc tweak.
4637
4638 2012-07-06 Eli Zaretskii <eliz@gnu.org>
4639
4640 * files.el (file-relative-name): Compare file names
4641 case-insensitively if on MS-Windows or MS-DOS, or if
4642 read-file-name-completion-ignore-case is non-nil. Don't use
4643 case-fold-search for this purpose. (Bug#11827)
4644
4645 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4646
4647 * calendar/cal-dst.el (calendar-current-time-zone):
4648 Return calendar-current-time-zone-cache if non-nil.
4649
4650 2012-07-17 Masatake YAMATO <yamato@redhat.com>
4651 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
4652
4653 * calendar/cal-dst.el (calendar-current-time-zone):
4654 Return calendar-current-time-zone-cache if non-nil.
4655
4656 2012-07-06 Glenn Morris <rgm@gnu.org>
4657
4658 * Makefile.in (cvs-update): Remove old alias.
4659
4660 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
4661
4662 Sync with Tramp 2.2.6-pre.
4663
4664 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4665 compatible declaration.
4666
4667 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4668 Protect `list-load-path-shadows' call.
4669
4670 * net/tramp-compat.el (top): Require packages, which aren't
4671 autoloaded anymore for XEmacs. Protect call of
4672 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4673 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
4674 it hurts at least for SXEmacs.
4675 (tramp-compat-temporary-file-directory): In XEmacs, there is no
4676 standard-value for `temporary-file-directory'.
4677
4678 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4679 Redirect stderr to /dev/null.
4680 (tramp-sh-handle-write-region): uid and gid can be floats.
4681 Reported by Russell Sim <russell.sim@gmail.com>.
4682 (tramp-sh-handle-vc-registered): Hide errors.
4683 (tramp-vc-file-name-handler): Use dummy results for `process-file'
4684 and `start-file-process'.
4685 (tramp-maybe-open-connection): Check also whether `non-essential'
4686 is bound.
4687
4688 2012-07-04 Chong Yidong <cyd@gnu.org>
4689
4690 * xml.el (xml--parse-buffer): Use xml-syntax-table.
4691 (xml-parse-tag): Likewise, and avoid changing entity tables.
4692 (xml-syntax-table): Define from scratch, making sure not to give
4693 x2000 and other Unicode spaces whitespace syntax, since those are
4694 not spaces in XML.
4695 (xml-parse-fragment): Delete unused function.
4696 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4697 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4698 (xml-entity-ref, xml-pe-reference-re)
4699 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4700 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4701 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4702 (xml-entity-value-re): Use syntax references in regexps where
4703 possible; no need to define inside a let-binding.
4704 (xml-parse-dtd): Use xml-pe-reference-re.
4705 (xml-entity-or-char-ref-re): New defconst.
4706 (xml-parse-string, xml-substitute-special): Use it.
4707
4708 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * files.el (locate-dominating-file): Allow `name' to be a predicate.
4711 (find-file--read-only): New function.
4712 (find-file-read-only, find-file-read-only-other-window)
4713 (find-file-read-only-other-frame): Use it.
4714 (insert-file-contents-literally): Don't `fset'.
4715 (get-free-disk-space): Use locate-dominating-file.
4716
4717 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4718 function is already compiled.
4719
4720 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4721
4722 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
4723
4724 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4725 files on the same host.
4726
4727 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4728
4729 * help-fns.el (describe-function-1): Only call
4730 help-fns--autoloaded-p when we have a file name. (Bug#11848)
4731
4732 2012-07-03 Chong Yidong <cyd@gnu.org>
4733
4734 * xml.el: Protect parser against XML bombs.
4735 (xml-entity-expansion-limit): New variable.
4736 (xml-parse-string, xml-substitute-special): Use it.
4737 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4738
4739 2012-07-03 Glenn Morris <rgm@gnu.org>
4740
4741 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4742 Allow linking to specific messages in debbugs reports (eg 123#5).
4743
4744 2012-07-02 Chong Yidong <cyd@gnu.org>
4745
4746 * xml.el: Fix entity and character reference expansion, allowing
4747 them to expand into markup as per XML spec.
4748 (xml-default-ns): New variable.
4749 (xml-entity-alist): Use XML spec definitions for lt and amp.
4750 (xml-parse-region): Make first two arguments optional.
4751 Discard text properties.
4752 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
4753 All callers changed.
4754 (xml-parse-tag): Call xml-parse-tag-1. For backward
4755 compatibility, this function should not modify buffer contents.
4756 (xml-parse-tag-1): Fix opening-tag regexp.
4757 (xml-parse-string): Rewrite, handling entity and character
4758 references properly.
4759 (xml--entity-replacement-text): Signal an error if a parameter
4760 entity is undefined.
4761
4762 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * comint.el (comint-output-filter): Filter out repeated prompts.
4765
4766 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4767 and file-name-absolute-p.
4768 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
4769 internal calls.
4770
4771 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4772
4773 Spelling fixes.
4774 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
4775 Rename from byte-compile--refiy-function. All uses changed.
4776
4777 2012-07-01 Chong Yidong <cyd@gnu.org>
4778
4779 * xml.el (xml--parse-buffer): New function. Move most of
4780 xml-parse-region here.
4781 (xml-parse-region): Copy region into a temporary buffer, since
4782 parameter entity substitution requires changing buffer contents.
4783 Use xml--parse-buffer.
4784 (xml-parse-file): Use xml--parse-buffer.
4785 (xml-parse-dtd): Make parameter entity substitution work right.
4786 Use proper regexps for ELEMENT declarations (Bug#7172).
4787
4788 2012-06-30 Glenn Morris <rgm@gnu.org>
4789
4790 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4791
4792 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4793 Remove outdated and unnecessary dbus declarations.
4794
4795 2012-06-30 Eli Zaretskii <eliz@gnu.org>
4796
4797 * emacs-lisp/timer.el (timer-until): Subtract results of
4798 float-time, instead of taking float-time of the result of
4799 time-subtract, since float-time signals an error for negative time
4800 arguments.
4801
4802 2012-06-30 Chong Yidong <cyd@gnu.org>
4803
4804 * xml.el (xml-*-re): Convert defvars into defconsts, and
4805 eval-and-compile them so eval-and-compile works on derivatives.
4806 (xml--entity-replacement-text): Use eval-and-comple.
4807
4808 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
4809
4810 * vc/vc-git.el (vc-git-registered): Use cache property
4811 `git-registered'.
4812 (vc-git-mode-line-string): Call `vc-working-revision' instead of
4813 `vc-git-working-revision' in order to benefit from the cache.
4814 (vc-git-root): Use cache property `git-root'. (Bug#11757)
4815
4816 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
4817
4818 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
4819 removed (likely outside Emacs). (Bug#11757)
4820
4821 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4822
4823 * emacs-lisp/cl-lib.el: Require macroexp.
4824
4825 2012-06-30 Chong Yidong <cyd@gnu.org>
4826
4827 * xml.el: Implement XML parameter entities.
4828 (xml-parameter-entity-alist): New variable.
4829 (xml-parse-region, xml-parse-fragment): Preserve previous values
4830 of xml-entity-alist and xml-parameter-entity-alist, so that
4831 repeated calls on different documents do not change them.
4832 (xml-parse-tag): Fix doctype regexp.
4833 (xml--entity-replacement-text): New function.
4834 (xml-parse-dtd): Use it. Don't handle system entities; doing that
4835 properly requires url retrieval which is unimplemented.
4836 (xml-escape-string): Doc fix.
4837
4838 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4839
4840 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4841
4842 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4843
4844 * fringe.el (fringe-mode): Doc fix.
4845
4846 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
4847
4848 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4849 is non-nil.
4850 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
4851 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
4852
4853 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
4854
4855 * calendar/cal-dst.el (calendar-current-time-zone):
4856 Return calendar-current-time-zone-cache if non-nil.
4857
4858 2012-06-29 Masatake YAMATO <yamato@redhat.com>
4859
4860 * progmodes/which-func.el (which-func-format):
4861 Add mouse-face. (Bug#11698)
4862
4863 2012-06-29 Leo Liu <sdl.web@gmail.com>
4864
4865 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4866
4867 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * minibuffer.el (minibuffer-confirm-exit-commands):
4870 Add completion-at-point (bug#11725).
4871
4872 2012-06-29 Glenn Morris <rgm@gnu.org>
4873
4874 * progmodes/f90.el (f90-font-lock-keywords-2):
4875 Add some preprocessor elements. (Bug#10499)
4876
4877 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * progmodes/cperl-mode.el (cperl-update-syntaxification):
4880 Use syntax-propertize (bug#11739).
4881
4882 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
4883
4884 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4885
4886 2012-06-28 Julien Danjou <julien@danjou.info>
4887
4888 * term.el (term-handle-colors-array): Use a set of new faces to
4889 color the terminal. Also uses :inverse-video property.
4890 (term-default-fg-color): Set to nil by default, deprecate in favor
4891 of `term-face'.
4892 (term-default-bg-color): Set to nil by default, deprecate in favor
4893 of `term-face'.
4894 (term-current-face): Use `term-face' by default.
4895 (term-bold-attribute): Variable deleted.
4896
4897 2012-06-28 Glenn Morris <rgm@gnu.org>
4898
4899 * simple.el (completion-list-mode-finish):
4900 Don't use toggle-read-only. (Since completion-list-mode has
4901 a special mode-class, it wasn't doing anything extra anyway.)
4902
4903 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 Make inlining of other-mode interpreted functions work (bug#11799).
4906 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
4907 (byte-compile): Use it to fix compilation of lexical-binding closures.
4908 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
4909 function, if needed.
4910
4911 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * help-mode.el (help-make-xrefs): Don't just withstand
4914 cyclic-variable-indirection but any error in documentation-property.
4915
4916 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
4917 memory use.
4918 * bindings.el (bindings--define-key): New function.
4919 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
4920 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
4921 * bindings.el: Use it to purecopy define-key bindings.
4922
4923 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
4924
4925 * emacs-lisp/cl.el (flet): Mark obsolete.
4926 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
4927 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
4928 * progmodes/js.el (js-c-fill-paragraph):
4929 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
4930 (ebrowse-switch-member-buffer-to-derived-class):
4931 * play/5x5.el (5x5-solver): Use cl-flet.
4932
4933 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
4934 (cl--symbol-function): New macro.
4935 (cl--letf, cl--letf*): Use it.
4936
4937 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4938 Strip "toggle-" if any.
4939
4940 2012-06-27 Glenn Morris <rgm@gnu.org>
4941
4942 * info.el (Info-default-directory-list): Move here from paths.el.
4943 * paths.el: Remove file, which is now empty.
4944 * loadup.el: No longer load "paths".
4945
4946 * custom.el (custom-initialize-delay): Doc fix.
4947
4948 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4949 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4950 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4951 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4952 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4953 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
4954 * eshell/eshell.el (eshell-defgroup): Remove alias.
4955
4956 2012-06-27 Chong Yidong <cyd@gnu.org>
4957
4958 * help.el (help-enable-auto-load): New variable.
4959
4960 * help-fns.el (help-fns--autoloaded-p): New function.
4961 (describe-function-1): Refer to a function as "autoloaded" if it
4962 was autoloaded at any time in the past. Perform autoloading if
4963 help-enable-auto-load is non-nil.
4964
4965 2012-06-26 Eli Zaretskii <eliz@gnu.org>
4966
4967 * makefile.w32-in (compile, compile-always): Depend on
4968 update-subdirs, not on subdirs.el. Otherwise, several different
4969 sub-targets of 'bootstrap' running in parallel could
4970 simultaneously write to subdirs.el, producing a garbled file.
4971
4972 2012-06-26 Sam Steingold <sds@gnu.org>
4973
4974 * files.el (file-name-base): New convenience function.
4975 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
4976 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
4977 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
4978 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
4979 * textmodes/ispell.el, textmodes/reftex-ref.el:
4980 * textmodes/tex-mode.el: Use it.
4981 Did not touch cedet and org because they are maintained elsewhere.
4982
4983 2012-06-26 Martin Rudalics <rudalics@gmx.at>
4984
4985 * calendar/calendar.el (calendar-exit): Don't try to delete or
4986 iconify last frame. See:
4987 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
4988
4989 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
4990
4991 * server.el (server-process-filter): Remember dir in the
4992 process's `server-client-directory' properties.
4993
4994 2012-06-24 Chong Yidong <cyd@gnu.org>
4995
4996 * xml.el (xml-parse-tag): Correctly handle comment embedded in
4997 non-tag text.
4998
4999 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5002
5003 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * help-fns.el (describe-variable): Don't croak when doc is not found.
5006 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5007 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5008 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5009 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5010 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5011 ((lambda ..) ..).
5012 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5013
5014 2012-06-23 Chong Yidong <cyd@gnu.org>
5015
5016 * info.el (Info-mouse-follow-link): Accept symbol values of
5017 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5018 (Info-fontify-node): Use Info-link-keymap for all navigation
5019 buttons, with link-args property to perform the desired action.
5020 (Info-link-keymap): Doc fix.
5021 (Info-next-link-keymap, Info-prev-link-keymap)
5022 (Info-up-link-keymap): Delete now-unused keymaps.
5023
5024 2012-06-23 Chong Yidong <cyd@gnu.org>
5025
5026 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5027
5028 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5029 system abbrevs.
5030
5031 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5032
5033 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5036 (bug#11719).
5037
5038 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5039 the requote function doesn't work properly (bug#11714).
5040
5041 2012-06-23 Glenn Morris <rgm@gnu.org>
5042
5043 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5044
5045 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 Further GV/CL cleanups.
5048 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5049 gv-expander.
5050 (gv--defun-declaration): New function.
5051 (defun-declarations-alist): Use it.
5052 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5053 (gv-place): Autoload.
5054 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5055 original definition of dotimes and dolist.
5056 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5057 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5058 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5059 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5060 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5061 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5062 to the function's definition.
5063 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5064 * window.el:
5065 * files.el:
5066 * faces.el:
5067 * env.el: Don't use CL.
5068
5069 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5070
5071 Support higher-resolution time stamps (Bug#9000).
5072
5073 * calendar/time-date.el (with-decoded-time-value): New arg
5074 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5075 (encode-time-value): New optional arg PICO. New type 3.
5076 (time-to-seconds) [!float-time]: Support the new picoseconds
5077 component if it's used.
5078 (seconds-to-time, time-subtract, time-add):
5079 Support ps-resolution time stamps as well.
5080
5081 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5082 (timerp): Timer vectors now have length 9, not 8.
5083 (timer--time): Support new-style (4-part) time stamps.
5084 (timer-next-integral-multiple-of-time): Time stamps now have
5085 picosecond resolution, so take a bit more care about rounding.
5086 (timer-relative-time, timer-inc-time): New optional arg psecs.
5087 (timer-set-time-with-usecs): Set psecs to 0.
5088 (timer--activate): Check psecs component, too.
5089
5090 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5091
5092 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5095 Move the non-essential binding to the post/pre-command-hook where it is
5096 more obviously correct.
5097
5098 * subr.el (read-passwd): Don't use a history at all.
5099 * savehist.el (savehist-save): Remove password saved accidentally
5100 because of the above bug.
5101
5102 2012-06-22 Bastien Guerry <bzg@gnu.org>
5103
5104 * files.el (toggle-read-only): Display a message telling whether
5105 the buffer is read-only or not (bug#11726).
5106
5107 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5108
5109 * emacs-lisp/gv.el: New file.
5110 * subr.el (push, pop): Extend to generalized variables.
5111 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5112 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5113 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5114 gv-define-simple-setter, and gv-define-expander.
5115 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5116 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5117 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5118 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5119 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5120 gv-letplace.
5121 (cl-defstruct): Don't define setf-method any more.
5122 * emacs-lisp/cl.el (flet): Don't autoload.
5123 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5124 (define-setf-expander, defsetf, define-modify-macro)
5125 (cl-struct-setf-expander): Move from cl-lib.el.
5126 * emacs-lisp/syntax.el:
5127 * emacs-lisp/ewoc.el:
5128 * emacs-lisp/smie.el:
5129 * emacs-lisp/cconv.el:
5130 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5131 (timer--time): Use gv-define-simple-setter.
5132 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5133 to avoid coding-system problems in subr.el. Adjust all users.
5134 (macroexp--maxsize, macroexp-small-p): New functions.
5135 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5136 * scroll-bar.el (scroll-bar-mode):
5137 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5138 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5139 * winner.el (winner-configuration, winner-make-point-alist)
5140 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5141 * files.el (locate-file-completion-table): Avoid list*.
5142
5143 2012-06-22 Chong Yidong <cyd@gnu.org>
5144
5145 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5146 (dired-create-files): Doc fix (Bug#11329).
5147 (dired-do-copy): Doc fix (Bug#11334).
5148 (dired-mark-read-string): Doc fix (Bug#11553).
5149
5150 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5151 Doc fix (Bug#11326).
5152 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5153 (dired-dwim-target): Doc fix.
5154
5155 * wdired.el (wdired-mode): Doc fix.
5156
5157 2012-06-22 Glenn Morris <rgm@gnu.org>
5158
5159 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5160 (pcmpl-rpm-cache-stamp-file): New constant.
5161 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5162 (pcmpl-rpm-packages): Optionally cache list of packages.
5163
5164 * pcmpl-rpm.el (pcmpl-rpm): New group.
5165 (pcmpl-rpm-query-options): New option.
5166 (pcmpl-rpm-packages): No need to inline it.
5167 Use pcmpl-rpm-query-options.
5168
5169 * calendar/calendar.el (calendar-in-read-only-buffer):
5170 Avoid some needless mode changes.
5171
5172 2012-06-21 Chong Yidong <cyd@gnu.org>
5173
5174 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5175 (desktop-path): Remove . from the default value (Bug#10977).
5176 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5177
5178 2012-06-20 Chong Yidong <cyd@gnu.org>
5179
5180 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5181
5182 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5183
5184 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5185 (bug#11201).
5186
5187 2012-06-20 Chong Yidong <cyd@gnu.org>
5188
5189 * term.el (term-window-width): Handle the case of a missing right
5190 fringe (Bug#8837).
5191 (term-check-size): Use window-text-height (Bug#5445).
5192 (term-mode): Use define-derived-mode. Minor cleanups.
5193 Set font-lock-defaults (Bug#7692).
5194 (term-move-columns, term-insert-char, term-emulate-terminal)
5195 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5196
5197 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5198
5199 * net/ange-ftp.el (ange-ftp-get-passwd):
5200 Bind `enable-recursive-minibuffers'.
5201 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5202
5203 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5204
5205 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5206
5207 2012-06-19 Glenn Morris <rgm@gnu.org>
5208
5209 * progmodes/python.el (python-mode): Derive from prog-mode.
5210
5211 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5212
5213 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5214 (edt-user-menu-bar-update-buffers): New functions.
5215 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5216
5217 2012-06-19 Chong Yidong <cyd@gnu.org>
5218
5219 * subr.el (with-selected-window): Preserve the selected window's
5220 terminal's top-frame (Bug#4702).
5221
5222 * window.el (save-selected-window): Likewise.
5223
5224 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * progmodes/python.el (python-rx-constituents): Move backquote.
5227 (python-skeleton-define, python-define-auxiliary-skeleton):
5228 Use `declare'.
5229
5230 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5231
5232 * minibuffer.el (read-file-name-default): Revert the patch from
5233 2012-06-17.
5234
5235 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5238 (pcase--u1, pcase--q1): Don't use apply-partially.
5239
5240 2012-06-18 Glenn Morris <rgm@gnu.org>
5241
5242 * progmodes/python.el (python-proc, python-buffer)
5243 (python-send-receive, python-send-string): Fix obsolete versions.
5244
5245 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5246
5247 * window.el (special-display-p): Completely remove stringp
5248 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5249
5250 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5251
5252 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5253
5254 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5255
5256 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5257 * net/tramp-sh.el (tramp-maybe-open-connection):
5258 Throw if `non-essential' is non-nil.
5259
5260 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5261
5262 * window.el (special-display-p): Signal an error if BUFFER-NAME
5263 is not a string (Bug#11713).
5264
5265 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5266
5267 * progmodes/python.el (python-info-beginning-of-backslash):
5268 Rename from python-info-beginning-of-backlash, as a spelling fix.
5269
5270 2012-06-17 Chong Yidong <cyd@gnu.org>
5271
5272 * term.el (term-emulate-terminal): If term-check-size is called,
5273 move point to the process mark without resetting point (Bug#4635).
5274
5275 2012-06-17 Glenn Morris <rgm@gnu.org>
5276
5277 * international/mule-cmds.el (mule-menu-keymap)
5278 (set-language-environment, set-locale-environment): Doc tweaks.
5279
5280 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5281
5282 * cus-face.el (custom-face-attributes): Add wave-style underline
5283 attribute.
5284 * faces.el (set-face-attribute): Update docstring to describe
5285 wave-style underline attribute.
5286
5287 2012-06-16 Chong Yidong <cyd@gnu.org>
5288
5289 * term/xterm.el (terminal-init-xterm): Discard input before
5290 querying background mode (Bug#10959).
5291
5292 2012-06-16 Stefan Merten <smerten@oekonux.de>
5293
5294 * textmodes/rst.el: Added and corrected some comments.
5295 (rst-re-alist-def): Improve symbol syntax.
5296 (rst-mode-syntax-table): Correct syntax entries.
5297 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5298 (rst-official-version, rst-official-cvs-rev): Update version
5299 information.
5300
5301 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5302
5303 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5304 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5305
5306 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5307
5308 * progmodes/python.el: New python.el merge.
5309 (python-guess-indent): Obsolete var.
5310 (python-indent-guess-indent-offset): New defcustom.
5311 (python-indent): Obsolete var.
5312 (python-indent-offset): New defcustom.
5313 (python-python-command, python-jython-command): Delete var.
5314 (python-shell-interpreter): New defcustom.
5315 (python-pdbtrack-do-tracking-p): Delete var.
5316 (python-pdbtrack-activate): New defcustom.
5317 (python-use-skeletons): Obsolete var.
5318 (python-skeleton-autoinsert): New defcustom.
5319 (inferior-python-filter-regexp, python-continuation-offset)
5320 (python-honour-comment-indentation, python-indent-string-contents)
5321 (python-jython-packages, python-mode-hook)
5322 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5323 (python-shell-prompt-alist)
5324 (python-source-modes): Delete defcustoms.
5325 (python-check-buffer-name, python-eldoc-setup-code)
5326 (python-eldoc-string-code, python-ffap-setup-code)
5327 (python-ffap-string-code, python-fill-comment-function)
5328 (python-fill-decorator-function, python-fill-paren-function)
5329 (python-fill-string-function, python-imenu-include-defun-type)
5330 (python-imenu-make-tree, python-imenu-subtree-root-label)
5331 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5332 (python-shell-compilation-regexp-alist)
5333 (python-shell-completion-module-string-code)
5334 (python-shell-completion-pdb-string-code)
5335 (python-shell-completion-setup-code)
5336 (python-shell-completion-string-code)
5337 (python-shell-enable-font-lock, python-shell-exec-path)
5338 (python-shell-extra-pythonpaths)
5339 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5340 (python-shell-process-environment)
5341 (python-shell-prompt-block-regexp)
5342 (python-shell-prompt-output-regexp)
5343 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5344 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5345 (python-shell-virtualenv-path): New defcustoms.
5346 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5347 (inferior-python-mode-syntax-table, python--prompt-regexp)
5348 (python-buffer, python-command python-python-command)
5349 (python-default-template, python-imports, python-indent-index)
5350 (python-indent-list, python-indent-list-length)
5351 (python-mode-running, python-pdbtrack-is-tracking-p)
5352 (python-preoutput-continuation, python-preoutput-leftover)
5353 (python-preoutput-result, python-preoutput-skip-next-prompt)
5354 (python-prev-dir/file, python-recursing)
5355 (python-saved-check-command, python-version-checked)
5356 (python-which-func-length-limit)
5357 (view-return-to-alist): Delete vars.
5358 (python-check-custom-command, python-dotty-syntax-table)
5359 (python-imenu-index-alist, python-indent-current-level)
5360 (python-indent-dedenters, python-indent-levels)
5361 (python-nav-beginning-of-defun-regexp)
5362 (python-nav-list-defun-positions-cache)
5363 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5364 (python-shell-internal-buffer)
5365 (python-skeleton-available): New vars.
5366 (def-python-skeleton): Delete macro.
5367 (python-skeleton-define): New macro.
5368 (python-define-auxiliary-skeleton, python-rx): New macros.
5369 (python-insert-class): Delete command.
5370 (python-skeleton-class): New command.
5371 (python-insert-def): Delete command.
5372 (python-skeleton-def): New command.
5373 (python-insert-for): Delete command.
5374 (python-skeleton-for): New command.
5375 (python-insert-if): Delete command.
5376 (python-skeleton-if): New command.
5377 (python-insert-try/except, python-insert-try/finally): Delete commands.
5378 (python-skeleton-try): New command.
5379 (python-insert-while): Delete command.
5380 (python-skeleton-while): New command.
5381 (python-backspace): Delete command.
5382 (python-indent-dedent-line-backspace): New command.
5383 (python-electric-colon): Delete command.
5384 (python-indent-electric-colon): New command.
5385 (python-guess-indent): Delete command.
5386 (python-indent-guess-indent-offset): New command.
5387 (python-shift-left): Delete command.
5388 (python-indent-shift-left): New command.
5389 (python-shift-right): Delete command.
5390 (python-indent-shift-right): New command.
5391 (python-find-function): Delete command.
5392 (python-nav-jump-to-defun): New command.
5393 (python-next-statement): Delete command.
5394 (python-nav-forward-sentence): New command.
5395 (python-previous-statement): Delete command.
5396 (python-nav-backward-sentence): New command.
5397 (python-fill-paragraph): Delete command.
5398 (python-fill-paragraph-function): New command.
5399 (python-send-buffer): Delete command.
5400 (python-shell-send-buffer): New command.
5401 (python-send-defun): Delete command.
5402 (python-shell-send-defun): New command.
5403 (python-send-region, python-send-region-and-go): Delete commands.
5404 (python-shell-send-region)
5405 (python-shell-switch-to-shell): New commands.
5406 (python-send-string): Delete command.
5407 (python-shell-send-string): New command.
5408 (python-switch-to-python): Delete command.
5409 (python-shell-switch-to-shell): New command.
5410 (python-describe-symbol): Delete command.
5411 (python-eldoc-at-point): New command.
5412 (python--set-prompt-regexp, python-args-to-list)
5413 (python-after-info-look, python-check-version)
5414 (python-check-comint-prompt, python-find-imports)
5415 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5416 (python-unload-function, python-expand-template)
5417 (python-maybe-jython, python-preoutput-filter)
5418 (python-pdbtrack-get-source-buffer)
5419 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5420 (python-pdbtrack-toggle-stack-tracking)
5421 (python-pdbtrack-track-stack-file, python-initial-text)
5422 (python-first-word, python-comment-line-p, python-send-command)
5423 (python-setup-brm, python-sentinel, python-set-proc)
5424 (python-skip-out, python-input-filter, python-outdent-p)
5425 (python-outline-level, python-backslash-continuation-line-p)
5426 (python-end-of-block, python-end-of-statement, python-mark-block)
5427 (python-beginning-of-block, python-beginning-of-statement)
5428 (python-blank-line-p, python-beginning-of-string)
5429 (python-open-block-statement-p): Delete functions.
5430 (python-indent-line, python-indent-line-1): Delete functions.
5431 (python-indent-line): New function.
5432 (python-indentation-levels): Delete function.
5433 (python-indent-calculate-levels): New function.
5434 (python-proc): Delete function.
5435 (python-shell-get-process): New function.
5436 (python-send-receive): Delete function.
5437 (python-shell-send-string-no-output): New function.
5438 (python-module-path): Delete function.
5439 (python-ffap-module-path): New function.
5440 (python-completion-at-point)
5441 (python-symbol-completions): Delete functions.
5442 (python-completion-complete-at-point): New function.
5443 (python-load-file): Delete function.
5444 (python-shell-send-file): New function.
5445 (python-calculate-indentation): Delete function.
5446 (python-indent-calculate-indentation): New function.
5447 (python-skip-comments/blanks): Delete function.
5448 (python-util-forward-comment): New function.
5449 (python-continuation-line-p): Delete function.
5450 (python-info-continuation-line-p): New function.
5451 (python-which-func, python-current-defun): Delete function.
5452 (python-info-current-defun): New function.
5453 (python-beginning-of-defun): Delete function.
5454 (python-nav-beginning-of-defun): New function.
5455 (python-close-block-statement-p)
5456 (python-block-end-p): Delete function.
5457 (python-info-closing-block): New function.
5458 (python-comint-output-filter-function)
5459 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5460 (python-fill-comment, python-fill-decorator, python-fill-paren)
5461 (python-fill-string, python-imenu-make-element-tree)
5462 (python-imenu-make-tree, python-imenu-tree-assoc)
5463 (python-indent-context, python-indent-dedent-line)
5464 (python-indent-line-function)
5465 (python-indent-post-self-insert-function)
5466 (python-indent-toggle-levels)
5467 (python-info-assignment-continuation-line-p)
5468 (python-info-beginning-of-backlash)
5469 (python-info-block-continuation-line-p)
5470 (python-info-closing-block-message)
5471 (python-info-line-ends-backslash-p)
5472 (python-info-looking-at-beginning-of-defun)
5473 (python-info-ppss-context, python-info-ppss-context-type)
5474 (python-nav-list-defun-positions, python-nav-read-defun)
5475 (python-nav-sentence-end, python-nav-sentence-start)
5476 (python-pdbtrack-comint-output-filter-function)
5477 (python-pdbtrack-set-tracked-buffer)
5478 (python-shell-calculate-exec-path)
5479 (python-shell-calculate-process-environment)
5480 (python-shell-completion--do-completion-at-point)
5481 (python-shell-completion--get-completions)
5482 (python-shell-completion-complete-at-point)
5483 (python-shell-completion-complete-or-indent)
5484 (python-shell-get-or-create-process)
5485 (python-shell-get-process-name)
5486 (python-shell-internal-get-or-create-process)
5487 (python-shell-internal-get-process-name)
5488 (python-shell-internal-send-string, python-shell-make-comint)
5489 (python-shell-parse-command, python-shell-send-setup-code)
5490 (python-skeleton-add-menu-items)
5491 (python-util-clone-local-variables, python-util-position)
5492 (run-python-internal, python-indentation-levels)
5493 (python-nav-beginning-of-defun)
5494 (python-completion-complete-at-point): New functions.
5495 (run-python): Change arguments. New API requirements.
5496
5497 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5500 (bug#11649).
5501
5502 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5503 (macroexp--expand-all): Use it.
5504
5505 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5506 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5507 Use `cl-function' instead.
5508
5509 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
5510
5511 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5512 Suggested by Stefan Monnier while discussing bug#11657.
5513
5514 2012-06-14 Sam Steingold <sds@gnu.org>
5515
5516 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5517
5518 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5519
5520 * play/doctor.el (doctor-doc): Remove parameter and use
5521 doctor-sent instead of sent.
5522 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
5523
5524 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * files.el: Require cl-lib.
5527 (file-name-non-special): Replace case -> cl-case.
5528
5529 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5530
5531 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5532 mapping from #' to function*.
5533
5534 2012-06-13 Chong Yidong <cyd@gnu.org>
5535
5536 * mouse.el (mouse-drag-track): Do not set the mark if the user
5537 releases the mouse without selecting anything (Bug#11588).
5538
5539 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5542 as well (bug#11646).
5543
5544 * loadup.el: Count byte-code functions as well.
5545
5546 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5547 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5548
5549 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5550 (bug#11649). Add cl-defun and cl-defmacro.
5551
5552 2012-06-13 Drew Adams <drew.adams@oracle.com>
5553
5554 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5555 Fix last change.
5556
5557 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
5558
5559 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5560 Otherwise, it blocks in batch mode.
5561
5562 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
5563
5564 * help-mode.el (bookmark-make-record-default): Declare.
5565
5566 2012-06-13 Chong Yidong <cyd@gnu.org>
5567
5568 * emacs-lisp/package.el (list-packages): Compute a list of
5569 packages that are newly-available since the last list-packages
5570 invocation.
5571 (package-menu--new-package-list): New var.
5572 (package-menu--generate, package-menu--print-info)
5573 (package-menu--status-predicate, package-menu-mark-install):
5574 Handle new status label "new".
5575
5576 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5577
5578 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5579 conversion to backquotes.
5580
5581 2012-06-12 Chong Yidong <cyd@gnu.org>
5582
5583 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5584 Rename from gud-inhibit-global-bindings.
5585
5586 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5587
5588 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5589 hook from nxml-glyph-set-hook.
5590
5591 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5592 declaration.
5593
5594 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5595
5596 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5597 Convert to defcustom.
5598
5599 2012-06-12 Drew Adams <drew.adams@oracle.com>
5600
5601 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5602 New functions.
5603 (help-mode): Use them.
5604
5605 2012-06-11 Glenn Morris <rgm@gnu.org>
5606
5607 * progmodes/fortran.el (fortran-font-lock-keywords-3):
5608 Use preprocessor face for directives.
5609 (fortran-directive-re): Doc fix.
5610
5611 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5614 conversion to backquotes (bug#11652).
5615
5616 Fix compiler-expansion of CL's cXXr functions (bug#11673).
5617 * emacs-lisp/cl-lib.el (cl--defalias): New function.
5618 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5619 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5620 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5621 (cl-ninth, cl-tenth): Mark them as inlinable.
5622 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5623 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5624 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5625 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5626 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5627 (cl-list*, cl-adjoin): Don't put an autoload manually.
5628 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5629 (cl--compiler-macro-list*): Add autoload cookie.
5630 (cl--compiler-macro-cXXr): New function.
5631
5632 * help-fns.el (help-fns--compiler-macro): New function extracted from
5633 describe-function-1; follow aliases and use `compiler-macro' property.
5634 (describe-function-1): Use it.
5635
5636 2012-06-11 Chong Yidong <cyd@gnu.org>
5637
5638 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5639 is uninstalled, if imagemagick is installed.
5640
5641 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * emacs-lisp/cl-lib.el: Use lexical-binding.
5644 (cl-map-extents, cl-maclisp-member): Remove.
5645 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5646 (cl--set-substring, cl--block-wrapper, cl--block-throw)
5647 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5648 * emacs-lisp/cl-extra.el: Use lexical-binding.
5649 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5650 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5651 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5652 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5653 * emacs-lisp/cl-seq.el: Use lexical-binding.
5654 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5655 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5656 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5657 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5658 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5659 CL's internals.
5660
5661 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
5662
5663 Sync with Tramp 2.2.6-pre.
5664
5665 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5666 `print-length' and `print-level' to nil, in order to avoid
5667 truncation. Reported by Christopher Schmidt
5668 <christopher@ristopher.com>.
5669
5670 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5671
5672 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5673 New defmacro.
5674 (tramp-compat-copy-directory): Add optional argument
5675 COPY-CONTENTS. It is not handled yet.
5676
5677 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5678 (tramp-ftp-file-name-p): Simplify.
5679
5680 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5681 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5682 connection vector.
5683
5684 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5685 (tramp-methods): Do not use `tramp-password-end-of-line'.
5686 (tramp-completion-function-alist-putty): Handle UNIX case.
5687 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5688 (tramp-do-file-attributes-with-stat)
5689 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5690 gid as real numbers. They could run out of integer range on cygwin.
5691 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5692 (tramp-sh-handle-expand-file-name): Handle hops.
5693 (tramp-open-connection-setup-interactive-shell):
5694 Use `tramp-cleanup'. Move check for busyboxes ...
5695 (tramp-find-shell): ... here. Simplify implementation.
5696 Set "remote-shell" property also for alternative shells.
5697 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5698 If failing, a regular file would be written otherwise.
5699 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
5700 (tramp-find-inline-encoding): Cache the coding commands in the
5701 process cache. Apply test command on the remote side, if defined.
5702 (tramp-find-inline-compress): Cache the compress commands in the
5703 process cache.
5704 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5705 when requested. Handle hops.
5706 (tramp-current-connection): New defvar.
5707 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5708 Throw `suppress', if there was a failed connection shortly before.
5709 Handle user interrupt. (Bug#10187)
5710 (tramp-get-inline-compress, tramp-get-inline-coding):
5711 Read connection properties from the process cache.
5712
5713 * net/tramp-smb.el (tramp-smb-server-version)
5714 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5715 New defconsts.
5716 (tramp-smb-prompt): Extend for powershell prompt.
5717 (tramp-smb-file-name-handler-alist): Add handlers for
5718 `process-file', `shell-command' and `start-file-process'.
5719 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5720 (tramp-smb-winexe-shell-command-switch): New defcustoms.
5721 (tramp-smb-file-name-p): Simplify.
5722 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5723 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5724 (tramp-smb-shell-quote-argument): New defuns.
5725 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5726 Implement using "tar". By this, time-stamps are preserved.
5727 (tramp-smb-handle-copy-file): Handle also the case of directories.
5728 (tramp-smb-do-file-attributes-with-stat)
5729 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5730 Use `tramp-get-connection-buffer').
5731 (tramp-smb-handle-rename-file): Use "rename", when source and
5732 target are on the same share.
5733 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5734 Use `tramp-smb-server-version'.
5735 (tramp-smb-wait-for-output): Remove prompt.
5736
5737 * net/tramp.el (top): Require 'cl.
5738 (tramp-methods, tramp-rsh-end-of-line):
5739 Remove `tramp-password-end-of-line' from docstring.
5740 (tramp-save-ad-hoc-proxies): New defcustom.
5741 (tramp-completion-function-alist): Adapt docstring.
5742 (tramp-default-password-end-of-line): Remove defcustom.
5743 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
5744 (tramp-user-regexp, tramp-file-name-regexp-unified)
5745 (tramp-file-name-regexp-url): Extend regexp by hop separator.
5746 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
5747 (tramp-remote-file-name-spec-regexp): New defconst.
5748 (tramp-file-name-structure): Extend structure for hops.
5749 (tramp-get-method-parameter): Move up.
5750 (tramp-file-name-p, tramp-dissect-file-name)
5751 (with-parsed-tramp-file-name): Handle hops.
5752 (tramp-file-name-hop): New defun.
5753 (tramp-make-tramp-file-name): New optional arg HOP.
5754 (tramp-message-show-progress-reporter-message): New defvar.
5755 (tramp-with-progress-reporter): Use it. We cannot use
5756 `tramp-message-show-message' here, because this suppresses also
5757 error buffers.
5758 (tramp-error-with-buffer): Suppress buffer view, if
5759 `tramp-message-show-message' is nil.
5760 Use `tramp-get-connection-buffer'.
5761 (tramp-cleanup): New defun.
5762 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
5763 (tramp-file-name-handler): If `debug-on-error' is set, propagate
5764 an error unchanged.
5765 (tramp-completion-handle-file-name-all-completions): Handle hops.
5766 Fix an error when called from ido.
5767 (tramp-completion-dissect-file-name): Use better local variable
5768 name. Add hop to the vector.
5769 (tramp-handle-insert-file-contents): Use progress-reporter for the
5770 whole scenario.
5771 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
5772 to `t'.
5773 (tramp-check-for-regexp): Simplify search.
5774 (tramp-enter-password): Remove it. Move implementation ...
5775 (tramp-action-password): ... here.
5776 (tramp-mode-string-to-int, tramp-local-host-p)
5777 (tramp-make-tramp-temp-file, tramp-read-passwd)
5778 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5779 Set tramp-autoload cookie.
5780
5781 * net/trampver.el: Update release number.
5782
5783 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5784 Michael Albinus <michael.albinus@gmx.de>
5785
5786 * net/tramp.el (tramp-set-completion-function): Fix docstring.
5787 (tramp-parse-group, tramp-parse-file)
5788 (tramp-parse-shostkeys-sknownhosts): New defuns.
5789 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
5790 (tramp-parse-shosts-group, tramp-parse-sconfig)
5791 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
5792 (tramp-parse-sknownhosts, tramp-parse-hosts)
5793 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
5794 Use them.
5795 (tramp-parse-passwd-group, tramp-parse-netrc-group)
5796 (tramp-parse-putty-group): Don't narrow.
5797 (tramp-parse-putty): Make a loop.
5798 (tramp-file-name-handler): Catch the `suppress' signal.
5799
5800 2012-06-11 Chong Yidong <cyd@gnu.org>
5801
5802 * image.el (imagemagick-register-types): Put the ImageMagick entry
5803 at the end of image-type-file-name-regexps.
5804
5805 2012-06-11 Johan Bockgård <bojohan@gnu.org>
5806
5807 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
5808 (pcase, pcase-let*, pcase-dolist): Use them.
5809
5810 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * emacs-lisp/pcase.el (pcase--let*): New function.
5813 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
5814 (pcase--expand): Use macroexp-let².
5815
5816 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
5819 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
5820 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
5821 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
5822 * emacs-lisp/derived.el: Use pcase instead of `cl'.
5823 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
5824
5825 2012-06-10 Glenn Morris <rgm@gnu.org>
5826
5827 * mail/rmail.el (rmail-yank-current-message): Leave point at
5828 correct position. (Bug#11660)
5829
5830 2012-06-10 Chong Yidong <cyd@gnu.org>
5831
5832 * allout-widgets.el: Fix code header.
5833
5834 2012-06-10 Chong Yidong <cyd@gnu.org>
5835
5836 * cus-edit.el (customize-changed-options-previous-release):
5837 Bump to 24.1.
5838
5839 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
5840
5841 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5842
5843 2012-06-09 Chong Yidong <cyd@gnu.org>
5844
5845 * ebuff-menu.el (electric-buffer-list): Preserve header line.
5846
5847 2012-06-09 Martin Rudalics <rudalics@gmx.at>
5848
5849 * window.el (special-display-popup-frame): Don't use
5850 window--display-buffer (Bug#11651).
5851
5852 2012-06-09 Eli Zaretskii <eliz@gnu.org>
5853
5854 Fix parallel builds: make sure loaddefs.el is not being written
5855 while Lisp files are compiled.
5856 (compile): Don't depend on 'mh-autoloads'.
5857 (compile-CMD, compile-SH): Depend on 'autoloads'.
5858 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
5859
5860 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
5861
5862 2012-06-09 Chong Yidong <cyd@gnu.org>
5863
5864 * face-remap.el (face-remap-add-relative, face-remap-set-base)
5865 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
5866 Doc fixes (Bug#11225).
5867
5868 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
5871 a function if there's a clear indication that it has a compiler-macro.
5872 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
5873 (macro-declarations-alist): Add arglist to declaration functions.
5874 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
5875 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
5876 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
5877 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
5878 Also add autoload to find the compiler macro.
5879 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
5880 (cl--compiler-macro-member, cl--compiler-macro-assoc)
5881 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
5882 (cl--compiler-macro-get): New functions, replacing calls to
5883 cl-define-compiler-macro.
5884 (cl-typep) [compiler-macro]: Use macroexp-let².
5885
5886 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
5887
5888 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5889 string properly, fixes Bug#11473.
5890
5891 2012-06-08 Chong Yidong <cyd@gnu.org>
5892
5893 * faces.el (set-face-attribute): Doc fix.
5894 (modify-face): Don't use :bold and :italic.
5895 (error, warning, success): Tweak definitions.
5896
5897 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
5898 (custom-modified, custom-set, custom-changed, custom-themed)
5899 (custom-saved, custom-button, custom-button-mouse)
5900 (custom-button-pressed, custom-state, custom-comment-tag)
5901 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
5902 (custom-group-subtitle): Use new-style face specs.
5903 (custom-invalid-face, custom-rogue-face, custom-modified-face)
5904 (custom-set-face, custom-changed-face, custom-saved-face)
5905 (custom-button-face, custom-button-pressed-face)
5906 (custom-documentation-face, custom-state-face)
5907 (custom-comment-face, custom-comment-tag-face)
5908 (custom-variable-tag-face, custom-variable-button-face)
5909 (custom-face-tag-face, custom-group-tag-face-1)
5910 (custom-group-tag-face): Remove obsolete face alias.
5911
5912 * epa.el (epa-validity-high, epa-validity-medium)
5913 (epa-validity-low, epa-mark, epa-field-name, epa-string)
5914 (epa-field-name, epa-field-body):
5915 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5916 (font-lock-keyword-face, font-lock-builtin-face)
5917 (font-lock-function-name-face, font-lock-variable-name-face)
5918 (font-lock-type-face, font-lock-constant-face):
5919 * ido.el (ido-first-match, ido-only-match, ido-subdir)
5920 (ido-virtual, ido-indicator, ido-incomplete-regexp):
5921 * speedbar.el (speedbar-button-face, speedbar-file-face)
5922 (speedbar-directory-face, speedbar-tag-face)
5923 (speedbar-selected-face, speedbar-highlight-face)
5924 (speedbar-separator-face):
5925 * whitespace.el (whitespace-newline, whitespace-space)
5926 (whitespace-hspace, whitespace-tab, whitespace-trailing)
5927 (whitespace-line, whitespace-space-before-tab)
5928 (whitespace-space-after-tab, whitespace-indentation)
5929 (whitespace-empty):
5930 * emulation/cua-base.el (cua-global-mark):
5931 * eshell/em-prompt.el (eshell-prompt):
5932 * net/newst-plainview.el (newsticker-new-item-face)
5933 (newsticker-old-item-face, newsticker-immortal-item-face)
5934 (newsticker-obsolete-item-face, newsticker-date-face)
5935 (newsticker-statistics-face, newsticker-default-face):
5936 * net/newst-reader.el (newsticker-feed-face)
5937 (newsticker-extra-face, newsticker-enclosure-face):
5938 * net/newst-treeview.el (newsticker-treeview-face)
5939 (newsticker-treeview-new-face, newsticker-treeview-old-face)
5940 (newsticker-treeview-immortal-face)
5941 (newsticker-treeview-obsolete-face)
5942 (newsticker-treeview-selection-face):
5943 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
5944 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
5945 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
5946 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
5947 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
5948 (nxml-outline-active-indicator, nxml-outline-ellipsis):
5949 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5950 (mpuz-text):
5951 * progmodes/vera-mode.el (vera-font-lock-number)
5952 (vera-font-lock-function, vera-font-lock-interface):
5953 * textmodes/table.el (table-cell): Use new-style face specs, and
5954 don't use the old :bold and :italic attributes.
5955
5956 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5957 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
5958 (ebrowse-member-class, ebrowse-progress): Likewise.
5959 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5960 (ebrowse-file-name-face, ebrowse-default-face)
5961 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5962 (ebrowse-progress-face): Remove obsolete faces.
5963
5964 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5965 Inherit from error and warning faces respectively.
5966
5967 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5968 Likewise.
5969 (flyspell-incorrect-face, flyspell-duplicate-face):
5970 Remove obsolete aliases.
5971
5972 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
5973
5974 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5975 Avoid infloop.
5976
5977 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * startup.el (argv, argi): Make lexically scoped.
5980 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
5981 * emacs-lisp/cl-macs.el: Use lexical-binding.
5982 Rename cl-bind-* to cl--bind-*.
5983 * files.el: Don't require `cl' since it doesn't use it.
5984 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
5985
5986 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
5987
5988 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
5989 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
5990 instead of calling external sort utility.
5991 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
5992
5993 2012-06-08 Eli Zaretskii <eliz@gnu.org>
5994
5995 * descr-text.el (describe-char): Mention how to insert the
5996 character, if the current input method doesn't support it.
5997 See the discussion in this thread for the details:
5998 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
5999
6000 2012-06-08 Sam Steingold <sds@gnu.org>
6001
6002 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6003 XF86Back to previous-buffer.
6004 (minibuffer-local-map): Bind them to next-history-element and
6005 previous-history-element respectively.
6006 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6007 help-go-back respectively.
6008 * info.el (Info-mode-map): Bind them to Info-history-forward and
6009 Info-history-back respectively.
6010 These are the keys next to Up on the ThinkPad keyboard.
6011
6012 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6015 * emacs-lisp/cl-macs.el: Provide itself.
6016 (cl--labels-convert-cache): New var.
6017 (cl--labels-convert): New function.
6018 (cl-flet, cl-labels): New implementation with new semantics, relying on
6019 lexical-binding.
6020 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6021 (cl-closure-vars, cl--function-convert-cache)
6022 (cl--function-convert): Move from cl-macs.el.
6023 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6024 rename by removing the "cl-" prefix.
6025 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6026
6027 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6028
6029 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6030 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6031 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6032 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6033 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6034 (cl-hash-table-count): Add old compatibility aliases.
6035
6036 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6037 Use macroexpand-all-environment instead.
6038 (cl--old-macroexpand): New var.
6039 (cl--sm-macroexpand): New function.
6040 (cl-symbol-macrolet): Use it during macro expansion.
6041 (cl--function-convert-cache): New var.
6042 (cl--function-convert): New function, extracted from
6043 cl-macroexpand-all.
6044 (cl-lexical-let): Use it.
6045
6046 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6047 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6048 (cl-member): Remove old alias.
6049
6050 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6051 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6052 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6053 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6054 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6055 (cl-macroexpand-cmacs): Remove var.
6056 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6057 Use macroexpand-all instead.
6058
6059 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6060
6061 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6062 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6063 (macroexp-copyable-p): New functions and macros.
6064 * emacs-lisp/edebug.el (edebug-unwrap):
6065 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6066 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6067 (pcase--let*): Remove.
6068 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6069 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6070 macroexp-const-p instead.
6071 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6072
6073 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6074 instead of "cl-" for internal definitions. Use macroexp-const-p.
6075 (cl-old-bc-file-form): Remove var.
6076 (cl-const-exprs-p): Remove fun.
6077 (cl-labels, cl-macrolet): Use backquote.
6078 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6079 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6080 (cl-define-setf-expander): Rename from cl-define-setf-method.
6081 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6082
6083 * international/mule-cmds.el: Don't require CL.
6084 (view-hello-file): Don't use `letf'.
6085
6086 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * tmm.el (tmm-prompt): Use string-prefix-p.
6089 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6090 (tmm-add-prompt): Use minibuffer-completion-help.
6091 (tmm-delete-map): Remove.
6092
6093 * subr.el (kbd): Make it its own function.
6094
6095 2012-06-07 Stefan Merten <smerten@oekonux.de>
6096
6097 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6098 Silence compiler warnings. Fix versions.
6099 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6100 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6101 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6102 (rst-package-emacs-version-alist): Correct Emacs version to
6103 represent major merge with upstream.
6104 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6105
6106 2012-06-06 Glenn Morris <rgm@gnu.org>
6107
6108 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6109 Only print environment variables if set.
6110
6111 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6112
6113 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6114 (macroexp--cons): Rename from maybe-cons.
6115 (macroexp--accumulate): Rename from macroexp-accumulate.
6116 (macroexp--all-forms): Rename from macroexpand-all-forms.
6117 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6118 (macroexp--expand-all): Rename from macroexpand-all-1.
6119
6120 2012-06-06 Sam Steingold <sds@gnu.org>
6121
6122 * calendar/calendar.el (calendar-in-read-only-buffer):
6123 Call `special-mode' to enable the standard read-only keybindings.
6124
6125 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6128 with "loading" messages (bug#11635).
6129
6130 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6131
6132 * files.el (enable-remote-dir-locals): New option.
6133 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6134
6135 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6136 Ensure, that the temp directory is local.
6137
6138 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6139 `temporary-file-directory'.
6140
6141 * progmodes/python.el (python-send-region): Ensure, that the
6142 temporary file is created also in the remote case.
6143
6144 2012-06-06 Glenn Morris <rgm@gnu.org>
6145
6146 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6147 (vc-rcs-update-changelog): Use it.
6148
6149 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6150
6151 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6152 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6153 (vc-sccs-diff): Replace use of the external vcdiff script.
6154
6155 2012-06-05 Glenn Morris <rgm@gnu.org>
6156
6157 * ledit.el: Move to obsolete/.
6158
6159 2012-06-05 Sam Steingold <sds@gnu.org>
6160
6161 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6162 patch (Bug#11140).
6163
6164 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * emacs-lisp/cust-print.el: Move to obsolete.
6167
6168 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6169 compiler-macro expansion.
6170
6171 Add native compiler-macro support.
6172 * emacs-lisp/macroexp.el (macroexpand-all-1):
6173 Support compiler-macros directly. Properly follow aliases and apply
6174 the compiler macros more thoroughly.
6175 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6176 macroexpand now properly follows aliases.
6177 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6178 (cl-compiler-macroexpand): Use new prop.
6179 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6180
6181 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6182
6183 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6184
6185 * window.el (get-lru-window, get-mru-window, get-largest-window):
6186 New argument NOT-SELECTED to avoid picking the selected window.
6187 (window--display-buffer-1, window--display-buffer-2): Replace by
6188 new function window--display-buffer
6189 (display-buffer-same-window, display-buffer-reuse-window)
6190 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6191 Use window--display-buffer.
6192 (display-buffer-use-some-window): Remove temporary dedication
6193 hack by calling get-lru-window and get-largest-window with
6194 NOT-SELECTED argument non-nil. Call window--display-buffer.
6195
6196 2012-06-05 Glenn Morris <rgm@gnu.org>
6197
6198 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6199 Replace external vcdiff script.
6200
6201 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6202
6203 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6204
6205 2012-06-04 Chong Yidong <cyd@gnu.org>
6206
6207 * image.el (imagemagick-types-inhibit): Revert last change.
6208 Add INFO and M.
6209 (imagemagick-enabled-types): Remove CIN and EPS*.
6210
6211 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * emacs-lisp/cl-lib.el: Rename from cl.el.
6214 * emacs-lisp/cl.el: New compatibility file.
6215 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6216 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6217 to obey the "cl-" prefix.
6218 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6219
6220 2012-06-03 Glenn Morris <rgm@gnu.org>
6221
6222 * emacs-lisp/authors.el (authors-aliases): Addition.
6223
6224 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6225 Fix :version.
6226
6227 2012-06-03 Stefan Merten <smerten@oekonux.de>
6228
6229 * textmodes/rst.el: Add comments.
6230 (rst-transition, rst-adornment): New faces.
6231 (rst-adornment-faces-alist): Make default safe to reevaluate.
6232 Fixes
6233 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6234 Improve customization tags.
6235 (rst-define-level-faces): Clarify meaning.
6236
6237 2012-06-03 Chong Yidong <cyd@gnu.org>
6238
6239 * progmodes/compile.el (compilation-mode-line-fail)
6240 (compilation-mode-line-run, compilation-mode-line-exit):
6241 New faces.
6242 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6243
6244 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6245
6246 * progmodes/which-func.el (which-func-update-ediff-windows):
6247 New function. Use it in ediff-select-hook (Bug#11478).
6248
6249 2012-06-03 Chong Yidong <cyd@gnu.org>
6250
6251 * bindings.el: Remove explicit help text from format-mode-line.
6252 It is now supplied by mode-line-default-help-echo.
6253 (mode-line-front-space, mode-line-end-spaces)
6254 (mode-line-misc-info): New variables.
6255 (mode-line-modes, mode-line-position): Move the default value to
6256 the variable definition.
6257 (mode-line-default-help-echo): New defcustom.
6258 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6259 (mode-line-modified-help-echo): New functions.
6260 (mode-line-mule-info, mode-line-modified): Use them.
6261 (mode-line-eol-desc, propertized-buffer-identification):
6262 Consistency fixes for help text.
6263 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6264 set-buffer-file-coding-system (Bug#289).
6265 (mode-line-mule-info-help-echo): Update help text.
6266
6267 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * simple.el (execute-extended-command): Set real-this-command
6270 (bug#11506).
6271
6272 2012-06-02 Chong Yidong <cyd@gnu.org>
6273
6274 Remove incorrect uses of "modeline" in comments, docstrings, and
6275 function/variable names (Bug#10329).
6276
6277 * cus-edit.el (mode-line):
6278 * dframe.el (dframe-mouse-hscroll):
6279 * emacs-lisp/re-builder.el:
6280 * emacs-lisp/easy-mmode.el (define-minor-mode):
6281 * frame.el (set-frame-name):
6282 * help.el (lookup-minor-mode-from-indicator):
6283 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6284 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6285 (c-toggle-hungry-state):
6286 * progmodes/antlr-mode.el (antlr-language-alist):
6287 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6288 * progmodes/vhdl-mode.el (vhdl-mode):
6289 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6290 * term/ns-win.el (ns-face-at-pos):
6291 * term/sup-mouse.el (sup-mouse-report):
6292 * textmodes/flyspell.el (flyspell-mode-line-string):
6293 * textmodes/ispell.el (ispell-highlight-face):
6294 * textmodes/reftex-global.el:
6295 * vc/vc-arch.el (vc-arch-mode-line-string):
6296 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6297 * vc/vc-git.el (vc-git-mode-line-string):
6298 * vc/vc-hooks.el (vc-display-status)
6299 (vc-default-mode-line-string):
6300 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6301
6302 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6303
6304 * dired.el (dired-sort-set-mode-line): Rename from
6305 dired-sort-set-modeline. All callers changed.
6306
6307 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6308 eshell-status-in-modeline.
6309
6310 * foldout.el (foldout-mode-line-string): Rename from
6311 foldout-modeline-string. All callers changed.
6312 (foldout-update-mode-line): Rename from foldout-update-modeline.
6313
6314 * subr.el (redraw-modeline): Make into obsolete alias.
6315
6316 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6317 timeclock-modeline-display. Make old name an alias.
6318 (timeclock-update-mode-line): Likewise. All callers changed.
6319 (timeclock-mode-line-display): No need to check before using
6320 add-hook.
6321 (timeclock-relative, timeclock-day-over-hook)
6322 (timeclock-use-elapsed, timeclock-mode-string)
6323 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6324
6325 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6326 crisp-mode-modeline-string.
6327
6328 * play/solitaire.el (solitaire-build-mode-line): Rename from
6329 solitaire-build-modeline. All callers changed.
6330
6331 * play/zone.el (zone-hiding-mode-line): Rename from
6332 zone-hiding-modeline. All callers changed.
6333 (zone): Remove unusued `modeline-hidden-level' property.
6334
6335 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6336 xscheme-modeline-initialize. All callers changed.
6337
6338 * strokes.el (strokes-lighter): Rename from
6339 strokes-modeline-string.
6340
6341 * textmodes/sgml-mode.el (html-face-tag-alist)
6342 (html-tag-face-alist): Use mode-line face instead of obsolete
6343 alias modeline.
6344
6345 2012-06-02 Stefan Merten <smerten@oekonux.de>
6346
6347 * textmodes/rst.el: Always require `cl'.
6348 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6349
6350 2012-06-02 Chong Yidong <cyd@gnu.org>
6351
6352 * image.el (imagemagick-enabled-types): Rename from
6353 imagemagick-types-enable. Add many more types.
6354 (imagemagick-types-inhibit): Change default to nil.
6355 (imagemagick-filter-types): Caller changed.
6356
6357 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * emacs-lisp/cl-macs.el: Use backquotes.
6360 (cl-transform-function-property): Use eval-and-compile rather than
6361 abusing `require'.
6362 (defstruct): Use declare-function instead of with-no-warnings.
6363
6364 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6365 (byte-compile-output-docform): Re-add the print-circle bindings.
6366 (byte-compile-fix-header): Use #$ just because it's shorter.
6367 (byte-compile-output-file-form): Remove defun/defmacro.
6368
6369 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6370
6371 * simple.el (choose-completion): Remove now obsolete binding for
6372 owindow.
6373
6374 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6375
6376 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6377 in order to avoid "Stack overflow in regexp matcher".
6378
6379 2012-05-31 Glenn Morris <rgm@gnu.org>
6380
6381 * image.el: For clarity, call imagemagick-register-types at
6382 top-level, rather than relying on a custom :initialize.
6383 (imagemagick-types-enable): New option. (Bug#11557)
6384 (imagemagick-filter-types): New function. (Bug#7406)
6385 (imagemagick-register-types): Use imagemagick-filter-types.
6386 If disabling support, remove elements altogether rather
6387 than using an impossible regexp.
6388 (imagemagick-types-inhibit): Give it the default init function.
6389
6390 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6393 Handle arbitrary file name lengths (Bug#11585).
6394
6395 2012-05-31 Martin Rudalics <rudalics@gmx.at>
6396
6397 * desktop.el (desktop-read): Clear previous and next buffers for
6398 all windows and bury *Messages* buffer (bug#11556).
6399
6400 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 Add `declare' for `defun'. Align `defmacro's with it.
6403 * emacs-lisp/easy-mmode.el (define-minor-mode)
6404 (define-globalized-minor-mode): Don't autoload the var definitions.
6405 * emacs-lisp/byte-run.el: Use lexical-binding.
6406 (defun-declarations-alist, macro-declarations-alist): New vars.
6407 (defmacro, defun): Use them.
6408 (make-obsolete, define-obsolete-function-alias)
6409 (make-obsolete-variable, define-obsolete-variable-alias):
6410 Use `declare'.
6411 (macro-declaration-function): Mark obsolete.
6412 * emacs-lisp/autoload.el: Use lexical-binding.
6413 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6414
6415 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6416
6417 * textmodes/ispell.el (ispell-with-no-warnings):
6418 Define as a macro.
6419 (ispell-kill-ispell, ispell-change-dictionary):
6420 Use `called-interactively-p' for Emacs instead of obsolete
6421 `interactive-p'.
6422
6423 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6426 (macro-declaration-function): Move var from C code.
6427 (macro-declaration-function): Define function with defalias.
6428 * emacs-lisp/macroexp.el (macroexpand-all-1):
6429 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6430 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6431 defun/defmacro any more.
6432 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6433 Provide fallback for unknown arglist.
6434 (byte-compile-arglist-warn): Change calling convention.
6435 (byte-compile-output-file-form): Move print-vars binding.
6436 (byte-compile-output-docform): Simplify accordingly.
6437 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6438 (byte-compile-defmacro-declaration): Remove.
6439 (byte-compile-file-form-defmumble): Generalize to defalias.
6440 (byte-compile-output-as-comment): Return byte-positions.
6441 Simplify callers accordingly.
6442 (byte-compile-lambda): Use `assert'.
6443 (byte-compile-defun, byte-compile-defmacro): Remove.
6444 (byte-compile-file-form-defalias):
6445 Use byte-compile-file-form-defmumble.
6446 (byte-compile-defalias-warn): Remove.
6447
6448 2012-05-29 Stefan Merten <smerten@oekonux.de>
6449
6450 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6451 possible. Fix authors. Improve comments. Improve loading of `cl'.
6452
6453 (rst-mode-abbrev-table): Merge definition.
6454 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6455 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6456
6457 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
6458
6459 * calendar/icalendar.el
6460 (icalendar-export-region): Export UID properly.
6461
6462 2012-05-29 Leo Liu <sdl.web@gmail.com>
6463 * calendar/icalendar.el (icalendar-import-format):
6464 Add `icalendar-import-format-uid' (Bug#11525).
6465 (icalendar-import-format-uid): New.
6466 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6467 Export UID.
6468
6469 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6472 different alternative patterns.
6473 (pcase-codegen): Be more careful to preserve identity.
6474 (pcase--u1): Don't forget to mark vars as used.
6475
6476 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6477 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6478 (byte-compile-from-buffer): ...rather than here.
6479
6480 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6481 functions from byte-compile-function-environment.
6482
6483 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
6484
6485 * window.el (window-deletable-p): Avoid deleting the root window
6486 of a frame with an active minibuffer.
6487
6488 2012-05-29 Martin Rudalics <rudalics@gmx.at>
6489
6490 * simple.el (choose-completion): Use quit-window (Bug#11567).
6491
6492 2012-05-29 Chong Yidong <cyd@gnu.org>
6493
6494 * whitespace.el (whitespace-cleanup): Fix usage of
6495 whitespace-empty-at-bob-regexp (Bug#11492).
6496
6497 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6498
6499 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6500 revert (Bug#11488).
6501
6502 2012-05-29 Juri Linkov <juri@jurta.org>
6503
6504 * isearch.el (isearch-mode-map): Bind `M-s _' to
6505 `isearch-toggle-symbol'. Bind `M-s c' to
6506 `isearch-toggle-case-fold'.
6507 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6508 (isearch-forward): Add `M-s _' to the docstring.
6509 (isearch-forward-symbol, isearch-toggle-case-fold)
6510 (isearch-symbol-regexp): New functions. (Bug#11381)
6511
6512 2012-05-29 Juri Linkov <juri@jurta.org>
6513
6514 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6515 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6516 a function, call it to get the regexp.
6517 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6518 property `isearch-message-prefix' instead of the string "word ".
6519 (isearch-search-fun-default): For the case of `isearch-word',
6520 return a lambda that calls re-search-forward/re-search-backward
6521 with a regexp returned by `word-search-regexp' or by the function
6522 in `isearch-word'.
6523
6524 2012-05-29 Juri Linkov <juri@jurta.org>
6525
6526 * isearch.el (isearch-search-fun-default): New function.
6527 (isearch-search-fun): Move default part to the new function
6528 `isearch-search-fun-default'.
6529 (isearch-search-fun-function): Set the default value to
6530 `isearch-search-fun-default'. (Bug#11381)
6531
6532 * comint.el (comint-history-isearch-end):
6533 Use `isearch-search-fun-default'.
6534 (comint-history-isearch-search): Use `isearch-search-fun-default'
6535 and remove spacial case for `isearch-word'.
6536 (comint-history-isearch-wrap): Remove spacial case for
6537 `isearch-word'.
6538
6539 * hexl.el (hexl-isearch-search-function):
6540 Use `isearch-search-fun-default'.
6541
6542 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6543 Use `word-search-regexp' for `isearch-word'.
6544
6545 * misearch.el (multi-isearch-search-fun):
6546 Use `isearch-search-fun-default'.
6547
6548 * simple.el (minibuffer-history-isearch-search):
6549 Use `isearch-search-fun-default' and remove spacial case for
6550 `isearch-word'.
6551 (minibuffer-history-isearch-wrap): Remove spacial case for
6552 `isearch-word'.
6553
6554 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6555 Remove spacial case for `isearch-word'.
6556 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6557
6558 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6559
6560 Decrease XEmacs incompatibilities.
6561 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6562 Use `string-match'.
6563 (flyspell-delete-region-overlays): Use alternative definition for
6564 XEmacs.
6565 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6566 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6567 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6568 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6569 `define-obsolete-face-alias' under XEmacs, but old method.
6570
6571 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6572 `with-no-warnings' definition or Emacs alias.
6573 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6574 (ispell-word): Do not use `region-p' if XEmacs.
6575
6576 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6577
6578 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6579 Check for `ispell-dictionary-base-alist' instead of full
6580 `ispell-dictionary-alist'.
6581 (ispell-init-process): Show spellchecker when starting new Ispell
6582 process.
6583
6584 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6587 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6588
6589 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
6590
6591 * version.el (motif-version-string, gtk-version-string)
6592 (ns-version-string): Declare.
6593
6594 2012-05-27 Juri Linkov <juri@jurta.org>
6595
6596 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6597 after the `eval-defun-1' specialcaseing
6598 like in `edebug-eval-defun' (bug#10181).
6599
6600 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6601 like in `eval-defun-1'.
6602
6603 2012-05-27 Eli Zaretskii <eliz@gnu.org>
6604
6605 * mail/sendmail.el (mail-yank-region):
6606 Recognize rmail-yank-current-message in addition to insert-buffer.
6607 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
6608 a *mail* buffer created through rmail-start-mail with sendmail as
6609 mail-user-agent.
6610
6611 2012-05-27 Chong Yidong <cyd@gnu.org>
6612
6613 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6614 Default to 256 (Bug#11267).
6615
6616 * help.el (describe-mode): Doc fix.
6617
6618 2012-05-26 Glenn Morris <rgm@gnu.org>
6619
6620 * w32-fns.el (w32-init-info): Remove.
6621 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6622
6623 * info.el (info-initialize): For self-contained NS builds, put the
6624 included info/ directory at the front. (Bug#2791)
6625
6626 * paths.el (Info-default-directory-list): Make it a defcustom,
6627 mainly so that we can use custom-initialize-delay.
6628
6629 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * subr.el (buffer-has-markers-at): Mark obsolete.
6632
6633 * subr.el (lambda): Use declare.
6634
6635 * emacs-lisp/lisp-mode.el (lambda):
6636 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6637
6638 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6639
6640 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6641
6642 2012-05-26 Glenn Morris <rgm@gnu.org>
6643
6644 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6645
6646 2012-05-25 Glenn Morris <rgm@gnu.org>
6647
6648 * paths.el: Remove no-byte-compile.
6649 * loadup.el: No need to load paths.el uncompiled.
6650
6651 * image.el (imagemagick-types-inhibit): Doc fix.
6652
6653 * version.el: Remove no-byte-compile and associated formatting.
6654 * loadup.el: No need to load version.el uncompiled. AFAICS, this
6655 is ancient code from when there was an "inc-vers.el".
6656
6657 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * progmodes/gdb-mi.el: Minor style changes.
6660 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6661 Turn into minor modes.
6662 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6663 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6664 (gdb-shell): Remove unneeded let-binding.
6665 (gdb-get-many-fields): Eliminate O(n²) behavior.
6666
6667 2012-05-25 Eli Zaretskii <eliz@gnu.org>
6668
6669 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6670 platforms that don't link in fontset.c.
6671
6672 2012-05-25 Juri Linkov <juri@jurta.org>
6673
6674 Use the same diff color scheme as in modern VCSes (bug#10181).
6675
6676 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6677 to avoid confusion with `diff-added' that now uses green colors.
6678 (diff-removed): Use shades of red.
6679 (diff-added): Use shades of green.
6680 (diff-changed): Leave just the yellow color.
6681 (diff-use-changed-face): New variable.
6682 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6683 how to highlight context diff changes.
6684 (diff-refine-change): Use shades of yellow.
6685 (diff-refine-removed): New face that uses shades of red.
6686 (diff-refine-added): New face that uses shades of green.
6687 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6688 `diff-refine-removed' in the call to `smerge-refine-subst'
6689 depending on the value of `diff-use-changed-face'.
6690
6691 * vc/smerge-mode.el (smerge-mine): Use shades of red.
6692 (smerge-other): Use shades of green.
6693 (smerge-base): Use shades of yellow.
6694 (smerge-refined-change): Empty face.
6695 (smerge-refined-removed): New face that uses shades of red.
6696 (smerge-refined-added): New face that uses shades of green.
6697 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
6698 args `props-r' and `props-a', and use them. Doc fix.
6699 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6700 on its value use different faces `smerge-refined-change',
6701 `smerge-refined-removed', `smerge-refined-added' in the call to
6702 `smerge-refine-subst'.
6703
6704 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6705 Add face condition `min-colors 88' with shades of red.
6706 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6707 `min-colors 88' with shades of green.
6708 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6709 `min-colors 88' with shades of yellow.
6710
6711 2012-05-24 Glenn Morris <rgm@gnu.org>
6712
6713 * paths.el (prune-directory-list, remote-shell-program): Move to...
6714 * files.el (prune-directory-list, remote-shell-program): ...here.
6715 For the latter, delay initialization, prefer ssh, just search PATH.
6716
6717 * paths.el (term-file-prefix): Move to faces.el (the only user).
6718 * faces.el (term-file-prefix): Move here, make it a defcustom.
6719
6720 * paths.el (news-directory, news-path, news-inews-program):
6721 Move to gnus/nnspool.el.
6722
6723 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6724
6725 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6726 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6727 Make the latter a defcustom, with a delayed initialization.
6728
6729 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6730 These were deleted from Gnus itself late 2010.
6731
6732 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
6733
6734 * progmodes/which-func.el (which-func-ff-hook):
6735 Check against user-error, not error.
6736
6737 * emacs-lisp/edebug.el (top): Do not load or set up loading of
6738 cl-specs.el, which no longer exists.
6739
6740 2012-05-22 Glenn Morris <rgm@gnu.org>
6741
6742 * info.el (info-emacs-bug): New command.
6743 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6744 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6745
6746 2012-05-21 Glenn Morris <rgm@gnu.org>
6747
6748 * makefile.w32-in (update-subdirs-SH):
6749 * Makefile.in (update-subdirs): Update for moved update-subdirs.
6750
6751 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6754
6755 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6756 Simplify Maven regexp, and make sure the file can't start with a space
6757 (bug#11517).
6758
6759 2012-05-21 Glenn Morris <rgm@gnu.org>
6760
6761 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6762 Scrap superfluous subshells.
6763
6764 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
6767 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
6768
6769 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
6770
6771 * calc/calc.el (calc-ensure-consistent-units): New variable.
6772
6773 * calc/calc-units.el (math-consistent-units-p)
6774 (math-check-unit-consistency): New functions.
6775 (calc-quick-units, calc-convert-units):
6776 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
6777 is non-nil.
6778 (calc-extract-units): Fix typo.
6779
6780 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6783
6784 * textmodes/flyspell.el: Commenting style, plus code simplifications.
6785 (flyspell-default-deplacement-commands): Don't spell check after
6786 repeated window/frame switches (e.g. triggered by mouse-movement).
6787 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
6788 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
6789 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
6790 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
6791 Remove unused vars.
6792 (flyspell-get-casechars, flyspell-get-not-casechars):
6793 Simplify; Don't bother removing a ] just to add it back.
6794 * textmodes/ispell.el (ispell-program-name): Use executable-find.
6795
6796 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6797
6798 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6799 New functions.
6800 (math-function-table): Add support for more C functions.
6801
6802 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6803
6804 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6805 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6806 Protect delay handling for otherchars against empty otherchars.
6807
6808 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
6811 their respective macro declarations.
6812 * skeleton.el (define-skeleton):
6813 * progmodes/compile.el (define-compilation-mode):
6814 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
6815 (define-ibuffer-filter):
6816 * emacs-lisp/generic.el (define-generic-mode):
6817 * emacs-lisp/easy-mmode.el (define-minor-mode)
6818 (define-globalized-minor-mode):
6819 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
6820 * emacs-lisp/byte-run.el (defsubst):
6821 * custom.el (deftheme): Add doc-string metadata.
6822
6823 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6826
6827 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6830
6831 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
6832 * emacs-lisp/cl-macs.el: Idem.
6833 * emacs-lisp/cl-specs.el: Remove.
6834
6835 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 Minor renaming of internal CL functions and variables.
6838 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
6839 (cl--position): Rename from cl-position.
6840 (cl--delete-duplicates): Rename from cl-delete-duplicates.
6841 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
6842 (cl--random-state): Rename from *random-state*.
6843
6844 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
6847 parens around the arg list (bug#11499).
6848
6849 2012-05-17 Juri Linkov <juri@jurta.org>
6850
6851 * isearch.el (word-search-regexp, word-search-backward)
6852 (word-search-forward, word-search-backward-lax)
6853 (word-search-forward-lax): Move functions from search.c
6854 (bug#10145, bug#11381).
6855
6856 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6857
6858 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6859 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6860 Delay for otherchars as for normal word components.
6861
6862 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * minibuffer.el (completion--sifn-requote): Fix last change.
6865 (minibuffer-local-must-match-filename-map):
6866 Move define-obsolete-variable-alias before its var.
6867
6868 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6871
6872 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
6873 behavior.
6874 (completion--string-equal-p): New function.
6875 (completion--twq-all): Use it to get better assertion failure data.
6876
6877 Only handle ".." and '..' quoting in shell-mode (bug#11466).
6878 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
6879 (shell--requote-argument): New functions.
6880 (shell-completion-vars): Use them.
6881 (shell--parse-pcomplete-arguments): Rename from
6882 shell-parse-pcomplete-arguments.
6883 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
6884 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
6885 Obey comint-file-name-quote-list.
6886
6887 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6888 (smie-indent-keyword): Use it.
6889
6890 2012-05-14 Stefan Merten <smerten@oekonux.de>
6891
6892 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6893
6894 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6895
6896 * net/rlogin.el (rlogin-mode-map): Fix last change.
6897
6898 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
6899
6900 * mail/smtpmail.el (smtpmail-send-command): Send the command and
6901 the following \r\n using a single `process-send-string', since the
6902 Lotus SMTP server refuses to accept any commands if they are sent
6903 with two `process-send-string's (Bug#11444).
6904
6905 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6906
6907 * shell.el (shell-parse-pcomplete-arguments):
6908 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
6909
6910 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6911
6912 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
6913 (image-transform-scale, image-transform-right-angle-fudge): New vars.
6914 (image-transform-width, image-transform-fit-width): New functions.
6915 (image-transform-properties): Use them.
6916 (image-transform-check-size): New function.
6917 (image-toggle-display-image): Use it (for testing).
6918 (image-transform-set-rotation): Reduce angle mod 360.
6919 Delete obsolete comment.
6920
6921 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6922
6923 * image-mode.el: Fix scaling (bug#11399).
6924 (image-transform-resize): Doc fix.
6925 (image-transform-properties): Default scale is 1 and height should
6926 be an integer.
6927
6928 2012-05-13 Johan Bockgård <bojohan@gnu.org>
6929
6930 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
6931 than hard-coding `car', to fix misbehavior when moving forward.
6932
6933 2012-05-13 Chong Yidong <cyd@gnu.org>
6934
6935 * emacs-lisp/tabulated-list.el (tabulated-list-format)
6936 (tabulated-list-entries, tabulated-list-padding)
6937 (tabulated-list-sort-key): Make permanent-local.
6938
6939 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
6940 (electric-buffer-list): Put electric buffer menu
6941 command descriptions in this docstring, instead of the docstring
6942 of electric-buffer-menu-mode. Code cleanups.
6943 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
6944 Electric-buffer-menu-mode.
6945 (electric-buffer-update-highlight): Minor code cleanup.
6946
6947 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
6948
6949 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
6950 (Bug#11447)
6951
6952 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 Move define-obsolete-variable-alias before the var's definition.
6955 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
6956 * tooltip.el (tooltip-hook):
6957 * textmodes/reftex-toc.el (reftex-toc-map):
6958 * textmodes/reftex-sel.el (reftex-select-label-map)
6959 (reftex-select-bib-map):
6960 * textmodes/reftex-index.el (reftex-index-map)
6961 (reftex-index-phrases-map):
6962 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
6963 * progmodes/meta-mode.el (meta-mode-map):
6964 * novice.el (disabled-command-hook):
6965 * loadhist.el (unload-hook-features-list):
6966 * frame.el (blink-cursor):
6967 * files.el (find-file-not-found-hooks, write-file-hooks)
6968 (write-contents-hooks):
6969 * emulation/tpu-edt.el (GOLD-map):
6970 * emacs-lock.el (emacs-lock-from-exiting):
6971 * emacs-lisp/generic.el (generic-font-lock-defaults):
6972 * emacs-lisp/chart.el (chart-map):
6973 * dos-fns.el (register-name-alist):
6974 * dired-x.el (dired-omit-files-p):
6975 * desktop.el (desktop-enable):
6976 * cus-edit.el (custom-mode-hook):
6977 * buff-menu.el (buffer-menu-mode-hook):
6978 * bookmark.el (bookmark-read-annotation-text-func)
6979 (bookmark-exit-hooks):
6980 * allout.el (allout-mode-deactivate-hook)
6981 (allout-exposure-change-hook, allout-structure-added-hook)
6982 (allout-structure-deleted-hook, allout-structure-shifted-hook):
6983 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
6984 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
6985 comes before the corresponding variable's definition.
6986
6987 2012-05-12 Chong Yidong <cyd@gnu.org>
6988
6989 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
6990 (Buffer-menu-mouse-select): Restore function (Bug#11459).
6991 (Buffer-menu-mode-map): Bind it.
6992 (Buffer-menu--pretty-name): Add a mouse-face property.
6993
6994 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
6997 (prolog-upper-case-string, prolog-lower-case-string)
6998 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
6999 (prolog-use-smie, prolog-smie-grammar): New vars.
7000 (prolog-smie-forward-token, prolog-smie-backward-token)
7001 (prolog-smie-rules): New funs.
7002 (prolog-comment-indent): Remove.
7003 (prolog-mode-variables): Use default comment indentation instead.
7004 Setup SMIE.
7005 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7006 (prolog-mode): Don't call them any more.
7007 (prolog-electric-colon, prolog-electric-dash)
7008 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7009
7010 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7011
7012 * minibuffer.el (completion--twq-all): Again, allow case differences.
7013
7014 * term.el: Move keymap initialization code to be more idiomatic.
7015 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7016 (term-terminal-menu): Move initialization into declaration.
7017 (term-escape-char): Let the user set it in her .emacs.
7018
7019 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7020 Provide SMIE-based indentation (not enabled by default yet).
7021 (sh-mode-map): Don't bind electric keys.
7022 Use electric-pair-mode instead of skeleton-pair.
7023 (sh-assignment-regexp): Fit within 80 columns.
7024 (sh-indent-supported): Specify actual shell name instead of boolean.
7025 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7026 (sh-maybe-here-document): Use it. Make obsolete.
7027 (sh-electric-here-document-mode) New minor mode.
7028 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7029 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7030 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7031 (sh-smie-rc-grammar, sh-use-smie): New vars.
7032 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7033 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7034 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7035 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7036 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7037 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7038 (sh-set-shell): Use smie-setup if requested.
7039
7040 * term.el (term-set-escape-char): Properly set term-escape-char.
7041 See http://stackoverflow.com/questions/10524656.
7042
7043 2012-05-10 Chong Yidong <cyd@gnu.org>
7044
7045 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7046 Use url-generic-parse-url, and handle host names and Windows
7047 filenames properly.
7048 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7049 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7050 URL schemes to work on.
7051 (ffap--toggle-read-only): New function.
7052 (ffap-read-only, ffap-read-only-other-window)
7053 (ffap-read-only-other-frame): Use it.
7054 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7055 necessary for ffap-url-unwrap-remote.
7056
7057 2012-05-10 Dave Abrahams <dave@boostpro.com>
7058
7059 * cus-start.el (create-lockfiles): Add it.
7060
7061 2012-05-09 Chong Yidong <cyd@gnu.org>
7062
7063 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7064 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7065
7066 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7069
7070 2012-05-09 Chong Yidong <cyd@gnu.org>
7071
7072 * ansi-color.el (ansi-color-process-output): Check for validity of
7073 comint-last-output-start before using it. This avoids a bad
7074 interaction with gdb-mi's input/output buffer.
7075
7076 2012-05-09 Glenn Morris <rgm@gnu.org>
7077
7078 * files.el (dir-locals-read-from-file):
7079 Mention dir-locals in any error message.
7080
7081 2012-05-09 Chong Yidong <cyd@gnu.org>
7082
7083 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7084 package (Bug#11410).
7085
7086 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7087 variables into description.
7088
7089 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7092 shell-delimiter-argument-list (bug#11348).
7093 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7094
7095 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7096
7097 * textmodes/rst.el: Silence byte-compiler warnings.
7098 (rst-re-alist, rst-reset-section-caches): Move around.
7099 (rst-re): Use `characterp', not `char-valid-p'.
7100 (font-lock-beg, font-lock-end): Declare.
7101
7102 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7103 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7104
7105 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7106
7107 2012-05-08 Glenn Morris <rgm@gnu.org>
7108
7109 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7110
7111 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * vc/log-edit.el: Add GNU coding standards highlighting.
7114 (log-edit-font-lock-gnu-style)
7115 (log-edit-font-lock-gnu-keywords): New vars.
7116 (log-edit-font-lock-keywords): New fun.
7117 (log-edit-mode): Don't fold case in font-lock.
7118 (log-edit-font-lock-keywords): Do not assume case-folding.
7119
7120 * imenu.el: Misc cleanup. Make docstrings out of comments.
7121 Use lexical-binding.
7122 (imenu--index-alist, imenu--last-menubar-index-alist)
7123 (imenu-menubar-modified-tick): Use defvar-local.
7124 (imenu--split-menu): Remove unused var.
7125 (imenu--cleanup-seen): Declare as global.
7126 (imenu--cleanup): Use dolist.
7127
7128 * subr.el (defvar-local): Add debug spec and doc-string position.
7129
7130 2012-05-08 Glenn Morris <rgm@gnu.org>
7131
7132 * language/burmese.el, language/cham.el, language/czech.el:
7133 * language/english.el, language/georgian.el, language/greek.el:
7134 * language/japanese.el, language/khmer.el, language/korean.el:
7135 * language/lao.el, language/misc-lang.el, language/romanian.el:
7136 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7137 * language/thai.el, language/utf-8-lang.el:
7138 Remove no-byte-compile setting.
7139
7140 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7141
7142 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7143
7144 * progmodes/make-mode.el (makefile-browse):
7145 Remove unnecessary interactive. (Bug#11324)
7146
7147 2012-05-07 Glenn Morris <rgm@gnu.org>
7148
7149 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7150
7151 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7152
7153 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * loadup.el: Preload newcomment.el.
7156 * newcomment.el: Move autoload-only code to toplevel.
7157
7158 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7159 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7160 Handle new :right-align column property.
7161 (tabulated-list-print-col): Idem, plus use `display' text-property to
7162 try and preserve alignment for variable pitch fonts.
7163
7164 2012-05-07 Chong Yidong <cyd@gnu.org>
7165
7166 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7167 (tabulated-list-use-header-line): New var.
7168 (tabulated-list-init-header): Use it.
7169 (tabulated-list-print-fake-header): New function.
7170 (tabulated-list-print): Use it.
7171 (tabulated-list-sort-button-map): Add non-header-line commands.
7172 (tabulated-list-init-header): Add column name property to basic
7173 labels as well.
7174 (tabulated-list-col-sort): Handle non-header-line button case.
7175 (tabulated-list--sort-by-column-name): Fix a corner case.
7176
7177 * buff-menu.el (list-buffers--refresh):
7178 Handle Buffer-menu-use-header-line.
7179
7180 2012-05-06 Chong Yidong <cyd@gnu.org>
7181
7182 * buff-menu.el: Convert to Tabulated List mode.
7183 (Buffer-menu-buffer+size-width): Make obsolete.
7184 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7185 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7186 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7187 documentation into docstring of buffer-menu.
7188 (Buffer-menu-toggle-files-only): Add an informative message.
7189 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7190 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7191 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7192 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7193 (Buffer-menu-execute, Buffer-menu-select)
7194 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7195 (Buffer-menu-bury): Use Tabulated List machinery.
7196 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7197 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7198 Delete.
7199 (list-buffers--refresh): New function.
7200 (list-buffers-noselect): Use it.
7201 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7202 (Buffer-menu--pretty-file-name): New helper functions.
7203
7204 * loadup.el: Preload tabulated-list.
7205
7206 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7207 tabulated-list-sort-column.
7208 (tabulated-list-init-header): Add the initial aligning space even
7209 if tabulated-list-padding is zero.
7210
7211 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7212
7213 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7214 whose cdr is not a cons cell correctly (bug#11038).
7215
7216 2012-05-06 Chong Yidong <cyd@gnu.org>
7217
7218 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7219 Accept additional plist in column descriptors.
7220 (tabulated-list-init-header): Obey it.
7221 (tabulated-list-get-entry): New function.
7222 (tabulated-list-put-tag): Use it. Use string-width instead of
7223 length.
7224 (tabulated-list--column-number): New function.
7225 (tabulated-list-print): Use it.
7226 (tabulated-list-print-col): New function.
7227 Set `tabulated-list-column-name' property on each column's text.
7228 (tabulated-list-print-entry): Use it.
7229 (tabulated-list-delete-entry, tabulated-list-set-col):
7230 New functions.
7231 (tabulated-list-sort-column): New command (Bug#11337).
7232
7233 * buff-menu.el (list-buffers): Move C-x C-b binding from
7234 buff-menu.el to bindings.el.
7235
7236 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7237 :advertised-binding feature.
7238
7239 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7240
7241 * progmodes/compile.el (compilation-internal-error-properties):
7242 Calculate start position correctly when end-col is set but
7243 end-line is not (Bug#11382).
7244
7245 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7246
7247 * man.el (Man-unindent): Use text-property-default-nonsticky to
7248 prevent untabify from inheriting face properties (Bug#11408).
7249
7250 2012-05-05 Stefan Merten <smerten@oekonux.de>
7251
7252 * textmodes/rst.el: Major merge with upstream development up to
7253 Docutils SVN r7399 / rst.el V1.2.1.
7254
7255 Clarify maintainership and authors.
7256
7257 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7258 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7259 (rst-official-version, rst-official-cvs-rev, rst-version)
7260 (rst-package-emacs-version-alist): New functions and variables
7261 for version information.
7262
7263 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7264 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7265 (rst-mode-syntax-table, rst-mode): New and corrected functions
7266 and variables representing reStructuredText features.
7267
7268 (rst-re): New function for reStructuredText regexes. Use in
7269 many places.
7270
7271 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7272 (rst-mode-map): Rebind keys.
7273
7274 (rst-mode-lazy, rst-font-lock-keywords)
7275 (rst-font-lock-extend-region)
7276 (rst-font-lock-extend-region-internal)
7277 (rst-font-lock-extend-region-extend)
7278 (rst-font-lock-find-unindented-line-limit)
7279 (rst-font-lock-find-unindented-line-match)
7280 (rst-adornment-level, rst-font-lock-adornment-level)
7281 (rst-font-lock-adornment-match)
7282 (rst-font-lock-handle-adornment-pre-match-form)
7283 (rst-font-lock-handle-adornment-matcher): Major revision of
7284 font-locking. Integrate with other code. Use `jit-lock-mode'.
7285
7286 (rst-preferred-adornments, rst-adjust-hook)
7287 (rst-new-adornment-down, rst-preferred-bullets)
7288 (rst-preferred-bullets, rst-indent, rst-indent-width)
7289 (rst-indent-field, rst-indent-literal-normal)
7290 (rst-indent-literal-minimized, rst-indent-comment): Change,
7291 extend and improve customization.
7292
7293 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7294 (rst-normalize-cursor-position, rst-get-decoration)
7295 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7296 (rst-rstrip, rst-toc-insert-find-delete-contents)
7297 (rst-shift-fill-region, rst-compute-bullet-tabs)
7298 (rst-debug-print-tabs, rst-debug-mark-found)
7299 (rst-shift-region-guts, rst-shift-region-right)
7300 (rst-shift-region-left, rst-use-char-classes)
7301 (rst-font-lock-keywords-function)
7302 (rst-font-lock-indentation-point)
7303 (rst-font-lock-find-unindented-line-begin)
7304 (rst-font-lock-find-unindented-line-end)
7305 (rst-font-lock-find-unindented-line)
7306 (rst-font-lock-adornment-point, rst-font-lock-level)
7307 (rst-adornment-level-alist): Remove functions and variables.
7308
7309 (rst-compare-adornments, rst-get-adornment-match)
7310 (rst-suggest-new-adornment, rst-get-adornments-around)
7311 (rst-adornment-complete-p, rst-get-next-adornment)
7312 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7313 (rst-straighten-adornments): Standardize function names to
7314 use "adornment" instead of "decoration". Correct callers.
7315 Similar standardizing in many places.
7316
7317 (rst-update-section, rst-adjust, rst-promote-region)
7318 (rst-enumerate-region, rst-bullet-list-region)
7319 (rst-repeat-last-character): Correct use of `interactive'.
7320
7321 (rst-classify-adornment, rst-find-all-adornments)
7322 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7323 (rst-find-leftmost-column, rst-repeat-last-character):
7324 Refactor functions.
7325
7326 (rst-find-title-line, rst-reset-section-caches)
7327 (rst-get-adornments-around, rst-adjust-adornment-work)
7328 (rst-arabic-to-roman, rst-roman-to-arabic)
7329 (rst-insert-list-pos, rst-insert-list-new-item)
7330 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7331 New functions.
7332
7333 (rst-all-sections, rst-section-hierarchy)
7334 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7335 New variables.
7336
7337 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7338 configuration instead of only buffer. Change where necessary.
7339
7340 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7341 (rst-shift-region, rst-adaptive-fill): New functions for
7342 indentation and filling.
7343
7344 (rst-comment-line-break, rst-comment-indent)
7345 (rst-comment-insert-comment, rst-comment-region)
7346 (rst-uncomment-region): New functions for handling comments.
7347
7348 (rst-compile): Quote shell arguments.
7349
7350 (rst-compile-pdf-preview, rst-compile-slides-preview):
7351 Delete temporary files after use.
7352
7353 2012-05-05 Glenn Morris <rgm@gnu.org>
7354
7355 * calendar/cal-html.el: Optionally include holidays in the output.
7356 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7357 (cal-html-holidays): New option.
7358 (cal-html-css-default): Add holiday entry.
7359 (holiday-in-range): Autoload it.
7360 (cal-html-htmlify-entry): Add optional class argument.
7361 (cal-html-htmlify-list): Add optional holidays argument.
7362 (cal-html-insert-agenda-days): Include holidays in the output.
7363 (cal-html-one-month): Maybe include holidays.
7364
7365 * calendar/holidays.el (holiday-in-range):
7366 Move here from cal-tex-list-holidays.
7367 * calendar/cal-tex.el (cal-tex-list-holidays):
7368 Make it an obsolete alias for holiday-in-range. Update all callers.
7369
7370 2012-05-05 Chong Yidong <cyd@gnu.org>
7371
7372 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7373 Nextstep.
7374
7375 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7376
7377 * files.el (file-auto-mode-skip): New var.
7378 (set-auto-mode-1): Use it.
7379
7380 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * repeat.el: Use lexical-binding.
7383 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7384 (repeat-undo-count): Remove.
7385 (repeat):
7386 * progmodes/octave-mod.el (octave-abbrev-start):
7387 * progmodes/f90.el (f90-abbrev-start):
7388 * face-remap.el (text-scale-adjust):
7389 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7390
7391 * emacs-lisp/pcase.el (pcase--let*): New function.
7392 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7393 a bit more.
7394 (pcase--split-pred): Be more clever about ruling out overlap between
7395 a predicate and some constant pattern.
7396 (pcase--q1): Use `null' instead of (eq foo nil).
7397
7398 * subr.el (setq-local, defvar-local): New macros.
7399 (kbd): Redefine as an alias.
7400 (with-selected-window): Leave unrelated frames alone.
7401 (set-temporary-overlay-map): New function.
7402
7403 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * subr.el (user-error): New function.
7406 * window.el (switch-to-buffer):
7407 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7408 (smerge-match-conflict):
7409 * simple.el (previous-matching-history-element)
7410 (next-matching-history-element, goto-history-element, undo-more)
7411 (undo-start):
7412 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7413 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7414 (next-file, tags-loop-scan, list-tags, complete-tag):
7415 * progmodes/compile.el (compilation-loop):
7416 * mouse.el (mouse-minibuffer-check):
7417 * man.el (Man-bgproc-sentinel, Man-goto-page):
7418 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7419 (Info-history-forward, Info-follow-reference, Info-menu)
7420 (Info-extract-menu-item, Info-extract-menu-counting)
7421 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7422 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7423 (Info-next-reference, Info-prev-reference, Info-index)
7424 (Info-index-next, Info-follow-nearest-node)
7425 (Info-copy-current-node-name):
7426 * imenu.el (imenu--make-index-alist)
7427 (imenu-default-create-index-function, imenu-add-to-menubar):
7428 * files.el (basic-save-buffer, recover-file):
7429 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7430 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7431 (checkdoc-message-text, checkdoc-defun):
7432 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7433 * cus-edit.el (customize-changed-options, customize-rogue)
7434 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7435 (custom-variable-mark-to-reset-standard)
7436 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7437 (custom-file):
7438 * completion.el (check-completion-length):
7439 * comint.el (comint-search-arg)
7440 (comint-previous-matching-input-string-position)
7441 (comint-previous-matching-input)
7442 (comint-replace-by-expanded-history-before-point, comint-send-input)
7443 (comint-copy-old-input, comint-backward-matching-input)
7444 (comint-goto-process-mark, comint-set-process-mark):
7445 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7446 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7447
7448 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7449
7450 * dabbrev.el (dabbrev--ignore-case-p): New function.
7451 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7452 Use it.
7453
7454 * files.el (automount-dir-prefix): Mark as obsolete.
7455
7456 2012-05-04 Glenn Morris <rgm@gnu.org>
7457
7458 * patcomp.el, play/bruce.el: Move to obsolete/.
7459
7460 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7461
7462 Fix minor Y10k bugs.
7463 * arc-mode.el (archive-unixdate):
7464 * autoinsert.el (auto-insert-alist):
7465 * calc/calc-forms.el (math-this-year):
7466 * emacs-lisp/copyright.el (copyright-current-year)
7467 (copyright-update-year, copyright):
7468 * tar-mode.el (tar-clip-time-string):
7469 * time.el (display-time-update):
7470 Don't assume years have 4 digits.
7471
7472 2012-05-04 Chong Yidong <cyd@gnu.org>
7473
7474 * dos-w32.el (file-name-buffer-file-type-alist)
7475 (direct-print-region-use-command-dot-com):
7476 * ffap.el (ffap-menu-regexp):
7477 * find-file.el (ff-special-constructs):
7478 * follow.el (follow-debug):
7479 * forms.el (forms--debug):
7480 * iswitchb.el (iswitchb-all-frames):
7481 * ido.el (ido-all-frames):
7482 * emacs-lisp/timer.el (timer-max-repeats):
7483 * mail/feedmail.el (feedmail-mail-send-hook)
7484 (feedmail-mail-send-hook-queued):
7485 * mail/footnote.el (footnote-signature-separator):
7486 * mail/mailabbrev.el (mail-alias-separator-string)
7487 (mail-abbrev-mode-regexp):
7488 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7489 * progmodes/idlwave.el (idlwave-libinfo-file)
7490 (idlwave-default-completion-case-is-down)
7491 (idlwave-library-routines): Convert defvars to defcustoms.
7492
7493 * mail/rmail.el (rmail-decode-mime-charset):
7494 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7495 (idlwave-shell-fix-inserted-breaks)
7496 (idlwave-shell-activate-alt-keybindings)
7497 (idlwave-shell-use-breakpoint-glyph):
7498 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7499
7500 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7503
7504 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7505
7506 * progmodes/verilog-mode.el (font-lock-keywords):
7507 Fix mis-highligting auto. Reported by Craig Barner.
7508 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7509 defines from global name space. Reported by Dan Dever.
7510 (verilog-auto-reset, verilog-auto-reset-widths)
7511 (verilog-auto-tieoff): Support using unbased numbers for
7512 AUTORESET and AUTOTIEOFF.
7513 (verilog-submit-bug-report): Update variable list.
7514 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7515 parenthesis from not matching. Reported by Michael Rytting.
7516 (verilog-auto-template-lint): Fix hash error when linting modules
7517 with no used templates.
7518 (verilog-warn, verilog-warn-error)
7519 (verilog-warn-fatal): When non-interactive report multiple
7520 warnings before exiting. Suggested by Brad Dobbie.
7521 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7522 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7523 to report unused template errors. Reported by Brad Dobbie.
7524 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
7525 nets, bug438. Reported by Vns Blore.
7526 (verilog-auto-inout-module, verilog-auto-reg)
7527 (verilog-read-decls, verilog-read-sub-decls-sig)
7528 (verilog-signals-edit-wire-reg, verilog-signals-with):
7529 Fix passing of Verilog data types in ANSI input/output ports
7530 such as "output logic" into the AUTOs. Special case "wire" and
7531 "reg" for backwards compatibility presuming Verilog 2001.
7532 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7533 (verilog-preprocess): Fix replication of preprocess output.
7534 Reported by Brad Dobbie.
7535 (verilog-auto-inst-interfaced-ports):
7536 Create verilog-auto-inst-interfaced-ports, bug429.
7537 Reported by Julian Gorfajn.
7538 (verilog-after-save-font-hook)
7539 (verilog-before-save-font-hook): New variable.
7540 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7541 (verilog-save-font-mods): Wrap disabling fontification, reported
7542 by David Rogoff.
7543 (verilog-do-indent, verilog-pretty-declarations-auto)
7544 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7545 Reported by Pierre-David Pfister.
7546 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7547 of class declarations, bug292. Reported by Kevin Heilman.
7548 (verilog-read-decls): Fix 'parameter type' not appearing in
7549 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7550 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
7551 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
7552 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7553 Reported by David Kravitz.
7554
7555 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
7556
7557 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7558 assignment with tests in ifs and for loops.
7559 (verilog-extended-complete-re, verilog-complete-reg): Change so
7560 that DPI inport functions don't look like fuction declarations.
7561 (verilog-pretty-expr): Don't line up assignment
7562 operations to the test and increment in if and for loops
7563 (verilog-extended-complete-re, verilog-complete-reg): Change so
7564 that DPI inport functions don't look like fuction declarations.
7565
7566 2012-05-03 Kenichi Handa <handa@m17n.org>
7567
7568 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
7569 decoding, and show a warning message without signaling an error
7570 (Bug#11282).
7571
7572 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * emacs-lisp/bytecomp.el
7575 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7576 since cconv.el might have introduced :fun-body, internal-make-closure,
7577 and friends for bytecomp to handle (bug#11391).
7578 * custom.el (defcustom): Avoid ((λ ..) ..).
7579
7580 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7583
7584 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
7585
7586 * notifications.el (dbus-debug):
7587 * term/linux.el (gpm-mouse-enable):
7588 * term/screen.el (xterm-register-default-colors): Declare.
7589
7590 2012-05-02 Chong Yidong <cyd@gnu.org>
7591
7592 * cus-start.el (gc-cons-percentage, exec-suffixes)
7593 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7594 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7595 (make-cursor-line-fully-visible, void-text-area-pointer)
7596 (font-list-limit): Add customization data.
7597
7598 * allout.el (allout-exposure-change-functions)
7599 (allout-structure-added-functions)
7600 (allout-structure-deleted-functions)
7601 (allout-structure-shifted-functions): Rename abnormal hooks from
7602 *-hook, and convert to defcustoms.
7603 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7604 Convert to defcustoms.
7605 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7606
7607 * allout-widgets.el: Hook callers changed.
7608
7609 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7610
7611 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7612 the yanked message in preference to the default value of
7613 buffer-file-coding-system.
7614
7615 2012-05-02 Martin Rudalics <rudalics@gmx.at>
7616
7617 * window.el (display-buffer--action-function-custom-type):
7618 Fix entry.
7619
7620 2012-05-02 Alan Mackenzie <acm@muc.de>
7621
7622 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7623
7624 2012-05-01 Glenn Morris <rgm@gnu.org>
7625
7626 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7627
7628 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7629
7630 * cus-edit.el (custom-variable-documentation): Simplify with format.
7631
7632 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7633 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * simple.el (suggest-key-bindings, execute-extended-command):
7636 Move from keyboard.c.
7637
7638 2012-05-01 Chong Yidong <cyd@gnu.org>
7639
7640 * follow.el: Eliminate advice.
7641 (set-process-filter, process-filter, sit-for): Advice deleted.
7642 (follow-mode-off-hook): Obsolete hook removed.
7643 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7644 Vars deleted.
7645 (follow-auto): Use a :set function.
7646 (follow-mode): Rewritten. Don't advise process filters.
7647 (follow-switch-to-current-buffer-all, follow-scroll-up)
7648 (follow-scroll-down): Assume follow-mode is bound.
7649 (follow-comint-scroll-to-bottom)
7650 (follow-align-compilation-windows): New functions.
7651 (follow--window-sorter): New function.
7652 (follow-all-followers): Use it to explicitly sort windows by their
7653 positions; don't make assumptions about next-window order.
7654 (follow-windows-start-end, follow-delete-other-windows-and-split)
7655 (follow-calc-win-start): Doc fix.
7656 (follow-windows-aligned-p, follow-select-if-visible): Don't call
7657 vertical-motion unnecessarily.
7658 (follow-adjust-window): New function.
7659 (follow-post-command-hook): Use it.
7660 (follow-call-set-process-filter, follow-call-process-filter)
7661 (follow-intercept-process-output, follow-tidy-process-filter-alist)
7662 (follow-stop-intercept-process-output, follow-generic-filter):
7663 Functions deleted.
7664 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
7665 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7666 New functions, replacing advice on scroll-bar-* commands.
7667 (follow-mwheel-scroll): New function (Bug#4112).
7668
7669 * comint.el (comint-adjust-point): New function.
7670 (comint-postoutput-scroll-to-bottom): Use it.
7671 Call follow-comint-scroll-to-bottom for Follow mode buffers.
7672
7673 2012-05-01 Glenn Morris <rgm@gnu.org>
7674
7675 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7676 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7677 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7678 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7679 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7680 Remove no-byte-compile setting.
7681
7682 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7683
7684 * minibuffer.el (completion-table-with-quoting): Fix compatibility
7685 all-completions code to not return a number in the last cdr.
7686
7687 2012-04-30 Leo Liu <sdl.web@gmail.com>
7688
7689 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7690 read-only error.
7691
7692 2012-04-29 Chong Yidong <cyd@gnu.org>
7693
7694 * follow.el (follow-calc-win-end): Rewrite to handle partial
7695 screen lines correctly (Bug#8390).
7696 (follow-avoid-tail-recenter): Minor cleanup.
7697
7698 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 Avoid the obsolete `assoc' package.
7701 * speedbar.el (speedbar-refresh): Avoid adelete.
7702 (speedbar-file-lists): Simplify and avoid aput.
7703 * man.el (Man--sections, Man--refpages): New vars, replacing
7704 Man-sections-alist and Man-refpages-alist.
7705 (Man-build-section-alist, Man-build-references-alist):
7706 Use them; avoid aput.
7707 (Man--last-section, Man--last-refpage): New vars.
7708 (Man-follow-manual-reference): Use them.
7709 Use the `default' arg of completing-read.
7710 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
7711
7712 2012-04-27 Chong Yidong <cyd@gnu.org>
7713
7714 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7715
7716 * startup.el (x-apply-session-resources): New function.
7717
7718 * term/ns-win.el (ns-initialize-window-system):
7719 * term/w32-win.el (w32-initialize-window-system):
7720 * term/x-win.el (x-initialize-window-system): Use it to properly
7721 set menu-bar-mode and other vars from X resources, even if the
7722 initial frame is not a window-system frame (Bug#2299).
7723
7724 * subr.el (read-key): Avoid running filter function when setting
7725 up temporary tool bar entries (Bug#9922).
7726
7727 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7728
7729 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7730 (Bug#11344)
7731
7732 2012-04-27 Chong Yidong <cyd@gnu.org>
7733
7734 * select.el (xselect--encode-string): New function, split from
7735 xselect-convert-to-string.
7736 (xselect-convert-to-string): Use it.
7737 (xselect-convert-to-filename, xselect-convert-to-os)
7738 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7739 returned strings are properly encoded (Bug#11315).
7740
7741 2012-04-27 Chong Yidong <cyd@gnu.org>
7742
7743 * simple.el (delete-active-region): Move to killing custom group.
7744
7745 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7746
7747 * progmodes/which-func.el (which-func-current): Quote %
7748 characters for mode-line processing.
7749
7750 2012-04-27 Chong Yidong <cyd@gnu.org>
7751
7752 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7753 reaching eob (Bug#11286).
7754
7755 2012-04-27 Eli Zaretskii <eliz@gnu.org>
7756
7757 * progmodes/gdb-mi.el (gdb-control-level): New variable.
7758 (gdb): Make it buffer-local and init to zero.
7759 (gdb-control-commands-regexp): New variable.
7760 (gdb-send): Don't wrap in "-interpreter-exec console" if
7761 gdb-control-level is positive. Increment gdb-control-level
7762 whenever the command matches gdb-control-commands-regexp, and
7763 decrement it each time the command is "end". (Bug#11279)
7764
7765 2012-04-27 Martin Rudalics <rudalics@gmx.at>
7766
7767 * window.el (adjust-window-trailing-edge, enlarge-window)
7768 (shrink-window, window-resize):
7769 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
7770 windows (Bug#11276).
7771
7772 2012-04-27 Chong Yidong <cyd@gnu.org>
7773
7774 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
7775 fix "missing prefix" warning. All callers changed.
7776
7777 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * emacs-lisp/assoc.el: Move to obsolete/.
7780
7781 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
7784
7785 * term/ns-win.el (ns-define-service):
7786 * progmodes/pascal.el (pascal-goto-defun):
7787 * progmodes/js.el (js--read-tab):
7788 * progmodes/etags.el (tags-lazy-completion-table):
7789 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
7790 * emacs-lisp/ewoc.el (ewoc--wrap):
7791 * emacs-lisp/assoc.el (aput, adelete, amake):
7792 * doc-view.el (doc-view-convert-current-doc):
7793 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
7794
7795 2012-04-26 Chong Yidong <cyd@gnu.org>
7796
7797 * image.el (image-type-from-buffer): Only return supported image
7798 type (Bug#9045).
7799
7800 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
7801 value, for symmetry with diff-end-of-hunk.
7802 (diff-split-hunk, diff-find-source-location)
7803 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
7804 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
7805 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
7806 compute the relevant hunk or file properly (Bug#6005).
7807 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
7808
7809 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * vc/vc-mtn.el:
7812 * vc/vc-hg.el:
7813 * vc/vc-git.el:
7814 * vc/vc-dir.el:
7815 * vc/vc-cvs.el:
7816 * vc/vc-bzr.el:
7817 * vc/vc-arch.el:
7818 * vc/vc.el: Replace lexical-let by lexical-binding.
7819 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
7820 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
7821 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
7822
7823 2012-04-26 Chong Yidong <cyd@gnu.org>
7824
7825 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7826 (diff-mode-shared-map): Bind it to / and [remap undo].
7827
7828 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
7829 (ediff-window-setup-function): Use it as the default, to set up
7830 windows based on whether the current frame is graphical (Bug#2138).
7831 (ediff-choose-window-setup-function-automatically): Make obsolete.
7832
7833 * vc/ediff-init.el: Always define ediff-pixel-width/height.
7834
7835 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7836
7837 * ffap.el: Remove old code for obsolete package.
7838 (ffap-complete-as-file-p): Remove.
7839
7840 Use completion-table-with-quoting for comint and pcomplete.
7841 * comint.el (comint--unquote&requote-argument)
7842 (comint--unquote-argument, comint--requote-argument): New functions.
7843 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
7844 (comint-quote-filename): Use regexp-opt-charset.
7845 (comint--common-suffix, comint--common-quoted-suffix)
7846 (comint--table-subvert): Remove.
7847 (comint-unquote-function, comint-requote-function): New vars.
7848 (comint--complete-file-name-data): Use them with
7849 completion-table-with-quoting.
7850 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
7851 * pcomplete.el (pcomplete-arg-quote-list)
7852 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
7853 (pcomplete-unquote-argument-function): Default to non-nil.
7854 (pcomplete-unquote-argument): Simplify.
7855 (pcomplete--common-quoted-suffix): Remove.
7856 (pcomplete-requote-argument-function): New var.
7857 (pcomplete--common-suffix): New function.
7858 (pcomplete-completions-at-point): Use completion-table-with-quoting
7859 and completion-table-subvert.
7860
7861 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
7862 (minibuffer--double-dollars): Preserve properties.
7863 (completion--sifn-requote): New function.
7864 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
7865
7866 * minibuffer.el: Add support for completion of quoted/escaped data.
7867 (completion-table-with-quoting, completion-table-subvert): New funs.
7868 (completion--twq-try, completion--twq-all): New functions.
7869 (completion--nth-completion): New function.
7870 (completion-try-completion, completion-all-completions): Use it.
7871
7872 2012-04-25 Leo Liu <sdl.web@gmail.com>
7873
7874 * progmodes/python.el (python-pdbtrack-get-source-buffer):
7875 Use compilation-message if available to find real filename.
7876
7877 2012-04-25 Chong Yidong <cyd@gnu.org>
7878
7879 * vc/diff-mode.el (diff-setup-whitespace): New function.
7880 (diff-mode): Use it.
7881
7882 * vc/diff.el (diff-sentinel):
7883 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
7884 Whitespace mode variables based on diff style (Bug#8612).
7885
7886 2012-04-25 Leo Liu <sdl.web@gmail.com>
7887
7888 * progmodes/python.el (python-send-region): Add suffix .py to the
7889 temp file.
7890
7891 * files.el (auto-mode-alist): Use javascript-mode instead.
7892
7893 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
7894
7895 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
7896
7897 * net/soap-client.el (soap-resolve-references-for-sequence-type)
7898 (soap-resolve-references-for-array-type): Hack to prevent self
7899 references, see Bug#9.
7900 (soap-parse-envelope): Report the contents of the 'detail' node
7901 when receiving a fault reply.
7902 (soap-parse-envelope): Report the contents of the entire 'detail' node.
7903
7904 * net/soap-inspect.el (soap-sample-value-for-simple-type)
7905 (soap-inspect-simple-type): New function.
7906
7907 * net/soap-client.el (soap-simple-type): New struct.
7908 (soap-default-xsd-types, soap-default-soapenc-types)
7909 (soap-decode-basic-type, soap-encode-basic-type):
7910 support unsignedInt and double basic types.
7911 (soap-resolve-references-for-simple-type)
7912 (soap-parse-simple-type, soap-encode-simple-type): New function.
7913 (soap-parse-schema): Parse xsd:simpleType declarations.
7914
7915 * net/soap-client.el (soap-default-xsd-types)
7916 (soap-default-soapenc-types): Add integer, byte and anyURI types.
7917 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
7918 the local name of "soapenc:Array".
7919 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
7920 decoding integer, byte and anyURI xsd types.
7921
7922 2012-04-25 Chong Yidong <cyd@gnu.org>
7923
7924 * cus-edit.el (custom-buffer-create-internal): Update header text.
7925
7926 2012-04-25 Eli Zaretskii <eliz@gnu.org>
7927
7928 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
7929 settings on 'system-type', not on 'window-system'. On MS-Windows,
7930 set interactive-mode on in GDB.
7931
7932 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
7935 (ruby-syntax-propertize-regexp): Remove.
7936 (ruby-syntax-propertize-function): Split regexp into chunks.
7937 Match following code directly.
7938
7939 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
7940
7941 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
7942 (ruby-syntax-propertize-regexp): New function.
7943 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
7944 by a special keyword.
7945
7946 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
7947 (ruby-syntax-general-delimiters-goto-beg)
7948 (ruby-syntax-propertize-general-delimiters): New functions.
7949 (ruby-syntax-propertize-function): Use them to handle GDL.
7950 (ruby-font-lock-keywords): Move old handling of GDL...
7951 (ruby-font-lock-syntactic-keywords): .. to here.
7952 (ruby-calculate-indent): Adjust indentation for GDL.
7953
7954 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
7955
7956 * notifications.el (top): Remove unneeded declarations.
7957 (notifications-specification-version): Change to "1.2".
7958 (notifications-interface, notifications-notify-method)
7959 (notifications-close-notification-method): Fix docstring.
7960 (notifications-get-capabilities-method): New defconst.
7961 (notifications-notify): Add :action-items, :resident and
7962 :transient hints. Change "image_data" to "image-data" and
7963 "image_path" to "image-path".
7964 (notifications-get-capabilities): New defun.
7965
7966 2012-04-24 Leo Liu <sdl.web@gmail.com>
7967
7968 * progmodes/python.el: Move hideshow setup to the end.
7969
7970 2012-04-24 Martin Rudalics <rudalics@gmx.at>
7971
7972 * window.el (handle-select-window): Clear echo area since this is
7973 no more done by read_char (Bug#11304).
7974
7975 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
7978 and `/ M' to filter-derived-mode.
7979 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
7980 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7981 (ibuffer-mark-by-mode): Use default rather than initial-input.
7982 (ibuffer-filter-by-derived-mode): Autoload and require-match.
7983
7984 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
7985
7986 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
7987 (ibuffer-filter-by-derived-mode): New filter.
7988 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
7989
7990 2012-04-23 Andreas Politz <politza@fh-trier.de>
7991
7992 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
7993
7994 2012-04-23 Chong Yidong <cyd@gnu.org>
7995
7996 * cus-edit.el (customize-apropos, customize-apropos-options):
7997 Disable matching of non-option variables (Bug#11176).
7998 (customize-option, customize-option-other-window)
7999 (customize-changed-options): Doc fix.
8000 (customize-apropos-options, customize-apropos-faces)
8001 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8002
8003 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8004 Fix word list splitting (Bug#11132).
8005 (apropos-symbol, apropos-keybinding, apropos-label)
8006 (apropos-property, apropos-function-button)
8007 (apropos-variable-button, apropos-misc-button): New faces.
8008 (apropos-symbol-face, apropos-keybinding-face)
8009 (apropos-label-face, apropos-property-face, apropos-match-face):
8010 Variables removed (Bug#8396).
8011 (apropos-library-button, apropos-format-plist, apropos-print)
8012 (apropos-print-doc, apropos-describe-plist): Callers changed.
8013
8014 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8015
8016 * net/xesam.el (xesam-mode-map): Use let-bound map in
8017 initialization. (Bug#11292)
8018
8019 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8020
8021 Preserve ispell session localwords when switching back to
8022 original buffer.
8023
8024 * textmodes/ispell.el (ispell-buffer-session-localwords):
8025 New buffer-local variable to hold buffer session localwords.
8026 (ispell-kill-ispell): Add option 'clear to delete session
8027 localwords.
8028 (ispell-command-loop, ispell-change-dictionary)
8029 (ispell-buffer-local-words): Preserve session localwords when
8030 needed.
8031
8032 * textmodes/flyspell.el (flyspell-process-localwords)
8033 (flyspell-do-correct): Preserve session localwords when needed.
8034
8035 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8036
8037 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8038 using obsolete `translation-table-for-input'.
8039 (ispell-word, ispell-process-line, ispell-complete-word):
8040 Use plain `insert' instead of removed `ispell-insert-word'.
8041
8042 2012-04-22 Chong Yidong <cyd@gnu.org>
8043
8044 * cus-edit.el (custom-variable-menu)
8045 (custom-variable-reset-saved, custom-face-menu)
8046 (custom-face-reset-saved): If there is no saved value, make the
8047 "reset-saved" operation bring back the default (Bug#9509).
8048 (custom-face-state): Properly detect themed faces.
8049
8050 * faces.el (face-spec-set): Stop supporting deprecated form of
8051 third arg.
8052
8053 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8054
8055 Move functions from C to Lisp. Make non-blocking method calls
8056 the default. Implement further D-Bus standard interfaces.
8057
8058 * net/dbus.el (dbus-message-internal): Declare function.
8059 Remove unneeded function declarations.
8060 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8061 (dbus-message-type-method-return, dbus-message-type-error)
8062 (dbus-message-type-signal): Declare variables. Remove local
8063 definitions.
8064 (dbus-interface-dbus, dbus-interface-peer)
8065 (dbus-interface-introspectable, dbus-interface-properties)
8066 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8067 Adapt docstring.
8068 (dbus-interface-objectmanager): New defconst.
8069 (dbus-call-method, dbus-call-method-asynchronously)
8070 (dbus-send-signal, dbus-method-return-internal)
8071 (dbus-method-error-internal, dbus-register-service)
8072 (dbus-register-signal, dbus-register-method): New defuns, moved
8073 from dbusbind.c
8074 (dbus-call-method-handler, dbus-setenv)
8075 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8076 New defuns.
8077 (dbus-call-method-non-blocking): Make it an obsolete function.
8078 (dbus-unregister-object, dbus-unregister-service)
8079 (dbus-handle-event, dbus-register-property)
8080 (dbus-property-handler): Obey the new structure of
8081 `bus-registered-objects'.
8082 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8083 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8084 Use `dbus-call-method'.
8085
8086 2012-04-22 Chong Yidong <cyd@gnu.org>
8087
8088 * cus-edit.el (custom-commands, custom-reset-menu)
8089 (Custom-reset-standard): Tweak labels.
8090 (custom-reset-button-menu): Change default to t.
8091 (custom-buffer-create-internal): For the custom-reset-button-menu
8092 case, put the revert button first.
8093 (custom-group-subtitle): New face.
8094 (custom-group-value-create): Align docstring to a specific column.
8095
8096 * wid-edit.el (widget-documentation-link-add): Don't handle
8097 indentation in this function.
8098 (widget-documentation-string-indent-to): New function.
8099 (widget-documentation-string-value-create): Use it.
8100
8101 * autorevert.el (auto-revert):
8102 * epg-config.el (epg):
8103 * ibuffer.el (ibuffer):
8104 * mpc.el (mpc):
8105 * ses.el (ses):
8106 * eshell/eshell.el (eshell):
8107 * net/ange-ftp.el (ange-ftp):
8108 * progmodes/ebnf2ps.el (postscript):
8109 * progmodes/flymake.el (flymake):
8110 * progmodes/prolog.el (prolog):
8111 * progmodes/verilog-mode.el (verilog-mode):
8112 * progmodes/which-func.el (which-func):
8113 * term/xterm.el (xterm):
8114 * textmodes/picture.el (picture):
8115 * textmodes/tildify.el (tildify):
8116 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8117 customization buffers.
8118
8119 2012-04-22 Alan Mackenzie <acm@muc.de>
8120
8121 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8122 Adding a ) can hide the resulting (..) from searches. Fix it.
8123 Bound the backward search to the position of the existing (.
8124
8125 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8126
8127 * progmodes/verilog-mode.el (verilog-mode): Check whether
8128 which-func-modes is t before adding verilog-mode.
8129 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8130
8131 2012-04-21 Leo Liu <sdl.web@gmail.com>
8132
8133 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8134
8135 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8136
8137 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8138 filling of the last column of a table (Bug#5635).
8139 (woman-find-next-control-line): New arg, specifying an additional
8140 regexp component for the control line.
8141 (woman2-roff-buffer): Use it.
8142 (woman-break-table): New function.
8143 (woman2-TS): Use it.
8144
8145 2012-04-21 Chong Yidong <cyd@gnu.org>
8146
8147 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8148 (woman-horizontal-escapes, woman-negative-vertical-space)
8149 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8150 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8151
8152 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8153
8154 * minibuffer.el (completion-file-name-table): Complete user names.
8155
8156 2012-04-20 Leo Liu <sdl.web@gmail.com>
8157
8158 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8159 and pcase-let*.
8160
8161 2012-04-20 Chong Yidong <cyd@gnu.org>
8162
8163 * server.el (server-execute): Respect initial-buffer-choice if it
8164 is a string and there are no files to open (Bug#2825).
8165 (server-create-window-system-frame, server-create-tty-frame):
8166 Don't switch buffers here.
8167 (server-process-filter): Only try to open a window system frame if
8168 compiled with graphical support (Bug#8314).
8169
8170 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8171
8172 * battery.el (battery-echo-area-format): Display remaining time
8173 for sysfs backend too (Bug#11269).
8174 (battery-linux-sysfs): Fix conditional for the charge.
8175
8176 2012-04-20 Chong Yidong <cyd@gnu.org>
8177
8178 * progmodes/gdb-mi.el (gdb): Revert previous change.
8179 (gdb-inferior-io--init-proc): New function.
8180 (gdb-init-1): Use it.
8181 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8182 responsible for allocating a new pty and hooking it to gdb when
8183 the old pty gets an EIO due to process exit.
8184 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8185 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8186 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8187
8188 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8189
8190 * window.el (window-min-size, window-sizable, window-min-delta)
8191 (window-max-delta, window--resizable, window-resizable)
8192 (window-total-size, window-full-height-p, window-full-width-p)
8193 (window-in-direction, window--resize-mini-window, window-resize)
8194 (window--resize-child-windows-normal)
8195 (window--resize-child-windows, window--resize-siblings)
8196 (window--resize-this-window, adjust-window-trailing-edge)
8197 (enlarge-window, shrink-window): Doc fixes.
8198
8199 2012-04-20 Chong Yidong <cyd@gnu.org>
8200
8201 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8202 New function to call delete-process on the gdb-inferior buffer's pty.
8203 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8204 pty process (Bug#11273).
8205 (gdb-update): New arg to suppress talking to the gdb process.
8206 (gdb-done-or-error): Use it.
8207 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8208 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8209 sentinel not being called.
8210
8211 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8212
8213 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8214
8215 2012-04-20 Glenn Morris <rgm@gnu.org>
8216
8217 * net/network-stream.el (open-network-stream): Doc fix.
8218
8219 2012-04-20 Chong Yidong <cyd@gnu.org>
8220
8221 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8222
8223 2012-04-20 Alan Mackenzie <acm@muc.de>
8224
8225 Ensure searching for keywords is case sensitive.
8226
8227 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8228 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8229 (c-defun-name, c-mark-function, c-cpp-define-name)
8230 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8231 (c-context-line-break): Bind case-fold-search to nil.
8232
8233 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8234 Bind case-fold-search to nil.
8235
8236 2012-04-20 Chong Yidong <cyd@gnu.org>
8237
8238 * mail/sendmail.el (mail-bury): Call return action with the right
8239 Rmail buffer (Bug#11242).
8240
8241 * server.el (server-process-filter): Handle corner case where both
8242 tty and nowait options are present (Bug#11102).
8243
8244 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8245
8246 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8247 (top level): Put into the executable the ident-style '$Id:' tag on
8248 windows-nt as well.
8249
8250 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * electric.el (electric-indent-post-self-insert-function): Check that
8253 electric-indent-mode is enabled in current buffer.
8254
8255 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8256
8257 * imenu.el (imenu-progress-message): Restore; it is "used" in
8258 erc/erc-imenu.el and net/snmp-mode.el.
8259
8260 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8261
8262 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8263 (mouse-avoidance-nudge-mouse): Remove unused binding.
8264
8265 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8266
8267 * descr-text.el (describe-char):
8268 * progmodes/python.el (python-describe-symbol):
8269 Don't call `toggle-read-only', set `buffer-read-only'.
8270
8271 * imenu.el (imenu-default-goto-function): Mark unused args.
8272 (imenu-progress-message): Remove obsolete macro; all callers changed.
8273
8274 * subr.el (keymap-canonicalize): Remove unused binding.
8275 (read-passwd): Mark unused arg.
8276
8277 * tutorial.el (tutorial--display-changes): Remove unused binding.
8278 (tutorial--save-tutorial-to): Remove unused variable.
8279
8280 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8281 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8282 (package-generate-autoloads, package-menu--generate)
8283 (package-menu--find-upgrades): Remove unused bindings.
8284
8285 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8286 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8287 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8288 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8289 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8290 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8291 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8292 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8293 (cua-delete-char-rectangle): Mark unused args.
8294 (cua-align-rectangle): Remove unused binding.
8295
8296 * mail/rmail.el (compilation--message->loc)
8297 (epa--find-coding-system-for-mime-charset): Declare.
8298
8299 * net/dbus.el (dbus-register-service): Declare.
8300 (dbus-name-owner-changed-handler): Remove unused binding.
8301
8302 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8303 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8304 (nxml-scan-backward-within): Mark unused arg.
8305 (nxml-dynamic-markup-word): Remove unused binding.
8306
8307 * mouse.el (mouse-menu-major-mode-map):
8308 * emacs-lisp/authors.el (authors-scan-change-log)
8309 (authors-add-to-author-list):
8310 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8311 * emacs-lisp/smie.el (smie-auto-fill):
8312 * mail/sendmail.el (mail-bury):
8313 * mail/unrmail.el (unrmail):
8314 * net/tls.el (open-tls-stream):
8315 * textmodes/picture.el (picture-mouse-set-point):
8316 Remove unused bindings.
8317
8318 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8319
8320 * net/tramp.el (tramp-action-password): Let-bind
8321 `enable-recursive-minibuffers' to t.
8322
8323 2012-04-18 Sam Steingold <sds@gnu.org>
8324
8325 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8326 instead of 'string to accommodate values like [f11].
8327 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8328 * progmodes/gdb-mi.el: Likewise.
8329
8330 2012-04-18 Leo Liu <sdl.web@gmail.com>
8331
8332 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8333 current buffer.
8334 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8335 LOCAL is nil.
8336
8337 2012-04-18 Chong Yidong <cyd@gnu.org>
8338
8339 * simple.el (line-move): Use forward-line if in batch mode
8340 (Bug#11053).
8341
8342 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8343
8344 * files.el (after-find-file): Do not try to add a final newline if
8345 the buffer is read-only (Bug#11156).
8346
8347 2012-04-17 Richard Stallman <rms@gnu.org>
8348
8349 * mail/rmail.el (rmail-start-mail):
8350 Pass (rmail-mail-return...) for the return-action.
8351 Pass (rmail-yank-current-message...) for the yank-action.
8352 (rmail-yank-current-message): New function.
8353 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8354 (rmail-reply): Likewise.
8355 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8356
8357 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8358 buffer, not the last. Reject temp buffers. Use the rmail-mode
8359 buffer, not newbuf.
8360
8361 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8362
8363 * server.el (server-ensure-safe-dir): Simplify.
8364
8365 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * emacs-lisp/smie.el: Provide smarter auto-filling.
8368 (smie-auto-fill): New function.
8369 (smie-setup): Use it.
8370
8371 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8372
8373 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8374
8375 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8376 (comment-indent): Use it.
8377
8378 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
8379
8380 * ses.el: The overall change is to add cell renaming, that is
8381 setting fancy names for cell symbols other than name matching
8382 "\\`[A-Z]+[0-9]+\\'" regexp .
8383 (ses-localvars): Add ses--renamed-cell-symb-list.
8384 (ses-create-cell-variable): New defun.
8385 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8386 (ses-relocate-formula): Relocate formulas only for cells the
8387 symbols of which are not renamed, i.e. symbols whose names do not
8388 match regexp "\\`[A-Z]+[0-9]+\\'".
8389 (ses-relocate-all): Relocate values only for cells the symbols of
8390 which are not renamed.
8391 (ses-load): Create cells variables as the (ses-cell ...) are read,
8392 in order to check row col consistency with cell symbol name only
8393 for cells that are not renamed.
8394 (ses-replace-name-in-formula): New defun.
8395 (ses-rename-cell): New defun.
8396
8397 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8398
8399 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8400 New option (bug#11118).
8401 (perl-calculate-indent): Respect it.
8402
8403 2012-04-17 Glenn Morris <rgm@gnu.org>
8404
8405 * dired-aux.el (dired-mark-read-string): Doc fix.
8406
8407 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8408
8409 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8410 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8411
8412 2012-04-17 Glenn Morris <rgm@gnu.org>
8413
8414 * mouse.el (mouse-drag-track):
8415 * speedbar.el (speedbar-frame-mode):
8416 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8417
8418 2012-04-16 Leo Liu <sdl.web@gmail.com>
8419
8420 * progmodes/python.el: Trivial cleanup.
8421
8422 2012-04-16 Glenn Morris <rgm@gnu.org>
8423
8424 * vc/vc.el (vc-string-prefix-p):
8425 * vc/pcvs-util.el (cvs-string-prefix-p):
8426 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8427 * mpc.el (mpc-string-prefix-p):
8428 Make all of these into obsolete aliases for string-prefix-p.
8429 Update callers.
8430 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8431
8432 * textmodes/two-column.el: Move custom options to the start.
8433 (frame-width): Remove compat definition.
8434 (2C-associate-buffer, 2C-dissociate):
8435 Use with-current-buffer rather than save-excursion.
8436 (2C-dissociate): Force a mode-line update.
8437 (2C-autoscroll): Use ignore-errors.
8438
8439 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8440 Autoload trivia.
8441
8442 * emacs-lisp/cl-extra.el (*random-state*):
8443 Remove unnecessary declaration.
8444
8445 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8446
8447 * play/cookie1.el (cookie-snarf):
8448 Give an explicit error if input file cannot be read.
8449
8450 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8451
8452 * progmodes/perl-mode.el (c-macro-expand):
8453 Remove unnecessary autoload (it is in loaddefs.el).
8454
8455 * textmodes/picture.el (picture-desired-column)
8456 (picture-update-desired-column): Convert comments to doc-strings.
8457 (picture-substitute): Remove function.
8458 (picture-mode-map): Initialize in the defvar.
8459
8460 * woman.el: Remove eval-after-load for tar-mode.
8461 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8462 (woman-tar-extract-file): Autoload it.
8463
8464 * frame.el (automatic-hscrolling): Make this alias obsolete.
8465
8466 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8467
8468 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8469 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8470 (ispell-dictionary-base-alist): Revert to original XEmacs
8471 friendly version for default. [:alpha:] will be added in
8472 `ispell-set-spellchecker-params' if needed.
8473
8474 2012-04-16 Chong Yidong <cyd@gnu.org>
8475
8476 * image.el (imagemagick--file-regexp): New variable.
8477 (imagemagick-register-types): Use it.
8478 (imagemagick-types-inhibit): Add :set function. Allow new value
8479 of t to inhibit all types.
8480
8481 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8482 so we can preload it.
8483
8484 * loadup.el (fboundp): Preload regexp-opt, needed by
8485 imagemagick-register-types.
8486
8487 2012-04-15 Chong Yidong <cyd@gnu.org>
8488
8489 * frame.el (scrolling): Remove nearly unused customization group.
8490
8491 * scroll-all.el (scroll-all-mode): Move to windows group.
8492
8493 2012-04-15 Chong Yidong <cyd@gnu.org>
8494
8495 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8496
8497 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 Avoid the use of ((lambda ...) ...) in lexical-binding code.
8500 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8501
8502 2012-04-15 Glenn Morris <rgm@gnu.org>
8503
8504 * simple.el (process-file-side-effects): Doc fix.
8505
8506 2012-04-15 Glenn Morris <rgm@gnu.org>
8507
8508 * international/mule-cmds.el (set-language-environment): Doc fix.
8509
8510 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * server.el (server-auth-key, server-generate-key): Doc fixes.
8513 (server-get-auth-key): Doc fix. Use `string-match-p'.
8514 (server-start): Reflow docstring.
8515
8516 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8517
8518 * server.el (server-generate-key): `called-interactively-p'
8519 requires a parameter.
8520
8521 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
8522
8523 * server.el (server-auth-key): New variable.
8524 (server-generate-key, server-get-auth-key): New function.
8525 (server-start): Use the new variable and functions to allow
8526 setting a permanent server key (bug#9423).
8527
8528 2012-04-14 Leo Liu <sdl.web@gmail.com>
8529
8530 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8531
8532 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8533
8534 Spelling fixes.
8535 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8536 Emacs uses American spelling.
8537
8538 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8539
8540 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8541 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8542 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8543 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8544
8545 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8546
8547 * progmodes/which-func.el (which-func-modes): Change default.
8548
8549 2012-04-14 Kim F. Storm <storm@cua.dk>
8550
8551 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8552 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8553
8554 2012-04-14 Chong Yidong <cyd@gnu.org>
8555
8556 * custom.el (custom-theme-set-variables): Doc fix.
8557
8558 2012-04-14 Glenn Morris <rgm@gnu.org>
8559
8560 * international/mule.el (set-auto-coding-for-load): Doc fix.
8561
8562 2012-04-14 Alan Mackenzie <acm@muc.de>
8563
8564 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8565 imenu work again for Objective C Mode. Correct the *-index values,
8566 these having been disturbed by a previous change in 2011-08.
8567
8568 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8569 Correct two search limits.
8570
8571 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8574
8575 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
8576
8577 * international/characters.el: Fix sorting.
8578
8579 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8580
8581 * international/characters.el: Add more missing Latin case pairs.
8582
8583 2012-04-14 Glenn Morris <rgm@gnu.org>
8584
8585 * files.el (dir-locals-set-class-variables): Doc fix.
8586
8587 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8588
8589 * international/characters.el: Add set-case-syntax-pair call for
8590 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8591 counterpart. (Bug#11209)
8592
8593 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8594
8595 2012-04-14 Glenn Morris <rgm@gnu.org>
8596
8597 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8598
8599 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8600
8601 * textmodes/ispell.el (ispell-dictionary-base-alist):
8602 Add data for Hebrew.
8603
8604 2012-04-14 Chong Yidong <cyd@gnu.org>
8605
8606 * net/rcirc.el (rcirc-cmd-quit):
8607 Revert 2012-03-18 change (Bug#11192).
8608
8609 2012-04-14 Glenn Morris <rgm@gnu.org>
8610
8611 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8612
8613 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8614
8615 * minibuffer.el (completion-in-region-mode-map):
8616 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
8617
8618 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8619
8620 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8621
8622 2012-04-13 Masatake YAMATO <yamato@redhat.com>
8623
8624 * minibuffer.el (minibuffer-local-filename-syntax): New variable
8625 to allow `C-M-f' and `C-M-b' to move to the nearest path
8626 separator (bug#9511).
8627
8628 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
8629
8630 * avoid.el: Require cl when compiling. And also move the
8631 `provide' to the end.
8632
8633 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8634
8635 * avoid.el (mouse-avoidance-banish-position): New variable.
8636 (mouse-avoidance-banish-destination): Use it (bug#10165).
8637
8638 2012-04-13 Leo Liu <sdl.web@gmail.com>
8639
8640 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8641
8642 2012-04-13 Ken Brown <kbrown@cornell.edu>
8643
8644 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
8645 this is no longer needed now that cygstart understands file:// URLs.
8646 (browse-url-filename-alist): For the same reason, don't modify
8647 file:// URLs on Cygwin.
8648
8649 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8652 the region on shift if the binding is already shifted (bug#11221).
8653
8654 2012-04-12 Glenn Morris <rgm@gnu.org>
8655
8656 * mail/mailpost.el: Move to obsolete/.
8657
8658 2012-04-12 Drew Adams <drew.adams@oracle.com>
8659
8660 * imenu.el (imenu--generic-function): Ignore invisible definitions
8661 (bug#10123).
8662
8663 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
8664
8665 * hexl.el (hexl-bits): New variable.
8666 (hexl-options): Mention the variable in the doc string.
8667 (hexl-rulerise, hexl-line-displen): New functions.
8668 (hexl-mode): Mention the new variable.
8669 (hexl-mode, hexl-current-address, hexl-current-address):
8670 Use the displen.
8671 (hexl-ascii-start-column): New function.
8672 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8673 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8674
8675 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8676
8677 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8678 '("-i" ENCODING), in 2 separate command-line arguments, to specify
8679 the encoding, as expected by hunspell.
8680
8681 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * battery.el (battery--linux-sysfs-regexp): New const.
8684 (battery-status-function): Use it. Remove yeeloong special case.
8685 (battery-yeeloong-sysfs): Remove.
8686 (battery-echo-area-format): Remove yeeloong special case.
8687
8688 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8691 Reported by Noah Friedman.
8692
8693 * subr.el (read-passwd): Use read-string.
8694
8695 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8696
8697 * vcursor.el (vcursor-move): Increase the priority of the overlay
8698 (bug#9663).
8699
8700 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8701
8702 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8703 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8704
8705 2012-04-11 William Stevenson <yhvh2000@gmail.com>
8706
8707 * textmodes/artist.el (artist-mode): Convert artist-mode to use
8708 define-minor-mode (bug#10760).
8709
8710 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8711
8712 * progmodes/grep.el (rgrep): Tweak the find command line so
8713 that directories matching `grep-find-ignored-files' won't be
8714 pruned (bug#10351).
8715
8716 2012-04-11 Chong Yidong <cyd@gnu.org>
8717
8718 * startup.el (command-line): Remove support for long-obsolete
8719 variable font-lock-face-attributes.
8720
8721 2012-04-11 Glenn Morris <rgm@gnu.org>
8722
8723 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8724
8725 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8726
8727 * window.el (window--state-get-1): Obey window-point-insertion-type.
8728
8729 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
8730
8731 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8732 to previous function when point is on the first character of a
8733 function. Take care of that in `narrow-to-defun' (bug#6157).
8734
8735 2012-04-11 Glenn Morris <rgm@gnu.org>
8736
8737 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8738 not just file-errors.
8739
8740 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8741 (vc-bzr-sha1): Use internal sha1.
8742
8743 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8746
8747 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
8748
8749 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
8750 that start in the middle of the line (bug#10496).
8751
8752 2012-04-10 Dan Nicolaescu <dann@gnu.org>
8753
8754 * battery.el (battery-linux-proc-acpi): Only one battery is
8755 discharged at a time, but that seems to confuse battery.el when
8756 computing `rate-type' for the battery not being discharged
8757 (bug#10332).
8758
8759 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8762
8763 * international/quail.el: Use dolist and simplify.
8764 (quail-define-package, quail-update-keyboard-layout)
8765 (quail-define-rules): Use dolist.
8766 (quail-insert-kbd-layout, quail-get-translation): CSE.
8767
8768 * tmm.el: Use dolist, remove left over hook.
8769 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
8770 Use dolist.
8771 (calendar-load-hook): Don't mess with it.
8772
8773 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8774 Use derived-mode-p. Run the diff asynchronously.
8775
8776 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8777
8778 * obsolete/mouse-sel.el: Add an Obsolete-since header.
8779
8780 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
8781
8782 * misc.el: Display absolute path of loaded DLLs (bug#10424).
8783 (list-dynamic-libraries--loaded): New function.
8784 (list-dynamic-libraries--refresh): Use it.
8785
8786 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
8787
8788 * progmodes/python.el (python-fill-paragraph):
8789 Make python-fill-region in a multiline string work when font-lock is
8790 disabled (bug#7018).
8791
8792 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
8793
8794 * language/european.el (cp775): Add oem/legacy (en)coding on
8795 DOS/MS Windows for the Baltic languages. There are still plenty
8796 of texts written in this encoding/codepage (bug#6519).
8797
8798 2012-04-10 Glenn Morris <rgm@gnu.org>
8799
8800 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
8801 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
8802
8803 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
8804
8805 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
8806 next-line "n" and previous-line "p" in order to make recentf more
8807 consistent with ibuffer, dired or org-mode (bug#9387).
8808
8809 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8810
8811 * image.el (put-image): Return the overlay created instead of the
8812 optional input string (bug#7834). Note that this may break code
8813 that is (for some reason or other) depending on `put-image'
8814 returning the string.
8815
8816 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8817
8818 * simple.el (zap-to-char): Allow zapping using input methods
8819 (bug#1580).
8820
8821 * textmodes/fill.el (fill-region): Leave point and mark where they
8822 were before filling (bug#5399).
8823
8824 2012-04-09 Glenn Morris <rgm@gnu.org>
8825
8826 * version.el (emacs-bzr-get-version):
8827 Handle lightweight checkouts of local branches.
8828
8829 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
8830
8831 * international/characters.el: Recover lost case pairs. (Bug#11209)
8832
8833 2012-04-09 Chong Yidong <cyd@gnu.org>
8834
8835 * custom.el (custom-variable-p): Return nil for non-symbol
8836 arguments instead of signaling an error.
8837 (user-variable-p): Obsolete alias for custom-variable-p.
8838
8839 * apropos.el (apropos-variable):
8840 * files-x.el (read-file-local-variable):
8841 * simple.el (set-variable):
8842 * woman.el (woman-mini-help):
8843 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
8844
8845 2012-04-09 Glenn Morris <rgm@gnu.org>
8846
8847 * startup.el (normal-top-level): Don't look for leim-list.el
8848 in places where it will not be found. (Bug#910)
8849
8850 * international/mule-cmds.el (set-default-coding-systems):
8851 * files.el (normal-mode):
8852 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
8853 This function was removed with ucs-tables.el in 2008.
8854
8855 2012-04-08 Eli Zaretskii <eliz@gnu.org>
8856
8857 * textmodes/ispell.el (ispell-check-version): For hunspell, set
8858 ispell-encoding8-command to "-i", without a trailing space.
8859 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
8860 separate command-line arguments, to specify the encoding, since
8861 that's how hunspell expects it.
8862
8863 2012-04-08 Glenn Morris <rgm@gnu.org>
8864
8865 * loadup.el: Load bindings before cus-start.
8866 This reduces somewhat the number of "rogue" settings in emacs -Q.
8867
8868 2012-04-07 Glenn Morris <rgm@gnu.org>
8869
8870 * version.el (emacs-bzr-get-version): New function.
8871 (emacs-bzr-version): New variable.
8872 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
8873 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8874
8875 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8876
8877 * international/uni-bidi.el, international/uni-category.el:
8878 * international/uni-combining.el, international/uni-decimal.el:
8879 * international/uni-decomposition.el, international/uni-digit.el:
8880 * international/uni-lowercase.el, international/uni-mirrored.el:
8881 * international/uni-name.el, international/uni-numeric.el:
8882 * international/uni-titlecase.el, international/uni-uppercase.el:
8883 Update for Unicode 6.1.
8884
8885 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8886
8887 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8888
8889 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8890
8891 * window.el (shrink-window): Mention the `window-min-height'
8892 variable in the doc string.
8893
8894 2012-04-05 Bastien Guerry <bzg@altern.org>
8895
8896 * color.el (color-lighten-name): Fix typo.
8897
8898 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * server.el (server--on-display-p): New function.
8901 (server--on-display-p): Use it.
8902
8903 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
8904
8905 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
8906 (bug#11145).
8907
8908 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8909
8910 * comint.el (comint--common-quoted-suffix): Check string boundary
8911 before comparing (bug#11158).
8912 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
8913
8914 2012-04-04 Chong Yidong <cyd@gnu.org>
8915
8916 * minibuffer.el (completion-extra-properties): Doc fix.
8917
8918 * subr.el (delayed-warnings-hook): Doc fix.
8919
8920 2012-04-04 Daiki Ueno <ueno@unixuser.org>
8921
8922 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
8923 selection (Bug#11159).
8924 (epa-insert-keys): Inform that the default public key will be
8925 exported if no key is selected.
8926
8927 2012-04-04 Richard Stallman <rms@gnu.org>
8928
8929 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
8930
8931 2012-04-03 Chong Yidong <cyd@gnu.org>
8932
8933 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
8934 mail-insert-file, not its obsolete alias mail-attach-file.
8935
8936 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
8937
8938 * notifications.el (notifications-notify): Fix docstring.
8939
8940 2012-04-02 Glenn Morris <rgm@gnu.org>
8941
8942 * emacs-lisp/authors.el (authors-aliases): Another addition.
8943
8944 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
8947 `tramp-compat-call-process' instead of `tramp-local-call-process'.
8948 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
8949
8950 2012-04-01 Chong Yidong <cyd@gnu.org>
8951
8952 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
8953 Handle root directory properly.
8954 (copy-directory): Caller changed.
8955
8956 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8957 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
8958
8959 2012-03-31 Glenn Morris <rgm@gnu.org>
8960
8961 * term/xterm.el (xterm-extra-capabilities): Doc fix.
8962
8963 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
8964
8965 * calendar/calendar.el (calendar-window-list)
8966 (calendar-hide-window): Restore. (Bug#11140)
8967 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
8968
8969 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
8970
8971 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8972
8973 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8974 Check if file is a symlink (Bug#10489).
8975
8976 * files.el (copy-directory): Likewise.
8977
8978 2012-03-30 Chong Yidong <cyd@gnu.org>
8979
8980 * image.el (imagemagick-types-inhibit)
8981 (imagemagick-register-types): Doc fix.
8982
8983 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8984
8985 * textmodes/ispell.el (ispell-get-extended-character-mode):
8986 Disable extended-char-mode for hunspell. hunspell does not support it
8987 and treats ~word as ordinary words in pipe mode.
8988
8989 2012-03-30 Glenn Morris <rgm@gnu.org>
8990
8991 * tutorial.el (help-with-tutorial): Ensure local variables don't
8992 happen to make the buffer read-only. (Bug#11127)
8993
8994 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
8997 (perl-calculate-indent): Return `noindent' in strings.
8998
8999 2012-03-28 Sam Steingold <sds@gnu.org>
9000
9001 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9002 instead of the broken adhockery which does not prevent calendar
9003 buffers from being displayed at random after exit.
9004 (calendar-window-list, calendar-hide-window): Remove the broken
9005 adhockery.
9006
9007 2012-03-28 Glenn Morris <rgm@gnu.org>
9008
9009 * replace.el (query-replace-map): Doc fix.
9010
9011 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9012
9013 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9014 contents. (Bug#11109)
9015
9016 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9019 (bug#11077).
9020 (avl-tree--check, avl-tree--check-node): New funs.
9021
9022 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9023
9024 * window.el (switch-to-visible-buffer): New option.
9025 (switch-to-prev-buffer, switch-to-next-buffer):
9026 Observe switch-to-visible-buffer. Make sure that checking for a window
9027 showing a buffer already is done on the same frame.
9028
9029 2012-03-27 Glenn Morris <rgm@gnu.org>
9030
9031 * startup.el (mail-host-address): Doc fix.
9032
9033 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9036 than 197 variables.
9037
9038 2012-03-26 Ami Fischman <ami@fischman.org>
9039
9040 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9041
9042 2012-03-26 Glenn Morris <rgm@gnu.org>
9043
9044 * files.el (save-buffers-kill-emacs): Doc fix.
9045
9046 * startup.el (normal-top-level, command-line, command-line-1):
9047 Give them doc strings.
9048
9049 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9050
9051 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9052 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9053
9054 2012-03-25 Chong Yidong <cyd@gnu.org>
9055
9056 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9057 theme if it was previously enabled before (Bug#11031).
9058
9059 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9060 spec with custom-face-get-current-spec if its :shown-value is not
9061 determined yet (Bug#9337).
9062 (customize-create-theme, custom-theme-revert): Doc fixes.
9063
9064 * button.el (button-at): Minor addition to docstring.
9065
9066 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9067
9068 * vc/vc.el (vc-merge): Fix a prompt.
9069
9070 2012-03-24 Chong Yidong <cyd@gnu.org>
9071
9072 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9073 point (Bug#9623).
9074
9075 * button.el (button-at): Minor addition to docstring.
9076
9077 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * newcomment.el (comment-choose-indent): No space after BOL.
9080
9081 2012-03-22 Sam Steingold <sds@gnu.org>
9082
9083 * window.el (switch-to-prev-buffer): Revert last patch because the
9084 bug turned out to be an advertised feature (Elisp manual 28.14).
9085
9086 2012-03-22 Glenn Morris <rgm@gnu.org>
9087
9088 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9089 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9090
9091 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9092
9093 * net/network-stream.el (network-stream-open-starttls): Make error
9094 message under Windows be less misleading.
9095
9096 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9097
9098 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9099 understands (bug#9942).
9100
9101 2012-03-22 Chong Yidong <cyd@gnu.org>
9102
9103 * simple.el (end-of-visible-line): Handle return value of
9104 next-single-property-change properly (Bug#9371).
9105
9106 2012-03-22 Kenichi Handa <handa@m17n.org>
9107
9108 * international/quail.el (quail-insert-kbd-layout): Fix previous
9109 change. To avoid unwanted bidi reordering, use
9110 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9111
9112 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9113
9114 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9115 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9116 (ruby-beginning-of-indent): Be more careful with the difference
9117 between word-boundary and symbol boundary.
9118 (ruby-mode-syntax-table): Make : a symbol constituent.
9119
9120 2012-03-21 Andreas Politz <politza@fh-trier.de>
9121
9122 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9123
9124 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 * progmodes/etags.el (tags-completion-at-point-function):
9127 Improve last fix.
9128
9129 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9130
9131 2012-03-21 Sam Steingold <sds@gnu.org>
9132
9133 * progmodes/etags.el (tags-completion-at-point-function):
9134 Avoid the error when point is inside the pattern.
9135
9136 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9137
9138 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9139 line (Bug#10855).
9140
9141 2012-03-21 Drew Adams <drew.adams@oracle.com>
9142
9143 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9144
9145 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9146
9147 * ido.el (ido-set-current-directory, ido-read-internal)
9148 (ido-choose-completion-string, ido-completion-help): Handle nil
9149 value of ido-completion-buffer (Bug#11008).
9150
9151 2012-03-21 Sam Steingold <sds@gnu.org>
9152
9153 * window.el (switch-to-prev-buffer): Do not switch to a visible
9154 window previous buffer, just like with the frame previous buffers.
9155
9156 2012-03-21 Chong Yidong <cyd@gnu.org>
9157
9158 * faces.el (make-face, make-empty-face, copy-face):
9159 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9160 Doc fixes.
9161
9162 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9165 (widget-complete): Remove broken use of it.
9166
9167 2012-03-20 Chong Yidong <cyd@gnu.org>
9168
9169 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9170 Use string-width and truncate-string-width to handle arbitrary
9171 characters.
9172
9173 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9174
9175 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9176 to draw rectangles, not squares. (Regression introduced by revno
9177 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9178
9179 2012-03-18 Chong Yidong <cyd@gnu.org>
9180
9181 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9182 it is not yet defined (for temacs).
9183
9184 2012-03-18 Leo Liu <sdl.web@gmail.com>
9185
9186 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9187 prefix.
9188
9189 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9190
9191 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9192 (ispell-choices-win-default-height, ispell-silently-savep)
9193 (ispell-dictionary-alist, ispell-encoding8-command)
9194 (ispell-check-version, ispell-aspell-find-dictionary)
9195 (ispell-valid-dictionary-list, ispell-words-keyword)
9196 (ispell-get-word, ispell-internal-change-dictionary)
9197 (ispell-region, ispell-skip-region-list)
9198 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9199 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9200 (ispell-message-text-end, ispell-message)
9201 (ispell-buffer-local-parsing): Doc fix.
9202
9203 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9204
9205 * htmlfontify.el: Add support for code block fontification for ODT
9206 export (Bug #9914).
9207 (hfy-optimisations): Define new option
9208 `body-text-only'
9209 (hfy-fontify-buffer): Honor above setting.
9210 (hfy-begin-span, hfy-end-span): New routines factored out form
9211 `hfy-fontify-buffer'.
9212 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9213 that permit insertion of custom tags.
9214 (hfy-fontify-buffer): Use above handlers.
9215 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9216 (hfy-face-to-css): Re-defined to be a variable.
9217 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9218 over multiple runs. This is made possible by having the caller let
9219 bind a special variable `hfy-user-sheet-assoc'.
9220 (htmlfontify-string): New defun.
9221 (hfy-compile-face-map): Make sure that the last char in the
9222 buffer is correctly fontified.
9223 (hfy-face-resolve-face): Whitespace only change.
9224
9225 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9226
9227 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9228 message more clear.
9229
9230 2012-03-16 Leo Liu <sdl.web@gmail.com>
9231
9232 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9233
9234 2012-03-16 Alan Mackenzie <acm@muc.de>
9235
9236 Further optimise the handling of large macros.
9237
9238 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9239 limit to a call of `c-literal-limits'.
9240 (c-determine-+ve-limit): New function.
9241 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9242 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9243 In CASE 5B, restrict a search limit to 500.
9244 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9245
9246 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9247 Restrict macro bounds to +-500 from after-change's BEG END.
9248
9249 2012-03-16 Leo Liu <sdl.web@gmail.com>
9250
9251 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9252
9253 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9254
9255 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9256 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9257
9258 2012-03-16 Glenn Morris <rgm@gnu.org>
9259
9260 * view.el (view-buffer, view-buffer-other-window)
9261 (view-buffer-other-frame): Doc fixes re special mode-class.
9262
9263 * subr.el (eval-after-load): If named feature is provided not from
9264 a file, run after-load forms. (Bug#10946)
9265
9266 * calendar/calendar.el (calendar-insert-at-column):
9267 Handle non-unit-width characters a bit better. (Bug#10978)
9268
9269 2012-03-15 Chong Yidong <cyd@gnu.org>
9270
9271 * emacs-lisp/ring.el (ring-extend): New function.
9272 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9273
9274 * comint.el (comint-read-input-ring)
9275 (comint-add-to-input-history): Grow comint-input-ring lazily.
9276
9277 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9280 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9281
9282 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9283 (imenu-add-to-menubar): Don't add a redundant index.
9284 (imenu-update-menubar): Handle a dynamically composed keymap.
9285
9286 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9287
9288 * mail/sendmail.el (mail-encode-header):
9289 Bind rfc2047-encode-encoded-words to nil.
9290
9291 2012-03-13 Glenn Morris <rgm@gnu.org>
9292
9293 * calendar/calendar.el (calendar-string-spread):
9294 Handle non-unit-width characters a bit better. (Bug#10978)
9295
9296 2012-03-13 Leo Liu <sdl.web@gmail.com>
9297
9298 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9299 directory and file as argument (Bug#10822).
9300
9301 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9302
9303 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9304 For dynamically generated code, follow $PC.
9305 (gdb-disassembly-handler-custom): Handle no function name case.
9306
9307 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9308
9309 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9310 * emulation/ws-mode.el (ws-query-replace):
9311 * sort.el (sort-regexp-fields):
9312 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9313
9314 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9315
9316 * dabbrev.el: Fix cycle completion order (bug#10963).
9317 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9318 (dabbrev-completion): Don't use an obarray; provide
9319 a cycle-sort-function.
9320
9321 2012-03-12 Leo Liu <sdl.web@gmail.com>
9322
9323 * simple.el (kill-new): Use equal-including-properties for comparison.
9324 (kill-do-not-save-duplicates): Doc fix.
9325
9326 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * dabbrev.el: Fix cycle completion (bug#10963).
9329 Use lexical binding and wrap to 80 columns.
9330 (dabbrev-completion): Delay computing the list of completions.
9331
9332 2012-03-12 Kenichi Handa <handa@m17n.org>
9333
9334 * international/quail.el (quail-insert-kbd-layout): Surround each
9335 row by LRO and PDF instead of inserting many LRMs. Pad the left
9336 and right of each non-spacing marks. Insert invisible space
9337 between lower and upper characters to prevent composition.
9338
9339 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * minibuffer.el (minibuffer-complete): Don't get confused when the
9342 function is run twice via different commands (bug#10958).
9343 (complete-with-action): Fix docstring.
9344
9345 2012-03-12 Chong Yidong <cyd@gnu.org>
9346
9347 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9348 (nxml-completion-at-point-function): New function.
9349 (nxml-mode): Use it.
9350 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9351
9352 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9353 Load generated autoloads file before byte compiling (Bug#10970).
9354 (package--make-autoloads-and-compile): New helper fun.
9355
9356 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9357
9358 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9359
9360 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * autorevert.el (auto-revert-handler): Ensure, that
9363 file-readable-p is applied only for local files or in
9364 auto-revert-tail-mode.
9365
9366 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9367
9368 * server.el (server-eval-at): Handle non-tcp connections.
9369 Decode result string.
9370
9371 * server.el (server-msg-size): New constant.
9372 (server-reply-print): New function.
9373 (server-eval-and-print): Use it.
9374 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9375 Handle -print-nonl.
9376
9377 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9378
9379 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9380 (Bug#10987).
9381
9382 2012-03-11 Chong Yidong <cyd@gnu.org>
9383
9384 * simple.el (goto-line): Doc fix (Bug#9938).
9385
9386 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9387
9388 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9389 when finished (Bug#10963).
9390
9391 2012-03-11 Martin Rudalics <rudalics@gmx.at>
9392
9393 * window.el (split-window-below): Fix bug in case where
9394 split-window-keep-point is nil (Bug#10971).
9395
9396 2012-03-11 Juri Linkov <juri@jurta.org>
9397
9398 * replace.el (replace-highlight): Set isearch-word to nil
9399 unconditionally. (Bug#10887)
9400
9401 2012-03-10 Eli Zaretskii <eliz@gnu.org>
9402
9403 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9404 mairix-replace-illegal-chars; all callers changed. Don't remove
9405 ^, ~, and = characters: they are meaningful in mairix search specs.
9406 (mairix-widget-create-query): Add usage information about mairix
9407 search forms: negating words, searching for substrings, etc.
9408
9409 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9410
9411 * international/fontset.el (font-encoding-alist): Add an entry for
9412 ksx1001 (Bug#5667).
9413
9414 2012-03-10 Richard Stallman <rms@gnu.org>
9415
9416 * mail/sendmail.el (mail-encode-header):
9417 Set rfc2047-encode-encoded-words.
9418
9419 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9420
9421 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9422 view buffer means not swapped.
9423 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9424 (rmail-write-region-annotate): Error if real text has disappeared.
9425
9426 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9427
9428 2012-03-10 Chong Yidong <cyd@gnu.org>
9429
9430 * emulation/cua-rect.el (cua--init-rectangles):
9431 * emulation/cua-base.el (cua--init-keymaps):
9432 Add delete-forward-char to remappings (Bug#9666).
9433
9434 2012-03-10 Martin Rudalics <rudalics@gmx.at>
9435
9436 * speedbar.el (speedbar-unhighlight-one-tag-line):
9437 Avoid unhighlighting due to frame switching (Bug#10275).
9438
9439 2012-03-10 Chong Yidong <cyd@gnu.org>
9440
9441 * minibuffer.el (completion-in-region, completion-help-at-point):
9442 Give the completion field overlay a high priority (Bug#6830).
9443
9444 * dired.el (dired-goto-file): Recognize absolute file name
9445 listings (Bug#7126).
9446 (dired-goto-file-1): New helper function.
9447 (dired-toggle-read-only): Inhibit warnings.
9448
9449 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
9450
9451 * net/dbus.el (dbus-property-handler): Return empty array if
9452 there are no properties.
9453
9454 2012-03-09 Leo Liu <sdl.web@gmail.com>
9455
9456 * savehist.el (savehist-printable): Stricter check for string
9457 value (Bug#10937).
9458
9459 2012-03-09 Eli Zaretskii <eliz@gnu.org>
9460
9461 * mail/smtpmail.el (smtpmail-send-it):
9462 Bind coding-system-for-write to *-unix, so that FCC files are kept in
9463 valid mbox format.
9464
9465 2012-03-09 Glenn Morris <rgm@gnu.org>
9466
9467 * files.el (dir-locals-find-file):
9468 Don't check result is regular, readable.
9469 (dir-locals-read-from-file): Demote errors.
9470
9471 2012-03-08 Eli Zaretskii <eliz@gnu.org>
9472
9473 * international/quail.el (quail-insert-kbd-layout):
9474 Insert invisible LRM characters before each character in a keyboard
9475 layout cell, to prevent their reordering by bidi display engine.
9476 For details, see the discussion in
9477 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9478
9479 2012-03-08 Alan Mackenzie <acm@muc.de>
9480
9481 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9482 the starting position; make it extend the marked region when
9483 invoked repeatedly - all under appropriate circumstances.
9484 Fixes bugs #5525, #10906.
9485
9486 2012-03-08 Glenn Morris <rgm@gnu.org>
9487
9488 * files.el (locate-dominating-file, dir-locals-find-file):
9489 Undo 2012-03-06 change.
9490
9491 2012-03-07 Eli Zaretskii <eliz@gnu.org>
9492
9493 * international/quail.el (quail-help):
9494 Force bidi-paragraph-direction be left-to-right. See discussion in
9495 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9496 for the reason.
9497
9498 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
9499
9500 Avoid superfluous registering of signals. (Bug#10807)
9501
9502 * notifications.el (notifications-on-action-object)
9503 (notifications-on-close-object): New defvars.
9504 (notifications-on-action-signal, notifications-on-closed-signal):
9505 Unregister the signal if not needed any longer.
9506 (notifications-notify): Register `notifications-action-signal' or
9507 `notifications-closed-signal', if :on-action or :on-close has been
9508 passed as argument.
9509
9510 2012-03-07 Chong Yidong <cyd@gnu.org>
9511
9512 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9513 non-X platforms.
9514
9515 2012-03-06 Glenn Morris <rgm@gnu.org>
9516
9517 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9518 (x-disown-selection-internal, x-get-selection-internal):
9519 Doc fix (add arglist signatures). (Bug#10783)
9520
9521 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9522
9523 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9524 Handle breakpoints with no "type".
9525
9526 2012-03-06 Glenn Morris <rgm@gnu.org>
9527
9528 * files.el (locate-dominating-file): Add optional predicate argument.
9529 (dir-locals-find-file): Make use of above change.
9530
9531 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9532
9533 * info.el (Info-insert-dir): Also try "dir.gz".
9534
9535 2012-03-06 Glenn Morris <rgm@gnu.org>
9536
9537 * files.el (dir-locals-find-file):
9538 Ignore non-readable or non-regular files. (Bug#10928)
9539
9540 * files.el (locate-dominating-file): Doc fix.
9541
9542 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9543
9544 * calendar/calendar.el (calendar-set-mode-line):
9545 `getenv' returns a string. (Bug#10951)
9546
9547 2012-03-05 Leo Liu <sdl.web@gmail.com>
9548
9549 * simple.el (backward-delete-char-untabify): Constrain point to
9550 field (Bug#10939).
9551
9552 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9553
9554 2012-03-05 Chong Yidong <cyd@gnu.org>
9555
9556 * simple.el (count-words): If called from Lisp, return the word
9557 count, for symmetry with `count-lines'. Arglist changed.
9558 (count-words--message): Args changed. Consolidate counting code
9559 from count-words and count-words-region.
9560 (count-words-region): Caller changed.
9561 (count-lines-region): Make it an obsolete alias.
9562
9563 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9564
9565 * saveplace.el (save-place-to-alist)
9566 (save-place-ignore-files-regexp): Allow value nil to disable this
9567 feature.
9568
9569 2012-03-04 Chong Yidong <cyd@gnu.org>
9570
9571 * faces.el (face-spec-reset-face): For the default face, reset the
9572 attributes to default values (Bug#10748).
9573
9574 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9575
9576 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9577 previous patch: Check `message-send-mail-function', and not the
9578 default function (bug#10897).
9579
9580 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
9581
9582 * notifications.el (notifications-on-action-signal)
9583 (notifications-on-closed-signal): Check for unique service name of
9584 incoming event. Fix error in removing entry.
9585 (top): Register for signals with wildcard service name.
9586 (notifications-notify): Use daemon unique service name for map entries.
9587
9588 2012-03-04 Chong Yidong <cyd@gnu.org>
9589
9590 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
9591
9592 2012-03-04 Glenn Morris <rgm@gnu.org>
9593
9594 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9595 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9596 (expand-abbrev, define-abbrev-table): Doc fixes.
9597
9598 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9599
9600 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9601 `message-default-send-mail-function' and not `send-mail-function'
9602 when doing the prompting for `sendmail-query-once' before sending
9603 in Message buffers (bug#10897).
9604
9605 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9606 This is inconsistent with all the other stream functions, which leave
9607 the setting up to the higher levels (if so wanted) (bug#10931).
9608
9609 2012-03-02 Alan Mackenzie <acm@muc.de>
9610
9611 Depessimize the handling of very large macros.
9612
9613 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9614 (c-macro-cache-syntactic): New variables to implement a one
9615 element macro cache.
9616 (c-invalidate-macro-cache): New function.
9617 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9618 Adapt to use the new cache.
9619 (c-state-safe-place): Use better the cache of safe positions.
9620 (c-state-semi-nonlit-pos-cache)
9621 (c-state-semi-nonlit-pos-cache-limit):
9622 New variables for...
9623 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
9624 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
9625 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9626 Use c-state-semi-safe-place.
9627
9628 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9629 Add c-invalidate-macro-cache to the C, C++, Obj entries.
9630
9631 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
9632
9633 * jka-compr.el (jka-compr-call-process):
9634 Apply `file-accessible-directory-p' only when the default directory is
9635 not remote.
9636
9637 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
9638
9639 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
9640 access of FILE2, if FILE1 does not exist.
9641
9642 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9643 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9644
9645 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9646 Add "PAGER=" to `process-environment'.
9647
9648 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
9649
9650 * progmodes/sql.el: Bug fix
9651 (sql-get-login-ext): Save login values in globals.
9652 (sql-get-login): Use new version of `sql-get-login-ext'.
9653 (sql-interactive-mode): Set global `sql-connection' to nil.
9654 (sql-connect): Set global values for connection.
9655 (sql-product-interactive): Save global values as buffer local.
9656
9657 2012-02-29 Leo Liu <sdl.web@gmail.com>
9658
9659 * abbrev.el (define-abbrevs): Reset sys to nil.
9660
9661 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9662
9663 * files.el (file-equal-p): Rename from `files-equal-p'.
9664 Return nil when one or both files don't exist.
9665 (file-subdir-of-p): Now only top directory must exists,
9666 return nil if it doesn't.
9667 (copy-directory): No need to test with `file-subdir-of-p' after
9668 creating dir.
9669 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9670 to `file-equal-p'.
9671
9672 2012-02-28 Glenn Morris <rgm@gnu.org>
9673
9674 * shell.el (shell-mode):
9675 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9676 * play/landmark.el (landmark-font-lock-face-O):
9677 * play/handwrite.el (handwrite):
9678 * play/gomoku.el (gomoku-O):
9679 * net/browse-url.el (browse-url-browser-display):
9680 * international/mule.el (define-charset):
9681 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9682 * filesets.el (filesets-find-file-delay):
9683 * eshell/em-xtra.el (eshell-xtra):
9684 * eshell/em-unix.el (eshell-grep):
9685 * emulation/viper.el (viper-mode):
9686 * emacs-lisp/regexp-opt.el (regexp-opt-group):
9687 * emacs-lisp/easymenu.el (easy-menu-define):
9688 * calendar/timeclock.el (timeclock-use-display-time):
9689 * bs.el (bs-mode):
9690 * bookmark.el (bookmark-save-flag):
9691 Doc fix (standardize possessive apostrophe usage).
9692
9693 2012-02-27 Chong Yidong <cyd@gnu.org>
9694
9695 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9696 Fix key-binding lookup for ESC key (Bug#9146).
9697
9698 * font-lock.el (font-lock-specified-p): Rename from
9699 font-lock-spec-present. Callers changed.
9700
9701 2012-02-27 Daniel Hackney <dan@haxney.org>
9702
9703 * emacs-lisp/package.el (package-compute-transaction):
9704 Handle holding a package version to t in package-load-list.
9705
9706 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
9707
9708 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9709 (tramp-get-inode, tramp-get-device): Use cached values.
9710
9711 2012-02-26 Alan Mackenzie <acm@muc.de>
9712
9713 Check there is a font-lock specification before doing initial
9714 fontification.
9715
9716 * font-core.el (font-lock-mode): Move the conditional from
9717 :after-hook to font-lock-initial-fontify.
9718 (font-lock-default-function): Move the check for a specification
9719 to font-lock-spec-present.
9720
9721 * font-lock.el (font-lock-initial-fontify): Call ...
9722 (font-lock-spec-present): New function.
9723
9724 2012-02-26 Jim Blandy <jimb@red-bean.com>
9725
9726 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9727 (gdb-send): Apply it to the operand of the '-interpreter-exec
9728 console' command, so that we can pass arguments with (say) quotes
9729 in them. Store exact string sent in gdb-debug-log (Bug#10765).
9730
9731 2012-02-26 Chong Yidong <cyd@gnu.org>
9732
9733 * help-fns.el (describe-function-1): Clarify description of
9734 remapping (Bug#10844).
9735
9736 * files.el (files-equal-p): Doc fix.
9737 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
9738 and quit the loop once a mismatch is found.
9739
9740 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
9741
9742 * bs.el (bs--show-with-configuration): Don't throw an error
9743 if the window cannot be split; otherwise, subsequent calls to
9744 bs-show fail, restoring a stale window config. (Bug#10882)
9745
9746 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
9747
9748 * term/ns-win.el (global-map): Bind ns-drag-file to
9749 ns-find-file (Bug#5855, Bug#10050).
9750
9751 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
9752
9753 * calendar/parse-time.el (parse-time-string): Allow extractor to
9754 return nil.
9755
9756 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
9757
9758 * net/tramp.el (tramp-file-name-for-operation):
9759 Add `files-equal-p' and `file-subdir-of-p'.
9760
9761 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9762 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9763 Add COPY-CONTENTS argument.
9764
9765 2012-02-25 Chong Yidong <cyd@gnu.org>
9766
9767 Add custom groups for VC backends, for consistency with vc-bzr.
9768
9769 * vc/vc-arch.el (vc-arch):
9770 * vc/vc-cvs.el (vc-cvs):
9771 * vc/vc-git.el (vc-git):
9772 * vc/vc-hg.el (vc-hg):
9773 * vc/vc-mtn.el (vc-mtn):
9774 * vc/vc-rcs.el (vc-rcs):
9775 * vc/vc-sccs.el (vc-sccs):
9776 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
9777 All relevant defcustoms reassigned.
9778
9779 2012-02-25 Chong Yidong <cyd@gnu.org>
9780
9781 * newcomment.el (comment-styles): Add autoload (Bug#10868).
9782
9783 * term/x-win.el (x-initialize-window-system): Reduce default for
9784 x-selection-timeout to 5 seconds (Bug#8869).
9785
9786 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9787
9788 * files.el (files-equal-p, file-subdir-of-p): New functions.
9789 (copy-directory): Error when trying to copy a directory on itself.
9790 Add missing copy-contents arg to tramp handler.
9791 * dired-aux.el (dired-copy-file-recursive): Same.
9792 (dired-create-files): Modify destination when source is equal to
9793 dest when copying files.
9794 Return also when dest is a subdir of source. (Bug#10489)
9795
9796 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
9797
9798 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
9799 (Bug#10874)
9800
9801 2012-02-23 Alan Mackenzie <acm@muc.de>
9802
9803 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
9804 parameter "after-hook:" to allow the expansion to run code after
9805 the execution of the mode hooks.
9806
9807 * font-lock.el (font-lock-initial-fontify): New function extracted
9808 from font-lock-mode-internal.
9809
9810 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
9811 :after-hook.
9812
9813 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
9816 (completion--cache-all-sorted-completions): New function.
9817 (completion-all-sorted-completions): Use it.
9818 (completion--do-completion, minibuffer-force-complete):
9819 Use it to re-instate the flush hook.
9820
9821 * icomplete.el (icomplete-completions): Replace last fix with a better
9822 one (bug#10850).
9823
9824 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
9825
9826 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
9827 when it might call us back infinitely (bug#10797).
9828
9829 2012-02-23 Glenn Morris <rgm@gnu.org>
9830
9831 * minibuffer.el (completion-category-overrides): Doc fix.
9832
9833 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * minibuffer.el (completion-table-with-context): Fix inf-loop.
9836 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
9837
9838 2012-02-23 Glenn Morris <rgm@gnu.org>
9839
9840 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
9841 (authors-obsolete-files-regexps, authors-ignored-files)
9842 (authors-ambiguous-files, authors-renamed-files-alist):
9843 Add more entries.
9844
9845 2012-02-23 Juri Linkov <juri@jurta.org>
9846
9847 * isearch.el (isearch-occur): Sync interactive spec with occur's
9848 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
9849
9850 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9851
9852 2012-02-22 Juri Linkov <juri@jurta.org>
9853
9854 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
9855 (ucs-insert): Doc fix. Check for hex digits in the string.
9856 Don't display `nil' in the error message. (Bug#10857)
9857
9858 2012-02-22 Alan Mackenzie <acm@muc.de>
9859
9860 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
9861
9862 2012-02-22 Glenn Morris <rgm@gnu.org>
9863
9864 * ffap.el (ffap-c-path):
9865 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
9866
9867 2012-02-22 Chong Yidong <cyd@gnu.org>
9868
9869 * custom.el (load-theme): Doc fix.
9870
9871 2012-02-22 Glenn Morris <rgm@gnu.org>
9872
9873 * dired-x.el (dired-guess-shell-alist-default):
9874 Remove escape sequences from nroff output. (Bug#172)
9875
9876 2012-02-21 Glenn Morris <rgm@gnu.org>
9877
9878 * vc/emerge.el (emerge-defvar-local):
9879 Set `permanent-local' property rather than unused `preserved'.
9880
9881 * textmodes/picture.el (picture-delete-char): New alias.
9882 (picture-mode-map): Use it. (Bug#10860)
9883 (picture-mode): Doc fix.
9884
9885 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
9886
9887 * newcomment.el (uncomment-region-default): Remove unused binding.
9888
9889 2012-02-21 Glenn Morris <rgm@gnu.org>
9890
9891 * textmodes/picture.el (picture-motion, picture-motion-reverse)
9892 (picture-self-insert, picture-tab-chars): Doc fix.
9893 (picture-mode-map): Fix C-a, C-e.
9894
9895 2012-02-20 Glenn Morris <rgm@gnu.org>
9896
9897 * emacs-lisp/authors.el (authors-aliases): Add another entry.
9898
9899 2012-02-20 Leo Liu <sdl.web@gmail.com>
9900
9901 * icomplete.el (icomplete-completions): Check FROM arg before
9902 passing to substring (Bug#10850).
9903
9904 2012-02-19 Chong Yidong <cyd@gnu.org>
9905
9906 * comint.el: Require ansi-color.
9907 (comint-output-filter-functions): Add ansi-color-process-output.
9908
9909 * ansi-color.el: Don't set comint-output-filter-functions; it is
9910 now in the initial value defined in comint.el.
9911 (ansi-color-apply-face-function): New variable.
9912 (ansi-color-apply-on-region): Use it.
9913 (ansi-color-apply-overlay-face): New function.
9914
9915 * shell.el (shell): No need to require ansi-color.
9916 (shell-mode): Use ansi-color-apply-face-function to highlight
9917 color escapes using font-lock-face property (Bug#10835).
9918
9919 2012-02-19 Chong Yidong <cyd@gnu.org>
9920
9921 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
9922 mode-line formats (Bug#10839).
9923
9924 2012-02-18 Glenn Morris <rgm@gnu.org>
9925
9926 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
9927
9928 * mail/undigest.el (unforward-rmail-message): Doc fix.
9929
9930 * saveplace.el (save-place-ignore-files-regexp): Add :version.
9931
9932 2012-02-18 Eli Zaretskii <eliz@gnu.org>
9933
9934 * international/characters.el (script-list): Sync with the latest
9935 Unicode Character Database.
9936
9937 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
9938
9939 * international/titdic-cnv.el: Remove duplicate coding tag.
9940 * language/cham.el: Likewise.
9941 * language/tai-viet.el: Likewise.
9942
9943 2012-02-18 Glenn Morris <rgm@gnu.org>
9944
9945 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
9946 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
9947 (calendar-bahai-all-holidays-flag, calendar-other-dates):
9948 * calendar/diary-lib.el (diary-abbreviated-year-flag):
9949 * calendar/holidays.el (holiday-bahai-holidays)
9950 (calendar-holidays, list-holidays):
9951 Use utf-8 Bahá'í in doc-strings, menus, etc.
9952
9953 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
9954
9955 * saveplace.el (save-place-ignore-files-regexp): New variable
9956 allowing for excluding files from saving their location of point.
9957 The default value matches the temporary commit message editing
9958 files from Git, SVN, Bazaar, and Mercurial.
9959 (save-place-to-alist): Use it.
9960
9961 2012-02-17 Lawrence Mitchell <wence@gmx.li>
9962 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * newcomment.el (uncomment-region-default): Don't leave extra space
9965 when an arg is provided (bug#8150).
9966
9967 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
9968
9969 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
9970
9971 2012-02-17 Glenn Morris <rgm@gnu.org>
9972
9973 * net/socks.el: Require network-stream. (Bug#10599)
9974
9975 2012-02-17 Kenichi Handa <handa@m17n.org>
9976
9977 * international/charprop.el:
9978 * international/uni-name.el:
9979 * international/uni-old-name.el:
9980 * international/uni-comment.el: Regenerate.
9981
9982 2012-02-16 Glenn Morris <rgm@gnu.org>
9983
9984 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
9985 Interactively in calendar buffer, give an error if not on a date.
9986
9987 2012-02-15 Glenn Morris <rgm@gnu.org>
9988
9989 * shell.el (shell-delimiter-argument-list):
9990 Revert 2011-02-17 change. (Bug#8027)
9991
9992 2012-02-15 Chong Yidong <cyd@gnu.org>
9993
9994 * minibuffer.el (completion-at-point-functions): Doc fix.
9995
9996 * custom.el (defcustom): Doc fix; note use of defvar.
9997
9998 2012-02-15 Glenn Morris <rgm@gnu.org>
9999
10000 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10001 Doc fixes.
10002
10003 2012-02-14 Glenn Morris <rgm@gnu.org>
10004
10005 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10006
10007 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10008
10009 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10010 way the ports list is computed.
10011 (smtpmail-query-smtp-server): Prompt the user for a port number if
10012 we can't connect to any of the standard ports (bug#10810).
10013
10014 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10015
10016 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10017
10018 2012-02-13 Glenn Morris <rgm@gnu.org>
10019
10020 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10021
10022 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10023
10024 * net/gnutls.el (gnutls-trustfiles): New variable.
10025 (gnutls-negotiate): Use it.
10026
10027 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10028
10029 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10030 does its stuff if Gnus is running.
10031
10032 2012-02-13 Alan Mackenzie <acm@muc.de>
10033
10034 Fix a loop in c-set-fl-decl-start.
10035
10036 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10037 c-backward-syntactic-ws actually moves backwards.
10038
10039 2012-02-13 Leo Liu <sdl.web@gmail.com>
10040
10041 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10042 beginning so that all \C-o chars are removed.
10043
10044 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10045
10046 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10047
10048 2012-02-12 Alan Mackenzie <acm@muc.de>
10049
10050 Fix infinite loop with long macros.
10051 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10052
10053 2012-02-12 Chong Yidong <cyd@gnu.org>
10054
10055 * window.el (display-buffer): Doc fix (Bug#10785).
10056
10057 2012-02-12 Glenn Morris <rgm@gnu.org>
10058
10059 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10060 (x-disown-selection-internal, x-get-selection-internal):
10061 Sync docs with the xselect.c versions.
10062
10063 * allout-widgets.el: Add missing license notice.
10064
10065 2012-02-11 Glenn Morris <rgm@gnu.org>
10066
10067 * select.el (x-get-selection-internal, x-own-selection-internal)
10068 (x-disown-selection-internal):
10069 * x-dnd.el (x-get-selection-internal): Update declarations.
10070
10071 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10072
10073 * window.el (window-sides-slots):
10074 * tool-bar.el (tool-bar-position):
10075 * term/xterm.el (xterm-extra-capabilities):
10076 * ses.el (ses-self-reference-early-detection):
10077 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10078 (verilog-auto-wire-type)
10079 (verilog-auto-delete-trailing-whitespace)
10080 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10081 (verilog-auto-tieoff-declaration):
10082 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10083 (sql-oracle-statement-starters, sql-oracle-scan-on):
10084 * progmodes/prolog.el (prolog-align-comments-flag)
10085 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10086 (prolog-left-indent-regexp, prolog-paren-indent-p)
10087 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10088 (prolog-types, prolog-mode-specificators)
10089 (prolog-determinism-specificators, prolog-directives)
10090 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10091 (prolog-electric-dot-flag)
10092 (prolog-electric-dot-full-predicate-template)
10093 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10094 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10095 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10096 (prolog-program-switches, prolog-prompt-regexp)
10097 (prolog-debug-on-string, prolog-debug-off-string)
10098 (prolog-trace-on-string, prolog-trace-off-string)
10099 (prolog-zip-on-string, prolog-zip-off-string)
10100 (prolog-use-standard-consult-compile-method-flag)
10101 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10102 (prolog-imenu-max-lines, prolog-info-predicate-index)
10103 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10104 (prolog-char-quote-workaround):
10105 * progmodes/cc-vars.el (c-defun-tactic):
10106 * net/tramp.el (tramp-encoding-command-interactive)
10107 (tramp-local-end-of-line):
10108 * net/soap-client.el (soap-client):
10109 * net/netrc.el (netrc-file):
10110 * net/gnutls.el (gnutls):
10111 * minibuffer.el (completion-category-overrides)
10112 (completion-cycle-threshold)
10113 (completion-pcm-complete-word-inserts-delimiters):
10114 * man.el (Man-name-local-regexp):
10115 * mail/feedmail.el (feedmail-display-full-frame):
10116 * international/characters.el (glyphless-char-display-control):
10117 * eshell/em-ls.el (eshell-ls-date-format):
10118 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10119 (lisp-lambda-list-keyword-parameter-indentation)
10120 (lisp-lambda-list-keyword-parameter-alignment):
10121 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10122 * dired-x.el (dired-omit-verbose):
10123 * cus-theme.el (custom-theme-allow-multiple-selections):
10124 * calc/calc.el (calc-highlight-selections-with-faces)
10125 (calc-lu-field-reference, calc-lu-power-reference)
10126 (calc-note-threshold):
10127 * battery.el (battery-mode-line-limit):
10128 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10129 (archive-7z-update):
10130 * allout.el (allout-prefixed-keybindings)
10131 (allout-unprefixed-keybindings)
10132 (allout-inhibit-auto-fill-on-headline)
10133 (allout-flattened-numbering-abbreviation):
10134 * allout-widgets.el (allout-widgets-auto-activation)
10135 (allout-widgets-icons-dark-subdir)
10136 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10137 (allout-widgets-theme-dark-background)
10138 (allout-widgets-theme-light-background)
10139 (allout-widgets-item-image-properties-emacs)
10140 (allout-widgets-item-image-properties-xemacs)
10141 (allout-widgets-run-unit-tests-on-load)
10142 (allout-widgets-time-decoration-activity)
10143 (allout-widgets-hook-error-post-time)
10144 (allout-widgets-track-decoration):
10145 Add missing :version tags to new defcustoms and defgroups.
10146
10147 * progmodes/sql.el (sql-ansi-statement-starters)
10148 (sql-oracle-statement-starters): Add custom type.
10149
10150 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10151 (prolog-system-version): Give it a type.
10152
10153 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10154
10155 * term/pc-win.el (x-select-text, x-selection-owner-p)
10156 (x-own-selection-internal, x-disown-selection-internal)
10157 (x-get-selection-internal): Sync doc strings and argument lists
10158 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10159
10160 2012-02-11 Leo Liu <sdl.web@gmail.com>
10161
10162 * progmodes/python.el (python-end-of-statement): Fix infinite
10163 loop. (Bug#10788)
10164
10165 2012-02-10 Glenn Morris <rgm@gnu.org>
10166
10167 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10168 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10169
10170 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10171
10172 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10173 about SMTP before checking the From header.
10174
10175 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10176 into own function for reuse by emacsbug.el.
10177
10178 2012-02-10 Leo Liu <sdl.web@gmail.com>
10179
10180 * subr.el (condition-case-unless-debug): Rename from
10181 condition-case-no-debug. All callers changed.
10182 (with-demoted-errors): Fix caller.
10183
10184 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10185 * nxml/rng-valid.el (rng-do-some-validation):
10186 * emacs-lisp/package.el (package-refresh-contents)
10187 (package-menu-execute):
10188 * desktop.el (desktop-create-buffer):
10189 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10190
10191 2012-02-10 Glenn Morris <rgm@gnu.org>
10192
10193 * textmodes/bibtex.el:
10194 Add missing :version tags for new/changed defcustoms.
10195
10196 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10197
10198 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10199
10200 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10201 (smtpmail-via-smtp): Use it, or fall back on the From address.
10202 (smtpmail-send-it): Ditto.
10203
10204 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10207 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10208 (byte-compile-tmp-var): New const.
10209 (byte-compile-defvar): Use it to minimize .elc size.
10210 Just use `defvar' rather than simulate it (bug#10761).
10211
10212 2012-02-09 Glenn Morris <rgm@gnu.org>
10213
10214 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10215
10216 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10217 Add :version tags.
10218
10219 * progmodes/compile.el (compilation-error-screen-columns)
10220 (compilation-first-column, compilation-filter-start): Doc fixes.
10221
10222 * vc/log-view.el (log-view-toggle-entry-display):
10223 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10224
10225 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10226 (report-emacs-bug-can-use-xdg-email):
10227 (report-emacs-bug-insert-to-mailer): Doc fixes.
10228 (report-emacs-bug): Message fix.
10229
10230 * net/browse-url.el (browse-url-can-use-xdg-open)
10231 (browse-url-xdg-open): Doc fixes.
10232
10233 * electric.el (electric-indent-mode, electric-pair-mode)
10234 (electric-layout-rules, electric-layout-mode): Doc fixes.
10235 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10236
10237 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10238
10239 * server.el (server-unselect-display): Don't inadvertently kill
10240 the current buffer. (Bug#10729)
10241
10242 2012-02-08 Glenn Morris <rgm@gnu.org>
10243
10244 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10245 (sql-list-table): Doc fixes.
10246
10247 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10248 Comment out (does nothing).
10249
10250 * completion.el (dynamic-completion-mode):
10251 * dirtrack.el (dirtrack-debug-mode):
10252 * electric.el (electric-layout-mode):
10253 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10254 * face-remap.el (text-scale-mode, buffer-face-mode):
10255 * iimage.el (iimage-mode):
10256 * image-mode.el (image-transform-mode):
10257 * minibuffer.el (completion-in-region-mode):
10258 * scroll-lock.el (scroll-lock-mode):
10259 * simple.el (next-error-follow-minor-mode):
10260 * tar-mode.el (tar-subfile-mode):
10261 * tooltip.el (tooltip-mode):
10262 * vcursor.el (vcursor-use-vcursor-map):
10263 * wid-browse.el (widget-minor-mode):
10264 * emulation/tpu-edt.el (tpu-edt-mode):
10265 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10266 * international/iso-ascii.el (iso-ascii-mode):
10267 * language/thai-util.el (thai-word-mode):
10268 * mail/supercite.el (sc-minor-mode):
10269 * net/goto-addr.el (goto-address-mode):
10270 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10271 * progmodes/cwarn.el (cwarn-mode):
10272 * progmodes/flymake.el (flymake-mode):
10273 * progmodes/glasses.el (glasses-mode):
10274 * progmodes/hideshow.el (hs-minor-mode):
10275 * progmodes/pascal.el (pascal-outline-mode):
10276 * textmodes/enriched.el (enriched-mode):
10277 * vc/smerge-mode.el (smerge-mode):
10278 Doc fixes (minor mode argument).
10279
10280 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10281
10282 * ls-lisp.el (ls-lisp-sanitize): New function.
10283 (ls-lisp-insert-directory): Use it to fix or remove any elements
10284 in file-alist with missing attributes. (Bug#4673)
10285
10286 2012-02-07 Alan Mackenzie <acm@muc.de>
10287
10288 Fix spurious recognition of c-in-knr-argdecl.
10289
10290 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10291 putative K&R region.
10292
10293 2012-02-07 Alan Mackenzie <acm@muc.de>
10294
10295 * progmodes/cc-engine.el (c-forward-objc-directive):
10296 Prevent looping in "#pragma mark @implementation".
10297
10298 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10299
10300 * notifications.el (notifications-on-closed-signal): Make `reason'
10301 optional. (Bug#10744)
10302
10303 2012-02-07 Glenn Morris <rgm@gnu.org>
10304
10305 * emacs-lisp/easy-mmode.el (define-minor-mode):
10306 Doc fixes for the macro and the mode it defines.
10307
10308 * image.el (imagemagick-types-inhibit): Doc fix.
10309
10310 * cus-start.el (imagemagick-render-type): Add it.
10311
10312 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10313
10314 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10315 Set the default at load time, too, so that `font-lock-fontify-buffer'
10316 can be called without setting up the entire mode first. This fixes
10317 a bug in `mm-inline-text' with C MIME parts.
10318
10319 2012-02-06 Chong Yidong <cyd@gnu.org>
10320
10321 * simple.el (list-processes--refresh): Delete exited processes
10322 (Bug#8094).
10323
10324 * comint.el (comint-next-prompt): next-single-char-property-change
10325 and prev-single-char-property-change never return nil (Bug#8657).
10326
10327 * custom.el (defcustom): Doc fix (Bug#9711).
10328
10329 2012-02-05 Chong Yidong <cyd@gnu.org>
10330
10331 * cus-edit.el (custom-variable-reset-backup): Quote the value
10332 before storing it in the customized-value property (Bug#6712).
10333 (custom-display): Add a customization type tag.
10334 (custom-buffer-create-internal): Improve tooltip message.
10335
10336 * wid-edit.el (widget-field-value-get): New optional arg to
10337 suppress trailing whitespace truncation.
10338 (character): Use it (Bug#2689).
10339
10340 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10341
10342 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10343 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10344
10345 2012-02-05 Chong Yidong <cyd@gnu.org>
10346
10347 * cus-edit.el (custom-variable-value-create): For mismatched
10348 types, show the current value (Bug#7600).
10349
10350 * custom.el (defcustom): Doc fix.
10351
10352 2012-02-05 Glenn Morris <rgm@gnu.org>
10353
10354 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10355
10356 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10357
10358 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10359 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10360 (pp-last-sexp): Use `looking-at-p'.
10361
10362 2012-02-04 Glenn Morris <rgm@gnu.org>
10363
10364 * files.el (revert-buffer):
10365 Doc fix (mention revert-buffer-in-progress-p).
10366
10367 * emacs-lisp/ert-x.el (ert-simulate-command):
10368 Check deferred-action-list (which is obsolete) is bound.
10369
10370 * subr.el (with-wrapper-hook): Doc fixes.
10371
10372 * simple.el (filter-buffer-substring-functions)
10373 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10374
10375 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10376
10377 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10378 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10379
10380 2012-02-04 Leo Liu <sdl.web@gmail.com>
10381
10382 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10383
10384 2012-02-04 Glenn Morris <rgm@gnu.org>
10385
10386 * image.el (image-extension-data): Add obsolete alias.
10387
10388 * isearch.el (isearch-update): Doc fix.
10389
10390 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10391
10392 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10393
10394 2012-02-03 Glenn Morris <rgm@gnu.org>
10395
10396 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10397 (image-animate-timeout): Doc fix.
10398
10399 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10400
10401 2012-02-02 Glenn Morris <rgm@gnu.org>
10402
10403 * server.el (server-auth-dir): Doc fix.
10404 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10405
10406 * subr.el (run-mode-hooks): Doc fix.
10407
10408 2012-02-02 Juri Linkov <juri@jurta.org>
10409
10410 * image-mode.el (image-toggle-display-image): Remove tautological
10411 `major-mode' from the `derived-mode-p' test.
10412
10413 2012-02-02 Kenichi Handa <handa@m17n.org>
10414
10415 * composite.el (compose-region): Cancel previous change.
10416
10417 2012-02-02 Kenichi Handa <handa@m17n.org>
10418
10419 * composite.el (compose-region, compose-string): Signal error for
10420 a null string component (Bug#6988).
10421
10422 2012-02-01 Chong Yidong <cyd@gnu.org>
10423
10424 * view.el (view-buffer-other-window, view-buffer-other-frame):
10425 Handle special modes like view-buffer (Bug#10650).
10426 (view-buffer): Simplify.
10427
10428 * frame.el (set-frame-font): Tweak meaning of third argument.
10429
10430 * dynamic-setting.el (font-setting-change-default-font):
10431 Use set-frame-font (Bug#9982).
10432
10433 2012-02-01 Glenn Morris <rgm@gnu.org>
10434
10435 * progmodes/compile.el (compilation-internal-error-properties):
10436 Respect compilation-first-column in the "*compilation*" buffer.
10437
10438 * emacs-lisp/easy-mmode.el (define-minor-mode):
10439 Relax :variable's test for a named function.
10440
10441 2012-01-31 Alan Mackenzie <acm@muc.de>
10442
10443 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10444 off by one error.
10445
10446 2012-01-31 Chong Yidong <cyd@gnu.org>
10447
10448 * frame.el (set-frame-font): New arg ALL-FRAMES.
10449
10450 * menu-bar.el (menu-set-font): Use set-frame-font.
10451
10452 * faces.el (face-spec-reset-face): Don't apply unspecified
10453 attribute values to the default face.
10454
10455 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
10456
10457 * progmodes/cwarn.el (cwarn): Remove dead link.
10458 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10459 Remove * from defcustom docstrings.
10460 (turn-on-cwarn-mode): Make obsolete.
10461 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10462 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10463
10464 2012-01-31 Glenn Morris <rgm@gnu.org>
10465
10466 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10467 Fix :variable handling of mode a symbol not equal to modefun.
10468 Allow named functions to be used as the cdr of :variable.
10469
10470 2012-01-30 Glenn Morris <rgm@gnu.org>
10471
10472 * emacs-lisp/authors.el (authors-fixed-entries):
10473 Remove reference to deleted file rnewspost.el.
10474
10475 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
10476
10477 * window.el (window-with-parameter): Remove unused variable `windows'.
10478 (window--side-check): Remove unused variable `code'.
10479 (window--resize-siblings): Remove unused variable `first'.
10480 (adjust-window-trailing-edge): Remove unused variable `failed'.
10481 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10482 Use `let', not `let*'.
10483 (balance-windows-2): Remove unused variable `found'.
10484 (window--state-put-2): Remove unused variable `splits'.
10485 (window-state-put): Remove unused variable `selected'.
10486 (same-window-p): Use `string-match-p'.
10487 (display-buffer-assq-regexp): Remove unused variable `value'.
10488 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10489 Mark argument ALIST as ignored.
10490 (pop-to-buffer): Remove unused variable `old-window'.
10491
10492 2012-01-29 Eli Zaretskii <eliz@gnu.org>
10493
10494 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10495 and .lzma compressed files.
10496
10497 2012-01-29 Chong Yidong <cyd@gnu.org>
10498
10499 * frame.el (window-system-default-frame-alist): Doc fix.
10500
10501 * dynamic-setting.el (font-setting-change-default-font): Don't
10502 change the default face if SET-FONT argument is non-nil (Bug#9982).
10503
10504 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10505
10506 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10507
10508 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
10509
10510 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10511 breakpoints in files outside current directory (Bug#6098).
10512
10513 2012-01-29 Chong Yidong <cyd@gnu.org>
10514
10515 * progmodes/python.el: Require ansi-color at top-level.
10516
10517 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10518 Define and use in Emacs Lisp mode (Bug#9360).
10519 (lisp-mode-abbrev-table): Add doc.
10520 (lisp-mode-variables): Don't set local-abbrev-table.
10521 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10522
10523 2012-01-28 Roland Winkler <winkler@gnu.org>
10524
10525 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10526
10527 2012-01-28 Roland Winkler <winkler@gnu.org>
10528
10529 * textmodes/bibtex.el (bibtex-entry-alist): New function.
10530 (bibtex-set-dialect): Use it. Either set global values of
10531 dialect-dependent variables or bind these variables buffer-locally
10532 (Bug#10254).
10533 (bibtex-mode): Call bibtex-set-dialect via
10534 hack-local-variables-hook.
10535 (bibtex-dialect): Update docstring.
10536 Add safe-local-variable predicate.
10537 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10538 bibtex-set-dialect.
10539 (bibtex-mode-map): Define menu for each dialect.
10540 (bibtex-entry): Fix docstring.
10541
10542 2012-01-28 Chong Yidong <cyd@gnu.org>
10543
10544 * eshell/esh-arg.el (eshell-quote-argument): New function.
10545
10546 * eshell/esh-ext.el (eshell-invoke-batch-file):
10547 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10548 first arg to eshell-parse-command (Bug#10523).
10549
10550 2012-01-28 Drew Adams <drew.adams@oracle.com>
10551
10552 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10553 `default-directory' is non-nil.
10554
10555 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10556
10557 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10558 line that displays system-configuration-options. (Bug#9924)
10559
10560 2012-01-28 Drew Adams <drew.adams@oracle.com>
10561
10562 * descr-text.el (describe-char): Show information about POS, in
10563 addition to information about the character at POS. Improve and
10564 update the doc string. Change "code point" to "code point in
10565 charset", to avoid confusion with the character's Unicode code
10566 point shown above that. (Bug#10129)
10567
10568 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10569
10570 * descr-text.el (describe-char): Show the raw character, not only
10571 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10572 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10573 for the reasons.
10574
10575 2012-01-28 Phil Hagelberg <phil@hagelb.org>
10576
10577 * emacs-lisp/package.el (package-install):
10578 Run package-refresh-contents if there is no archive yet (Bug#9798).
10579
10580 2012-01-28 Chong Yidong <cyd@gnu.org>
10581
10582 * emacs-lisp/package.el (package-maybe-load-descriptor):
10583 New function, split from package-maybe-load-descriptor.
10584 (package-maybe-load-descriptor): Use it.
10585 (package-download-transaction): Fully load required packages
10586 inside the loop, so that `require' calls work (Bug#10593).
10587 (package-install): No need to call package-initialize now.
10588
10589 2012-01-28 Chong Yidong <cyd@gnu.org>
10590
10591 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10592
10593 * tooltip.el (tooltip-mode): Doc fix.
10594 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10595
10596 * frame.el (set-cursor-color): Doc fix (Bug#352).
10597
10598 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10599 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10600
10601 * cus-edit.el (custom-buffer-create-internal): Fix search button
10602 action (Bug#10542).
10603 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
10604
10605 2012-01-27 Eduard Wiebe <usenet@pusto.de>
10606
10607 * dired.el (dired-mark-files-regexp):
10608 Include any subdirectory components. (Bug#10445)
10609
10610 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
10611
10612 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10613 Handle [host]:port syntax. (Bug#10533)
10614
10615 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
10616
10617 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10618
10619 2012-01-26 Glenn Morris <rgm@gnu.org>
10620
10621 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10622 * term.el (term-raw-escape-map): Use Control-X-prefix.
10623 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
10624
10625 2012-01-25 Martin Rudalics <rudalics@gmx.at>
10626
10627 * window.el (window-state-get, window--state-get-1): Don't deal
10628 with fixed-sizeness of windows. Simplify code.
10629
10630 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10631
10632 * window.el (window--state-get-1, window--state-put-2):
10633 Don't save and restore the mark.
10634
10635 2012-01-25 Chong Yidong <cyd@gnu.org>
10636
10637 * custom.el (custom-variable-p): Doc fix.
10638
10639 2012-01-25 Glenn Morris <rgm@gnu.org>
10640
10641 * dired.el (dired-goto-file): Handle some of the more common
10642 characters that `ls -b' escapes. (Bug#10596)
10643
10644 * progmodes/compile.el (compilation-next-error-function):
10645 Respect compilation-first-column in the "*compilation*" buffer.
10646 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
10647
10648 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10649
10650 2012-01-24 Glenn Morris <rgm@gnu.org>
10651
10652 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10653
10654 2012-01-24 Julien Danjou <julien@danjou.info>
10655
10656 * color.el (color-rgb-to-hsl): Fix value computing.
10657 (color-hue-to-rgb): New function.
10658 (color-hsl-to-rgb): New function.
10659 (color-clamp, color-saturate-hsl, color-saturate-name)
10660 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10661 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10662
10663 2012-01-24 Glenn Morris <rgm@gnu.org>
10664
10665 * vc/vc-rcs.el (vc-rcs-create-tag):
10666 * vc/vc-sccs.el (vc-sccs-create-tag):
10667 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
10668
10669 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
10670
10671 * eshell/esh-util.el (eshell-read-hosts-file):
10672 Skip comment lines. (Bug#10549)
10673
10674 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10675
10676 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
10677
10678 * subr.el (display-delayed-warnings): Doc fix.
10679 (collapse-delayed-warnings): New function to collapse identical
10680 adjacent warnings.
10681 (delayed-warnings-hook): Add it.
10682
10683 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
10684
10685 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10686
10687 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10688 (tramp-default-user-alist): Don't add "pscp".
10689 (tramp-do-copy-or-rename-file-out-of-band): Use connection
10690 property "login-as", if set. (Bug#10530)
10691
10692 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
10693
10694 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10695 "plink1" and "psftp". (Bug#10530)
10696
10697 2012-01-21 Kenichi Handa <handa@m17n.org>
10698
10699 * international/mule-cmds.el (prefer-coding-system): Show a
10700 warning message if the default value of file-name-coding-system
10701 was not changed.
10702
10703 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10704
10705 * windmove.el (windmove-reference-loc):
10706 Fix windmove-reference-loc miscalculation.
10707
10708 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
10709
10710 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10711 default unit.
10712
10713 2012-01-21 Glenn Morris <rgm@gnu.org>
10714
10715 * international/mule.el (auto-coding-alist): Add .tbz.
10716
10717 * files.el (local-enable-local-variables): Doc fix.
10718 (inhibit-local-variables-regexps): Rename from
10719 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
10720 Doc fix. Add some extensions from auto-coding-alist.
10721 (inhibit-local-variables-suffixes):
10722 Rename from inhibit-first-line-modes-suffixes. Doc fix.
10723 (inhibit-local-variables-p):
10724 New function, extracted from set-auto-mode-1.
10725 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
10726 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
10727 (hack-local-variables): Doc fix. Make the mode-only case
10728 respect enable-local-variables and friends.
10729 Respect inhibit-local-variables-regexps for file-locals, but
10730 not for directory-locals.
10731 (set-visited-file-name):
10732 Take account of inhibit-local-variables-regexps.
10733 Whether it applies may change as the file name is changed.
10734 * jka-cmpr-hook.el (jka-compr-install):
10735 * jka-compr.el (jka-compr-uninstall):
10736 Update for inhibit-first-line-modes-suffixes name change.
10737
10738 2012-01-20 Martin Rudalics <rudalics@gmx.at>
10739
10740 * help-macro.el (make-help-screen): Temporarily restore original
10741 binding for minor-mode-map-alist (Bug#10454).
10742
10743 2012-01-19 Julien Danjou <julien@danjou.info>
10744
10745 * color.el (color-name-to-rgb): Use the white color to find the max
10746 color component value and return correctly computed values.
10747 (color-name-to-rgb): Add missing float conversion for max value.
10748
10749 2012-01-19 Martin Rudalics <rudalics@gmx.at>
10750
10751 * window.el (window--state-get-1, window-state-get): Do not use
10752 special state value for window-persistent-parameters.
10753 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
10754 (window--state-put-2): Reset all window parameters to nil before
10755 assigning values of persistent parameters.
10756
10757 2012-01-18 Alan Mackenzie <acm@muc.de>
10758
10759 Eliminate sluggishness and hangs in fontification of "semicolon
10760 deserts".
10761
10762 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10763 Change value 10000 -> 3000.
10764 (c-state-safe-place): Reformulate so it doesn't stack up an
10765 infinite number of wrong entries in c-state-nonlit-pos-cache.
10766 (c-determine-limit-get-base, c-determine-limit): New functions to
10767 determine backward search limits disregarding literals.
10768 (c-find-decl-spots): Amend commenting.
10769 (c-cheap-inside-bracelist-p): New function which detects "={".
10770
10771 * progmodes/cc-fonts.el
10772 (c-make-font-lock-BO-decl-search-function): Give a limit to a
10773 backward search.
10774 (c-font-lock-declarations): Fix an occurrence of point being
10775 undefined. Check additionally for point being in a bracelist or
10776 near a macro invocation without a semicolon so as to avoid a
10777 fruitless time consuming search for a declarator. Give a more
10778 precise search limit for declarators using the new
10779 c-determine-limit.
10780
10781 2012-01-18 Glenn Morris <rgm@gnu.org>
10782
10783 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
10784 (set-auto-mode): Doc fixes.
10785
10786 2012-01-17 Glenn Morris <rgm@gnu.org>
10787
10788 * isearch.el (search-nonincremental-instead): Fix doc typo.
10789
10790 * dired.el (dired-insert-directory): Handle newlines in directory name.
10791 (dired-build-subdir-alist): Unescape newlines in directory name.
10792
10793 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
10794
10795 * net/tramp.el (tramp-local-end-of-line): New defcustom.
10796 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
10797 (tramp-action-terminal): Use it. (Bug#10530)
10798
10799 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10802
10803 2012-01-16 Martin Rudalics <rudalics@gmx.at>
10804
10805 * window.el (window-state-ignored-parameters): Remove variable.
10806 (window--state-get-1): Rename argument MARKERS to IGNORE.
10807 Handle persistent window parameters. Make copy of clone-of
10808 parameter only if requested. (Bug#10348)
10809 (window--state-put-2): Install a window parameter only if it has
10810 a non-nil value or an existing parameter shall be overwritten.
10811
10812 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
10813
10814 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10815
10816 2012-01-14 Eli Zaretskii <eliz@gnu.org>
10817
10818 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
10819 don't pass the (nil) value of `upnode' to string-match.
10820
10821 2012-01-14 Chong Yidong <cyd@gnu.org>
10822
10823 * startup.el (command-line): Fix X resource class for cursorColor.
10824 Fix values recognized by the cursorBlink resource.
10825
10826 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
10827
10828 * epg.el (epg--make-temp-file): Avoid permission race condition
10829 when running on old Emacs versions (bug#10403).
10830
10831 2012-01-14 Glenn Morris <rgm@gnu.org>
10832
10833 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10834
10835 2012-01-13 Alan Mackenzie <acm@muc.de>
10836
10837 Fix filling for when filladapt mode is enabled.
10838
10839 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
10840 c-mask-paragraph, pass in `fill-paragraph' rather than
10841 `fill-region-as-paragraph'. (This is a reversion of a previous
10842 change.)
10843 * progmodes/cc-mode.el (c-basic-common-init):
10844 Make fill-paragraph-handle-comment buffer local and set it to nil.
10845
10846 2012-01-13 Glenn Morris <rgm@gnu.org>
10847
10848 * dired.el (dired-switches-escape-p): New function.
10849 (dired-insert-directory): Use dired-switches-escape-p.
10850 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
10851
10852 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
10853
10854 2012-01-12 Glenn Morris <rgm@gnu.org>
10855
10856 * mail/sendmail.el (mail-mode): Update paragraph-separate for
10857 changes in adaptive-fill-regexp. (Bug#10276)
10858
10859 2012-01-11 Alan Mackenzie <acm@muc.de>
10860
10861 Fix Emacs bug #10463 - put `widen's around the critical spots.
10862
10863 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
10864 widen around each invocation of c-state-pp-to-literal. Remove an
10865 unused let variable.
10866
10867 2012-01-11 Glenn Morris <rgm@gnu.org>
10868
10869 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
10870 Doc fix.
10871
10872 2012-01-10 Chong Yidong <cyd@gnu.org>
10873
10874 * net/network-stream.el (network-stream-open-starttls):
10875 Avoid emitting a confusing error message when the server gives a bad
10876 response to the capability command.
10877
10878 2012-01-10 Glenn Morris <rgm@gnu.org>
10879
10880 * mail/unrmail.el (unrmail): Tweak previous change.
10881
10882 2012-01-09 Chong Yidong <cyd@gnu.org>
10883
10884 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10885
10886 2012-01-08 Alan Mackenzie <acm@muc.de>
10887
10888 Optimise font locking in long enum definitions.
10889
10890 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
10891 arm to a cond form to handle enums.
10892 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
10893 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
10894
10895 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
10896
10897 * files.el (move-file-to-trash): Preserve default file modes on error.
10898 (Bug#10401)
10899
10900 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10901
10902 * faces.el (set-face-attribute): Clarify the meaning of the nil
10903 frame (bug#10294).
10904
10905 * subr.el (with-selected-frame): Mention that the selected frame
10906 is restored (bug#9980).
10907
10908 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
10909 (bug#9759).
10910
10911 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
10912 (password-read): Don't autoload unused function.
10913
10914 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
10915
10916 * progmodes/which-func.el (which-func-mode): Turn into a
10917 non-interactive function and mark as obsolete (bug#10428).
10918
10919 2012-01-06 Chong Yidong <cyd@gnu.org>
10920
10921 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
10922 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
10923 functions, along with 1 and -1.
10924
10925 2012-01-06 Eli Zaretskii <eliz@gnu.org>
10926
10927 * time.el (display-time-load-average)
10928 (display-time-default-load-average): Doc fixes. See the thread
10929 starting at
10930 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
10931 for the details.
10932
10933 2012-01-06 Glenn Morris <rgm@gnu.org>
10934
10935 * mail/unrmail.el (unrmail): Give an explicit error if the input file
10936 has no messages. (Bug#10377)
10937
10938 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
10939 than Info-edit. (Bug#10385)
10940
10941 * time.el (display-time-load-average, display-time-next-load-average):
10942 Doc fixes.
10943
10944 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
10945 local setting of buffer-read-only to the input buffer. (Bug#10419)
10946
10947 * calendar/calendar.el (calendar-mode):
10948 Locally set scroll-margin to 0. (Bug#10379)
10949
10950 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
10951
10952 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
10953
10954 2012-01-05 Glenn Morris <rgm@gnu.org>
10955
10956 * eshell/em-unix.el (diff-no-select): Autoload it.
10957 (eshell/diff): Use diff-no-select. (Bug#10420)
10958
10959 2012-01-05 Chong Yidong <cyd@gnu.org>
10960
10961 * shell.el (shell-dynamic-complete-functions): Revert last change.
10962 (shell-command-completion-function): New function.
10963 (shell-completion-vars): Use it to implement
10964 shell-completion-execonly (Bug#10417).
10965
10966 * custom.el (enable-theme): Don't set custom-safe-themes.
10967
10968 * cus-theme.el (custom-theme-merge-theme):
10969 Ignore custom-enabled-themes and custom-safe-themes.
10970
10971 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
10972
10973 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
10974 first prompt in `sql-interacive-mode'.
10975 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
10976 keywords.
10977 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
10978 (sql-product-interactive): Bug fix: Set `sql-buffer' in
10979 context of original buffer. Invoke `sql-login-hook'.
10980
10981 2012-01-04 Eli Zaretskii <eliz@gnu.org>
10982
10983 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
10984 letters in cite-prefix.
10985
10986 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10987
10988 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
10989
10990 2012-01-03 Chong Yidong <cyd@gnu.org>
10991
10992 * shell.el (shell-dynamic-complete-functions):
10993 Put pcomplete-completions-at-point, so as to try
10994 comint-filename-completion first (Bug#10417).
10995
10996 2012-01-02 Richard Stallman <rms@gnu.org>
10997
10998 * battery.el (battery-status-function):
10999 Detect when to use battery-yeeloong-sysfs.
11000 (battery-echo-area-format): Add string for Yeeloong.
11001 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11002 (battery-yeeloong-sysfs): New function.
11003
11004 2012-01-02 Chong Yidong <cyd@gnu.org>
11005
11006 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11007 (dirtrack): Merge code for handling relative filenames in prompt
11008 from shell-dir-cookie-watcher.
11009 (dirtrack-debug-message): New arg to avoid excess format calls.
11010
11011 * shell.el (shell-dir-cookie-re): Variable deleted.
11012 (shell-dir-cookie-watcher): Function deleted.
11013 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11014 with dirtrack-mode.
11015
11016 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11017
11018 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11019 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11020 libgnutls-26.dll.
11021
11022 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11023
11024 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11025
11026 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11027
11028 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11029 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11030
11031 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11032
11033 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11034 also for alternative shells.
11035 (tramp-open-connection-setup-interactive-shell): Check, whether
11036 the shell is a busybox.
11037 (tramp-send-command): Don't suppress multiple prompts for
11038 busyboxes, it hurts.
11039
11040 2011-12-28 Chong Yidong <cyd@gnu.org>
11041
11042 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11043 (gdb-get-source-file): Move mode line update to
11044 gdb-get-source-file (Bug#10087).
11045
11046 2011-12-25 Chong Yidong <cyd@gnu.org>
11047
11048 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11049 gud-gdb-marker-filter without taking it as an argument.
11050 (gud-gdb-run-command-fetch-lines): Caller changed.
11051 (gud-gdb-completion-function): New variable.
11052 (gud-gdb-completion-at-point): Use it.
11053 (gud-gdb-completions-1): Split from gud-gdb-completions.
11054
11055 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11056 function as separate arguments.
11057 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11058 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11059 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11060 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11061 (gdb-stopped, def-gdb-auto-update-trigger)
11062 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11063 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11064 Callers changed.
11065 (gud-gdbmi-completions): New function.
11066 (gdb): Use it for generating the completion table.
11067
11068 2011-12-24 Alan Mackenzie <acm@muc.de>
11069
11070 Introduce a mechanism to widen the region used in context font
11071 locking. Use this to protect declarations from losing their contexts.
11072
11073 * progmodes/cc-langs.el (c-before-font-lock-functions):
11074 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11075 (c-before-context-fontification-functions): New defvar, a list of
11076 functions to be run just before context (etc.) font locking.
11077
11078 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11079 New, functionality extracted from
11080 c-neutralize-syntax-in-and-mark-CPP.
11081 (c-in-after-change-fontification): New variable.
11082 (c-after-change): Set c-in-after-change-fontification.
11083 (c-set-fl-decl-start): Rejig its interface, so it can be called
11084 from both after-change and context fontifying.
11085 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11086 New functions.
11087 (c-standard-font-lock-fontify-region-function): New variable.
11088 (c-font-lock-fontify-region): New function.
11089
11090 2011-12-24 Juri Linkov <juri@jurta.org>
11091
11092 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11093 (Bug#10348)
11094
11095 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11096
11097 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11098 existence of source file. (Bug#10325)
11099
11100 2011-12-23 Alan Mackenzie <acm@muc.de>
11101
11102 Fix unstable fontification inside templates.
11103
11104 * progmodes/cc-langs.el (c-before-font-lock-functions):
11105 Newly created from the singular version. The (c c++ objc) entry now
11106 additionally has c-set-fl-decl-start. The other languages (apart
11107 from AWK) have that as a single entry.
11108
11109 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11110 The functionality for "local" declarations has been extracted to
11111 c-set-fl-decl-start.
11112
11113 * progmodes/cc-mode.el (c-common-init, c-after-change):
11114 Changes due to pluralisation of c-before-font-lock-functions.
11115 (c-set-fl-decl-start): New function, extracted from
11116 c-font-lock-enclosing-decls and enhanced.
11117
11118 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11119
11120 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11121
11122 2011-12-22 Juri Linkov <juri@jurta.org>
11123
11124 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11125
11126 2011-12-22 Chong Yidong <cyd@gnu.org>
11127
11128 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11129
11130 2011-12-21 Drew Adams <drew.adams@oracle.com>
11131
11132 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11133
11134 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11135
11136 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11137
11138 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11139
11140 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11141 highlighting and support. Fix up comments for capitalization.
11142 (cfengine-mode-debug): New var.
11143 (cfengine3-mode): Change the modeline indicator to "CFE3".
11144 (cfengine3-font-lock-keywords): Improve defun highlighting.
11145 (cfengine2-actions): Rename from `cfengine-actions'.
11146 (cfengine2-font-lock-keywords): Rename from
11147 `cfengine-font-lock-keywords'.
11148 (cfengine2-imenu-expression): Rename from
11149 `cfengine-imenu-expression'.
11150 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11151 (cfengine2-beginning-of-defun): Rename from
11152 `cfengine-beginning-of-defun'.
11153 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11154 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11155 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11156 modeline indicator to "CFE2".
11157 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11158 (cfengine-mode-abbrevs): Mark obsolete.
11159
11160 2011-12-21 Chong Yidong <cyd@gnu.org>
11161
11162 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11163 filename argument.
11164
11165 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11166
11167 * window.el (window-normalize-buffer-to-display): Remove.
11168 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11169
11170 2011-12-19 Chong Yidong <cyd@gnu.org>
11171
11172 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11173 Don't signal an error in a predicate function; return non-nil.
11174 (vc-dir-mark-file): Move the error here.
11175 (vc-dir-mark-unmark): If acting on the region, keep going if one
11176 of the entries cannot be marked/unmarked.
11177 (vc-dir-mark-all-files): If current entry is a directory, mark
11178 only child files, as documented.
11179
11180 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11181
11182 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11183 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11184 addition.
11185
11186 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11187
11188 * term/ns-win.el (ns-get-selection-internal)
11189 (ns-store-selection-internal): Declare.
11190 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11191 Declare as obsolete.
11192 (ns-get-pasteboard, ns-paste-secondary):
11193 Use ns-get-selection-internal.
11194 (ns-set-pasteboard, ns-copy-including-secondary):
11195 Use ns-store-selection-internal.
11196
11197 2011-12-17 Chong Yidong <cyd@gnu.org>
11198
11199 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11200 (vc-deduce-fileset): Doc fix.
11201
11202 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11203
11204 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11205
11206 2011-12-13 Sam Steingold <sds@gnu.org>
11207
11208 * man.el (Man-getpage-in-background): When running under a
11209 window-system, ignore $MANWIDTH and $COLUMNS.
11210
11211 2011-12-15 Kenichi Handa <handa@m17n.org>
11212
11213 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11214 (setup-ethiopic-environment-internal): Comment out key-binding for
11215 ethio-toggle-punctuation.
11216
11217 2011-12-13 Alan Mackenzie <acm@muc.de>
11218
11219 Add the switch statement to AWK Mode.
11220
11221 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11222 "default" to the keywords regexp.
11223
11224 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11225 expression as the rest.
11226 (c-nonlabel-token-key): Allow string literals for AWK.
11227 Refactor for the other modes.
11228
11229 Large brace-block initialisation makes CC Mode slow: Fix.
11230 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11231 routines. Limit backward searching in c-font-lock-enclosing.decl.
11232
11233 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11234 pp-state and literal type in addition to the limits.
11235 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11236 (c-state-literal-at): Use the above new defun.
11237 (c-slow-in-literal, c-fast-in-literal): Remove.
11238 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11239
11240 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11241 being in a literal. Add a limit for backward searching.
11242
11243 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11244 c-slow-in-literal.
11245
11246 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11249
11250 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11251
11252 * window.el (delete-other-windows): Use correct frame in call to
11253 window-with-parameter.
11254
11255 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11256
11257 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11258 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11259 (makefile-gmake-statements, makefile-makepp-statements):
11260 Use it and add new makepp keywords.
11261 (makefile-makepp-font-lock-keywords): Add new patterns.
11262 (makefile-match-function-end): Match new [...] and [[...]].
11263
11264 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11265
11266 * ses.el (ses-call-printer-return, ses-cell-property-get)
11267 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11268 (ses-create-cell-variable, ses-reset-header-string)
11269 (ses-cell-set-formula, ses-repair-cell-reference-all)
11270 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11271 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11272 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11273 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11274 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11275 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11276 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11277 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11278 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11279 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11280 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11281 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11282
11283 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11284
11285 * ses.el: The overall change is to add cell renaming, that is
11286 setting fancy names for cell symbols other than name matching
11287 "\\`[A-Z]+[0-9]+\\'" regexp .
11288 (ses-create-cell-variable): New defun.
11289 (ses-relocate-formula): Relocate formulas only for cells the
11290 symbols of which are not renamed, i.e. symbols whose names do not
11291 match regexp "\\`[A-Z]+[0-9]+\\'".
11292 (ses-relocate-all): Relocate values only for cells the symbols of
11293 which are not renamed.
11294 (ses-load): Create cells variables as the (ses-cell ...) are read,
11295 in order to check row col consistency with cell symbol name only
11296 for cells that are not renamed.
11297 (ses-replace-name-in-formula): New defun.
11298 (ses-rename-cell): New defun.
11299
11300 2011-12-11 Chong Yidong <cyd@gnu.org>
11301
11302 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11303 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11304
11305 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11306
11307 * window.el (other-window): Fix docstring.
11308
11309 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11310
11311 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11312 `from' or `to' address before taking its substring.
11313 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11314 encoded name is chopped in the middle of the encoded string, and
11315 thus displayed encoded.
11316
11317 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11318
11319 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11320
11321 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11322
11323 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11324 to use texinfo-update-node and commands that call it if the
11325 Texinfo file uses @node lines without next/prev/up pointers.
11326 Correct outdated description about texinfo-master-menu.
11327 (texinfo-all-menus-update, texinfo-master-menu)
11328 (texinfo-update-node, texinfo-every-node-update)
11329 (texinfo-multiple-files-update): Doc fix. Warn against updating
11330 all the @node lines.
11331 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11332 argument is numeric. Explain better in the doc string what the
11333 function really does.
11334 (texinfo-insert-master-menu-list): Improve the error message
11335 displayed if there's no menu in the Top node.
11336 (Bug#2975) See also this thread:
11337 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11338
11339 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11340
11341 * speedbar.el (speedbar-supported-extension-expressions):
11342 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11343
11344 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11345
11346 * printing.el (pr-mode-alist):
11347 * simple.el (filter-buffer-substring-functions)
11348 (completion-list-insert-choice-function):
11349 * window.el (window-with-parameter, window-atom-root)
11350 (window-sides-slots, window-size-fixed, window-min-delta)
11351 (window-max-delta, window--resize-mini-window)
11352 (window--resize-child-windows-normal, window-tree)
11353 (delete-other-windows, quit-window, split-window)
11354 (display-buffer-record-window, special-display-buffer-names)
11355 (special-display-regexps, special-display-popup-frame)
11356 (same-window-p, split-window-sensibly)
11357 (display-buffer-overriding-action, display-buffer-alist)
11358 (display-buffer-base-action, display-buffer, switch-to-buffer)
11359 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11360 (fit-window-to-buffer, recenter-positions)
11361 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11362 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11363 and remove unneeded backslashes in docstrings.
11364
11365 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11368
11369 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11370 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11371 end in ".mk".
11372 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11373 when reading the makefile (bug#10116).
11374
11375 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11378 (bug#10116).
11379
11380 2011-12-06 Glenn Morris <rgm@gnu.org>
11381
11382 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11383
11384 2011-12-06 Chong Yidong <cyd@gnu.org>
11385
11386 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11387
11388 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
11389
11390 * textmodes/table.el (table-shorten-cell): Fix typo.
11391
11392 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11393
11394 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11395
11396 2011-12-05 Eli Zaretskii <eliz@gnu.org>
11397
11398 * descr-text.el (describe-char): Fix display of strong
11399 right-to-left characters and directional embeddings and overrides.
11400
11401 * simple.el (what-cursor-position): Fix display of codepoints of
11402 strong right-to-left characters.
11403
11404 2011-12-05 Chong Yidong <cyd@gnu.org>
11405
11406 * faces.el (read-color): Doc fix.
11407
11408 2011-12-05 Glenn Morris <rgm@gnu.org>
11409
11410 * align.el (align--set-marker): Add doc-string.
11411 Don't try to move something that is not a marker. (Bug#10216)
11412
11413 2011-12-04 Glenn Morris <rgm@gnu.org>
11414
11415 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11416 overly zealous deletion of trailing whitespace.
11417
11418 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
11419
11420 * server.el (server-delete-client): On Windows, do not try to delete
11421 the only terminal.
11422 (server-process-filter): On Windows, treat requests for a tty frame as
11423 if they were for a GUI frame if the running server is in GUI mode.
11424
11425 2011-12-03 Glenn Morris <rgm@gnu.org>
11426
11427 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11428
11429 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * electric.el: Streamline electric-indent's hook.
11432 (electric-indent-chars): Revert to simple list.
11433 (electric-indent-functions): New var.
11434 (electric-indent-post-self-insert-function): Use it.
11435
11436 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11437 there's no inferior buffer (bug#10196).
11438 (prolog-consult-compile): Don't use toggle-read-only.
11439
11440 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
11441
11442 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11443 interrupt. (Bug#10187)
11444
11445 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11448 (bug#9160).
11449
11450 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11451 (bug#10191).
11452
11453 2011-12-02 Juri Linkov <juri@jurta.org>
11454
11455 * info.el (Info-search): Display "end of manual" when Isearch
11456 reaches the end of single-file Info manual. (Bug#9918)
11457
11458 2011-12-02 Eli Zaretskii <eliz@gnu.org>
11459
11460 * isearch.el (isearch-message-prefix): Run the input method part
11461 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11462
11463 2011-12-02 Juri Linkov <juri@jurta.org>
11464
11465 * isearch.el (isearch-occur): Use `word-search-regexp' for
11466 `isearch-word'.
11467 (isearch-search-and-update): Add condition for `isearch-word' and
11468 call `word-search-regexp'. (Bug#10145)
11469
11470 2011-12-01 Glenn Morris <rgm@gnu.org>
11471
11472 * eshell/em-hist.el (eshell-hist-initialize):
11473 Handle eshell-history-size nil and HISTSIZE set or unset.
11474 (eshell-history-file-name, eshell-history-size): Fix custom type.
11475
11476 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11477
11478 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11479
11480 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
11481
11482 * progmodes/verilog-mode.el (verilog-pretty-expr):
11483 Rework verilog-pretty-expr to handle new assignment operators in system
11484 verilog, such as += *= and the like.
11485 (verilog-assignment-operator-re): Regular expression to find the
11486 assigment operator in a verilog assignment.
11487 (verilog-assignment-operation-re): Regular expression to find an
11488 assignment statement for pretty-expr.
11489 (verilog-in-attribute-p): Query returns true if point is in an
11490 attribute context; used to skip these for expression line up from
11491 pretty-expr.
11492 (verilog-in-parameter-p): Query returns true if point is in an
11493 parameter definition context; used to skip these for expression
11494 line up from pretty-expr.
11495 (verilog-in-parenthesis-p): Query returns true if point is in a
11496 parenthetical expression, specifically ( ) but not [ ] or { };
11497 used by pretty-expr.
11498 (verilog-just-one-space): If there is no space, don't add one.
11499 (verilog-get-lineup-indent-2): Specifically skip just attribute
11500 contexts for expression lineup, rather than skipping all
11501 parenthetical expressions.
11502 (verilog-calculate-indent): Fix comment, and fix indent.
11503 (verilog-do-indent): Indent declarations in lists (suggested by
11504 Joachim Lechner).
11505 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11506 skeleton items.
11507 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11508 by Alain Mellan).
11509
11510 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
11511
11512 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11513 parameters with embedded comments. Reported by Ray Stevens.
11514 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11515 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11516 Reported by Tim Holt.
11517 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11518 instantiated by upper module causing wrong expansion until AUTOed a
11519 second time. Reported by K C Buckenmaier.
11520 (verilog-diff-auto): Fix showing .* as a difference when
11521 `verilog-auto-star-save' off. Reported by Dan Dever.
11522 (verilog-auto-reset, verilog-read-always-signals)
11523 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11524 temporary signals in reset list if
11525 verilog-auto-reset-blocking-in-non is nil, and match assignment
11526 style to each signal's assignment type, bug381.
11527 Reported by Thomas Esposito.
11528 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11529 (verilog-uvm-statement-re): Support UVM indentation and
11530 highlighting, with old OVM keywords only.
11531 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
11532 Support AUTOTIEOFF creating non-wire data types.
11533 Suggested by Jonathan Greenlaw.
11534 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11535 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11536 (verilog-inject-sense, verilog-read-inst-pins)
11537 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11538 Fix mismatching parenthesis inside commented out code when deleting
11539 AUTOINST, bug383. Reported by Jonathan Greenlaw.
11540 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11541 non-numeric vector width. Reported by Alex Reed.
11542 (verilog-auto-ascii-enum): Add "onehot" option to work around not
11543 detecting signals with parameter widths. Reported by Alex Reed.
11544 (verilog-auto-delete-trailing-whitespace):
11545 With `verilog-auto-delete-trailing-whitespace' remove trailing
11546 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11547 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11548 Fix verilog-scan-cache corruption when running user AUTO expansion
11549 hooks that call indentation routines.
11550 (verilog-simplify-range-expression): Fix typo ignoring lower case
11551 identifiers.
11552 (verilog-delete-auto): Fix delete-autos to also remove user created
11553 automatics, as long as they start with AUTO.
11554 (verilog-batch-diff-auto, verilog-diff-auto)
11555 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11556 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11557 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11558 (verilog-in-paren-quick, verilog-re-search-backward-quick)
11559 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11560 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
11561 is disabled and its cache will get corrupt, causing AUTOS not to
11562 expand. Instead use only -quick functions.
11563 (verilog-scan-region): Fix scanning over escaped quotes.
11564 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11565 (verilog-re-search-backward-quick)
11566 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11567 related functions now ignore strings, to fix misparsing of strings
11568 with magic comments embedded in them.
11569 (verilog-read-auto-template):
11570 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11571 Reported by Brad Dobbie.
11572 (verilog-read-auto-template):
11573 Fix 'verilog-auto-inst-template-numbers' with comments.
11574 Reported by Brad Dobbie.
11575 (verilog-auto-inst, verilog-auto-inst-param)
11576 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11577 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11578 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
11579 debugging templates without merge conflicts, bug357.
11580 Reported by Brad Dobbie.
11581 (verilog-read-auto-template):
11582 Fix verilog-auto-inst-template-numbers with multiple templates.
11583 Reported by Brad Dobbie.
11584 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11585 abbrevs so user won't be asked to save.
11586 (verilog-read-auto-lisp-present): Fix to start at beginning of
11587 buffer in case called outside of verilog-auto.
11588 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11589 to "X-2". Reported by Matthew Myers.
11590 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11591 all inputs from module templates. Reported by Leith Johnson.
11592 (verilog-module-inside-filename-p): Fix locating programs as with
11593 modules.
11594 (verilog-auto-inst-port): Fix vl-width expressions when using
11595 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11596 (verilog-decls-get-regs, verilog-decls-get-signals,
11597 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11598 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11599 verilog-read-decls): Combine reg and wire structures into one var
11600 structure to represent SystemVerilog concepts.
11601 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11602 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
11603 (verilog-auto-wire-type, verilog-insert-definition):
11604 Add verilog-auto-wire-type and AUTOLOGIC to support using
11605 SystemVerilog "logic" keyword instead of "wire"/"reg".
11606 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11607 to declares outputs that also have assignments (presumably in an
11608 ifdef or generate if so there's not a driver conflict).
11609 Reported by Matthew Myers.
11610 (verilog-auto-declare-nettype, verilog-insert-definition):
11611 Add verilog-auto-declare-nettype to fix declarations using
11612 `default_nettype none. Reported by Julian Gorfajn.
11613 (verilog-read-always-signals-recurse, verilog-read-decls)
11614 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11615 malformed end statement, bug325. Reported by Joshua Wise and
11616 Andrew Drake.
11617 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11618 (verilog-inst-comment-re): Fix not deleting Interfaced comment
11619 when expanding .* in interfaces, bug320.
11620 Reported by Pierre-David Pfister.
11621 (verilog-read-module-name): Fix import statements between module
11622 name and open parenthesis, bug317.
11623 Reported by Pierre-David Pfister.
11624 (verilog-simplify-range-expression): Fix simplification of
11625 multiplications inside AUTOWIRE connections, bug303.
11626 (verilog-auto-inst-port): Support parameter expansion in
11627 multidimensional arrays.
11628 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11629 after "assert property". Reported by Julian Gorfajn.
11630 (verilog-simplify-range-expression): Fix "couldn't merge" errors
11631 with multiplication, bug303.
11632 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11633 Reported by Jan Frode Lonnum.
11634
11635 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
11636
11637 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11638 (hfy-shell-file-name, hfy-shell):
11639 * international/fontset.el (x-decompose-font-name): Fix typos.
11640
11641 2011-11-29 Ken Brown <kbrown@cornell.edu>
11642
11643 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11644 (gdb-version): Remove defvar.
11645 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11646 (gdb-gud-context-command, gdb-non-stop-handler)
11647 (gdb-current-context-command, gdb-stopped): Use it.
11648 (gdb-init-1): Enable pretty printing here.
11649 (gdb-non-stop-handler): Don't enable pretty-printing here.
11650 Check to see if the target supports non-stop mode; if not, turn off
11651 non-stop mode. Use the following.
11652 (gdb-check-target-async): New defun.
11653 (gud-watch, gdb-stopped): Fix whitespace.
11654 (gdb-get-source-file): Don't try to display the source file if
11655 `gdb-main-file' is nil.
11656
11657 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11658
11659 * align.el: Try to generate fewer markers (bug#10047).
11660 (align--set-marker): New macro.
11661 (align-region): Use it.
11662
11663 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11666
11667 2011-11-29 Chong Yidong <cyd@gnu.org>
11668
11669 * indent.el (indent-for-tab-command, indent-according-to-mode):
11670 Doc fix.
11671 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
11672
11673 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
11674
11675 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11676 aware of remote file names. (Bug#10124)
11677
11678 2011-11-29 Chong Yidong <cyd@gnu.org>
11679
11680 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11681
11682 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11683
11684 * files.el (find-file): Don't use force-same-window (bug#10144).
11685 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11686 use pop-to-buffer if the selected window can't be used.
11687 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11688
11689 2011-11-28 Eli Zaretskii <eliz@gnu.org>
11690
11691 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11692 special-mode-map.
11693
11694 2011-11-28 Chong Yidong <cyd@gnu.org>
11695
11696 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11697
11698 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
11699
11700 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11701 gdb-get-source-file-list on gdb-create-source-file-list.
11702
11703 2011-11-26 Eli Zaretskii <eliz@gnu.org>
11704
11705 * whitespace.el (whitespace-newline): Use a different foreground
11706 color for 16-color light-background displays.
11707
11708 2011-11-24 Chong Yidong <cyd@gnu.org>
11709
11710 * window.el (display-buffer--special-action): Doc fix.
11711
11712 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
11713
11714 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11715 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11716 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11717 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11718 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11719 (avl-tree-stack-first):
11720 * emacs-lisp/cconv.el (cconv--analyse-use):
11721 * net/gnutls.el (gnutls-negotiate): Fix typos.
11722
11723 2011-11-24 Glenn Morris <rgm@gnu.org>
11724
11725 * lpr.el (lpr-windows-system, lpr-lp-system):
11726 * mail/binhex.el (binhex-begin-line):
11727 * progmodes/grep.el (grep-history, grep-find-history):
11728 * textmodes/flyspell.el:
11729 * vc/pcvs-defs.el (cvs-global-menu):
11730 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11731 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11732 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11733
11734 * net/tls.el: Fix case of "GnuTLS".
11735
11736 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11737
11738 * version.el (emacs-build-system): Give it a doc-string.
11739
11740 2011-11-24 Juri Linkov <juri@jurta.org>
11741
11742 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11743
11744 2011-11-24 Glenn Morris <rgm@gnu.org>
11745
11746 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
11747 if called on a non-mime message just toggle the headers. (Bug#8006)
11748
11749 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
11750
11751 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
11752 (allout-lead-with-comment-string, allout-structure-deleted-hook)
11753 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
11754 (allout-rebullet-heading, allout-open-sibtopic)
11755 (allout-toggle-current-subtree-encryption)
11756 (allout-toggle-subtree-encryption, allout-encrypt-string)
11757 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
11758 (allout-distinctive-bullets-string, allout-auto-activation):
11759 * window.el (window-normalize-buffer-to-display):
11760 * progmodes/verilog-mode.el (verilog-batch-indent):
11761 * textmodes/bibtex.el (bibtex-field-braces-opt)
11762 (bibtex-field-strings-opt):
11763 * vc/cvs-status.el (cvs-tree-merge):
11764 Fix typos.
11765
11766 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
11767
11768 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
11769 `non-essential' to t, in order to avoid remote connections.
11770
11771 2011-11-23 Eli Zaretskii <eliz@gnu.org>
11772
11773 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11774 On MS-DOS and MS-Windows, compare with loaddefs.el
11775 case-insensitively.
11776
11777 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11778
11779 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
11780
11781 2011-11-23 Glenn Morris <rgm@gnu.org>
11782
11783 * paths.el (rmail-file-name): Reformat the doc-string so that it
11784 is picked up.
11785
11786 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
11787 (rmail-auto-file): Ignore case in the "special" field names,
11788 as mail-fetch-field does for all others.
11789
11790 * mail/rmail.el (rmail-forward):
11791 * mail/rmailkwd.el (rmail-set-label):
11792 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
11793 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
11794
11795 * mail/rmail.el (rmail-current-message): Doc fix.
11796
11797 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
11798
11799 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * server.el (server-eval-and-print): Allow C-g (bug#6585).
11802
11803 2011-11-22 Glenn Morris <rgm@gnu.org>
11804
11805 * mail/rmailmm.el (test-rmail-mime-handler)
11806 (test-rmail-mime-bulk-handler)
11807 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
11808
11809 2011-11-21 Juri Linkov <juri@jurta.org>
11810
11811 * calc/calc.el (calc-read-key-sequence):
11812 Let-bind `input-method-function' to nil. (Bug#10018)
11813
11814 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11815
11816 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11817 Tell the caller that the next line needs recomputation, even
11818 though it doesn't start a sexp (bug#10094).
11819
11820 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11823
11824 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11825
11826 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11827 Use force-same-window.
11828
11829 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11830
11831 * descr-text.el (describe-char-unicode-data):
11832 * json.el (json-string-escape):
11833 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
11834 (Footnote-unicode, Footnote-style-p):
11835 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
11836
11837 2011-11-20 Chong Yidong <cyd@gnu.org>
11838
11839 * window.el (replace-buffer-in-windows): Restore interactive spec.
11840
11841 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * electric.el (electric-indent-mode): Fix last change (too optimistic).
11844
11845 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
11846 (byte-compile-global-not-obsolete-vars): New var.
11847 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
11848 Use it.
11849 (byte-compile-warn-obsolete): Align text with the one in *Help*.
11850
11851 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11852
11853 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
11854 * progmodes/pascal.el (electric-pascal-equal):
11855 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
11856 * xml.el (xml-substitute-special): Fix typos.
11857
11858 2011-11-20 Glenn Morris <rgm@gnu.org>
11859
11860 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
11861 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
11862 Doc fixes.
11863 (rmail-decode-mime-charset): Mark as obsolete.
11864
11865 * mail/rmailsum.el (rmail-message-regexp-p-1):
11866 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
11867 Before using mime functions, check they are set. (Bug#10077)
11868
11869 2011-11-19 Juri Linkov <juri@jurta.org>
11870
11871 * info.el (Info-finder-find-node): Use `package--builtins' instead
11872 of `package-alist'. Use node names formed by the pattern "Keyword "
11873 and the keyword name.
11874
11875 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11876
11877 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
11878
11879 2011-11-19 Juri Linkov <juri@jurta.org>
11880
11881 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
11882 that calls `revert-buffer' on all Info buffers. (Bug#9915)
11883 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
11884 `old-history', `old-history-forward'. Add let-binding
11885 `window-selected'. Remove calls to `kill-buffer',
11886 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
11887 before calling `Info-find-node', so `Info-find-node-2' will reread
11888 the Info file. Restore window positions only when `window-selected'
11889 is non-nil.
11890
11891 2011-11-19 Juri Linkov <juri@jurta.org>
11892
11893 * isearch.el (isearch-lazy-highlight-new-loop):
11894 Remove condition `(not isearch-error)'. (Bug#9918)
11895
11896 * misearch.el (multi-isearch-search-fun): Add condition
11897 `(not bound)' to ignore lazy-highlighting search.
11898 Add the search-failed message "end of multi" when the end of
11899 multi-sequence is reached. Uncapitalize the search-failed
11900 message "Repeat for next buffer".
11901
11902 * info.el (Info-search): Add the search-failed message
11903 "end of the manual" when the end of the manual is reached
11904 in Isearch mode.
11905
11906 2011-11-19 Juri Linkov <juri@jurta.org>
11907
11908 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
11909 Use non-destructive `remove' instead of `delete' because
11910 `Info-history-list' stored to `Info-isearch-initial-history-list' in
11911 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
11912
11913 2011-11-19 Juri Linkov <juri@jurta.org>
11914
11915 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
11916 to nil instead of binding `search-ring' and `regexp-search-ring'.
11917 (Bug#9185)
11918
11919 2011-11-19 Eli Zaretskii <eliz@gnu.org>
11920
11921 * simple.el (line-move): Force movement by logical lines for any
11922 hscrolled window, not only when auto-hscroll-mode is on.
11923 (line-move-visual): Update doc string to that effect. (Bug#10076)
11924
11925 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11926
11927 * language/european.el (macintosh): Define as alias for mac-roman.
11928
11929 2011-11-19 Eli Zaretskii <eliz@gnu.org>
11930
11931 * mail/rmailmm.el (rmail-mime-display-header)
11932 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
11933 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
11934 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
11935 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
11936 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
11937 of a raw aref.
11938 (rmail-mime-entity-segment): To get past the tagline, move forward
11939 2 more lines, to account for the 2 empty lines that precede and
11940 follow the line with the buttons.
11941 (rmail-mime-update-tagline): Move one more line, to get past the
11942 empty line that follows the buttons in the tagline. (Bug#9520)
11943
11944 2011-11-19 Martin Rudalics <rudalics@gmx.at>
11945
11946 * window.el (window-max-delta-1, window-min-delta-1)
11947 (window-min-size-1, window-state-get-1, window-state-put-1)
11948 (window-state-put-2): Use "window--" prefix.
11949
11950 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11951
11952 * emacs-lisp/smie.el: Improve warnings and conflict detection.
11953 (smie-warning-count): New var.
11954 (smie-set-prec2tab): Use it.
11955 (smie-bnf->prec2): Improve warnings. Add docstring.
11956 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
11957 (smie-bnf--set-class): New function.
11958 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
11959 corner case.
11960
11961 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
11962 (compilation-error-properties, compilation-move-to-column):
11963 Handle compilation-first-column while in the target buffer.
11964
11965 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
11966 Don't hardcode point-min==1.
11967
11968 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
11969 (eshell-rewrite-for-command): Remove workaround.
11970 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
11971 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
11972 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
11973
11974 * files-x.el (modify-file-local-variable): Obey commenting conventions.
11975
11976 2011-11-17 Glenn Morris <rgm@gnu.org>
11977
11978 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11979 Ignore buffer-local generated-autoload-file if it is the same
11980 as the global value. (Bug#10049)
11981
11982 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
11983
11984 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
11985 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
11986 (reftex-toc-previous-heading, reftex-toc-max-level)
11987 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
11988 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
11989 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11990 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11991 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
11992 (reftex-toc-rename-label, reftex-toc-visit-location)
11993 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
11994 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
11995 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
11996 leaving "*toc*" only for references to the buffer.
11997
11998 2011-11-17 Martin Rudalics <rudalics@gmx.at>
11999
12000 * window.el (window-resize, delete-window, split-window):
12001 Replace window-splits by window-combination-resize.
12002 * cus-start.el (window-splits): Replace by window-combination-resize.
12003
12004 2011-11-17 Glenn Morris <rgm@gnu.org>
12005
12006 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12007 Make bash entry derive from sh entry, not shell entry.
12008
12009 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12010
12011 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12012 local file name.
12013
12014 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12015
12016 * menu-bar.el (menu-bar-file-menu):
12017 * printing.el (pr-ps-utility):
12018 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12019 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12020 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12021 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12022 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12023 (icalendar--convert-cyclic-to-ical)
12024 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12025 (icalendar--convert-ical-to-diary)
12026 (icalendar--convert-recurring-to-diary)
12027 (icalendar--convert-non-recurring-all-day-to-diary)
12028 (icalendar-import-format-sample):
12029 * progmodes/idlw-shell.el (idlwave-shell-mode):
12030 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12031 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12032 (vhdl-ps-print-init): Fix typos.
12033
12034 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12035
12036 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12037 FSF and collapse date sequence, obscure author/maintainer email address
12038 better, remove extra version line, track relocation of author's webpage.
12039
12040 * progmodes/python.el (python-pdbtrack-input-prompt)
12041 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12042 regular python pdb prompts. Adjustments shamelessly taken exactly as
12043 suggested in EmacsWiki page (tiny change):
12044 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12045
12046 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12047
12048 * expand.el (expand-pos, expand-index, expand-point):
12049 Remove redundant info from docstring.
12050 (expand-add-abbrevs): Doc fix.
12051 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12052 (expand-sample-perl-mode-expand-list): Fix typos.
12053
12054 * net/dbus.el (dbus-event-member-name):
12055 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12056 * term/pc-win.el (msdos-create-frame-with-faces):
12057 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12058
12059 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12060
12061 * window.el (split-window, window-state-get-1)
12062 (window-state-put-1, window-state-put-2): Rename occurrences of
12063 window-nest to window-combination-limit.
12064 * cus-start.el (window-nest): Rename to window-combination-limit.
12065
12066 2011-11-16 Chong Yidong <cyd@gnu.org>
12067
12068 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12069 regexp (Bug#10033).
12070
12071 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12072
12073 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12074 `completing-read' will remove *Completions* and will preserve
12075 current-buffer for us.
12076 (tmm-add-prompt): Users of *Completions* will always (re)set its
12077 major mode.
12078 (tmm-old-comp-map): Remove.
12079
12080 2011-11-16 Glenn Morris <rgm@gnu.org>
12081
12082 * mail/rmailedit.el: Require rmailmm when compiling.
12083 (rmail-old-mime-state): New declaration.
12084 (rmail-edit-current-message): If editing a mime message,
12085 edit the "raw" message from the mbox buffer.
12086 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12087
12088 2011-11-15 Glenn Morris <rgm@gnu.org>
12089
12090 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12091 which wasn't being used. Add optional arg to force given state.
12092 (rmail-mime): Add optional arg to force given state.
12093
12094 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12095
12096 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12097 * frame.el (display-mm-dimensions-alist):
12098 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12099 (outline-move-subtree-down):
12100 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12101 (newsticker--treeview-do-get-node):
12102 * net/quickurl.el (quickurl-list-buffer-name):
12103 * progmodes/dcl-mode.el (dcl-mode):
12104 * progmodes/gdb-mi.el (gdb-mapcar*):
12105 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12106
12107 2011-11-15 Glenn Morris <rgm@gnu.org>
12108
12109 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12110 in a boolean sense, so just make it a boolean, and fix the doc.
12111 (rmail-show-mime-function, rmail-mime-feature)
12112 (rmail-require-mime-maybe): Doc fixes.
12113 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12114
12115 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12116
12117 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12118
12119 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12120 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12121 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12122 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12123
12124 2011-11-15 Glenn Morris <rgm@gnu.org>
12125
12126 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12127 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12128 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12129 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12130 (rmail-mime, rmail-show-mime): Doc fixes.
12131
12132 * term/ns-win.el (mode-line-frame-identification):
12133 Leave it alone. (Bug#10051)
12134
12135 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12136
12137 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12138 Handle empty buffers. (Bug#9978)
12139
12140 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12141
12142 * international/mule.el (define-charset):
12143 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12144 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12145 * progmodes/verilog-mode.el (verilog-backward-token):
12146 * textmodes/ispell.el (lookup-words):
12147 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12148
12149 2011-11-14 Glenn Morris <rgm@gnu.org>
12150
12151 * progmodes/executable.el
12152 (executable-make-buffer-file-executable-if-script-p):
12153 Handle file-modes returning nil.
12154
12155 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12156 message - not necessary, and causes problems. (Bug#9831)
12157
12158 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12159
12160 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12161
12162 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12163 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12164 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12165
12166 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12167
12168 * window.el (window-resize, delete-window): Use window-splits
12169 variable instead of function.
12170 (window-state-get-1, window-state-put-2, window-state-put):
12171 Don't deal with windows' splits status.
12172
12173 2011-11-12 Glenn Morris <rgm@gnu.org>
12174
12175 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12176 (apropos-documentation): Doc fixes.
12177
12178 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12179
12180 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12181 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12182
12183 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * electric.el (electric-indent-post-self-insert-function): Make it
12186 possible for a char to only indent in some circumstances.
12187 (electric-indent-mode): Simplify.
12188
12189 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12190
12191 * window.el (windows-with-parameter): Remove unused function.
12192 (windows-at-side): Rename to window-at-side-list.
12193 (window-check, window-atom-check, window-atom-check-1)
12194 (window-side-check, window-size-ignore, window-size-fixed-1)
12195 (window-in-direction-2): Prefix with "window--".
12196 (window-tree-1): Rename to window--subtree, fix doc-string.
12197
12198 2011-11-11 Glenn Morris <rgm@gnu.org>
12199
12200 * subr.el (eval-after-load): If FILE is already loaded,
12201 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12202
12203 2011-11-10 Glenn Morris <rgm@gnu.org>
12204
12205 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12206 Call svn via vc-svn-command rather than vc-do-command.
12207 (vc-svn-command): Add --non-interactive. (Bug#9993)
12208 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12209
12210 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12211 Add toggle-read-only. (Bug#7292)
12212 * files.el (toggle-read-only): Mention that it should only
12213 be used interactively. (Bug#10006)
12214
12215 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12218 Adjust regexp for OCaml warnings.
12219
12220 * electric.el (electric-pair-post-self-insert-function): Let user
12221 turn it off buffer-locally (bug#9932).
12222
12223 * progmodes/python.el (python-beginning-of-statement):
12224 Rewrite (bug#2703).
12225
12226 * progmodes/compile.el: Better handle TABs (bug#9749).
12227 (compilation-internal-error-properties)
12228 (compilation-next-error-function): Obey the target buffer's
12229 compilation-error-screen-columns.
12230
12231 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12232
12233 * progmodes/meta-mode.el: Remove obsolete comments.
12234 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12235 Fix typos in docstrings.
12236
12237 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12238
12239 * window.el (window-size-fixed-p): Rewrite doc-string.
12240 (window-resizable-p): Rename to window--resizable-p. Update callers.
12241 (window--resizable): New function. Make all callers of
12242 window-resizable call window--resizable instead.
12243 (window-resizable): Rewrite in terms of window--resizable.
12244
12245 2011-11-08 Glenn Morris <rgm@gnu.org>
12246
12247 * progmodes/delphi.el (delphi-mode-syntax-table):
12248 Let define-derived-mode define a proper syntax table. (Bug#9994)
12249
12250 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12251
12252 * window.el: Stay away from defsubst.
12253 (window-list-no-nils): Remove.
12254 (window-state-get-1, window-state-get): Use backquote instead.
12255
12256 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12257
12258 * emacs-lisp/find-func.el (find-function-read):
12259 Fix incorrect use of default argument in `completing-read'.
12260
12261 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12262
12263 * window.el (display-buffer-function, special-display-function):
12264 Mention display-buffer-record-window but do not mention
12265 help-setup parameter in doc-strings.
12266 (window-min-delta): Fix doc-string typo.
12267
12268 2011-11-08 Chong Yidong <cyd@gnu.org>
12269
12270 * window.el (window-total-height, window-total-width): Doc fix.
12271 (window-body-size): Move from C.
12272 (window-body-height, window-body-width): Move to C.
12273
12274 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12275
12276 * window.el: Make special-display like display-buffer-alist (bug#9532).
12277 (display-buffer--special-action): New function, morphed
12278 from display-buffer--special.
12279 (display-buffer): Use it to handle special-display-buffers at higher
12280 priority (just after display-buffer-alist).
12281 (display-buffer-fallback-action, display-buffer--other-frame-action)
12282 (pop-to-buffer-same-window): Remove display-buffer--special.
12283
12284 2011-11-07 Glenn Morris <rgm@gnu.org>
12285
12286 * calendar/cal-menu.el (cal-menu-set-date-title):
12287 Do nothing if not in a calendar. (Bug#9976)
12288
12289 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12290
12291 * files.el (find-file): Always use selected-window.
12292
12293 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12294
12295 * window.el (window-combinations): Make WINDOW argument
12296 mandatory. Rewrite doc-string.
12297 (walk-window-subtree, window-atom-check, window-min-delta)
12298 (window-max-delta, window--resize-this-window)
12299 (window--resize-root-window-vertically, window-tree)
12300 (balance-windows, window-state-put): Rewrite doc-strings as to
12301 not mention the term "subwindow".
12302 (window--resize-subwindows-skip-p): Rename to
12303 window--resize-child-windows-skip-p.
12304 (window--resize-subwindows-normal): Rename to
12305 window--resize-child-windows-normal.
12306 (window--resize-subwindows): Rename to
12307 window--resize-child-windows.
12308 (window-or-subwindow-p): Rename to window--in-subtree-p.
12309
12310 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12311
12312 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12313 Ensure that mbox format messages end in two newlines (Bug#9974).
12314
12315 2011-11-06 Chong Yidong <cyd@gnu.org>
12316
12317 * window.el (window-combination-p): Function deleted; its
12318 side-effect is not used in any existing code.
12319 (window-combinations, window-combined-p): Call window-*-child
12320 directly.
12321
12322 2011-11-05 Chong Yidong <cyd@gnu.org>
12323
12324 * window.el (window-valid-p): Rename from window-any-p.
12325 (window-size-ignore, window-state-get): Callers changed.
12326 (window-normalize-window): Rename from window-normalize-any-window.
12327 New arg LIVE-ONLY, replacing window-normalize-live-window.
12328 (window-normalize-live-window): Delete.
12329 (window-combination-p, window-combined-p, window-combinations)
12330 (walk-window-subtree, window-atom-root, window-min-size)
12331 (window-sizable, window-sizable-p, window-size-fixed-p)
12332 (window-min-delta, window-max-delta, window-resizable)
12333 (window-resizable-p, window-full-height-p, window-full-width-p)
12334 (window-current-scroll-bars, window-point-1, set-window-point-1)
12335 (window-at-side-p, window-in-direction, window-resize)
12336 (adjust-window-trailing-edge, maximize-window, minimize-window)
12337 (window-deletable-p, delete-window, delete-other-windows)
12338 (record-window-buffer, unrecord-window-buffer)
12339 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12340 (quit-window, split-window, window-state-put)
12341 (set-window-text-height, fit-window-to-buffer)
12342 (shrink-window-if-larger-than-buffer): Callers changed.
12343
12344 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12345
12346 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12347 rfc2047-decode-string.
12348 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12349 warnings.
12350
12351 * window.el (window-body-height, window-body-width): Mention in
12352 the doc string that the return values are in frame's canonical
12353 units. (Bug#9949)
12354
12355 2011-11-03 Alan Mackenzie <acm@muc.de>
12356
12357 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12358 change in cc-engine.el.
12359
12360 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12363
12364 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12365
12366 * window.el (quit-window): Call unrecord-window-buffer after
12367 showing another buffer in the window. (Bug#9937)
12368 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12369
12370 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12371
12372 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12373 Accept status with more than 9 shelves. (Bug#9935)
12374 Reported by Colin D Bennett <colin@gibibit.com>.
12375
12376 2011-11-01 Martin Rudalics <rudalics@gmx.at>
12377
12378 * help.el (with-help-window): Don't reference
12379 temp-buffer-show-specifiers in doc-string.
12380
12381 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12382
12383 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12384 menu-item.
12385
12386 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12387
12388 * whitespace.el: New version 13.2.2.
12389 (whitespace-newline-mode): Disable properly. Reported by Sarah
12390 <EmacsWiki>.
12391
12392 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
12393
12394 * net/newst-treeview.el: Remove "Time-stamp".
12395 (newsticker--group-manage-orphan-feeds): Do not call
12396 newsticker--treeview-tree-update.
12397 (newsticker-treeview-update, newsticker-treeview):
12398 Call newsticker--treeview-tree-update if necessary.
12399
12400 2011-10-30 Martin Rudalics <rudalics@gmx.at>
12401
12402 * window.el (window-iso-combination-p, window-iso-combined-p)
12403 (window-iso-combinations): Remove "iso-" infix.
12404 Suggested by Chong Yidong.
12405 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12406 (window-max-delta-1, window-resize, window--resize-siblings)
12407 (window--resize-this-window, adjust-window-trailing-edge)
12408 (split-window, balance-windows-1)
12409 (shrink-window-if-larger-than-buffer):
12410 * calendar/calendar.el (calendar-generate-window):
12411 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12412
12413 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12414
12415 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12416 in place (bug#9907).
12417 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12418 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12419 (eshell-structure-basic-command, eshell-rewrite-while-command)
12420 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12421 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12422 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12423 (eshell-do-pipelines-synchronously, eshell-eval-command):
12424 Use backquotes and prefer setq to set.
12425 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12426 (eshell-macrop): Use functionp.
12427 (eshell-do-eval): Handle multiple expressions in `while' body.
12428
12429 2011-10-30 Chong Yidong <cyd@gnu.org>
12430
12431 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12432 instead of set-mark (Bug#9810).
12433
12434 2011-10-30 Chong Yidong <cyd@gnu.org>
12435
12436 * window.el (split-window-below, split-window-right): Rename from
12437 split-window-above-each-other and split-window-side-by-side
12438 respectively. All callers changed.
12439 (split-window-sensibly, split-window-sensibly): Use them.
12440 (split-window-keep-point): Doc fix.
12441
12442 * isearch.el: Add isearch-scroll property to split-window-below
12443 and split-window-right.
12444
12445 * follow.el (follow-mode):
12446 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12447 * progmodes/ada-xref.el (ada-gdb-application):
12448 * emulation/vip.el (vip-buffer-in-two-windows):
12449 * image-dired.el (image-dired-dired-with-window-configuration):
12450 * dired-x.el (dired-do-find-marked-files):
12451 * dired.el (dired-pop-to-buffer):
12452 * bs.el (bs--show-with-configuration):
12453 * vc/emerge.el (emerge-setup-windows):
12454 * textmodes/two-column.el (2C-two-columns):
12455 * textmodes/reftex-toc.el (reftex-toc):
12456 * progmodes/gdb-mi.el (gdb-setup-windows):
12457 * progmodes/fortran.el (fortran-window-create):
12458 * net/newst-treeview.el (newsticker--treeview-window-init):
12459 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12460 * emulation/tpu-edt.el (tpu-gold-map):
12461 * emulation/crisp.el (crisp-mode-map):
12462 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12463
12464 2011-10-29 Chong Yidong <cyd@gnu.org>
12465
12466 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12467
12468 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12469
12470 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12471 forged Ispell output (Bug#7904).
12472
12473 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12474
12475 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12476
12477 * doc-view.el: Avoid ugly errors about not finding nil.
12478 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12479 (doc-view-dvipdf-program, doc-view-unoconv-program)
12480 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12481 Avoid nil or absolute file name as default value.
12482 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12483
12484 2011-10-28 Alan Mackenzie <acm@muc.de>
12485
12486 * progmodes/cc-defs.el (c-version): -> 5.32.2.
12487
12488 2011-10-28 Alan Mackenzie <acm@muc.de>
12489
12490 Amend the handling of c-beginning/end-of-defun in nested declaration
12491 scopes.
12492
12493 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12494 cc-langs.el. Change it to a defcustom.
12495
12496 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12497 cc-vars.el.
12498
12499 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12500 Prevent "class foo : bar" being spuriously recognized as a label.
12501
12502 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12503 Add parameter `inclusive' (to include enclosing braces in the region).
12504 (c-widen-to-enclosing-decl-scope): New function.
12505 (c-while-widening-to-decl-block): New macro.
12506 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12507 outward for defun boundaries, and correspondingly change symbol
12508 `respect-enclosure' to `go-outward'.
12509 (c-declaration-limits): Change algorithm to report only the "innermost"
12510 defun's boundaries.
12511
12512 2011-10-28 Deniz Dogan <deniz@dogan.se>
12513
12514 * net/rcirc.el (rcirc-mode): Use hard newlines.
12515
12516 2011-10-28 Alan Mackenzie <acm@muc.de>
12517
12518 Amend to indent and fontify macros "which include their own semicolon"
12519 correctly, using the "virtual semicolon" mechanism.
12520
12521 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
12522
12523 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12524 Recode to scan one line at a time rather than having \n and \r
12525 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
12526 (c-forward-label): Amend for virtual semicolons.
12527 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
12528
12529 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12530 of the new C macros.
12531
12532 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
12533 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12534 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
12535 (c-opt-cpp-macro-define): Make into a full language variable.
12536 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12537 AWK Mode (including \n, \r) removed, no longer needed.
12538
12539 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12540 Invoke c-make-macro-with-semi-re.
12541
12542 * progmodes/cc-vars.el (c-macro-with-semi-re):
12543 (c-macro-names-with-semicolon): New variables.
12544 (c-make-macro-with-semi-re): New function.
12545
12546 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12547
12548 * vc/log-edit.el: Fill empty field rather than adding new one.
12549 (log-edit-add-field): New function.
12550 (log-edit-insert-changelog): Use it.
12551
12552 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12553
12554 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12555
12556 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12557
12558 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12559 (gdb--check-interpreter): New function.
12560 (gdb): Use it.
12561
12562 2011-10-27 Glenn Morris <rgm@gnu.org>
12563
12564 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12565 (least-positive-float, least-negative-float)
12566 (least-positive-normalized-float, least-negative-normalized-float)
12567 (float-epsilon, float-negative-epsilon):
12568 Remove unnecessary declarations.
12569
12570 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12571 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12572 (least-positive-float, least-negative-float)
12573 (least-positive-normalized-float, least-negative-normalized-float)
12574 (float-epsilon, float-negative-epsilon): Add doc-strings,
12575 based on those in cl.texi.
12576
12577 * files.el (set-visited-file-name): If the major-mode changed,
12578 reload the local variables. (Bug#9796)
12579
12580 2011-10-27 Chong Yidong <cyd@gnu.org>
12581
12582 * subr.el (change-major-mode-after-body-hook): New hook.
12583 (run-mode-hooks): Run it.
12584
12585 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12586 Use change-major-mode-before-body-hook.
12587
12588 * simple.el (fundamental-mode):
12589 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12590 change introducing fundamental-mode-hook.
12591
12592 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
12593
12594 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
12595
12596 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
12597
12598 * ido.el (ido-file-name-all-completions-1): Do not require
12599 tramp.el explicitly. (Bug#7583)
12600
12601 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12602
12603 * progmodes/octave-mod.el:
12604 * progmodes/octave-inf.el: Update maintainer.
12605
12606 2011-10-26 Chong Yidong <cyd@gnu.org>
12607
12608 * subr.el (with-wrapper-hook): Rewrite doc.
12609
12610 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
12611
12612 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
12613 filenames "/method:foo:". (Bug#9793)
12614
12615 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12616
12617 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12618 (bug#9865).
12619
12620 2011-10-24 Glenn Morris <rgm@gnu.org>
12621
12622 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12623
12624 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
12625
12626 * notifications.el: Add the requirement of a running D-Bus session
12627 bus to the Commentary.
12628
12629 2011-10-24 Juri Linkov <juri@jurta.org>
12630
12631 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12632 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12633 (Bug#9364)
12634
12635 2011-10-24 Juri Linkov <juri@jurta.org>
12636
12637 * info.el (Info-following-node-name-re): Add newline to the list
12638 of allowed characters for leading space. (Bug#9824)
12639
12640 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12641
12642 * progmodes/octave-inf.el (inferior-octave-mode-map):
12643 Fix C-c C-h binding.
12644 * progmodes/octave-mod.el (octave-help): Remove.
12645
12646 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
12647
12648 Sync with Tramp 2.2.3.
12649
12650 * net/tramp-cache.el (top): Pacify byte-compiler using
12651 `init-file-user' and `site-run-file'.
12652
12653 * net/trampver.el: Update release number.
12654
12655 2011-10-23 Chong Yidong <cyd@gnu.org>
12656
12657 * files.el (toggle-read-only): Remove obsolete comment about
12658 version control.
12659
12660 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12661 for toggle-read-only. Note that this hasn't called vc-next-action
12662 since 2008-05-02, though it wasn't documented at the time.
12663
12664 * vc/ediff-init.el (ediff-toggle-read-only-function):
12665 Use toggle-read-only.
12666
12667 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
12668
12669 Fix bug #9560, sporadic wrong indentation; improve instrumentation
12670 of c-parse-state.
12671
12672 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12673 correct faulty logical expression.
12674 (c-parse-state-state, c-record-parse-state-state):
12675 (c-replay-parse-state-state): New defvar/defuns.
12676 (c-debug-parse-state): Use new functions.
12677
12678 2011-10-22 Martin Rudalics <rudalics@gmx.at>
12679
12680 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
12681 last fix. Use window-in-direction correctly.
12682
12683 2011-10-21 Chong Yidong <cyd@gnu.org>
12684
12685 * progmodes/idlwave.el (idlwave-mode):
12686 * progmodes/vera-mode.el (vera-mode): No need to set
12687 require-final-newline; that's done in prog-mode.
12688 Suggested by Stefan Monnier.
12689
12690 2011-10-21 Martin Rudalics <rudalics@gmx.at>
12691
12692 * mouse.el (mouse-drag-window-above)
12693 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12694 (mouse-drag-mode-line-1, mouse-drag-header-line)
12695 (mouse-drag-vertical-line-rightward-window): Remove.
12696 (mouse-drag-line): New function.
12697 (mouse-drag-mode-line, mouse-drag-header-line)
12698 (mouse-drag-vertical-line): Call mouse-drag-line.
12699 * window.el (window-at-side-p, windows-at-side): New functions.
12700
12701 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
12702
12703 * tar-mode.el (tar-grind-file-mode):
12704 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
12705
12706 2011-10-21 Chong Yidong <cyd@gnu.org>
12707
12708 * progmodes/idlwave.el (idlwave-mode):
12709 * progmodes/vera-mode.el (vera-mode):
12710 Use mode-require-final-newline.
12711
12712 2011-10-20 Glenn Morris <rgm@gnu.org>
12713
12714 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
12715
12716 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12717
12718 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12719
12720 2011-10-20 Chong Yidong <cyd@gnu.org>
12721
12722 * emulation/cua-base.el (cua-mode):
12723 * mail/footnote.el (footnote-mode):
12724 * mail/mailabbrev.el (mail-abbrevs-mode):
12725 * net/xesam.el (xesam-minor-mode):
12726 * progmodes/bug-reference.el (bug-reference-mode):
12727 * progmodes/cap-words.el (capitalized-words-mode):
12728 * progmodes/compile.el (compilation-minor-mode)
12729 (compilation-shell-minor-mode):
12730 * progmodes/gud.el (gud-tooltip-mode):
12731 * progmodes/hideif.el (hide-ifdef-mode):
12732 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12733 * progmodes/subword.el (subword-mode):
12734 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12735 * progmodes/which-func.el (which-function-mode):
12736 * term/tvi970.el (tvi970-set-keypad-mode):
12737 * term/vt100.el (vt100-wide-mode):
12738 * textmodes/flyspell.el (flyspell-mode):
12739 * textmodes/ispell.el (ispell-minor-mode):
12740 * textmodes/nroff-mode.el (nroff-electric-mode):
12741 * textmodes/paragraphs.el (use-hard-newlines):
12742 * textmodes/refill.el (refill-mode):
12743 * textmodes/reftex.el (reftex-mode):
12744 * textmodes/rst.el (rst-minor-mode):
12745 * textmodes/sgml-mode.el (html-autoview-mode)
12746 (sgml-electric-tag-pair-mode):
12747 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
12748 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
12749 * emulation/crisp.el (crisp-mode):
12750 * emacs-lisp/eldoc.el (eldoc-mode):
12751 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
12752 minor mode behavior.
12753
12754 2011-10-19 Juri Linkov <juri@jurta.org>
12755
12756 * descr-text.el (describe-char): Add #x2010 and #x2011 to
12757 the list of hard-coded chars with escape-glyph face.
12758
12759 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12762
12763 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
12764
12765 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
12766 running process.
12767
12768 2011-10-19 Glenn Morris <rgm@gnu.org>
12769
12770 * vc/vc-bzr.el (vc-bzr-after-dir-status):
12771 Ignore ignored files. (Bug#9726)
12772
12773 2011-10-19 Chong Yidong <cyd@gnu.org>
12774
12775 Doc fix for minor modes, stating that an omitted argument enables
12776 the mode unconditionally when called from Lisp.
12777
12778 * abbrev.el (abbrev-mode):
12779 * allout.el (allout-mode):
12780 * autoinsert.el (auto-insert-mode):
12781 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12782 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12783 (global-auto-revert-mode):
12784 * battery.el (display-battery-mode):
12785 * composite.el (global-auto-composition-mode)
12786 (auto-composition-mode):
12787 * delsel.el (delete-selection-mode):
12788 * desktop.el (desktop-save-mode):
12789 * dired-x.el (dired-omit-mode):
12790 * dirtrack.el (dirtrack-mode):
12791 * doc-view.el (doc-view-minor-mode):
12792 * double.el (double-mode):
12793 * electric.el (electric-indent-mode, electric-pair-mode):
12794 * emacs-lock.el (emacs-lock-mode):
12795 * epa-hook.el (auto-encryption-mode):
12796 * follow.el (follow-mode):
12797 * font-core.el (font-lock-mode):
12798 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
12799 * help.el (temp-buffer-resize-mode):
12800 * hilit-chg.el (highlight-changes-mode)
12801 (highlight-changes-visible-mode):
12802 * hi-lock.el (hi-lock-mode):
12803 * hl-line.el (hl-line-mode, global-hl-line-mode):
12804 * icomplete.el (icomplete-mode):
12805 * ido.el (ido-everywhere):
12806 * image-file.el (auto-image-file-mode):
12807 * image-mode.el (image-minor-mode):
12808 * iswitchb.el (iswitchb-mode):
12809 * jka-cmpr-hook.el (auto-compression-mode):
12810 * linum.el (linum-mode):
12811 * longlines.el (longlines-mode):
12812 * master.el (master-mode):
12813 * mb-depth.el (minibuffer-depth-indicate-mode):
12814 * menu-bar.el (menu-bar-mode):
12815 * minibuf-eldef.el (minibuffer-electric-default-mode):
12816 * mouse-sel.el (mouse-sel-mode):
12817 * msb.el (msb-mode):
12818 * mwheel.el (mouse-wheel-mode):
12819 * outline.el (outline-minor-mode):
12820 * paren.el (show-paren-mode):
12821 * recentf.el (recentf-mode):
12822 * reveal.el (reveal-mode, global-reveal-mode):
12823 * rfn-eshadow.el (file-name-shadow-mode):
12824 * ruler-mode.el (ruler-mode):
12825 * savehist.el (savehist-mode):
12826 * scroll-all.el (scroll-all-mode):
12827 * scroll-bar.el (scroll-bar-mode):
12828 * server.el (server-mode):
12829 * shell.el (shell-dirtrack-mode):
12830 * simple.el (auto-fill-mode, transient-mark-mode)
12831 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
12832 (line-number-mode, column-number-mode, size-indication-mode)
12833 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
12834 * strokes.el (strokes-mode):
12835 * time.el (display-time-mode):
12836 * t-mouse.el (gpm-mouse-mode):
12837 * tool-bar.el (tool-bar-mode):
12838 * tooltip.el (tooltip-mode):
12839 * type-break.el (type-break-mode-line-message-mode)
12840 (type-break-query-mode):
12841 * view.el (view-mode):
12842 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12843 (global-whitespace-mode, global-whitespace-newline-mode):
12844 * xt-mouse.el (xterm-mouse-mode): Doc fix.
12845
12846 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12847 Fix autogenerated docstring.
12848
12849 2011-10-19 Juri Linkov <juri@jurta.org>
12850
12851 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
12852 by checking environment variables "DESKTOP_SESSION" and
12853 "XDG_CURRENT_DESKTOP". (Bug#9779)
12854
12855 2011-10-19 Juri Linkov <juri@jurta.org>
12856
12857 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
12858 (browse-url-chromium-program, browse-url-chromium-arguments):
12859 New defcustoms.
12860 (browse-url-default-browser): Check for `browse-url-chromium' and
12861 call `browse-url-chromium-program'.
12862 (browse-url-chromium): New command. (Bug#9779)
12863
12864 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
12865
12866 * facemenu.el (list-colors-duplicates): On Windows, detect more
12867 duplicates by assuming that only colors matching "^System" are
12868 special "system colors". (Bug#9722)
12869
12870 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
12873 to distinguish the author from the committer.
12874
12875 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
12876
12877 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12878
12879 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
12880
12881 * international/mule.el (sgml-html-meta-auto-coding-function):
12882 Add support for detecting encoding in HTML5 specified only as
12883 <meta charset="UTF-8">. Implementation just makes http-equiv and
12884 content-type parts from HTML4 encoding string optional. (Bug#9716)
12885
12886 2011-10-18 Glenn Morris <rgm@gnu.org>
12887
12888 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
12889
12890 2011-10-18 Chong Yidong <cyd@gnu.org>
12891
12892 * faces.el (cursor): Doc fix.
12893
12894 2011-10-17 Chong Yidong <cyd@gnu.org>
12895
12896 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12897
12898 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
12899
12900 * dirtrack.el (dirtrack): Support shell buffers with path
12901 prefixes, e.g. tramp-based remote shells. (Bug#9647)
12902
12903 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
12904
12905 * json.el: Bump version to 1.3 and note change in History.
12906 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
12907
12908 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12909
12910 * comint.el (comint-insert-input, comint-send-input)
12911 (comint-get-old-input-default, comint-backward-matching-input)
12912 (comint-next-prompt): Use nil instead of `input' for field property of
12913 past user input (bug#114).
12914
12915 * minibuffer.el (completion--replace): Inherit surrounding properties
12916 (bug#114).
12917 (minibuffer-complete-and-exit): Use it.
12918
12919 * comint.el (comint--table-subvert): Quote the all-completions output
12920 (bug#9160).
12921
12922 2011-10-17 Martin Rudalics <rudalics@gmx.at>
12923
12924 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
12925
12926 * menu-bar.el (menu-bar-file-menu): Add entry for making new
12927 window on right of selected. (Bug#9350) Reword other window
12928 entries and separate them from frame entries.
12929
12930 2011-10-15 Glenn Morris <rgm@gnu.org>
12931
12932 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
12933 Doc fixes.
12934
12935 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
12936
12937 * net/network-stream.el (network-stream-open-starttls):
12938 Improve detection of failure due to lack of TLS support.
12939
12940 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
12941 putting the input text in front and in bold.
12942
12943 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
12946
12947 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
12948 empty buffer.
12949
12950 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
12951 unread-command-events rather than pushing yet-another event.
12952
12953 2011-10-14 Eli Zaretskii <eliz@gnu.org>
12954
12955 * mail/sendmail.el (sendmail-query-once): Improve the wording of
12956 the explanation of the possible choices. Make the options passed
12957 to completing-read shorter.
12958
12959 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12960
12961 * textmodes/flyspell.el (flyspell-large-region): Make sure
12962 extended character mode is used if defined (Bug#1339).
12963
12964 2011-10-13 Eli Zaretskii <eliz@gnu.org>
12965
12966 * simple.el (what-cursor-position): Fix the display of the
12967 character info for LRE, LRO, RLE, and RLO characters by appending
12968 an invisible PDF.
12969
12970 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12971
12972 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
12973 even in case of error; add debug spec; simplify data flow.
12974 (with-timeout-handler): Remove.
12975
12976 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
12977
12978 Fix Bug#6019, Bug#9315.
12979
12980 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
12981 complete `buffer-file-name', the local file name part could look
12982 remotely (for example on VMS).
12983
12984 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
12985 `tramp-run-real-handler'.
12986 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
12987 already quoted by '"'.
12988
12989 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
12990 Let `file-name-handler-alist' be nil, the local file name part
12991 could look remotely (for example on VMS).
12992
12993 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12994
12995 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
12996 from here...
12997 (flyspell-post-command-hook): ...to here.
12998
12999 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13000
13001 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13002 if not needed.
13003 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13004 using completion. Protect against "slow" callers.
13005 Remove the "message hack".
13006
13007 2011-10-11 Juri Linkov <juri@jurta.org>
13008
13009 * isearch.el (isearch-lazy-highlight-word): New variable.
13010 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13011 Use it. (Bug#9727)
13012
13013 2011-10-11 Glenn Morris <rgm@gnu.org>
13014
13015 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13016 like f90-previous-statement does.
13017
13018 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13019
13020 * eshell/eshell.el (eshell-command): History should be saved
13021 only in interactive use, to avoid error.
13022
13023 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * minibuffer.el (completion-file-name-table): Fix last change,
13026 i.e. ignore normal errors but not the other ones.
13027
13028 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13029
13030 * window.el (special-display-buffer-names)
13031 (special-display-regexps): Remove some remnants of earlier
13032 changes from doc-strings.
13033 (quit-windows-on): New function.
13034
13035 * vc/vc.el (vc-revert, vc-rollback):
13036 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13037 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13038 (Bug#6183) (Bug#7074) (Bug#7447)
13039
13040 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13041
13042 * window.el (frame-auto-hide-function): Add version tag.
13043 (Bug#9699)
13044
13045 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13046
13047 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13048 condition.
13049
13050 2011-10-09 Leo Liu <sdl.web@gmail.com>
13051
13052 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13053 (Bug#9701)
13054
13055 2011-10-08 Glenn Morris <rgm@gnu.org>
13056
13057 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13058 before the first code statement zero indent. (Bug#9690)
13059
13060 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13061
13062 * simple.el (count-words-region): Always count in the region.
13063 Report the number of lines and characters too.
13064 (count-words): New command, which counts in the buffer if the
13065 region is inactive, as count-words-region used to.
13066 (count-words--message): New function. Handle plurals.
13067 (count-lines-region): Make it an alias for count-words-region.
13068
13069 * bindings.el (esc-map): Replace count-lines-region with
13070 count-words-region.
13071
13072 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13073
13074 * window.el (window--delete): Delete dedicated frame
13075 unconditionally when argument KILL is non-nil. (Bug#9699)
13076 (switch-to-buffer): Fix doc-string typo.
13077
13078 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13079
13080 * eshell/eshell.el (eshell-command): Avoid using hooks.
13081
13082 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13083
13084 * bindings.el ([M-left],[M-right]): Bind to left-word and
13085 right-word respectively.
13086
13087 2011-10-07 Glenn Morris <rgm@gnu.org>
13088
13089 * cus-start.el (debug-on-quit): Fix custom type.
13090
13091 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13092
13093 * subr.el (define-key-after): Clarify that the function is not
13094 useful for non-menu keymaps.
13095
13096 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13097
13098 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13099
13100 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13101 in current minibuffer (Fix bug with recursive minibuffers).
13102
13103 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13104
13105 * progmodes/gdb-mi.el (gdb): Doc fix.
13106
13107 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13108
13109 * window.el (frame-auto-hide-function): New option replacing
13110 frame-auto-delete. Suggested by Stefan Monnier.
13111 (window--delete): Call frame-auto-hide-function instead of
13112 investigating frame-auto-delete.
13113 (window-point-1, set-window-point-1): New functions.
13114 (window-in-direction, record-window-buffer, window-state-get-1)
13115 (display-buffer-record-window): Use window-point-1 instead of
13116 window-point.
13117 (set-window-buffer-start-and-point): Use set-window-point-1.
13118
13119 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13122
13123 2011-10-05 Glenn Morris <rgm@gnu.org>
13124
13125 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13126 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13127
13128 2011-10-05 Leo Liu <sdl.web@gmail.com>
13129
13130 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13131 works with buffer object.
13132
13133 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * mpc.el (mpc-tool-bar-map): Add labels.
13136
13137 2011-10-04 Glenn Morris <rgm@gnu.org>
13138
13139 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13140
13141 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13142
13143 * window.el (window--delete): New function.
13144 (frame-auto-delete): Resuscitate option.
13145 (bury-buffer, replace-buffer-in-windows)
13146 (quit-window): Rewrite using window--delete.
13147 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13148 Pass display-buffer-mark-dedicated to window--display-buffer-2
13149 (Bug#9639).
13150
13151 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13154 returns a list (bug#9554). Add remote file name completion.
13155 * comint.el (comint--table-subvert): Curry and get quote&unquote
13156 functions as arguments.
13157 (comint--complete-file-name-data): Adjust call accordingly.
13158 * pcomplete.el (pcomplete--table-subvert): Remove.
13159 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13160
13161 * minibuffer.el (completion-table-case-fold): Use currying.
13162 (completion--styles-type, completion--cycling-threshold-type):
13163 New constants.
13164 (completion-styles, completion-category-overrides)
13165 (completion-cycle-threshold): Use them.
13166 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13167 completion-table-case-fold.
13168
13169 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13170
13171 * minibuffer.el (completion-category-overrides): Fix type of styles
13172 and add more user friendly tags (bug#9660).
13173
13174 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13177 (mule-input-method-string): New widget.
13178 (default-input-method, language-info-custom-alist): Use it.
13179
13180 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13181
13182 * pcomplete.el: Require comint.
13183 (pcomplete--common-suffix): Remove.
13184 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13185 (pcomplete--table-subvert): Sync with comint--table-subvert.
13186 (pcomplete--entries): Use comint-completion-file-name-table.
13187 * comint.el (comint-unquote-filename): Simplify.
13188 (comint-completion-file-name-table): New function (bug#9616).
13189 (comint--complete-file-name-data): Use it.
13190
13191 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13192 (pcmpl-gnu-tar-buffer): Remove.
13193 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13194 around. Make sure pcomplete-suffix-list is only changed temporarily.
13195 Don't look inside the tar's file if it's too large.
13196
13197 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13198
13199 * cus-edit.el (custom-mode-map):
13200 * epa.el (epa-key-list-mode-map):
13201 * man.el (Man-mode-map):
13202 * startup.el (splash-screen-keymap):
13203 * simple.el (special-mode-map): Use scroll-up-command and
13204 scroll-down-command.
13205
13206 * progmodes/idlw-help.el (idlwave-help-mode-map):
13207 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13208 * net/newst-plainview.el (newsticker-mode-map):
13209 * emulation/ws-mode.el (wordstar-mode-map):
13210 * emulation/vi.el (vi-com-map):
13211 * calc/calc-graph.el (calc-graph-show-dumb):
13212 * term/sun.el (terminal-init-sun):
13213 * term/ns-win.el (global-map):
13214 * progmodes/grep.el (grep-mode-map):
13215 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13216 * mail/rmail.el (rmail-mode-map):
13217 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13218
13219 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13220 custom-safe-themes as special.
13221
13222 2011-10-01 Julien Danjou <julien@danjou.info>
13223
13224 * notifications.el (notifications-notify): Fix docstring.
13225
13226 2011-10-01 Per Starbäck <per@starback.se>
13227
13228 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13229
13230 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13231
13232 * startup.el (command-line-1): Fix last fix by inserting
13233 initial-scratch-message into *scratch* before displaying it.
13234 (Bug#9605) and (Bug#9636)
13235
13236 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13237
13238 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13239 window is hscrolled, move by logical lines. (Bug#9607)
13240 (line-move-visual): Update the doc string to the above effect.
13241
13242 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13243
13244 * window.el (display-buffer-record-window): When WINDOW is the
13245 selected window use `point' instead of `window-point'. (Bug#9626)
13246
13247 * startup.el (command-line-1): Use insert-before-markers when
13248 inserting initial-scratch-message. (Bug#9605)
13249
13250 * help.el (help-window): Remove variable.
13251
13252 2011-09-29 Glenn Morris <rgm@gnu.org>
13253
13254 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13255
13256 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13257
13258 * descr-text.el (describe-char-categories): Accept category
13259 descriptions more than one line long.
13260
13261 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13262
13263 * simple.el (delete-trailing-whitespace): Fix last change.
13264
13265 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13266 Don't confuse "y => 3" as the beginning of a `y' operation.
13267
13268 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13269 object has more than 4 slots (bug#9613).
13270
13271 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13272
13273 * subr.el (with-output-to-temp-buffer):
13274 * net/quickurl.el (quickurl, quickurl-browse-url):
13275 Fix typos in docstrings.
13276
13277 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13278
13279 * minibuffer.el (completion-styles)
13280 (completion-category-overrides): Cross reference each other in doc
13281 strings.
13282
13283 2011-09-27 Glenn Morris <rgm@gnu.org>
13284
13285 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13286 to split-string. (Bug#9606)
13287
13288 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13289
13290 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13291 (bug#9615).
13292
13293 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13294
13295 * emacs-lisp/package.el (list-packages): Fix echo area message.
13296
13297 2011-09-27 Leo Liu <sdl.web@gmail.com>
13298
13299 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13300
13301 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13302
13303 * net/dbus.el (dbus-unregister-object): Don't release services for
13304 registered signals. (Bug#9581)
13305
13306 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13307
13308 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13309 function that picks between cfengine 2 and 3 support
13310 automatically. Update docs accordingly.
13311
13312 2011-09-22 Kenichi Handa <handa@m17n.org>
13313
13314 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13315 ZERO.
13316 (indian-itrans-v5-table-for-tamil): New variable.
13317 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13318
13319 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13320
13321 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13322 that's true if the current command involved collapsing of text.
13323 It's reset to false at the beginning of the next command.
13324 (allout-post-command-business): Move the cursor to the beginning
13325 of entry if the cursor is hidden and collapsing activity just
13326 happened.
13327
13328 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13329
13330 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13331 tracking (Bug#9541).
13332
13333 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13334
13335 * net/newst-reader.el (newsticker-html-renderer)
13336 (newsticker-show-news): Automatically load html rendering package
13337 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13338 because w3m-fill-column is let-bound" and the error "Symbol's value
13339 as variable is void: w3m-fill-column".
13340
13341 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13342
13343 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13344 Release services only if they are defined. (Bug#9581)
13345
13346 2011-09-23 Richard Stallman <rms@gnu.org>
13347
13348 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13349 distinguish start of paragraph from start of its text.
13350
13351 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13352
13353 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13354 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13355 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13356
13357 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13358
13359 * international/mule-diag.el (mule-diag): Insert a newline after
13360 each fontset description.
13361
13362 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13363
13364 * simple.el (delete-trailing-whitespace):
13365 Document last change; simplify.
13366
13367 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13368
13369 * simple.el (delete-trailing-whitespace): Also delete
13370 extra newlines at the end of the buffer.
13371
13372 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13373 (picture-newline): Use forward-line so as to ignore fields.
13374
13375 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13376
13377 * subr.el (with-wrapper-hook): Fix edebug spec.
13378
13379 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13380
13381 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13382 (bug#4538).
13383
13384 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
13385
13386 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13387 Fix nasty bug using wrong cached values.
13388
13389 2011-09-23 Alan Mackenzie <acm@muc.de>
13390
13391 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13392
13393 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
13394
13395 * window.el (pop-to-buffer): Ensure right window is selected if we
13396 chose another frame.
13397
13398 2011-09-22 Eli Zaretskii <eliz@gnu.org>
13399
13400 * simple.el (what-cursor-position): Use get-char-property-change
13401 and next-single-char-property-change, to be able to show display
13402 properties that come from overlays as well as text properties.
13403
13404 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
13405
13406 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13407
13408 * cmuscheme.el (run-scheme, switch-to-scheme):
13409 * cus-edit.el (customize-group, custom-buffer-create)
13410 (customize-browse):
13411 * info.el (info):
13412 * shell.el (shell):
13413 * mail/sendmail.el (mail):
13414 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13415
13416 2011-09-22 Richard Stallman <rms@gnu.org>
13417
13418 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13419 move back only to line beg, don't move back over blank lines.
13420
13421 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
13422
13423 * files.el (copy-directory): Set directory attributes only in case
13424 they could be retrieved from the source directory. (Bug#9565)
13425
13426 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13427
13428 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13429 (hs-find-block-beginning, hs-hide-level-recursive):
13430 Ignore strings as well as comments. (Bug#9502)
13431
13432 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13433
13434 * progmodes/sql.el (sql-comint-postgres):
13435 Convert port number to a string. (Bug#9566)
13436
13437 2011-09-22 Martin Rudalics <rudalics@gmx.at>
13438
13439 * window.el (quit-window): Undedicate window when switching to
13440 previous buffer. Reported by Thierry Volpiatto
13441 <thierry.volpiatto@gmail.com>.
13442 (special-display-popup-frame): When popping up a new frame reset
13443 its previous buffers to nil. Simplify code.
13444
13445 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
13446
13447 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13448 and process filter, as done also in `shell-command'.
13449
13450 2011-09-21 Martin Rudalics <rudalics@gmx.at>
13451
13452 * window.el (set-window-buffer-start-and-point):
13453 Call set-window-start with NOFORCE argument t.
13454 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13455 (quit-window): Reword doc-string. Handle new format of
13456 quit-restore parameter. Don't delete window if it has a
13457 previous buffer we can show instead of the present one.
13458 (display-buffer-record-window): Rewrite using a new format for
13459 the quit-restore window parameter
13460 (special-display-popup-frame, display-buffer-same-window)
13461 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13462 (display-buffer-pop-up-window, display-buffer-use-some-window):
13463 Adapt symbol passed to display-buffer-record-window.
13464 * help.el (help-window-setup): Handle new format of quit-restore
13465 parameter.
13466
13467 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13468
13469 * faces.el (face-list): Fix docstring (bug#9564).
13470
13471 * window.el (display-buffer--action-function-custom-type):
13472 Don't include internal functions in the Custom interface.
13473
13474 2011-09-20 Juri Linkov <juri@jurta.org>
13475
13476 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13477 (Info-forward-node, Info-backward-node, Info-next-preorder)
13478 (Info-last-preorder): Use it. (Bug#9528)
13479
13480 2011-09-20 Juri Linkov <juri@jurta.org>
13481
13482 * info.el (Info-last-preorder): Visit last menu item only when
13483 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13484
13485 2011-09-20 Julien Danjou <julien@danjou.info>
13486
13487 * password-cache.el (password-cache-remove): Remove entries even if the
13488 value is nil, so that password with a nil value (negative caching) is
13489 possible to invalidate.
13490
13491 2011-09-20 Lawrence Mitchell <wence@gmx.li>
13492
13493 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13494 all whitespace around breakpoint. (Bug#9553)
13495 (f90-find-breakpoint): Only break at whitespace inside a comment.
13496
13497 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * minibuffer.el (completion-file-name-table): Keep track of errors.
13500 (completion-table-with-predicate): Handle the case where pred1 is nil.
13501 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13502
13503 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13504
13505 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13506 (debugger-return-value): Signal an error if the debugging context does
13507 not await any return value.
13508
13509 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13510 * image-mode.el (image-toggle-display-text)
13511 (image-toggle-display-image): Stay away from evil `intangible'.
13512
13513 2011-09-19 Leo Liu <sdl.web@gmail.com>
13514
13515 * replace.el (occur-revert-arguments): Make it permanent-local.
13516 (occur-mode): Don't call font-lock-defontify.
13517
13518 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
13519
13520 * net/ldap.el (ldap-search-internal): Don't push empty search
13521 result (Bug#9508).
13522
13523 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13526
13527 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
13528
13529 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13530 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13531
13532 2011-09-18 Juri Linkov <juri@jurta.org>
13533
13534 * buff-menu.el (Buffer-menu-mode-map):
13535 * dired.el (dired-mode-map):
13536 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13537 (lisp-interaction-mode-map):
13538 * emacs-lisp/package.el (package-menu-mode-map):
13539 * epa.el (epa-key-list-mode-map):
13540 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13541 (menu-bar-options-menu):
13542 * outline.el (outline-mode-menu-bar-map):
13543 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13544 * vc/vc-dir.el (vc-dir-menu-map):
13545 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13546 Capitalize non-function content words in menu item strings.
13547
13548 * dired.el (dired-mode-map): Add menu item for
13549 `image-dired-dired-toggle-marked-thumbs'.
13550
13551 2011-09-18 Juri Linkov <juri@jurta.org>
13552
13553 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13554 to `isearch-case-fold-search' and restore its original value
13555 after the `isearch-mode' call.
13556
13557 2011-09-18 Juri Linkov <juri@jurta.org>
13558
13559 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13560 because `zgrep' returns 1 for successful matches (bug#9226).
13561
13562 2011-09-18 Juri Linkov <juri@jurta.org>
13563
13564 * info.el (Info-extract-menu-node-name): Check the second match
13565 for empty string (second test-case of bug#9528).
13566 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13567 intermediate nodes to the history (first test-case of bug#9528).
13568
13569 2011-09-18 Juri Linkov <juri@jurta.org>
13570
13571 * info.el (Info-mode-syntax-table): New variable.
13572 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
13573
13574 2011-09-18 Juri Linkov <juri@jurta.org>
13575
13576 * info.el (Info-file-supports-index-cookies):
13577 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13578 outputs one more line for long file names (bug#4142).
13579
13580 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13581
13582 * newcomment.el (comment-normalize-vars): If prompting for
13583 comment-start, set comment-start-skip too (Bug#8424).
13584
13585 2011-09-18 Johan Bockgård <bojohan@gnu.org>
13586
13587 * icomplete.el: Fix previous fix of Bug#5849.
13588 (icomplete-mode): Don't set completion-show-inline-help.
13589 (icomplete-minibuffer-setup): Set completion-show-inline-help
13590 locally during icompletion.
13591
13592 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13593
13594 * woman.el (woman2-process-escapes): Don't delete unrecognized
13595 escapes (Bug#7843).
13596
13597 * files.el (inhibit-first-line-modes-regexps): Add image files.
13598 (hack-local-variables-prop-line): Return nil for malformed
13599 prop-lines (Bug#9044).
13600
13601 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
13602
13603 * net/tramp.el (top): Don't require 'shell.
13604 (tramp-methods): Fix docstring.
13605 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
13606 Return complete remote file name. Handle "smb" case.
13607 Use `tramp-tmpdir', if defined for the respective method.
13608 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13609
13610 * net/tramp-compat.el (top): Require 'shell.
13611
13612 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13613 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13614 `tramp-current-host'.
13615 (tramp-get-remote-tmpdir): Remove.
13616
13617 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13618 `tramp-tmpdir' entries.
13619 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13620 (tramp-smb-handle-file-attributes): Ignore errors.
13621 (tramp-smb-wait-for-output): Check also for process end.
13622
13623 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13624
13625 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13626 when sending QUIT (bug#9312).
13627
13628 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
13629
13630 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13631 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13632 occur-mode-display-occurrence.
13633 (occur-edit-mode): Add usage message.
13634 (occur-cease-edit): New command.
13635 (occur-after-change-function): Use text properties to find the
13636 position of the prefix text.
13637 (occur-engine): Set stickiness of prefix text properties.
13638
13639 2011-09-17 Glenn Morris <rgm@gnu.org>
13640
13641 * progmodes/etags.el (complete-tag):
13642 Fix call to completion-in-region. (Bug#9526)
13643
13644 2011-09-17 Juri Linkov <juri@jurta.org>
13645
13646 * textmodes/ispell.el (ispell-word): Add to the error message
13647 the word, ispell program name and current dictionary (bug#9121).
13648 (ispell-tex-arg-end): Capitalize "error" in the error message.
13649
13650 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13651
13652 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13653 check. (Bug#4251)
13654
13655 2011-09-17 Juri Linkov <juri@jurta.org>
13656
13657 * window.el (window-safe-min-height, window-safe-min-width):
13658 Fix typos (followup to bug#9522).
13659
13660 2011-09-17 Sven Joachim <svenjoac@gmx.de>
13661
13662 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13663
13664 2011-09-16 Eli Zaretskii <eliz@gnu.org>
13665
13666 * simple.el (line-move): If goal-column is set, move by logical
13667 lines, not by display lines. (Bug#971)
13668 (next-line, previous-line, goal-column, line-move-visual): Doc fix
13669 to reflect the above change.
13670
13671 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13672
13673 * image.el (imagemagick-register-types): Use regexp-opt.
13674
13675 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13676
13677 * window.el (display-buffer-base-action): Rename from
13678 display-buffer-default-action. Make default value empty.
13679 (display-buffer-overriding-action): Convert to defvar.
13680 (display-buffer-fallback-action): New var.
13681
13682 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13683
13684 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13685 declaration.
13686 (package--add-to-archive-contents): If there is a duplicate entry
13687 with an older version, remove it.
13688 (package-menu-mark-delete, package-menu-mark-install)
13689 (package-menu-mark-unmark): Make unused args optional.
13690 (package-menu-mark-obsolete-for-deletion):
13691 Use package-menu-get-status instead of a regexp search.
13692 (package-menu-get-status): Use tabulated-list-entry.
13693 (package-menu-mark-upgrades): New command.
13694 (package-menu-mode-map): Bind it to U. Add it to menu bar.
13695 (package-menu-execute): Do installation before deletion.
13696 (package-menu-refresh, package-menu-execute): Use derived-mode-p
13697 instead of checking major-mode.
13698 (package-menu--find-upgrades): New function.
13699
13700 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13701
13702 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13703 passwords in the log buffer.
13704 (smtpmail-process-filter): Update the process marker so that the
13705 "broken by peer" status message is inserted in the right place.
13706
13707 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13708
13709 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13710 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13711 bibtex-completion-at-point-function.
13712 (bibtex-completion-at-point-function): Use them.
13713
13714 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13715
13716 * mpc.el (mpc-constraints-tag-lookup): New function.
13717 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13718 also to browser "album|playlist".
13719
13720 2011-09-14 Juri Linkov <juri@jurta.org>
13721
13722 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
13723 (isearch-edit-string): Use length of `isearch-string' when
13724 `isearch-fail-pos' returns nil.
13725 (isearch-message): Remove duplicate code and call
13726 `isearch-fail-pos' with arg `t'.
13727
13728 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
13729
13730 * replace.el (occur-mode-goto-occurrence): Don't force using other
13731 window (Bug#9499).
13732
13733 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13734
13735 2011-09-14 Martin Rudalics <rudalics@gmx.at>
13736
13737 * window.el (display-buffer-window): Remove.
13738 (display-buffer-record-window): Use help-setup window parameter
13739 instead of variable display-buffer-window.
13740 (display-buffer-function, special-display-buffer-names)
13741 (special-display-function): Mention help-setup parameter instead
13742 of display-buffer-window in doc-string.
13743 * help.el (help-window-setup): New argument help-window.
13744 Use help-window-setup parameter instead of display-buffer-window.
13745 Reword some messages.
13746 (with-help-window): Pass window used for displaying the buffer
13747 to help-window-setup. Don't set display-buffer-window.
13748
13749 2011-09-13 Glenn Morris <rgm@gnu.org>
13750
13751 * emacs-lisp/debug.el (debugger-make-xrefs):
13752 Preserve point. (Bug#9462)
13753
13754 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13755
13756 * window.el (window-deletable-p): Use next-frame.
13757
13758 2011-09-13 Martin Rudalics <rudalics@gmx.at>
13759
13760 * window.el (window-auto-delete): Remove.
13761 (window-deletable-p): Remove argument FORCE. Don't deal with
13762 dedication and previous buffers.
13763 (switch-to-prev-buffer): Don't delete window.
13764 (delete-windows-on): Delete a window's frame if and only if the
13765 window is dedicated.
13766 (replace-buffer-in-windows): Delete buffer's window or frame if
13767 and only if window is dedicated.
13768 (quit-window): Handle quit-restore as before last change.
13769 (bury-buffer): Delete window only if window-deletable-p returns t.
13770
13771 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13772
13773 * window.el (window-deletable-p): Never delete the last frame on a
13774 given terminal.
13775
13776 2011-09-13 Glenn Morris <rgm@gnu.org>
13777
13778 * help.el (describe-key-briefly): Copy previous standard-output change.
13779
13780 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
13781
13782 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
13783
13784 2011-09-13 Glenn Morris <rgm@gnu.org>
13785
13786 * emacs-lisp/lisp-mode.el (lisp-indent-function):
13787 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
13788
13789 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
13790
13791 * dired-aux.el (dired-mark-read-string): Don't return default
13792 value on empty input (Bug#9361).
13793 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
13794 Omit initial minibuffer contents.
13795 (dired-do-chmod): Signal an error on empty input.
13796 (dired-mark-read-string): Don't return default on empty input.
13797
13798 * files.el (file-modes-symbolic-to-number): Doc fix.
13799
13800 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13801
13802 * international/mule-cmds.el (ucs-completions): Remove.
13803 (read-char-by-name): Use complete-with-action instead; add metadata.
13804
13805 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13806
13807 * window.el (display-buffer--action-function-custom-type)
13808 (display-buffer--action-custom-type): New vars.
13809 (display-buffer-alist, display-buffer-default-action)
13810 (display-buffer-overriding-action): Add defcustom types.
13811
13812 * frame.el (delete-other-frames): Doc fix (Bug#276).
13813
13814 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13815
13816 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13817
13818 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13819
13820 Change modes that used same-window-* vars to use switch-to-buffer.
13821
13822 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
13823 Use switch-to-buffer.
13824
13825 * cus-edit.el (customize-group, custom-buffer-create)
13826 (customize-browse, custom-buffer-create-other-window):
13827 Use switch-to-buffer or switch-to-buffer-other-window.
13828
13829 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
13830 (Info-prev, Info-up, Info-speedbar-goto-node)
13831 (info-display-manual): Use switch-to-buffer.
13832 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
13833
13834 * mail/sendmail.el (mail): Use switch-to-buffer.
13835 (mail-recover): Use switch-to-buffer-other-window.
13836
13837 * cmuscheme.el (run-scheme, switch-to-scheme):
13838 * ielm.el (ielm):
13839 * shell.el (shell):
13840 * net/rlogin.el (rlogin):
13841 * net/telnet.el (telnet, rsh):
13842 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
13843
13844 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
13845
13846 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13847
13848 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13849
13850 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13851 so don't mention it (bug#9301).
13852 (dired-sort-toggle-or-edit): Clarify string further.
13853
13854 * faces.el (face-spec-set-match-display): Make `(type graphic)'
13855 match `x', `w32' and `ns', like the manual says (bug#9029).
13856
13857 * subr.el (eval-after-load): Doc string clarification (bug#9125).
13858 (process-kill-buffer-query-function): Mention the buffer name in
13859 the query.
13860
13861 * image-mode.el (image-next-line): The line parameter is mandatory
13862 (bug#9258).
13863
13864 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13865 which can be useful (bug#9301).
13866
13867 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13868
13869 * subr.el (match-string): Mention that the current buffer should
13870 be the same as the search was done in (bug#9282).
13871
13872 * facemenu.el: Disable the remove-* commands if the mark isn't
13873 active (bug#9162).
13874
13875 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
13876
13877 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
13878 of display-buffer.
13879 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
13880
13881 * replace.el (occur-mode-goto-occurrence)
13882 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
13883 and display-buffer.
13884
13885 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
13886 display-buffer.
13887
13888 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
13889 special-display and same-window variables.
13890 (mail-other-window): Use switch-to-buffer-other-window.
13891 (mail-other-frame): USe switch-to-buffer-other-frame.
13892
13893 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13894 Use display-buffer-other-frame.
13895 (gdb-display-gdb-buffer): Use pop-to-buffer.
13896
13897 * progmodes/gud.el (gud-goto-info): Use info-other-window.
13898
13899 * progmodes/python.el: Don't set same-window-buffer-names.
13900
13901 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
13902
13903 * window.el (display-buffer-alist): Add *Python*.
13904
13905 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
13906
13907 * window.el (display-buffer-alist): Add entry for buffers
13908 previously handled same-window-*.
13909 (display-buffer-alist, display-buffer-default-action)
13910 (display-buffer-overriding-action): Mark as risky.
13911 (display-buffer-alist): Document action function changes.
13912 (display-buffer--same-window-action)
13913 (display-buffer--other-frame-action): New variables.
13914 (switch-to-buffer, display-buffer-other-frame): Use them.
13915 (display-buffer): Rename reuse-frame entry to reusable-frames.
13916 (display-buffer-reuse-selected-window): Function deleted.
13917 (display-buffer-reuse-window): Handle reusable-frames alist entry.
13918 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
13919 (display-buffer-special): New function.
13920 (display-buffer--maybe-pop-up-frame-or-window): Rename from
13921 display-buffer-reuse-or-pop-window. Split off special-display
13922 part into display-buffer-special.
13923 (display-buffer-use-some-window): Don't perform any special
13924 pop-up-frames handling.
13925 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
13926 (display-buffer--maybe-same-window): Rename from
13927 display-buffer-maybe-same-window.
13928
13929 * info.el: Don't set same-window-regexps.
13930 (info-setup): New function.
13931 (info-other-window, info): Call it.
13932
13933 * cus-edit.el: Don't set same-window-regexps.
13934 (customize-group): New argument.
13935 (customize-group-other-window): Use it.
13936 (customize-face, customize-face-other-window): Likewise.
13937 (custom-buffer-create-other-window): Use pop-to-buffer directly.
13938
13939 * net/rlogin.el:
13940 * net/telnet.el:
13941 * progmodes/gud.el: Don't set same-window-regexps.
13942
13943 * cmuscheme.el:
13944 * ielm.el:
13945 * shell.el:
13946 * mail/sendmail.el:
13947 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
13948
13949 2011-09-10 Juri Linkov <juri@jurta.org>
13950
13951 * isearch.el (isearch-edit-string): Remove obsolete mention of
13952 `C-w' (`isearch-yank-word-or-char') from docstring.
13953 (isearch-query-replace): Fix typo in docstring (bug#9466).
13954
13955 2011-09-10 Juri Linkov <juri@jurta.org>
13956
13957 * paren.el (show-paren-function): Don't show escaped parens.
13958 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
13959
13960 2011-09-10 Eli Zaretskii <eliz@gnu.org>
13961
13962 * mail/sendmail.el (mml-to-mime, mml-attach-file)
13963 (mm-default-file-encoding): Remove autoload forms, they are
13964 replaced with autoload cookies in mml.el and mm-encode.el.
13965 (mail-add-attachment): New command.
13966 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
13967 (mail-mode): Mention mail-insert-file and mail-add-attachment in
13968 the doc string.
13969 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
13970
13971 2011-09-10 Reuben Thomas <rrt@sc3d.org>
13972
13973 * simple.el (count-words-region): Use buffer if there's no region
13974 (bug#9429).
13975
13976 2011-09-09 Juri Linkov <juri@jurta.org>
13977
13978 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
13979 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
13980 (wdired-isearch-filter-read-only): New function. (Bug#6362)
13981
13982 2011-09-09 Alan Mackenzie <acm@muc.de>
13983
13984 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
13985 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
13986
13987 2011-09-09 Eli Zaretskii <eliz@gnu.org>
13988
13989 Fix for Savannah bug#9392.
13990 * simple.el (mail-encode-mml): New defvar.
13991
13992 * mail/rmail.el (mail-encode-mml): Add a defvar.
13993 (rmail-enable-mime-composing): Default to t.
13994 (rmail-forward): Use MIME method of forwarding only if both
13995 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
13996 Set mail-encode-mml non-nil if the MIME method was used.
13997
13998 * mail/sendmail.el (mml-to-mime): Add autoload form.
13999 (mail-encode-mml): Add a defvar.
14000 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14001 to nil.
14002 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14003 message through mml-to-mime, and reset mail-encode-mml to nil.
14004
14005 2011-09-09 Glenn Morris <rgm@gnu.org>
14006
14007 * woman.el (woman-if-body): When processing an .el block,
14008 do not delete the next .el block as well. (Bug#9447)
14009 (woman-special-characters): Add oq, cq, and hy characters.
14010
14011 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14012
14013 * window.el (window-deletable-p): Make sure window is live before
14014 invoking window-prev-buffers.
14015
14016 2011-09-08 Leo Liu <sdl.web@gmail.com>
14017
14018 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14019
14020 2011-09-08 Juri Linkov <juri@jurta.org>
14021
14022 * progmodes/compile.el (compilation-environment): Make it
14023 a defcustom (bug#8340).
14024
14025 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14026
14027 * window.el (frame-auto-delete): Rename to window-auto-delete.
14028 Make it control auto-deletion of windows and/or frames.
14029 (window-deletable-p): New argument FORCE. Rewrite conditions
14030 for deleting window/frame. (Bug#9419)
14031 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14032 Rewrite handling of case when window/frame can be deleted.
14033 (delete-windows-on): Call window-deletable-p with new FORCE
14034 argument t. (Bug#9456)
14035
14036 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14037
14038 * help-mode.el (help-mode): Restore autoload.
14039
14040 2011-09-07 Juri Linkov <juri@jurta.org>
14041
14042 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14043 `compilation-environment'. Set buffer-local
14044 `compilation-environment' to `thisenv' later after (funcall mode).
14045 (Bug#8340)
14046
14047 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14048 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14049 instead of replacing its value. (Bug#8340)
14050
14051 2011-09-07 Juri Linkov <juri@jurta.org>
14052
14053 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14054 based on text properties put by `grep-filter' instead of matching
14055 escape sequences.
14056 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14057 to the value of `grep-error-screen-columns' (bug#9438).
14058
14059 2011-09-07 Juri Linkov <juri@jurta.org>
14060
14061 * simple.el (next-error-highlight, next-error-highlight-no-select):
14062 Doc fix (bug#9432).
14063
14064 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14065
14066 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14067 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14068
14069 2011-09-07 Leo Liu <sdl.web@gmail.com>
14070
14071 * net/rcirc.el (rcirc-mode): Conditionally initialize
14072 rcirc-input-ring.
14073
14074 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14075
14076 * emacs-lisp/find-func.el (find-function-C-source): Only set
14077 find-function-C-source-directory after checking that we found a source
14078 file there (bug#9440).
14079
14080 2011-09-06 Alan Mackenzie <acm@muc.de>
14081
14082 * isearch.el (isearch-other-meta-char): Wherever a key list is
14083 unread, "unread" the prefix arg, too. This fixes bug #8901.
14084
14085 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14086
14087 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14088
14089 2011-09-05 Juri Linkov <juri@jurta.org>
14090
14091 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14092
14093 2011-09-05 Juri Linkov <juri@jurta.org>
14094
14095 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14096 keeping point where processing of grep matches begins, and
14097 continue to delete remaining escape sequences from the same point.
14098 (grep-filter): Make leading zero optional in "0?1;31m" because
14099 git-grep emits "\033[1;31m" escape sequences unlike expected
14100 "\033[01;31m" as GNU Grep does (bug#9408).
14101 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14102
14103 2011-09-05 Juri Linkov <juri@jurta.org>
14104
14105 * subr.el (y-or-n-p): Capitalize "yes".
14106
14107 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14108
14109 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14110 `tramp-cache-unload-hook' where appropriate.
14111 (tramp-methods): Rename `tramp-remote-sh' to
14112 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14113 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14114
14115 * net/tramp-sh.el (top): Don't require 'shell.
14116 (tramp-methods): Add `tramp-remote-shell' and
14117 `tramp-remote-shell-args' entries.
14118 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14119 (tramp-sh-handle-shell-command): Remove.
14120 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14121 Use `tramp-remote-shell'.
14122
14123 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14124
14125 * mail/sendmail.el (sendmail-query-once-function): Delete.
14126 (sendmail-query-once): Save directly to send-mail-function.
14127 Update message-send-mail-function too.
14128
14129 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14130
14131 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14132
14133 * progmodes/python.el (python-mode-map): Use correct function to
14134 start python interpreter from menu-bar (as reported by Geert
14135 Kloosterman).
14136 (inferior-python-mode-map): Fix typo.
14137 (python-shell-map): Remove.
14138
14139 2011-09-03 Deniz Dogan <deniz@dogan.se>
14140
14141 * net/rcirc.el (rcirc-print): Simplify code for
14142 rcirc-scroll-show-maximum-output. There is no need to walk
14143 through all windows to find the right one.
14144
14145 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14146
14147 * help.el (help-return-method): Doc fix.
14148
14149 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14150
14151 * window.el (window-deletable-p): Don't return a non-nil value
14152 when there's a buffer that was shown in the window before.
14153 (Bug#9419)
14154 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14155 Set window's previous buffers to nil.
14156
14157 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14158
14159 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14160 newline before and after the tag line, so it doesn't interfere
14161 with determining the paragraph direction of bidirectional text.
14162
14163 2011-09-03 Leo Liu <sdl.web@gmail.com>
14164
14165 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14166
14167 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14168
14169 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14170 (pop-to-buffer): Change interactive spec. Pass second argument
14171 directly to display-buffer.
14172 (display-buffer): Fix interactive spec. Use functionp to
14173 distinguish between a function and a list of functions.
14174
14175 * abbrev.el (edit-abbrevs):
14176 * arc-mode.el (archive-extract):
14177 * autoinsert.el (auto-insert):
14178 * bookmark.el (bookmark-bmenu-list):
14179 * files.el (find-file):
14180 * view.el (view-buffer):
14181 * progmodes/compile.el (compilation-goto-locus):
14182 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14183
14184 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14185
14186 * window.el (display-buffer-alist): Doc fix.
14187 (display-buffer): Add docstring. Don't treat
14188 display-buffer-default specially.
14189 (display-buffer-reuse-selected-window)
14190 (display-buffer-same-window, display-buffer-maybe-same-window)
14191 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14192 (display-buffer-pop-up-window)
14193 (display-buffer-reuse-or-pop-window)
14194 (display-buffer-use-some-window): New functions.
14195 (display-buffer-default-action): Use them.
14196 (display-buffer-default): Delete.
14197 (pop-to-buffer-1): Fix choice of actions.
14198
14199 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14200
14201 * minibuffer.el (completion--insert-strings): Don't get confused by
14202 completion entries that end with an LF char.
14203
14204 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14205
14206 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14207
14208 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14209
14210 * window.el (display-buffer): Restore interactive spec.
14211 (display-buffer-same-window, display-buffer-other-window):
14212 New functions.
14213 (pop-to-buffer-1): New function. Use the above.
14214 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14215 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14216
14217 * view.el (view-buffer-other-window, view-buffer-other-frame):
14218 Just use pop-to-buffer.
14219
14220 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14221
14222 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14223
14224 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14225
14226 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14227
14228 2011-08-31 Richard Stallman <rms@gnu.org>
14229
14230 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14231 of the separation of rmail-view-buffer from rmail-buffer.
14232 If you say no to "replace original", the decrypt is in the
14233 view buffer. If you say yes, the decrypt goes into the
14234 rmail buffer also.
14235
14236 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14237
14238 * window.el (display-buffer-window): Rewrite doc-string.
14239 (display-buffer-record-window): New function.
14240 (display-buffer-macro-specifiers)
14241 (display-buffer-even-window-sizes, display-buffer-set-height)
14242 (display-buffer-set-width, display-buffer-in-window)
14243 (display-buffer-reuse-window, display-buffer-split-specifiers)
14244 (display-buffer-side-specifiers, display-buffer-split-window-1)
14245 (display-buffer-split-window, display-buffer-split-atom-window)
14246 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14247 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14248 (display-buffer-other-window-means-other-frame)
14249 (display-buffer-normalize-special)
14250 (display-buffer-normalize-default)
14251 (display-buffer-normalize-argument)
14252 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14253 (display-buffer-normalize-specifiers, display-buffer-frame)
14254 (display-buffer-same-window, display-buffer-same-frame)
14255 (display-buffer-other-window)
14256 (display-buffer-same-frame-other-window)
14257 (display-buffer-other-frame, pop-to-buffer-same-window)
14258 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14259 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14260 (switch-to-buffer-same-frame)
14261 (switch-to-buffer-other-window-same-frame)
14262 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14263 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14264 (display-buffer-alist-set): Remove.
14265 (display-buffer-function, special-display-buffer-names)
14266 (special-display-regexps, special-display-function):
14267 In doc-string refer to display-buffer-window and quit-restore
14268 parameter.
14269 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14270 (special-display-frame-alist, special-display-popup-frame)
14271 (same-window-buffer-names, same-window-regexps, same-window-p)
14272 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14273 (split-window-preferred-function, split-height-threshold)
14274 (split-width-threshold, window-splittable-p)
14275 (split-window-sensibly, window--try-to-split-window)
14276 (window--frame-usable-p, even-window-heights)
14277 (window--even-window-heights, window--display-buffer-1)
14278 (window--display-buffer-2, display-buffer-other-frame):
14279 Restore old Emacs 23 code, order and doc-strings where applicable.
14280 (display-buffer-default, display-buffer-assq-regexp): New functions.
14281 (display-buffer-alist): Rewrite doc-string.
14282 (display-buffer-default-action)
14283 (display-buffer-overriding-action): New variables.
14284 (display-buffer, switch-to-buffer): Rewrite.
14285 (pop-to-buffer): Restore Emacs 23 behavior but use
14286 window-normalize-buffer-to-display.
14287 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14288 Restore Emacs 23 behavior but use
14289 window-normalize-buffer-to-switch-to.
14290 (pop-to-buffer-same-window): Rewrite.
14291 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14292 Rewrite using Emacs 23 options.
14293
14294 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14295
14296 * net/tramp.el (tramp-root-regexp): Remove.
14297 (tramp-completion-file-name-regexp-unified)
14298 (tramp-completion-file-name-regexp-separate)
14299 (tramp-completion-file-name-regexp-url): Don't use leading volume
14300 letter on w32 systems. (Bug#5303, Bug#9311)
14301 (tramp-drop-volume-letter): Simplify definition.
14302 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14303
14304 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14305
14306 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14307 (bug#9356).
14308
14309 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14310
14311 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14312
14313 2011-08-29 Juri Linkov <juri@jurta.org>
14314
14315 * isearch.el (isearch-done): Don't display message "Mark saved"
14316 when arg `edit' is non-nil to prevent its flicker in the echo area.
14317
14318 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14319
14320 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14321 obsolete packages for deletion.
14322
14323 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14324
14325 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14326 (help-mode): Derive help-mode from special-mode. Don't invoke
14327 view-mode from help-mode.
14328 (help-xref-override-view-map): Remove.
14329 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14330 view-mode is not used anymore.
14331
14332 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14333
14334 * server.el (server-port): Doc fix.
14335
14336 * cus-theme.el (custom-theme-choose-mode): Inherit from
14337 special-mode (Bug#9124).
14338 (custom-theme-choose-mode-map): Add special-mode to parent.
14339
14340 2011-08-28 Alan Mackenzie <acm@muc.de>
14341
14342 * progmodes/cc-fonts.el
14343 (c-make-font-lock-BO-decl-search-function): New function.
14344 (c-basic-matchers-after - "Fontify the clauses after various
14345 keywords"): Extract the three keyword lists for the 3 erroneous
14346 constructs from the list of four, and use the new function above
14347 in place of an old one.
14348
14349 2011-08-28 Deniz Dogan <deniz@dogan.se>
14350
14351 * net/rcirc.el (rcirc-insert-prev-input)
14352 (rcirc-insert-next-input): Remove unused argument.
14353
14354 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14355
14356 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14357
14358 2011-08-27 Alan Mackenzie <acm@muc.de>
14359
14360 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14361 handle function pointer parameters properly.
14362
14363 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14364
14365 * window.el (display-buffer-reuse-window): Fix case where
14366 selected window was reused with non-nil OTHER-WINDOW argument.
14367 (Bug#9381)
14368
14369 2011-08-27 Deniz Dogan <deniz@dogan.se>
14370
14371 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14372 oftc's NickServ messages.
14373
14374 2011-08-27 Glenn Morris <rgm@gnu.org>
14375
14376 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14377
14378 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
14379
14380 * emacs-lisp/package.el (package-install): Call package-initialize
14381 if called interactively.
14382
14383 2011-08-26 Leo Liu <sdl.web@gmail.com>
14384
14385 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14386
14387 2011-08-25 Juri Linkov <juri@jurta.org>
14388
14389 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14390 `search-whitespace-regexp' (bug#9364).
14391
14392 2011-08-25 Juri Linkov <juri@jurta.org>
14393
14394 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14395 `regexp-search-ring' to their global values to protect from
14396 updating by `read-from-minibuffer' (bug#9185).
14397
14398 2011-08-25 Juri Linkov <juri@jurta.org>
14399
14400 * textmodes/ispell.el (ispell-command-loop): Add newline
14401 at the end of the "Use option `i'..." line.
14402
14403 2011-08-25 Juri Linkov <juri@jurta.org>
14404
14405 * battery.el (display-battery-mode): If `battery-status-function'
14406 or `battery-mode-line-format' is nil, display the message and set
14407 `display-battery-mode' to nil (bug#9363).
14408
14409 2011-08-25 Eli Zaretskii <eliz@gnu.org>
14410
14411 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14412 bidi-string-mark-left-to-right; they are unnecessary now.
14413
14414 2011-08-25 Deniz Dogan <deniz@dogan.se>
14415
14416 * net/quickurl.el: Documentation typo fixes.
14417
14418 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
14419
14420 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14421
14422 2011-08-25 Glenn Morris <rgm@gnu.org>
14423
14424 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14425
14426 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14427 (smtpmail-via-smtp): Handle nil response from smtp.
14428
14429 2011-08-24 Juri Linkov <juri@jurta.org>
14430
14431 * proced.el (proced-marked): Inherit from `error' instead of
14432 `font-lock-warning-face'.
14433
14434 * ibuffer.el (ibuffer-marked-face): Change default face from
14435 `font-lock-warning-face' to `warning'.
14436 (ibuffer-deletion-face): Change default face from
14437 `font-lock-type-face' to `error'.
14438
14439 * battery.el (battery-update): Use the face `error' instead of
14440 `font-lock-warning-face' (bug#6117).
14441
14442 2011-08-24 Juri Linkov <juri@jurta.org>
14443
14444 * faces.el (success): Change face color from "Green3" to
14445 "ForestGreen" on light background (bug#9353).
14446
14447 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
14448
14449 * window.el (quit-window): Rename from quit-restore-window.
14450 Use same arglist as old quit-window.
14451 (frame-auto-delete): Doc fix.
14452
14453 * view.el (view-mode-exit): Use quit-window.
14454
14455 2011-08-24 Juri Linkov <juri@jurta.org>
14456
14457 * isearch.el (isearch-ring-adjust1): Start visiting previous
14458 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14459 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14460 for empty search string (when the last search string is reused
14461 automatically) to adjust the isearch ring to the last element and
14462 prepare the correct index for further M-p commands (bug#9185).
14463
14464 2011-08-24 Kenichi Handa <handa@m17n.org>
14465
14466 * international/ucs-normalize.el: If decomposition property of
14467 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14468 nil.
14469 (nfd, nfkd): Likewise.
14470
14471 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14472
14473 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14474 from process filters aren't reliably transmitted to the surrounding
14475 accept-process-output.
14476 (mpc-proc-check): New function.
14477 (mpc-proc-sync): Use it (bug#8293)
14478
14479 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14480
14481 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14482 Add compatibility functions (bug#9313).
14483
14484 2011-08-23 Eli Zaretskii <eliz@gnu.org>
14485
14486 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14487
14488 * international/uni-bidi.el: Regenerate.
14489
14490 2011-08-23 Kenichi Handa <handa@m17n.org>
14491
14492 * international/charprop.el:
14493 * international/uni-bidi.el:
14494 * international/uni-category.el:
14495 * international/uni-combining.el:
14496 * international/uni-comment.el:
14497 * international/uni-decimal.el:
14498 * international/uni-decomposition.el:
14499 * international/uni-digit.el:
14500 * international/uni-lowercase.el:
14501 * international/uni-mirrored.el:
14502 * international/uni-name.el:
14503 * international/uni-numeric.el:
14504 * international/uni-old-name.el:
14505 * international/uni-titlecase.el:
14506 * international/uni-uppercase.el: Regenerate.
14507
14508 2011-08-23 Martin Rudalics <rudalics@gmx.at>
14509
14510 * help.el (help-window-setup): Fix message displayed when other
14511 window is reused. (Bug#9341)
14512
14513 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14514
14515 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14516 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14517
14518 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14519 Mark obsolete.
14520 * shell.el (shell-parse-pcomplete-arguments): New function.
14521 (shell-completion-vars): Use it instead (bug#9160).
14522
14523 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14524
14525 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14526 strings and comments (bug#9333).
14527
14528 * emacs-lisp/debug.el (debug-arglist): New function.
14529 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
14530 (debug-on-entry-1): Handle interpreted closures (bug#9120).
14531
14532 2011-08-22 Juri Linkov <juri@jurta.org>
14533
14534 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14535 Revert regexp that highlights output switches to its old
14536 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14537
14538 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14539 to check for empty output (bug#9226).
14540
14541 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
14542
14543 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14544 symbol-constituent as the default, as that stops font-lock from
14545 working properly (Bug#8843).
14546
14547 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14548
14549 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14550 `coding-system-for-*' around the process open call to avoid
14551 auth-source side effects.
14552 (smtpmail-try-auth-methods): Expand the secret password.
14553 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14554 probe hangs.
14555
14556 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14557
14558 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14559
14560 * emacs-lisp/find-func.el (find-function-noselect): New arg
14561 lisp-only.
14562
14563 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14564 signal an error for built-in functions (Bug#6664).
14565
14566 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14567
14568 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14569 (smtpmail-try-auth-methods): Use it.
14570
14571 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14572
14573 * font-lock.el (font-lock-fontify-region)
14574 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14575 (font-lock-default-unfontify-buffer)
14576 (font-lock-default-fontify-region)
14577 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14578
14579 * progmodes/compile.el (compilation-error-properties):
14580 Fix confusion between file struct and message struct (Bug#9319).
14581 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14582 `ant' regexp.
14583
14584 * net/browse-url.el (browse-url-firefox): Don't call
14585 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14586
14587 2011-08-20 Glenn Morris <rgm@gnu.org>
14588
14589 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14590
14591 * tutorial.el (tutorial--default-keys): Update some default bindings.
14592
14593 * files.el (hack-local-variables): Fully ignore case for "mode:".
14594
14595 2011-08-20 Alan Mackenzie <acm@muc.de>
14596
14597 Resolve invalid use of a regexp in regexp-opt.
14598
14599 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14600 detection for a java annotation.
14601
14602 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
14603 detection for a java annotation.
14604
14605 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14606 handling for java.
14607 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14608
14609 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
14610
14611 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14612 (Bug#9274).
14613
14614 2011-08-20 Alan Mackenzie <acm@muc.de>
14615
14616 Fontify CPP expressions correctly when starting in the middle of
14617 such a construct. Mainly for when jit-lock etc. starts a chunk
14618 here.
14619
14620 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
14621 variable.
14622 (c-make-font-lock-search-form): New function, extracted from
14623 c-make-font-lock-search-function.
14624 (c-make-font-lock-search-function): Use the above function.
14625 (c-make-font-lock-context-search-function): New function.
14626 (c-cpp-matchers): Enhance the preprocessor expression case with
14627 the above function
14628 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14629 which takes an expression.
14630
14631 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14632
14633 2011-08-20 Martin Rudalics <rudalics@gmx.at>
14634
14635 * window.el (display-buffer-reuse-window)
14636 (display-buffer-pop-up-window): Don't reuse or split a side
14637 window.
14638
14639 2011-08-19 Glenn Morris <rgm@gnu.org>
14640
14641 * files.el (hack-local-variables-prop-line, hack-local-variables):
14642 Downcase "Mode:". (Bug#9331)
14643
14644 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
14645
14646 * international/characters.el: Add L and R categories.
14647
14648 * subr.el (bidi-string-mark-left-to-right): Rename from
14649 string-mark-left-to-right. Use category search.
14650
14651 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14652
14653 2011-08-18 Juri Linkov <juri@jurta.org>
14654
14655 * faces.el (error, warning, success): New faces with definitions
14656 copied from old default values of `font-lock-warning-face',
14657 `compilation-warning', `compilation-info' (bug#6117).
14658
14659 * font-lock.el (font-lock-warning-face): Inherit from `error'.
14660
14661 * progmodes/compile.el (compilation-error): Inherit from `error'.
14662 (compilation-warning): Inherit from `warning'.
14663 (compilation-info): Inherit from `success'.
14664
14665 * dired.el (dired-marked): Inherit from `warning'.
14666 (dired-flagged): Inherit from `error'.
14667
14668 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14669
14670 * mail/smtpmail.el (auth-source): Require to avoid problems with
14671 binding variables (bug#9298). Also clean up some unused
14672 autoloads.
14673
14674 * net/network-stream.el (network-stream-open-starttls):
14675 Support using starttls.el without using gnutls-cli.
14676
14677 2011-08-17 Juri Linkov <juri@jurta.org>
14678
14679 * progmodes/grep.el (rgrep): Handle the case when
14680 `grep-find-command' is a cons cell (bug#9278).
14681
14682 2011-08-17 Martin Rudalics <rudalics@gmx.at>
14683
14684 * window.el (display-buffer-pop-up-frame): Run frame creation
14685 function with BUFFER current (as special-display-popup-frame
14686 does). Reported by Drew Adams.
14687
14688 2011-08-17 Daiki Ueno <ueno@unixuser.org>
14689
14690 * epa-mail.el: Simplify GnuPG group expansion using
14691 epg-expand-group.
14692 (epa-mail-group-alist, epa-mail-group-modtime)
14693 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14694 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14695 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14696 Remove.
14697
14698 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
14699
14700 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14701
14702 2011-08-16 Alan Mackenzie <acm@muc.de>
14703
14704 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14705 Correct, to avoid the inside of macros.
14706
14707 2011-08-16 Richard Stallman <rms@gnu.org>
14708
14709 * epa-mail.el: Handle GnuPG group definitions.
14710 (epa-mail-group-alist, epa-mail-group-modtime)
14711 (epa-mail-gnupg-conf-file): New variables.
14712 (epa-mail-parse-groups, epa-mail-sync-groups)
14713 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14714 (epa-mail-expand-recipients): New functions.
14715 (epa-mail-encrypt): Call epa-mail-expand-recipients.
14716
14717 * mail/rmail.el (rmail-epa-decrypt): New command.
14718
14719 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14720 Don't bind buffer-read-only, just inhibit-read-only.
14721 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14722 (epa-decrypt-armor-in-region): Make error message clearer.
14723
14724 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14727 and "a2b" to "ab" for `prefix'.
14728
14729 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
14730
14731 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14732 filter groups.
14733 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14734 Fourquet (Bug#8804).
14735
14736 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
14737
14738 * startup.el (argi): Declare as global variable (bug#9275).
14739
14740 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
14741
14742 * subr.el (string-mark-left-to-right): Search the entire string
14743 for RTL script, not just the terminating character. Doc fix.
14744
14745 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
14746
14747 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
14748 New function.
14749 (js--regexp-literal, js-syntax-propertize-function): Remove.
14750 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
14751 (js-mode-map): Don't rebind electric keys.
14752 (js-insert-and-indent): Remove.
14753 (js-mode): Setup electric-layout and electric-indent instead.
14754
14755 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14756
14757 2011-08-12 Daiki Ueno <ueno@unixuser.org>
14758
14759 * epa.el (epa-progress-callback-function): Fix the logic of
14760 displaying progress.
14761 * epa-file.el (epa-file-insert-file-contents): Make progress
14762 display more user-friendly.
14763 (epa-file-write-region): Ditto.
14764
14765 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
14766
14767 * subr.el (string-mark-left-to-right): New function.
14768
14769 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
14770 Use string-mark-left-to-right.
14771 (list-buffers-noselect): Caller changed.
14772
14773 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14774 Use string-mark-left-to-right.
14775 (tabulated-list-print): Recenter after moving point.
14776
14777 2011-08-10 Juri Linkov <juri@jurta.org>
14778
14779 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
14780 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
14781 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
14782
14783 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
14784
14785 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14786 (Bug#7554).
14787
14788 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
14789
14790 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14791 character. (Bug#6594)
14792
14793 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
14794
14795 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
14796 (image-dired--with-db-file): New macro.
14797 (image-dired-write-tags, image-dired-remove-tag)
14798 (image-dired-create-gallery-lists, image-dired-write-comments)
14799 (image-dired-get-comment, image-dired-mark-tagged-files)
14800 (image-dired-list-tags, image-dired-gallery-generate): Use it.
14801 (image-dired-gallery-generate): Use insert-file-contents.
14802
14803 * time.el (display-time-world-list, display-time-world-display):
14804 * time-stamp.el (time-stamp-string):
14805 * vc/add-log.el (add-change-log-entry): Use setenv instead of
14806 set-time-zone-rule (Bug#7337).
14807
14808 2011-08-08 Daiki Ueno <ueno@unixuser.org>
14809
14810 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
14811 (epg-error-to-string, epg-errors-to-string): New function.
14812 (epg-wait-for-completion): Reverse errors list.
14813 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
14814 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
14815 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
14816 (epg-sign-keys, epg-generate-key-from-file)
14817 (epg-generate-key-from-string): Format errors by using
14818 epg-errors-to-string (bug#9255).
14819 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
14820
14821 2011-08-07 Juri Linkov <juri@jurta.org>
14822
14823 * faces.el (list-faces-display): Remove extra angle bracket
14824 from `help-mode-map'.
14825
14826 * info.el (Info-history-toc-nodes): Doc fix.
14827
14828 * longlines.el (longlines-mode): Doc fix.
14829
14830 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14831
14832 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14833 of statements and in a few more cases (bug#9183).
14834
14835 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
14836 New functions.
14837 (cl-transform-lambda): Use them (bug#9239).
14838
14839 2011-08-05 Martin Rudalics <rudalics@gmx.at>
14840
14841 * window.el (display-buffer-same-window)
14842 (display-buffer-same-frame, display-buffer-other-window)
14843 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14844 (pop-to-buffer-other-window)
14845 (pop-to-buffer-same-frame-other-window)
14846 (pop-to-buffer-other-frame): Make them defuns.
14847 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
14848
14849 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14850
14851 * subr.el (make-composed-keymap): Move from C. Change calling
14852 convention, and improve docstring to bring attention to a subtle point.
14853 * minibuffer.el (completing-read-default): Adjust accordingly.
14854
14855 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
14856
14857 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14858 (tramp-open-shell): Use `tramp-shell-quote-argument'.
14859
14860 * net/trampver.el: Update release number.
14861
14862 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
14865 "in" (bug#9190).
14866
14867 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14868
14869 * mail/sendmail.el (sendmail-query-once): Restore the current
14870 buffer after querying (bug#9074).
14871
14872 * dired.el (dired-flagged): Use different faces for marked and
14873 flagged files (bug#6117).
14874
14875 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14876 (bug#4433).
14877
14878 * ido.el (ido-mode): Switch off the message if called
14879 non-interactively.
14880
14881 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
14882 before 587, since it appears that that's more likely to work for
14883 more people.
14884
14885 * cus-edit.el (custom-file): When running under emacs -q, always
14886 refuse to save the customizations, even if the .emacs file doesn't
14887 exist.
14888
14889 * info.el: Remove the `Info-beginning-of-buffer' function
14890 (bug#8325).
14891
14892 * net/network-stream.el (network-stream-open-starttls):
14893 Use `starttls-available-p' to see whether starttls.el can be used.
14894
14895 2011-08-01 Martin Rudalics <rudalics@gmx.at>
14896
14897 * window.el (display-buffer-in-window): Don't set dedicated status
14898 of window here (Bug#9215).
14899 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14900 (display-buffer-pop-up-side-window)
14901 (display-buffer-in-side-window): Set dedicated status of window here.
14902
14903 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
14904
14905 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
14906 before binding generated-autoload-file.
14907
14908 2011-08-01 Deniz Dogan <deniz@dogan.se>
14909
14910 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
14911
14912 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
14913
14914 Sync with Tramp 2.2.2.
14915
14916 * net/trampver.el: Update release number.
14917
14918 2011-07-30 Juri Linkov <juri@jurta.org>
14919
14920 * dired-aux.el (dired-touch-initial): Remove function.
14921 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
14922 current time, and `default' to the last modification time of the
14923 current marked file (bug#6887).
14924
14925 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
14926
14927 * simple.el (goto-line): Use string-to-number to provide a
14928 numeric argument to read-number (bug#9163).
14929
14930 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
14931
14932 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
14933 connection process, it could be nil.
14934
14935 2011-07-27 Leo Liu <sdl.web@gmail.com>
14936
14937 Simplify url handling in rcirc-mode.
14938
14939 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
14940 (rcirc-browse-url-at-mouse): Remove.
14941 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
14942
14943 2011-07-26 Alan Mackenzie <acm@muc.de>
14944
14945 Fontify bitfield declarations properly.
14946
14947 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
14948 (c-symbol-chars): Now exported as a lang variable.
14949 (c-not-primitive-type-keywords): New lang variable.
14950
14951 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
14952 QT keyword "more" to prevent "more slots: ...." being spuriously
14953 parsed as a bitfield declaration.
14954
14955 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14956 Refactor and enhance to handle bitfield declarations.
14957 (c-punctuation-in): New function.
14958 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
14959 declarations properly.
14960
14961 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
14962
14963 * calendar/icalendar.el (icalendar--all-events): Take care of
14964 multiple vcalendars in a single file.
14965 (icalendar--convert-float-to-ical): Checkdoc fixes.
14966
14967 2011-07-25 Deniz Dogan <deniz@dogan.se>
14968
14969 * image.el (insert-image): Clarifying docstring.
14970
14971 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
14972
14973 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
14974 `tramp-send-command-and-check' if there is no error.
14975 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
14976
14977 2011-07-22 Alan Mackenzie <acm@muc.de>
14978
14979 Prevent cc-langs.elc being loaded at run time.
14980
14981 * progmodes/cc-mode.el: Remove two autoload forms which loaded
14982 cc-langs.
14983
14984 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
14985 "(require 'cc-langs)". Quote a form so it will evaluate at
14986 (cc-mode's) compilation time.
14987
14988 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
14989
14990 * net/tramp.el (tramp-file-name-handler): Avoid recursive
14991 loading. (Bug#9114)
14992
14993 2011-07-21 Martin Rudalics <rudalics@gmx.at>
14994
14995 * window.el (display-buffer-pop-up-window)
14996 (display-buffer-pop-up-side-window)
14997 (display-buffer-in-side-window): Call display-buffer-set-height
14998 and display-buffer-set-width after setting the new window's
14999 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15000
15001 2011-07-20 Sam Steingold <sds@gnu.org>
15002
15003 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15004 (etags-tags-included-tables): Call `convert-standard-filename' on
15005 the file names contained in TAGS so that windows Emacs can handle
15006 TAGS files created by cygwin ctags.
15007
15008 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15009
15010 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15011 which apparently didn't work.
15012
15013 2011-07-19 Roland Winkler <winkler@gnu.org>
15014
15015 * proced.el (proced-send-signal): For *Marked Processes* buffer
15016 put point at beginning of buffer.
15017
15018 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15019
15020 * proced.el (proced-format): Make header lines align with the text
15021 (bug#1779).
15022
15023 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15024
15025 * view.el (view-buffer): Allow running in `special' modes if we're
15026 visiting a file (bug#8615).
15027
15028 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15029
15030 * window.el (display-buffer-alist-of-strings-p)
15031 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15032 New functions.
15033 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15034 more accurately.
15035
15036 2011-07-18 Alan Mackenzie <acm@muc.de>
15037
15038 Fontify declarators properly when, e.g., a jit-lock chunk begins
15039 inside a declaration.
15040
15041 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15042
15043 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15044 New function.
15045 (c-complex-decl-matchers): Insert reference to
15046 c-font-lock-enclosing-decls.
15047
15048 * progmodes/cc-engine.el (c-backward-single-comment):
15049 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15050 to nil around calls to (forward-comment -1).
15051
15052 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15053
15054 * image.el (put-image): Doc typo fix.
15055
15056 * progmodes/etags.el (tags-search): Doc typo fix.
15057
15058 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15059 password if we get errors 550 to 554.
15060
15061 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15062
15063 * net/gnutls.el (gnutls-log-level): Remove.
15064
15065 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15066 indentation character (bug#6380).
15067
15068 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15069
15070 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15071 to clarify what the problem is (bug#4291).
15072
15073 * simple.el (current-kill): Clarify what
15074 `interprogram-paste-function' does (bug#7500).
15075 (auto-fill-mode): Document `auto-fill-function' in relation to
15076 `auto-fill-mode' (bug#2470).
15077
15078 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15079
15080 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15081 method if slot is read-only (bug#9035).
15082
15083 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15084
15085 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15086 * window.el (pop-to-buffer): Select window used even if it was
15087 selected before, see discussion of (Bug#8615), (Bug#6954).
15088 Pass argument NORECORD on to select-frame-set-input-focus.
15089
15090 2011-07-15 Glenn Morris <rgm@gnu.org>
15091
15092 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15093 Respect help-form.
15094
15095 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15096
15097 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15098 (gnutls-negotiate): Use it.
15099
15100 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15101
15102 * net/gnutls.el (gnutls-negotiate):
15103 Upcase `gnutls-algorithm-priority'.
15104
15105 2011-07-15 Glenn Morris <rgm@gnu.org>
15106
15107 * jka-compr.el (jka-compr-verbose): Move from here...
15108 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15109 Add missing :version tag.
15110 * info.el: No need to require jka-compr when compiling.
15111
15112 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15113
15114 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15115 (gnutls-negotiate): Use it.
15116
15117 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15118
15119 * info.el (Info-beginning-of-buffer): New command.
15120 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15121 announcing `b' as the key (bug#8325).
15122 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15123
15124 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15125
15126 * international/mule-cmds.el
15127 (describe-specified-language-support): Make the error message
15128 clearer (bug#8905).
15129
15130 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15131
15132 * isearch.el (isearch-barrier): Add a doc string, since it's
15133 mentioned in a function doc string (bug#8678).
15134
15135 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15136
15137 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15138 buffer argument (Bug#9083) and self-identifying label argument.
15139
15140 2011-07-15 Glenn Morris <rgm@gnu.org>
15141
15142 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15143
15144 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15145
15146 * man.el (Man-fontify-manpage): Fix message when formatting the
15147 man page (bug#7929).
15148
15149 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15150
15151 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15152 argument LRM; if non-nil, append an invisible LRM character to the
15153 buffer name.
15154 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15155 last argument non-nil, when formatting buffer names.
15156 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15157 paragraph direction.
15158
15159 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15160
15161 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15162 the man page name (bug#7929).
15163
15164 * image.el (put-image): Mention the `put-image' overlay property
15165 (bug#7834).
15166
15167 * scroll-bar.el (set-scroll-bar-mode): Mention that
15168 `scroll-bar-mode' lists the values (bug#7772).
15169
15170 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15171 command (bug#7729).
15172
15173 * rect.el (apply-on-rectangle): Return the point after the last
15174 operation.
15175 (string-rectangle): Go to the point after the last operation
15176 (bug#7522).
15177
15178 * printing.el (pr-toggle-region): Clarify the documentation
15179 slightly (bug#7493).
15180
15181 * time.el (display-time-update):
15182 Allow `display-time-mail-function' to return nil (bug#7158).
15183 Fix suggested by Detlev Zundel.
15184
15185 * vc/diff.el (diff): Clarify the order the file names are read
15186 (bug#7111).
15187
15188 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15189 the doc string (bug#7015).
15190
15191 * font-lock.el (font-lock-maximum-decoration): Mention what
15192 numeric levels mean (bug#6935).
15193
15194 * startup.el (initial-buffer-choice): Don't mention the `none'
15195 selection, which is against policy.
15196
15197 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15198
15199 * window.el (display-buffer-normalize-special):
15200 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15201
15202 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15203
15204 * subr.el (version<, version<=, version=): Mention "-CVS" and
15205 "-12345" alpha version numbers.
15206
15207 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15208
15209 * bindings.el: Add advertised binding for set-mark-command
15210 (Bug#5772).
15211
15212 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15213
15214 * bindings.el (mode-line-other-buffer):
15215 * bookmark.el (bookmark-bmenu-2-window):
15216 * bs.el (bs-cycle-next, bs-cycle-previous):
15217 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15218 switch-to-buffer.
15219
15220 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15221 Delete.
15222
15223 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15224
15225 * follow.el (follow-debug-message, follow-redisplay):
15226 * jka-cmpr-hook.el (with-auto-compression-mode):
15227 Fix typos in docstrings.
15228
15229 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15230
15231 * subr.el (with-silent-modifications): Clarify somewhat what the
15232 macro inhibits (bug#6525).
15233
15234 * simple.el (eval-expression): Note what it does if called
15235 interactively (bug#6495).
15236
15237 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15238
15239 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15240 Use pop-to-buffer buffer-or-name if it is nil.
15241
15242 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15243 Remove switch-to-buffer.
15244
15245 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15246
15247 * files.el (make-directory): Clarify that an error will be raised
15248 if there's an error (bug#6397).
15249
15250 * startup.el (initial-buffer-choice): Add `none' as a choice
15251 (bug#6234).
15252
15253 * subr.el (add-hook): Clarify section about buffer-local hooks
15254 (bug#6218).
15255
15256 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15257
15258 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15259
15260 * tabify.el (untabify): Preserve the current column so that point
15261 doesn't move (bug#6032).
15262
15263 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15264
15265 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15266 Rewrite to avoid awkward possessive "s" (bug#5986).
15267
15268 2011-07-13 Glenn Morris <rgm@gnu.org>
15269
15270 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15271 (dired-insert-directory): Give a message the first time
15272 if ls is found not to support --dired.
15273
15274 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15275
15276 * simple.el (toggle-truncate-lines): Clarify what is toggled
15277 (bug#5580). Text by Drew Adams.
15278
15279 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15280
15281 * simple.el (blink-matching-open): Make the error message from the
15282 last change less verbose.
15283
15284 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15285
15286 * font-lock.el (font-lock-comment-face): Use the high contrast
15287 "yellow" color for font-lock-comment-face on low color terminals
15288 using a dark background color (bug#4221).
15289
15290 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15291
15292 * dired.el (dired-insert-set-properties): Make the doc string
15293 reflect what it does now (bug#5325).
15294
15295 * simple.el (blink-matching-open): Say that we were unable to find
15296 the match within the limit, if we're limited (bug#5122).
15297
15298 * international/mule-cmds.el (prefer-coding-system): Add an
15299 example (bug#4869).
15300
15301 * progmodes/etags.el (tags-search): Document `file-list-form'
15302 (bug#4731).
15303
15304 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15305
15306 * net/browse-url.el (browse-url-default-browser)
15307 (browse-url-browser-function): Make the default browser choice a
15308 bit more logical (bug#4300). Also clean up the doc string.
15309
15310 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15311
15312 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15313 binary endings (bug#4440).
15314
15315 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15316
15317 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15318 which can be pretty annoying (bug#8971).
15319
15320 * jka-compr.el (jka-compr-verbose): New variable, and use
15321 throughout (bug#8971).
15322
15323 * info.el (Info-find-file): Fall back on the installation
15324 directory if we can't find the info node anywhere else.
15325
15326 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15327
15328 * vc/vc.el (vc-revert-file):
15329 Don't set file time-stamp in the past. (Bug#5181)
15330
15331 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15332
15333 * files.el (after-find-file): Give a better error message when
15334 trying to find a symlink that points to a file that doesn't exist
15335 (bug#4398).
15336
15337 * progmodes/cc-vars.el: Remove (probably) misleading comment
15338 (bug#4396).
15339
15340 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15341
15342 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15343
15344 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15345
15346 * mouse-sel.el: Hack restoring functionality, while keeping
15347 compatibility with 2010-07-03 changes to mouse selection.
15348 (mouse-sel-primary-overlay): New var.
15349 (mouse-sel-selection-alist): Use it.
15350 (mouse-sel-mode): Doc fix; remove points that are default features
15351 of mouse.el.
15352
15353 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15354
15355 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15356 Fix previous fix (bug#2490).
15357
15358 2011-07-12 Roland Winkler <winkler@gnu.org>
15359
15360 * textmodes/bibtex.el (bibtex-initialize):
15361 Use pop-to-buffer-same-window.
15362 (bibtex-search-entries): Fix interactive call.
15363
15364 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15365
15366 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15367 Fontise bytecomp Error lines more correctly (bug#2490).
15368 Fix suggested by Johan Bockgård.
15369
15370 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15371
15372 * dired-x.el (dired-guess-default): Use `delete-dups'.
15373
15374 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15375
15376 * dired.el (dired-mark-prompt):
15377 * dired-aux.el (dired-read-shell-command): Doc fix.
15378
15379 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15380
15381 * mail/sendmail.el (sendmail-query-once):
15382 Use `customize-save-variable' unconditionally, now that it works under
15383 emacs -Q.
15384
15385 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15386
15387 * cus-edit.el (custom-file): Take an optional no-error variable.
15388 (customize-save-variable): Set the variable, and give a warning if
15389 running under "emacs -q".
15390
15391 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
15392
15393 * loadhist.el (unload-feature-special-hooks):
15394 Add `auto-coding-functions', `fill-nobreak-predicate' and
15395 `find-directory-functions' (bug#5327).
15396
15397 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15398
15399 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15400
15401 * cus-edit.el (custom-guess-name-alist): -alist variables should
15402 use the `alist' type (bug#3120). Suggested by Drew Adams.
15403
15404 * printing.el: Add documentation to all the `pr-toggle-' commands.
15405
15406 2011-07-11 Leo Liu <sdl.web@gmail.com>
15407
15408 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15409 backends where it makes sense (bug#2623).
15410
15411 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15412
15413 * dired-x.el (dired-guess-default): Remove duplicate shell command
15414 entries (bug#2028).
15415 (dired-guess-default): Fix grammar in doc string (bug#2028).
15416 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15417
15418 * subr.el (remove-duplicates): New conveniency function.
15419
15420 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15421
15422 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15423 (bug#1526).
15424
15425 2011-07-10 Martin Rudalics <rudalics@gmx.at>
15426
15427 * window.el (display-buffer-normalize-default): Don't invert
15428 meaning of even-window-heights. Reported by Eli Zaretskii
15429 <eliz@gnu.org>.
15430
15431 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15432
15433 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15434
15435 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
15436
15437 * window.el (display-buffer): Fix arguments to
15438 display-buffer-reuse-window in last change.
15439
15440 * faces.el (link): Use a less saturated blue on light backgrounds.
15441
15442 * startup.el (fancy-startup-text, fancy-about-text)
15443 (fancy-startup-tail): Use font-lock faces, for background safety.
15444
15445 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15446
15447 * emulation/viper-cmd.el (viper-change-state-to-vi):
15448 Limit triggering of abbrev expansion (Bug#9038).
15449
15450 2011-07-09 Martin Rudalics <rudalics@gmx.at>
15451
15452 * window.el (display-buffer-default-specifiers): Remove.
15453 (display-buffer-macro-specifiers): Remove default specifiers.
15454 (display-buffer-alist): Default to nil.
15455 (display-buffer-reuse-window): New optional argument other-window.
15456 (display-buffer-pop-up-window): Allow splitting internal
15457 windows. Check whether a live window was created.
15458 (display-buffer-other-window-means-other-frame)
15459 (display-buffer-normalize-arguments): Rename to
15460 display-buffer-normalize-argument and rewrite. Set the
15461 other-window specifier.
15462 (display-buffer-normalize-special): New function.
15463 (display-buffer-normalize-options): Rename to
15464 display-buffer-normalize-default and rewrite.
15465 (display-buffer-normalize-options-inhibit): Remove.
15466 (display-buffer-normalize-specifiers): Rewrite.
15467 (display-buffer): Process other-window specifier and call
15468 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15469 more faithfully.
15470 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15471 (display-buffer-alist-set): Don't handle 'unset default values.
15472 (display-buffer-in-window, display-buffer-alist-set):
15473 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
15474 <tassilo@member.fsf.org>.
15475
15476 2011-07-09 Leo Liu <sdl.web@gmail.com>
15477
15478 * register.el (insert-register): Restore accidental change on
15479 2011-06-26. (Bug#9028)
15480
15481 2011-07-09 Glenn Morris <rgm@gnu.org>
15482
15483 * subr.el (remq): Handle the empty list. (Bug#9024)
15484
15485 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15486
15487 * mail/sendmail.el (send-mail-function): No longer delay custom
15488 initialization.
15489 * custom.el (custom-initialize-delay): Doc fix.
15490
15491 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15492
15493 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15494
15495 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
15496
15497 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15498 human-friendly prompt.
15499
15500 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15501
15502 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15503 provided by a particular plugin.
15504
15505 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15506
15507 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15508 save customizations (with "emacs -Q"), just set the variable
15509 instead of erroring out.
15510
15511 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15512
15513 2011-07-08 Juri Linkov <juri@jurta.org>
15514
15515 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15516 (archive-zip-update-case): Use 7z if found by `executable-find'.
15517 The order of searching the available programs is the same as in
15518 `archive-zip-extract' (bug#8968).
15519
15520 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15521
15522 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15523 (menu-bar-options-menu): Tweak descriptions.
15524
15525 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15526
15527 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15528 menu items into verb phrases (bug#1421). Also refill to fit under
15529 80 columns.
15530
15531 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15532
15533 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15534 (Info-read-node-name): Doc fix (Bug#1084).
15535
15536 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15537 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15538 (end-of-sexp, beginning-of-sexp)
15539 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15540 (forward-symbol, forward-same-syntax, word-at-point)
15541 (sentence-at-point): Doc fix (Bug#1144).
15542
15543 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15544
15545 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15546 should cover it (bug#1281).
15547
15548 * cus-edit.el (custom-show): Mark as obsolete.
15549
15550 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
15551 negotiation fails, then possibly try again with a non-encrypted
15552 connection (bug#9017).
15553
15554 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15555 be used.
15556
15557 2011-07-07 Richard Stallman <rms@gnu.org>
15558
15559 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15560 property, and handle its changed format.
15561 Look for the correct line number.
15562 Use file's line contents (but not past first =) to find
15563 correct line in message.
15564
15565 2011-07-07 Kenichi Handa <handa@m17n.org>
15566
15567 * international/characters.el (build-unicode-category-table):
15568 Delete it.
15569 (unicode-category-table): Set it by unicode-property-table-internal.
15570
15571 * international/mule-cmds.el (char-code-property-alist): Move to
15572 to src/chartab.c.
15573 (get-char-code-property): Call unicode-property-table-internal to
15574 load a file. Call get-unicode-property-internal where necessary.
15575 (put-char-code-property): Call unicode-property-table-internal to
15576 load a file. Call put-unicode-property-internal where necessary.
15577 put-unicode-property-internal where necessary.
15578 (char-code-property-description):
15579 Call unicode-property-table-internal to load a file.
15580
15581 * international/charprop.el:
15582 * international/uni-bidi.el:
15583 * international/uni-category.el:
15584 * international/uni-combining.el:
15585 * international/uni-comment.el:
15586 * international/uni-decimal.el:
15587 * international/uni-decomposition.el:
15588 * international/uni-digit.el:
15589 * international/uni-lowercase.el:
15590 * international/uni-mirrored.el:
15591 * international/uni-name.el:
15592 * international/uni-numeric.el:
15593 * international/uni-old-name.el:
15594 * international/uni-titlecase.el:
15595 * international/uni-uppercase.el: Regenerate.
15596
15597 * loadup.el: Load international/charprop.el before
15598 international/characters.
15599
15600 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15601
15602 * window.el (next-buffer, previous-buffer): Signal an error if
15603 called from a minibuffer window.
15604
15605 * bindings.el: Revert 2011-07-04 change.
15606
15607 2011-07-06 Richard Stallman <rms@gnu.org>
15608
15609 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15610 (rmail-mime-insert-bulk, rmail-mime-insert-text):
15611 Treat markers like ints.
15612 (rmail-mime-entity): Doc fix.
15613
15614 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15615
15616 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15617 defcustom again for backwards compatibility.
15618
15619 * simple.el (shell-command-on-region): Fill.
15620
15621 * dired-aux.el (dired-kill-line): Add a doc string.
15622
15623 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15624 to "\\sw\\|\\s_" (bug#358).
15625
15626 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15627 (dired-unmark-backward): Ditto.
15628 (dired-flag-backup-files): Ditto.
15629
15630 * dired-x.el (dired-mark-sexp): Ditto.
15631
15632 2011-07-06 Richard Stallman <rms@gnu.org>
15633
15634 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15635 (rmail-mime-entity): New arg TRUNCATED.
15636 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15637 New functions.
15638 (rmail-mime-save): Warn if entity is truncated.
15639 (rmail-mime-toggle-hidden): Likewise, for showing.
15640 (rmail-mime-process-multipart): Record when an entity is truncated.
15641
15642 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15643 if ENTITY is a string.
15644
15645 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15646
15647 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
15648 of faces when `M-C-x'-ing their definitions (bug#8378).
15649 Also clean up the code slightly.
15650
15651 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
15652 because that makes the colors go away.
15653
15654 * mail/sendmail.el (send-mail-function): Change the default to
15655 `sendmail-query-once'.
15656 (sendmail-query-once): Add an autoload cookie.
15657
15658 * net/network-stream.el (network-stream-open-starttls): Try using
15659 a plain connection even if the server offered STARTTLS, and we
15660 kinda wanted to use it, if Emacs doesn't have any STARTTLS
15661 capability. This should make smtpmail.el work in slightly more
15662 configurations.
15663
15664 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
15665
15666 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15667 New defun.
15668 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15669
15670 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15671
15672 * progmodes/sql.el: Version 3.0
15673 (sql-product-alist): Add product :completion-object,
15674 :completion-column, and :statement attributes.
15675 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
15676 (sql-mode-syntax-table): Mark all punctuation.
15677 (sql-font-lock-keywords-builder): Temporarily remove fallback on
15678 ansi keywords.
15679 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
15680 (sql-mode-oracle-font-lock-keywords): Improve.
15681 (sql-oracle-show-reserved-words): New function for development.
15682 (sql-product-font-lock): Simplify for source code buffers.
15683 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15684 New functions.
15685 (sql-highlight-product): Set product specific syntax table.
15686 (sql-mode-map): Add statement movement functions.
15687 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15688 New variable.
15689 (sql-statement-regexp, sql-beginning-of-statement)
15690 (sql-end-of-statement, sql-signum): New functions.
15691 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
15692 (sql-show-sqli-buffer): Bug fix.
15693 (sql-interactive-mode): Store connection data as buffer local.
15694 (sql-connect): Add NEW-NAME parameter. Redesign interaction
15695 with sql-interactive-mode.
15696 (sql-save-connection): Save buffer local settings.
15697 (sql-connection-menu-filter): Change menu entry name.
15698 (sql-product-interactive): Bug fix.
15699 (sql-preoutput-hold): New variable.
15700 (sql-interactive-remove-continuation-prompt): Bug fixes.
15701 (sql-debug-redirect): New variable.
15702 (sql-str-literal): New function.
15703 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
15704 Redesign.
15705 (sql-oracle-save-settings, sql-oracle-restore-settings)
15706 (sql-oracle-list-all, sql-oracle-list-table): New functions.
15707 (sql-completion-object, sql-completion-column)
15708 (sql-completion-sqlbuf): New variables.
15709 (sql-build-completions-1, sql-build-completions)
15710 (sql-try-completion): New functions.
15711 (sql-read-table-name): Use them.
15712 (sql-contains-names): New buffer local variable.
15713 (sql-list-all, sql-list-table): Use it.
15714 (sql-oracle-completion-types): New variable.
15715 (sql-oracle-completion-object, sql-sqlite-completion-object)
15716 (sql-postgres-completion-object): New functions.
15717
15718 2011-07-06 Glenn Morris <rgm@gnu.org>
15719
15720 * window.el (pop-to-buffer): Doc fix.
15721
15722 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
15723
15724 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15725
15726 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
15727
15728 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
15729
15730 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
15731
15732 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
15733
15734 * button.el (button): Inherit from link face. Suggested by Dan
15735 Nicolaescu.
15736
15737 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15738
15739 * progmodes/gdb-mi.el: Fit in 80 columns.
15740 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15741 switch-to-buffer.
15742
15743 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15744 if imenu is simply not configured (bug#8941).
15745
15746 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
15747
15748 * allout.el (allout-post-undo-hook): New allout outline-change
15749 event hook to signal undo activity.
15750 (allout-post-command-business): Run allout-post-undo-hook if an
15751 undo just occurred.
15752 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
15753 * allout-widgets.el (allout-widgets-after-undo-function):
15754 Ensure the integrity of the current item's decoration after it has been
15755 in the vicinity of an undo.
15756 (allout-widgets-mode): Include allout-widgets-after-undo-function
15757 on the new allout-post-undo-hook.
15758
15759 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15760
15761 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
15762 Let define-derived-mode define it.
15763 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
15764 cycles of abbrev-table inheritance (bug#8998).
15765
15766 2011-07-05 Roland Winkler <winkler@gnu.org>
15767
15768 * textmodes/bibtex.el: Add support for biblatex.
15769 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
15770 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
15771 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
15772 (bibtex-entry-alist, bibtex-field-alist): New variables.
15773 (bibtex-entry-field-alist): Obsolete alias for
15774 bibtex-BibTeX-entry-alist.
15775 (bibtex-entry-alist, bibtex-field-alist): New widgets.
15776 (bibtex-set-dialect): New command.
15777 (bibtex-entry-type, bibtex-entry-head)
15778 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15779 Bind via bibtex-set-dialect.
15780 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
15781 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
15782 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
15783 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
15784 Define via bibtex-set-dialect.
15785 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15786 Obey bibtex-no-opt-remove-re.
15787 (bibtex-vec-push, bibtex-vec-incr): New functions.
15788 (bibtex-format-entry, bibtex-field-list)
15789 (bibtex-print-help-message, bibtex-validate)
15790 (bibtex-search-entries): Use new format of bibtex-entry-alist.
15791
15792 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15793
15794 * progmodes/compile.el (compilation-goto-locus):
15795 * net/tramp-cmds.el (tramp-append-tramp-buffers):
15796 * bs.el (bs-cycle-next, bs-cycle-previous):
15797 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
15798 * bindings.el (mode-line-other-buffer):
15799 * autoinsert.el (auto-insert):
15800 * arc-mode.el (archive-extract):
15801 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
15802
15803 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15804
15805 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
15806 Fix check of `emacs-lock-unlockable-modes'.
15807 Coerce true values of `emacs-lock--try-unlocking' to t.
15808
15809 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15810
15811 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
15812 * emacs-lock.el: New file.
15813
15814 2011-07-05 Julien Danjou <julien@danjou.info>
15815
15816 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
15817 than `boundp' to check if face is set.
15818
15819 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15820
15821 * register.el (registerv-make):
15822 * window.el (window-min-height): Fix typos in docstrings.
15823
15824 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
15825
15826 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
15827 Update doc string.
15828
15829 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
15830
15831 * server.el (server-execute): Catch quit and call
15832 `server-return-error' to pass the error back to emacsclient and
15833 close the connection (bug#8942).
15834
15835 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
15836
15837 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
15838 insecure exception for current topic. Also note that auto-saves
15839 are handled differently.
15840
15841 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
15842 State variables for tracking auto-save inhibition situation.
15843
15844 (allout-write-contents-hook-handler): Rename from
15845 'allout-write-file-hook-handler', and describe how it depends on
15846 write-contents-functions sensitivity to non-nil value to prevent
15847 file write.
15848
15849 (allout-auto-save-hook-handler): Remove. auto-save does not check
15850 this in individual buffers, only in the starting buffer, so this
15851 is not the right way for us to inhibit auto-save in a buffer
15852 according to its condition.
15853
15854 (allout-mode): Use new allout-write-contents-hook-handler, and
15855 only with write-contents-functions. Remove auto-save provisions -
15856 they're implemented elsewhere.
15857
15858 (allout-before-change-handler): If undo is in progress, note that
15859 for attention of allout-post-command-business.
15860
15861 (allout-post-command-business): If the command we're following was
15862 an undo, check for change in the status of encrypted items and
15863 adjust auto-save inhibitions accordingly.
15864
15865 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
15866 according to whether there are or aren't any plain-text topics
15867 pending encryption.
15868
15869 (allout-inhibit-auto-save-info-for-decryption):
15870 Adjust buffer-saved-size and some allout state to inhibit auto-saves
15871 if there are plain-text topics pending encryption.
15872
15873 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
15874 buffer-saved-size and some allout state to not inhibit auto-saves
15875 if there are no longer any plain-text topics pending encryption.
15876
15877 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15878 No longer provide for exemption of the current topic.
15879
15880 2011-07-04 Juri Linkov <juri@jurta.org>
15881
15882 Add 7z operations to delete and save changed members (bug#8968).
15883 * arc-mode.el (archive-7z-expunge, archive-7z-update):
15884 New defcustoms.
15885 (archive-7z-write-file-member): New function.
15886 (archive-7z-summarize): Fix the number of dashes in the
15887 listing output.
15888
15889 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15890
15891 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
15892 (bug#8958).
15893
15894 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
15895
15896 * bindings.el: Ignore next-buffer and previous-buffer in
15897 minibuffer-local-map.
15898
15899 * font-lock.el (font-lock-builtin-face): Change light background
15900 color to dark slate blue (Bug#6693).
15901
15902 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
15903
15904 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
15905
15906 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15907
15908 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
15909 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15910 Add switch-to-buffer.
15911
15912 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15913
15914 * isearch.el (isearch-search-fun-function): Clarify further the
15915 meaning of the function returned.
15916
15917 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
15918
15919 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
15920
15921 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
15922 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
15923 Use it.
15924 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
15925 `tramp-default-remote-path' does not exist.
15926 (tramp-send-command-and-read): New optional argument NOERROR.
15927 (tramp-open-connection-setup-interactive-shell)
15928 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
15929 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
15930 (tramp-process-sentinel): Flush also process' connection property.
15931 (tramp-sh-handle-start-file-process): Do not set process
15932 sentinel. It is done now ...
15933 (tramp-maybe-open-connection): ... here. (Bug#8929)
15934
15935 2011-07-04 MON KEY <monkey@sandpframing.com>
15936
15937 * play/animate.el (animate-string): Doc fixes and allow changing
15938 the buffer name (bug#5417).
15939
15940 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15941
15942 * play/animate.el (animation-buffer-name): Rename from *animate*.
15943
15944 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
15945
15946 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
15947 This is simpler and helps future-proof the code.
15948 (timer-until): Use time-subtract and float-time.
15949 (timer--time-less-p): Use time-less-p.
15950
15951 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
15952
15953 * type-break.el (timep): Use the value of `float-time' to avoid a
15954 byte-compiler warning.
15955
15956 * server.el (server-eval-and-print): Return any result, even nil.
15957
15958 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
15959
15960 * type-break.el: Accept time formats that the builtins accept.
15961 (timep, type-break-time-difference): Accept any format that
15962 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
15963 This is simpler and helps future-proof the code.
15964 (type-break-time-difference): Round rather than ignoring
15965 subseconds components.
15966
15967 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15968
15969 * info.el (Info-apropos-matches): Make non-interactive, since it
15970 doesn't seem to do anything useful as a command (bug#8829).
15971
15972 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
15973
15974 * frame.el (frame-background-mode, frame-set-background-mode):
15975 Move from faces.el.
15976 (frame-default-terminal-background): New function.
15977
15978 * custom.el (custom-push-theme): Don't record faces in `changed'
15979 theme; this doesn't work correctly for per-frame face settings.
15980 (disable-theme): Use face-set-after-frame-default to reset faces.
15981 (custom--frame-color-default): New function.
15982
15983 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15984
15985 * dired.el (dired-flagging-regexp): Remove unused variable
15986 (bug#8769).
15987
15988 2011-03-29 Kevin Ryde <user42@zip.com.au>
15989
15990 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15991 `perl-Test2' extend to match possible "fail #N" rep count
15992 (bug#8377).
15993
15994 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15995
15996 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
15997 `smtpmail-via-smtp' now returns the error instead of nil.
15998
15999 * isearch.el (isearch-search-fun-function): Clarify the doc string
16000 (bug#8101).
16001
16002 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16003
16004 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16005 unnecessary spaces (bug#8987).
16006
16007 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16008
16009 * net/network-stream.el (open-network-stream): Use the
16010 :end-of-capability command thoughout.
16011
16012 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16013
16014 * net/network-stream.el (open-network-stream): Add the
16015 :end-of-capability command parameter, used by pop3.el.
16016
16017 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16018
16019 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16020
16021 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16022 for list)" (bug#6475).
16023
16024 * files.el (file-expand-wildcards): Ignore non-readable
16025 sub-directories while trying to find matches instead of signaling
16026 an error (bug#6297).
16027
16028 * man.el (Man-reference-regexp): Allow matching possible
16029 word-wrapped references (bug#6289).
16030
16031 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16032 for consistency with the other vc buffers (bug#6197).
16033 (vc-checkin): Ditto.
16034
16035 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16036
16037 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16038
16039 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16040
16041 * custom.el (defcustom): Clarify that :set is only used in the
16042 Customize user interface (bug#6089).
16043
16044 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16045 associated with a file, refuse to run instead of erroring out
16046 (bug#6084).
16047
16048 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16049 the doc string, since it appears that using `fill-column' always
16050 controls the width (bug#7845).
16051
16052 * simple.el (shell-command-on-region): Say where the error output
16053 went if `shell-command-default-error-buffer' is set (bug#6857).
16054
16055 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16056
16057 * allout.el (allout-yank-processing): Adjust cursor position for
16058 backwards-deleted space.
16059
16060 (allout-rebullet-heading): Register changes with
16061 allout-exposure-changed-hook, so the modified topic is properly
16062 decorated.
16063
16064 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16065
16066 * minibuffer.el (completion-in-region): Document PREDICATE
16067 (bug#7136).
16068
16069 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16070 of keyword/argument pairs (bug#6904).
16071
16072 * replace.el (multi-occur):
16073 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16074
16075 2011-07-02 Drew Adams <drew.adams@oracle.com>
16076
16077 * dired.el (dired-mark-if): Make the message about whether it's
16078 marking or unmarking clearer (bug#8523).
16079
16080 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16081
16082 * disp-table.el (display-table-print-array): New function.
16083 (describe-display-table): Use it to print the vectors more pretty
16084 (Bug#8859).
16085
16086 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16087
16088 * window.el (window-state-get-1): Don't assign clone numbers.
16089 Add clone-of item to list of window parameters.
16090 (window-state-put-2): Don't process clone numbers.
16091 (display-buffer-alist): Fix doc-string.
16092
16093 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * subr.el (remq): Don't allocate if it's not needed.
16096 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16097 (keymap--merge-bindings): New functions.
16098 (keymap-canonicalize): Use them to refine the canonicalization.
16099 * minibuffer.el (minibuffer-local-completion-map)
16100 (minibuffer-local-must-match-map): Move initialization from C.
16101 (minibuffer-local-filename-completion-map): Move initialization from C;
16102 don't inherit from anything here.
16103 (minibuffer-local-filename-must-match-map): Make obsolete.
16104 (completing-read-default): Use make-composed-keymap to combine
16105 minibuffer-local-filename-completion-map with either
16106 minibuffer-local-must-match-map or
16107 minibuffer-local-filename-completion-map.
16108
16109 2011-07-01 Glenn Morris <rgm@gnu.org>
16110
16111 * type-break.el (type-break-time-sum): Use dolist.
16112
16113 * textmodes/flyspell.el (flyspell-word-search-backward):
16114 Replace CL function.
16115
16116 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16117
16118 * mouse.el (mouse--strip-first-event): New function.
16119 (function-key-map): Use it to map fringe clicks to normal clicks
16120 by default.
16121
16122 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16123 (vc-bzr-revision-completion-table): Add support for annotate and date.
16124
16125 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16126 inherit from parent.
16127
16128 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16129
16130 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16131 (dired-show-file-type): Doc fixup (bug#8818).
16132
16133 * dired.el (dired-mode): Fix up the doc string as suggested by
16134 Drew Adams (bug#8817).
16135
16136 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16137 cookie, since the manual says that it should be possible to add
16138 this function to `find-file-hook' (bug#8709).
16139
16140 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16141
16142 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16143 here. Noted Ted Zlatanov as the maintainer.
16144 (cfengine-common-settings, cfengine-common-syntax): New functions
16145 to set up common things between `cfengine-mode' and
16146 `cfengine3-mode'.
16147 (cfengine3-mode): New mode.
16148 (cfengine3-defuns cfengine3-defuns-regex
16149 (cfengine3-class-selector-regex cfengine3-category-regex)
16150 (cfengine3-vartypes cfengine3-font-lock-keywords)
16151 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16152 (cfengine3-indent-line): Add from cfengine3.el.
16153
16154 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16155
16156 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16157
16158 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16159
16160 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16161
16162 * window.el (same-window-buffer-names, same-window-regexps)
16163 (same-window-p, special-display-frame-alist)
16164 (special-display-popup-frame, special-display-function)
16165 (special-display-buffer-names, special-display-regexps)
16166 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16167 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16168 (split-window-preferred-function, split-height-threshold)
16169 (split-width-threshold, even-window-heights)
16170 (display-buffer-mark-dedicated, window-splittable-p)
16171 (split-window-sensibly, window-safely-shrinkable-p):
16172 Un-obsolete.
16173 (display-buffer): Don't spread args with function specifier
16174 because special-display-popup-frame won't like it.
16175
16176 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16177
16178 Time-stamp simplifications and fixes.
16179 These improve accuracy slightly, and future-proof the code
16180 against some potential changes to current-time format.
16181
16182 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16183 by using time-since and float-time.
16184
16185 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16186 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16187 + NNN microseconds".
16188
16189 * type-break.el (type-break-time-sum): Rewrite using time-add.
16190
16191 * play/hanoi.el (hanoi-current-time-float): Remove.
16192 All uses replaced by float-time.
16193
16194 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16195 This yields a more-accurate answer.
16196 (rng-time-to-float): Remove; no longer needed.
16197
16198 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16199
16200 * calendar/timeclock.el (timeclock-seconds-to-time):
16201 Defalias to seconds-to-time, since they're the same thing.
16202
16203 * emacs-lisp/elp.el (elp-elapsed-time):
16204 * emacs-lisp/benchmark.el (benchmark-elapse):
16205 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16206
16207 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16208
16209 * window.el (bury-buffer): Don't iconify the only frame.
16210 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16211 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16212
16213 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16214
16215 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16216 Add mouse-yank-primary.
16217
16218 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16219
16220 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16221
16222 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16223
16224 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16225 (find-library-name): Use it to find relative load names when provided
16226 absolute file name (bug#8803).
16227
16228 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16229
16230 * textmodes/flyspell.el (flyspell-word): Consider words that
16231 differ only in case as potential doublons (bug#5687).
16232
16233 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16234 Remove two rather uninteresting debugging-like messages to make
16235 debbugs.el more silent.
16236
16237 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16238 a password-like phrase.
16239
16240 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16241
16242 * progmodes/cc-guess.el: New file.
16243
16244 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16245
16246 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16247 derived from `c-basic-common-init'.
16248
16249 * progmodes/cc-mode.el (top-level): Require cc-guess.
16250 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16251
16252 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16253
16254 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16255
16256 2011-06-30 Alan Mackenzie <acm@muc.de>
16257
16258 * progmodes/cc-engine.el (c-guess-continued-construct):
16259 Correct the handling of template-args-cont, particularly for when font
16260 lock is disabled. Name this case as "CASE G".
16261
16262 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16263
16264 * allout.el (allout-yank-processing): Fix injection of extra space
16265 between bullet and non-whitespace character in first topic when
16266 pasting, ensuring that the actual spacing in the pasted topic
16267 following the bullet char is preserved. This extra space was
16268 causing pasted encrypted topics to get a decrypted status even
16269 when the content was actually still encrypted. Now the decryption
16270 status from before the paste is preserved.
16271
16272 (allout-flag-region): Set all allout overlays so they evaporate
16273 when reduced to zero length (evanescent), to prevent overlay
16274 leakage.
16275
16276 2011-06-30 Glenn Morris <rgm@gnu.org>
16277
16278 * w32-fns.el (w32-charset-info-alist): Declare.
16279
16280 * find-dired.el (find-grep-options): Simplify.
16281
16282 * term/ns-win.el (ns-set-resource): Declare.
16283
16284 * ses.el (row, col): Declare dynamic variables honestly.
16285
16286 * textmodes/reftex-parse.el (index-tags): Declare.
16287
16288 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16289
16290 * cus-edit.el (customize-push-and-save): New function.
16291
16292 * files.el (hack-local-variables-confirm): Use it.
16293
16294 * custom.el (load-theme): New arg NO-CONFIRM.
16295 Use customize-push-and-save (Bug#8720).
16296 (custom-enabled-themes): Doc fix.
16297
16298 * cus-theme.el (customize-create-theme)
16299 (custom-theme-merge-theme): Callers to load-theme changed.
16300
16301 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16302
16303 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16304 short URLs have at least one dot in them (bug #7614).
16305
16306 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16307 nil, because using a pty is apparently too slow (bug #895).
16308
16309 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16310
16311 * mail/sendmail.el (sendmail-query-once): New function.
16312 (sendmail-query-once-function): New variable.
16313
16314 2011-06-29 Glenn Morris <rgm@gnu.org>
16315
16316 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16317
16318 * ses.el (top-level): Require cl when compiling.
16319 (ses-set-localvars): Fix error statement.
16320 Call it at compile time to silence a storm of warnings.
16321
16322 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16323
16324 * window.el (normalize-live-buffer): Rename to
16325 window-normalize-buffer.
16326 (normalize-live-frame): Rename to window-normalize-frame.
16327 (normalize-any-window): Rename to window-normalize-any-window.
16328 (normalize-live-window): Rename to window-normalize-live-window.
16329 (make-window-atom): Rename to window-make-atom.
16330 (window-resize-reset): Rename to window--resize-reset.
16331 (window-resize-reset-1): Rename to window--resize-reset-1.
16332 (resize-mini-window): Rename to window--resize-mini-window.
16333 (resize-subwindows-skip-p): Rename to
16334 window--resize-subwindows-skip-p.
16335 (resize-subwindows-normal): Rename to
16336 window--resize-subwindows-normal.
16337 (resize-subwindows): Rename to window--resize-subwindows.
16338 (resize-other-windows): Rename to window--resize-siblings.
16339 (resize-this-window): Rename to window--resize-this-window.
16340 (resize-root-window): Rename to window--resize-root-window.
16341 (resize-root-window-vertically): Rename to
16342 window--resize-root-window-vertically.
16343 (normalize-buffer-to-display): Rename to
16344 window-normalize-buffer-to-display.
16345 (normalize-buffer-to-switch-to): Rename to
16346 window-normalize-buffer-to-switch-to.
16347 Correspondingly update all callers of the functions listed
16348 above.
16349 (display-buffer-alist, display-buffer-normalize-arguments)
16350 (display-buffer-normalize-options, display-buffer)
16351 (display-buffer-alist-set): Use "function" instead of
16352 "fun-with-args".
16353
16354 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16355
16356 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16357 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16358 debbugs.gnu.org. Mention acknowledgment email.
16359
16360 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16361
16362 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16363 buffer multibyteness, since it shouldn't matter.
16364
16365 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16366
16367 * window.el (display-buffer-in-side-window): Handle dedicated
16368 windows as in display-buffer-reuse-window.
16369 (display-buffer-normalize-alist): Use value of override
16370 specifier.
16371 (display-buffer-normalize-specifiers): Use value of
16372 other-window-means-other-frame specifier.
16373 (display-buffer-alist): Rewrite some texts in widgets.
16374 (display-buffer): Spread arguments when calling function
16375 specified by fun-with-args.
16376
16377 2011-06-28 Deniz Dogan <deniz@dogan.se>
16378
16379 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16380 Unnest `let'.
16381
16382 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16383 selectors (Bug#5732).
16384 (css-proprietary-nmstart-re): Use `regexp-opt'.
16385
16386 2011-06-27 Jari Aalto <jari.aalto@cante.net>
16387
16388 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16389 (eshell-ls-date-format): New defcustom.
16390 (eshell-ls-file): Use it.
16391
16392 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16393
16394 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16395
16396 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16397
16398 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16399 (ange-ftp-make-tmp-name): New arg.
16400 (ange-ftp-file-local-copy): Use it.
16401
16402 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
16403
16404 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16405 no-conversion (Bug#8870).
16406
16407 2011-06-27 Martin Rudalics <rudalics@gmx.at>
16408
16409 * window.el (window-right, window-left, window-child)
16410 (window-child-count, window-last-child)
16411 (window-iso-combination-p, walk-window-tree-1)
16412 (window-atom-check-1, window-tree-1, delete-window)
16413 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16414 new naming conventions - window-vchild, window-hchild,
16415 window-next and window-prev are now called window-top-child,
16416 window-left-child, window-next-sibling and window-prev-sibling
16417 respectively.
16418 (resize-window-reset): Rename to window-resize-reset.
16419 (resize-window-reset-1): Rename to window-resize-reset-1.
16420 (resize-window): Rename to window-resize.
16421 (window-min-height, window-min-width)
16422 (resize-mini-window, resize-this-window, resize-root-window)
16423 (resize-root-window-vertically, adjust-window-trailing-edge)
16424 (enlarge-window, shrink-window, maximize-window)
16425 (minimize-window, delete-window, quit-restore-window)
16426 (split-window, balance-windows, balance-windows-area-adjust)
16427 (balance-windows-area, window-state-put-2)
16428 (display-buffer-even-window-sizes, display-buffer-set-height)
16429 (display-buffer-set-width, set-window-text-height)
16430 (fit-window-to-buffer): Rename all "resize-window" prefixed
16431 calls to use the "window-resize" prefix convention.
16432 (display-buffer-alist): Fix symbol for label specifier.
16433 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16434 corresponding specifier.
16435 Reported by Juanma Barranquero <lekktu@gmail.com>.
16436
16437 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16438
16439 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16440 convention.
16441 (ses-call-printer): Does not pass an empty string to formatter when the
16442 cell is empty to keep from barking printer Calc math-format-value.
16443
16444 2011-06-27 Richard Stallman <rms@gnu.org>
16445
16446 * battery.el (battery-mode-line-limit): New variable.
16447 (battery-update): Handle it.
16448
16449 * mail/rmailmm.el (rmail-mime-process-multipart):
16450 Handle truncated messages.
16451
16452 2011-06-27 Glenn Morris <rgm@gnu.org>
16453
16454 * progmodes/flymake.el (flymake-err-line-patterns):
16455 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16456
16457 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16458
16459 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16460 (ses--clean-!, ses--clean-_): New functions.
16461 (ses-range): Add configurability of readout order, and conversion
16462 to Calc vector.
16463
16464 * ses.el (ses-repair-cell-reference-all): New function.
16465 (ses-cell-symbol): Set macro as safe, so that it can be used in
16466 formulas.
16467
16468 * ses.el: Update cycle detection algorithm.
16469 (ses-localvars): Add ses--Dijkstra-attempt-nb and
16470 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16471 (ses-set-localvars): New function.
16472 (ses-make-cell): Add property-list as a cell element.
16473 (ses-cell-property-get-fun, ses-cell-property-get)
16474 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16475 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16476 New functions.
16477 (ses-cell-property-set, ses-cell-property-pop)
16478 (ses-cell-property-get-handle): New macro.
16479 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16480 New aliases, used for code readability.
16481 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16482 cycle detection.
16483 (ses-self-reference-early-detection): New defcustom.
16484 (ses-formula-references): Robustify against self-referring cells.
16485 (ses-mode): Use ses-set-localvars.
16486 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16487 before lauching the update processing.
16488 (ses-initialize-Dijkstra-attempt): New function.
16489 (ses-recalculate-cell): Update for cycle detection based on
16490 Dijkstra algorithm.
16491
16492 * ses.el: Fix commenting and indenting convention.
16493
16494 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16495
16496 * bs.el (bs-cycle-next): Complete last change.
16497
16498 2011-06-27 Drew Adams <drew.adams@oracle.com>
16499
16500 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16501
16502 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16503
16504 * net/network-stream.el (network-stream-open-starttls):
16505 Don't re-get capabilities unless we've reestablished connection.
16506 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16507
16508 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16509 to binary to possibly avoid line encoding issues on Windows (among
16510 other things).
16511
16512 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16513
16514 * net/network-stream.el (open-network-stream): Return an :error
16515 saying what the problem was, if possible.
16516
16517 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16518 server.
16519
16520 * net/network-stream.el (network-stream-open-starttls): If we
16521 wanted to use STARTTLS, and the server offered it, but we weren't
16522 able to because we had no STARTTLS support, then close the connection.
16523 (open-network-stream): Return an :error element, if present.
16524
16525 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16526
16527 * hl-line.el (hl-line-sticky-flag): Doc fix.
16528 (global-hl-line-sticky-flag): New option (Bug#8323).
16529 (global-hl-line-highlight): Obey it.
16530
16531 * vc/vc.el (vc-revert-show-diff): Default to t.
16532
16533 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16534
16535 * allout-widgets.el (allout-widgets-post-command-business):
16536 Stop decorating intermediate isearch matches. They're not being
16537 undecorated when an isearch is continued past, and isearch
16538 automatically collapses them. This leads to "widget leaks", where
16539 decorated items accumulate in collapsed areas. Lines with lots of
16540 hidden widgets can slow down cursor travel, substantially.
16541 Too much complicated machinery would be needed to ensure undecoration,
16542 so we're doing without this nicety.
16543
16544 (allout-widgets-tally-string): Don't try to do a hash-table-count
16545 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16546 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16547 *Messages* when allout-widgets-maintain-tally is t.
16548
16549 2011-06-26 Martin Rudalics <rudalics@gmx.at>
16550
16551 * window.el (display-buffer-normalize-argument): Rename to
16552 display-buffer-normalize-arguments. Handle special meaning of
16553 LABEL argument. Respect special-display-function when popping up
16554 a new frame. Fix code searching for a window showing the buffer
16555 on another frame.
16556 (display-buffer-normalize-specifiers):
16557 Call display-buffer-normalize-arguments.
16558 (display-buffer-in-window): Don't undedicate the window if its
16559 buffer remains the same.
16560 Reported by Drew Adams <drew.adams@oracle.com>.
16561 (display-buffer-alist): Add choice for same-window macro
16562 specfier.
16563 (display-buffer): Mention special meaning of LABEL argument in
16564 doc-string. Fix quoting. Don't pop up a new frame even as
16565 fallback.
16566
16567 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
16568
16569 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16570 avoid deleting the current window in some cases (bug#8911).
16571
16572 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16573
16574 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16575 (Bug#8934)
16576
16577 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16578
16579 * net/network-stream.el (network-stream-open-starttls):
16580 Use built-in TLS support if `gnutls-available-p' is true.
16581 (network-stream-open-tls): Ditto.
16582
16583 2011-06-26 Leo Liu <sdl.web@gmail.com>
16584
16585 * register.el (registerv): New struct.
16586 (registerv-make): New function.
16587 (jump-to-register, describe-register-1, insert-register):
16588 Support the jump-func, print-func and insert-func slot of a registerv
16589 struct. (Bug#8415)
16590
16591 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16592
16593 * vc/vc.el (vc-revert-show-diff): New defcustom.
16594 (vc-diff-internal): New arg specifying diff buffer.
16595 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16596 reuse an existing *vc-diff* buffer (Bug#8927).
16597
16598 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16599
16600 2011-06-26 Glenn Morris <rgm@gnu.org>
16601
16602 * progmodes/f90.el (f90-critical-indent): New option.
16603 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16604 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16605 (f90-mode): Doc fix.
16606 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16607 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16608 (f90-beginning-of-block, f90-next-block, f90-indent-region)
16609 (f90-match-end): Handle block, critical.
16610
16611 2011-06-25 Glenn Morris <rgm@gnu.org>
16612
16613 * calendar/diary-lib.el (diary-included-files): Doc fix.
16614 (diary-include-files): New function, extracted from
16615 diary-include-other-diary-files and diary-mark-included-diary-files.
16616 (diary-include-other-diary-files, diary-mark-included-diary-files):
16617 Just call diary-include-files.
16618 (diary-mark-entries): Reset diary-included-files on first call.
16619
16620 * calendar/diary-lib.el (diary-mark-entries)
16621 (diary-mark-included-diary-files):
16622 Visit included diary-files in temp buffers.
16623
16624 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16625 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16626 (f90-start-block-re, f90-imenu-generic-expression)
16627 (f90-looking-at-program-block-start, f90-no-block-limit):
16628 Add support for submodules.
16629
16630 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16631 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
16632
16633 2011-06-25 Eli Zaretskii <eliz@gnu.org>
16634
16635 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16636 buffer-file-type before setting its value, to avoid disastrous
16637 global effects on decoding files for DOS/Windows systems. (Bug#8780)
16638
16639 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16640
16641 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16642
16643 * ses.el (ses-unload-function):
16644 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16645
16646 * proced.el (proced-unload-function):
16647 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16648
16649 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
16650
16651 * server.el (server-create-window-system-frame): Add parameters arg.
16652 (server-process-filter): Doc fix. Handle frame-parameters.
16653
16654 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16655
16656 Fix bug#8730, bug#8781.
16657
16658 * loadhist.el (unload--set-major-mode): New function.
16659 (unload-feature): Use it.
16660
16661 * progmodes/python.el (python-after-info-look): Add autoload cookie.
16662 (python-unload-function): New function.
16663
16664 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16667
16668 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
16669
16670 * net/browse-url.el (browse-url-firefox-program): Add icecat to
16671 the candidates list.
16672
16673 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
16674
16675 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16676
16677 2011-06-23 Richard Stallman <rms@gnu.org>
16678
16679 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16680 (rmail-variables): Set next-error-move-function.
16681 (rmail-what-message): Take argument POS.
16682 (rmail-next-error-move): New function.
16683
16684 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
16685
16686 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16687 messages for adjacent non-terminals.
16688
16689 2011-06-23 Richard Stallman <rms@gnu.org>
16690
16691 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
16692 (rmail-show-message-1): Preserve buffer modified flag.
16693 (rmail-start-mail): Don't specify use of rmail-mail-return;
16694 that's done by mail-bury now.
16695 (rmail-mail-return): Handle arg NEWBUF.
16696
16697 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
16698
16699 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16700 SIZE is a number.
16701
16702 2011-06-23 Martin Rudalics <rudalics@gmx.at>
16703
16704 * window.el (get-lru-window, get-mru-window)
16705 (get-largest-window): Never return a minibuffer window.
16706 (display-buffer-pop-up-window): Fix a bug that could lead to
16707 reusing the minibuffer window.
16708 (display-buffer): Pass original specifier argument to
16709 display-buffer-function instead of the normalized one.
16710 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16711
16712 2011-06-22 Leo Liu <sdl.web@gmail.com>
16713
16714 * minibuffer.el (completing-read-function)
16715 (completing-read-default): Move from minibuf.c.
16716
16717 2011-06-22 Richard Stallman <rms@gnu.org>
16718
16719 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16720 to Rmail even if not started by a special Rmail command.
16721
16722 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16723 Copy the buffer currently showing just one message.
16724
16725 2011-06-22 Roland Winkler <winkler@gnu.org>
16726
16727 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16728 (bibtex-clean-entry): First delete the old key so that a
16729 customized algorithm for generating the new key does not get
16730 confused by the old key.
16731 (bibtex-url): Obey regexp of first step.
16732 (bibtex-search-entries): Do not use add-to-list with local
16733 list-var.
16734
16735 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16736
16737 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16738 stored a user name, then query for the password first, instead of
16739 waiting for SMTP to give an error message and the trying again.
16740
16741 2011-06-22 Lawrence Mitchell <wence@gmx.li>
16742
16743 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16744 BUFFER in call-process.
16745
16746 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16747
16748 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
16749 QUIT twice.
16750 (smtpmail-try-auth-methods): Require user name and password from
16751 auth-source.
16752
16753 2011-06-22 Martin Rudalics <rudalics@gmx.at>
16754
16755 * window.el (display-buffer-default-specifiers)
16756 (display-buffer-alist): Remove entries for pop-up-frame-alist.
16757 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
16758 (split-window): Normalize SIDE argument (Bug#8916).
16759
16760 * frame.el (pop-up-frame-alist, pop-up-frame-function)
16761 (special-display-frame-alist, special-display-popup-frame):
16762 Remove duplicate declarations. These are now in window.el.
16763
16764 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16765
16766 * mail/smtpmail.el (smtpmail-via-smtp):
16767 Set :use-starttls-if-possible so that we always use STARTTLS if the
16768 server supports it. SMTP servers that support STARTTLS commonly
16769 require it.
16770
16771 * net/network-stream.el (network-stream-open-starttls): Support
16772 upgrading to STARTTLS always, even if we don't have built-in support.
16773 (open-network-stream): Add the :always-query-capabilities keyword.
16774
16775 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
16776 upgrades with `open-network-stream', and rely solely on
16777 auth-source for all credentials. Big changes throughout the file,
16778 but in particular:
16779 (smtpmail-auth-credentials): Remove.
16780 (smtpmail-starttls-credentials): Remove.
16781 (smtpmail-via-smtp): Check for servers saying they want AUTH after
16782 MAIL FROM, too.
16783
16784 * net/network-stream.el (network-stream-open-starttls):
16785 Provide support for client certificates both for external and built-in
16786 STARTTLS.
16787 (auth-source): Require.
16788 (open-network-stream): Document the :client-certificate keyword.
16789 (network-stream-certificate): Change cert-cert to cert and
16790 cert-key to key.
16791
16792 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
16793
16794 * net/tramp-cache.el (top): Don't load the persistency file when
16795 "emacs -Q" has been called.
16796
16797 2011-06-21 Tim Harper <timcharper@gmail.com>
16798
16799 * term/ns-win.el (ns-initialize-window-system):
16800 Set application-specific `ApplePressAndHoldEnabled' system
16801 resource to NO as it is not yet supported by the NS port.
16802
16803 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
16804
16805 * misc.el (list-dynamic-libraries--refresh): Compute header here...
16806 (list-dynamic-libraries): ...not here.
16807
16808 2011-06-21 Leo Liu <sdl.web@gmail.com>
16809
16810 * subr.el (sha1): Implement sha1 using secure-hash.
16811
16812 2011-06-21 Martin Rudalics <rudalics@gmx.at>
16813
16814 * window.el (display-buffer-alist): In default value do not
16815 enforce searching a window on any but the selected frame.
16816 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16817 (display-buffer-select-window): Remove function.
16818 (display-buffer-in-window): When a window on another frame gets
16819 reused, do not select it any more but just raise its frame if
16820 necessary (Bug#8851) and (Bug#8856).
16821 (display-buffer-normalize-options): Handle pop-up-frames related
16822 options more faithfully.
16823 (pop-to-buffer): Don't rely on `display-buffer' selecting the
16824 window if it is on another frame.
16825 (display-buffer-alist, display-buffer-default-specifiers):
16826 Don't make new frame unsplittable by default.
16827 (display-buffer-normalize-argument): Fix doc-string typo and use
16828 'same-frame-other-window instead of 'other-window when associating
16829 with display-buffer-macro-specifiers.
16830
16831 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
16832
16833 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
16834 New functions.
16835 (5x5-mode-map, 5x5-mode-menu): Bind them.
16836 (5x5-draw-grid): Tweak the solver's rendering.
16837
16838 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16839
16840 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
16841 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
16842
16843 2011-06-21 Drew Adams <drew.adams@oracle.com>
16844
16845 * menu-bar.el: Use function variable instead of switch-to-buffer.
16846 (menu-bar-select-buffer-function): New variable.
16847 (menu-bar-update-buffers): Use it (bug#8876).
16848
16849 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16850
16851 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
16852 variable's status.
16853
16854 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
16855
16856 * x-dnd.el (x-dnd-version-from-flags)
16857 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16858 and long as number (Bug#8899).
16859 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
16860
16861 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16862
16863 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
16864 (completion-try-completion, completion-all-completions): Compute the
16865 metadata argument if it's missing; make it optional (bug#8795).
16866
16867 * wid-edit.el: Use lex-bind and move towards completion-at-point.
16868 (widget-complete): Use new :completion-function property.
16869 (widget-completions-at-point): New function.
16870 (default): Use :completion-function instead of :complete.
16871 (widget-default-completions): Rename from widget-default-complete;
16872 Rewrite.
16873 (widget-string-complete, widget-file-complete, widget-color-complete):
16874 Remove functions.
16875 (file, symbol, function, variable, coding-system, color):
16876 * international/mule-cmds.el (default-input-method, charset)
16877 (language-info-custom-alist):
16878 * cus-edit.el (face): Use new property :completions.
16879
16880 * progmodes/pascal.el (pascal-completions-at-point): New function.
16881 (pascal-mode): Use it.
16882 (pascal-mode-map): Use completion-at-point.
16883 (pascal-toggle-completions): Make obsolete.
16884 (pascal-complete-word, pascal-show-completions):
16885 * progmodes/octave-mod.el (octave-complete-symbol):
16886 Redefine as obsolete alias.
16887 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
16888 Signal absence of completion info for old Octave,
16889 (inferior-octave-complete): Redefine as obsolete alias.
16890 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
16891 (meta-completions-at-point): Rename from meta-complete-symbol and
16892 adapt it for use on completion-at-point-functions.
16893 (meta-common-mode): Use it.
16894 (meta-looking-at-backward, meta-match-buffer): Remove.
16895 (meta-complete-symbol): Redefine as obsolete alias.
16896 (meta-common-mode-map): Use completion-at-point.
16897 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
16898 (makefile-mode-map): Use completion-at-point.
16899 (makefile-completions-at-point): Rename from makefile-complete and
16900 adapt it for use on completion-at-point-functions.
16901 (makefile-mode): Use it.
16902 (makefile-complete): Redefine as obsolete alias.
16903
16904 2011-06-20 Deniz Dogan <deniz@dogan.se>
16905
16906 * net/rcirc.el: Delete trailing whitespaces once and for all.
16907
16908 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
16909
16910 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
16911
16912 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
16913
16914 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
16915
16916 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
16917
16918 2011-06-19 Martin Rudalics <rudalics@gmx.at>
16919
16920 * window.el (display-buffer-other-window-means-other-frame):
16921 Call display-buffer-normalize-alist.
16922 (display-buffer-normalize-specifiers-1): Rename to
16923 display-buffer-normalize-argument. New argument other-frame.
16924 Rewrite.
16925 (display-buffer-normalize-specifiers-2): Rename to
16926 display-buffer-normalize-options.
16927 (display-buffer-normalize-alist-1): New function.
16928 (display-buffer-normalize-specifiers-3): Rename to
16929 display-buffer-normalize-alist.
16930 Call display-buffer-normalize-alist-1.
16931 (display-buffer-normalize-options-inhibit): New variable.
16932 (display-buffer-normalize-specifiers): Rewrite calling
16933 display-buffer-normalize-alist,
16934 display-buffer-normalize-argument, and
16935 display-buffer-normalize-options. Don't call the latter if
16936 display-buffer-normalize-options-inhibit is non-nil.
16937 (frame-auto-delete): New option.
16938 (window-deletable-p): Use frame-auto-delete.
16939 (window-list-no-nils, window-state-ignored-parameters)
16940 (window-state-get-1, window-state-get, window-state-put-list)
16941 (window-state-put-1, window-state-put-2, window-state-put):
16942 New functions.
16943 (display-buffer-normalize-options): Move special-display-p group
16944 after pop-up-frame group (Bug#8851) and (Bug#8856).
16945
16946 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
16947
16948 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
16949 groups (Bug#8776).
16950 (rx-submatch-n): New function.
16951 (rx): Document it.
16952
16953 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
16954 (Bug#8768).
16955
16956 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
16957
16958 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
16959
16960 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
16961 anytime existing face settings are present (Bug#8889).
16962
16963 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
16964 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
16965 Remove unused argument.
16966
16967 2011-06-18 Martin Rudalics <rudalics@gmx.at>
16968
16969 * window.el (display-buffer-default-specifiers):
16970 Remove pop-up-frame. Add pop-up-window-min-height,
16971 pop-up-window-min-width, and another reuse-window specifier
16972 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
16973 (display-buffer-normalize-specifiers-2):
16974 Handle split-height-threshold and split-width-threshold also when
16975 pop-up-windows is unset. Add a reuse-window specifier for the
16976 case popping up a new window fails.
16977 (special-display-popup-frame): Remove double quoting.
16978 (display-buffer-normalize-specifiers-1): Fix thinko.
16979
16980 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
16981
16982 * shell.el (shell-completion-vars): Set pcomplete-termination-string
16983 according to comint-completion-addsuffix.
16984
16985 * pcomplete.el: Convert to lexical binding and fix bug#8819.
16986 (pcomplete-suffix-list): Mark as obsolete.
16987 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
16988 pcomplete-seen in the closure.
16989 (pcomplete-comint-setup): Setup completion-at-point as well.
16990 (pcomplete--entries): New function.
16991 (pcomplete--env-regexp): New var.
16992 (pcomplete-entries): Rewrite to work with partial-completion and
16993 without relying on pcomplete-suffix-list.
16994 (pcomplete-pare-list): Remove, unused.
16995
16996 2011-06-17 Martin Rudalics <rudalics@gmx.at>
16997
16998 * window.el (display-buffer-alist): Set pop-up-window-min-height
16999 and pop-up-window-min-width in default value. Reported by
17000 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17001 other-window-means-other-frame.
17002 (display-buffer-macro-specifiers): Comment out entry for
17003 other-window specifier.
17004 (display-buffer-other-window-means-other-frame): New function.
17005 (display-buffer-normalize-specifiers-1): New arguments
17006 buffer-name and label. Treat other-window case specially.
17007 (display-buffer-normalize-specifiers-2): Treat other-window case
17008 specially.
17009 (display-buffer-normalize-specifiers-3): New function.
17010 (display-buffer-normalize-specifiers):
17011 Call display-buffer-normalize-specifiers-3.
17012
17013 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17014
17015 * window.el (same-window-p): Fix two typos introduced when
17016 adding with-no-warnings.
17017 (display-buffer-normalize-specifiers-1): Don't check
17018 pop-up-frames for 'unset initialization.
17019 (display-buffer-normalize-specifiers-2): Major rewrite using
17020 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17021 (pop-up-frames, display-buffer-reuse-frames)
17022 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17023 Suggested by David Engster <deng@randomsample.de>.
17024 (even-window-heights): Initialize to 'unset.
17025 (display-buffer-alist-set): Handle new 'unset initializations.
17026 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17027 other window case.
17028
17029 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17030
17031 * window.el (display-buffer-normalize-specifiers-1):
17032 Respect current value of pop-up-frames for most reasonable values of
17033 second argument of display-buffer (Bug#8865).
17034 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17035 (switch-to-buffer-other-window-same-frame)
17036 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17037 Adams (Bug#8875).
17038 (display-buffer): Don't check noninteractive when calling
17039 display-buffer-pop-up-frame.
17040 (display-buffer-pop-up-frame): Never pop up a frame in
17041 noninteractive mode (Bug#8857).
17042 (enlarge-window, shrink-window): Don't report an error when the
17043 window can't be resized as requested (Bug#8862).
17044
17045 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17046
17047 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17048
17049 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17050
17051 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17052
17053 2011-06-15 Alan Mackenzie <acm@muc.de>
17054
17055 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17056 for declarators, disable knr checking to speed up for normal files.
17057 2: Refactor, replacing a sequence of nested if forms by a cond form.
17058
17059 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17060
17061 * net/network-stream.el (open-network-stream): Add the keyword
17062 :always-query-capabilities for the case where you want to force a
17063 `plain' network connection, but the protocol still requires the
17064 capabilitiy command (i.e., SMTP and EHLO).
17065
17066 * subr.el (process-live-p): Rename from `process-alive-p' for
17067 consistency with other `-live-p' functions.
17068
17069 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17070
17071 * window.el (same-window-buffer-names, same-window-regexps)
17072 (special-display-frame-alist, special-display-popup-frame)
17073 (special-display-function, special-display-buffer-names)
17074 (special-display-regexps, pop-up-frame-alist)
17075 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17076 (pop-up-windows, split-window-preferred-function)
17077 (split-height-threshold, split-width-threshold, even-window-heights)
17078 (display-buffer-mark-dedicated): Don't encourage the use of
17079 display-buffer-alist from Elisp code.
17080
17081 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17082
17083 * progmodes/python.el (python-mode): Derive from prog-mode.
17084 * progmodes/ps-mode.el (ps-mode):
17085 * progmodes/mixal-mode.el (mixal-mode):
17086 * progmodes/cfengine.el (cfengine-mode):
17087 * progmodes/ld-script.el (ld-script-mode): Likewise.
17088
17089 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17090
17091 * window.el (display-buffer-alist): Trim default value to avoid
17092 popping up a new frame (Bug#8857) or reusing an arbitrary window
17093 on another frame.
17094 (display-buffer): Do not fall back on popping up a new frame in
17095 batch mode (Bug#8857).
17096
17097 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17098
17099 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17100 (custom-theme-summary): New function.
17101 (customize-themes): Use it.
17102
17103 2011-06-13 Glenn Morris <rgm@gnu.org>
17104
17105 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17106
17107 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17108
17109 * help.el (help-window): Remove variable.
17110 (help-window-point-marker, temp-buffer-max-height)
17111 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17112 (help-print-return-message): Don't set help-window.
17113 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17114 (help-window-setup-finish): Remove.
17115 (help-window-display-message, help-window-setup)
17116 (with-help-window): Major rewrite based on new
17117 display-buffer-window variable.
17118
17119 * help-mode.el (help-mode-finish): Remove help-window related
17120 code.
17121
17122 * view.el (view-exits-all-viewing-windows): Remove reference to
17123 view-return-to-alist in doc-string.
17124 (view-return-to-alist): Make obsolete.
17125 (view-buffer): Call pop-to-buffer-same-window and remove
17126 undo-window code.
17127 (view-buffer-other-window): Call pop-to-buffer-other-window and
17128 simplify code. Ignore second argument.
17129 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17130 simplify code. Ignore second argument.
17131 (view-return-to-alist-update): Make obsolete.
17132 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17133 Rewrite using quit-restore window parameters.
17134 (view-mode-exit): Rename second argument to EXIT-ONLY.
17135 Rewrite using quit-restore-window.
17136 (View-exit, View-exit-and-edit, View-leave, View-quit)
17137 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17138 appropriate arguments.
17139 (view-end-message): Use quit-restore window parameter.
17140
17141 * window.el (display-buffer-function): Rewrite doc-string.
17142 (display-buffer-window, display-buffer-alist): New variables.
17143 (display-buffer-split-specifiers)
17144 (display-buffer-side-specifiers)
17145 (display-buffer-macro-specifiers): New constants.
17146 (display-buffer-even-window-sizes, display-buffer-set-height)
17147 (display-buffer-set-width, display-buffer-select-window)
17148 (display-buffer-in-window, display-buffer-reuse-window)
17149 (display-buffer-split-window-1, display-buffer-split-window)
17150 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17151 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17152 (display-buffer-in-side-window, normalize-buffer-to-display)
17153 (display-buffer-normalize-specifiers-1)
17154 (display-buffer-normalize-specifiers-2)
17155 (display-buffer-normalize-specifiers, display-buffer-frame):
17156 New functions.
17157 (display-buffer): Major rewrite.
17158 (display-buffer-other-window, display-buffer-other-frame)
17159 (pop-to-buffer, switch-to-buffer-other-window)
17160 (switch-to-buffer-other-frame): Rewrite.
17161 (display-buffer-same-window, display-buffer-same-frame)
17162 (display-buffer-same-frame-other-window)
17163 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17164 (pop-to-buffer-other-window)
17165 (pop-to-buffer-same-frame-other-window)
17166 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17167 (switch-to-buffer-other-window-same-frame): New functions.
17168 (same-window-p, special-display-p): Rewrite disabling warnings.
17169 Make obsolete.
17170 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17171 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17172 Make obsolete
17173 (same-window-buffer-names, same-window-regexps)
17174 (special-display-frame-alist, special-display-popup-frame)
17175 (special-display-function, special-display-buffer-names)
17176 (special-display-regexps, pop-up-frame-alist)
17177 (pop-up-frame-function, split-window-preferred-function)
17178 (split-height-threshold, split-width-threshold)
17179 (even-window-heights): Make obsolete.
17180
17181 2011-06-12 Glenn Morris <rgm@gnu.org>
17182
17183 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17184 Misc simplifications.
17185
17186 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17187
17188 * window.el (window-safely-shrinkable-p): Restore function which
17189 was inadvertently removed in change from 2011-06-11. Declare as
17190 obsolete.
17191
17192 * calendar/calendar.el (calendar-generate-window):
17193 Use window-iso-combined-p instead of combination of one-window-p and
17194 window-safely-shrinkable-p.
17195
17196 2011-06-12 Glenn Morris <rgm@gnu.org>
17197
17198 * progmodes/fortran.el (fortran-mode-syntax-table):
17199 * progmodes/f90.el (f90-mode-syntax-table):
17200 Set % to punctuation. (Bug#8820)
17201 (f90-find-tag-default): Remove, no longer needed.
17202
17203 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17204
17205 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17206
17207 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17208
17209 * image.el (image-animated-p): Return animation delay in seconds.
17210 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17211 (image-animate-timeout): Remove DELAY argument. Don't assume
17212 every subimage has the same delay; get it from image-animated-p.
17213 (image-animate): Caller changed.
17214
17215 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17216
17217 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17218 to ignored backtrace functions.
17219
17220 2011-06-11 Glenn Morris <rgm@gnu.org>
17221
17222 * calendar/appt.el (appt-disp-window-function): Doc fix.
17223 (appt-check): Handle overlapping appointments. (Bug#8337)
17224
17225 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17226
17227 * window.el (window-tree-1, window-tree): New functions, moving
17228 the latter to window.el.
17229 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17230 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17231 (bw-refresh-edges): Remove.
17232 (balance-windows-1, balance-windows-2): New functions.
17233 (balance-windows): Rewrite in terms of window tree functions,
17234 balance-windows-1 and balance-windows-2.
17235 (bw-adjust-window): Remove.
17236 (balance-windows-area-adjust): New function with functionality of
17237 bw-adjust-window but using resize-window.
17238 (set-window-text-height): Rewrite doc-string.
17239 Use normalize-live-window and resize-window.
17240 (enlarge-window-horizontally, shrink-window-horizontally):
17241 Rename argument to DELTA.
17242 (window-buffer-height): New function.
17243 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17244 Rewrite using new window resize routines.
17245 (kill-buffer-and-window, mouse-autoselect-window-select):
17246 Use ignore-errors instead of condition-case.
17247 (quit-window): Call delete-frame instead of delete-windows-on
17248 for the only buffer on frame.
17249
17250 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17251
17252 * loadup.el (top-level): Load window before files for the sake
17253 of replace-buffer-in-windows.
17254
17255 * files.el (read-buffer-to-switch)
17256 (switch-to-buffer-other-window)
17257 (switch-to-buffer-other-frame, display-buffer-other-frame):
17258 Move to window.el.
17259
17260 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17261 (previous-buffer): Move to window.el.
17262
17263 * bindings.el (unbury-buffer): Move to window.el.
17264
17265 * window.el (delete-other-windows-vertically): Move after
17266 definition of delete-other-windows.
17267 (other-window, delete-windows-on, replace-buffer-in-windows):
17268 Move here from window.c.
17269 (record-window-buffer, unrecord-window-buffer)
17270 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17271 (switch-to-next-buffer): New functions.
17272 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17273 from simple.el. Call switch-to-next-buffer.
17274 (previous-buffer): Move here from simple.el.
17275 Call switch-to-prev-buffer.
17276 (bury-buffer): Move here from buffer.c. Switch to previous
17277 buffer when window cannot be deleted.
17278 (unbury-buffer): Move here from bindings.el.
17279 (ctl-x-map): Move binding for other-window from window.c to
17280 here.
17281 (read-buffer-to-switch, switch-to-buffer-other-window)
17282 (switch-to-buffer-other-frame): Move here from files.el.
17283 (normalize-buffer-to-switch-to): New functions.
17284 (switch-to-buffer): Move here from buffer.c.
17285 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17286
17287 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17288
17289 * window.el (window-min-height, window-min-width): Move here
17290 from window.c. Add defcustoms and rewrite doc-strings.
17291 (resize-mini-window, resize-window): New functions.
17292 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17293 Move here from window.c.
17294 (maximize-window, minimize-window): New functions.
17295 (delete-window, delete-other-windows, split-window): Move here
17296 from window.c.
17297 (window-split-min-size): New function.
17298 (split-window-keep-point): Mention split-window-above-each-other
17299 instead of split-window-vertically.
17300 (split-window-above-each-other, split-window-vertically):
17301 Rename split-window-vertically to split-window-above-each-other
17302 and provide defalias for old definition.
17303 (split-window-side-by-side, split-window-horizontally):
17304 Rename split-window-horizontally to split-window-side-by-side
17305 and provide defalias for the old definition.
17306 (ctl-x-map): Move bindings for delete-window,
17307 delete-other-windows and enlarge-window here from window.c.
17308 Replace bindings for split-window-vertically and
17309 split-window-horizontally by bindings for
17310 split-window-above-each-other and split-window-side-by-side.
17311
17312 * cus-start.el (all): Remove entries for window-min-height and
17313 window-min-width. Add entries for window-splits and
17314 window-nest.
17315
17316 2011-06-09 Glenn Morris <rgm@gnu.org>
17317
17318 * calendar/appt.el (appt-mode-line): New function.
17319 (appt-check, appt-disp-window): Use it.
17320
17321 * files.el (hack-one-local-variable-eval-safep):
17322 Allow minor-modes with explicit +/-1 arguments.
17323
17324 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17325
17326 * term/xterm.el (xterm): Add defgroup.
17327 (xterm-extra-capabilities): Add defcustom to supply known xterm
17328 capabilities, skip querying them, or query them (default).
17329 (terminal-init-xterm): Use it.
17330 (terminal-init-xterm-modify-other-keys): New function to set up
17331 modifyOtherKeys support to simplify `terminal-init-xterm'.
17332
17333 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17334
17335 * window.el (resize-window-reset, resize-window-reset-1)
17336 (resize-subwindows-skip-p, resize-subwindows-normal)
17337 (resize-subwindows, resize-other-windows, resize-this-window)
17338 (resize-root-window, resize-root-window-vertically)
17339 (window-deletable-p, window-or-subwindow-p)
17340 (frame-root-window-p): New functions.
17341
17342 2011-06-09 Glenn Morris <rgm@gnu.org>
17343
17344 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17345 (ange-ftp-get-files): Use it.
17346
17347 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17348
17349 * mail/sendmail.el (mail-recover-1, mail-recover):
17350 * files.el (recover-file, recover-session):
17351 Handle dired-listing-switches not being just a single short option.
17352
17353 2011-06-09 Glenn Morris <rgm@gnu.org>
17354
17355 * calendar/appt.el (appt-display-message, appt-disp-window):
17356 Handle lists of appointments.
17357
17358 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17359
17360 * window.el (one-window-p): Move down in code.
17361 Rewrite doc-string.
17362 (window-current-scroll-bars): Rewrite doc-string.
17363 Normalize live window argument.
17364 (walk-windows, get-window-with-predicate, count-windows):
17365 Rewrite doc-string. Use window-list-1.
17366 (window-in-direction-2, window-in-direction, get-mru-window):
17367 New functions.
17368
17369 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17370
17371 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17372 Doc fix (Bug#8713).
17373
17374 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17375
17376 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17377
17378 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
17379
17380 * loadhist.el (unload-feature-special-hooks):
17381 Add `comint-output-filter-functions'.
17382
17383 2011-06-08 Ivan Kanis <gnu@kanis.fr>
17384
17385 * calendar/appt.el (appt-check): Move some initializations into the let.
17386
17387 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17388
17389 * window.el (window-height): Defalias to window-total-height.
17390 (window-width): Defalias to window-body-width.
17391
17392 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
17393
17394 * image-mode.el (image-toggle-animation): New command.
17395 (image-mode-map): Bind it to RET.
17396 (image-mode): Update message.
17397 (image-toggle-display-image): Avoid a spurious cache flush.
17398 (image-transform-rotation): Doc fix.
17399 (image-transform-properties): Return quickly in the normal case.
17400 (image-animate-loop): Rename from image-animate-max-time.
17401
17402 * image.el (image-animate-max-time): Move to image-mode.el.
17403 (create-animated-image): Remove unnecessary function.
17404 (image-animate): Rename from image-animate-start. New arg.
17405 (image-animate-stop): Remove; just use image-animate-timer.
17406 (image-animate-timer): Use car-safe.
17407 (image-animate-timeout): Rename argument.
17408
17409 2011-06-07 Martin Rudalics <rudalics@gmx.at>
17410
17411 * window.el (get-lru-window, get-largest-window): Move here from
17412 window.c. Rename first argument to ALL-FRAMES.
17413 Rephrase doc-strings.
17414 (get-buffer-window-list): Rewrite using window-list-1.
17415 Rephrase doc-string.
17416 (window-safe-min-height, window-safe-min-width): New constants.
17417 (window-size-ignore, window-min-size, window-min-size-1)
17418 (window-sizable, window-sizable-p, window-size-fixed-1)
17419 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17420 (window-max-delta-1, window-max-delta, window-resizable)
17421 (window-resizable-p, window-total-height, window-total-width)
17422 (window-body-width): New functions.
17423 (window-full-height-p, window-full-width-p): Rewrite using
17424 window-total-size.
17425 (window-body-height): Rewrite using window-body-size.
17426
17427 2011-06-06 Martin Rudalics <rudalics@gmx.at>
17428
17429 * window.el (window-right, window-left, window-child)
17430 (window-child-count, window-last-child, window-any-p)
17431 (normalize-live-buffer, normalize-live-frame)
17432 (normalize-any-window, normalize-live-window)
17433 (window-iso-combination-p, window-iso-combined-p)
17434 (window-iso-combinations)
17435 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17436 (windows-with-parameter, window-with-parameter)
17437 (window-atom-root, make-window-atom, window-atom-check-1)
17438 (window-atom-check, window-side-check, window-check):
17439 New functions.
17440 (ignore-window-parameters, window-sides, window-sides-vertical)
17441 (window-sides-slots): New variables.
17442 (window-size-fixed): Move down in code. Minor doc-string fix.
17443
17444 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17445
17446 * comint.el (comint-dynamic-complete-as-filename)
17447 (comint-dynamic-complete-filename): Correctly call
17448 completion-in-region.
17449
17450 2011-06-05 Deniz Dogan <deniz@dogan.se>
17451
17452 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17453 in last change.
17454
17455 2011-06-05 Deniz Dogan <deniz@dogan.se>
17456
17457 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17458 (rcirc): Use it to prompt for encryption.
17459
17460 2011-06-05 Roland Winkler <winkler@gnu.org>
17461
17462 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17463 (bibtex-search-entries): New command bound to C-c C-a.
17464 (bibtex-display-entries): New function.
17465
17466 2011-06-05 Roland Winkler <winkler@gnu.org>
17467
17468 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17469 (bibtex-insert-kill): After yanking insert newline if necessary.
17470 (bibtex-initialize): Call bibtex-string-files-init only once.
17471 (bibtex-mode): Do not call easy-menu-add.
17472 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17473 (bibtex-yank): Set arg properly if nil.
17474
17475 2011-06-05 Roland Winkler <winkler@gnu.org>
17476
17477 * textmodes/bibtex.el (bibtex-search-entry-globally):
17478 New variable.
17479 (bibtex-search-entry): Use it.
17480
17481 2011-06-05 Roland Winkler <winkler@gnu.org>
17482
17483 * textmodes/bibtex.el (bibtex-entry-format): New option
17484 sort-fields.
17485 (bibtex-format-entry, bibtex-reformat): Honor this option.
17486 (bibtex-parse-entry): Return fields in proper order.
17487
17488 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
17489
17490 * doc-view.el (doc-view-remove-if): Move computation of result out
17491 of `dolist' to silence misleading lexical-binding warning.
17492
17493 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
17494
17495 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17496 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17497
17498 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17499
17500 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17501 "SunOS 5.10".
17502
17503 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17504
17505 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17506 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17507 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17508 (tramp-parse-putty):
17509 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17510 (tramp-completion-function-alist-ssh)
17511 (tramp-completion-function-alist-telnet)
17512 (tramp-completion-function-alist-su)
17513 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17514 cookie.
17515
17516 * net/tramp-ftp.el:
17517 * net/tramp-sh.el:
17518 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17519 load "tramp.el" `tramp-set-completion-function'.
17520
17521 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
17522
17523 * shell.el: Require and use pcomplete.
17524 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17525 (shell-completion-vars): Set pcomplete-default-completion-function.
17526
17527 2011-06-04 Deniz Dogan <deniz@dogan.se>
17528
17529 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17530 `memq' (Bug#8799).
17531
17532 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17533
17534 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17535
17536 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
17537
17538 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17539 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17540 * vc/log-view.el (log-view-beginning-of-defun):
17541 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17542 (smerge-refine-forward, smerge-refine-chopup-region):
17543 Silence warning for unused `dotimes' counter variables.
17544
17545 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17546
17547 * net/tramp.el (tramp-with-progress-reporter): Rename from
17548 with-progress-reporter. Use `declare'.
17549 * net/tramp-smb.el:
17550 * net/tramp-sh.el:
17551 * net/tramp-gvfs.el: Update all uses.
17552
17553 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17554
17555 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17556 buffer isn't killed before making it current.
17557
17558 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17559
17560 Silence various byte-compiler warnings.
17561 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17562 `access-type' and new obsolescence format.
17563 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17564 new format.
17565 (byte-compile-check-variable): New `access-type' argument.
17566 Only warn if the access-type is obsolete.
17567 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17568 (byte-compile-variable-set): Adjust callers.
17569 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17570 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17571 setting it as obsolete.
17572 * simple.el (minibuffer-completing-symbol):
17573 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17574 access as obsolete.
17575 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17576 obsolete yet.
17577 * international/quail.el (quail-mouse-choose-completion): Remove unused
17578 code referring to obsolete var.
17579 (quail-choose-completion-string): Remove.
17580 * server.el (server-clients-with, server-kill-buffer-query-function)
17581 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17582 * proced.el (proced-send-signal):
17583 * emacs-lisp/lisp.el (lisp-complete-symbol):
17584 Replace completion-annotate-function with completion-extra-properties.
17585
17586 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17587
17588 * simple.el (goto-line): Use read-number.
17589 (overriding-map-is-bound): Remove.
17590 (saved-overriding-map): Change default.
17591 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17592 Take the map as argument.
17593 (universal-argument, negative-argument, digit-argument): Use it.
17594 (restore-overriding-map): Adjust.
17595 (do-auto-fill): Use fill-forward-paragraph.
17596 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17597
17598 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17599 (minibuffer-inactive-mode): New major mode.
17600 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17601 the *Messages* buffer" hack.
17602 (mouse-popup-menubar): Don't burp if the event is a normal key.
17603
17604 Miscellaneous tweaks.
17605 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17606 lexical scoping as in subr.el's dolist and dotimes.
17607 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17608 Silence compiler warning.
17609 * thingatpt.el (forward-whitespace): Trivial coding style fix.
17610 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17611 * international/ccl.el (ccl-compile): Trivial simplification.
17612 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17613 * emacs-lisp/testcover.el (testcover-end): Remove spurious
17614 `printflag' argument.
17615 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17616 Purecopy the whole obsolescence data.
17617
17618 2011-06-01 Leo Liu <sdl.web@gmail.com>
17619
17620 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17621 improve doc-string as suggested by Marco Pessotto
17622 <melmothx@gmail.com>.
17623 (rcirc-print): Fix last change.
17624
17625 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17626
17627 * minibuffer.el (complete-with-action): Return nil for the metadata and
17628 boundaries of non-functional tables.
17629 (completion-table-dynamic): Return nil for the metadata.
17630 (completion-table-with-terminator): Add default case, using
17631 complete-with-action.
17632 (completion--metadata): New function.
17633 (completion-all-sorted-completions, minibuffer-completion-help): Use it
17634 to try and avoid pathological performance problems.
17635 (completion--embedded-envvar-table): Return `category' metadata.
17636
17637 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17638
17639 * subr.el (process-alive-p): New tiny convenience function.
17640
17641 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17642
17643 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17644 content but also its previous major mode.
17645
17646 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
17647
17648 * emacs-lisp/debug.el (debug): Restore the previous content of the
17649 *Backtrace* buffer when we exit with C-M-c.
17650
17651 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17652
17653 * minibuffer.el: Add metadata method to completion tables.
17654 (completion-category-overrides): New defcustom.
17655 (completion-metadata, completion--field-metadata)
17656 (completion-metadata-get, completion--styles)
17657 (completion--cycle-threshold): New functions.
17658 (completion-try-completion, completion-all-completions):
17659 Add `metadata' argument to choose completion-styles.
17660 (completion--do-completion): Use metadata to choose cycling.
17661 (completion-all-sorted-completions): Use metadata for sorting.
17662 Remove :completion-cycle-penalty which is not needed any more.
17663 (completion--try-word-completion): Add `metadata' argument.
17664 (minibuffer-completion-help): Check metadata for annotation function
17665 and sorting.
17666 (completion-file-name-table): Return `category' metadata.
17667 (minibuffer-completing-file-name): Make obsolete.
17668 * simple.el (minibuffer-completing-symbol): Make obsolete.
17669 * icomplete.el (icomplete-completions): Pass new `metadata' param to
17670 completion-try-completion.
17671
17672 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17673
17674 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17675
17676 2011-05-30 Leo Liu <sdl.web@gmail.com>
17677
17678 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
17679 (rcirc-print): Decode all incoming messages (bug#8744).
17680 (rcirc-decode-coding-system): Allow value nil for automatic coding
17681 system detection.
17682
17683 2011-06-01 Glenn Morris <rgm@gnu.org>
17684
17685 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17686
17687 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17688
17689 * image.el (image-animate-max-time): Allow nil and t values.
17690 Default to nil.
17691 (create-animated-image): Doc fix.
17692 (image-animate-start): Remove second arg; just use
17693 image-animate-max-time.
17694 (image-animate-timeout): Doc fix. Args changed.
17695
17696 * image-mode.el (image-toggle-display-image): Ensure that the
17697 image spec passed to the animate timer is the same object as in
17698 the buffer's display property (Bug#6981).
17699 (image-transform-properties): Doc fix.
17700
17701 * image.el (image-animate-max-time): Default to nil.
17702
17703 2011-05-29 Martin Rudalics <rudalics@gmx.at>
17704
17705 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17706 entire buffer list (Bug#8184).
17707
17708 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17709
17710 * image.el (imagemagick-types-inhibit)
17711 (imagemagick-register-types): Doc fix.
17712
17713 2011-05-29 Deniz Dogan <deniz@dogan.se>
17714
17715 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17716 default.
17717
17718 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17719
17720 * select.el: Don't perform clipboard-manager saving in hooks;
17721 leave the hooks empty.
17722
17723 2011-05-28 Leo Liu <sdl.web@gmail.com>
17724
17725 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17726 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
17727 (occur-edit-mode): New major mode (Bug#8463).
17728 (occur-after-change-function): New function.
17729 (occur-engine): Give Occur tags a read-only property.
17730
17731 2011-05-28 Kevin Ryde <user42@zip.com.au>
17732
17733 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17734
17735 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17736
17737 * bindings.el (help-echo): Make the initial non-indicator dash
17738 empty on graphical terminals (Bug#7295).
17739
17740 * files.el (auto-mode-alist): Move config rule after the
17741 in-stripping one (Bug#8547).
17742
17743 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17744
17745 * startup.el (normal-splash-screen): Remove gratuitous mode-line
17746 setting (Bug#8740).
17747
17748 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
17749
17750 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17751 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17752 (Bug#8539).
17753
17754 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17755
17756 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17757
17758 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
17759
17760 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
17761 (hs-hide-block-at-point, hs-find-block-beginning)
17762 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
17763 (Bug#8279).
17764
17765 2011-05-28 Glenn Morris <rgm@gnu.org>
17766
17767 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
17768
17769 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17770
17771 * help-fns.el (describe-function-1): If the function is a derived
17772 major mode, print the parent mode.
17773
17774 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
17775 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
17776
17777 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * minibuffer.el (completion--capf-wrapper): Check applicability before
17780 returning non-nil for non-exclusive completion data.
17781 * progmodes/etags.el (tags-completion-at-point-function):
17782 * info-look.el (info-lookup-completions-at-point): Mark as
17783 non-exclusive.
17784 (info-complete): Adjust accordingly.
17785
17786 * info-look.el: Convert to lexical-binding and completion-at-point.
17787 (info-lookup-completions-at-point): New function.
17788 (info-complete): Use it and completion-in-region.
17789
17790 2011-05-28 Drew Adams <drew.adams@oracle.com>
17791
17792 * isearch.el: Let M-e start with point at the first mismatched char.
17793 (isearch-fail-pos): New function.
17794 (isearch-edit-string): Use it.
17795
17796 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17797
17798 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17799
17800 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
17801
17802 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
17803 traversal functions for avl-trees.
17804 (avl-tree--stack): New struct.
17805 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
17806 (avl-tree-enter): Add optional `updatefun' arg.
17807 (avl-tree--do-enter): Add optional `updatefun' arg.
17808 Change return value.
17809 (avl-tree-delete): Add optional `test' and `nilflag' args.
17810 (avl-tree--do-delete): Add `test' and `nilflag' args.
17811 Change return value.
17812 (avl-tree-member): Add optional `nilflag'
17813 (avl-tree-member-p): New function.
17814 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
17815 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
17816 (avl-tree-stack-empty-p): New functions.
17817
17818 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
17819 avl-tree--del-balance1 and make it work both ways.
17820 (avl-tree--del-balance2): Remove.
17821 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
17822 make it work both ways.
17823 (avl-tree--enter-balance2): Remove.
17824 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
17825 New macros.
17826 (avl-tree--mapc, avl-tree-map): Add direction argument.
17827
17828 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
17829
17830 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17831
17832 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
17833
17834 * select.el: Support clipboard managers with built-in function
17835 x-clipboard-manager-save, via delete-frame-functions and
17836 kill-emacs-hook.
17837 (xselect-convert-to-targets): Add MULTIPLE target to list.
17838 (xselect-convert-to-save-targets): New function.
17839
17840 2011-05-27 Kenichi Handa <handa@m17n.org>
17841
17842 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
17843 let-binding rfc2047-encode-encoded-words to nil.
17844
17845 2011-05-27 Glenn Morris <rgm@gnu.org>
17846
17847 * mail/emacsbug.el: Don't require url-util.
17848
17849 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
17850
17851 * files.el (set-auto-mode):
17852 Also respect mode: entries at the end of the file. (Bug#8586)
17853
17854 2011-05-26 Glenn Morris <rgm@gnu.org>
17855
17856 * files.el (hack-local-variables-prop-line, hack-local-variables):
17857 Downcase mode names, as seems to be traditional.
17858 (hack-local-variables, hack-local-variables-apply): Doc fixes.
17859
17860 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
17861 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
17862
17863 2011-05-25 Julien Danjou <julien@danjou.info>
17864
17865 * textmodes/rst.el (rst-define-level-faces): Do not define face
17866 symbol if it is already defined.
17867
17868 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
17869
17870 * play/5x5.el (5x5-new-game, 5x5-randomize):
17871 Reset 5x5-solver-output to nil when a new grid is cast.
17872 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
17873 these debugging traces, as defmacro breaks the compiled code.
17874
17875 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17876
17877 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17878
17879 2011-05-24 Leo Liu <sdl.web@gmail.com>
17880
17881 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
17882 (vc-bzr-sha1): Adapt.
17883
17884 * sha1.el: Remove. Function `sha1' is now builtin.
17885
17886 * bindings.el: Provide sha1 feature.
17887
17888 2011-05-24 Kenichi Handa <handa@m17n.org>
17889
17890 * mail/sendmail.el: Require `rfc2047'.
17891 (mail-insert-from-field): Do not perform RFC2047 encoding.
17892 (mail-encode-header): New function.
17893 (sendmail-send-it): Set buffer-file-coding-system of the work
17894 buffer to the return value of select-message-coding-system.
17895 Call mail-encode-header.
17896
17897 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17898
17899 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
17900
17901 * mail/supercite.el (sc-default-cite-frame):
17902 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
17903
17904 2011-05-24 Glenn Morris <rgm@gnu.org>
17905
17906 * progmodes/python.el (brm-menu): Declare.
17907
17908 * emulation/viper.el (viper-set-hooks): Declare.
17909
17910 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
17911 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
17912 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
17913 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
17914 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
17915 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
17916
17917 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
17918
17919 Add an :exit-function for completion-at-point.
17920
17921 * minibuffer.el (completion--done): New fun.
17922 (completion--do-completion): Use it. New arg `expect-exact'.
17923 (minibuffer-complete, minibuffer-complete-word): Don't output message,
17924 since completion--do-completion does it for us now.
17925 (minibuffer-force-complete): Use completion--done and
17926 completion--replace. Handle sole-completion case with more care.
17927 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
17928 (completion-extra-properties): New var.
17929 (completion-annotate-function): Make obsolete.
17930 (minibuffer-completion-help): Adjust accordingly.
17931 Use completion-list-insert-choice-function.
17932 (completion-at-point, completion-help-at-point):
17933 Bind completion-extra-properties.
17934 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
17935 * simple.el (completion-list-insert-choice-function): New var.
17936 (completion-setup-function): Preserve it.
17937 (choose-completion): Pay attention to it, shuffle the code a bit.
17938 (choose-completion-string): New arg `insert-function'.
17939
17940 * textmodes/bibtex.el: Convert to lexical binding.
17941 (bibtex-mode-map): Use completion-at-point.
17942 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
17943 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
17944 (bibtex-complete): Define as obsolete alias.
17945 (bibtex-complete-internal): Remove.
17946 (bibtex-format-entry): Remove unused sub-group in regexp.
17947 * shell.el (shell--command-completion-data)
17948 (shell-environment-variable-completion):
17949 * pcomplete.el (pcomplete-completions-at-point):
17950 * comint.el (comint--complete-file-name-data): Use :exit-function
17951 instead of completion-table-with-terminator so it also works for
17952 choose-completion.
17953
17954 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
17957
17958 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
17959 (bug#8710).
17960
17961 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
17962
17963 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
17964
17965 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
17966 customization variable and implement: If non-nil, auto-fill will
17967 be inhibited while on topic's header line.
17968
17969 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
17970
17971 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
17972 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
17973 always have a solution in grid size = 5 cases.
17974 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
17975 (5x5-solver-output, 5x5-log-buffer): New vars.
17976 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
17977 Make these variables buffer local to achieve 5x5 multi-session-ness.
17978 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
17979 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
17980 (5x5-solve-suggest): New funs.
17981 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
17982 randomize a grid so that we ensure that there is always a solution.
17983 (5x5-make-random-grid): Allow other movement than flipping.
17984
17985 2011-05-23 Kevin Ryde <user42@zip.com.au>
17986
17987 * emacs-lisp/advice.el (ad-read-advised-function):
17988 Use `function-called-at-point' as the default, if it has
17989 advice and passes PREDICATE.
17990
17991 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17992
17993 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
17994 byte-compile-lambda if it's actually a lambda.
17995
17996 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
17997 Fix function quoting. Use backquote better.
17998
17999 2011-05-22 Yuanle Song <sylecn@gmail.com>
18000
18001 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18002 matching (Bug#8516).
18003
18004 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18005
18006 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18007 different face (Bug#8178).
18008
18009 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18010
18011 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18012 defface (Bug#8144).
18013
18014 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18015
18016 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18017 funcall as well (bug#8712). Warn when performing those conversions.
18018 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18019
18020 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18021
18022 2011-05-22 Glenn Morris <rgm@gnu.org>
18023
18024 * files.el (hack-local-variables-prop-line): Small simplifications.
18025 (hack-local-variables, hack-local-variables-prop-line):
18026 If MODE-ONLY, return the mode, rather than just `t'.
18027
18028 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18029
18030 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18031
18032 2011-05-21 Glenn Morris <rgm@gnu.org>
18033
18034 * files.el (hack-local-variables-prop-line, hack-local-variables):
18035 If only interested in the mode, don't bother doing the other stuff.
18036
18037 * image-mode.el (image-after-revert-hook):
18038 Redraw all frames on which the image is visible. (Bug#8567)
18039
18040 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18041
18042 * wid-edit.el (widget-checklist-match-inline):
18043 Fix 2011-04-19 change. (Bug#8649)
18044
18045 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18046
18047 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18048 Also allow singlespace after single-letter capitals followed by a dot.
18049
18050 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18051 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18052
18053 2011-05-20 Nix <nix@esperi.org.uk>
18054
18055 * files.el (basic-save-buffer-2):
18056 Fix handling of break-hardlink-on-save with non-existent files.
18057
18058 2011-05-19 Deniz Dogan <deniz@dogan.se>
18059
18060 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18061 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18062
18063 2011-05-19 Glenn Morris <rgm@gnu.org>
18064
18065 * progmodes/f90.el (f90-type-def-re):
18066 Handle "type, bind(c)". (Bug#8691)
18067
18068 * emacs-lisp/autoload.el (batch-update-autoloads):
18069 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18070
18071 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18072
18073 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18074 property for the correct connection in case of multihops.
18075
18076 2011-05-18 Glenn Morris <rgm@gnu.org>
18077
18078 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18079 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18080
18081 Rationalize calendar handling of day and month abbrev-arrays.
18082 * calendar/calendar.el (calendar-customized-p): New function.
18083 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18084 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18085 Add :set function.
18086 (calendar-abbrev-length, calendar-day-abbrev-array)
18087 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18088 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18089 Elements may no longer be nil.
18090 (calendar-day-name, calendar-month-name):
18091 Update for changed nature of abbrev arrays.
18092 * calendar/diary-lib.el (diary-name-pattern):
18093 Update for changed nature of abbrev arrays.
18094 (diary-mark-entries-1): Update calendar-make-alist calls.
18095 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18096 * calendar/cal-html.el (cal-html-day-abbrev-array):
18097 Simply inherit from calendar-day-abbrev-array.
18098
18099 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18100
18101 * progmodes/grep.el (grep-mode): Disable default
18102 compilation-directory-matcher setting (bug#8684).
18103
18104 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18105
18106 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18107 instead of "head" and "tail". There were problems with SunOS 5.9,
18108 and it performs better.
18109
18110 2011-05-17 Glenn Morris <rgm@gnu.org>
18111
18112 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18113
18114 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18115 Replace obsolete function.
18116
18117 * shell.el (pcomplete-parse-arguments-function): Declare.
18118
18119 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18120 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18121 (appt-check): Doc fixes.
18122 (appt-disp-window-function, appt-delete-window-function):
18123 Remove needless special case in custom :type.
18124 (appt-display-count): Default to 0, not nil.
18125 (appt-check): Reset appt-display-count to 0, not nil.
18126
18127 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18128
18129 * progmodes/python.el (python-font-lock-keywords):
18130 Add the Python 3.X keyword "nonlocal" (bug#8639).
18131
18132 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18133
18134 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18135
18136 2011-05-16 Kevin Ryde <user42@zip.com.au>
18137
18138 * info-look.el (makefile-automake-mode): New setups, looking in
18139 automake manual, then makefile-mode.
18140 (makefile-mode): Remove automake manual, have it just in
18141 makefile-automake-mode since there's various things different or
18142 not relevant to plain make.
18143 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18144 believe a hypothetical automake-mode would go to makefile-mode,
18145 not the other way around.
18146
18147 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18148
18149 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18150 hunk-end tags (Bug#8672).
18151
18152 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18153 vc-annotate-show-diff-revision-at-line (Bug#8671).
18154
18155 2011-05-14 Glenn Morris <rgm@gnu.org>
18156
18157 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18158 in the middle of an existing one with multiple authors. (Bug#8645)
18159 (change-log-font-lock-keywords): Also handle multiple author lines
18160 with leading tabs. (Bug#8644)
18161
18162 * calendar/appt.el (appt-check): Rename some local variables.
18163 Some simplification/reordering.
18164
18165 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18166 (feedmail-sendmail-f-doesnt-sell-me-out)
18167 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18168 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18169 (feedmail-queue-runner-message-sender): Set :version.
18170 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18171 (bbdb-dwim-net-address, vm-mail): Declare.
18172 (feedmail-binmail-gnulinuxish-template):
18173 Rename from feedmail-binmail-linuxish-template.
18174 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18175 Use insert-buffer-substring.
18176
18177 2011-05-14 Bill Carpenter <bill@carpenter.org>
18178
18179 * mail/feedmail.el (feedmail-patch-level): Increase.
18180 (feedmail-debug): New custom group.
18181 (feedmail-confirm-outgoing-timeout)
18182 (feedmail-sendmail-f-doesnt-sell-me-out)
18183 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18184 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18185 (feedmail-sender-line, feedmail-from-line)
18186 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18187 (feedmail-spray-this-address)
18188 (feedmail-spray-address-fiddle-plex-list)
18189 (feedmail-queue-use-send-time-for-date)
18190 (feedmail-queue-use-send-time-for-message-id)
18191 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18192 (feedmail-buffer-eating-function):
18193 Doc fixes.
18194 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18195 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18196 (feedmail-message-action-scroll-down): New functions.
18197 (feedmail-queue-directory, feedmail-queue-draft-directory):
18198 Use expand-file-name.
18199 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18200 Remove C-v help entry.
18201 (feedmail-queue-buffer-file-name): New variable.
18202 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18203 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18204 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18205 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18206 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18207 (feedmail-message-action-toggle-spray)
18208 (feedmail-run-the-queue-no-prompts)
18209 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18210 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18211 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18212 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18213 (feedmail-envelope-deducer, feedmail-fiddle-from)
18214 (feedmail-fiddle-sender, feedmail-default-date-generator)
18215 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18216 (feedmail-fiddle-spray-address)
18217 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18218 (feedmail-fiddle-list-of-fiddle-plexes)
18219 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18220 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18221 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18222 Change default. Doc fix.
18223 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18224 (feedmail-binmail-linuxish-template): New constant.
18225 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18226 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18227 (feedmail-send-it): Add debug call.
18228 Use feedmail-queue-buffer-file-name, and
18229 feedmail-send-it-immediately-wrapper.
18230 (feedmail-message-action-send): Add debug call.
18231 Use feedmail-send-it-immediately-wrapper.
18232 (feedmail-queue-express-to-queue): Add debug call.
18233 Run feedmail-queue-express-hook.
18234 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18235 (feedmail-message-action-help-blat):
18236 Rename from feedmail-queue-send-edit-prompt-help-first.
18237 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18238 Check line-endings. Handle errors better.
18239 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18240 Doc fix. Add debug call.
18241 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18242 Use feedmail-queue-send-edit-prompt-inner.
18243 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18244 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18245 from feedmail-queue-send-edit-prompt.
18246 (feedmail-queue-send-edit-prompt-help)
18247 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18248 (feedmail-tidy-up-slug): Add debug call.
18249 Respect feedmail-queue-slug-suspect-regexp.
18250 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18251 (feedmail-dump-message-to-queue): Add debug call.
18252 Expand queue-directory.
18253 (feedmail-dump-message-to-queue): Change message slightly.
18254 Use feedmail-say-chatter.
18255 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18256 (feedmail-send-it-immediately-wrapper): New function.
18257 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18258 Insert empty string rather than newline. Handle full-frame case.
18259 Use catch/throw. Use feedmail-say-chatter.
18260 (feedmail-fiddle-from): Try mail-host-address.
18261 (feedmail-default-message-id-generator): Doc fix.
18262 Bind system-time-locale. Handle missing end.
18263 (feedmail-fiddle-x-mailer): Add debug call.
18264 Handle feedmail-x-mailer-line being nil.
18265 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18266 Add debug call. Use buffer-substring-no-properties.
18267 (feedmail-say-debug, feedmail-say-chatter): New functions.
18268 (feedmail-find-eoh): Give an explicit error.
18269
18270 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18271
18272 * net/newst-treeview.el (newsticker-treeview-face): Change default
18273 family from helvetica to sans.
18274 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18275 etc/images/newsticker.
18276
18277 * net/newst-reader.el (newsticker-feed-face): Change default
18278 family from helvetica to sans.
18279
18280 * net/newst-plainview.el (newsticker-new-item-face)
18281 (newsticker-old-item-face, newsticker-immortal-item-face)
18282 (newsticker-obsolete-item-face, newsticker-date-face)
18283 (newsticker-statistics-face): Change default family from
18284 helvetica to sans.
18285 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18286 etc/images/newsticker.
18287
18288 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18289 (newsticker--process-auto-mark-filter-match): Tell user about
18290 auto-marking.
18291
18292 2011-05-13 Didier Verna <didier@xemacs.org>
18293
18294 Common Lisp indentation improvements on defmethod and lambda-lists.
18295 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18296 TODO entries.
18297 (lisp-lambda-list-keyword-parameter-indentation)
18298 (lisp-lambda-list-keyword-parameter-alignment)
18299 (lisp-lambda-list-keyword-alignment): New customizable user options.
18300 (lisp-indent-defun-method): Improve docstring.
18301 (extended-loop-p): Fix comment.
18302 (lisp-indent-lambda-list-keywords-regexp): New variable.
18303 (lisp-indent-lambda-list): New function.
18304 (lisp-indent-259): Use it.
18305 (lisp-indent-defmethod): Support for more than one
18306 method qualifier and properly indent methods lambda-lists.
18307 (defgeneric): Provide a missing common-lisp-indent-function property.
18308
18309 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18310
18311 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18312 bounds for the empty string (bug#8667).
18313
18314 2011-05-13 Glenn Morris <rgm@gnu.org>
18315
18316 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18317
18318 * mail/sendmail.el (sendmail-program): Try executable-find first.
18319 (sendmail-send-it): `sendmail-program' cannot be unbound.
18320
18321 * calendar/appt.el (appt-make-list): Simplify.
18322 (appt-time-msg-list): Doc fix.
18323 (appt-check): Change mode-line message at the time of the appointment.
18324
18325 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18326
18327 * progmodes/ld-script.el (ld-script-keywords)
18328 (ld-script-builtins): Update keywords list.
18329
18330 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18331
18332 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18333
18334 * shell.el (shell-completion-vars): New function.
18335 (shell-mode):
18336 * simple.el (read-shell-command): Use it.
18337 (blink-matching-open): No need for " [...]" in minibuffer-message.
18338
18339 2011-05-12 Glenn Morris <rgm@gnu.org>
18340
18341 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18342 (appt-check): Simplify.
18343
18344 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18345
18346 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18347 literal "/dev/null".
18348
18349 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18350
18351 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18352 Fix typo.
18353
18354 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18355
18356 * progmodes/which-func.el (which-function):
18357 Use add-log-current-defun instead of add-log-current-defun-function,
18358 which might not be defined (Bug#8260).
18359
18360 2011-05-12 Glenn Morris <rgm@gnu.org>
18361
18362 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18363 Let byte-compile-initial-macro-environment always take precedence.
18364
18365 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18366
18367 * net/rcirc.el: Add support for SSL/TLS connections.
18368 (rcirc-server-alist): New field `encryption'.
18369 (rcirc): Check `encryption' settings.
18370 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18371 Merge make-local-variable into `set'.
18372 (rcirc--connection-open-p): New function.
18373 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18374 the process is not a network process (e.g. running gnutls-cli).
18375 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18376 Make rcirc-(en|de)code-coding-system local here.
18377 (rcirc-mode): Merge make-local-variable into `set'.
18378 (rcirc-parent-buffer): Make permanent buffer-local.
18379 (rcirc-multiline-minor-mode): Don't do it here.
18380 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18381 there's no server buffer.
18382
18383 2011-05-11 Glenn Morris <rgm@gnu.org>
18384
18385 * newcomment.el (comment-kill): Prefix "unused" local.
18386
18387 * term/w32console.el (get-screen-color): Declare.
18388
18389 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18390 Handle symbol elements of byte-compile-initial-macro-environment.
18391
18392 2011-05-10 Leo Liu <sdl.web@gmail.com>
18393
18394 * bookmark.el (bookmark-bmenu-mode-map):
18395 Bind bookmark-bmenu-search to `/'.
18396
18397 * mail/footnote.el: Convert to utf-8 encoding.
18398 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18399 (Footnote-unicode): New function.
18400 (footnote-style-alist): Add unicode style to the list.
18401 (footnote-style): Doc fix.
18402
18403 2011-05-10 Jim Meyering <meyering@redhat.com>
18404
18405 Fix doubled-word typos.
18406 * international/quail.el (quail-insert-kbd-layout): and and -> and
18407 * kermit.el: and and -> and
18408 * net/ldap.el (ldap-search-internal): to to -> to
18409 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18410 * progmodes/js.el (js-mode): and and -> and
18411 * textmodes/artist.el (artist-move-to-xy): at at -> at
18412 (artist-draw-region-trim-line-endings): if if -> if
18413 And Safetyc -> Safety.
18414 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18415
18416 2011-05-10 Glenn Morris <rgm@gnu.org>
18417 Stefan Monnier <monnier@iro.umontreal.ca>
18418
18419 * files.el (hack-one-local-variable-eval-safep):
18420 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18421
18422 2011-05-10 Glenn Morris <rgm@gnu.org>
18423
18424 * calendar/diary-lib.el (diary-list-entries-hook)
18425 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18426 (diary-nongregorian-marking-hook, diary-list-entries)
18427 (diary-include-other-diary-files, diary-mark-entries)
18428 (diary-mark-included-diary-files): Doc fixes.
18429
18430 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18431
18432 * misc.el: Require tabulated-list.el during compilation.
18433
18434 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18435
18436 * progmodes/compile.el (compilation-start):
18437 Run compilation-filter-hook for the async case too.
18438 (compilation-filter-hook): Doc fix.
18439
18440 2011-05-09 Deniz Dogan <deniz@dogan.se>
18441
18442 * wdired.el: Remove outdated installation comment. Fix usage
18443 comment.
18444
18445 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18446
18447 * misc.el: Implement new command `list-dynamic-libraries'.
18448 (list-dynamic-libraries--loaded-only-p): New variable.
18449 (list-dynamic-libraries--refresh): New function.
18450 (list-dynamic-libraries): New command.
18451
18452 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18453
18454 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18455 Fix the ant regexp to handle end-line and end-column info from jikes.
18456 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18457 higher priority to avoid clobbering by gnu.
18458
18459 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18460
18461 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18462 if the face has existing theme settings (Bug#8454).
18463
18464 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18465
18466 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18467 Only match variables declared via `my' or `our' (Bug#8261).
18468
18469 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18470 special file names `.' and `..' (Bug#8259).
18471
18472 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18473
18474 * progmodes/grep.el (grep-mode-font-lock-keywords):
18475 Remove buffer-changing entries.
18476 (grep-filter): New function.
18477 (grep-mode): Add it to compilation-filter-hook.
18478
18479 * progmodes/compile.el (compilation-filter-hook)
18480 (compilation-filter-start): New defvars.
18481 (compilation-filter): Call compilation-filter-hook prior to
18482 updating the process mark.
18483
18484 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18487
18488 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18489
18490 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18491 mailclient-send-it even if window-system is nil. (Bug#8595)
18492
18493 * term/w32console.el (terminal-init-w32console):
18494 Call get-screen-color and use its output to set the frame
18495 background-mode. (Bug#8597)
18496
18497 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18498
18499 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18500 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18501 New functions.
18502 (defgeneric, eieio--defmethod): Use them.
18503 (eieio-defgeneric): Remove.
18504 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18505
18506 2011-05-07 Glenn Morris <rgm@gnu.org>
18507
18508 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18509 Use let rather than let*.
18510 (timeclock-find-discrep): Remove unused local.
18511
18512 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18513
18514 * calendar/appt.el (appt-time-msg-list): Doc fix.
18515
18516 2011-05-06 Noah Friedman <friedman@splode.com>
18517
18518 * apropos.el (apropos-print-doc): Only use
18519 emacs-lisp-docstring-fill-column when it is bound to an integer,
18520 per that variable's documentation.
18521
18522 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18523
18524 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
18525 and warnings are not silently discarded (e.g. use -d instead of -P).
18526
18527 2011-05-06 Glenn Morris <rgm@gnu.org>
18528
18529 * calendar/appt.el (appt-message-warning-time): Doc fix.
18530 (appt-warning-time-regexp): New option.
18531 (appt-make-list): Respect appt-message-warning-time.
18532
18533 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18534 New options.
18535 (diary-add-to-list): Strip comments from the displayed string.
18536 (diary-mode): Set comment-start and comment-end.
18537
18538 * vc/diff-mode.el (smerge-refine-subst): Declare.
18539 (diff-refine-hunk): Don't require smerge-mode when compiling.
18540
18541 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
18542
18543 * simple.el (list-processes): Return nil as the docstring says.
18544
18545 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18546
18547 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18548 to "".
18549 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18550 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18551 determining of binary transfer. (Bug#7383)
18552
18553 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18554
18555 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18556 Fix port computation bug. (Bug#8618)
18557
18558 2011-05-05 Glenn Morris <rgm@gnu.org>
18559
18560 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18561
18562 * simple.el (shell-dynamic-complete-functions)
18563 (comint-dynamic-complete-functions): Declare.
18564
18565 * net/network-stream.el (gnutls-negotiate):
18566 * simple.el (tabulated-list-print): Fix declarations.
18567
18568 * progmodes/gud.el (syntax-symbol, syntax-point):
18569 Remove unnecessary and incorrect declarations.
18570
18571 * emacs-lisp/check-declare.el (check-declare-scan):
18572 Handle byte-compile-initial-macro-environment in bytecomp.el.
18573
18574 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18575
18576 Fix earlier half-done eieio-defmethod change (bug#8338).
18577 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18578 Streamline and change calling convention.
18579 (defmethod): Adjust accordingly and simplify.
18580 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18581 new eieio--defmethod.
18582 (slot-boundp): Minor CSE simplification.
18583
18584 2011-05-05 Milan Zamazal <pdm@zamazal.org>
18585
18586 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18587 (glasses-make-readable): Use glasses-separate-capital-groups.
18588
18589 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
18590
18591 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18592 (warning-series): Doc fix.
18593 (display-warning): Don't try to create the buffer if we just found it.
18594
18595 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
18596
18597 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18598 (autoload-find-generated-file): New function.
18599 (generate-file-autoloads): Bind generated-autoload-file to
18600 buffer-file-name.
18601 (update-file-autoloads, update-directory-autoloads):
18602 Use autoload-find-generated-file. If called interactively, prompt for
18603 output file (Bug#7989).
18604 (batch-update-autoloads): Doc fix.
18605
18606 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
18607
18608 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18609
18610 2011-05-04 Glenn Morris <rgm@gnu.org>
18611
18612 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18613 function, so it follows changes in calendar-date-style.
18614 (diary-fancy-date-matcher): New function.
18615 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18616 (diary-fancy-font-lock-fontify-region-function):
18617 Use diary-fancy-date-pattern as a function.
18618
18619 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18620 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18621
18622 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
18623
18624 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18625 instead of positional arguments. Allow :keylist and :crlfiles
18626 arguments.
18627 (open-gnutls-stream): Call it.
18628
18629 * net/network-stream.el (network-stream-open-starttls): Adjust to
18630 call `gnutls-negotiate' with :process and :hostname arguments.
18631
18632 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18633
18634 * minibuffer.el (completion--message): New function.
18635 (completion--do-completion, minibuffer-complete)
18636 (minibuffer-force-complete, minibuffer-complete-word): Use it.
18637 (completion--do-completion): Don't ignore completion-auto-help when in
18638 icomplete-mode.
18639
18640 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18641 internal encoding (e.g. tibetan zero is not whitespace).
18642 (global-whitespace-mode): Prefer save-current-buffer.
18643 (whitespace-trailing-regexp): Remove useless save-match-data.
18644 (whitespace-empty-at-bob-regexp): Minor simplification.
18645
18646 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
18647
18648 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18649
18650 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18651
18652 * textmodes/ispell.el (ispell-add-per-file-word-list):
18653 Use `concat' to create string for insertion.
18654
18655 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18656
18657 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18658 Avoid open-line which runs post-self-insert-hook.
18659 (bibtex-fill-entry): Remove unused `end' var.
18660
18661 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18662
18663 * textmodes/ispell.el (ispell-add-per-file-word-list):
18664 Protect against `nil' value of `comment-start' (Bug#8579).
18665
18666 2011-05-03 Leo Liu <sdl.web@gmail.com>
18667
18668 * isearch.el (isearch-yank-pop): New command.
18669 (isearch-mode-map): Bind it to `M-y'.
18670 (isearch-forward): Mention it.
18671
18672 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18673
18674 * simple.el (minibuffer-complete-shell-command): Remove.
18675 (minibuffer-local-shell-command-map): Use completion-at-point.
18676 (read-shell-command): Setup completion vars here instead.
18677 (read-expression-map): Bind TAB to symbol completion.
18678
18679 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18680 error directly rather via storing it into `results'.
18681
18682 2011-05-02 Leo Liu <sdl.web@gmail.com>
18683
18684 * vc/diff.el: Fix description.
18685
18686 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18687
18688 * server.el (server-eval-at): New function.
18689
18690 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18691
18692 * net/network-stream.el (open-network-stream): Take a :nowait
18693 parameter and pass it on to `make-network-process'.
18694 (network-stream-open-plain): Ditto.
18695
18696 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
18697
18698 * faces.el (face-spec-set-match-display): Don't match toolkit
18699 options on terminal frames.
18700
18701 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * progmodes/pascal.el: Use lexical binding.
18704 (pascal-mode-map): Remove author preferences.
18705
18706 * pcomplete.el (pcomplete-std-complete): Don't abuse
18707 completion-at-point.
18708
18709 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18710
18711 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18712 removing code that has been dead since 1991 or so.
18713
18714 * startup.el (command-line): When warning about "_emacs", use a
18715 delayed warning to allow the user to filter it out.
18716
18717 2011-04-28 Deniz Dogan <deniz@dogan.se>
18718
18719 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18720 user has not joined.
18721
18722 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18725 aren't any completions at point.
18726
18727 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18728
18729 * subr.el (display-delayed-warnings): New function.
18730 (delayed-warnings-hook): New variable.
18731
18732 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18733
18734 * minibuffer.el (completion-at-point, completion-help-at-point):
18735 Don't presume that a given completion-at-point-function will always
18736 use the same calling convention.
18737
18738 * pcomplete.el (pcomplete-completions-at-point):
18739 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
18740 pcomplete-seen is non-nil.
18741 (pcomplete-comint-setup): Also recognize the new comint/shell
18742 completion functions.
18743 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18744 pcomplete-seen is non-nil.
18745
18746 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
18747
18748 * calendar/icalendar.el (diary-lib): Add require statement.
18749 (icalendar--create-uid): Read out a uid from a text-property on
18750 the first character in the entry. This allows for code to add its
18751 own uid to the entry.
18752 (icalendar--convert-float-to-ical): Add export of
18753 `diary-float'-entries save for those with the optional DAY
18754 argument.
18755
18756 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
18757
18758 * subr.el (shell-quote-argument): Use alternate escaping strategy
18759 when we spot a variable reference in a string.
18760
18761 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18762
18763 * cus-start.el (all): Define customization for debug-on-event.
18764
18765 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18766
18767 * subr.el (shell-quote-argument): Escape correctly under Windows.
18768
18769 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18772
18773 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
18774
18775 * net/tramp.el (tramp-process-actions): Add POS argument.
18776 Delete region between POS and (pos).
18777
18778 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18779 Use `nil' position in `tramp-process-actions' call.
18780 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
18781
18782 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
18783 position in `tramp-process-actions' call.
18784
18785 * net/trampver.el: Update release number.
18786
18787 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18788
18789 * custom.el (defcustom): Obey lexical-binding.
18790
18791 Fix octave-inf completion problems reported by Alexander Klimov.
18792 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
18793 Inherit from octave-mode-syntax-table.
18794 (inferior-octave-mode): Set info-lookup-mode.
18795 (inferior-octave-completion-at-point): New function.
18796 (inferior-octave-complete): Use it and completion-in-region.
18797 (inferior-octave-dynamic-complete-functions): Use it as well, and use
18798 comint-filename-completion.
18799 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
18800 symbol elements which shouldn't be word elements.
18801 (octave-font-lock-keywords, octave-beginning-of-defun)
18802 (octave-function-header-regexp): Adjust regexps accordingly.
18803 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
18804
18805 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
18806
18807 * net/gnutls.el (gnutls-errorp): Declare before first use.
18808
18809 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
18810
18811 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
18812 verify-error, and verify-hostname-error parameters. Check whether
18813 default trustfile exists before going to use it. Add missing
18814 argument to gnutls-message-maybe call. Return value.
18815 Reported by Claudio Bley <claudio.bley@gmail.com>.
18816 (open-gnutls-stream): Add usage example.
18817
18818 * net/network-stream.el (network-stream-open-starttls): Give host
18819 parameter to `gnutls-negotiate'.
18820 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
18821 * subr.el (shell-quote-argument): Escape correctly under Windows.
18822
18823 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
18824
18825 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18826 Use correct match group (bug#8438).
18827
18828 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18829
18830 * emacs-lisp/package.el (package-built-in-p): Fix typo.
18831 (package-menu--generate): New arg specifying packages to show.
18832 (package-menu-refresh, package-menu-execute, list-packages):
18833 Callers changed.
18834 (package-show-package-list): New function, replacing deleted
18835 package--list-packages (renamed because it is non-internal).
18836
18837 * finder.el (finder-list-matches): Use package-show-package-list
18838 instead of deleted package--list-packages.
18839
18840 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18841 Based on a previous implementation by Juanma Barranquero (Bug#8366).
18842 (vc-annotate-mode-map): Bind it to RET.
18843
18844 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
18845
18846 * progmodes/etags.el (next-file): Don't use set-buffer to change
18847 buffers (Bug#8478).
18848
18849 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18850
18851 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18852
18853 * apropos.el (apropos-label-face): Avoid variable-pitch face.
18854 (apropos-accumulator): Doc fix.
18855 (apropos-function, apropos-macro, apropos-command)
18856 (apropos-variable, apropos-face, apropos-group, apropos-widget)
18857 (apropos-plist): Add face property.
18858 (apropos-symbols-internal): Fix indentation.
18859 (apropos-print): Simplify help, and recognize apropos-multi-type.
18860 (apropos-print-doc): Use button-type-get to extract the button's
18861 face property. Fill docstring (Bug#8352).
18862
18863 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
18864
18865 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18866
18867 * play/mpuz.el (mpuz-silent): Doc fix.
18868 (mpuz-mode-map): Use mapc.
18869 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
18870 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
18871 Fix typos in docstrings.
18872
18873 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18874 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18875
18876 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18877
18878 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
18879
18880 * minibuffer.el (completion--do-completion): Avoid the "Next char
18881 not unique" prompt if icomplete-mode is enabled (Bug#5849).
18882
18883 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
18884 mouse-2 into unread-command-events, it is interpreted correctly.
18885
18886 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
18887 (image-toggle-display): Doc fix.
18888
18889 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
18890
18891 * textmodes/page.el (what-page): Use line-number-at-pos to
18892 calculate line number (Bug#6825).
18893
18894 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18895
18896 * eshell/esh-mode.el (find-tag-interactive): Declare function.
18897 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
18898 Pass argument NO-DEFAULT to `find-tag-interactive'.
18899
18900 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18901
18902 Lexical-binding cleanup.
18903
18904 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
18905 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
18906 * progmodes/ada-prj.el (ada-prj-initialize-values)
18907 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
18908 (ada-prj-show-value):
18909 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
18910 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
18911 (antlr-invalidate-context-cache, antlr-options-menu-filter)
18912 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
18913 * progmodes/bug-reference.el (bug-reference-push-button):
18914 * progmodes/fortran.el (fortran-line-length):
18915 * progmodes/glasses.el (glasses-change):
18916 * progmodes/octave-mod.el (octave-fill-paragraph):
18917 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
18918 (python-pdbtrack-grub-for-buffer, python-sentinel):
18919 * progmodes/sql.el (sql-save-connection):
18920 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
18921 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
18922 Mark unused parameters.
18923
18924 * progmodes/compile.el (compilation--flush-directory-cache)
18925 (compilation--flush-parse, compile-internal): Mark unused parameters.
18926 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
18927 (compilation-next-error-function): Remove unused variable `timestamp'.
18928
18929 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
18930 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
18931
18932 * progmodes/dcl-mode.el (dcl-end-of-command):
18933 Remove unused variable `start'.
18934 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
18935 (dcl-option-value-basic, dcl-option-value-offset)
18936 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
18937 Mark unused parameters.
18938 (dcl-save-local-variable): Remove unused variable `val'.
18939 (mode): Declare.
18940
18941 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
18942 Mark unused parameters.
18943 (delphi-ignore-changes): Move before first use.
18944 (delphi-charset-token-at): Remove unused variable `start'.
18945 (delphi-else-start): Remove unused variable `if-count'.
18946 (delphi-comment-block-start, delphi-comment-block-end):
18947 Remove unused variable `kind'.
18948 (delphi-indent-line): Remove unused variable `new-point'.
18949
18950 * progmodes/ebrowse.el (ebrowse-files-list)
18951 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
18952 Mark unused parameters. Don't quote `lambda'.
18953 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
18954 Don't quote `lambda'.
18955 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
18956 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
18957 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
18958 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
18959 Use `ignore-errors'.
18960 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
18961 (ebrowse-view/find-file-and-search-pattern)
18962 (ebrowse-view/find-member-declaration/definition):
18963 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
18964 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
18965 Rename parameter PREFIX-ARG to PREFIX.
18966 (ebrowse-tags-read-name): Remove unused variables `start' and
18967 `member-info'.
18968 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
18969 to `tags-file'.
18970
18971 * progmodes/etags.el (local-find-tag-hook): Declare.
18972 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
18973 Mark unused parameters.
18974
18975 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
18976 (executable-interpret): Mark unused parameter.
18977
18978 * progmodes/flymake.el (flymake-process-sentinel)
18979 (flymake-after-change-function)
18980 (flymake-create-temp-with-folder-structure)
18981 (flymake-get-include-dirs-dot): Mark unused parameters.
18982 (flymake-safe-delete-directory): Remove unused variable `err'.
18983
18984 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
18985 (speedbar-timer-fn, speedbar-line-text)
18986 (speedbar-change-expand-button-char, speedbar-delete-subblock)
18987 (speedbar-center-buffer-smartly): Declare functions.
18988 (gdb-find-watch-expression): Remove unused variable `array'.
18989 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
18990 (gdb-starting): Mark unused parameters.
18991 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
18992 (gdb-table-string): Remove unused variable `res'.
18993 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
18994 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
18995 (gdb-display-buffer): Remove unused variable `cur-size'.
18996
18997 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
18998 allow lexical-binding compilation.
18999 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19000 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19001 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19002 Mark unused parameters.
19003 (gud-gdb-marker-filter): Remove unused variable `match'.
19004 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19005 lambda expressions and funcall them, instead of using `fset'.
19006
19007 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19008 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19009
19010 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19011 variable `header-beg'; use `let'.
19012
19013 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19014 `restart', `last-sexp' and `at-do'.
19015
19016 * progmodes/js.el (js--debug): Mark unused parameter.
19017 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19018 (js--splice-into-items): Remove unused variable `item'.
19019 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19020
19021 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19022 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19023 (makefile-complete): Remove unused variable `try'.
19024 (makefile-fill-paragraph, makefile-match-function-end):
19025 Mark unused parameters.
19026
19027 * progmodes/octave-inf.el (inferior-octave-complete):
19028 Remove unused variable `proc'.
19029 (inferior-octave-output-digest): Mark unused parameter.
19030
19031 * progmodes/perl-mode.el (perl-calculate-indent):
19032 Remove unused variable `err'.
19033
19034 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19035 (prolog-indent-line): Mark unused parameters.
19036 (prolog-indent-line): Remove unused variable `beg'.
19037
19038 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19039 (reporter-dont-compact-list): Declare.
19040
19041 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19042 Remove unused variable `char'.
19043 (sh-debug): Mark unused parameter.
19044 (sh-get-indent-info): Remove unused variable `start'.
19045 (sh-calculate-indent): Remove unused variable `var'.
19046
19047 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19048 (simula-electric-keyword): Remove unused variable `null'.
19049 (simula-search-backward, simula-search-forward): Remove unused
19050 variables `begin' and `end'.
19051
19052 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19053 Remove unused variable `pos'.
19054 (vera-electric-tab, vera-comment-uncomment-region):
19055 Mark unused parameters.
19056 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19057
19058 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19059
19060 * emacs-lisp/package.el (package--builtins, package-alist)
19061 (package-load-descriptor, package-built-in-p, package-activate)
19062 (define-package, package-installed-p)
19063 (package-compute-transaction, package-buffer-info)
19064 (package--push): Doc fix. Distinguish more clearly between
19065 version strings and version lists.
19066
19067 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19068
19069 Lexical-binding cleanup.
19070
19071 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19072 (5x5-make-mutate-best):
19073 * play/fortune.el (fortune-in-buffer):
19074 * play/gomoku.el (gomoku-init-display):
19075 * play/solitaire.el (solitaire, solitaire-do-check):
19076 * play/tetris.el (tetris-default-update-speed-function):
19077 Mark unused parameters.
19078
19079 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19080 (bubbles--shift): Remove unused variable `char-org'.
19081 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19082 (bubbles--show-images): Remove unused variable `char'.
19083
19084 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19085 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19086 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19087 (decipher-analyze-buffer): Use ?\s.
19088 (decipher-make-checkpoint): Remove unused variable `mapping'.
19089
19090 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19091
19092 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19093 Remove unused variable `result'; use `let'.
19094
19095 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19096 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19097 (gametree-children-shown-p, gametree-compute-reduced-score):
19098 Use `ignore-errors'.
19099
19100 * play/handwrite.el (ps-lpr-switches): Declare.
19101 (handwrite): Remove unused variables `pmin' and `lastp'.
19102
19103 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19104
19105 * play/landmark.el (landmark-init-display)
19106 (landmark-update-naught-weights): Mark unused parameters.
19107 (landmark-y): Remove unused variable `noise'. Simplify.
19108 (landmark-human-plays): Remove unused variable `score'.
19109
19110 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19111 (mpuz-try-proposal): Remove unused variable `game'.
19112
19113 * play/zone.el (life-patterns): Declare.
19114
19115 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19116
19117 * vc/vc.el (ediff-vc-internal): Declare function.
19118
19119 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19120
19121 * shell.el: Use lexical-binding and std completion UI.
19122 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19123 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19124 comint-preoutput-filter-functions rather than on
19125 comint-output-filter-functions.
19126 (shell-command-completion, shell--command-completion-data)
19127 (shell-filename-completion, shell-environment-variable-completion)
19128 (shell-c-a-p-replace-by-expanded-directory): New functions.
19129 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19130 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19131 (shell-dynamic-complete-environment-variable): Use them.
19132 (shell-dynamic-complete-as-environment-variable)
19133 (shell-dynamic-complete-as-command): Remove.
19134 (shell-match-partial-variable): Match past point.
19135 * comint.el: Clean up use of completion-at-point-functions.
19136 (comint-completion-at-point): New function.
19137 (comint-mode): Use it completion-at-point-functions.
19138 (comint-dynamic-complete): Make it obsolete.
19139 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19140 (comint-c-a-p-replace-by-expanded-history): New function.
19141 (comint-dynamic-complete-functions)
19142 (comint-replace-by-expanded-history): Use it.
19143 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19144 termination strings. Try harder to avoid second try-completion.
19145 (completion-in-region-mode-map): Disable bindings that don't work yet.
19146
19147 * comint.el: Use lexical-binding. Require CL.
19148 (comint-dynamic-complete-functions): Use comint-filename-completion.
19149 (comint-completion-addsuffix): Tweak custom type.
19150 (comint-filename-completion, comint--common-suffix)
19151 (comint--common-quoted-suffix, comint--table-subvert)
19152 (comint--complete-file-name-data): New functions.
19153 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19154 (comint-dynamic-list-filename-completions): Use them.
19155 (comint-dynamic-simple-complete): Make obsolete.
19156
19157 * minibuffer.el (completion-in-region-mode):
19158 Keep completion-in-region-mode--predicate global.
19159 (completion-in-region--postch):
19160 Assume completion-in-region-mode--predicate is not null.
19161
19162 * progmodes/flymake.el (flymake-start-syntax-check-process):
19163 Obey `dir'. Simplify.
19164
19165 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19166 we're in VC after all.
19167
19168 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19169
19170 * vc/vc.el (vc-diff-build-argument-list-internal)
19171 (vc-version-ediff, vc-ediff): New commands.
19172 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19173
19174 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19175
19176 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19177 add sanity check.
19178
19179 * obsolete/erc-hecomplete.el: Make obsolete.
19180 * obsolete/: Standardize obsolescence info in the header.
19181
19182 2011-04-20 Glenn Morris <rgm@gnu.org>
19183
19184 * calendar/solar.el (solar-horizontal-coordinates):
19185 Use the longitude argument rather than `calendar-longitude'.
19186 (solar-date-next-longitude): Remove unused locals.
19187
19188 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19189
19190 * whitespace.el: New version 13.2.1.
19191
19192 2011-04-20 felix <EmacsWiki> (tiny change)
19193
19194 * whitespace.el (global-whitespace-mode): Keep highlight when
19195 switching between major modes on a file.
19196
19197 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19198
19199 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19200 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19201 multi-line comments as well.
19202
19203 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19204
19205 Lexical-binding cleanup.
19206
19207 * arc-mode.el (archive-mode-revert):
19208 * cmuscheme.el (scheme-interactively-start-process):
19209 * custom.el (custom-initialize-delay):
19210 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19211 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19212 * emacs-lock.el (emacs-lock-clear-sentinel):
19213 * ezimage.el (defezimage):
19214 * follow.el (follow-avoid-tail-recenter):
19215 * fringe.el (set-fringe-mode-1):
19216 * generic-x.el (bat-generic-mode-compile):
19217 * help-mode.el (help-info-variable, help-do-xref)
19218 (help-mode-revert-buffer):
19219 * help.el (view-emacs-todo):
19220 * iswitchb.el (iswitchb-completion-help):
19221 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19222 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19223 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19224 * locate.el (locate-update):
19225 * longlines.el (longlines-encode-region)
19226 (longlines-after-change-function):
19227 * outline.el (outline-isearch-open-invisible):
19228 * ps-def.el (declare-function, charset-dimension, char-width)
19229 (encode-char):
19230 * ps-mule.el (ps-mule-plot-string):
19231 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19232 (recentf-edit-list-select, recentf-edit-list-validate)
19233 (recentf-open-files-action):
19234 * rect.el (delete-whitespace-rectangle-line)
19235 (rectangle-number-line-callback):
19236 * register.el (window-configuration-to-register)
19237 (frame-configuration-to-register):
19238 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19239 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19240 (xselect-convert-to-targets, xselect-convert-to-delete)
19241 (xselect-convert-to-filename, xselect-convert-to-charpos)
19242 (xselect-convert-to-lineno, xselect-convert-to-colno)
19243 (xselect-convert-to-os, xselect-convert-to-host)
19244 (xselect-convert-to-user, xselect-convert-to-class)
19245 (xselect-convert-to-name, xselect-convert-to-integer)
19246 (xselect-convert-to-atom, xselect-convert-to-identity):
19247 * subr.el (declare, ignore, process-kill-without-query)
19248 (text-clone-maintain):
19249 * terminal.el (te-get-char, te-tic-sentinel):
19250 * tool-bar.el (tool-bar-make-keymap):
19251 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19252 * type-break.el (type-break-mode, type-break-noninteractive-query):
19253 * view.el (View-back-to-mark):
19254 * wid-browse.el (widget-browse-action, widget-browse-widget)
19255 (widget-browse-widgets, widget-browse-sexp):
19256 * widget.el (define-widget-keywords):
19257 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19258 Mark unused parameters.
19259
19260 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19261 (align-areas): Remove unused variable `look'.
19262 (align-region): Remove unused variables `real-end' and `pos-list'.
19263
19264 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19265
19266 * bindings.el (mode-line-modified, mode-line-remote):
19267 Mark unused parameters.
19268 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19269
19270 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19271 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19272
19273 * comint.el (comint-history-isearch-pop-state)
19274 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19275 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19276 (comint-substitute-in-file-name): Doc fix.
19277
19278 * completion.el (cmpl-statistics-block): Mark unused parameter.
19279 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19280 (save-completions-to-file, load-completions-from-file):
19281 Remove unused local variable `e'.
19282
19283 * composite.el (compose-chars): Remove unused variable `len'.
19284 (lgstring-insert-glyph): Remove unused variable `g'.
19285 (compose-glyph-string): Remove unused variables `ascent',
19286 `descent', `lbearing' and `rbearing'.
19287 (compose-glyph-string-relative): Remove unused variables
19288 `lbearing', `rbearing' and `wadjust'.
19289 (compose-gstring-for-graphic): Remove unused variables `header',
19290 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19291 (compose-gstring-for-terminal): Remove unused variables `header'
19292 and `nchars'. Use `let', not `let*'.
19293
19294 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19295 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19296 (Custom-buffer-done, custom-buffer-create-internal)
19297 (custom-browse-visibility-action, custom-browse-group-tag-action)
19298 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19299 (widget-magic-mouse-down-action, custom-toggle-parent)
19300 (custom-add-parent-links, custom-toggle-hide-variable)
19301 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19302 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19303 (custom-face-menu-create, custom-variable-menu-create, get)
19304 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19305 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19306 (customize-apropos): Remove unused variable `tests'.
19307 (custom-group-value-create): Remove unused variable `hidden-p'.
19308 (sort-fold-case): Declare.
19309
19310 * cus-theme.el (custom-reset-standard-faces-list)
19311 (custom-reset-standard-variables-list): Declare.
19312 (customize-create-theme, custom-theme-revert, custom-theme-write)
19313 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19314 Mark unused parameters.
19315
19316 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19317
19318 * delim-col.el (delimit-columns-max): Move defvar before first use.
19319
19320 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19321 (describe-char): Don't quote `lambda'. Mark unused parameter.
19322
19323 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19324 (auto-insert): Declare.
19325 (desktop-restore-file-buffer): Rename desktop-* parameters;
19326 mark unused ones.
19327 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19328 (desktop-buffer): Rename desktop-* parameters.
19329
19330 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19331 (dframe-reposition-frame-xemacs, dframe-help-echo)
19332 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19333 Mark unused parameters.
19334
19335 * dired-aux.el (backup-extract-version-start, overwrite-query)
19336 (overwrite-backup-query, rename-regexp-query)
19337 (rename-non-directory-query): Declare.
19338 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19339 (dired-add-entry): Remove unused variable `orig-file-name'.
19340 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19341 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19342 `dired-copy-preserve-time' directly.
19343 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19344 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19345
19346 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19347 (dired-virtual-revert, dired-make-relative-symlink):
19348 Mark unused parameters.
19349 (manual-program): Declare.
19350 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19351 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19352 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19353
19354 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19355
19356 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19357
19358 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19359 Declare.
19360
19361 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19362
19363 * electric.el (Electric-command-loop): Rename parameter
19364 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19365
19366 * expand.el (expand-in-literal): Remove unused variable `here'.
19367
19368 * facemenu.el (facemenu-add-new-color):
19369 Remove unused variable `docstring'.
19370
19371 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19372 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19373 (face-attr-construct): Mark unused parameter. Doc fix.
19374 (read-color): Remove unused variable `hex-string'.
19375
19376 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19377 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19378 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19379 (display-buffer-other-frame): Remove unused variable `old-window'.
19380 (kill-buffer-hook): Declare.
19381 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19382 Mark unused parameters.
19383 (after-find-file): Pass 1 to `auto-save-mode', not t.
19384
19385 * files-x.el (auto-insert): Declare.
19386 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19387
19388 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19389 variable `buf'. Mark unused parameter.
19390 (find-lisp-insert-directory): Mark unused parameter.
19391
19392 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19393 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19394 (format-common-tail): Remove, unused.
19395 (format-deannotate-region): Remove unused variable `loc'.
19396 (format-annotate-region): Remove unused variable `p'.
19397 (format-annotate-single-property-change): Remove unused variables
19398 `default' and `tail'.
19399
19400 * forms.el (read-file-filter): Declare.
19401 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19402
19403 * frame.el (frame-creation-function-alist): Mark unused parameter.
19404 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19405
19406 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19407 Remove unused parameters.
19408 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19409 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19410
19411 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19412 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19413 (hfy-prepare-tag-map): Mark unused parameters.
19414 (htmlfontify-buffer): Use `called-interactively-p'.
19415
19416 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19417 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19418 (ibuffer-do-occur): Mark unused parameters.
19419 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19420 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19421
19422 * ibuffer.el: Don't quote `lambda'.
19423 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19424 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19425 Mark unused parameters.
19426
19427 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19428 (ido-completing-read): Mark unused parameters.
19429 (ido-copy-current-word): Mark unused parameters;
19430 remove unused variable `name'.
19431 (ido-sort-merged-list): Remove unused parameter `dirs'.
19432
19433 * ielm.el (ielm-input-sender): Mark unused parameter.
19434 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19435 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19436 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19437 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19438 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19439
19440 * image-dired.el (image-dired-display-thumbs): Remove unused
19441 variables `curr-file' and `count'.
19442 (image-dired-remove-tag): Remove unused variable `start'.
19443 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19444 variable `curr-file'
19445 (image-dired-rotate-original): Remove unused variable `temp-file'.
19446 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19447 Remove unused variable `file'.
19448 (image-dired-gallery-generate): Remove unused variable `curr'.
19449 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19450
19451 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19452
19453 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19454
19455 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19456
19457 * isearch.el (minibuffer-history-symbol): Declare.
19458 (isearch-edit-string): Remove unused variable `err'.
19459 (isearch-message-prefix, isearch-message-suffix):
19460 Mark unused parameters.
19461
19462 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19463
19464 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19465
19466 * makesum.el (double-column): Remove unused variable `cnt'.
19467
19468 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19469 (ido-ignore-item-temp-list): Declare.
19470
19471 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19472 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19473 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19474 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19475 `mouse-col-delta'.
19476
19477 * mouse-sel.el (mouse-extend-internal):
19478 Remove unused variable `orig-window-frame'.
19479
19480 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19481 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19482 Move declarations before first use.
19483 (pcomplete-opt): Mark unused parameters; doc fix.
19484
19485 * proced.el (proced-revert): Mark unused parameter.
19486 (proced-send-signal): Remove unused variable `err'.
19487
19488 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19489 Rename parameter PREFIX-ARG to ARG.
19490 (ps-basic-plot-string, ps-basic-plot-whitespace):
19491 Mark unused parameters.
19492
19493 * replace.el (replace-count): Define.
19494 (occur-revert-function): Mark unused parameters.
19495 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19496 (isearch-case-fold-search, isearch-string): Declare.
19497 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19498 bind `case-fold-search'. Remove unused variables `beg' and `end',
19499 and simplify.
19500 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19501 COUNT and bind `replace-count'.
19502 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19503 to COUNT.
19504
19505 * savehist.el (print-readably, print-string-length): Declare.
19506
19507 * shadowfile.el (shadow-expand-cluster-in-file-name):
19508 Remove unused variable `cluster'.
19509 (shadow-copy-file): Remove unused variable `i'.
19510 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19511 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19512 (shadow-define-literal-group, shadow-define-regexp-group)
19513 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19514
19515 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19516 (shell): Use `called-interactively-p'.
19517 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19518
19519 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19520 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19521 (delete-backward-char): Remove unused variable `ocol'.
19522 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19523 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19524 (event-apply-hyper-modifier, event-apply-shift-modifier)
19525 (event-apply-control-modifier, event-apply-meta-modifier):
19526 Mark unused parameters.
19527 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19528 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19529
19530 * speedbar.el (speedbar-ignored-directory-expressions)
19531 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19532 (speedbar-find-file, speedbar-dir-follow)
19533 (speedbar-directory-buttons-follow, speedbar-tag-find)
19534 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19535 (speedbar-buffers-line-directory, speedbar-buffer-click):
19536 Mark unused parameters.
19537 (speedbar-tag-file): Remove unused variable `mode'.
19538 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19539
19540 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19541
19542 * talk.el (talk): Remove unused variable `display'.
19543
19544 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19545 (tar-write-region-annotate): Mark unused parameter.
19546
19547 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19548 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19549 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19550 warning by another.
19551
19552 * time-stamp.el (time-stamp-string-preprocess):
19553 Remove unused variable `require-padding'.
19554
19555 * tree-widget.el (widget-glyph-enable): Declare.
19556 (tree-widget-action): Mark unused parameter.
19557
19558 * w32-fns.el (x-get-selection): Mark unused parameter.
19559 (autoload-make-program, generated-autoload-file): Declare.
19560
19561 * wdired.el (wdired-revert): Mark unused parameters.
19562 (wdired-xcase-word): Remove unused variable `err'.
19563
19564 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19565 (whitespace-help-scroll): Remove unused variable `data-help'.
19566
19567 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19568 (widget-image-insert, widget-after-change, default)
19569 (widget-default-format-handler, widget-default-notify)
19570 (widget-default-prompt-value, widget-info-link-action)
19571 (widget-url-link-action, widget-function-link-action)
19572 (widget-variable-link-action, widget-file-link-action)
19573 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19574 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19575 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19576 (widget-insert-button-action, widget-delete-button-action, visibility)
19577 (widget-documentation-link-action, widget-documentation-string-action)
19578 (widget-const-prompt-value, widget-regexp-match, symbol)
19579 (widget-coding-system-prompt-value)
19580 (widget-key-sequence-value-to-external, sexp)
19581 (widget-sexp-value-to-internal, character, vector, cons)
19582 (widget-choice-prompt-value, widget-boolean-prompt-value)
19583 (widget-color--choose-action): Mark unused parameters.
19584 (widget-item-match-inline, widget-choice-match-inline)
19585 (widget-checklist-match, widget-checklist-match-inline)
19586 (widget-group-match): Rename parameter VALUES to VALS.
19587 (widget-field-value-set): Remove unused variable `size'.
19588 (widget-color-action): Remove unused variables `value' and `start'.
19589
19590 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
19591 variable `dir'. Doc fix.
19592 (windmove-find-other-window): Don't pass it.
19593
19594 * window.el (count-windows): Mark unused parameter.
19595 (bw-adjust-window): Remove unused variable `err'.
19596
19597 * woman.el (woman-file-name): Remove unused variable `default'.
19598 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19599 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19600 (global-font-lock-mode): Declare.
19601 (woman-decode-region): Mark unused parameter.
19602 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19603
19604 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19605 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19606 (x-dnd-handle-moz-url): Remove unused variable `title'.
19607 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19608
19609 * xml.el (xml-parse-tag, xml-parse-attlist):
19610 Remove unused variable `pos'.
19611
19612 2011-04-19 Glenn Morris <rgm@gnu.org>
19613
19614 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19615 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19616 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19617 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19618 * calendar/cal-html.el (cal-html-insert-minical):
19619 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19620 (calendar-mark-date-pattern):
19621 Prefix "unused" locals.
19622
19623 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19624 optional argument `style'.
19625
19626 * calendar/appt.el (appt-make-list):
19627 * calendar/cal-china.el (calendar-chinese-date-string):
19628 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19629 (diary-hebrew-yahrzeit):
19630 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19631 * calendar/calendar.el (calendar-generate-window):
19632 * calendar/time-date.el (time-to-days):
19633 Remove unused local variables.
19634
19635 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
19636
19637 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19638 glyphless-char-display table.
19639 (tabulated-list-glyphless-char-display): New var.
19640
19641 2011-04-18 Sam Steingold <sds@gnu.org>
19642
19643 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19644 to acknowledgments.
19645
19646 2011-04-17 Glenn Morris <rgm@gnu.org>
19647
19648 * calendar/diary-lib.el (diary-sexp-entry):
19649 * calendar/holidays.el (holiday-sexp):
19650 Set debug-on-error rather than the removed stack-trace-on-error.
19651
19652 2011-04-16 Glenn Morris <rgm@gnu.org>
19653
19654 * progmodes/f90.el: Use lexical-binding.
19655 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19656
19657 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19658
19659 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19660 (mail-mode): Setup mailalias completion here instead.
19661 * mail/mailalias.el: Use lexical-binding.
19662 (pattern, mailalias-done): Declare dynamic.
19663 (mail-completion-at-point-function): New function, from mail-complete.
19664 (mail-complete): Use it.
19665 (mail-completion-expand): New function.
19666 (mail-get-names): Use it.
19667 (mail-directory, mail-directory-process, mail-directory-stream):
19668 Don't use `pattern' for lexically bound arg.
19669
19670 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19671
19672 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19673 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19674 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19675
19676 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19677 (byte-save-window-excursion, byte-temp-output-buffer-setup)
19678 (byte-interactive-p): Define them again, for use when inlining
19679 old code.
19680
19681 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
19682
19683 * loadup.el: Use `string-to-number', not `string-to-int'.
19684
19685 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19686
19687 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19688 gud-gdb-complete-command.
19689 (gud-gdb-completions): New function, from gud-gdb-complete-command.
19690 (gud-gdb-completion-at-point): New function.
19691 (gud-gdb-completions): Remove.
19692
19693 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
19694
19695 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19696 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
19697 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19698 whether `executable-find' is bound.
19699
19700 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19701
19702 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19703
19704 * minibuffer.el (completion-in-region-mode-predicate)
19705 (completion-in-region-mode--predicate): New vars.
19706 (completion-in-region, completion-in-region--postch)
19707 (completion-in-region-mode): Use them.
19708 (completion--capf-wrapper): Also return the hook function.
19709 (completion-at-point, completion-help-at-point):
19710 Adjust and provide a predicate.
19711
19712 Preserve arg names for advice of subr and lexical functions (bug#8457).
19713 * help-fns.el (help-function-arglist): Consolidate the subr and
19714 new-byte-code cases. Add argument `preserve-names' to extract names
19715 from the docstring when needed.
19716 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19717 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19718 (ad-arglist): Use help-function-arglist's new arg.
19719 (ad-definition-type): Use cond.
19720
19721 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
19722
19723 * autorevert.el (auto-revert-handler):
19724 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19725 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19726 Don't quote lambda.
19727
19728 * image-mode.el (image-transform-set-scale):
19729 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19730
19731 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19732
19733 * net/network-stream.el (network-stream-open-starttls): Only do
19734 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
19735 Upgrades via gnutls-cli are too slow to be done opportunistically.
19736
19737 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
19738
19739 * dframe.el (dframe-current-frame): Remove spurious quote.
19740
19741 2011-04-12 Glenn Morris <rgm@gnu.org>
19742
19743 * calendar/cal-tex.el (cal-tex-end-document):
19744 Try to automatically use latin1 input if needed.
19745
19746 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19747 Don't try to cons a mark onto an empty element.
19748
19749 2011-04-11 Leo Liu <sdl.web@gmail.com>
19750
19751 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
19752 buffers.
19753 (ido-kill-buffer-at-head): Support killing virtual buffers.
19754
19755 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
19756
19757 * minibuffer.el (completion-show-inline-help): New var.
19758 (completion--do-completion, minibuffer-complete)
19759 (minibuffer-force-complete, minibuffer-complete-word):
19760 Inhibit minibuffer messages if completion-show-inline-help is nil.
19761
19762 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19763 to avoid interference from inline help (Bug#5849).
19764
19765 2011-04-10 Leo Liu <sdl.web@gmail.com>
19766
19767 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19768 Fix typo.
19769
19770 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
19771
19772 * image-mode.el (image-toggle-display-image): Signal an error if
19773 not in Image mode.
19774 (image-transform-mode, image-transform-resize)
19775 (image-transform-set-rotation): Doc fix.
19776 (image-transform-set-resize): Delete.
19777 (image-transform-set-scale, image-transform-fit-to-height)
19778 (image-transform-fit-to-width): Handle image-toggle-display-image
19779 and image-transform-resize directly.
19780
19781 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
19782
19783 * doc-view.el (doc-view-fit-width-to-window)
19784 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
19785 New functions for fitting the shown image to the Emacs window size.
19786 (doc-view-mode-map): Add bindings for the new functions.
19787
19788 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
19789
19790 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
19791 Fix typo in docstring.
19792
19793 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19794
19795 * files.el (file-size-human-readable): Produce one digit after
19796 decimal, like "ls -lh" does.
19797
19798 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
19799 the file size representation.
19800
19801 * simple.el (list-processes): If async subprocesses are not
19802 available, error out with a clear error message.
19803
19804 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
19805
19806 * help.el (help-form-show): New function, to be called from C.
19807 Put help-form output in a buffer named differently than *Help*.
19808
19809 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19810
19811 * files.el (file-size-human-readable): New function.
19812
19813 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
19814 computing the representation inline. Don't require `cl'.
19815
19816 2011-04-08 Glenn Morris <rgm@gnu.org>
19817
19818 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19819
19820 * net/browse-url.el (browse-url-firefox):
19821 Test system-type, not system-configuration.
19822
19823 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
19824 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
19825 Use log-edit-empty-buffer-p. (Bug#7598)
19826
19827 * net/rlogin.el (rlogin-process-connection-type): Simplify.
19828 (rlogin-mode-map): Initialize in the defvar.
19829 (rlogin): Use ignore-errors.
19830
19831 * replace.el (occur-mode-map): Some fixes for menu items.
19832
19833 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
19834
19835 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
19836
19837 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19838
19839 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
19840 issuing unused warnings.
19841
19842 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
19843 macro directly.
19844
19845 * simple.el: Lisp reimplement of list-processes. Based on an
19846 earlier reimplementation by Leo Liu, but using tabulated-list.el.
19847 (process-menu-mode): New major mode.
19848 (list-processes--refresh, list-processes):
19849 (process-menu-visit-buffer): New functions.
19850
19851 * files.el (save-buffers-kill-emacs): Don't assume any return
19852 value of list-processes, which is undocumented anyway.
19853
19854 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19855
19856 * emacs-lisp/tabulated-list.el: New file.
19857
19858 * emacs-lisp/package.el: Use Tabulated List mode.
19859 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
19860 (package-menu-mode): Derive from tabulated-list-mode. Set up the
19861 table format using Tabulated List mode variables.
19862 (package--push): New macro, replacing package-list-maybe-add.
19863 (package-menu--generate): Use package--push. Renamed from
19864 package--generate-package-list.
19865 (package-menu-refresh, list-packages): Use it.
19866 (package-menu--print-info): Rename from package-print-package.
19867 Return insertion data instead of inserting it directly.
19868 (package-menu-describe-package, package-menu-execute):
19869 Use tabulated-list-get-id.
19870 (package-menu-mark-delete, package-menu-mark-install)
19871 (package-menu-mark-unmark, package-menu-backup-unmark)
19872 (package-menu-mark-obsolete-for-deletion):
19873 Use tabulated-list-put-tag.
19874 (package--list-packages, package-menu-revert)
19875 (package-menu-get-package, package-menu-get-version)
19876 (package-menu-sort-by-column): Functions deleted.
19877 (package-menu-package-list, package-menu-sort-key): Vars deleted.
19878 (package-menu--status-predicate, package-menu--version-predicate)
19879 (package-menu--name-predicate)
19880 (package-menu--description-predicate): Handle arguments in the
19881 Tabulated List format.
19882 (package-list-packages-no-fetch): Call list-packages.
19883
19884 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
19885
19886 * files.el (after-find-file-from-revert-buffer): Remove variable.
19887 (after-find-file): Don't bind it.
19888 (revert-buffer-in-progress-p): New variable.
19889 (revert-buffer): Bind it.
19890 Pass nil for `after-find-file-from-revert-buffer'.
19891
19892 * saveplace.el (save-place-find-file-hook): Use new variable
19893 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
19894
19895 2011-04-06 Glenn Morris <rgm@gnu.org>
19896
19897 * Makefile.in (AUTOGEN_VCS): New variable.
19898 (autoloads): Use $AUTOGEN_VCS.
19899
19900 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
19901 * calendar/calendar.el (calendar-mode-map):
19902 Check for toolkit scroll bars. (Bug#8305)
19903
19904 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
19905
19906 * minibuffer.el (completion-in-region--postch)
19907 (completion-in-region-mode): Remove unnecessary messages.
19908
19909 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
19910
19911 * font-lock.el (font-lock-refresh-defaults):
19912 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
19913 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
19914
19915 * info.el (Info-directory-list, Info-read-node-name-2)
19916 (Info-split-parameter-string): Doc fixes.
19917 (Info-virtual-nodes): Reflow docstring.
19918 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
19919 (Info-apropos-toc-nodes, info-finder, Info-get-token)
19920 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
19921 Fix typos in docstrings.
19922 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
19923 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
19924 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
19925 (Info-restore-desktop-buffer): Mark unused parameters.
19926 (Info-directory-find-file, Info-directory-find-node)
19927 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
19928 (Info-virtual-index-find-node, Info-apropos-find-file)
19929 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
19930 Mark unused parameters; fix typos in docstrings.
19931 (Info-virtual-index): Remove unused local variable `nodename'.
19932
19933 2011-04-05 Deniz Dogan <deniz@dogan.se>
19934
19935 * net/rcirc.el: Update my e-mail address.
19936 (rcirc-mode-map): Remove M-o binding.
19937
19938 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
19939
19940 * startup.el (command-line): Save the cursor's theme-face
19941 directly, instead of using face-override-spec.
19942
19943 * custom.el (load-theme): Minor optimization in assigning faces.
19944
19945 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
19946
19947 * help-fns.el (describe-variable): Complete all variables having
19948 documentation, including keywords.
19949 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
19950
19951 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
19952
19953 Convert to lexical-binding.
19954
19955 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
19956 (bs--get-marked-string, bs--get-modified-string)
19957 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
19958 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
19959 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
19960
19961 * ehelp.el (electric-help-execute-extended)
19962 (electric-help-ctrl-x-prefix):
19963 * hexl.el (hexl-revert-buffer-function):
19964 * linum.el (linum-after-change, linum-after-scroll):
19965 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
19966
19967 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
19968
19969 2011-04-04 Daiki Ueno <ueno@unixuser.org>
19970
19971 * epa-dired.el:
19972 * epa-mail.el:
19973 * epa-hook.el:
19974 * epa-file.el:
19975 * epa.el:
19976 * epg.el: Use lexical binding.
19977
19978 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
19979
19980 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
19981
19982 * textmodes/flyspell.el (flyspell-word): Recognize default
19983 dictionary case for flyspell-mark-duplications-exceptions.
19984 Use regexp matching for languages.
19985 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
19986 default dictionary (Bug#7926).
19987
19988 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
19989
19990 * emacs-lisp/package.el (package--with-work-buffer):
19991 Recognize https URLs.
19992
19993 * net/network-stream.el: Move from gnus/proto-stream.el.
19994 Change prefix to network-stream throughout.
19995 (open-protocol-stream): Merge into open-network-stream, leaving
19996 open-protocol-stream as an alias. Handle nil BUFFER args.
19997
19998 * subr.el (open-network-stream): Move to net/network-stream.el.
19999
20000 2011-04-02 Glenn Morris <rgm@gnu.org>
20001
20002 * find-dired.el (find-exec-terminator): New option.
20003 (find-ls-option): Test for -ls support.
20004 (find-ls-subdir-switches): Test for -b in find-ls-option.
20005 (find-dired, find-grep-dired): Doc fixes.
20006 (find-dired): Use find-exec-terminator.
20007
20008 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20009 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20010 (find-name-arg): Remove purecopy.
20011
20012 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20013 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20014 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20015 accordingly. Don't add the null-device if not needed.
20016
20017 * files.el (save-some-buffers): Doc fix.
20018
20019 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20020
20021 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20022
20023 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20024
20025 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20026 Use `dolist' rather than `mapcar'.
20027
20028 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20029
20030 Add lexical binding.
20031
20032 * subr.el (apply-partially): Use new closures rather than CL.
20033 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20034 (dolist, dotimes): Use slightly different expansion for lexical code.
20035 (functionp): Move to C.
20036 (letrec): New macro.
20037 (with-wrapper-hook): Use it and apply-partially instead of CL.
20038 (eval-after-load): Preserve lexical-binding.
20039 (save-window-excursion, with-output-to-temp-buffer): Turn them
20040 into macros.
20041
20042 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20043
20044 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20045 than the arglist.
20046 (help-add-fundoc-usage): Don't add `Not documented'.
20047 (help-function-arglist): Handle closures, subroutines, and new
20048 byte-code-functions.
20049 (help-make-usage): Remove leading underscores.
20050 (describe-function-1): Handle closures.
20051 (describe-variable): Use special-variable-p for completion.
20052
20053 * files.el (lexical-binding): Declare safe.
20054
20055 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20056 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20057 (pcase): Add `let' pattern.
20058 Change memoization so it actually works.
20059 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20060 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20061 <let>: New case.
20062
20063 * emacs-lisp/macroexp.el: Use lexical binding.
20064 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20065 Don't convert ' to #' without checking that it's indeed quoting
20066 a lambda.
20067
20068 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20069 Use eval-sexp-add-defvars.
20070 (eval-sexp-add-defvars): New fun.
20071
20072 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20073
20074 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20075 Don't autoload.
20076 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20077 than the internal `byte-compile-lambda'.
20078 (defmethod): Don't hide code under quotes.
20079 (eieio-defmethod): New `code' argument.
20080
20081 * emacs-lisp/eieio-comp.el: Remove.
20082
20083 * emacs-lisp/edebug.el (edebug-eval-defun)
20084 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20085 (edebug-toggle): Avoid `eval'.
20086
20087 * emacs-lisp/disass.el (disassemble-internal): Handle new
20088 `closure' objects.
20089 (disassemble-1): Handle new byte codes.
20090
20091 * emacs-lisp/cl.el (pushnew): Silence warning.
20092
20093 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20094 (cl-byte-compile-throw): Remove.
20095 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20096
20097 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20098 closures.
20099
20100 * emacs-lisp/cconv.el: New file.
20101
20102 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20103 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20104 (byte-compile-initial-macro-environment):
20105 Handle declare-function here.
20106 (byte-compile--lexical-environment): New var.
20107 (byte-stack-ref, byte-stack-set, byte-discardN)
20108 (byte-discardN-preserve-tos): New lap codes.
20109 (byte-interactive-p): Don't use any more.
20110 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20111 New macros.
20112 (byte-compile-lapcode): Use them and handle new lap codes.
20113 (byte-compile-obsolete): Remove.
20114 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20115 (byte-compile-arglist-warn): Check late def of inlinable funs.
20116 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20117 since they should have been expanded by now.
20118 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20119 (byte-compile-from-buffer): Remove unused second arg.
20120 (byte-compile-preprocess): New function.
20121 (byte-compile-toplevel-file-form): New function to distinguish
20122 file-form calls from outside from file-form calls from hunk-handlers.
20123 (byte-compile-file-form): Simplify.
20124 (byte-compile-file-form-defsubst): Remove.
20125 (byte-compile-file-form-defmumble): Simplify now that
20126 byte-compile-lambda always returns a byte-code-function.
20127 (byte-compile): Preprocess.
20128 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20129 Remove, not used any more.
20130 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20131 (byte-compile-make-args-desc): New funs.
20132 (byte-compile-lambda): Handle lexical functions. Always return
20133 a byte-code-function.
20134 (byte-compile-reserved-constants): New var, to make up room for
20135 closed-over variables.
20136 (byte-compile-constants-vector): Obey it.
20137 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20138 (byte-compile-macroexpand-declare-function): New function.
20139 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20140 byte-code-functions.
20141 (byte-compile-form): Check obsolescence here.
20142 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20143 (byte-compile-variable-ref): Remove.
20144 (byte-compile-dynamic-variable-op): New fun.
20145 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20146 (byte-compile-variable-set): New funs.
20147 (byte-compile-discard): Add 2 args.
20148 (byte-compile-stack-ref, byte-compile-stack-set)
20149 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20150 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20151 macroexpand-all instead.
20152 (byte-compile-quote-form): Remove.
20153 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20154 (byte-compile-bind, byte-compile-unbind): New funs.
20155 (byte-compile-let): Handle let* and lexical binding.
20156 (byte-compile-let*): Remove.
20157 (byte-compile-catch, byte-compile-unwind-protect)
20158 (byte-compile-track-mouse, byte-compile-condition-case):
20159 Handle a new :fun-body form, used for lexical scoping.
20160 (byte-compile-save-window-excursion)
20161 (byte-compile-with-output-to-temp-buffer): Remove.
20162 (byte-compile-defun): Simplify.
20163 (byte-compile-stack-adjustment): New fun.
20164 (byte-compile-out): Use it.
20165 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20166
20167 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20168 handler any more.
20169
20170 * emacs-lisp/byte-opt.el: Use lexical binding.
20171 (byte-inline-lapcode): Remove (to bytecomp).
20172 (byte-compile-inline-expand): Pay attention to inlining to/from
20173 lexically bound code.
20174 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20175 any more.
20176 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20177 any more and don't call compiler-macros.
20178 (byte-compile-splice-in-already-compiled-code): Remove.
20179 (byte-code): Don't inline any more.
20180 (disassemble-offset): Receive `bytes' as argument rather than via
20181 dynamic scoping.
20182 (byte-compile-tag-number): Declare before first use.
20183 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20184 `return' even if make-spliceable.
20185 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20186 obsolete interactive-p.
20187 (byte-optimize-lapcode): Optimize new lap-codes.
20188 Don't trip up on new form of `byte-constant' lap code.
20189
20190 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20191
20192 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20193
20194 * custom.el (custom-initialize-default, custom-declare-variable):
20195 Use `defvar'.
20196
20197 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20198 New variables.
20199 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20200 (COMPILE_FIRST): Add macroexp and cconv.
20201 * makefile.w32-in: Mirror changes in Makefile.in.
20202
20203 * vc/cvs-status.el:
20204 * vc/diff-mode.el:
20205 * vc/log-edit.el:
20206 * vc/log-view.el:
20207 * vc/smerge-mode.el:
20208 * textmodes/bibtex-style.el:
20209 * textmodes/css-mode.el:
20210 * startup.el:
20211 * uniquify.el:
20212 * minibuffer.el:
20213 * newcomment.el:
20214 * reveal.el:
20215 * server.el:
20216 * mpc.el:
20217 * emacs-lisp/smie.el:
20218 * doc-view.el:
20219 * dired.el:
20220 * abbrev.el: Use lexical binding.
20221
20222 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20223
20224 * info.el (info-display-manual): New function.
20225
20226 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20227
20228 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20229
20230 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20231
20232 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20233 an entry for that server in rcirc-authinfo. (Bug#8385)
20234
20235 2011-03-31 Glenn Morris <rgm@gnu.org>
20236
20237 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20238
20239 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20240
20241 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20242
20243 * progmodes/python.el (python-default-interpreter)
20244 (python-python-command-args, python-jython-command-args)
20245 (python-which-shell, python-which-args, python-which-bufname)
20246 (python-file-queue, python-comint-output-filter-function)
20247 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20248 variables and functions.
20249
20250 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20251
20252 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20253 (completion-in-region-mode): New minor mode.
20254 (completion-in-region): Use it.
20255 (completion-in-region--data, completion-in-region-mode-map): New vars.
20256 (completion-in-region--postch): New function.
20257 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20258 New vars.
20259 (completion--capf-wrapper): New function.
20260 (completion-at-point): Use it to track well-behavedness of
20261 hook functions.
20262 (completion-help-at-point): New command.
20263
20264 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20265
20266 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20267 syntax class to search for whitespace on a single line
20268 (Message-ID: <4D938140.4030905@redhat.com>).
20269
20270 2011-03-30 Leo Liu <sdl.web@gmail.com>
20271
20272 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20273 New commands.
20274 (edit-abbrevs-map): Bind them here.
20275 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20276
20277 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20278
20279 * allout.el (allout-hide-by-annotation, allout-flag-region):
20280 Reduce possibility of overlay leakage by making them volatile.
20281
20282 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20283 hash is not shared between buffers. Mode initialization is
20284 responsible for giving it a useful starting value.
20285 (allout-item-span): Reduce possibility of overlay leakage by
20286 making them volatile.
20287 (allout-widgets-count-buttons-in-region): Add diagnostic function
20288 for tracking down button overlay leaks.
20289
20290 2011-03-29 Leo Liu <sdl.web@gmail.com>
20291
20292 * ido.el (ido-read-internal): Use the default history var
20293 minibuffer-history if no HISTORY is specified.
20294
20295 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20296
20297 * net/imap.el (imap-shell-open, imap-process-connection-type):
20298 Use imap-process-connection-type for 'shell' streams as well as
20299 Kerberos, SSL, other subprocesses.
20300
20301 2011-03-28 Leo Liu <sdl.web@gmail.com>
20302
20303 * abbrev.el (abbrev-table-empty-p): New function.
20304 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20305 nonempty ones. (Bug#5937)
20306
20307 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20308
20309 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20310
20311 2011-03-27 Leo Liu <sdl.web@gmail.com>
20312
20313 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20314 for foreground and background colors.
20315 (ansi-color-make-color-map): Adapt.
20316
20317 2011-03-25 Leo Liu <sdl.web@gmail.com>
20318
20319 * midnight.el (midnight-time-float): Remove. Note it calculates
20320 the microsecond component incorrectly and seconds-to-time does the
20321 same job.
20322 Remove redundant (require 'timer).
20323
20324 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20325 (ido-completions): Remove unused arguments. (Bug#8329)
20326
20327 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20328
20329 * minibuffer.el (completion--flush-all-sorted-completions):
20330 Remove itself from hook.
20331 (completion-at-point): Let the functions perform the completion
20332 immediately and return nil or t.
20333 * comint.el (comint-dynamic-complete-functions): Now identical to
20334 completion-at-point-functions.
20335 (comint-dynamic-list-input-ring): Remove unused var `index'.
20336 (comint--match-partial-filename, comint--unquote&expand-filename):
20337 New funs, split from comint-match-partial-filename.
20338 (comint-dynamic-complete): Use completion-at-point.
20339 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20340
20341 2011-03-24 Drew Adams <drew.adams@oracle.com>
20342
20343 * thingatpt.el: Support `defun'.
20344
20345 2011-03-23 Leo Liu <sdl.web@gmail.com>
20346
20347 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20348
20349 * help-mode.el (help-mode-finish): Tweak regexp.
20350
20351 2011-03-23 Glenn Morris <rgm@gnu.org>
20352
20353 * eshell/esh-opt.el (eshell-eval-using-options):
20354 Do not bind unused local variable `eshell-option-stub'.
20355
20356 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20357
20358 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20359
20360 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20361 keymap variable in `with-no-warnings' to avoid a warning when the
20362 keymap has been already `defconst'ed.
20363
20364 2011-03-22 Leo Liu <sdl.web@gmail.com>
20365
20366 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20367 encode all chars in abbrevs; otherwise use emacs-mule or
20368 utf-8-emacs. (Bug#8308)
20369
20370 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20371
20372 * simple.el (backward-delete-char-untabify):
20373 Avoid warning about using `delete-backward-char'.
20374
20375 * image.el (image-type-file-name-regexps): Make it variable.
20376 `imagemagick-register-types' modifies it, and the user may want
20377 to add new extensions for known image types.
20378 (imagemagick-register-types): Throw error if not using ImageMagick.
20379
20380 2011-03-22 Leo Liu <sdl.web@gmail.com>
20381
20382 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20383 located before rcirc-prompt-end-marker.
20384 (rcirc-complete): Error if point is not after rcirc prompt.
20385 Handle the case when table is nil.
20386 (rcirc-user-authenticated): Define to fix compiler warning.
20387
20388 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
20389
20390 * custom.el (custom--inhibit-theme-enable): Make it affect only
20391 custom-theme-set-variables and custom-theme-set-faces.
20392 (provide-theme): Ignore custom--inhibit-theme-enable.
20393 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20394 (custom-enabling-themes): Delete variable.
20395 (enable-theme): Accept only loaded themes as arguments.
20396 Ignore the special custom-enabled-themes variable.
20397 (custom-enabled-themes): Forbid themes from setting this.
20398 Eliminate use of custom-enabling-themes.
20399 (custom-push-theme): Quote "changed" custom var entry.
20400
20401 2011-03-21 Leo Liu <sdl.web@gmail.com>
20402
20403 * ido.el (ido-read-internal): Add ido-selected to history instead
20404 of user input.
20405
20406 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20407
20408 * subr.el (deferred-action-list, deferred-action-function):
20409 Mark obsolete.
20410
20411 2011-03-21 Leo Liu <sdl.web@gmail.com>
20412
20413 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20414 change on 2011-02-13 (bug#8309).
20415
20416 * minibuffer.el (read-file-name-function): Change default value.
20417 (read-file-name--defaults): Rename from read-file-name-defaults.
20418 (read-file-name-default): Rename from read-file-name.
20419 (read-file-name): Call read-file-name-function.
20420
20421 2011-03-21 Glenn Morris <rgm@gnu.org>
20422
20423 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20424 Doc fixes.
20425
20426 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
20427
20428 * cus-theme.el: Add missing provide statement.
20429 (customize-create-theme): Extract theme value correctly.
20430 (custom-theme-visit-theme): Autoload.
20431 (customize-create-theme): Prompt before inserting default faces.
20432
20433 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20434
20435 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20436 units and musical notes.
20437
20438 2011-03-20 Leo Liu <sdl.web@gmail.com>
20439
20440 * ido.el (ido-read-internal): Use completing-read-default.
20441 (ido-completing-read): Fix compatibility with completing-read.
20442
20443 2011-03-20 Christian Ohler <ohler@gnu.org>
20444
20445 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20446 (ert-delete-all-tests): Use `called-interactively-p' rather than
20447 `interactive-p'.
20448 (ert--make-xrefs-region): Respect END.
20449
20450 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20451
20452 * dired-aux.el (dired-create-directory): Signal an error if the
20453 directory already exists (Bug#8246).
20454
20455 * facemenu.el (list-colors-display): Call list-faces-display
20456 inside with-help-window.
20457 (list-colors-print): Use display property to align the final
20458 column, instead of checking window-width.
20459
20460 2011-03-19 Eli Zaretskii <eliz@gnu.org>
20461
20462 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20463 windows-nt systems.
20464 (emerge-protect-metachars): Quote correctly for ms-dos and
20465 windows-nt systems.
20466
20467 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
20468
20469 * info.el (info-initialize): Replace all uses of `:' with
20470 path-separator for compatibility with non-Unix systems.
20471 Cache quoting of path-separator. (Bug#8258)
20472
20473 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
20474
20475 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20476 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20477 (mouse-avoidance-mode): Fix typos in docstrings.
20478
20479 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20480
20481 * startup.el (package-subdirectory-regexp): Move from package.el.
20482 Omit \\` and \\', and let callers add them.
20483
20484 * emacs-lisp/package.el (package-strip-version)
20485 (package-load-all-descriptors): Add \\` and \\' to
20486 package-subdirectory-regexp before using it.
20487 (package-untar-buffer): New arg DIR; ensure that file untars only
20488 into this expected directory. Remove superfluous delete-region.
20489 (package-unpack): Caller changed.
20490 (package-tar-file-info): Use package-subdirectory-regexp.
20491
20492 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20493
20494 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20495 diff-mode-shared-map (bug#8284).
20496 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20497
20498 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20499
20500 * calendar/time-date.el (format-seconds): Use assoc instead of
20501 assoc-string, since assoc-string doesn't exist in XEmacs.
20502
20503 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
20504
20505 * custom.el (custom-known-themes): Reflow docstring.
20506 (custom-theme-load-path): Fix typo in docstring.
20507 (load-theme): Fix typo in error message.
20508 (custom-available-themes, custom-variable-theme-value):
20509 Use `let', not `let*'.
20510
20511 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20512
20513 * calc/README: Mention inclusion of musical notes.
20514
20515 * calc/calc-units.el (calc-lu-quant): Rename from
20516 `calc-logunits-quantity'.
20517 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20518 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20519 (calc-db): Rename from `calc-dblevel'.
20520 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20521 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20522 (calc-np): Rename from `calc-nplevel'.
20523 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20524 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20525 (calc-lu-plus): Rename from `calc-logunits-add'.
20526 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20527 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20528 (calc-lu-minus): Rename from `calc-logunits-sub'.
20529 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20530 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20531 (calc-lu-times): Rename from `calc-logunits-mul'.
20532 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20533 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20534 (calc-lu-divide): Rename from `calc-logunits-div'.
20535 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20536 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20537
20538 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20539 functions being autoloaded.
20540
20541 * calc/calc.el (calc-lu-power-reference): Rename from
20542 `calc-logunits-power-reference'.
20543 (calc-lu-field-reference): Rename from
20544 `calc-logunits-field-reference'.
20545
20546 * calc/calc-help.el (calc-l-prefix-help):
20547 Mention musical note functions.
20548
20549 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20550
20551 * minibuffer.el (completion-all-sorted-completions):
20552 Use :completion-cycle-penalty text property if present.
20553
20554 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20555
20556 * allout.el (allout-yank-processing): Adjust for new rebulleting
20557 regime so bullet being yanked is used without prompting the user
20558 for a choice.
20559
20560 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20561
20562 * startup.el (command-line): Warn the user that _emacs is deprecated.
20563
20564 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20565
20566 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20567 (delphi-verbose, delphi-comment-face, delphi-string-face)
20568 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20569 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20570 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20571 (delphi-new-comment-line, delphi-font-lock-defaults)
20572 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20573 Fix typos in docstrings.
20574
20575 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20576
20577 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
20578 Invert the roles of character and string values for INSTEAD, so a
20579 string is used for the more common case of a defaulting prompt.
20580
20581 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20582
20583 * progmodes/ruby-mode.el (ruby-backward-sexp):
20584 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20585 * play/gamegrid.el (gamegrid-make-face):
20586 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20587 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20588 * notifications.el (notifications-notify):
20589 * net/xesam.el (xesam-search-engines):
20590 * net/quickurl.el (quickurl-list-insert):
20591 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20592
20593 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
20594
20595 * startup.el (command-line): Update package subdirectory regexp.
20596
20597 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20598
20599 * allout.el (allout-abbreviate-flattened-numbering)
20600 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20601
20602 * subr.el (read-char-choice): Only show the cursor after the prompt,
20603 not after the answer.
20604
20605 2011-03-15 Kevin Ryde <user42@zip.com.au>
20606
20607 * help-fns.el (variable-at-point): Skip leading quotes, if any
20608 (bug#8253).
20609
20610 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20611
20612 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20613 warning message.
20614
20615 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
20616
20617 * shell.el (shell): When called interactively, offer to change the
20618 shell file name on remote hosts.
20619
20620 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
20621
20622 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20623 integration for LDAP parameters. The host, base, user or binddn,
20624 and secret tokens can be specified in a netrc file, for instance.
20625 This is optional because an `auth-source' parameter must be
20626 specified in the search attributes.
20627
20628 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
20629
20630 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20631
20632 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20633
20634 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20635 into declaration. Remove redundant and harmful binding.
20636
20637 2011-03-12 Eli Zaretskii <eliz@gnu.org>
20638
20639 * files.el (file-ownership-preserved-p): Pass `integer' as an
20640 explicit 2nd argument to `file-attributes'. If the file's owner
20641 is the Administrators group on Windows, and the current user is
20642 Administrator, consider that a match.
20643
20644 * server.el (server-ensure-safe-dir): Consider server directory
20645 safe on MS-Windows if its owner is the Administrators group while
20646 the current Emacs user is Administrator. Use `=' to compare
20647 numerical UIDs, since they could be integers or floats.
20648
20649 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
20650
20651 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20652
20653 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
20654
20655 Sync with Tramp 2.2.1.
20656
20657 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20658
20659 * net/trampver.el: Update release number.
20660
20661 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20662
20663 * progmodes/compile.el (compilation--previous-directory): Fix up
20664 various nil/dead-marker mismatches (bug#8014).
20665 (compilation-directory-properties, compilation-error-properties):
20666 Don't call it at a position past the one we're about to change.
20667
20668 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20669 Disable obsolescence warnings in the file that declares it.
20670
20671 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20672
20673 * allout-widgets.el (allout-widgets-tally):
20674 Initialize allout-widgets-tally as a hash table rather than nil to
20675 prevent mode-line redisplay warnings. Also, clarify the module
20676 description and fix a comment typo.
20677
20678 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
20679
20680 * help-fns.el (describe-variable): Don't complete keywords.
20681 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20682
20683 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
20684
20685 * emacs-lisp/package.el (package-version-join): Impose a standard
20686 string representation for pre/alpha/beta version lists.
20687 (package-unpack-single): Standardize the directory name by passing
20688 it through package-version-join.
20689 (package-strip-rcs-id): Accept any version string that does not
20690 signal an error in version-to-list.
20691
20692 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
20693
20694 * simple.el (delete-trailing-whitespace): Return nil for the
20695 benefit of `write-file-functions'.
20696
20697 2011-03-10 Glenn Morris <rgm@gnu.org>
20698
20699 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20700
20701 * vc/vc-git.el (vc-git-program): New option.
20702 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20703 (vc-git--call): Use it.
20704
20705 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20706
20707 * cus-edit.el (Custom-newline): If no button at point, look
20708 for a subgroup button at start-of-line. (Bug#2298)
20709
20710 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20711
20712 2011-03-10 Julien Danjou <julien@danjou.info>
20713
20714 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20715 `cursor-type' is nil.
20716
20717 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
20718
20719 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20720
20721 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20722
20723 * allout.el: Change so yank of distinctive-bullet items
20724 preserves the existing header prefix, rebulleting it if necessary,
20725 rather than replacing it. This is necessary for proper operation
20726 of cooperative addons like allout-widgets.
20727 (allout-make-topic-prefix, allout-rebullet-heading):
20728 Change SOLICIT arg to INSTEAD, and interpret additionally a string
20729 value as alternate bullet to be used, instead of prompting the user
20730 for a bullet character.
20731
20732 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
20733
20734 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20735 Do not use `tramp-file-name-port', because this returns also
20736 `tramp-default-port'.
20737
20738 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
20739
20740 * net/rcirc.el (rcirc-handler-001): Remove useless
20741 with-rcirc-process-buffer.
20742 (rcirc-check-auth-status): Swap arguments to string-match.
20743
20744 2011-03-09 Glenn Morris <rgm@gnu.org>
20745
20746 * shell.el (shell-mode):
20747 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
20748
20749 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20750 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
20751
20752 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20753
20754 * emacs-lisp/package.el (package-refresh-contents)
20755 (package-menu-execute): Use condition-case-no-debug.
20756
20757 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
20758
20759 * simple.el (shell-command-to-string): Use `process-file'.
20760
20761 * emacs-lisp/package.el (package-tar-file-info): Handle also
20762 remote files.
20763
20764 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20765 Use `equal' for upload base check.
20766
20767 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
20768
20769 * textmodes/texinfo.el (texinfo-environments):
20770 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
20771
20772 2011-03-08 Glenn Morris <rgm@gnu.org>
20773
20774 * cus-start.el (cursor-in-non-selected-windows):
20775 Fix :set quoting oddness. (Bug#8192)
20776
20777 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20778 in some setf expressions. (Bug#2159)
20779
20780 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20781
20782 * custom.el (custom-available-themes): Return themes in
20783 alphabetical order.
20784
20785 See ChangeLog.15 for earlier changes.
20786
20787 ;; Local Variables:
20788 ;; coding: utf-8
20789 ;; End:
20790
20791 Copyright (C) 2011-2012 Free Software Foundation, Inc.
20792
20793 This file is part of GNU Emacs.
20794
20795 GNU Emacs is free software: you can redistribute it and/or modify
20796 it under the terms of the GNU General Public License as published by
20797 the Free Software Foundation, either version 3 of the License, or
20798 (at your option) any later version.
20799
20800 GNU Emacs is distributed in the hope that it will be useful,
20801 but WITHOUT ANY WARRANTY; without even the implied warranty of
20802 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20803 GNU General Public License for more details.
20804
20805 You should have received a copy of the GNU General Public License
20806 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.