Face names should not end in -face (term-face)
[bpt/emacs.git] / lisp / ChangeLog
1 2012-11-10 Glenn Morris <rgm@gnu.org>
2
3 * term.el (term): Rename from `term-face'.
4 (term-current-face, ansi-term-color-vector)
5 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6 Update all users.
7
8 2012-11-09 Jan Djärv <jan.h.d@swipnet.se>
9
10 * server.el (server-create-window-system-frame): Improved comment.
11
12 2012-11-08 Jan Djärv <jan.h.d@swipnet.se>
13
14 * server.el (server-create-window-system-frame): Handle Nextstep
15 specially (Bug#12780).
16
17 2012-11-08 Glenn Morris <rgm@gnu.org>
18
19 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
20 Unautoload, and make obsolete. (Bug#7449)
21
22 2012-11-08 Chong Yidong <cyd@gnu.org>
23
24 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
25 rename from diff-remove-trailing-whitespace (Bug#12831).
26
27 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
30 miscompilation of trace.el.
31
32 2012-11-08 Glenn Morris <rgm@gnu.org>
33
34 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
35
36 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
39 (bug#12812).
40
41 2012-11-07 Chong Yidong <cyd@gnu.org>
42
43 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
44 a defcustom with an appropriate :set function.
45 (minibuffer-default--in-prompt-regexps): New function.
46
47 2012-11-07 Glenn Morris <rgm@gnu.org>
48
49 * emacs-lisp/cl.el (define-setf-expander, defsetf)
50 (define-modify-macro): Doc fixes.
51
52 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
53 (gv-define-simple-setter): Update doc of `fix-return'.
54
55 2012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
58 twice when `fix-return' is set (bug#12813).
59
60 * emacs-lisp/cl.el (defsetf): Pass the third arg to
61 gv-define-simple-setter (bug#12812).
62
63 2012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
66 (bug#12756).
67
68 2012-11-06 Glenn Morris <rgm@gnu.org>
69
70 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
71
72 2012-11-05 Glenn Morris <rgm@gnu.org>
73
74 * emacs-lisp/cl-extra.el (cl-prettyexpand):
75 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
76 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
77 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
78
79 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
80
81 2012-11-03 Glenn Morris <rgm@gnu.org>
82
83 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
84 Rename handler properties back from cl-- to cl-. (Bug#12788)
85
86 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
87
88 2012-11-03 Eli Zaretskii <eliz@gnu.org>
89
90 * term/pc-win.el: Don't load term/internal from here.
91
92 * loadup.el: Load term/internal from here.
93
94 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
95
96 * progmodes/python.el (inferior-python-mode): Fix hang in
97 jit-lock (Bug#12645).
98
99 2012-11-03 Martin Rudalics <rudalics@gmx.at>
100
101 * window.el (switch-to-visible-buffer)
102 (switch-to-buffer-preserve-window-point): Fix doc-strings.
103
104 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
105
106 * play/gomoku.el (gomoku-display-statistics): Update mode line
107 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
108
109 2012-10-31 Martin Rudalics <rudalics@gmx.at>
110
111 * window.el (quit-restore-window): If the window has been
112 created on an existing frame and ended up as the sole window on
113 that frame, do not delete it (Bug#12764).
114
115 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * progmodes/sh-script.el (sh--inside-noncommand-expression):
118 Rename from sh--inside-arithmetic-expression, handle more cases
119 (bug#11263).
120
121 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
122 (sh-font-lock-open-heredoc): Use it (bug#12770).
123
124 2012-10-30 Glenn Morris <rgm@gnu.org>
125
126 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
127
128 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
129
130 2012-10-29 Chong Yidong <cyd@gnu.org>
131
132 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
133 function key is stored in a keyboard macro (Bug#4894).
134
135 * thingatpt.el (number-at-point): Apply a thing-at-point property.
136
137 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
140 header comments".
141 (diff-unified->context, diff-context->unified)
142 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
143
144 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
145
146 * files.el (find-alternate-file): Only ask one question (bug#12487).
147
148 2012-10-29 Chong Yidong <cyd@gnu.org>
149
150 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
151 Suggested by Dan Nicolaescu (Bug#6326).
152
153 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
154
155 * startup.el (fancy-about-screen): Don't message (Bug#12680).
156
157 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
158
159 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
160
161 * face-remap.el (face-remap-add-relative): Handle the case where a
162 face-remapping-alist entry is a cons cell (Bug#12762).
163
164 2012-10-29 Kevin Ryde <user42@zip.com.au>
165
166 * woman.el (woman-parse-numeric-value): Handle picas correctly
167 (Bug#12639).
168
169 2012-10-29 Glenn Morris <rgm@gnu.org>
170
171 * emacs-lisp/cl.el (defsetf): Doc fix.
172
173 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
176 syntax to the matching opener, if any (bug#12547).
177 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
178 matching open as a "case-(".
179 (sh-smie-rc-grammar): Add a corresponding rule for it.
180
181 2012-10-28 Daniel Hackney <dan@haxney.org>
182
183 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
184 "PKGNAME-autoloads.el" in case we created it.
185
186 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
189 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
190 (completion--twq-all): Disable too-strict assertions.
191
192 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
193
194 2012-10-27 Eli Zaretskii <eliz@gnu.org>
195
196 * profiler.el (profiler-report-make-entry-part): Fix help-echo
197 text to match the real keybindings.
198
199 2012-10-27 Juri Linkov <juri@jurta.org>
200
201 * wdired.el (wdired-keep-marker-rename): New defcustom.
202 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
203 (Bug#11795)
204
205 * dired.el (dired-keep-marker-rename): Add reference to
206 `wdired-keep-marker-rename' in the docstring.
207 Add default character value ?R to display initially in
208 Customization UI instead of ?@.
209
210 2012-10-27 Martin Rudalics <rudalics@gmx.at>
211
212 * window.el (display-buffer): In doc-string describe
213 window-height and window-width alist entries.
214
215 * time.el (display-time-world): Restore fit-window-to-buffer
216 behavior.
217
218 2012-10-27 Chong Yidong <cyd@gnu.org>
219
220 * subr.el (insert-buffer-substring-as-yank): Doc fix.
221
222 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
223
224 * minibuffer.el (completion-category-overrides): New completion
225 category `bookmark' (bug#11131).
226
227 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * emacs-lisp/advice.el (ad-assemble-advised-definition):
230 Silence bogus compiler warnings for ad-do-it.
231
232 * bookmark.el (bookmark-completing-read): Set the completion category
233 to `bookmark' (bug#11131).
234
235 2012-10-26 Bastien <bzg@altern.org>
236 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * face-remap.el: Use lexical-binding.
239 (text-scale-adjust): Improve docstring. Use itself for the temporary
240 overlay-map bindings, so as to repeat the "Use..." message each time.
241
242 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * emacs-lisp/macroexp.el (macroexp--expand-all):
245 Obey byte-compile-warning-enabled-p (bug#12486).
246
247 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
248 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
249
250 2012-10-26 Martin Rudalics <rudalics@gmx.at>
251
252 * mouse.el (mouse-drag-line): Move last form into preceding when
253 clause (Bug#12731).
254
255 * help.el (resize-temp-buffer-window): Fix doc-string.
256
257 2012-10-25 David Engster <deng@randomsample.de>
258
259 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
260 Remove. This feature is already integrated in imenu.
261
262 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
263 always loaded. Require `speedbar' unconditionally.
264
265 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
268
269 * minibuffer.el (minibuffer-force-complete): Fix thinko.
270
271 * net/ldap.el (ldap-search-internal): The official ldif format starts
272 with a "version: 1" header (bug#12724).
273
274 * emacs-lisp/package.el (package-installed-p): Warn if not ready
275 (bug#12721).
276
277 2012-10-25 Glenn Morris <rgm@gnu.org>
278
279 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
280
281 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * minibuffer.el (minibuffer-force-complete): Use one more marker
284 for the temporary-overlay-map command (bug#12619).
285
286 2012-10-24 Chong Yidong <cyd@gnu.org>
287
288 * time.el (display-time-world-mode): Derive from special-mode.
289 (display-time-world): Use display-buffer (Bug#12708).
290 (display-time-world-mode-map): Variable deleted.
291 (display-time-world-display): Wrap the final delete-char inside
292 inhibit-read-only.
293
294 2012-10-24 Chong Yidong <cyd@gnu.org>
295
296 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
297 Doc fix.
298
299 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
300
301 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * minibuffer.el (completion--all-sorted-completions-location): New var.
304 (completion--cache-all-sorted-completions)
305 (completion--flush-all-sorted-completions): Use it.
306 (completion-in-region, completion-in-region--postch)
307 (completion-at-point, completion-help-at-point): Use markers in
308 completion-in-region--data (bug#12619).
309
310 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * progmodes/compile.el (compilation-start): Try to handle common
313 quoting of `cd' argument (bug#12640).
314
315 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
316 (bug#12671).
317
318 2012-10-23 Glenn Morris <rgm@gnu.org>
319
320 * progmodes/gud.el (gud-menu-map):
321 Check gdb-active-process is bound. (Bug#12358)
322
323 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * repeat.el (repeat): Set real-this-command (bug#12232).
326
327 * htmlfontify.el (hfy-post-html-hook):
328 * filesets.el (filesets-cache-fill-content-hook):
329 * arc-mode.el (archive-extract-hook):
330 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
331 * net/rcirc.el (rcirc-sentinel-functions)
332 (rcirc-receive-message-functions, rcirc-activity-functions)
333 (rcirc-print-functions):
334 * net/dbus.el (dbus-event-error-functions):
335 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
336 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
337 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
338 * term/sun.el (sun-raw-prefix-hooks):
339 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
340
341 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
342
343 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
344 Set `tramp-chunksize' to 1. This improves the performance.
345 (tramp-smb-wait-for-output): Add timeout to
346 `tramp-accept-process-output' calls.
347
348 2012-10-23 Chong Yidong <cyd@gnu.org>
349
350 * faces.el (font-list-limit): Define as an obsolete variable.
351
352 * startup.el (command-line):
353 * cus-start.el: Don't refer to font-list-limit.
354
355 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
356
357 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * subr.el (internal-temp-output-buffer-show): Rename from
360 temp-output-buffer-show, since previously compiled files expect this name.
361
362 2012-10-23 Glenn Morris <rgm@gnu.org>
363
364 * image.el (image-type-from-file-name): If multiple types match,
365 return the first one that is supported. (Bug#9045)
366
367 2012-10-22 Glenn Morris <rgm@gnu.org>
368
369 * image.el (imagemagick-enabled-types): Doc fix.
370
371 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
372
373 * progmodes/which-func.el (which-func-current): The hash-table may have
374 an explicit nil (bug#12338).
375
376 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * electric.el (electric-pair-delete-selection-self-insert-function):
379 Rename to electric-pair-will-use-region, return a boolean.
380 (electric-pair-mode): Adjust accordingly. Don't require delsel.
381
382 * delsel.el (delete-selection-helper): Use a function instead of a hook.
383 (delete-selection-pre-hook): Use use-region-p.
384 (delete-selection-self-insert-function): Remove.
385 (self-insert-command): Obey self-insert-uses-region-functions.
386 (self-insert-iso): Revert to previous setting, since we don't actually
387 know what that command does.
388 (delete-selection-self-insert-hooks): Remove.
389
390 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
391
392 * delsel.el (delete-selection-helper): New function, extracted from
393 delete-selection-pre-hook.
394 (delete-selection-pre-hook): Use it.
395 (delete-selection-self-insert-function): New function.
396 (delete-selection-self-insert-hooks): New hook.
397 (self-insert-command, self-insert-iso): Use it.
398 * electric.el (electric-pair-syntax): New function, extracted from
399 electric-pair-post-self-insert-function.
400 (electric-pair-post-self-insert-function): Use it.
401 (electric-pair-delete-selection-self-insert-function): New function.
402 (electric-pair-mode): Require delsel and setup
403 delete-selection-self-insert-hooks (bug#11520).
404
405 2012-10-20 Chong Yidong <cyd@gnu.org>
406
407 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
408 no changes to show (Bug#12586).
409
410 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
411 list explicitly (Bug#12571).
412
413 2012-10-20 Arne Jørgensen <arne@arnested.dk>
414
415 * progmodes/flymake.el (flymake-create-temp-inplace):
416 Use file-truename.
417
418 2012-10-20 Eli Zaretskii <eliz@gnu.org>
419
420 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
421
422 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
423
424 * calc/calc-units.el (math-extract-units): Properly extract powers
425 of units.
426
427 2012-10-20 Daniel Colascione <dancol@dancol.org>
428
429 * frame.el (make-frame): Set x-display-name as we used to in order
430 to unbreak creating an X11 frame from an Emacs daemon started
431 without a display.
432
433 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * minibuffer.el (minibuffer-force-complete): Make the next completion use
436 the same completion-field (bug@12221).
437
438 2012-10-19 Martin Rudalics <rudalics@gmx.at>
439
440 * emacs-lisp/debug.el (debug): Record height of debugger window
441 also when debugger will be back (Bug#8789).
442
443 2012-10-18 Chong Yidong <cyd@gnu.org>
444
445 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
446 Convert to defcustom.
447 (gdb-get-source-file): Don't bind pop-up-windows.
448
449 * progmodes/gud.el (gud-display-line): Don't specially re-use
450 other frames for the gdb-mi case (Bug#12648).
451
452 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * emacs-lisp/advice.el: Clean up commentary a bit.
455 (ad-do-advised-functions, ad-with-originals): Use `declare'.
456 (byte-code-function-p): Never redefine.
457
458 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
459
460 2012-10-18 Glenn Morris <rgm@gnu.org>
461
462 * dired.el (dired-sort-toggle): Some ls implementations only allow
463 a single option string. (Bug#12666)
464
465 * minibuffer.el (completion-cycle-threshold): Doc fix.
466
467 2012-10-17 Kenichi Handa <handa@gnu.org>
468
469 * international/mule.el (set-keyboard-coding-system):
470 Recover input meta mode when the new coding system doesn not use 8-bit.
471 Supply TERMINAL arg to set-input-meta-mode.
472
473 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
474
475 * wdired.el (wdired-old-marks): New variable.
476 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
477 (wdired-do-renames): Move point with renamed file and don't lose
478 mark status (Bug#11795).
479
480 2012-10-16 Juri Linkov <juri@jurta.org>
481
482 * replace.el (query-replace-help): Mention multi-buffer replacement
483 keys in the Help message. (Bug#12655)
484
485 2012-10-15 Chong Yidong <cyd@gnu.org>
486
487 * emacs-lisp/byte-run.el (defsubst): Doc fix.
488
489 2012-10-14 Eli Zaretskii <eliz@gnu.org>
490
491 * window.el (display-buffer): Doc fix.
492
493 * progmodes/compile.el (compilation-error-regexp-alist-alist):
494 Adjust the msft regexp to the output of Studio 2010, and move msft
495 before edg-1. See the discussion on emacs-devel,
496 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
497 for the details.
498
499 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
502 (oset): Move uses of object-class-fast macro after its definition.
503
504 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
505
506 2012-10-13 Chong Yidong <cyd@gnu.org>
507
508 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
509 enabled, re-enable it (Bug#11963).
510
511 2012-10-13 Martin Rudalics <rudalics@gmx.at>
512
513 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
514 non-nil, restore window configuration (Bug#12623).
515
516 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * help-fns.el (describe-variable, describe-function-1):
519 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
520
521 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
522
523 2012-10-12 Glenn Morris <rgm@gnu.org>
524
525 * mail/rmailsum.el (rmail-header-summary):
526 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
527
528 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
529
530 * progmodes/python.el (python-mode-map):
531 Replace subtitute-key-definition with proper command remapping.
532 (python-nav--up-list): Fix behavior for blocks on the same level.
533
534 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
537
538 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
539 changes to the format of load-history.
540
541 * international/mule-cmds.el (read-char-by-name): Move let-binding of
542 completion-ignore-case in case that var is buffer-local (bug#12615).
543
544 2012-10-11 Kenichi Handa <handa@gnu.org>
545
546 * international/eucjp-ms.el: Re-generated.
547
548 2012-10-10 Kenichi Handa <handa@gnu.org>
549
550 * select.el (xselect--encode-string): If a coding is specified for
551 selection, and that is compatible with COMPOUND_TEXT, use it.
552
553 2012-10-10 Martin Rudalics <rudalics@gmx.at>
554
555 * window.el (switch-to-buffer-preserve-window-point): New option.
556 (switch-to-buffer):
557 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
558
559 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
562 Don't document nil as a useful value (bug#12583).
563
564 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
565
566 * net/tramp.el (tramp-debug-message):
567 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
568 (with-tramp-progress-reporter): Rename from
569 `tramp-with-progress-reporter'.
570 (with-tramp-file-property, with-tramp-connection-property):
571 Move from tramp-cache.el, rename from `with-file-property' and
572 `with-connection-property', respectively.
573
574 * net/tramp-cache.el: Remove `with-file-property' and
575 `with-connection-property'.
576
577 * net/tramp.el:
578 * net/tramp-gvfs.el:
579 * net/tramp-sh.el:
580 * net/tramp-smb.el: Adapt callees.
581
582 * net/trampver.el: Update release number.
583
584 2012-10-09 Glenn Morris <rgm@gnu.org>
585
586 * w32-fns.el (set-message-beep):
587 * term/w32-win.el (set-message-beep): Update declarations.
588
589 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
592 (mode-line-widen, mode-line-input-method-map)
593 (mode-line-coding-system-map, mode-line-remote)
594 (mode-line-unbury-buffer, mode-line-bury-buffer)
595 (mode-line-next-buffer, mode-line-previous-buffer):
596 Replace save-selected-window+select-window => with-selected-window.
597
598 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
599 * progmodes/cc-vars.el (bq-process): Remove, unused.
600
601 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
602
603 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
604
605 Implemented `backward-up-list'-like navigation.
606 * progmodes/python.el (python-nav-up-list)
607 (python-nav-backward-up-list): New functions.
608 (python-mode-map): Define substitute key for backward-up-list to
609 python-nav-backward-up-list.
610
611 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
612
613 * progmodes/python.el (python-fill-paragraph): Rename from
614 python-fill-paragraph-function. Fixed fill-paragraph for
615 decorators (Bug#12605).
616
617 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
618
619 * progmodes/python.el (python-shell-output-filter): Handle extra
620 carriage return in OSX (Bug#12409).
621
622 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
623
624 Fix shell handling of unbalanced quotes and parens in output.
625 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
626 (python-syntax-propertize-function): Use it.
627 (python-shell-output-syntax-table): New var.
628 (inferior-python-mode): Prevent unbalanced parens/quotes from
629 previous output mess with current input context.
630
631 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
632
633 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
634 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
635
636 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
637
638 * ffap.el (ffap-replace-file-component): Support Tramp file name
639 syntax, not only ange-ftp's one.
640
641 2012-10-08 Glenn Morris <rgm@gnu.org>
642
643 * cus-start.el (message-log-max): Set :version.
644
645 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
646
647 2012-10-08 Martin Rudalics <rudalics@gmx.at>
648
649 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
650 the minibuffer window (Bug#10851).
651
652 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
653
654 Enhancements on forward-sexp movement.
655 * progmodes/python.el (python-nav-beginning-of-statement)
656 (python-nav-end-of-statement): Return point-marker.
657 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
658 (python-info-current-symbol)
659 (python-info-statement-starts-block-p): Rename from
660 python-info-beginning-of-block-p.
661 (python-info-statement-ends-block-p): Rename from
662 python-info-end-of-block-p.
663 (python-info-beginning-of-statement-p)
664 (python-info-end-of-statement-p)
665 (python-info-beginning-of-block-p, python-info-end-of-block-p):
666 New functions.
667
668 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
671 frame-selected-windows.
672
673 2012-10-08 Daniel Colascione <dancol@dancol.org>
674
675 * battery.el (battery-status-function): Check for
676 w32-battery-status itself, not system-time windows-nt.
677
678 * frame.el: Require cl-lib.
679 (display-format-alist): New variable mapping frame types to
680 functions that initialize them.
681 (window-system-for-display): New function: interprets
682 display-format-alist.
683 (make-frame-on-display): Remove existing display-selection logic
684 and just forward to make-frame, which will now DTRT.
685 (make-frame): Restructure to use window-system-for-display to
686 figure out how to create a frame on a given display.
687 (display-mouse-p): Look for frame-type w32, not a particular
688 system-type.
689
690 * loadup.el: Load w32 lisp code when we have the w32 feature.
691
692 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
693 system-type windows-nt.
694
695 * server.el (server-create-window-system-frame): Look for window
696 type.
697 (server-proces-filter): Only force a window system when windows-nt
698 _and_ w32. Explain why.
699
700 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
701 of window systems we configure for the mode.
702
703 * startup.el (command-line): Mark window system is initialized
704 after we've done it.
705
706 * common-win.el (x-select-text): Look for w32, not windows-nt.
707
708 * ns-win.el: Require cl-lib. Add ourselves to
709 display-format-alist.
710 (ns-initialize-window-system): Assert we're not initialized twice.
711
712 * w32-win.el: Enable lexical binding; require cl-lib; add
713 ourselves to display-format-alist.
714 (w32-handle-dropped-file): Convert incoming dropped files from
715 Windows paths to Cygwin ones before passing them on to the rest of
716 Emacs.
717 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
718 (w32-initialize-window-system): Assert we're not initialized twice.
719
720 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
721 (x-initialize-window-system): Assert we're not initialized twice.
722
723 * w32-common-fns.el: New File.
724 (w32-version, w32-using-nt, w32-get-clipboard-data)
725 (w32-set-clipboard-data, x-set-selection, x-get-selection)
726 (w32-charset-info-alist, x-last-selected, text)
727 (x-get-selection-value, x-selection-value): Move here.
728
729 * w32-fns.el: Require w32-common-fns.
730 (w32-version, w32-using-nt, w32-get-clipboard-data)
731 (w32-set-clipboard-data, x-set-selection, x-get-selection)
732 (w32-charset-info-alist, x-last-selected, text)
733 (x-get-selection-value, x-selection-value): Move to
734 w32-common-fns.
735
736 * w32-vars.el:
737 (w32-allow-system-shell, w32-system-shells): Define only in
738 non-cygwin case.
739
740 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
743 (read-passwd): Remove a few more potential sources of leaks.
744
745 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
746
747 * progmodes/python.el (inferior-python-mode)
748 (python-shell-make-comint): Fix initialization of local
749 variables copied from parent buffer.
750
751 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
752
753 * term/ns-win.el (ns-read-file-name): Update declaration to match
754 nsfns.m.
755 (ns-respond-to-change-font): Change fontsize separatly so we are sure
756 it is set when font is acted upon.
757
758 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
759
760 Enhancements to indentation.
761 * progmodes/python.el (python-indent-context): Give priority to
762 inside-string context. Make comments indentation markers.
763 (python-indent-region): Do not mess with strings, unless it's the
764 enclosing set of quotes.
765
766 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * window.el (internal--before-save-selected-window)
769 (internal--after-save-selected-window): New functions extracted from
770 save-selected-window. Make sure we return the `alist' we construct.
771 (save-selected-window): Use them.
772
773 * textmodes/tex-mode.el (tex-recenter-output-buffer):
774 Use with-selected-window.
775
776 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
777 forms that define macros (bug#12593).
778
779 2012-10-07 Kenichi Handa <handa@gnu.org>
780
781 * international/mule-conf.el (compound-text-with-extensions):
782 Add :mime-charset property as x-ctext.
783
784 2012-10-07 Stefan Merten <smerten@oekonux.de>
785
786 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
787 (rst-indent-literal-normal, rst-indent-literal-minimized)
788 (rst-indent-comment): Correct :version tag.
789 (rst-official-cvs-rev): Correct version string.
790
791 2012-10-07 Glenn Morris <rgm@gnu.org>
792
793 * mail/rmailmm.el (rmail-mime-process-multipart):
794 Do not confuse a multipart message with an epilogue
795 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
796
797 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
798
799 Fix shell output retrieval and comint-prompt-regexp init.
800 * progmodes/python.el (inferior-python-mode):
801 (python-shell-make-comint): Fix initialization of
802 comint-prompt-regexp from copied file local variables.
803 (python-shell-fetched-lines): Remove var.
804 (python-shell-output-filter-in-progress): Rename from
805 python-shell-fetch-lines-in-progress.
806 (python-shell-output-filter-buffer): Rename from
807 python-shell-fetch-lines-string.
808 (python-shell-fetch-lines-filter): Delete function.
809 (python-shell-output-filter): New function.
810 (python-shell-send-string-no-output): Use them.
811
812 2012-10-07 Glenn Morris <rgm@gnu.org>
813
814 * hi-lock.el (hi-lock-process-phrase):
815 Try to make it less fragile. (Bug#7161)
816
817 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
818
819 2012-10-06 Glenn Morris <rgm@gnu.org>
820
821 * ehelp.el (electric-help-mode): Use help-mode rather than
822 non-existent mode `help'.
823 (electric-help-map): Use button-buffer-map. (Bug#10917)
824
825 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
826 (reftex-create-bibtex-footer): Fix custom types.
827
828 * progmodes/sh-script.el (sh-indent-after-continuation):
829 Add explicit :group.
830
831 * textmodes/rst.el (rst-preferred-decorations)
832 (rst-shift-basic-offset): Clarify obsolescence versions.
833
834 * profiler.el (profiler): Add missing group :version tag.
835 * avoid.el (mouse-avoidance-banish-position):
836 * proced.el (proced-renice-command):
837 * calc/calc.el (calc-ensure-consistent-units):
838 * calendar/icalendar.el (icalendar-import-format-uid):
839 * net/tramp.el (tramp-save-ad-hoc-proxies):
840 * progmodes/bug-reference.el (bug-reference-bug-regexp):
841 * progmodes/flymake.el (flymake-error-bitmap)
842 (flymake-warning-bitmap, flymake-fringe-indicator-position):
843 * progmodes/sh-script.el (sh-indent-after-continuation):
844 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
845 (verilog-before-save-font-hook, verilog-after-save-font-hook):
846 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
847 (vhdl-array-index-record-field-in-sensitivity-list)
848 (vhdl-indent-comment-like-next-code-line):
849 * textmodes/reftex-vars.el (reftex-ref-style-alist)
850 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
851 (reftex-cite-key-separator, reftex-create-bibtex-header)
852 (reftex-create-bibtex-footer):
853 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
854 (rst-indent-literal-normal, rst-indent-literal-minimized)
855 (rst-indent-comment): Add missing custom :version tags.
856
857 * calendar/timeclock.el (timeclock-modeline-display):
858 Add missing obsolete alias for renamed user option.
859
860 * strokes.el (strokes-modeline-string):
861 * emulation/crisp.el (crisp-mode-modeline-string):
862 * eshell/esh-mode.el (eshell-status-in-modeline):
863 Aliases to defcustoms must come before the defcustom.
864
865 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
866 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
867 (cal-tex-cursor-week-monday): Doc fixes.
868 (cal-tex-cursor-week2-summary): Doc fix.
869 Rename from cal-tex-cursor-week-at-a-glance.
870
871 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
872 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
873
874 * calendar/calendar.el (calendar-mode-map):
875 Add cal-tex-cursor-week2-summary.
876
877 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
878
879 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
880
881 * subr.el (read-passwd-map): New var.
882 (read-passwd): Use `read-string' again.
883 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
884
885 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
886
887 * register.el (append-to-register, prepend-to-register):
888 Deactivate mark, as does `copy-to-register' (bug#12389).
889
890 2012-10-06 Chong Yidong <cyd@gnu.org>
891
892 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
893
894 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
895
896 * international/characters.el: Fix simple mistake ((car chars) ->
897 elt), delete duplicated code.
898
899 2012-10-06 Glenn Morris <rgm@gnu.org>
900
901 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
902
903 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
904
905 * color.el (color-hsl-to-rgb): Fix incorrect results for
906 small and large hue values. (Bug#12559)
907
908 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
909
910 Enhancements to docstring formatting when filling paragraphs.
911 * progmodes/python.el (python-fill-docstring-style): Rename from
912 python-fill-string-style. Added new style.
913 (python-fill-string): Use new style. Better checks for
914 docstrings.
915
916 2012-10-05 Glenn Morris <rgm@gnu.org>
917
918 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
919
920 * color.el (color-name-to-rgb, color-rgb-to-hex)
921 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
922 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
923 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
924 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
925
926 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
927
928 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
929
930 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
931 to get the correct size across symlinks.
932
933 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
934
935 2012-10-04 Juri Linkov <juri@jurta.org>
936
937 * replace.el (query-replace-interactive): Declare obsolete.
938 (query-replace-read-from): Add the last incremental search string
939 to the list of default values accessible via M-n.
940 (map-query-replace-regexp): Use `read-regexp'.
941 (query-replace, query-replace-regexp, query-replace-regexp-eval)
942 (map-query-replace-regexp, replace-string, replace-regexp):
943 Fix docstrings to replace mentions of `query-replace-interactive'
944 with alternatives. (Bug#12526)
945
946 2012-10-04 Juri Linkov <juri@jurta.org>
947
948 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
949 (dired-pop-to-buffer): Declare obsolete.
950 (dired-mark-pop-up): Doc fix.
951
952 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
953
954 Allow user to set docstring style for fill-paragraph.
955 * progmodes/python.el
956 (python-fill-comment-function, python-fill-string-function)
957 (python-fill-decorator-function, python-fill-paren-function):
958 Remove :safe for defcustoms.
959 (python-fill-string-style): New defcustom
960 (python-fill-paragraph-function): Enhance context detection.
961 (python-fill-string): Honor python-fill-string-style settings.
962
963 2012-10-04 Martin Rudalics <rudalics@gmx.at>
964
965 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
966 after setting its buffer (Bug#10805).
967
968 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
969
970 Fix cornercase for string syntax.
971 * progmodes/python.el (python-syntax-propertize-function):
972 Simplify and enhance the regexp for unescaped quotes. Now it also
973 matches quotes in weird situations like the single quote in
974 "something\"'".
975 (python-syntax-stringify): Simplify num-quotes detecting code.
976
977 2012-10-03 Glenn Morris <rgm@gnu.org>
978
979 * help-macro.el (three-step-help):
980 Revert 2012-09-29 change. (Bug#12567)
981
982 2012-10-03 Martin Rudalics <rudalics@gmx.at>
983
984 * menu-bar.el (kill-this-buffer): Don't do anything when
985 `menu-frame' is not alive or visible (Bug#8184).
986
987 * emacs-lisp/debug.el (debug): When quitting the debugger window
988 restore current buffer (Bug#12502).
989
990 2012-10-02 Chong Yidong <cyd@gnu.org>
991
992 * progmodes/hideif.el (hif-lookup, hif-defined):
993 Handle semantic-c-takeover-hideif.
994
995 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
996
997 Change sampling interval units from ms to ns.
998 * profiler.el (profiler-sampling-interval): Change units
999 from ms to ns, multiplying the default by 1000000 so that
1000 it remains 1 ms.
1001 (profiler-report-cpu-line-format): Give enough room for
1002 the maximum counters on 64-bit hosts.
1003 (profiler-report-render-calltree-1): Call them "CPU samples",
1004 not "Time (ms)", since they are not milliseconds now (and
1005 never really were).
1006
1007 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
1008
1009 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1010 Fix querying BBDB for entries without a last name (Bug#11580).
1011
1012 2012-10-02 Chong Yidong <cyd@gnu.org>
1013
1014 * emacs-lisp/eieio.el: Restore Version header.
1015
1016 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * vc/diff-mode.el (diff--auto-refine-data): New var.
1019 (diff-hunk): Use it to delay refinement.
1020 (diff-mode): Remove overlays when we turn off font-lock.
1021
1022 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1023 (table-initialize-table-fixed-width-mode)
1024 (table-set-table-fixed-width-mode): Remove functions.
1025 (table-command-list): Move initialization into declaration.
1026 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1027 (table-with-cache-buffer): Use `declare'.
1028 (table-span-cell): Simplify via CSE.
1029 (table-fixed-width-mode): Use define-minor-mode.
1030 (table-call-interactively, table-funcall, table-apply): Remove.
1031 (table-function): New function, to replace them.
1032
1033 * bookmark.el (bookmark-search-pattern): Remove var.
1034 (bookmark-read-search-input): Remove function.
1035 (bookmark-bmenu-search): Reimplement using a minibuffer.
1036
1037 * faces.el (modeline): Remove obsolete face name.
1038
1039 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1040 and give a non-nil default value.
1041 (add-change-log-entry): Simplify accordingly.
1042
1043 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1044
1045 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1046 (vc-git-log-edit-toggle-amend): New function.
1047 (vc-git-log-edit-toggle-signoff): New function.
1048 (vc-git-log-edit-mode): New major mode.
1049 (vc-git-log-edit-mode-map): Keymap for it.
1050 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1051
1052 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1053 header names.
1054 (log-edit-toggle-header): New function.
1055 (log-edit-extract-headers): Accept function values in HEADERS alist.
1056
1057 2012-10-01 David Engster <deng@randomsample.de>
1058
1059 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1060 from symbol property and change message to be more consistent with
1061 Emacs proper.
1062 (eieio-describe-generic): Add filename for each implementation.
1063 Fix indices for generic and normal methods.
1064 (eieio-method-def, eieio-class-def): New buttons.
1065 (eieio-help-find-method-definition)
1066 (eieio-help-find-class-definition): New functions.
1067 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1068 class, constructor and method definitions.
1069
1070 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1071 information in symbol property.
1072 (scoped-class): Remove.
1073 (eieio-slot-name-index, call-next-method): Check if it is bound.
1074
1075 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
1076
1077 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1078 (eieio-custom-mode): New major mode.
1079 (eieio-customize-object): Use it.
1080
1081 2012-10-01 Eric Ludlam <zappo@gnu.org>
1082
1083 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1084 specifying the expected class, and whether subclassing is allowed.
1085 (eieio-persistent-convert-list-to-object):
1086 (eieio-persistent-validate/fix-slot-value)
1087 (eieio-persistent-slot-type-is-class-p): New functions.
1088 (eieio-named::slot-missing): Doc fix.
1089
1090 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1091 Stop using unused publd variable.
1092
1093 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1094 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1095 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1096 (eieio-speedbar-handle-click): Do not specify a class for the
1097 method. Fixes method invocation order problems with EDE.
1098
1099 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1102 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1103
1104 2012-10-01 Karl Fogel <kfogel@red-bean.com>
1105
1106 * bookmark.el (bookmark-version-control): Give tags in the
1107 :type choices (Bug#12309), and improve doc string.
1108 (bookmark-write-file): Bind `print-circle' to `t' to allow
1109 circular custom bookmark types. (Bug#12503)
1110
1111 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1112
1113 Revert the FOLLOW-SYMLINKS change for file-attributes.
1114 * files.el (remote-file-name-inhibit-cache, after-find-file):
1115 * time.el (display-time-file-nonempty-p): Undo last change.
1116
1117 * profiler.el (profiler-sampling-interval): Change default back to 1.
1118 See Stefan Monnier in
1119 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1120
1121 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1122
1123 Shell output catching a la gud-gdb.
1124 * progmodes/python.el (python-shell-fetch-lines-in-progress)
1125 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1126 New Vars.
1127 (python-shell-fetch-lines-filter): New function.
1128 (python-shell-send-string-no-output): Use them.
1129
1130 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1131
1132 * profiler.el (profiler-sampling-interval): Rename from
1133 profiler-sample-interval.
1134 (profiler-sampling-interval): Default to 10.
1135 (profiler-find-profile): New command (was profiler-find-log).
1136 (profiler-find-profile-other-window): New command.
1137 (profiler-find-profile-other-frame): New command.
1138 (profiler-profile): Introduce API-level data structure.
1139
1140 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1141
1142 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1143 * files.el (remote-file-name-inhibit-cache):
1144 * time.el (display-time-file-nonempty-p): Use it.
1145 * files.el (after-find-file): Don't chase links before calling
1146 file-exists-p, as file-exists-p already does the right thing.
1147
1148 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
1149
1150 Merge from standalone RefTeX repository.
1151
1152 The following ChangeLog entries are shortened versions of the
1153 original ones with file paths adapted. A not so strongly edited
1154 version of the original ChangeLog can be found in the commit log.
1155
1156 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
1157 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1158 Correctly handle new value type returned by `reftex-citation'.
1159
1160 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
1161 that entries with whitespace at various places are found.
1162 Doc fix. Include entries that are cross-referenced from cited entries.
1163 Include @String definitions in the resulting bib file. Add header
1164 and footer defined in `reftex-create-bibtex-header' and
1165 `reftex-create-bibtex-footer'.
1166 (reftex-do-citation): Make it possible again to insert
1167 non-existent entries. Save match data when asking for optional
1168 arguments. Return all keys, not just the first one.
1169 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1170 all citations in the same line.
1171 (reftex-parse-bibtex-entry): Accept additional optional argument
1172 `raw' and keep quotes or braces if it is non-nil. Match fields
1173 containing hyphens besides word constituents.
1174 (reftex-get-string-refs): New function.
1175 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1176 and ask if it should be reread in case it did.
1177 (reftex-pop-to-bibtex-entry)
1178 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1179 entries with spaces or tabs in front of arguments.
1180 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
1181 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1182 Match entries containing numbers and symbol constituents.
1183 (reftex-do-citation, reftex-figure-out-cite-format):
1184 Use `reftex-cite-key-separator'.
1185
1186 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1187 (reftex-mouse-view-crossref): Explain why point is set.
1188
1189 * textmodes/reftex-global.el: Whitespace changes.
1190
1191 * textmodes/reftex-index.el: Move provide statement to end of
1192 file.
1193 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1194 (reftex-index-visit-phrases-buffer): Set marker when visiting
1195 buffer. This allows for returning from the phrases file to the
1196 file one was just editing instead of the file where the last
1197 phrases was added from.
1198 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1199 punctuation syntax as it usually is not used as string quote in
1200 TeX-related modes and may occur unmatched. The change also
1201 prevents fontification of quoted content.
1202 (reftex-index-phrases-mode): Use it.
1203
1204 * textmodes/reftex-parse.el (reftex-parse-from-file):
1205 Move backward one char if a `\' was matched after a section macro.
1206 (reftex-parse-from-file): Use beginning of match instead of end as
1207 bound.
1208
1209 * textmodes/reftex-ref.el: Adapt creation of
1210 `reftex-<package>-<macro>' functions to new structure of
1211 `reftex-ref-style-alist'.
1212 (reftex-reference): Use `reftex-ref-style-list' function.
1213 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
1214 reference macro if `reftex-ref-macro-prompt' is non-nil.
1215 (reftex-reference): Pass refstyle to `reftex-format-special'.
1216 Determine reference macro by looking at
1217 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1218 Use only one special format function.
1219 (reftex-varioref-vref, reftex-fancyref-fref)
1220 (reftex-fancyref-Fref): Remove definitions. The functions are now
1221 generated from `reftex-ref-style-alist'.
1222 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1223 Remove.
1224 (reftex-format-special): New function.
1225
1226 * textmodes/reftex-sel.el
1227 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1228 of `reftex-ref-style-alist'. Remove code for testing macro type.
1229 (reftex-select-toggle-varioref)
1230 (reftex-select-toggle-fancyref): Remove.
1231 (reftex-select-cycle-ref-style-internal)
1232 (reftex-select-cycle-ref-style-forward)
1233 (reftex-select-cycle-ref-style-backward): New functions.
1234 (reftex-select-label-map): Use `v' and `V' for general cycling
1235 through reference styles. Add `p' for switching between number
1236 and page reference types.
1237
1238 * textmodes/reftex-toc.el (reftex-re-enlarge):
1239 Call `enlarge-window' only if there is something to do because in Emacs
1240 the horizontal version throws an error even if the parameter is 0.
1241
1242 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1243 (reftex-plug-into-AUCTeX): Doc fix.
1244 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1245 string. Adapt to new name.
1246 (reftex-ref-style-alist): Change structure so that it is not
1247 possible to use multiple different package names within a style.
1248 Remove the symbols for symbols for macro type distinction.
1249 Add characters for macro selection.
1250 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1251 (reftex-create-bibtex-footer): New variables.
1252 (reftex-format-ref-function): Mention third argument of special
1253 format function.
1254 (reftex-ref-style-alist, reftex-ref-style-default-list):
1255 New variables.
1256 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1257 to new implementation. Mark as obsolete. Add compatibility code
1258 for honoring the variable values in case they are set.
1259 (reftex-cite-format-builtin, reftex-bibliography-commands):
1260 Add support for ConTeXt.
1261 (reftex-format-ref-function, reftex-format-cite-function):
1262 Fix custom type.
1263 (reftex-cite-key-separator): New variable.
1264
1265 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1266 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1267 `reftex-syntax-table' because parens have to retain their paren
1268 syntax in order for parsing of BibTeX entries like @book(...) to
1269 work.
1270 (reftex-in-comment): Do not error out if `comment-start-skip' is
1271 not set. Deal correctly with escaped comment characters.
1272 (reftex-tie-multifile-symbols): Add doc string.
1273 Initialize `reftex-ref-style-list'.
1274 (reftex-untie-multifile-symbols): Add doc string.
1275 (reftex-add-index-macros): Doc fix.
1276 (reftex-ref-style-activate, reftex-ref-style-toggle)
1277 (reftex-ref-style-list): New functions.
1278 (reftex-mode-menu): Use them. Adapt to new structure of
1279 `reftex-ref-style-alist'.
1280 (reftex-select-with-char): Kill the RefTeX Select buffer when
1281 done.
1282 (reftex-remove-if): New function.
1283 (reftex-erase-all-selection-and-index-buffers)
1284 (reftex-mode-menu): Reference styles are now computed from
1285 `reftex-ref-style-alist'. Fix typo.
1286 (reftex-report-bug): New function.
1287 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1288 algorithms with O(n log n). Introduce optional argument SORT (not
1289 yet used).
1290
1291 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1292
1293 Enhancements for triple-quote string syntax.
1294 * progmodes/python.el (python-syntax-propertize-function):
1295 Match both quote cases in one regexp.
1296 (python-syntax-stringify): Handle matches properly.
1297
1298 2012-09-30 Juri Linkov <juri@jurta.org>
1299
1300 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1301 to nil around the call to `insert' to prevent
1302 directory time modification by lock_file. (Bug#2295)
1303 * tar-mode.el (tar-summarize-buffer): Idem.
1304
1305 2012-09-30 Juri Linkov <juri@jurta.org>
1306
1307 * facemenu.el (list-colors-sort): Add option "Luminance".
1308 (list-colors-sort-key): Implement it.
1309
1310 * vc/diff-mode.el (diff-refine-removed):
1311 * vc/ediff-init.el (ediff-fine-diff-A):
1312 * vc/smerge-mode.el (smerge-refined-removed):
1313 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1314
1315 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1316
1317 * term/ns-win.el (x-file-dialog): New function.
1318
1319 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1320
1321 * ido.el (ido-max-directory-size): Default to nil; the current
1322 default is small for POSIX systems, and impractical on Windows 7
1323 now that lstat returns directory sizes for NTFS.
1324
1325 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1326
1327 In buffer display functions handle window-height/window-width
1328 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1329 * window.el (window--display-buffer): New argument ALIST.
1330 Obey window-height and window-width alist entries.
1331 (window--try-to-split-window): New argument ALIST.
1332 Bind window-combination-limit to t when the window's size shall be
1333 changed and window-combination-limit equals `window-size'.
1334 (display-buffer-in-atom-window)
1335 (display-buffer-in-major-side-window)
1336 (display-buffer-in-side-window, display-buffer-same-window)
1337 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1338 (display-buffer-pop-up-window, display-buffer-below-selected)
1339 (display-buffer-at-bottom, display-buffer-in-previous-window)
1340 (display-buffer-use-some-window): Adjust all callers of
1341 window--display-buffer and window--try-to-split-window.
1342 (fit-frame-to-buffer): New option.
1343 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1344 is non-nil.
1345 (display-buffer-in-major-side-window): Evaluate window-height /
1346 window-width alist entries.
1347
1348 * help.el (temp-buffer-resize-frames)
1349 (temp-buffer-resize-regexps): Remove options.
1350 (temp-buffer-resize-mode): Adjust doc-string.
1351 (resize-temp-buffer-window): Don't consult
1352 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1353 temp-buffer-resize-frames.
1354
1355 * dired.el (dired-mark-pop-up):
1356 Call display-buffer-below-selected with a fit-window-to-buffer alist
1357 entry.
1358
1359 2012-09-30 Chong Yidong <cyd@gnu.org>
1360
1361 * server.el (server-host): Document the security implications.
1362 (server-auth-key): Doc fix.
1363
1364 * startup.el (initial-buffer-choice): Doc fix.
1365
1366 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1367
1368 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1369 restriction change.
1370
1371 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1372
1373 * help-fns.el (help-fns--obsolete): Fix last change.
1374
1375 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1376
1377 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1378 (minor-mode-map-alist): Remove redundant code.
1379
1380 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1381 visited in a buffer.
1382 (cvs-insert-visited-file): New function.
1383 (find-file-hook): Use it.
1384
1385 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1386
1387 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1388 chose face.
1389 (log-edit-empty-buffer-p): Don't require a space after a header.
1390
1391 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1392
1393 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1394
1395 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1396 a proper minor-mode.
1397
1398 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1399
1400 2012-09-29 Glenn Morris <rgm@gnu.org>
1401
1402 * winner.el (winner-mode): Remove variable (let define-minor-mode
1403 handle it).
1404 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1405 Doc fixes.
1406 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1407 (winner-mode): Use define-minor-mode.
1408
1409 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1410 the full definition in loaddefs, rather than duplicating it.
1411
1412 * help-macro.el (three-step-help): No need to autoload defcustom.
1413
1414 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1415 (inferior-lisp-program, inferior-lisp-load-command)
1416 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1417 No need to autoload defcustoms.
1418
1419 * hippie-exp.el (hippie-expand-try-functions-list)
1420 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1421 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1422 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1423 (hippie-expand-only-buffers): No need to autoload defcustoms.
1424 * progmodes/vhdl-mode.el (vhdl-line-expand):
1425 Explicitly load hippie-exp, so it does not get autoloaded
1426 while hippie-expand-try-functions-list is let-bound.
1427
1428 2012-09-28 Glenn Morris <rgm@gnu.org>
1429
1430 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1431
1432 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1433 Only "cl.el" counts as cl these days.
1434
1435 2012-09-28 Juri Linkov <juri@jurta.org>
1436
1437 Display archive errors in the echo area instead of inserting
1438 to the file buffer.
1439
1440 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1441 to STDERR-TEST that can be a regexp matching a successful output.
1442 Create a temporary file and redirect stderr to it. Search for
1443 STDERR-TEST in the stderr output and display it in the echo area
1444 if no match is found.
1445 (archive-extract-by-file): New function like
1446 `archive-extract-by-stdout' but extracting archives to files
1447 and looking for successful matches in stdout. Function body is
1448 mostly copied from `archive-rar-extract'.
1449 (archive-rar-extract): Use `archive-extract-by-file'.
1450 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1451
1452 2012-09-28 Leo Liu <sdl.web@gmail.com>
1453
1454 * pcomplete.el (pcomplete-show-completions):
1455 Use minibuffer-message to make pcomplete usable in minibuffer.
1456
1457 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1458
1459 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * type-break.el: Use lexical-binding.
1462 (type-break-mode): Use define-minor-mode.
1463
1464 * emacs-lisp/pcase.el (pcase--mark-used): New.
1465 (pcase--u1): Use it (bug#12512).
1466
1467 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1468 in load-history with the right file name.
1469
1470 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1471
1472 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1473 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1474 (doc-view-get-bounding-box): Make bounding box slicing work for
1475 ODF and DVI documents.
1476
1477 2012-09-28 Glenn Morris <rgm@gnu.org>
1478
1479 * type-break.el (type-break-mode, type-break-interval)
1480 (type-break-good-rest-interval, type-break-keystroke-threshold):
1481 No need to autoload.
1482 (type-break-good-rest-interval, type-break-keystroke-threshold):
1483 Add :set-after.
1484
1485 2012-09-28 Chong Yidong <cyd@gnu.org>
1486
1487 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1488 Add :version tag.
1489
1490 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1493
1494 2012-09-27 Glenn Morris <rgm@gnu.org>
1495
1496 * faces.el (x-display-name): Declare (for without-x builds).
1497
1498 * linum.el (linum-format): Don't autoload it. Improve :type.
1499
1500 * progmodes/tcl.el: Don't require outline when compiling.
1501 (outline-regexp, outline-level): Declare.
1502 * textmodes/sgml-mode.el: Don't require outline when compiling.
1503 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1504
1505 * term.el (term-ansi-reset):
1506 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1507
1508 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1509 files for RCS and SCCS. (Bug#9781)
1510
1511 2012-09-27 Chong Yidong <cyd@gnu.org>
1512
1513 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1514 change; value should be t.
1515
1516 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * image-mode.el: Use lexical-binding.
1519 (image-mode-winprops): Use t to stand for the window of
1520 a buffer that's not displayed.
1521 * doc-view.el (doc-view-new-window-function): Handle the new
1522 t in winprops.
1523 (doc-view-enlarge): Make it a real nop if the size is not changed.
1524 (doc-view-display): Handle the case where the buffer is not (yet?)
1525 displayed in any window.
1526 (doc-view-saved-settings): New var.
1527 (doc-view-mode): Use it.
1528 (doc-view-fallback-mode): Set it.
1529
1530 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1531 Set lexical-binding.
1532 (minibuffer-eldef-shorten-default): New var.
1533 (minibuffer-default-in-prompt-regexps): Use it for new default.
1534 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1535
1536 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1537
1538 * international/uni-bidi.el:
1539 * international/uni-category.el:
1540 * international/uni-name.el:
1541 * international/uni-numeric.el: Regenerate.
1542
1543 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1544 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * profiler.el: New file.
1547
1548 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1551 (testcover-reinstrument): Simplify with CSE.
1552
1553 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1556
1557 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1558
1559 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1560 (verilog-auto-input, verilog-auto-insert-lisp)
1561 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1562 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1563 (verilog-auto-unused, verilog-auto-wire)
1564 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1565 newline. Reported by Andrew Jones.
1566 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1567 Reported by Brad Dobbie.
1568 (verilog-batch-delete-trailing-whitespace):
1569 Create verilog-batch-delete-trailing-whitespace.
1570 Reported by Brad Dobbie.
1571 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1572 parameters from another module. Reported by Dan Katz.
1573 (verilog-auto, verilog-auto-assign-modport)
1574 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1575 AUTOINOUTMODPORT for UVM interface module shell generation.
1576 Reported by Brad Dobbie.
1577 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1578 standard behavior.
1579 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1580 Reported by Matt Martin.
1581
1582 2012-09-25 Martin Rudalics <rudalics@gmx.at>
1583
1584 * window.el (window--resize-child-windows): When resizing child
1585 windows proportionally, process them in reverse order to
1586 preserve the "when splitting a window the new one gets the odd
1587 line" behavior.
1588 (window--resize-root-window-vertically): When resizing the
1589 minibuffer window try to affect only windows at the bottom of the
1590 frame. (Bug#12419)
1591
1592 2012-09-25 Chong Yidong <cyd@gnu.org>
1593
1594 * subr.el (declare): Doc fix.
1595
1596 * help-fns.el (help-fns--obsolete): Handle macros properly.
1597
1598 2012-09-25 Chong Yidong <cyd@gnu.org>
1599
1600 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1601 this function obsolete.
1602
1603 * calendar/cal-x.el (calendar-two-frame-setup)
1604 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1605 * calendar/calendar.el (american-calendar, european-calendar)
1606 (calendar-for-loop):
1607 * comint.el (comint-dynamic-simple-complete)
1608 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1609 * desktop.el (desktop-load-default):
1610 * dired-x.el (dired-omit-here-always)
1611 (dired-hack-local-variables, dired-default-directory):
1612 * emacs-lisp/derived.el (derived-mode-class):
1613 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1614 * emacs-lock.el (toggle-emacs-lock):
1615 * epa.el (epa-display-verify-result):
1616 * epg.el (epg-sign-keys, epg-start-sign-keys)
1617 (epg-passphrase-callback-function):
1618 * eshell/esh-util.el (eshell-for):
1619 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1620 (eshell-add-to-window-buffer-names):
1621 * files.el (locate-file-completion):
1622 * imenu.el (imenu-example--create-c-index)
1623 (imenu-example--create-lisp-index)
1624 (imenu-example--lisp-extract-index-name)
1625 (imenu-example--name-and-position):
1626 * international/mule-cmds.el (princ-list):
1627 * international/mule-diag.el (decode-codepage-char):
1628 * international/mule-util.el (detect-coding-with-priority):
1629 * iswitchb.el (iswitchb-read-buffer):
1630 * mail/mailalias.el (mail-complete):
1631 * mail/sendmail.el (mail-sent-via):
1632 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1633 (mouse-major-mode-menu):
1634 * password-cache.el (password-read-and-add):
1635 * pcomplete.el (pcomplete-parse-comint-arguments):
1636 * progmodes/sh-script.el (sh-maybe-here-document):
1637 * replace.el (query-replace-regexp-eval):
1638 * savehist.el (savehist-load):
1639 * simple.el (choose-completion-delete-max-match):
1640 * term.el (term-dynamic-simple-complete):
1641 * vc/ediff-init.el (ediff-check-version):
1642 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1643 * vc/vc.el (vc-diff-switches-list):
1644 * view.el (view-return-to-alist-update): Likewise.
1645
1646 * subr.el (eval-next-after-load, makehash, insert-string)
1647 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1648 mark obsolete.
1649 (mode-line-inverse-video): Variable deleted.
1650
1651 * international/mule-util.el (string-to-sequence): Remove.
1652
1653 * calendar/calendar.el (calendar-version):
1654 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1655 (icalendar-convert-diary-to-ical):
1656 * cus-edit.el (custom-mode):
1657 * ansi-color.el (ansi-color-unfontify-region):
1658 * international/latin1-disp.el (latin1-char-displayable-p):
1659 * progmodes/cwarn.el (turn-on-cwarn-mode):
1660 * progmodes/which-func.el (which-func-update-1):
1661 Use define-obsolete-function-alias.
1662
1663 * net/newst-backend.el (newsticker-cache-filename):
1664 * net/newst-treeview.el (newsticker-groups-filename):
1665 Fix incorrect obsolescence declaration.
1666
1667 * allout.el (allout-passphrase-hint-string): Likewise.
1668 (allout-init): Use a declare form to mark obsolete.
1669
1670 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1671 this applies to functions.
1672
1673 * iswitchb.el (iswitchb-read-buffer): Move code of
1674 iswitchb-define-mode-map here, and delete that obsolete function.
1675
1676 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1677 font-lock-reference-face.
1678
1679 2012-09-25 Glenn Morris <rgm@gnu.org>
1680
1681 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1682 Doc fixes.
1683
1684 * eshell/em-term.el (eshell-term-name):
1685 Default to term-term-name. (Bug#12485)
1686
1687 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1688
1689 * progmodes/python.el (python-shell-send-buffer): Better handling
1690 of "if __name__ == '__main__':" conditionals when sending the buffer.
1691
1692 2012-09-24 Glenn Morris <rgm@gnu.org>
1693
1694 * eshell/esh-cmd.el (eshell-find-alias-function):
1695 Tighten up file-name regexp. (Bug#12499)
1696
1697 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1698
1699 Enhancements for triple-quote string syntax.
1700 * progmodes/python.el (python-quote-syntax): Remove.
1701 (python-syntax-propertize-function): New value.
1702 (python-syntax-count-quotes, python-syntax-stringify):
1703 New functions.
1704
1705 2012-09-24 Chong Yidong <cyd@gnu.org>
1706
1707 * mail/supercite.el (sc-version): Remove obsolete function.
1708 (sc-describe): Don't mark as obsolete, since it is bound.
1709 (sc-submit-bug-report): Remove.
1710
1711 * vc/log-edit.el (cvs-changelog-full-paragraphs)
1712 (cvs-commit-buffer-require-final-newline): Remove.
1713 (log-edit-require-final-newline)
1714 (log-edit-changelog-full-paragraphs): Default to t.
1715
1716 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1717 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1718 * vc/vc.el (vc-checkout-carefully): Likewise.
1719
1720 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1721 (emerge-version): Remove.
1722
1723 * progmodes/compile.el (compile-internal): Remove.
1724 (compilation-parse-errors-function): Fix typo.
1725
1726 * international/mule.el (set-char-table-default): Remove.
1727 (set-coding-priority, make-coding-system, generic-char-p)
1728 (charset-list, charset-bytes, charset-id): Use declare to mark
1729 functions as obsolete.
1730
1731 * vc/pcvs-defs.el (cvs-buffer-name-alist)
1732 (cvs-invert-ignore-marks): Remove references to obsolete vars.
1733 * vc/vc-hooks.el (vc-default-registered): Don't use
1734 vc-master-templates.
1735
1736 * font-lock.el (font-lock-reference-face):
1737 Use define-obsolete-variable-alias.
1738
1739 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1740 * calendar/calendar.el (calendar-font-lock-keywords):
1741 * calendar/diary-lib.el (diary-font-lock-keywords)
1742 (diary-fancy-font-lock-keywords):
1743 * textmodes/reftex-sel.el (reftex-insert-docstruct):
1744 * textmodes/reftex-index.el (reftex-insert-index):
1745 * textmodes/reftex-cite.el (reftex-format-bib-entry):
1746 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1747 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1748 * progmodes/prolog.el (prolog-font-lock-keywords):
1749 * progmodes/idlwave.el (idlwave-idl-keywords):
1750 * progmodes/ada-mode.el (ada-font-lock-keywords):
1751 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1752
1753 2012-09-24 Glenn Morris <rgm@gnu.org>
1754
1755 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1756
1757 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1758
1759 * progmodes/python.el (python-indent-line): More consistent cursor
1760 movement behavior.
1761
1762 2012-09-23 Stefan Merten <smerten@oekonux.de>
1763
1764 * textmodes/rst.el: Fix compiler warning.
1765
1766 2012-09-23 Roland Winkler <winkler@gnu.org>
1767
1768 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1769 Transcribe also LaTeX hyphenation.
1770 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1771 bibtex-reformat-previous-options.
1772
1773 2012-09-23 Roland Winkler <winkler@gnu.org>
1774
1775 * proced.el (proced-renice-command): New variable.
1776 (proced-marked-processes): New function.
1777 (proced-with-processes-buffer): New macro.
1778 (proced-send-signal): Use them.
1779 (proced-renice): New command bound to r.
1780
1781 2012-09-23 Roland Winkler <winkler@gnu.org>
1782
1783 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1784 ibuffer-saved-filter-groups has one element, shortcut the call of
1785 completing-read. (Bug#12331)
1786
1787 2012-09-23 Chong Yidong <cyd@gnu.org>
1788
1789 * bindings.el (mode-line-toggle-read-only):
1790 * bs.el (bs-toggle-readonly):
1791 * buff-menu.el (Buffer-menu-toggle-read-only):
1792 * dired.el (dired-toggle-read-only):
1793 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1794
1795 2012-09-23 Chong Yidong <cyd@gnu.org>
1796
1797 * image.el (image-type-available-p): Adapt to init-image-library
1798 argument changes.
1799
1800 2012-09-22 Juri Linkov <juri@jurta.org>
1801
1802 * dired.el (dired-mode-map): Add [remap read-only-mode] for
1803 `dired-toggle-read-only'. (Bug#12462)
1804
1805 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1806
1807 * subr.el (temp-output-buffer-show): New function.
1808 (with-output-to-temp-buffer): Call temp-output-buffer-show
1809 instead of internal-temp-output-buffer-show.
1810
1811 2012-09-22 Chong Yidong <cyd@gnu.org>
1812
1813 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1814 (Bug#12462).
1815
1816 * repeat.el (repeat): Doc fix (Bug#12348).
1817
1818 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1819 (Bug#10909).
1820
1821 * simple.el (shell-command-on-region): Doc fix.
1822 (read-only-mode): Doc fix.
1823
1824 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1825
1826 * emacs-lisp/timer.el (run-with-idle-timer)
1827 (timer-activate-when-idle): Warn against reinvoking an idle timer
1828 from within its own timer action. (Bug#12447)
1829
1830 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1831
1832 * cus-start.el (window-combination-limit): Add new optional
1833 values.
1834 * window.el (temp-buffer-window-show)
1835 (window--try-to-split-window): Handle new values of
1836 window-combination-limit (Bug#1806).
1837 (split-window): Test window-combination-limit for t instead of
1838 non-nil.
1839 (display-buffer-at-bottom): New buffer display action function.
1840 * help.el (temp-buffer-resize-regexps): New option.
1841 (temp-buffer-resize-mode): Rewrite doc-string.
1842 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
1843 Don't resize reused window. Suggested by Glenn Morris.
1844
1845 2012-09-22 Stefan Merten <smerten@oekonux.de>
1846
1847 * textmodes/rst.el: Revamp section title faces.
1848 (rst-official-version)
1849 (rst-package-emacs-version-alist): Sync with official version
1850 V1.4.0.
1851 (rst-faces-defaults, rst-set-level-default)
1852 (rst-level-face-max, rst-level-face-base-color)
1853 (rst-level-face-base-light, rst-level-face-format-light)
1854 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
1855 (rst-adornment-faces-alist): Match new setup.
1856 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
1857 (rst-level-5, rst-level-6): New faces.
1858
1859 2012-09-22 Chong Yidong <cyd@gnu.org>
1860
1861 * simple.el (undo): Handle indirect buffers (Bug#8207).
1862
1863 2012-09-21 Leo Liu <sdl.web@gmail.com>
1864
1865 IDO: Disable match re-ordering for buffer switching.
1866 * ido.el (ido-buffer-disable-smart-matches): New variable.
1867 (ido-set-matches-1): Use it. (Bug#2042)
1868
1869 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
1870
1871 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1872 Fix 2011-05-17 change. (Bug#12418)
1873
1874 2012-09-21 Leo Liu <sdl.web@gmail.com>
1875
1876 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1877
1878 2012-09-21 Glenn Morris <rgm@gnu.org>
1879
1880 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1881 Be more robust about locating simple.el.
1882
1883 2012-09-21 Glenn Morris <rgm@gnu.org>
1884
1885 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1886
1887 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
1888
1889 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
1890
1891 2012-09-20 Juri Linkov <juri@jurta.org>
1892
1893 * replace.el (query-replace-read-from): Use `read-regexp' instead
1894 of `read-from-minibuffer' when `regexp-flag' is non-nil.
1895 (occur-read-primary-args): Use `read-regexp' instead of
1896 `read-string'.
1897 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
1898 `read-from-minibuffer'.
1899 * isearch.el (isearch-occur): Use `read-regexp' instead of
1900 `read-string'.
1901 * dired.el (dired-read-regexp): Use `read-regexp' instead of
1902 `read-from-minibuffer'.
1903 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
1904 of `read-string'. (Bug#7567)
1905
1906 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
1907 and allow accepting a list of strings prepended to a list of
1908 standard default values. Doc fix. (Bug#12321)
1909
1910 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
1911
1912 * replace.el (read-regexp): Don't add ": " when PROMPT already
1913 ends with a colon and space. (Bug#12321)
1914
1915 2012-09-20 Tassilo Horn <tsdh@gnu.org>
1916
1917 * doc-view.el (doc-view-display): Better fix for the cl-assertion
1918 error.
1919
1920 2012-09-20 Stefan Merten <smerten@oekonux.de>
1921
1922 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
1923 Fixes feature request bug#11711.
1924 (rst-mode): Create `imenu-create-index-function'.
1925 (rst-get-stripped-line): Delete after refactoring.
1926 (rst-section-tree, rst-section-tree-rec)
1927 (rst-section-tree-point): Refactor and document properly.
1928 (rst-imenu-find-adornments-for-position)
1929 (rst-imenu-convert-cell, rst-imenu-create-index):
1930 New function.
1931
1932 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
1935 (macroexp--expand-all): Use it.
1936 (macroexp--funcall-and-return): Remove by folding it into its sole
1937 caller (macroexp--warn-and-return).
1938 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
1939 Use macroexp--obsolete-warning.
1940
1941 * calc/calc.el: Fix last change by removing the whole chunk, since it
1942 was only needed back when Calc was not bundled.
1943
1944 2012-09-20 Martin Rudalics <rudalics@gmx.at>
1945
1946 * emacs-lisp/debug.el (debug): Restore assignment to
1947 debugger-old-buffer removed on 2012-09-08.
1948
1949 2012-09-20 Juri Linkov <juri@jurta.org>
1950
1951 * dired-aux.el (dired-diff): Remove (require 'diff) since
1952 `diff-latest-backup-file' is now autoloaded.
1953
1954 2012-09-20 Chong Yidong <cyd@gnu.org>
1955
1956 * vc/diff.el (diff-latest-backup-file): Autoload.
1957
1958 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1959
1960 * calc/calc.el: Remove redundant autoload shape check.
1961 (sel-mode): Don't defvar.
1962 (calc-get-stack-element): Add `sel-mode' arg instead.
1963 (calc-top, calc-top-list): Pass it this additional argument.
1964 * calc/calc-store.el (calc-store-map):
1965 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
1966 (calc-map-equation, calc-outer-product, calc-inner-product):
1967 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
1968
1969 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1970
1971 2012-09-19 Juri Linkov <juri@jurta.org>
1972
1973 * dired-aux.el (dired-diff): Add (require 'diff) because
1974 `diff-latest-backup-file' is not autoloaded.
1975 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
1976 of `dired-get-filename' to t to not report error when there is
1977 no default file on the current line.
1978
1979 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
1982 macroexp--eval-if-compile.
1983 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
1984 (macroexp--expand-all): Use them (bug#12371).
1985
1986 * doc-view.el (doc-view-guess-paper-size)
1987 (doc-view-scale-bounding-box): Fix unbound `caddr'.
1988
1989 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1990
1991 New feature: set optimal slice from BoundingBox information.
1992 * doc-view.el (doc-view-mode-map): Add keybinding.
1993 (doc-view-menu): Add menu entry.
1994 (doc-view-set-slice): Adapt docstring.
1995 (doc-view-get-bounding-box, doc-view-guess-paper-size)
1996 (doc-view-scale-bounding-box)
1997 (doc-view-set-slice-from-bounding-box): New functions.
1998 (doc-view-paper-sizes): New defvar.
1999
2000 2012-09-19 Glenn Morris <rgm@gnu.org>
2001
2002 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2003 (byte-compile-log-warning): Autoload. (Bug#12371)
2004
2005 * calendar/calendar.el (calendar-american-month-header)
2006 (calendar-european-month-header, calendar-iso-month-header)
2007 (calendar-month-header): New options.
2008 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2009 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2010
2011 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2012
2013 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2014
2015 2012-09-18 Juri Linkov <juri@jurta.org>
2016
2017 * dired-aux.el (dired-diff): Restore original functionality of
2018 getting the default value, but keep new feature of using the
2019 latest existing backup file (`diff-latest-backup-file').
2020
2021 2012-09-18 Juri Linkov <juri@jurta.org>
2022
2023 * dired.el (dired-mark): If the region is active in Transient Mark
2024 mode, mark all files in the active region. Doc fix.
2025 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2026 Doc fix. (Bug#10624)
2027
2028 2012-09-18 Juri Linkov <juri@jurta.org>
2029
2030 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2031 attributes for M-n are pulled from the file at point.
2032 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2033 Suggested by Drew Adams. (Bug#10624)
2034
2035 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2036
2037 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2038 whitespace after "end".
2039 (ruby-do-end-to-brace): Collapse block to one line if it fits
2040 within fill-column.
2041
2042 2012-09-18 Martin Rudalics <rudalics@gmx.at>
2043
2044 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2045 value.
2046 (debug): Don't remove debugger window when debugger is expected
2047 to be back.
2048
2049 2012-09-18 Chong Yidong <cyd@gnu.org>
2050
2051 * custom.el (defface): Doc fix.
2052
2053 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2054
2055 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2056
2057 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2058 to initialize query-on-exit; then test that instead (bug#12288).
2059
2060 2012-09-17 Stefan Merten <smerten@oekonux.de>
2061
2062 * textmodes/rst.el: Add support for `testcover'.
2063 (rst-defcustom-testcover, rst-testcover-add-compose)
2064 (rst-testcover-add-1value): New functions.
2065 (rst-portable-mark-active-p): Replace by `use-region-p'.
2066 (rst-update-section, rst-classify-adornment)
2067 (rst-find-title-line): Mark `1value' forms.
2068 (rst-classify-adornment): Remove superfluous form.
2069 (rst-update-section, rst-get-adornments-around)
2070 (rst-adornment-complete-p, rst-get-next-adornment)
2071 (rst-adjust, rst-promote-region)
2072 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2073 (rst-find-pfx-in-region, rst-section-tree-rec)
2074 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2075 (rst-toc-node, rst-toc, rst-forward-section)
2076 (rst-iterate-leftmost-paragraphs)
2077 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2078 (rst-bullet-list-region)
2079 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2080 (rst-compile-find-conf, rst-compile)
2081 (rst-repeat-last-character): Fix style.
2082
2083 2012-09-17 Chong Yidong <cyd@gnu.org>
2084
2085 * comint.el (comint--complete-file-name-data): Don't add a space
2086 if the status is `sole'; that adds a gratuitous space in the
2087 completion-cycling case (Bug#12092).
2088
2089 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2090
2091 2012-09-17 Richard Stallman <rms@gnu.org>
2092
2093 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2094 only in the mime-shown mode, not in raw mode.
2095 (rmail-mime): Toggle off mime by displaying the message without
2096 mime processing. (Bug#12305)
2097
2098 * mail/rmail.el (rmail-retry-failure):
2099 Turn off mime processing first. (Bug#12037)
2100
2101 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2102
2103 2012-09-17 Chong Yidong <cyd@gnu.org>
2104
2105 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2106 (shell-dynamic-complete-functions): Convert to defcustom.
2107 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2108
2109 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2110 * comint.el (comint-prompt-read-only):
2111 * custom.el (defcustom):
2112 * hi-lock.el (hi-lock-mode):
2113 * ibuffer.el (ibuffer-formats):
2114 * ielm.el (ielm-prompt-read-only):
2115 * novice.el (disable-command):
2116 * saveplace.el (toggle-save-place):
2117 * speedbar.el (speedbar-supported-extension-expressions):
2118 * startup.el (auto-save-list-file-prefix, init-file-user)
2119 (after-init-hook, inhibit-startup-echo-area-message):
2120 * strokes.el (strokes-help):
2121 * time-stamp.el (time-stamp):
2122 * calendar/calendar.el (calendar, diary-file):
2123 * calendar/diary-lib.el (diary-mail-entries, diary)
2124 (diary-list-entries-hook):
2125 * calendar/holidays.el (holidays, calendar-holidays):
2126 * calendar/lunar.el (lunar-phases):
2127 * calendar/solar.el (sunrise-sunset):
2128 * emulation/edt.el (edt-load-keys):
2129 * emulation/viper.el (viper-mode):
2130 * eshell/em-alias.el (eshell-command-aliases-list):
2131 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2132 * international/ogonek.el (ogonek-information):
2133 * net/tramp-cmds.el (tramp-bug):
2134 * net/quickurl.el (quickurl-reread-hook-postfix):
2135 * play/decipher.el (decipher-font-lock-keywords):
2136 * progmodes/cc-styles.el (c-set-style):
2137 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2138 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2139 * progmodes/octave-mod.el (octave-mode):
2140 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2141 * progmodes/verilog-mode.el (verilog-read-defines):
2142 * textmodes/two-column.el (2C-mode): Likewise.
2143
2144 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2145
2146 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2147 that holds many addresses.
2148
2149 2012-09-16 Chong Yidong <cyd@gnu.org>
2150
2151 * align.el (align-areas): Call the indication function with
2152 positions instead of markers for arguments (Bug#12343).
2153
2154 * files.el (parse-colon-path): Use split-string (Bug#12351).
2155
2156 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
2157 (display-buffer-function): Mark as obsolete.
2158
2159 * progmodes/compile.el (compilation-parse-errors): Accept list
2160 values similar to font-lock-keywords (Bug#12136).
2161 Suggested by Oleksandr Manzyuk.
2162 (compilation-error-regexp-alist): Doc fix.
2163
2164 2012-09-15 Glenn Morris <rgm@gnu.org>
2165
2166 * version.el (emacs-bzr-version-bzr): New function.
2167 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2168
2169 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2170 checkouts, check the parent dirstate matches the branch.
2171 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2172 empty string.
2173
2174 * version.el (emacs-bzr-version): Doc fix.
2175 (emacs-bzr-version-dirstate): New function.
2176 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2177 is local try and check that it matches the branch. If not, just
2178 use dirstate information. (Bug#12441)
2179
2180 2012-09-14 Juri Linkov <juri@jurta.org>
2181
2182 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2183 (Bug#12399)
2184
2185 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2188
2189 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2190 Remove obsolete byte-compiler hack that tried to silence some warnings.
2191 (edebug-submit-bug-report): Remove.
2192 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2193 Remove aliases, use the un-prefixed name instead.
2194 (edebug-pop-to-buffer): Consider other frames.
2195 (edebug-original-read):: Make it more obvious that it's always defined.
2196 (edebug--make-form-data-entry, edebug--form-data-name)
2197 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2198 single-dashed name, and implement with cl-defstruct.
2199 (edebug-set-form-data-entry): Use the standard accessors.
2200 (edebug-make-top-form-data-entry): Use push.
2201 (edebug-no-match): Drop useless `funcall'.
2202 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2203 to functions.
2204 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2205 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2206 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2207 (easy-menu-define, with-custom-print): Remove redundant specs.
2208 (edebug-outside-overriding-local-map)
2209 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2210 (edebug--display): Bind unread-command-events directly to nil rather
2211 than binding it to unread-command-events and later setting it to nil.
2212 (edebug--display): Kill edebug-eval-buffer here...
2213 (edebug--recursive-edit): ...rather than here.
2214 Bind standard-output and standard-input.
2215 (edebug-eval): Check cl-macroexpand-all is fboundp.
2216 (edebug-temp-display-freq-count): Fix last change.
2217
2218 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2219 * subr.el (noreturn, 1value): Add `debug' spec.
2220 * emacs-lisp/advice.el: Require cl-lib.
2221 (ad-copy-tree): Remove, use copy-tree instead.
2222 (ad-dolist): Remove use dolist or cl-dolist instead.
2223 (ad-do-return): Remove, use cl-return instead.
2224 (defadvice): Add `debug' spec.
2225
2226 2012-09-13 Juri Linkov <juri@jurta.org>
2227
2228 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2229 (Bug#12399)
2230
2231 2012-09-13 Glenn Morris <rgm@gnu.org>
2232
2233 * calc/calc.el (math-compose-expr):
2234 * calc/calc-ext.el (math-compose-expr):
2235 * progmodes/cc-defs.el (cl-macroexpand-all):
2236 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2237 (cl-macroexpand-all): Update declarations.
2238
2239 * vc/vc.el: No need to require ediff.
2240 (ediff-load-version-control): Declare.
2241 (ediff-vc-internal): Fix declaration.
2242 (vc-version-ediff): Require ediff.
2243
2244 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2245
2246 Use a more backwards-compatible timer format (Bug#12430).
2247 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2248 being right after USECS, as that better supports old code that
2249 inadvisedly looked directly at the timer vector.
2250
2251 2012-09-13 Kenichi Handa <handa@gnu.org>
2252
2253 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2254 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2255 `coding-priority' property of these language environment.
2256
2257 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2258
2259 Fix glitches caused by addition of psec to timers (Bug#12430).
2260 * image.el (image-animate-timer):
2261 * time.el (display-time-world-timer):
2262 Use timer--function and timer--args rather than raw access to
2263 timer vector.
2264
2265 2012-09-13 Glenn Morris <rgm@gnu.org>
2266
2267 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2268 If not compiling a file, try using load-file-name.
2269
2270 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2273 Fix last change.
2274 (edebug-update-eval-list): Use `push'.
2275
2276 * emacs-lisp/edebug.el: Use lexical-binding.
2277 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2278 Mark unused args with underscore.
2279 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2280 (edebug-form-data): Use defvar-local.
2281 (edebug-make-before-and-after-form, edebug-make-after-form):
2282 Use backquote.
2283 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2284 Not dynamically scoped any more.
2285 (edebug--enter-trace): Add arguments `function' and `args'.
2286 Rename from edebug-enter-trace.
2287 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2288 (edebug--update-coverage): Add `after-index' and `value' args.
2289 Rename from edebug-update-coverage.
2290 (edebug-slow-after): Call it accordingly.
2291 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2292 edebug-recursive-edit.
2293 (edebug--display): Call it accordingly. Add args `value',
2294 `offset-index', and `arg-mode'. Rename from edebug-display.
2295 (edebug-debugger, edebug): Call it accordingly.
2296 (edebug-eval-display-list): Use dolist.
2297
2298 2012-09-12 Juri Linkov <juri@jurta.org>
2299
2300 * info.el (Info-search): Don't check for isearch-mode and
2301 isearch-regexp before let-binding search-spaces-regexp to
2302 Info-search-whitespace-regexp.
2303 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2304 search-whitespace-regexp if isearch-lax-whitespace or
2305 isearch-regexp-lax-whitespace is non-nil.
2306 (Info-mode): Don't set local variable search-whitespace-regexp.
2307 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2308
2309 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2312 (debugger-env-macro): Remove support for unread-command-char.
2313
2314 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2315 the temporary map re-appearing on emulation-mode-map-alists.
2316
2317 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2318 since 22.1.
2319
2320 * ehelp.el (with-electric-help): Accept functions in
2321 electric-help-form-to-execute.
2322 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2323 And replace unread-command-char -> unread-command-events.
2324
2325 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2326
2327 Sync with Tramp 2.2.6.
2328
2329 * net/tramp.el (tramp-accept-process-output): Don't use
2330 JUST-THIS-ONE in the XEmacs case.
2331
2332 * net/trampver.el: Update release number.
2333
2334 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2335
2336 * emacs-lisp/debug.el (debugger-previous-window-height):
2337 New variable.
2338 (debug): When debugger-jumping-flag is non-nil try to restore
2339 height of debugger window. (Bug#8789)
2340
2341 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2344 overriding-local-map and pre/post-command-hook here.
2345 (edebug-recursive-edit): Do it here instead (bug#12345).
2346 (edebug-outside-unread-command-char): Remove all uses of
2347 unread-command-char.
2348
2349 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2350 inhibit-debugger is bound instead.
2351
2352 2012-09-11 Bastien Guerry <bzg@gnu.org>
2353
2354 * subr.el (set-temporary-overlay-map): Add a docstring.
2355 (Bug#12346)
2356
2357 2012-09-11 Bastien Guerry <bzg@gnu.org>
2358
2359 * minibuffer.el (completion-table-subvert): Fix docstring.
2360 (Bug#12347)
2361
2362 2012-09-11 Bastien Guerry <bzg@gnu.org>
2363
2364 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2365
2366 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2367
2368 * progmodes/sql.el: Version 3.1
2369 (sql-db2-escape-newlines): New variable.
2370 (sql-escape-newlines-filter): Use it.
2371
2372 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2373
2374 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2375
2376 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2377
2378 * vc/diff-mode.el (diff-mode-menu):
2379 Bind diff-remove-trailing-whitespace.
2380
2381 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2384 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2385 (emacs-lisp-byte-code-mode): New functions.
2386 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2387 (eval-defun-2): Remove bogus interactive spec.
2388 (lisp-indent-line): Remove redundant whole-exp code, now done in
2389 indent-according-to-mode.
2390 (save-match-data): Remove redundant indent data.
2391
2392 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2393 Use `declare'.
2394
2395 2012-09-09 Juri Linkov <juri@jurta.org>
2396
2397 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2398 (replace-lax-whitespace, query-replace-regexp)
2399 (query-replace-regexp-eval, replace-regexp): Doc fix.
2400 (perform-replace, replace-highlight): Let-bind
2401 isearch-lax-whitespace to replace-lax-whitespace and
2402 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2403
2404 * isearch.el (isearch-query-replace): Let-bind
2405 replace-lax-whitespace to isearch-lax-whitespace and
2406 replace-regexp-lax-whitespace to
2407 isearch-regexp-lax-whitespace. (Bug#10885)
2408
2409 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2412
2413 2012-09-09 Alan Mackenzie <acm@muc.de>
2414
2415 * progmodes/cc-engine.el (c-state-cache-init):
2416 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2417 (c-record-parse-state-state):
2418 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2419
2420 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2421
2422 * register.el (register-separator): Rename from
2423 separator-register. All uses changed. Doc fix.
2424 (register): Fix version.
2425
2426 2012-09-09 Chong Yidong <cyd@gnu.org>
2427
2428 * replace.el (query-replace-map): Bind four new symbols for
2429 requesting window scrolling.
2430
2431 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2432 query-replace-map (Bug#8948).
2433
2434 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2435
2436 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2437 since they are now in query-replace-map.
2438
2439 * window.el (scroll-other-window-down): Make the arg optional.
2440
2441 2012-09-09 Chong Yidong <cyd@gnu.org>
2442
2443 * files.el (hack-local-variables-confirm): Use quit-window to kill
2444 the *Local Variables* buffer.
2445
2446 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2447
2448 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2449 not just expect to be at its beginning. Adjust callees.
2450 Succeed when do-end block has no space before the pipe character.
2451 (ruby-brace-to-do-end): When the original block is one-liner,
2452 convert to multiline. Reindent the result.
2453
2454 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2455
2456 * register.el (register): New group.
2457 (separator-register): New user option.
2458 (increment-register): Route it to `append-to-register', if
2459 register contains text. Implication is that `C-x r +' can now be
2460 used for appending to a text register (bug#12217).
2461 (append-to-register, prepend-to-register): Add separator based on
2462 `separator-register'.
2463
2464 2012-09-08 Alan Mackenzie <acm@muc.de>
2465
2466 AWK Mode: make auto-newline work when there's "==" in the pattern.
2467 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2468 correctly.
2469 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2470 Test more rigorously for "=" token.
2471
2472 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2473
2474 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2475 Only fail when reached LIMIT.
2476
2477 2012-09-08 Chong Yidong <cyd@gnu.org>
2478
2479 * dired.el (dired-mode-map): Don't bind M-=.
2480
2481 * dired-aux.el (dired-diff): Use backup file as default.
2482
2483 2012-09-08 Drew Adams <drew.adams@oracle.com>
2484
2485 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2486
2487 2012-09-08 Chong Yidong <cyd@gnu.org>
2488
2489 * subr.el (syntax-after, syntax-class): Doc fix.
2490
2491 2012-09-08 Martin Rudalics <rudalics@gmx.at>
2492
2493 * window.el (display-buffer-in-previous-window): New buffer
2494 display action function.
2495
2496 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2497 (debugger-previous-window): New variable.
2498 (debug): Rewrite using display-buffer-in-previous-window,
2499 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2500
2501 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2504
2505 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2506
2507 * progmodes/python.el (python-shell-send-string):
2508 When default-directory is remote, create temp file on remote
2509 filesystem.
2510 (python-shell-send-file): When file is remote, pass local view of
2511 file paths to remote Python interpreter. (Bug#12340)
2512
2513 2012-09-07 Chong Yidong <cyd@gnu.org>
2514
2515 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2516
2517 * files.el (after-find-file): Don't fail on a read-only buffer if
2518 require-final-newline is `visit' or `visit-save' (Bug#11156).
2519
2520 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2521
2522 * userlock.el (ask-user-about-supersession-threat):
2523 Use read-char-choice (Bug#12093).
2524
2525 2012-09-07 Chong Yidong <cyd@gnu.org>
2526
2527 * subr.el (buffer-narrowed-p): New function.
2528
2529 * ses.el (ses-widen):
2530 * simple.el (count-words--buffer-message):
2531 * net/browse-url.el (browse-url-of-buffer): Use it.
2532
2533 * simple.el (count-words-region): Don't signal an error if there
2534 is a non-nil prefix arg and the mark is not set.
2535
2536 * help.el (describe-key-briefly): Allow the message to be seen
2537 when invoked from the minibuffer (Bug#7014).
2538
2539 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2540
2541 * progmodes/ruby-mode.el (ruby-end-of-defun)
2542 (ruby-beginning-of-defun): Simplify, allow indentation before
2543 block beginning and end keywords.
2544 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2545 (ruby-end-of-defun): Expect that the point is at the beginning of
2546 the defun.
2547
2548 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2551 (bug#12367).
2552 (cl--make-usage-args): Strip _ from argument names.
2553
2554 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2555
2556 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2557 obsolete alias speedbar-key-map.
2558 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2559 (vhdl-index-menu-init): Don't use obsolete variable
2560 font-lock-maximum-size.
2561
2562 2012-09-06 Chong Yidong <cyd@gnu.org>
2563
2564 * frame.el (window-system-version): Mark as obsolete.
2565
2566 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2567 of obsolete variable speedbar-key-map.
2568
2569 2012-09-06 Juri Linkov <juri@jurta.org>
2570
2571 * replace.el (replace-lax-whitespace): New defcustom.
2572 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2573 (replace-string, replace-regexp): Mention it in docstrings.
2574 (perform-replace, replace-highlight): Let-bind
2575 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2576 to the values of replace-lax-whitespace and regexp-flag.
2577 Don't let-bind search-whitespace-regexp. (Bug#10885)
2578
2579 * isearch.el (isearch-query-replace): Let-bind
2580 replace-lax-whitespace instead of let-binding
2581 replace-search-function and replace-re-search-function.
2582 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2583 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2584 (isearch-toggle-symbol): Set isearch-regexp to nil
2585 in isearch-word mode (like in isearch-toggle-word).
2586
2587 2012-09-06 Juri Linkov <juri@jurta.org>
2588
2589 * replace.el (replace-search-function)
2590 (replace-re-search-function): Set default values to nil.
2591 (perform-replace): Let-bind isearch-related variables based on
2592 replace-related values, call `isearch-search-fun' and let-bind
2593 the result to `search-function'. Remove code that sets
2594 `search-function' and `search-string' separately for
2595 `delimited-flag'.
2596 (replace-highlight): Add new argument `delimited-flag' and
2597 rename other arguments to the names used in `perform-replace'.
2598 Let-bind `isearch-word' to the argument `delimited-flag'.
2599 (Bug#10885, bug#10887)
2600
2601 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2602
2603 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2604 ruby-beginning-of-indent, simplify, allow all keywords to have
2605 indentation before them.
2606 (ruby-beginning-of-indent): Adjust for above. Search until the
2607 found point is not inside a string or comment.
2608 (ruby-font-lock-keywords): Allow symbols to start with "@"
2609 character, give them higher priority than variables.
2610 (ruby-syntax-propertize-function)
2611 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2612 matchers. Expression expansions are not comments when inside a
2613 string, and there comment syntax status is irrelevant.
2614 (ruby-match-expression-expansion): New function. Check that
2615 expression expansion is inside a string, and it's not escaped.
2616 (ruby-font-lock-keywords): Use it.
2617
2618 2012-09-05 Martin Rudalics <rudalics@gmx.at>
2619
2620 * help.el (temp-buffer-max-height): New default value.
2621 (temp-buffer-resize-frames): New option.
2622 (resize-temp-buffer-window): Optionally resize frame.
2623
2624 * window.el (fit-frame-to-buffer-bottom-margin): New option.
2625 (fit-frame-to-buffer): New function.
2626
2627 2012-09-05 Glenn Morris <rgm@gnu.org>
2628
2629 * emulation/cua-rect.el (cua--init-rectangles):
2630 * textmodes/picture.el (picture-mode-map):
2631 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2632 like forward-char and backward-char. (Bug#12317)
2633
2634 2012-09-05 Leo Liu <sdl.web@gmail.com>
2635
2636 * progmodes/flymake.el (flymake-warning-re): New variable.
2637 (flymake-parse-line): Use it.
2638
2639 2012-09-05 Glenn Morris <rgm@gnu.org>
2640
2641 * calendar/holidays.el (holiday-christian-holidays):
2642 Rename an entry. (Bug#12289)
2643
2644 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2647 (bug#12222).
2648
2649 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * loadup.el: Load macroexp. Remove hack.
2652 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2653 (macroexp--expand-all): Use it to get better warnings.
2654 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2655 (internal-macroexpand-for-load): New functions.
2656 (macroexp--pending-eager-loads): New var.
2657 (emacs-startup-hook): New hack to replace one in loadup.el.
2658 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2659 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2660 (cl-psetf): Simplify.
2661 (cl-defstruct): Add indent rule.
2662
2663 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2664
2665 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2666 over `user-mail-address' for the SMTP MAIL FROM envelope.
2667 (smtpmail-via-smtp): Ditto.
2668
2669 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2670
2671 * progmodes/ruby-mode.el: Clean up keybindings.
2672 (ruby-mode-map): Don't bind ruby-electric-brace,
2673 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2674 backward-kill-word, reindent-then-newline-and-indent.
2675 (ruby-mark-defun): Remove.
2676 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2677 (ruby-mode): Set local beginning-of-defun-function and
2678 end-of-defun-function values.
2679
2680 2012-09-03 Martin Rudalics <rudalics@gmx.at>
2681
2682 * window.el (temp-buffer-window-setup-hook)
2683 (temp-buffer-window-show-hook): New hooks.
2684 (temp-buffer-window-setup, temp-buffer-window-show)
2685 (with-temp-buffer-window): New functions.
2686 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2687 (special-display-popup-frame): Make sure the window used shows BUFFER.
2688
2689 * help.el (temp-buffer-resize-mode): Fix doc-string.
2690 (resize-temp-buffer-window): New optional argument WINDOW.
2691
2692 * files.el (recover-file, save-buffers-kill-emacs):
2693 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2694
2695 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
2696
2697 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2698 remote definition of `default-directory', ensure we can connect.
2699
2700 2012-09-02 Juri Linkov <juri@jurta.org>
2701
2702 Toggle whitespace matching mode with M-s SPC.
2703 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2704
2705 * isearch.el (search-whitespace-regexp): Doc fix.
2706 Remove cons cell customization.
2707 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2708 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2709 New variables.
2710 (isearch-forward, isearch-forward-regexp): Doc fix.
2711 (isearch-toggle-lax-whitespace): New command.
2712 (search-forward-lax-whitespace, search-backward-lax-whitespace)
2713 (re-search-forward-lax-whitespace)
2714 (re-search-backward-lax-whitespace): New functions.
2715 (isearch-whitespace-regexp): Remove function.
2716 (isearch-query-replace): Let-bind replace-search-function and
2717 replace-re-search-function.
2718 (isearch-occur): Let-bind search-spaces-regexp according to the
2719 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2720 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2721 condition for C-q SPC.
2722 (isearch-search-fun-default): Use new functions mentioned above.
2723 (isearch-search-forward, isearch-search-backward): Remove functions.
2724 (isearch-search): Don't let-bind search-spaces-regexp.
2725 (isearch-lazy-highlight-space-regexp): Remove variable.
2726 (isearch-lazy-highlight-lax-whitespace)
2727 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2728 (isearch-lazy-highlight-new-loop): Use them.
2729 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2730
2731 2012-09-02 Chong Yidong <cyd@gnu.org>
2732
2733 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2734
2735 2012-09-02 Glenn Morris <rgm@gnu.org>
2736
2737 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2738
2739 2012-09-01 Glenn Morris <rgm@gnu.org>
2740
2741 * term.el: Tidy up menu definitions.
2742 (term-mode-map): Use easymenu for In/Out, Complete menus.
2743 (term-pager-break-map): Initialize in the defvar.
2744 (term-terminal-menu, term-signals-menu): Define with easymenu.
2745 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
2746 (term-pager-menu): New, extracted from term-process-pager.
2747 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2748 (term-update-mode-line): Propertize line/char and page items.
2749 (term-process-pager): Move keymap initialization elsewhere.
2750
2751 2012-09-01 Martin Rudalics <rudalics@gmx.at>
2752
2753 * window.el (switch-to-prev-buffer): Handle additional values of
2754 BURY-OR-KILL argument. Don't switch in minibuffer window.
2755 (switch-to-next-buffer): Don't switch in minibuffer window.
2756 (quit-restore-window): New function based on quit-window.
2757 Handle additional values of former KILL argument.
2758 (quit-window): Call quit-restore-window with appropriate
2759 interpretation of KILL argument.
2760 (display-buffer-below-selected): New buffer display action
2761 function.
2762
2763 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * minibuffer.el (completion-at-point-functions): Complete docstring
2766 (bug#12254).
2767
2768 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2769
2770 Better seed support for (random).
2771 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2772 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2773 * play/mpuz.el, play/tetris.el, play/zone.el:
2774 * calc/calc-comb.el (math-init-random-base):
2775 * play/blackbox.el (bb-init-board):
2776 * play/life.el (life):
2777 * server.el (server-use-tcp):
2778 * type-break.el (type-break):
2779 Remove unnecessary call to (random t).
2780 * net/sasl.el (sasl-unique-id-function):
2781 Change (random t) to (random), now that the latter is more random.
2782 * play/life.el (life-initialized): Remove no-longer-needed var.
2783
2784 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
2785
2786 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2787 Consider frame's buffer predicate when choosing the buffer.
2788 (Bug#12081)
2789
2790 2012-08-30 Richard Stallman <rms@gnu.org>
2791
2792 * simple.el (special-mode-map): Delete binding for `z'.
2793
2794 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2795
2796 * progmodes/compile.el (compilation-always-kill): Doc fix.
2797
2798 2012-08-30 Chong Yidong <cyd@gnu.org>
2799
2800 * window.el (display-buffer-reuse-frames): Make the obsolescence
2801 message more informative.
2802
2803 2012-08-30 Glenn Morris <rgm@gnu.org>
2804
2805 * paren.el (show-paren-delay):
2806 Add a :set function. Doc fix. (Bug#12297)
2807
2808 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
2809
2810 * progmodes/compile.el (compilation-always-kill): New var.
2811 (compilation-start): Use it.
2812
2813 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2816 * files.el (read-only-mode): Move to simple.el.
2817
2818 * files.el (read-only-mode): New minor mode.
2819 (toggle-read-only): Use it and mark obsolete.
2820 (find-file--read-only):
2821 * vc/vc.el (vc-next-action, vc-checkout):
2822 * vc/vc-cvs.el (vc-cvs-checkout):
2823 * obsolete/vc-mcvs.el (vc-mcvs-update):
2824 * ffap.el (ffap--toggle-read-only): Update callers.
2825
2826 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
2827
2828 * eshell/esh-ext.el (eshell-external-command): Do not examine
2829 remote shell scripts.
2830 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
2831
2832 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2833 "/usr/local/sbin".
2834
2835 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2838
2839 2012-08-28 Leo Liu <sdl.web@gmail.com>
2840
2841 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2842 completion-at-point. (Bug#12220)
2843
2844 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2845
2846 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2847
2848 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2851 be buffer-local; add delete-trailing-whitespace (bug#12259).
2852
2853 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
2854
2855 * progmodes/hideif.el (hif-compress-define-list):
2856 Fix typo. (Bug#11951)
2857
2858 2012-08-28 Dan Nicolaescu <dann@gnu.org>
2859
2860 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2861 buffer local setting.
2862
2863 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2864 rcirc-encode-coding-system.
2865
2866 2012-08-28 Leo Liu <sdl.web@gmail.com>
2867
2868 * net/rcirc.el (rcirc-split-message): New function.
2869 (rcirc-send-message): Use it. (Bug#12051)
2870
2871 2012-08-28 Juri Linkov <juri@jurta.org>
2872
2873 * info.el (Info-fontify-node): Hide empty lines at the end of
2874 the node. (Bug#12272)
2875
2876 2012-08-27 Drew Adams <drew.adams@oracle.com>
2877
2878 * dired.el (dired-pop-to-buffer): Make window start at beginning
2879 of buffer (Bug#12281).
2880
2881 2012-08-26 Chong Yidong <cyd@gnu.org>
2882
2883 * window.el (special-display-regexps, special-display-frame-alist)
2884 (special-display-buffer-names, special-display-function)
2885 (display-buffer-reuse-frames): Mark as obsolete.
2886
2887 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
2888
2889 * help.el (help-print-return-message): Don't treat
2890 display-buffer-reuse-frames specially.
2891
2892 2012-08-26 Chong Yidong <cyd@gnu.org>
2893
2894 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2895 New variable, replacing gdb-frame-parameters.
2896 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
2897 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
2898 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
2899 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
2900 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
2901 the functions directly with gdb-display-buffer-other-frame-action.
2902 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
2903 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
2904 (gdb-display-stack-buffer, gdb-display-locals-buffer)
2905 (gdb-display-registers-buffer): Define directly.
2906 (def-gdb-display-buffer): Macro deleted.
2907 (gdb-display-buffer): Remove second and third args, callers don't
2908 use them. Defer to the default display-buffer behavior, apart
2909 from making windows dedicated.
2910 (gdb-setup-windows): Don't call display-buffer unnecessarily.
2911
2912 * progmodes/gud.el (gud-display-line): Just use display-buffer.
2913
2914 * window.el (display-buffer-pop-up-frame): Handle a
2915 pop-up-frame-parameters alist entry.
2916 (display-buffer): Document it.
2917
2918 2012-08-26 Chong Yidong <cyd@gnu.org>
2919
2920 * isearch.el (search-whitespace-regexp): Make string and nil
2921 values apply to both ordinary and regexp search. Allow a cons
2922 cell value to distinguish between the two.
2923 (isearch-whitespace-regexp, isearch-search-forward)
2924 (isearch-search-backward): New functions.
2925 (isearch-occur, isearch-search-fun-default, isearch-search)
2926 (isearch-lazy-highlight-new-loop): Use them.
2927 (isearch-forward, isearch-forward-regexp): Doc fix.
2928
2929 2012-08-26 Chong Yidong <cyd@gnu.org>
2930
2931 * faces.el (help-argument-name): Always inherit from italic
2932 (Bug#12213).
2933
2934 2012-08-25 Martin Rudalics <rudalics@gmx.at>
2935
2936 * window.el (window--even-window-heights): Even heights when
2937 WINDOW and the selected window form a vertical combination.
2938 (display-buffer-use-some-window): Provide that window used gets
2939 sized back by quit-window. (Bug#11880) and (Bug#12091)
2940
2941 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2942
2943 Fix file time stamp problem with bzr and CVS (Bug#12001).
2944 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
2945 in the file's time stamp, since the version control system loses
2946 that information.
2947
2948 2012-08-22 Juri Linkov <juri@jurta.org>
2949
2950 * info.el (Info-fontify-node): Hide the suffix of the
2951 Info file name in the header line. (Bug#12187)
2952
2953 2012-08-22 Glenn Morris <rgm@gnu.org>
2954
2955 * calendar/cal-tex.el (cal-tex-weekly-common):
2956 Restore leading blank page.
2957
2958 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
2959
2960 * misc.el (forward-to-word, backward-to-word): Activate or extend
2961 the region under `shift-select-mode'. (Bug#12231)
2962
2963 2012-08-22 Bastien Guerry <bzg@gnu.org>
2964
2965 * progmodes/executable.el (executable-prefix): Set to "#!" instead
2966 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
2967 gives details on why the space is never needed.
2968
2969 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2970
2971 * window.el (walk-window-tree, window-with-parameter):
2972 New optional argument MINIBUF to control whether these functions
2973 should run on the minibuffer window.
2974 (window-at-side-list): Don't operate on minibuffer window.
2975 (window-in-direction): Simplify and rewrite doc-string.
2976 (window--size-ignore): Rename to window--size-ignore-p.
2977 Update callers.
2978 (display-buffer-in-atom-window, window--major-non-side-window)
2979 (window--major-side-window, display-buffer-in-major-side-window)
2980 (delete-side-window, display-buffer-in-side-window):
2981 New functions.
2982 (window--side-check, window-deletable-p, delete-window)
2983 (delete-other-windows, split-window): Handle side windows and
2984 atomic windows appropriately.
2985 (window--display-buffer): Call display-buffer-record-window also
2986 when the window buffer did not change.
2987
2988 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
2989
2990 * help-fns.el (help-fns--key-bindings):
2991 Abbreviate non-symbol remap targets. (Bug#12174)
2992
2993 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2994
2995 * dired.el (dired-mark-remembered): Don't clobber point.
2996 (Bug#11795)
2997
2998 2012-08-22 Glenn Morris <rgm@gnu.org>
2999
3000 * progmodes/bug-reference.el (bug-reference): New custom group.
3001 (bug-reference-bug-regexp): Make it a defcustom.
3002
3003 2012-08-22 Daiki Ueno <ueno@unixuser.org>
3004
3005 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3006 (js-paren-indent-offset, js-square-indent-offset)
3007 (js-curly-indent-offset): Add :safe (Bug#12257).
3008
3009 2012-08-22 Edward O'Connor <hober0@gmail.com>
3010
3011 * json.el (json-key-format): Add error properties.
3012 (json-encode-key): New function.
3013 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3014 Use json-encode-key.
3015
3016 2012-08-22 Glenn Morris <rgm@gnu.org>
3017
3018 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3019 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3020 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3021 Update for above change.
3022
3023 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3024
3025 * cus-face.el (custom-face-attributes): Fix customize type for the
3026 :underline attribute. (Bug#11805)
3027
3028 2012-08-21 Martin Rudalics <rudalics@gmx.at>
3029
3030 * window.el (window-point-1, set-window-point-1): Remove.
3031 (window-in-direction, record-window-buffer)
3032 (set-window-buffer-start-and-point, split-window-below)
3033 (window--state-get-1, display-buffer-record-window):
3034 Replace calls to window-point-1 and set-window-point-1 by calls to
3035 window-point and set-window-point respectively.
3036
3037 2012-08-21 Glenn Morris <rgm@gnu.org>
3038
3039 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3040 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3041 Use it.
3042
3043 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3044 (cal-tex-shortday): New function.
3045 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3046 (cal-tex-cursor-filofax-daily): Use the above.
3047
3048 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3049 New functions.
3050 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3051 (cal-tex-cursor-filofax-week): Use them.
3052
3053 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3054 New constants.
3055 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3056 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3057
3058 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3059 (cal-tex-end-document): Don't rely on buffer name.
3060
3061 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3062 Use cal-tex-vspace.
3063 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3064 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
3065 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3066 Use cal-tex-arg.
3067
3068 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3069 (cal-tex-cursor-week, cal-tex-cursor-week2)
3070 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3071 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3072 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3073 (cal-tex-insert-preamble, cal-tex-b-document)
3074 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3075 Improve cal-tex-cmd usage.
3076
3077 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3078 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3079 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3080 (cal-tex-weekly-paper): New function.
3081 (cal-tex-cursor-week, cal-tex-cursor-week2)
3082 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3083 (cal-tex-cursor-day): Use it.
3084
3085 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3086 (cal-tex-cursor-filofax-week): Remove leading blank page.
3087
3088 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3089 Add autoload cookie. For now at least, don't use color, since
3090 no other cal-tex function does.
3091
3092 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3093 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3094 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3095
3096 2012-08-21 Juri Linkov <juri@jurta.org>
3097
3098 * info.el (Info-file-attributes): New variable.
3099 (info-insert-file-contents): Add file attributes to
3100 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3101 `Info-toc-nodes' when previous modtime of the Info file is less
3102 than new modtime.
3103 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3104 of info.el. (Bug#12230)
3105
3106 2012-08-20 Glenn Morris <rgm@gnu.org>
3107
3108 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3109 * calendar/holidays.el (calendar-holiday-list):
3110 Report errors with display-warning rather than beep'n'sleep.
3111
3112 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
3113
3114 * net/tramp.el (tramp-accept-process-output): Accept only output
3115 from PROC. Otherwise, process filters and sentinels might be
3116 confused. (Bug#12145)
3117
3118 2012-08-20 Chong Yidong <cyd@gnu.org>
3119
3120 * descr-text.el (describe-text-properties-1): Use overlays-in to
3121 report on empty overlays (Bug#3322).
3122
3123 2012-08-20 Glenn Morris <rgm@gnu.org>
3124
3125 * mail/rmailout.el (rmail-output-read-file-name):
3126 Trap and report errors in rmail-output-file-alist elements.
3127
3128 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3129 since most non-font-lock faces are not also variables).
3130
3131 2012-08-20 Edward Reingold <reingold@iit.edu>
3132
3133 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3134 New function. (Bug12160)
3135
3136 2012-08-19 Glenn Morris <rgm@gnu.org>
3137
3138 * mail/rmailout.el (rmail-output-read-file-name):
3139 Fix previous change (when the alist is nil or does not match).
3140
3141 2012-08-19 Chong Yidong <cyd@gnu.org>
3142
3143 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3144 (Bug#12228).
3145
3146 2012-08-18 Chong Yidong <cyd@gnu.org>
3147
3148 * simple.el (yank-handled-properties): New defcustom.
3149 (yank-excluded-properties): Add font-lock-face and category.
3150 (yank): Doc fix.
3151
3152 * subr.el (remove-yank-excluded-properties):
3153 Obey yank-handled-properties. The special handling of font-lock-face
3154 and category is now done this way, instead of being hard-coded.
3155 (insert-for-yank-1): Remove font-lock-face handling.
3156 (yank-handle-font-lock-face-property)
3157 (yank-handle-category-property): New function.
3158
3159 2012-08-17 Glenn Morris <rgm@gnu.org>
3160
3161 * mail/rmailout.el (rmail-output-read-file-name):
3162 Check rmail-output-file-alist against the full message body
3163 in the correct rmail buffer. (Bug#12214)
3164
3165 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3168 Eliminate superfluous prompt. (Bug#12203)
3169
3170 2012-08-17 Chong Yidong <cyd@gnu.org>
3171
3172 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3173 font spec, set the font directly (Bug#3228).
3174
3175 2012-08-17 Martin Rudalics <rudalics@gmx.at>
3176
3177 * window.el (delete-window): Fix last fix.
3178
3179 2012-08-16 Martin Rudalics <rudalics@gmx.at>
3180
3181 * window.el (window-valid-p): Move to window.c.
3182 (window-child, window-child-count, window-last-child)
3183 (window-normalize-window, window-combined-p)
3184 (window-combinations, window-atom-root, window-min-size)
3185 (window-sizable, window-sizable-p, window-size-fixed-p)
3186 (window-min-delta, window-max-delta, window--resizable)
3187 (window--resizable-p, window-resizable, window-total-size)
3188 (window-full-height-p, window-full-width-p, window-body-size)
3189 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3190 (minimize-window, window-deletable-p, delete-window)
3191 (delete-other-windows, set-window-buffer-start-and-point)
3192 (next-buffer, previous-buffer, split-window, balance-windows-2)
3193 (set-window-text-height, window-buffer-height)
3194 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
3195 (truncated-partial-width-window-p): Minor code adjustments.
3196 In doc-strings state whether the argument window has to denote a
3197 live, valid or any window.
3198
3199 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3200
3201 * progmodes/subword.el (subword-forward-function)
3202 (subword-backward-function, subword-forward-regexp)
3203 (subword-backward-regexp): New variables.
3204 (subword-forward, subword-forward-internal, subword-backward-internal):
3205 Use new variables, eg so that different "word" definitions
3206 can be easily used. (Bug#11411)
3207
3208 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3211 for composite selectors.
3212 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3213 operation just because we can't find a previous revision.
3214
3215 2012-08-15 Chong Yidong <cyd@gnu.org>
3216
3217 * frame.el (set-frame-font): Accept font objects.
3218
3219 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3222
3223 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3224
3225 * man.el (Man-overstrike-face, Man-underline-face)
3226 (Man-reverse-face): Remove variables.
3227 (Man-overstrike, Man-underline, Man-reverse): New faces.
3228 (Man-fontify-manpage): Use them instead of the variables.
3229 (Man-cleanup-manpage): Comment change.
3230 (Man-ansi-color-map): New variable.
3231 (Man-fontify-manpage): Use it.
3232 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3233
3234 Implement ANSI SGR parameters 22-27 (bug#12146).
3235 * ansi-color.el (ansi-colors): Doc fix.
3236 (ansi-color-context, ansi-color-context-region): Doc fix.
3237 (ansi-color--find-face): New function.
3238 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3239 Rename the local variable `face' to `codes' since it is now a list of
3240 ansi codes. Doc fix.
3241 (ansi-color-get-face): Remove.
3242 (ansi-color-parse-sequence): New function, derived from
3243 ansi-color-get-face.
3244 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3245 codes 22-27.
3246
3247 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * subr.el (read-passwd): Allow use from a minibuffer.
3250
3251 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3252
3253 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3254 inside comments and strings as identifiers.
3255
3256 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3257 expression to evaluate. This allows to evaluate expressions with
3258 embedded whitespace.
3259 (gud-tooltip-tips): Add a blank before the newline in the
3260 message-box text, for the benefit of message-box emulation on
3261 MS-Windows.
3262
3263 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3264 messages from GDB, pop them up in a tooltip to give feedback to
3265 user.
3266 (gdb-tooltip-print-1): Quote the expression to evaluate.
3267 This allows to evaluate expressions with embedded whitespace.
3268 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3269 if the TTY name is nil or empty (which happens when communicating
3270 with the inferior via pipes, e.g. on MS-Windows).
3271 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3272 don't send that to the GUD buffer.
3273
3274 2012-08-14 Glenn Morris <rgm@gnu.org>
3275
3276 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3277 Optimize away setq-default with no args, as for setq. (Bug#12195)
3278
3279 2012-08-14 Chong Yidong <cyd@gnu.org>
3280
3281 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3282
3283 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3284 (Bug#12085).
3285
3286 2012-08-14 Glenn Morris <rgm@gnu.org>
3287
3288 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3289
3290 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3293 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3294 Use cached shell name.
3295
3296 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3297
3298 * progmodes/python.el (python-shell-send-string):
3299 (python-shell-send-setup-code): Do not use `format' with `message'.
3300
3301 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3302
3303 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3304 (ruby-percent-literal-beg-re): New constant.
3305 (ruby-syntax-general-delimiters-goto-beg): Rename to
3306 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3307 (ruby-syntax-propertize-general-delimiters): Rename to
3308 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3309 popular term. Adjust comments everywhere.
3310 (ruby-syntax-propertize-percent-literal): Only propertize when not
3311 inside a simple string or comment. When the literal is unclosed,
3312 leave the text after it unpropertized.
3313 (ruby-syntax-methods-before-regexp): New constant.
3314 (ruby-syntax-propertize-function): Use it to recognize regexps.
3315 Don't look at the text after regexp, just use the whitelist.
3316
3317 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3318
3319 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3320 non-nil always load the compiled file if it exists. (Bug#12197)
3321
3322 2012-08-14 Chong Yidong <cyd@gnu.org>
3323
3324 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3325 (hi-lock-set-pattern): When deciding whether to use font lock or
3326 overlays, look at font-lock-mode instead of font-lock-fontified
3327 (Bug#12168).
3328 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3329 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3330
3331 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3332
3333 * subr.el (internal--after-with-selected-window): Fix typo
3334 (Bug#12193).
3335
3336 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3337
3338 Use `completion-table-dynamic' for completion functions.
3339 * progmodes/python.el
3340 (python-shell-completion--do-completion-at-point)
3341 (python-shell-completion--get-completions):
3342 Remove functions.
3343 (python-shell-completion-complete-at-point): New function.
3344 (python-completion-complete-at-point): Use it.
3345
3346 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3347
3348 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3349 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3350
3351 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * subr.el (function-get): Refine `autoload' arg so it can also
3354 autoload functions for gv.el (bug#12191).
3355 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3356 autoloads macros.
3357
3358 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3359 Prefer pcase-let over destructuring-bind.
3360 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3361 Also, remove whitespace as we go, rather than after accumulating the
3362 various places.
3363
3364 * subr.el (internal--before-with-selected-window)
3365 (internal--after-with-selected-window): Fix typo seleted->selected.
3366 (with-selected-window): Adjust callers.
3367 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3368
3369 2012-08-13 Bastien Guerry <bzg@gnu.org>
3370
3371 * window.el (special-display-popup-frame): Minor docstring
3372 enhancement. (Bug#12172)
3373
3374 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3375
3376 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3377 type 1-6.
3378 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3379 extended headers.
3380
3381 * files.el (hack-local-variables-filter): Remove useless eval.
3382
3383 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3384
3385 * subr.el (with-selected-window): Fix last change.
3386
3387 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * subr.el (internal--before-with-seleted-window)
3390 (internal--after-with-seleted-window): New functions.
3391 (with-selected-window): Use them, to replace dependency on
3392 tty-top-frame.
3393
3394 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3395
3396 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3397 binding for `newline'.
3398 (ruby-move-to-block): When moving backward, stop at block opening,
3399 not indentation.
3400 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3401 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3402 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3403 `ruby-toggle-block'.
3404
3405 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * ibuffer.el (ibuffer-do-toggle-read-only):
3408 * dired.el (dired-toggle-read-only):
3409 * buff-menu.el (Buffer-menu-toggle-read-only):
3410 * bindings.el (mode-line-toggle-read-only):
3411 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3412
3413 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3414
3415 * descr-text.el (describe-char): Put the overlays over the
3416 "displayed as" character.
3417
3418 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3419
3420 * calc/calc-units.el (math-default-units-table): Give an
3421 initial value.
3422 (math-put-default-units): Add options to put composite units and
3423 unit systems in the default units table.
3424 (calc-convert-units): Send composite units to
3425 `math-put-default-units' when appropriate.
3426
3427 2012-08-11 Glenn Morris <rgm@gnu.org>
3428
3429 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3430
3431 * tutorial.el (help-with-tutorial):
3432 * emacs-lisp/copyright.el (copyright-update-directory):
3433 * emacs-lisp/autoload.el (autoload-find-generated-file)
3434 (autoload-find-file): Disable local eval: (for insurance).
3435
3436 * files.el (hack-local-variables-filter): If an eval: form is not
3437 known to be safe, and enable-local-variables is :safe, then ignore
3438 the form totally, as is done for non-eval forms. (Bug#12155)
3439 This is CVE-2012-3479.
3440
3441 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3444 (rx-form): Simplify.
3445
3446 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3447
3448 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3449 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3450 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3451 (ruby-syntax-propertize-function): Adjust for changes in
3452 `ruby-syntax-propertize-heredoc'.
3453
3454 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3455
3456 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3457 binding (use `M-;' instead).
3458 (ruby-singleton-class-p): New function.
3459 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3460
3461 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3464
3465 2012-08-10 Chong Yidong <cyd@gnu.org>
3466
3467 * progmodes/python.el (python-shell-get-process-name): Don't mess
3468 with same-window-buffer-names.
3469
3470 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3471 (eshell-remove-from-window-buffer-names): Make obsolete.
3472 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3473 (eshell): Just use pop-to-buffer-same-window instead.
3474
3475 2012-08-10 Chong Yidong <cyd@gnu.org>
3476
3477 * bindings.el: Bind M-= back to count-words-region.
3478
3479 * simple.el (count-words-region): Accept a prefix arg for acting
3480 on the entire buffer.
3481 (count-words--buffer-message): New helper function.
3482
3483 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3486 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3487 (event-start, event-end): Use posn-at-point to return a more
3488 informative posn.
3489 (posnp): New function.
3490 * mouse.el (popup-menu-normalize-position): Use it.
3491
3492 2012-08-10 Masatake YAMATO <yamato@redhat.com>
3493
3494 * mouse.el (popup-menu-normalize-position): New function.
3495 (popup-menu): Use `popup-menu-normalize-position' to normalize
3496 the form for POSITION argument.
3497
3498 * term/x-win.el (x-menu-bar-open):
3499 Use the value returend from (posn-at-point) as position
3500 passed to `popup-menu'.
3501
3502 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3503
3504 * calc/calccomp.el (math-compose-expr): Add extra argument
3505 indicating that parentheses should be put around products in
3506 denominators. Give multiplication precedence over division during
3507 composition.
3508
3509 2012-08-09 Chong Yidong <cyd@gnu.org>
3510
3511 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3512 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3513 (Man-untabify-command, manual-program): Convert to defcustom
3514 (Bug#10429).
3515
3516 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3517
3518 * descr-text.el (describe-char): Don't insert extra newlines
3519 (Bug#10127).
3520
3521 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3522 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3523
3524 * align.el (align-region): Delete temporary markers (Bug#10047).
3525 Plus some code cleanups.
3526
3527 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3528
3529 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3530 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3531 (python-shell-internal-last-output): Use make-local-variable
3532 instead of make-variable-buffer-local.
3533
3534 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3535
3536 * progmodes/python.el: Enhancements to forward-sexp.
3537 (python-nav-forward-sexp): Rename from
3538 python-nav-forward-sexp-function.
3539 (python-nav--forward-sexp, python-nav--backward-sexp):
3540 New functions.
3541
3542 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3543
3544 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3545 modes and simplification modes.
3546
3547 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * delsel.el (delete-selection-pre-hook): Don't propagate the
3550 file-supersession signals (bug#12161).
3551
3552 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3555 (cl-map-extents): Add compatibility aliases (bug#12135).
3556
3557 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
3558
3559 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3560 tests by `ignore-error'.
3561 (tramp-find-shell): Open also a new shell, when cache is already
3562 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3563
3564 2012-08-08 Juri Linkov <juri@jurta.org>
3565
3566 * bookmark.el: Add `defaults' property to the bookmark record.
3567 (bookmark-current-buffer): Doc fix.
3568 (bookmark-make-record): Add `defaults' property with default values
3569 to the bookmark record.
3570 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3571 with `bookmark-insert-current-bookmark'.
3572 (bookmark-set): Get `defaults' property from the bookmark record
3573 and use it in `read-from-minibuffer'.
3574 (bookmark-insert-current-bookmark): Remove function.
3575
3576 * info.el (Info-bookmark-make-record): Add `defaults' property
3577 with values of canonical Info node name, the current Info file
3578 name and the current Info node name. (Bug#12107)
3579
3580 2012-08-08 Juri Linkov <juri@jurta.org>
3581
3582 * files.el (basic-save-buffer): Use `buffer-name' as the default
3583 of `read-file-name' when buffer is not visiting a file (bug#12128).
3584
3585 2012-08-08 Juri Linkov <juri@jurta.org>
3586
3587 * info.el (Info-isearch-search): Doc fix.
3588 (Info-search): Change search-failed message from "initial node" to
3589 "end of node" (bug#12078).
3590 (Info-isearch-search): Change `isearch-string-state' to
3591 `isearch--state-string'.
3592
3593 2012-08-08 Glenn Morris <rgm@gnu.org>
3594
3595 * language/persian.el: Remove file.
3596 * language/misc-lang.el: Move unique part of persian.el here.
3597 * loadup.el: Remove language/persian.
3598
3599 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3600
3601 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3602
3603 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3604
3605 * progmodes/python.el Fixed defsubst warning.
3606 (python-syntax-context) Rename from python-info-ppss-context.
3607 (python-syntax-context-type): Rename from
3608 python-info-ppss-context-type.
3609 (python-syntax-comment-or-string-p): Rename from
3610 python-info-ppss-comment-or-string-p.
3611
3612 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3613
3614 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3615
3616 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3617
3618 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3619 a defcustom that is quoted with backquote.
3620
3621 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3622 Fix handling of interactive spec when the body uses return.
3623 (math-do-arg-check, math-define-function-body): Use backquote forms.
3624 * calc/calc-ext.el (math-defcache): Likewise.
3625 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3626 * allout.el (allout-new-exposure): Likewise.
3627 * calc/calcalg2.el (math-tracing-integral): Likewise.
3628 * info.el (Info-last-menu-item): Likewise.
3629 * emulation/vip.el (vip-loop): Likewise.
3630 * textmodes/artist.el (artist-funcall): Likewise.
3631 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3632 Construct menu-item directly.
3633
3634 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3635 Don't declare.
3636
3637 2012-08-07 Chong Yidong <cyd@gnu.org>
3638
3639 * simple.el (deactivate-mark): Preserve text properties when
3640 saving the primary selection (Bug#8384).
3641
3642 2012-08-07 Kevin Ryde <user42@zip.com.au>
3643
3644 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3645 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3646 and continue processing (Bug#12110).
3647
3648 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3651 syntax-propertize-function (bug#10095).
3652
3653 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3656 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3657 describe-function-1.
3658 (describe-function-1): Use them. Move compiler macro after sig.
3659 (help-fns--compiler-macro): Use function-get. Assume we're already in
3660 standard-output. Adjust layout to new call order.
3661
3662 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3663 re-binding a symbol that has a symbol-macro (bug#12119).
3664
3665 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3666
3667 * language/persian.el: New file. (Bug#11812)
3668 * loadup.el: Add language/persian.el.
3669
3670 2012-08-06 Chong Yidong <cyd@gnu.org>
3671
3672 * window.el (window--maybe-raise-frame): New function.
3673 (window--display-buffer): Split off from here.
3674 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3675 (display-buffer-pop-up-window, display-buffer-use-some-window):
3676 Obey an inhibit-switch-frame action alist entry.
3677 (display-buffer): Update doc.
3678
3679 * replace.el (occur-after-change-function): Avoid losing focus by
3680 using the inhibit-switch-frame display parameter (Bug#12139).
3681
3682 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3683
3684 Make internal shell process buffer names start with space.
3685 * progmodes/python.el (python-shell-make-comint): Add optional
3686 argument INTERNAL.
3687 (run-python-internal): Use it.
3688 (python-shell-internal-get-or-create-process): Check for new
3689 internal buffer names.
3690
3691 2012-08-06 Glenn Morris <rgm@gnu.org>
3692
3693 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
3694 Do less getting and setting of environment variables.
3695
3696 2012-08-05 Chong Yidong <cyd@gnu.org>
3697
3698 * proced.el (proced): Add substitution string to docstring to
3699 trigger autoloading of the proced library on C-h f (Bug#1768).
3700
3701 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3702 Don't show defvars which have no second argument (Bug#8638).
3703
3704 * imenu.el (imenu-generic-expression): Move documentation here
3705 from imenu--generic-function.
3706 (imenu--generic-function): Refer to imenu-generic-expression.
3707
3708 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
3709
3710 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3711 indentation declaration.
3712 (viper-loop): Add indentation declaration (Bug#7025).
3713
3714 2012-08-05 Chong Yidong <cyd@gnu.org>
3715
3716 * help-fns.el (describe-variable): Add hyperlink for
3717 directory-local variables files. Improve buffer-local and
3718 permanent-local reporting; suggested by MON KEY (Bug#6644).
3719
3720 * help-mode.el (help-dir-local-var-def): New button type.
3721
3722 * files.el (kill-buffer-hook): Provide a defvar.
3723
3724 2012-08-05 Glenn Morris <rgm@gnu.org>
3725
3726 * eshell/esh-ext.el (eshell/addpath):
3727 Also update eshell-path-env. (Bug#12013)
3728
3729 2012-08-05 Chong Yidong <cyd@gnu.org>
3730
3731 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
3732
3733 * fringe.el (fringe-styles): Add docstring.
3734 (fringe--check-mode): New function.
3735 (set-fringe-mode, set-fringe-style): Use it.
3736 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3737
3738 * files.el (set-auto-mode): Fix invalid setq call.
3739
3740 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * isearch.el: Misc simplification; use defstruct.
3743 (isearch-mode-map): Dense maps now work like sparse ones.
3744 (isearch--state): New defstruct.
3745 (isearch-string-state, isearch-message-state, isearch-point-state)
3746 (isearch-success-state, isearch-forward-state)
3747 (isearch-other-end-state, isearch-word-state, isearch-error-state)
3748 (isearch-wrapped-state, isearch-barrier-state)
3749 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3750 replaced by defstruct's accessors.
3751 (isearch--set-state): Rename from isearch-top-state and change
3752 calling convention.
3753 (isearch-push-state): Use new isearch--get-state.
3754 (isearch-toggle-word): Disable regexp when enabling word.
3755 (isearch-message-prefix): Remove unused arg _c-q-hack.
3756 (isearch-message-suffix): Remove unused arg _ellipsis.
3757
3758 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
3759
3760 * simple.el (list-processes--refresh): For a server use :host or
3761 :local as the address.
3762 (list-processes): Doc fix.
3763
3764 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
3765
3766 * lisp/mpc.el: Support password in host argument.
3767 (mpc--proc-connect): Parse and use new password element.
3768 Set mpc-proc variable instead of returning process.
3769 (mpc-proc): Adjust accordingly.
3770
3771 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3772
3773 * whitespace.el (whitespace-display-mappings): Use Unicode
3774 codepoints, instead of emacs-mule codepoints. See
3775 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3776 for the details.
3777
3778 * files.el (file-truename): Don't skip symlink-chasing part on
3779 windows-nt. Incorporate the resolution of 8+3 short aliases on
3780 Windows into the loop that recursively chases symlinks.
3781 Compare directory and its parent case-insensitively on MS-Windows and
3782 MS-DOS.
3783
3784 2012-08-03 Chong Yidong <cyd@gnu.org>
3785
3786 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3787
3788 * sort.el (sort-regexp-fields): Doc fix.
3789
3790 2012-08-03 Tassilo Horn <tsdh@gnu.org>
3791
3792 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3793 labels regex position point at the expected place.
3794
3795 2012-08-03 MON KEY <monkey@sandpframing.com>
3796
3797 * net/imap.el (imap-interactive-login, imap-authenticate)
3798 (imap-mailbox-lsub, imap-mailbox-list)
3799 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3800 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3801 (imap-parse-response): Doc fix.
3802
3803 2012-08-03 João Távora <joaotavora@gmail.com>
3804
3805 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3806 if sexp scanning does not move point (Bug#5734).
3807
3808 2012-08-02 Tassilo Horn <tsdh@gnu.org>
3809
3810 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3811 Add listings, minted, and ctable packages.
3812 (reftex-label-alist-builtin): Move listings, minted, and ctable
3813 entries before LaTeX.
3814 (reftex-label-alist): Docfix.
3815
3816 2012-08-02 Bastien Guerry <bzg@gnu.org>
3817
3818 * replace.el (occur): Fix docstring (bug#12122).
3819
3820 2012-08-02 Glenn Morris <rgm@gnu.org>
3821
3822 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3823
3824 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3825
3826 Obsolete alias inactivate-current-input-method-function (Bug#10150).
3827 * international/mule-cmds.el: Create
3828 inactivate-current-input-method-function as an obsolete alias for
3829 deactivate-current-input-method-function. See Katsumi Yamaoka in
3830 <http://bugs.gnu.org/10150#46>.
3831
3832 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3833
3834 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3835 of nested `if's.
3836
3837 2012-08-01 Glenn Morris <rgm@gnu.org>
3838
3839 * progmodes/autoconf.el (autoconf-definition-regexp):
3840 Add AH_TEMPLATE, adjust submatch numbering.
3841 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3842 (autoconf-current-defun-function): Update for above change.
3843 (autoconf-current-defun-function): First skip to end of current word.
3844
3845 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
3846
3847 * calendar/cal-html.el (cal-html-insert-agenda-days):
3848 Fix typo. (Bug#12018)
3849
3850 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3851
3852 Shell processes: enhancements to startup and CEDET compatibility.
3853 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
3854 (python-shell-make-comint): accept-process-output at startup.
3855 (run-python-internal): Set inferior-python-mode-hook to nil.
3856 (python-shell-internal-get-or-create-process): call sit-for.
3857 (python-preoutput-result): Add obsolete alias.
3858 (python-shell-internal-send-string): Use it.
3859 (python-shell-send-setup-code): Remove call to
3860 accept-process-output.
3861
3862 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3863
3864 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3865 (Bug#12108)
3866
3867 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
3868
3869 * calc-mode.el (calc-basic-simplification-mode): Rename from
3870 `calc-limited-simplification-mode'.
3871 (calc-alg-simplification-mode): New function.
3872 (calc-set-simplify-mode): Adjust message.
3873
3874 * calc.el (calc-set-mode-line): Adjust mode line display for
3875 basic simplification mode.
3876
3877 * calc-help.el (calc-m-prefix-help): Update help message.
3878
3879 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
3880 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
3881
3882 2012-07-31 Bastien Guerry <bzg@gnu.org>
3883
3884 * man.el (man): Fix comment. (bug#12101)
3885
3886 2012-07-31 Martin Rudalics <rudalics@gmx.at>
3887
3888 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3889 Don't return a non-nil value when no suitable buffer was found.
3890
3891 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3892
3893 * progmodes/python.el (run-python-internal): Disable font lock for
3894 internal shells.
3895
3896 2012-07-30 Stefan Merten <smerten@oekonux.de>
3897
3898 * textmodes/rst.el: Silence `checkdoc-ispell'.
3899 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3900 (rst-official-version, rst-official-cvs-rev)
3901 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
3902 (rst-mode-map): New key binding.
3903
3904 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3905
3906 Update .PHONY listings in makefiles.
3907 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
3908 autoloads, update-subdirs, updates, bzr-update, update-authors,
3909 compile-onefile, compile-calc, backup-compiled-files,
3910 compile-after-backup, compile-one-process, mh-autoloads,
3911 bootstrap-clean, distclean, maintainer-clean.
3912
3913 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3914
3915 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
3916 (calc-set-mode-line): Don't display "AlgSimp ".
3917
3918 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
3919 (calc-lim-simplify-mode): New function.
3920 (calc-set-simplify-mode): Default to 'alg.
3921 (calc-default-simplify-mode): Make algebraic simplifications
3922 the default.
3923
3924 * calc/calc-ext.el (calc-init-extensions): Remove binding for
3925 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
3926
3927 * calc/calc-help.el (calc-m-prefix-help): Change messages to
3928 indicate new simplification modes.
3929
3930 * calc/README: Mention new default simplification mode.
3931
3932 * calc/calc.el (math-normalize-error): New variable.
3933 (math-normalize): Set `math-normalize-error' to t
3934 when there's an error.
3935
3936 * calc/calc-alg.el (math-simplify): Don't simplify when
3937 `math-normalize' returns an error.
3938
3939 2012-07-29 Eli Zaretskii <eliz@gnu.org>
3940
3941 * international/mule-cmds.el (set-locale-environment): Revert last
3942 change, since display-graphic-p returns nil when this function is
3943 called during startup. Instead...
3944
3945 * term/w32console.el (terminal-init-w32console): ...setup the
3946 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
3947
3948 2012-07-29 Juri Linkov <juri@jurta.org>
3949
3950 * simple.el (goto-line): Don't display default line number in the
3951 prompt because it should be displayed by `read-number' (bug#9952).
3952 Add the current line number to the defaults of `goto-line' to
3953 allow its easier modification by users with `M-n' (bug#9201).
3954
3955 * subr.el (read-number): Support multiple default values like in
3956 other minibuffer reading functions. Replace `read' with
3957 `string-to-number' for consistency with `number-to-string'.
3958
3959 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3960
3961 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
3962 * emulation/viper-init.el (viper-deactivate-input-method-action):
3963 Rename from viper-inactivate-input-method-action.
3964 (viper-deactivate-input-method):
3965 Rename from viper-inactivate-input-method.
3966 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
3967 * international/mule-cmds.el (deactivate-input-method):
3968 Rename from inactivate-input-method.
3969 Also run input-method-deactivate-hook.
3970 (deactivate-current-input-method-function):
3971 Rename from inactivate-current-input-method-function.
3972 (input-method-deactivate-hook): New hook.
3973 (input-method-inactivate-hook): Mark obsolete.
3974 (inactivate-input-method): Mark obsolete.
3975
3976 * international/quail.el (quail-activate):
3977 Also run quail-deactivate-hook.
3978 (quail-deactivate): Rename from quail-inactivate.
3979 * international/robin.el (robin-activate):
3980 Also run robin-deactivate-hook.
3981 (robin-deactivate): Rename from robin-inactivate.
3982
3983 2012-07-29 Chong Yidong <cyd@gnu.org>
3984
3985 * simple.el (indicate-copied-region): New function.
3986 (kill-ring-save): Split off from here.
3987
3988 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
3989 (kill-rectangle): Set deactivate-mark to t on read-only error.
3990
3991 * register.el (copy-to-register, copy-rectangle-to-register):
3992 Deactivate the mark, and use indicate-copied-region (Bug#10056).
3993 (append-to-register, prepend-to-register): Call indicate-copied-region.
3994
3995 2012-07-29 Juri Linkov <juri@jurta.org>
3996
3997 * simple.el (async-shell-command-buffer): New defcustom.
3998 (shell-command): Use it. (Bug#4719)
3999
4000 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4001
4002 * international/mule-cmds.el (set-locale-environment): In a
4003 console session on MS-Windows, set up keyboard and terminal
4004 encoding from the OEM codepage, not the ANSI codepage.
4005 (Bug#12055)
4006
4007 2012-07-28 Chong Yidong <cyd@gnu.org>
4008
4009 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4010 gdb-get-location.
4011
4012 2012-07-28 Leo Liu <sdl.web@gmail.com>
4013
4014 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4015 the alist (bug#12029).
4016
4017 2012-07-28 Eli Zaretskii <eliz@gnu.org>
4018
4019 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4020 (compile-always, compile-first)
4021 ($(lisp)/calendar/cal-loaddefs.el)
4022 ($(lisp)/calendar/diary-loaddefs.el)
4023 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4024 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4025 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4026 instead of on update-subdirs.
4027 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4028
4029 2012-07-28 Chong Yidong <cyd@gnu.org>
4030
4031 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4032 directory if vc-deduce-backend returns nil (Bug#7350).
4033
4034 * simple.el (delete-trailing-lines): New option.
4035 (delete-trailing-whitespace): Obey it (Bug#11879).
4036
4037 2012-07-28 David Engster <deng@randomsample.de>
4038
4039 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4040 Explanation of new 'symbol-qnames feature in doc-strings.
4041 (xml-maybe-do-ns): Return expanded names as plain symbols if
4042 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4043 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4044
4045 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4046
4047 Consistent completion in inferior python with emacs -nw.
4048 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4049 binding in inferior-python-mode-map with "\t".
4050 (python-shell-completion-complete-at-point)
4051 (python-completion-complete-at-point): Remove interactive spec.
4052
4053 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4054
4055 * calc/calccomp.el (math-compose-expr): Undo previous change.
4056
4057 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4058
4059 * progmodes/python.el (python-mode-map): Add keybinding for
4060 run-python.
4061 (python-shell-make-comint): Fix pop-to-buffer call.
4062 (run-python): Autoload. New arg SHOW.
4063 (python-shell-get-or-create-process): Do not pop python process
4064 buffer.
4065
4066 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
4067
4068 * notifications.el (notifications-on-action-signal)
4069 (notifications-on-closed-signal): Use also the bus address for the map.
4070 (notifications-notify, notifications-close-notification)
4071 (notifications-get-capabilities): Add optional argument BUS.
4072
4073 2012-07-27 Tassilo Horn <tsdh@gnu.org>
4074
4075 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4076 Add support for the lstlisting and minted environments, and for the
4077 ctable macro.
4078 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4079 labels written in keyvals syntax.
4080
4081 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4082
4083 * calc/calccomp.el (math-compose-expr): Use parentheses when
4084 there is a product in the denominator of a fraction.
4085
4086 2012-07-26 Eli Zaretskii <eliz@gnu.org>
4087
4088 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4089 ($(lisp)/calendar/diary-loaddefs.el)
4090 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4091 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4092 Fixes failures in parallel bootstrap because subdirs.el is being
4093 rewritten while the autoload files are built at the same time,
4094 which needs to load subdirs.el.
4095
4096 2012-07-26 Martin Rudalics <rudalics@gmx.at>
4097
4098 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4099 (mouse-drag-line): Don't exit tracking when a switch-frame or
4100 switch-window event occurs (Bug#12006).
4101
4102 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4103
4104 * mouse.el (popup-menu): Fix last change.
4105
4106 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 Autoload from Lisp with more care. Follow aliases when looking for
4109 function properties.
4110 * subr.el (autoloadp): New function.
4111 (symbol-file): Use it.
4112 (function-get): New function.
4113 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4114 autoload-do-load.
4115 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4116 (lisp-indent-function):
4117 * emacs-lisp/gv.el (gv-get):
4118 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4119 * emacs-lisp/byte-opt.el (byte-optimize-form):
4120 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4121 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4122 Use function-get.
4123 * emacs-lisp/cl.el: Don't propagate function properties any more.
4124
4125 * speedbar.el (speedbar-add-localized-speedbar-support):
4126 * emacs-lisp/disass.el (disassemble-internal):
4127 * desktop.el (desktop-load-file):
4128 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4129 (describe-function-1):
4130 * emacs-lisp/find-func.el (find-function-noselect):
4131 * emacs-lisp/elp.el (elp-instrument-function):
4132 * emacs-lisp/advice.el (ad-has-proper-definition):
4133 * apropos.el (apropos-safe-documentation, apropos-macrop):
4134 * emacs-lisp/debug.el (debug-on-entry):
4135 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4136 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4137 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4138
4139 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4140
4141 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4142 function, not an obsolete variable (Bug#12046).
4143
4144 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4145
4146 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4147
4148 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4149
4150 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4151 window only if it is still live (Bug#12034).
4152
4153 2012-07-25 Martin Rudalics <rudalics@gmx.at>
4154
4155 * subr.el (redirect-frame-focus): Add advertised calling
4156 convention (Bug#12030).
4157
4158 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4159
4160 Prefer typical American spelling for "acknowledgment".
4161 * vc/add-log.el (change-log-acknowledgment): Rename from
4162 change-log-acknowledgement, with an alias for the old name.
4163
4164 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4165
4166 * calc-alg.el (math-simplify-divide): Don't cross multiply
4167 in an equation when the lhs is a variable.
4168
4169 2012-07-24 Julien Danjou <julien@danjou.info>
4170
4171 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4172 Remove, unused.
4173
4174 2012-07-23 Eli Zaretskii <eliz@gnu.org>
4175
4176 * startup.el (command-line): Don't display an empty user name in
4177 the error message about non-existent home directory, when
4178 init-file-user was set to an empty string. See
4179 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4180 for the details and context.
4181
4182 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4183
4184 * ses.el (ses-cell-formula-aset): New macro.
4185 (ses-cell-references-aset): New macro.
4186 (ses-cell-p): New function.
4187 (ses-rename-cell): Do no longer rely on complex operations like
4188 ses-cell-set-formula or ses-set-cell to change the cell and handle
4189 the undo at the same time, but rather use lower level new macros
4190 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
4191 the undo directly. Refresh the mode line.
4192
4193 2012-07-21 Leo Liu <sdl.web@gmail.com>
4194
4195 * progmodes/cc-cmds.el (c-defun-name):
4196 Use match-string-no-properties instead for consistency.
4197
4198 2012-07-20 Leo Liu <sdl.web@gmail.com>
4199
4200 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4201 (Bug#7879)
4202
4203 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4204
4205 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4208 * progmodes/bug-reference.el, misearch.el: Provide themselves
4209 (bug#11915).
4210
4211 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4212 of narrowed buffer (bug#11966).
4213
4214 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4215
4216 * ses.el (ses-rename-cell): Set new name also in reference list of
4217 cells of which the renamed cell depends.
4218
4219 2012-07-20 Masatake YAMATO <yamato@redhat.com>
4220
4221 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4222 to check whether menu-bar is shown or not. If not shown,
4223 show the menu-bar as a popup menu instead of using tmm.
4224 * mouse.el (popup-menu): Accept `point' as `position' argument.
4225
4226 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4227
4228 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4229 up inside string symbol literal (bug#11923).
4230
4231 2012-07-20 Eli Zaretskii <eliz@gnu.org>
4232
4233 * startup.el (fancy-startup-text): Read the whole tutorial, not
4234 just its first 256 bytes. Prevents gibberish in display of the
4235 tutorial title.
4236
4237 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4238
4239 Drop idle buffer compaction due to an absence of the
4240 proved efficiency.
4241 * compact.el: Remove.
4242
4243 2012-07-19 Sam Steingold <sds@gnu.org>
4244
4245 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4246 vc-bzr-pull & vc-bzr-merge-branch.
4247 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4248 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4249 for consistency with compilation-error-regexp-alist.
4250 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4251 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4252 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4253 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4254
4255 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * emacs-lisp/chart.el: Use lexical-binding.
4258 (chart-emacs-storage): Don't hardcode the list of entries.
4259
4260 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4261
4262 Next round of tweaks caused by Fgarbage_collect changes.
4263 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4264
4265 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4266
4267 Compact buffers when idle.
4268 * compact.el: New file.
4269
4270 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * subr.el (eventp): Presume that if it looks vaguely like an event,
4273 it's an event (bug#10190).
4274
4275 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4276
4277 Enhancements to ppss related code (thanks Stefan).
4278 * progmodes/python.el (python-indent-context)
4279 (python-indent-calculate-indentation, python-indent-dedent-line)
4280 (python-indent-electric-colon, python-nav-forward-block)
4281 (python-mode-abbrev-table)
4282 (python-info-assignment-continuation-line-p): Simplify checks
4283 for ppss context.
4284 (python-info-continuation-line-p): Cleanup.
4285 (python-info-ppss-context): Do not catch 'quote.
4286 (python-info-ppss-context-type)
4287 (python-info-ppss-comment-or-string-p): Simplify.
4288
4289 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4290
4291 * progmodes/python.el: Enhancements to eldoc support.
4292 (python-info-current-symbol): New function.
4293 (python-eldoc-at-point): Use python-info-current-symbol.
4294 (python-info-current-defun): Fix cornercase on first defun scan.
4295 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4296 and signal error when no inferior python process is available.
4297
4298 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4299
4300 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4301 assume it's always t.
4302 (vc-git-registered): Remove caching, the function is only called
4303 once.
4304 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4305
4306 2012-07-18 Chong Yidong <cyd@gnu.org>
4307
4308 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4309
4310 * simple.el (count-words): Report on narrowing (Bug#9959).
4311
4312 * bindings.el: Bind M-= to count-words.
4313
4314 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4315
4316 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4317
4318 * progmodes/sh-script.el (sh-imenu-generic-expression):
4319 Capture a function with `function' keyword and without parentheses
4320 like "function FOO" (bug#11856).
4321
4322 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4323
4324 * window.el (split-window-sensibly): Make WINDOW argument
4325 optional.
4326
4327 2012-07-18 Chong Yidong <cyd@gnu.org>
4328
4329 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4330
4331 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4332 and make C-x 8 RET exit isearch (Bug#11439).
4333
4334 * international/iso-transl.el: Move isearch-mode-map key
4335 definitions to isearch.el.
4336
4337 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4340 (eieio-defclass): Use gv-define-setter when possible.
4341
4342 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4343
4344 Reflect recent changes in Fgarbage_collect.
4345 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4346 reflect new format of data returned by Fgarbage_collect.
4347
4348 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4349
4350 New utility functions + python-info-ppss-context fix (Bug#11910).
4351 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4352 (python-info-ppss-comment-or-string-p): New functions.
4353 (python-info-ppss-context): Small fix for string check.
4354
4355 2012-07-17 Juri Linkov <juri@jurta.org>
4356
4357 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4358 (dired-do-async-shell-command): Don't add `*' at the end of the
4359 command (Bug#11815).
4360 (dired-do-shell-command): Doc fix.
4361 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4362 Join the individual commands using either "&" or ";" as the
4363 separator depending on the values of these trailing characters.
4364 At the end re-add the trailing "&". (Bug#10598)
4365
4366 * simple.el (async-shell-command): Sync the interactive spec with
4367 `shell-command'. Doc fix.
4368 (shell-command): Doc fix.
4369
4370 2012-07-17 Juri Linkov <juri@jurta.org>
4371
4372 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4373
4374 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4375
4376 Final renames and doc fixes for movement commands (bug#11899).
4377 * progmodes/python.el (python-nav-beginning-of-statement):
4378 Rename from python-nav-statement-start.
4379 (python-nav-end-of-statement): Rename from
4380 python-nav-statement-end.
4381 (python-nav-beginning-of-block): Rename from
4382 python-nav-block-start.
4383 (python-nav-end-of-block): Rename from python-nav-block-end.
4384
4385 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4386
4387 * progmodes/python.el (python-shell-send-string-no-output):
4388 Allow accept-process-output to quit, keeping shell process ready for
4389 future interactions (Bug#11868).
4390
4391 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4394
4395 * emacs-lisp/elint.el (elint-find-args-in-code):
4396 Use help-function-arglist, so as to handle lexical byte-code.
4397
4398 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4399 change (bug#11826).
4400
4401 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4402
4403 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4404 Avoid spuriously marking the buffer as modified because of c-is-sws.
4405
4406 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4407 as not-a-comment (bug#11946).
4408
4409 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4410 for uninterned vars.
4411
4412 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4413 Use read-event since we don't really want to read chars but bytes.
4414
4415 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4416 $$..$$ but also $..$ using regexps (bug#11953).
4417 Use tex-verbatim for \url and \path.
4418 (tex-font-lock-keywords): Define as defconst like the others.
4419 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4420
4421 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4422
4423 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4424 alias for insert-char.
4425
4426 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4427
4428 * progmodes/python.el: Simplified imenu implementation.
4429 (python-nav-jump-to-defun): Remove command.
4430 (python-mode-map): Use `imenu' instead.
4431 (python-nav-list-defun-positions-cache)
4432 (python-imenu-include-defun-type, python-imenu-make-tree)
4433 (python-imenu-subtree-root-label, python-imenu-index-alist):
4434 Remove vars.
4435 (python-nav-list-defun-positions, python-nav-read-defun)
4436 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4437 (python-imenu-make-tree, python-imenu-create-index):
4438 Remove functions.
4439 (python-mode): Update to interact with imenu by setting
4440 `imenu-extract-index-name-function' only.
4441
4442 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4443
4444 * progmodes/python.el: Enhancements to navigation commands.
4445 (python-nav-backward-sentence)
4446 (python-nav-forward-sentence): Remove.
4447 (python-nav-backward-statement, python-nav-forward-statement)
4448 (python-nav-statement-start, python-nav-statement-end)
4449 (python-nav-backward-block, python-nav-forward-block)
4450 (python-nav-block-start, python-nav-block-end)
4451 (python-nav-forward-sexp-function)
4452 (python-info-current-line-comment-p)
4453 (python-info-current-line-empty-p): New functions.
4454 (python-indent-context): Use `python-nav-statement-start'.
4455
4456 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4457
4458 * eshell/em-ls.el (eshell/ls): Use `apply'.
4459
4460 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4461 multi-hops, instead of Tramp internals.
4462
4463 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4464
4465 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4466 when F1 and F2 are located on different hosts.
4467
4468 2012-07-14 Chong Yidong <cyd@gnu.org>
4469
4470 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4471 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4472 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4473 (xterm-mouse--read-event-sequence-1000)
4474 (xterm-mouse--read-event-sequence-1006): New functions. For old
4475 mouse protocol, handle M-mouse-X events correctly.
4476 (xterm-mouse-event): New arg specifying mouse protocol.
4477 (turn-on-xterm-mouse-tracking-on-terminal)
4478 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4479 sequence to toggle extended coordinates on newer XTerms.
4480 This appears to be harmless on terminals which do not support this.
4481
4482 2012-07-14 Leo Liu <sdl.web@gmail.com>
4483
4484 Add fringe bitmap indicators for flymake. (Bug#11253)
4485 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4486 (flymake-make-overlay): New arg BITMAP.
4487 (flymake-error-bitmap, flymake-warning-bitmap)
4488 (flymake-fringe-indicator-position): New user variables.
4489
4490 * fringe.el: New bitmap exclamation-mark.
4491
4492 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4493
4494 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4495 also (Bug#7879).
4496
4497 2012-07-14 Chong Yidong <cyd@gnu.org>
4498
4499 * electric.el (electric-pair-post-self-insert-function): Fix pair
4500 insertion in empty-region case (Bug#11520).
4501
4502 2012-07-14 Chong Yidong <cyd@gnu.org>
4503
4504 * bindings.el: Consolidate ctl-x-r-map bindings.
4505 Bind copy-rectangle-as-kill to C-x r w.
4506
4507 * rect.el, register.el: Move bindings to bindings.el.
4508
4509 2012-07-14 Reuben Thomas <rrt@sc3d.org>
4510
4511 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4512
4513 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4514
4515 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4516
4517 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4518
4519 * bindings.el (top): Use `mapc' instead of `mapcar'.
4520
4521 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4522
4523 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
4524
4525 * progmodes/sql.el (sql-comint): Suppress the check for program on
4526 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4527 (Bug#11908)
4528
4529 2012-07-13 Chong Yidong <cyd@gnu.org>
4530
4531 * bindings.el: Assign a non-nil permanent-local property to
4532 per-buffer variables which lack a default value (Bug#11930).
4533
4534 * help-fns.el (describe-variable): In the "automatically becomes
4535 local" notice, take note of permanent-local variables.
4536
4537 2012-07-13 Chong Yidong <cyd@gnu.org>
4538
4539 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4540 to allow printing the message when called from Lisp.
4541
4542 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4543 Remove toggle-read-only.
4544
4545 * bs.el (bs-toggle-readonly):
4546 * buff-menu.el (Buffer-menu-toggle-read-only):
4547 Remove with-no-warnings around toggle-read-only.
4548
4549 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4550 Remove with-no-warnings around toggle-read-only.
4551 (ffap-read-only, ffap-read-only-other-window)
4552 (ffap-read-only-other-frame): Callers changed.
4553
4554 * help-mode.el: Don't require view package.
4555 (help-mode-finish): Set buffer-read-only instead of calling
4556 toggle-read-only.
4557
4558 * bindings.el (mode-line-toggle-read-only):
4559 * dired.el (dired-toggle-read-only):
4560 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4561 with non-nil second arg.
4562
4563 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4564 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4565 directly.
4566
4567 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4568
4569 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4570 not incf.
4571
4572 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 More CL cleanups and reduction of use of cl.el.
4575 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4576 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4577 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4578 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4579 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4580 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4581 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4582 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4583 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4584 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4585 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4586 * eshell/em-cmpl.el, eshell/em-banner.el:
4587 * calendar/parse-time.el: Use cl-lib.
4588 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4589 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4590 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4591 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4592 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4593 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4594 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4595 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4596 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4597 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4598 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4599 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4600 `lambda' rather than with `quote'.
4601 (eshell-do-opt): Adjust accordingly.
4602 (eshell-process-option): Simplify.
4603 * eshell/esh-var.el:
4604 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4605 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4606 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4607 to `pcase--dontcare'.
4608 * emacs-lisp/cl.el (labels): Mark obsolete.
4609 (cl--letf, letf): Move to cl-lib.
4610 (cl--letf*, letf*): Remove.
4611 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4612 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4613 (cl-progv): Rewrite.
4614 (cl--letf, cl-letf): Move from cl.el.
4615 (cl-letf*): New macro.
4616 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4617
4618 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
4619
4620 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4621
4622 2012-07-11 Chong Yidong <cyd@gnu.org>
4623
4624 * vc/log-edit.el (log-edit-vc-backend): New variable.
4625 (log-edit): Doc fix.
4626
4627 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
4628 argument of log-edit to set up all local variables.
4629 (vc-start-logentry): New optional arg specifying VC backend.
4630
4631 * vc/vc.el (vc-checkin): Use it.
4632 (vc-deduce-fileset): Handle Log Edit buffers.
4633 (vc-diff): Make first argument optional too.
4634
4635 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4636
4637 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
4638
4639 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4640 command, just in case. The function is not needed anymore.
4641 (eshell-external-command): Do not call `eshell-remote-command'.
4642
4643 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 Reduce use of (require 'cl).
4646 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4647 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4648 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4649 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4650 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4651 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4652 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4653 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4654 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4655 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4656 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4657 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4658 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4659 (byte-compile-unfold-bcf, byte-compile-check-variable):
4660 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4661 (byte-compile-nilconstp):
4662 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4663 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4664
4665 * emacs-lisp/gv.el (cond): Make it a valid place.
4666 (if): Simplify slightly.
4667
4668 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4669 (pcase--self-quoting-p): New function.
4670 (pcase--u1): Use it.
4671
4672 2012-07-10 Glenn Morris <rgm@gnu.org>
4673
4674 * emacs-lisp/authors.el (authors-fixed-entries):
4675 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4676
4677 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4678
4679 Rename configure.in to configure.ac (Bug#11603).
4680 * emacs-lisp/authors.el (authors-canonical-file-name):
4681 * progmodes/autoconf.el (autoconf-mode):
4682 Prefer configure.ac to configure.in.
4683
4684 2012-07-08 Chong Yidong <cyd@gnu.org>
4685
4686 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4687 Implement the mouse-1-click-follows-link handling properly.
4688
4689 * info.el (Info-link-keymap): Use follow-link mechanism for
4690 header-line links (Bug#374).
4691
4692 * simple.el (deactivate-mark): Do not set the primary selection
4693 if another program has acquired it (Bug#11772).
4694
4695 2012-07-07 Kevin Ryde <user42@zip.com.au>
4696
4697 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4698 (woman-decode-region): Replace escaped-escapes without destroying
4699 bold or underline (Bug#11552).
4700 (woman2-process-escapes): Handle nofill regions (Bug#11591).
4701
4702 2012-07-07 Chong Yidong <cyd@gnu.org>
4703
4704 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
4705 (interprogram-cut-function, interprogram-paste-function):
4706 Mention that we typically mean the clipboard.
4707
4708 2012-07-06 Glenn Morris <rgm@gnu.org>
4709
4710 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4711
4712 * files.el (toggle-read-only): Restrict message to interactive use.
4713
4714 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4717
4718 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4719
4720 2012-07-06 Glenn Morris <rgm@gnu.org>
4721
4722 * Makefile.in (compile-one-process): Rename from "recompile".
4723
4724 * Makefile.in (bzr-update): "compile" is the same as "recompile
4725 autoloads", but parallelizable, so use that instead.
4726
4727 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4728
4729 * window.el (quit-window): Always restore window height when
4730 it's saved in quit-restore parameter (Bug#11810).
4731
4732 2012-07-06 Glenn Morris <rgm@gnu.org>
4733
4734 * simple.el (kill-whole-line): Doc tweak.
4735
4736 2012-07-06 Eli Zaretskii <eliz@gnu.org>
4737
4738 * files.el (file-relative-name): Compare file names
4739 case-insensitively if on MS-Windows or MS-DOS, or if
4740 read-file-name-completion-ignore-case is non-nil. Don't use
4741 case-fold-search for this purpose. (Bug#11827)
4742
4743 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4744
4745 * calendar/cal-dst.el (calendar-current-time-zone):
4746 Return calendar-current-time-zone-cache if non-nil.
4747
4748 2012-07-17 Masatake YAMATO <yamato@redhat.com>
4749 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
4750
4751 * calendar/cal-dst.el (calendar-current-time-zone):
4752 Return calendar-current-time-zone-cache if non-nil.
4753
4754 2012-07-06 Glenn Morris <rgm@gnu.org>
4755
4756 * Makefile.in (cvs-update): Remove old alias.
4757
4758 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
4759
4760 Sync with Tramp 2.2.6-pre.
4761
4762 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4763 compatible declaration.
4764
4765 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4766 Protect `list-load-path-shadows' call.
4767
4768 * net/tramp-compat.el (top): Require packages, which aren't
4769 autoloaded anymore for XEmacs. Protect call of
4770 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4771 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
4772 it hurts at least for SXEmacs.
4773 (tramp-compat-temporary-file-directory): In XEmacs, there is no
4774 standard-value for `temporary-file-directory'.
4775
4776 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4777 Redirect stderr to /dev/null.
4778 (tramp-sh-handle-write-region): uid and gid can be floats.
4779 Reported by Russell Sim <russell.sim@gmail.com>.
4780 (tramp-sh-handle-vc-registered): Hide errors.
4781 (tramp-vc-file-name-handler): Use dummy results for `process-file'
4782 and `start-file-process'.
4783 (tramp-maybe-open-connection): Check also whether `non-essential'
4784 is bound.
4785
4786 2012-07-04 Chong Yidong <cyd@gnu.org>
4787
4788 * xml.el (xml--parse-buffer): Use xml-syntax-table.
4789 (xml-parse-tag): Likewise, and avoid changing entity tables.
4790 (xml-syntax-table): Define from scratch, making sure not to give
4791 x2000 and other Unicode spaces whitespace syntax, since those are
4792 not spaces in XML.
4793 (xml-parse-fragment): Delete unused function.
4794 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4795 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4796 (xml-entity-ref, xml-pe-reference-re)
4797 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4798 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4799 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4800 (xml-entity-value-re): Use syntax references in regexps where
4801 possible; no need to define inside a let-binding.
4802 (xml-parse-dtd): Use xml-pe-reference-re.
4803 (xml-entity-or-char-ref-re): New defconst.
4804 (xml-parse-string, xml-substitute-special): Use it.
4805
4806 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4807
4808 * files.el (locate-dominating-file): Allow `name' to be a predicate.
4809 (find-file--read-only): New function.
4810 (find-file-read-only, find-file-read-only-other-window)
4811 (find-file-read-only-other-frame): Use it.
4812 (insert-file-contents-literally): Don't `fset'.
4813 (get-free-disk-space): Use locate-dominating-file.
4814
4815 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4816 function is already compiled.
4817
4818 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4819
4820 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
4821
4822 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4823 files on the same host.
4824
4825 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4826
4827 * help-fns.el (describe-function-1): Only call
4828 help-fns--autoloaded-p when we have a file name. (Bug#11848)
4829
4830 2012-07-03 Chong Yidong <cyd@gnu.org>
4831
4832 * xml.el: Protect parser against XML bombs.
4833 (xml-entity-expansion-limit): New variable.
4834 (xml-parse-string, xml-substitute-special): Use it.
4835 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4836
4837 2012-07-03 Glenn Morris <rgm@gnu.org>
4838
4839 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4840 Allow linking to specific messages in debbugs reports (eg 123#5).
4841
4842 2012-07-02 Chong Yidong <cyd@gnu.org>
4843
4844 * xml.el: Fix entity and character reference expansion, allowing
4845 them to expand into markup as per XML spec.
4846 (xml-default-ns): New variable.
4847 (xml-entity-alist): Use XML spec definitions for lt and amp.
4848 (xml-parse-region): Make first two arguments optional.
4849 Discard text properties.
4850 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
4851 All callers changed.
4852 (xml-parse-tag): Call xml-parse-tag-1. For backward
4853 compatibility, this function should not modify buffer contents.
4854 (xml-parse-tag-1): Fix opening-tag regexp.
4855 (xml-parse-string): Rewrite, handling entity and character
4856 references properly.
4857 (xml--entity-replacement-text): Signal an error if a parameter
4858 entity is undefined.
4859
4860 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4861
4862 * comint.el (comint-output-filter): Filter out repeated prompts.
4863
4864 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4865 and file-name-absolute-p.
4866 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
4867 internal calls.
4868
4869 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4870
4871 Spelling fixes.
4872 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
4873 Rename from byte-compile--refiy-function. All uses changed.
4874
4875 2012-07-01 Chong Yidong <cyd@gnu.org>
4876
4877 * xml.el (xml--parse-buffer): New function. Move most of
4878 xml-parse-region here.
4879 (xml-parse-region): Copy region into a temporary buffer, since
4880 parameter entity substitution requires changing buffer contents.
4881 Use xml--parse-buffer.
4882 (xml-parse-file): Use xml--parse-buffer.
4883 (xml-parse-dtd): Make parameter entity substitution work right.
4884 Use proper regexps for ELEMENT declarations (Bug#7172).
4885
4886 2012-06-30 Glenn Morris <rgm@gnu.org>
4887
4888 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4889
4890 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4891 Remove outdated and unnecessary dbus declarations.
4892
4893 2012-06-30 Eli Zaretskii <eliz@gnu.org>
4894
4895 * emacs-lisp/timer.el (timer-until): Subtract results of
4896 float-time, instead of taking float-time of the result of
4897 time-subtract, since float-time signals an error for negative time
4898 arguments.
4899
4900 2012-06-30 Chong Yidong <cyd@gnu.org>
4901
4902 * xml.el (xml-*-re): Convert defvars into defconsts, and
4903 eval-and-compile them so eval-and-compile works on derivatives.
4904 (xml--entity-replacement-text): Use eval-and-comple.
4905
4906 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
4907
4908 * vc/vc-git.el (vc-git-registered): Use cache property
4909 `git-registered'.
4910 (vc-git-mode-line-string): Call `vc-working-revision' instead of
4911 `vc-git-working-revision' in order to benefit from the cache.
4912 (vc-git-root): Use cache property `git-root'. (Bug#11757)
4913
4914 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
4915
4916 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
4917 removed (likely outside Emacs). (Bug#11757)
4918
4919 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * emacs-lisp/cl-lib.el: Require macroexp.
4922
4923 2012-06-30 Chong Yidong <cyd@gnu.org>
4924
4925 * xml.el: Implement XML parameter entities.
4926 (xml-parameter-entity-alist): New variable.
4927 (xml-parse-region, xml-parse-fragment): Preserve previous values
4928 of xml-entity-alist and xml-parameter-entity-alist, so that
4929 repeated calls on different documents do not change them.
4930 (xml-parse-tag): Fix doctype regexp.
4931 (xml--entity-replacement-text): New function.
4932 (xml-parse-dtd): Use it. Don't handle system entities; doing that
4933 properly requires url retrieval which is unimplemented.
4934 (xml-escape-string): Doc fix.
4935
4936 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4939
4940 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4941
4942 * fringe.el (fringe-mode): Doc fix.
4943
4944 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
4945
4946 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4947 is non-nil.
4948 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
4949 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
4950
4951 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
4952
4953 * calendar/cal-dst.el (calendar-current-time-zone):
4954 Return calendar-current-time-zone-cache if non-nil.
4955
4956 2012-06-29 Masatake YAMATO <yamato@redhat.com>
4957
4958 * progmodes/which-func.el (which-func-format):
4959 Add mouse-face. (Bug#11698)
4960
4961 2012-06-29 Leo Liu <sdl.web@gmail.com>
4962
4963 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4964
4965 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * minibuffer.el (minibuffer-confirm-exit-commands):
4968 Add completion-at-point (bug#11725).
4969
4970 2012-06-29 Glenn Morris <rgm@gnu.org>
4971
4972 * progmodes/f90.el (f90-font-lock-keywords-2):
4973 Add some preprocessor elements. (Bug#10499)
4974
4975 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * progmodes/cperl-mode.el (cperl-update-syntaxification):
4978 Use syntax-propertize (bug#11739).
4979
4980 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
4981
4982 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4983
4984 2012-06-28 Julien Danjou <julien@danjou.info>
4985
4986 * term.el (term-handle-colors-array): Use a set of new faces to
4987 color the terminal. Also uses :inverse-video property.
4988 (term-default-fg-color): Set to nil by default, deprecate in favor
4989 of `term-face'.
4990 (term-default-bg-color): Set to nil by default, deprecate in favor
4991 of `term-face'.
4992 (term-current-face): Use `term-face' by default.
4993 (term-bold-attribute): Variable deleted.
4994
4995 2012-06-28 Glenn Morris <rgm@gnu.org>
4996
4997 * simple.el (completion-list-mode-finish):
4998 Don't use toggle-read-only. (Since completion-list-mode has
4999 a special mode-class, it wasn't doing anything extra anyway.)
5000
5001 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 Make inlining of other-mode interpreted functions work (bug#11799).
5004 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5005 (byte-compile): Use it to fix compilation of lexical-binding closures.
5006 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5007 function, if needed.
5008
5009 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * help-mode.el (help-make-xrefs): Don't just withstand
5012 cyclic-variable-indirection but any error in documentation-property.
5013
5014 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5015 memory use.
5016 * bindings.el (bindings--define-key): New function.
5017 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5018 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5019 * bindings.el: Use it to purecopy define-key bindings.
5020
5021 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5022
5023 * emacs-lisp/cl.el (flet): Mark obsolete.
5024 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5025 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5026 * progmodes/js.el (js-c-fill-paragraph):
5027 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5028 (ebrowse-switch-member-buffer-to-derived-class):
5029 * play/5x5.el (5x5-solver): Use cl-flet.
5030
5031 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5032 (cl--symbol-function): New macro.
5033 (cl--letf, cl--letf*): Use it.
5034
5035 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5036 Strip "toggle-" if any.
5037
5038 2012-06-27 Glenn Morris <rgm@gnu.org>
5039
5040 * info.el (Info-default-directory-list): Move here from paths.el.
5041 * paths.el: Remove file, which is now empty.
5042 * loadup.el: No longer load "paths".
5043
5044 * custom.el (custom-initialize-delay): Doc fix.
5045
5046 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5047 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5048 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5049 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5050 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5051 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5052 * eshell/eshell.el (eshell-defgroup): Remove alias.
5053
5054 2012-06-27 Chong Yidong <cyd@gnu.org>
5055
5056 * help.el (help-enable-auto-load): New variable.
5057
5058 * help-fns.el (help-fns--autoloaded-p): New function.
5059 (describe-function-1): Refer to a function as "autoloaded" if it
5060 was autoloaded at any time in the past. Perform autoloading if
5061 help-enable-auto-load is non-nil.
5062
5063 2012-06-26 Eli Zaretskii <eliz@gnu.org>
5064
5065 * makefile.w32-in (compile, compile-always): Depend on
5066 update-subdirs, not on subdirs.el. Otherwise, several different
5067 sub-targets of 'bootstrap' running in parallel could
5068 simultaneously write to subdirs.el, producing a garbled file.
5069
5070 2012-06-26 Sam Steingold <sds@gnu.org>
5071
5072 * files.el (file-name-base): New convenience function.
5073 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5074 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5075 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5076 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5077 * textmodes/ispell.el, textmodes/reftex-ref.el:
5078 * textmodes/tex-mode.el: Use it.
5079 Did not touch cedet and org because they are maintained elsewhere.
5080
5081 2012-06-26 Martin Rudalics <rudalics@gmx.at>
5082
5083 * calendar/calendar.el (calendar-exit): Don't try to delete or
5084 iconify last frame. See:
5085 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5086
5087 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5088
5089 * server.el (server-process-filter): Remember dir in the
5090 process's `server-client-directory' properties.
5091
5092 2012-06-24 Chong Yidong <cyd@gnu.org>
5093
5094 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5095 non-tag text.
5096
5097 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
5098
5099 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5100
5101 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5102
5103 * help-fns.el (describe-variable): Don't croak when doc is not found.
5104 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5105 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5106 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5107 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5108 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5109 ((lambda ..) ..).
5110 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5111
5112 2012-06-23 Chong Yidong <cyd@gnu.org>
5113
5114 * info.el (Info-mouse-follow-link): Accept symbol values of
5115 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
5116 (Info-fontify-node): Use Info-link-keymap for all navigation
5117 buttons, with link-args property to perform the desired action.
5118 (Info-link-keymap): Doc fix.
5119 (Info-next-link-keymap, Info-prev-link-keymap)
5120 (Info-up-link-keymap): Delete now-unused keymaps.
5121
5122 2012-06-23 Chong Yidong <cyd@gnu.org>
5123
5124 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5125
5126 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5127 system abbrevs.
5128
5129 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5130
5131 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5134 (bug#11719).
5135
5136 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5137 the requote function doesn't work properly (bug#11714).
5138
5139 2012-06-23 Glenn Morris <rgm@gnu.org>
5140
5141 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5142
5143 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 Further GV/CL cleanups.
5146 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5147 gv-expander.
5148 (gv--defun-declaration): New function.
5149 (defun-declarations-alist): Use it.
5150 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5151 (gv-place): Autoload.
5152 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5153 original definition of dotimes and dolist.
5154 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5155 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5156 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5157 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5158 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5159 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5160 to the function's definition.
5161 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5162 * window.el:
5163 * files.el:
5164 * faces.el:
5165 * env.el: Don't use CL.
5166
5167 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5168
5169 Support higher-resolution time stamps (Bug#9000).
5170
5171 * calendar/time-date.el (with-decoded-time-value): New arg
5172 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5173 (encode-time-value): New optional arg PICO. New type 3.
5174 (time-to-seconds) [!float-time]: Support the new picoseconds
5175 component if it's used.
5176 (seconds-to-time, time-subtract, time-add):
5177 Support ps-resolution time stamps as well.
5178
5179 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5180 (timerp): Timer vectors now have length 9, not 8.
5181 (timer--time): Support new-style (4-part) time stamps.
5182 (timer-next-integral-multiple-of-time): Time stamps now have
5183 picosecond resolution, so take a bit more care about rounding.
5184 (timer-relative-time, timer-inc-time): New optional arg psecs.
5185 (timer-set-time-with-usecs): Set psecs to 0.
5186 (timer--activate): Check psecs component, too.
5187
5188 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5189
5190 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5193 Move the non-essential binding to the post/pre-command-hook where it is
5194 more obviously correct.
5195
5196 * subr.el (read-passwd): Don't use a history at all.
5197 * savehist.el (savehist-save): Remove password saved accidentally
5198 because of the above bug.
5199
5200 2012-06-22 Bastien Guerry <bzg@gnu.org>
5201
5202 * files.el (toggle-read-only): Display a message telling whether
5203 the buffer is read-only or not (bug#11726).
5204
5205 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * emacs-lisp/gv.el: New file.
5208 * subr.el (push, pop): Extend to generalized variables.
5209 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5210 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5211 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5212 gv-define-simple-setter, and gv-define-expander.
5213 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5214 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5215 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5216 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5217 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5218 gv-letplace.
5219 (cl-defstruct): Don't define setf-method any more.
5220 * emacs-lisp/cl.el (flet): Don't autoload.
5221 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5222 (define-setf-expander, defsetf, define-modify-macro)
5223 (cl-struct-setf-expander): Move from cl-lib.el.
5224 * emacs-lisp/syntax.el:
5225 * emacs-lisp/ewoc.el:
5226 * emacs-lisp/smie.el:
5227 * emacs-lisp/cconv.el:
5228 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5229 (timer--time): Use gv-define-simple-setter.
5230 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5231 to avoid coding-system problems in subr.el. Adjust all users.
5232 (macroexp--maxsize, macroexp-small-p): New functions.
5233 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5234 * scroll-bar.el (scroll-bar-mode):
5235 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5236 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5237 * winner.el (winner-configuration, winner-make-point-alist)
5238 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5239 * files.el (locate-file-completion-table): Avoid list*.
5240
5241 2012-06-22 Chong Yidong <cyd@gnu.org>
5242
5243 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5244 (dired-create-files): Doc fix (Bug#11329).
5245 (dired-do-copy): Doc fix (Bug#11334).
5246 (dired-mark-read-string): Doc fix (Bug#11553).
5247
5248 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5249 Doc fix (Bug#11326).
5250 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5251 (dired-dwim-target): Doc fix.
5252
5253 * wdired.el (wdired-mode): Doc fix.
5254
5255 2012-06-22 Glenn Morris <rgm@gnu.org>
5256
5257 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5258 (pcmpl-rpm-cache-stamp-file): New constant.
5259 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5260 (pcmpl-rpm-packages): Optionally cache list of packages.
5261
5262 * pcmpl-rpm.el (pcmpl-rpm): New group.
5263 (pcmpl-rpm-query-options): New option.
5264 (pcmpl-rpm-packages): No need to inline it.
5265 Use pcmpl-rpm-query-options.
5266
5267 * calendar/calendar.el (calendar-in-read-only-buffer):
5268 Avoid some needless mode changes.
5269
5270 2012-06-21 Chong Yidong <cyd@gnu.org>
5271
5272 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5273 (desktop-path): Remove . from the default value (Bug#10977).
5274 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5275
5276 2012-06-20 Chong Yidong <cyd@gnu.org>
5277
5278 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5279
5280 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5281
5282 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5283 (bug#11201).
5284
5285 2012-06-20 Chong Yidong <cyd@gnu.org>
5286
5287 * term.el (term-window-width): Handle the case of a missing right
5288 fringe (Bug#8837).
5289 (term-check-size): Use window-text-height (Bug#5445).
5290 (term-mode): Use define-derived-mode. Minor cleanups.
5291 Set font-lock-defaults (Bug#7692).
5292 (term-move-columns, term-insert-char, term-emulate-terminal)
5293 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5294
5295 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5296
5297 * net/ange-ftp.el (ange-ftp-get-passwd):
5298 Bind `enable-recursive-minibuffers'.
5299 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5300
5301 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5302
5303 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5304
5305 2012-06-19 Glenn Morris <rgm@gnu.org>
5306
5307 * progmodes/python.el (python-mode): Derive from prog-mode.
5308
5309 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5310
5311 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5312 (edt-user-menu-bar-update-buffers): New functions.
5313 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5314
5315 2012-06-19 Chong Yidong <cyd@gnu.org>
5316
5317 * subr.el (with-selected-window): Preserve the selected window's
5318 terminal's top-frame (Bug#4702).
5319
5320 * window.el (save-selected-window): Likewise.
5321
5322 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * progmodes/python.el (python-rx-constituents): Move backquote.
5325 (python-skeleton-define, python-define-auxiliary-skeleton):
5326 Use `declare'.
5327
5328 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5329
5330 * minibuffer.el (read-file-name-default): Revert the patch from
5331 2012-06-17.
5332
5333 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5336 (pcase--u1, pcase--q1): Don't use apply-partially.
5337
5338 2012-06-18 Glenn Morris <rgm@gnu.org>
5339
5340 * progmodes/python.el (python-proc, python-buffer)
5341 (python-send-receive, python-send-string): Fix obsolete versions.
5342
5343 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5344
5345 * window.el (special-display-p): Completely remove stringp
5346 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5347
5348 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5349
5350 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5351
5352 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5353
5354 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5355 * net/tramp-sh.el (tramp-maybe-open-connection):
5356 Throw if `non-essential' is non-nil.
5357
5358 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5359
5360 * window.el (special-display-p): Signal an error if BUFFER-NAME
5361 is not a string (Bug#11713).
5362
5363 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5364
5365 * progmodes/python.el (python-info-beginning-of-backslash):
5366 Rename from python-info-beginning-of-backlash, as a spelling fix.
5367
5368 2012-06-17 Chong Yidong <cyd@gnu.org>
5369
5370 * term.el (term-emulate-terminal): If term-check-size is called,
5371 move point to the process mark without resetting point (Bug#4635).
5372
5373 2012-06-17 Glenn Morris <rgm@gnu.org>
5374
5375 * international/mule-cmds.el (mule-menu-keymap)
5376 (set-language-environment, set-locale-environment): Doc tweaks.
5377
5378 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5379
5380 * cus-face.el (custom-face-attributes): Add wave-style underline
5381 attribute.
5382 * faces.el (set-face-attribute): Update docstring to describe
5383 wave-style underline attribute.
5384
5385 2012-06-16 Chong Yidong <cyd@gnu.org>
5386
5387 * term/xterm.el (terminal-init-xterm): Discard input before
5388 querying background mode (Bug#10959).
5389
5390 2012-06-16 Stefan Merten <smerten@oekonux.de>
5391
5392 * textmodes/rst.el: Added and corrected some comments.
5393 (rst-re-alist-def): Improve symbol syntax.
5394 (rst-mode-syntax-table): Correct syntax entries.
5395 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5396 (rst-official-version, rst-official-cvs-rev): Update version
5397 information.
5398
5399 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5400
5401 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5402 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5403
5404 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5405
5406 * progmodes/python.el: New python.el merge.
5407 (python-guess-indent): Obsolete var.
5408 (python-indent-guess-indent-offset): New defcustom.
5409 (python-indent): Obsolete var.
5410 (python-indent-offset): New defcustom.
5411 (python-python-command, python-jython-command): Delete var.
5412 (python-shell-interpreter): New defcustom.
5413 (python-pdbtrack-do-tracking-p): Delete var.
5414 (python-pdbtrack-activate): New defcustom.
5415 (python-use-skeletons): Obsolete var.
5416 (python-skeleton-autoinsert): New defcustom.
5417 (inferior-python-filter-regexp, python-continuation-offset)
5418 (python-honour-comment-indentation, python-indent-string-contents)
5419 (python-jython-packages, python-mode-hook)
5420 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5421 (python-shell-prompt-alist)
5422 (python-source-modes): Delete defcustoms.
5423 (python-check-buffer-name, python-eldoc-setup-code)
5424 (python-eldoc-string-code, python-ffap-setup-code)
5425 (python-ffap-string-code, python-fill-comment-function)
5426 (python-fill-decorator-function, python-fill-paren-function)
5427 (python-fill-string-function, python-imenu-include-defun-type)
5428 (python-imenu-make-tree, python-imenu-subtree-root-label)
5429 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5430 (python-shell-compilation-regexp-alist)
5431 (python-shell-completion-module-string-code)
5432 (python-shell-completion-pdb-string-code)
5433 (python-shell-completion-setup-code)
5434 (python-shell-completion-string-code)
5435 (python-shell-enable-font-lock, python-shell-exec-path)
5436 (python-shell-extra-pythonpaths)
5437 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5438 (python-shell-process-environment)
5439 (python-shell-prompt-block-regexp)
5440 (python-shell-prompt-output-regexp)
5441 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5442 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5443 (python-shell-virtualenv-path): New defcustoms.
5444 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5445 (inferior-python-mode-syntax-table, python--prompt-regexp)
5446 (python-buffer, python-command python-python-command)
5447 (python-default-template, python-imports, python-indent-index)
5448 (python-indent-list, python-indent-list-length)
5449 (python-mode-running, python-pdbtrack-is-tracking-p)
5450 (python-preoutput-continuation, python-preoutput-leftover)
5451 (python-preoutput-result, python-preoutput-skip-next-prompt)
5452 (python-prev-dir/file, python-recursing)
5453 (python-saved-check-command, python-version-checked)
5454 (python-which-func-length-limit)
5455 (view-return-to-alist): Delete vars.
5456 (python-check-custom-command, python-dotty-syntax-table)
5457 (python-imenu-index-alist, python-indent-current-level)
5458 (python-indent-dedenters, python-indent-levels)
5459 (python-nav-beginning-of-defun-regexp)
5460 (python-nav-list-defun-positions-cache)
5461 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5462 (python-shell-internal-buffer)
5463 (python-skeleton-available): New vars.
5464 (def-python-skeleton): Delete macro.
5465 (python-skeleton-define): New macro.
5466 (python-define-auxiliary-skeleton, python-rx): New macros.
5467 (python-insert-class): Delete command.
5468 (python-skeleton-class): New command.
5469 (python-insert-def): Delete command.
5470 (python-skeleton-def): New command.
5471 (python-insert-for): Delete command.
5472 (python-skeleton-for): New command.
5473 (python-insert-if): Delete command.
5474 (python-skeleton-if): New command.
5475 (python-insert-try/except, python-insert-try/finally): Delete commands.
5476 (python-skeleton-try): New command.
5477 (python-insert-while): Delete command.
5478 (python-skeleton-while): New command.
5479 (python-backspace): Delete command.
5480 (python-indent-dedent-line-backspace): New command.
5481 (python-electric-colon): Delete command.
5482 (python-indent-electric-colon): New command.
5483 (python-guess-indent): Delete command.
5484 (python-indent-guess-indent-offset): New command.
5485 (python-shift-left): Delete command.
5486 (python-indent-shift-left): New command.
5487 (python-shift-right): Delete command.
5488 (python-indent-shift-right): New command.
5489 (python-find-function): Delete command.
5490 (python-nav-jump-to-defun): New command.
5491 (python-next-statement): Delete command.
5492 (python-nav-forward-sentence): New command.
5493 (python-previous-statement): Delete command.
5494 (python-nav-backward-sentence): New command.
5495 (python-fill-paragraph): Delete command.
5496 (python-fill-paragraph-function): New command.
5497 (python-send-buffer): Delete command.
5498 (python-shell-send-buffer): New command.
5499 (python-send-defun): Delete command.
5500 (python-shell-send-defun): New command.
5501 (python-send-region, python-send-region-and-go): Delete commands.
5502 (python-shell-send-region)
5503 (python-shell-switch-to-shell): New commands.
5504 (python-send-string): Delete command.
5505 (python-shell-send-string): New command.
5506 (python-switch-to-python): Delete command.
5507 (python-shell-switch-to-shell): New command.
5508 (python-describe-symbol): Delete command.
5509 (python-eldoc-at-point): New command.
5510 (python--set-prompt-regexp, python-args-to-list)
5511 (python-after-info-look, python-check-version)
5512 (python-check-comint-prompt, python-find-imports)
5513 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5514 (python-unload-function, python-expand-template)
5515 (python-maybe-jython, python-preoutput-filter)
5516 (python-pdbtrack-get-source-buffer)
5517 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5518 (python-pdbtrack-toggle-stack-tracking)
5519 (python-pdbtrack-track-stack-file, python-initial-text)
5520 (python-first-word, python-comment-line-p, python-send-command)
5521 (python-setup-brm, python-sentinel, python-set-proc)
5522 (python-skip-out, python-input-filter, python-outdent-p)
5523 (python-outline-level, python-backslash-continuation-line-p)
5524 (python-end-of-block, python-end-of-statement, python-mark-block)
5525 (python-beginning-of-block, python-beginning-of-statement)
5526 (python-blank-line-p, python-beginning-of-string)
5527 (python-open-block-statement-p): Delete functions.
5528 (python-indent-line, python-indent-line-1): Delete functions.
5529 (python-indent-line): New function.
5530 (python-indentation-levels): Delete function.
5531 (python-indent-calculate-levels): New function.
5532 (python-proc): Delete function.
5533 (python-shell-get-process): New function.
5534 (python-send-receive): Delete function.
5535 (python-shell-send-string-no-output): New function.
5536 (python-module-path): Delete function.
5537 (python-ffap-module-path): New function.
5538 (python-completion-at-point)
5539 (python-symbol-completions): Delete functions.
5540 (python-completion-complete-at-point): New function.
5541 (python-load-file): Delete function.
5542 (python-shell-send-file): New function.
5543 (python-calculate-indentation): Delete function.
5544 (python-indent-calculate-indentation): New function.
5545 (python-skip-comments/blanks): Delete function.
5546 (python-util-forward-comment): New function.
5547 (python-continuation-line-p): Delete function.
5548 (python-info-continuation-line-p): New function.
5549 (python-which-func, python-current-defun): Delete function.
5550 (python-info-current-defun): New function.
5551 (python-beginning-of-defun): Delete function.
5552 (python-nav-beginning-of-defun): New function.
5553 (python-close-block-statement-p)
5554 (python-block-end-p): Delete function.
5555 (python-info-closing-block): New function.
5556 (python-comint-output-filter-function)
5557 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5558 (python-fill-comment, python-fill-decorator, python-fill-paren)
5559 (python-fill-string, python-imenu-make-element-tree)
5560 (python-imenu-make-tree, python-imenu-tree-assoc)
5561 (python-indent-context, python-indent-dedent-line)
5562 (python-indent-line-function)
5563 (python-indent-post-self-insert-function)
5564 (python-indent-toggle-levels)
5565 (python-info-assignment-continuation-line-p)
5566 (python-info-beginning-of-backlash)
5567 (python-info-block-continuation-line-p)
5568 (python-info-closing-block-message)
5569 (python-info-line-ends-backslash-p)
5570 (python-info-looking-at-beginning-of-defun)
5571 (python-info-ppss-context, python-info-ppss-context-type)
5572 (python-nav-list-defun-positions, python-nav-read-defun)
5573 (python-nav-sentence-end, python-nav-sentence-start)
5574 (python-pdbtrack-comint-output-filter-function)
5575 (python-pdbtrack-set-tracked-buffer)
5576 (python-shell-calculate-exec-path)
5577 (python-shell-calculate-process-environment)
5578 (python-shell-completion--do-completion-at-point)
5579 (python-shell-completion--get-completions)
5580 (python-shell-completion-complete-at-point)
5581 (python-shell-completion-complete-or-indent)
5582 (python-shell-get-or-create-process)
5583 (python-shell-get-process-name)
5584 (python-shell-internal-get-or-create-process)
5585 (python-shell-internal-get-process-name)
5586 (python-shell-internal-send-string, python-shell-make-comint)
5587 (python-shell-parse-command, python-shell-send-setup-code)
5588 (python-skeleton-add-menu-items)
5589 (python-util-clone-local-variables, python-util-position)
5590 (run-python-internal, python-indentation-levels)
5591 (python-nav-beginning-of-defun)
5592 (python-completion-complete-at-point): New functions.
5593 (run-python): Change arguments. New API requirements.
5594
5595 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5598 (bug#11649).
5599
5600 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5601 (macroexp--expand-all): Use it.
5602
5603 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5604 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5605 Use `cl-function' instead.
5606
5607 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
5608
5609 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5610 Suggested by Stefan Monnier while discussing bug#11657.
5611
5612 2012-06-14 Sam Steingold <sds@gnu.org>
5613
5614 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5615
5616 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5617
5618 * play/doctor.el (doctor-doc): Remove parameter and use
5619 doctor-sent instead of sent.
5620 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
5621
5622 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * files.el: Require cl-lib.
5625 (file-name-non-special): Replace case -> cl-case.
5626
5627 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5628
5629 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5630 mapping from #' to function*.
5631
5632 2012-06-13 Chong Yidong <cyd@gnu.org>
5633
5634 * mouse.el (mouse-drag-track): Do not set the mark if the user
5635 releases the mouse without selecting anything (Bug#11588).
5636
5637 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5638
5639 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5640 as well (bug#11646).
5641
5642 * loadup.el: Count byte-code functions as well.
5643
5644 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5645 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5646
5647 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5648 (bug#11649). Add cl-defun and cl-defmacro.
5649
5650 2012-06-13 Drew Adams <drew.adams@oracle.com>
5651
5652 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5653 Fix last change.
5654
5655 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
5656
5657 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5658 Otherwise, it blocks in batch mode.
5659
5660 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
5661
5662 * help-mode.el (bookmark-make-record-default): Declare.
5663
5664 2012-06-13 Chong Yidong <cyd@gnu.org>
5665
5666 * emacs-lisp/package.el (list-packages): Compute a list of
5667 packages that are newly-available since the last list-packages
5668 invocation.
5669 (package-menu--new-package-list): New var.
5670 (package-menu--generate, package-menu--print-info)
5671 (package-menu--status-predicate, package-menu-mark-install):
5672 Handle new status label "new".
5673
5674 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5677 conversion to backquotes.
5678
5679 2012-06-12 Chong Yidong <cyd@gnu.org>
5680
5681 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5682 Rename from gud-inhibit-global-bindings.
5683
5684 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5685
5686 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5687 hook from nxml-glyph-set-hook.
5688
5689 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5690 declaration.
5691
5692 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5693
5694 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5695 Convert to defcustom.
5696
5697 2012-06-12 Drew Adams <drew.adams@oracle.com>
5698
5699 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5700 New functions.
5701 (help-mode): Use them.
5702
5703 2012-06-11 Glenn Morris <rgm@gnu.org>
5704
5705 * progmodes/fortran.el (fortran-font-lock-keywords-3):
5706 Use preprocessor face for directives.
5707 (fortran-directive-re): Doc fix.
5708
5709 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5712 conversion to backquotes (bug#11652).
5713
5714 Fix compiler-expansion of CL's cXXr functions (bug#11673).
5715 * emacs-lisp/cl-lib.el (cl--defalias): New function.
5716 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5717 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5718 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5719 (cl-ninth, cl-tenth): Mark them as inlinable.
5720 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5721 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5722 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5723 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5724 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5725 (cl-list*, cl-adjoin): Don't put an autoload manually.
5726 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5727 (cl--compiler-macro-list*): Add autoload cookie.
5728 (cl--compiler-macro-cXXr): New function.
5729
5730 * help-fns.el (help-fns--compiler-macro): New function extracted from
5731 describe-function-1; follow aliases and use `compiler-macro' property.
5732 (describe-function-1): Use it.
5733
5734 2012-06-11 Chong Yidong <cyd@gnu.org>
5735
5736 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5737 is uninstalled, if imagemagick is installed.
5738
5739 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * emacs-lisp/cl-lib.el: Use lexical-binding.
5742 (cl-map-extents, cl-maclisp-member): Remove.
5743 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5744 (cl--set-substring, cl--block-wrapper, cl--block-throw)
5745 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5746 * emacs-lisp/cl-extra.el: Use lexical-binding.
5747 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5748 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5749 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5750 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5751 * emacs-lisp/cl-seq.el: Use lexical-binding.
5752 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5753 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5754 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5755 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5756 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5757 CL's internals.
5758
5759 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
5760
5761 Sync with Tramp 2.2.6-pre.
5762
5763 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5764 `print-length' and `print-level' to nil, in order to avoid
5765 truncation. Reported by Christopher Schmidt
5766 <christopher@ristopher.com>.
5767
5768 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5769
5770 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5771 New defmacro.
5772 (tramp-compat-copy-directory): Add optional argument
5773 COPY-CONTENTS. It is not handled yet.
5774
5775 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5776 (tramp-ftp-file-name-p): Simplify.
5777
5778 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5779 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5780 connection vector.
5781
5782 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5783 (tramp-methods): Do not use `tramp-password-end-of-line'.
5784 (tramp-completion-function-alist-putty): Handle UNIX case.
5785 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5786 (tramp-do-file-attributes-with-stat)
5787 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5788 gid as real numbers. They could run out of integer range on cygwin.
5789 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5790 (tramp-sh-handle-expand-file-name): Handle hops.
5791 (tramp-open-connection-setup-interactive-shell):
5792 Use `tramp-cleanup'. Move check for busyboxes ...
5793 (tramp-find-shell): ... here. Simplify implementation.
5794 Set "remote-shell" property also for alternative shells.
5795 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5796 If failing, a regular file would be written otherwise.
5797 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
5798 (tramp-find-inline-encoding): Cache the coding commands in the
5799 process cache. Apply test command on the remote side, if defined.
5800 (tramp-find-inline-compress): Cache the compress commands in the
5801 process cache.
5802 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5803 when requested. Handle hops.
5804 (tramp-current-connection): New defvar.
5805 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5806 Throw `suppress', if there was a failed connection shortly before.
5807 Handle user interrupt. (Bug#10187)
5808 (tramp-get-inline-compress, tramp-get-inline-coding):
5809 Read connection properties from the process cache.
5810
5811 * net/tramp-smb.el (tramp-smb-server-version)
5812 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5813 New defconsts.
5814 (tramp-smb-prompt): Extend for powershell prompt.
5815 (tramp-smb-file-name-handler-alist): Add handlers for
5816 `process-file', `shell-command' and `start-file-process'.
5817 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5818 (tramp-smb-winexe-shell-command-switch): New defcustoms.
5819 (tramp-smb-file-name-p): Simplify.
5820 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5821 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5822 (tramp-smb-shell-quote-argument): New defuns.
5823 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5824 Implement using "tar". By this, time-stamps are preserved.
5825 (tramp-smb-handle-copy-file): Handle also the case of directories.
5826 (tramp-smb-do-file-attributes-with-stat)
5827 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5828 Use `tramp-get-connection-buffer').
5829 (tramp-smb-handle-rename-file): Use "rename", when source and
5830 target are on the same share.
5831 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5832 Use `tramp-smb-server-version'.
5833 (tramp-smb-wait-for-output): Remove prompt.
5834
5835 * net/tramp.el (top): Require 'cl.
5836 (tramp-methods, tramp-rsh-end-of-line):
5837 Remove `tramp-password-end-of-line' from docstring.
5838 (tramp-save-ad-hoc-proxies): New defcustom.
5839 (tramp-completion-function-alist): Adapt docstring.
5840 (tramp-default-password-end-of-line): Remove defcustom.
5841 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
5842 (tramp-user-regexp, tramp-file-name-regexp-unified)
5843 (tramp-file-name-regexp-url): Extend regexp by hop separator.
5844 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
5845 (tramp-remote-file-name-spec-regexp): New defconst.
5846 (tramp-file-name-structure): Extend structure for hops.
5847 (tramp-get-method-parameter): Move up.
5848 (tramp-file-name-p, tramp-dissect-file-name)
5849 (with-parsed-tramp-file-name): Handle hops.
5850 (tramp-file-name-hop): New defun.
5851 (tramp-make-tramp-file-name): New optional arg HOP.
5852 (tramp-message-show-progress-reporter-message): New defvar.
5853 (tramp-with-progress-reporter): Use it. We cannot use
5854 `tramp-message-show-message' here, because this suppresses also
5855 error buffers.
5856 (tramp-error-with-buffer): Suppress buffer view, if
5857 `tramp-message-show-message' is nil.
5858 Use `tramp-get-connection-buffer'.
5859 (tramp-cleanup): New defun.
5860 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
5861 (tramp-file-name-handler): If `debug-on-error' is set, propagate
5862 an error unchanged.
5863 (tramp-completion-handle-file-name-all-completions): Handle hops.
5864 Fix an error when called from ido.
5865 (tramp-completion-dissect-file-name): Use better local variable
5866 name. Add hop to the vector.
5867 (tramp-handle-insert-file-contents): Use progress-reporter for the
5868 whole scenario.
5869 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
5870 to `t'.
5871 (tramp-check-for-regexp): Simplify search.
5872 (tramp-enter-password): Remove it. Move implementation ...
5873 (tramp-action-password): ... here.
5874 (tramp-mode-string-to-int, tramp-local-host-p)
5875 (tramp-make-tramp-temp-file, tramp-read-passwd)
5876 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5877 Set tramp-autoload cookie.
5878
5879 * net/trampver.el: Update release number.
5880
5881 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5882 Michael Albinus <michael.albinus@gmx.de>
5883
5884 * net/tramp.el (tramp-set-completion-function): Fix docstring.
5885 (tramp-parse-group, tramp-parse-file)
5886 (tramp-parse-shostkeys-sknownhosts): New defuns.
5887 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
5888 (tramp-parse-shosts-group, tramp-parse-sconfig)
5889 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
5890 (tramp-parse-sknownhosts, tramp-parse-hosts)
5891 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
5892 Use them.
5893 (tramp-parse-passwd-group, tramp-parse-netrc-group)
5894 (tramp-parse-putty-group): Don't narrow.
5895 (tramp-parse-putty): Make a loop.
5896 (tramp-file-name-handler): Catch the `suppress' signal.
5897
5898 2012-06-11 Chong Yidong <cyd@gnu.org>
5899
5900 * image.el (imagemagick-register-types): Put the ImageMagick entry
5901 at the end of image-type-file-name-regexps.
5902
5903 2012-06-11 Johan Bockgård <bojohan@gnu.org>
5904
5905 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
5906 (pcase, pcase-let*, pcase-dolist): Use them.
5907
5908 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * emacs-lisp/pcase.el (pcase--let*): New function.
5911 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
5912 (pcase--expand): Use macroexp-let².
5913
5914 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
5917 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
5918 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
5919 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
5920 * emacs-lisp/derived.el: Use pcase instead of `cl'.
5921 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
5922
5923 2012-06-10 Glenn Morris <rgm@gnu.org>
5924
5925 * mail/rmail.el (rmail-yank-current-message): Leave point at
5926 correct position. (Bug#11660)
5927
5928 2012-06-10 Chong Yidong <cyd@gnu.org>
5929
5930 * allout-widgets.el: Fix code header.
5931
5932 2012-06-10 Chong Yidong <cyd@gnu.org>
5933
5934 * cus-edit.el (customize-changed-options-previous-release):
5935 Bump to 24.1.
5936
5937 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
5938
5939 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5940
5941 2012-06-09 Chong Yidong <cyd@gnu.org>
5942
5943 * ebuff-menu.el (electric-buffer-list): Preserve header line.
5944
5945 2012-06-09 Martin Rudalics <rudalics@gmx.at>
5946
5947 * window.el (special-display-popup-frame): Don't use
5948 window--display-buffer (Bug#11651).
5949
5950 2012-06-09 Eli Zaretskii <eliz@gnu.org>
5951
5952 Fix parallel builds: make sure loaddefs.el is not being written
5953 while Lisp files are compiled.
5954 (compile): Don't depend on 'mh-autoloads'.
5955 (compile-CMD, compile-SH): Depend on 'autoloads'.
5956 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
5957
5958 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
5959
5960 2012-06-09 Chong Yidong <cyd@gnu.org>
5961
5962 * face-remap.el (face-remap-add-relative, face-remap-set-base)
5963 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
5964 Doc fixes (Bug#11225).
5965
5966 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
5969 a function if there's a clear indication that it has a compiler-macro.
5970 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
5971 (macro-declarations-alist): Add arglist to declaration functions.
5972 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
5973 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
5974 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
5975 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
5976 Also add autoload to find the compiler macro.
5977 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
5978 (cl--compiler-macro-member, cl--compiler-macro-assoc)
5979 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
5980 (cl--compiler-macro-get): New functions, replacing calls to
5981 cl-define-compiler-macro.
5982 (cl-typep) [compiler-macro]: Use macroexp-let².
5983
5984 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
5985
5986 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5987 string properly, fixes Bug#11473.
5988
5989 2012-06-08 Chong Yidong <cyd@gnu.org>
5990
5991 * faces.el (set-face-attribute): Doc fix.
5992 (modify-face): Don't use :bold and :italic.
5993 (error, warning, success): Tweak definitions.
5994
5995 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
5996 (custom-modified, custom-set, custom-changed, custom-themed)
5997 (custom-saved, custom-button, custom-button-mouse)
5998 (custom-button-pressed, custom-state, custom-comment-tag)
5999 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6000 (custom-group-subtitle): Use new-style face specs.
6001 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6002 (custom-set-face, custom-changed-face, custom-saved-face)
6003 (custom-button-face, custom-button-pressed-face)
6004 (custom-documentation-face, custom-state-face)
6005 (custom-comment-face, custom-comment-tag-face)
6006 (custom-variable-tag-face, custom-variable-button-face)
6007 (custom-face-tag-face, custom-group-tag-face-1)
6008 (custom-group-tag-face): Remove obsolete face alias.
6009
6010 * epa.el (epa-validity-high, epa-validity-medium)
6011 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6012 (epa-field-name, epa-field-body):
6013 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6014 (font-lock-keyword-face, font-lock-builtin-face)
6015 (font-lock-function-name-face, font-lock-variable-name-face)
6016 (font-lock-type-face, font-lock-constant-face):
6017 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6018 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6019 * speedbar.el (speedbar-button-face, speedbar-file-face)
6020 (speedbar-directory-face, speedbar-tag-face)
6021 (speedbar-selected-face, speedbar-highlight-face)
6022 (speedbar-separator-face):
6023 * whitespace.el (whitespace-newline, whitespace-space)
6024 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6025 (whitespace-line, whitespace-space-before-tab)
6026 (whitespace-space-after-tab, whitespace-indentation)
6027 (whitespace-empty):
6028 * emulation/cua-base.el (cua-global-mark):
6029 * eshell/em-prompt.el (eshell-prompt):
6030 * net/newst-plainview.el (newsticker-new-item-face)
6031 (newsticker-old-item-face, newsticker-immortal-item-face)
6032 (newsticker-obsolete-item-face, newsticker-date-face)
6033 (newsticker-statistics-face, newsticker-default-face):
6034 * net/newst-reader.el (newsticker-feed-face)
6035 (newsticker-extra-face, newsticker-enclosure-face):
6036 * net/newst-treeview.el (newsticker-treeview-face)
6037 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6038 (newsticker-treeview-immortal-face)
6039 (newsticker-treeview-obsolete-face)
6040 (newsticker-treeview-selection-face):
6041 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6042 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6043 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6044 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6045 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6046 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6047 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6048 (mpuz-text):
6049 * progmodes/vera-mode.el (vera-font-lock-number)
6050 (vera-font-lock-function, vera-font-lock-interface):
6051 * textmodes/table.el (table-cell): Use new-style face specs, and
6052 don't use the old :bold and :italic attributes.
6053
6054 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6055 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6056 (ebrowse-member-class, ebrowse-progress): Likewise.
6057 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6058 (ebrowse-file-name-face, ebrowse-default-face)
6059 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6060 (ebrowse-progress-face): Remove obsolete faces.
6061
6062 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6063 Inherit from error and warning faces respectively.
6064
6065 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6066 Likewise.
6067 (flyspell-incorrect-face, flyspell-duplicate-face):
6068 Remove obsolete aliases.
6069
6070 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
6071
6072 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6073 Avoid infloop.
6074
6075 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * startup.el (argv, argi): Make lexically scoped.
6078 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6079 * emacs-lisp/cl-macs.el: Use lexical-binding.
6080 Rename cl-bind-* to cl--bind-*.
6081 * files.el: Don't require `cl' since it doesn't use it.
6082 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6083
6084 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
6085
6086 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6087 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6088 instead of calling external sort utility.
6089 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6090
6091 2012-06-08 Eli Zaretskii <eliz@gnu.org>
6092
6093 * descr-text.el (describe-char): Mention how to insert the
6094 character, if the current input method doesn't support it.
6095 See the discussion in this thread for the details:
6096 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6097
6098 2012-06-08 Sam Steingold <sds@gnu.org>
6099
6100 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6101 XF86Back to previous-buffer.
6102 (minibuffer-local-map): Bind them to next-history-element and
6103 previous-history-element respectively.
6104 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6105 help-go-back respectively.
6106 * info.el (Info-mode-map): Bind them to Info-history-forward and
6107 Info-history-back respectively.
6108 These are the keys next to Up on the ThinkPad keyboard.
6109
6110 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6113 * emacs-lisp/cl-macs.el: Provide itself.
6114 (cl--labels-convert-cache): New var.
6115 (cl--labels-convert): New function.
6116 (cl-flet, cl-labels): New implementation with new semantics, relying on
6117 lexical-binding.
6118 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6119 (cl-closure-vars, cl--function-convert-cache)
6120 (cl--function-convert): Move from cl-macs.el.
6121 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6122 rename by removing the "cl-" prefix.
6123 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6124
6125 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6128 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6129 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6130 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6131 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6132 (cl-hash-table-count): Add old compatibility aliases.
6133
6134 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6135 Use macroexpand-all-environment instead.
6136 (cl--old-macroexpand): New var.
6137 (cl--sm-macroexpand): New function.
6138 (cl-symbol-macrolet): Use it during macro expansion.
6139 (cl--function-convert-cache): New var.
6140 (cl--function-convert): New function, extracted from
6141 cl-macroexpand-all.
6142 (cl-lexical-let): Use it.
6143
6144 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6145 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6146 (cl-member): Remove old alias.
6147
6148 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6149 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6150 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6151 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6152 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6153 (cl-macroexpand-cmacs): Remove var.
6154 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6155 Use macroexpand-all instead.
6156
6157 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6160 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6161 (macroexp-copyable-p): New functions and macros.
6162 * emacs-lisp/edebug.el (edebug-unwrap):
6163 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6164 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6165 (pcase--let*): Remove.
6166 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6167 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6168 macroexp-const-p instead.
6169 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6170
6171 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6172 instead of "cl-" for internal definitions. Use macroexp-const-p.
6173 (cl-old-bc-file-form): Remove var.
6174 (cl-const-exprs-p): Remove fun.
6175 (cl-labels, cl-macrolet): Use backquote.
6176 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6177 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6178 (cl-define-setf-expander): Rename from cl-define-setf-method.
6179 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6180
6181 * international/mule-cmds.el: Don't require CL.
6182 (view-hello-file): Don't use `letf'.
6183
6184 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * tmm.el (tmm-prompt): Use string-prefix-p.
6187 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6188 (tmm-add-prompt): Use minibuffer-completion-help.
6189 (tmm-delete-map): Remove.
6190
6191 * subr.el (kbd): Make it its own function.
6192
6193 2012-06-07 Stefan Merten <smerten@oekonux.de>
6194
6195 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6196 Silence compiler warnings. Fix versions.
6197 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
6198 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
6199 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
6200 (rst-package-emacs-version-alist): Correct Emacs version to
6201 represent major merge with upstream.
6202 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
6203
6204 2012-06-06 Glenn Morris <rgm@gnu.org>
6205
6206 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6207 Only print environment variables if set.
6208
6209 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6212 (macroexp--cons): Rename from maybe-cons.
6213 (macroexp--accumulate): Rename from macroexp-accumulate.
6214 (macroexp--all-forms): Rename from macroexpand-all-forms.
6215 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6216 (macroexp--expand-all): Rename from macroexpand-all-1.
6217
6218 2012-06-06 Sam Steingold <sds@gnu.org>
6219
6220 * calendar/calendar.el (calendar-in-read-only-buffer):
6221 Call `special-mode' to enable the standard read-only keybindings.
6222
6223 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6226 with "loading" messages (bug#11635).
6227
6228 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
6229
6230 * files.el (enable-remote-dir-locals): New option.
6231 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6232
6233 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6234 Ensure, that the temp directory is local.
6235
6236 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6237 `temporary-file-directory'.
6238
6239 * progmodes/python.el (python-send-region): Ensure, that the
6240 temporary file is created also in the remote case.
6241
6242 2012-06-06 Glenn Morris <rgm@gnu.org>
6243
6244 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6245 (vc-rcs-update-changelog): Use it.
6246
6247 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
6248
6249 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6250 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6251 (vc-sccs-diff): Replace use of the external vcdiff script.
6252
6253 2012-06-05 Glenn Morris <rgm@gnu.org>
6254
6255 * ledit.el: Move to obsolete/.
6256
6257 2012-06-05 Sam Steingold <sds@gnu.org>
6258
6259 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6260 patch (Bug#11140).
6261
6262 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * emacs-lisp/cust-print.el: Move to obsolete.
6265
6266 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6267 compiler-macro expansion.
6268
6269 Add native compiler-macro support.
6270 * emacs-lisp/macroexp.el (macroexpand-all-1):
6271 Support compiler-macros directly. Properly follow aliases and apply
6272 the compiler macros more thoroughly.
6273 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6274 macroexpand now properly follows aliases.
6275 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6276 (cl-compiler-macroexpand): Use new prop.
6277 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6278
6279 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6280
6281 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6282
6283 * window.el (get-lru-window, get-mru-window, get-largest-window):
6284 New argument NOT-SELECTED to avoid picking the selected window.
6285 (window--display-buffer-1, window--display-buffer-2): Replace by
6286 new function window--display-buffer
6287 (display-buffer-same-window, display-buffer-reuse-window)
6288 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6289 Use window--display-buffer.
6290 (display-buffer-use-some-window): Remove temporary dedication
6291 hack by calling get-lru-window and get-largest-window with
6292 NOT-SELECTED argument non-nil. Call window--display-buffer.
6293
6294 2012-06-05 Glenn Morris <rgm@gnu.org>
6295
6296 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6297 Replace external vcdiff script.
6298
6299 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6302
6303 2012-06-04 Chong Yidong <cyd@gnu.org>
6304
6305 * image.el (imagemagick-types-inhibit): Revert last change.
6306 Add INFO and M.
6307 (imagemagick-enabled-types): Remove CIN and EPS*.
6308
6309 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * emacs-lisp/cl-lib.el: Rename from cl.el.
6312 * emacs-lisp/cl.el: New compatibility file.
6313 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6314 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6315 to obey the "cl-" prefix.
6316 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6317
6318 2012-06-03 Glenn Morris <rgm@gnu.org>
6319
6320 * emacs-lisp/authors.el (authors-aliases): Addition.
6321
6322 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6323 Fix :version.
6324
6325 2012-06-03 Stefan Merten <smerten@oekonux.de>
6326
6327 * textmodes/rst.el: Add comments.
6328 (rst-transition, rst-adornment): New faces.
6329 (rst-adornment-faces-alist): Make default safe to reevaluate.
6330 Fixes
6331 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6332 Improve customization tags.
6333 (rst-define-level-faces): Clarify meaning.
6334
6335 2012-06-03 Chong Yidong <cyd@gnu.org>
6336
6337 * progmodes/compile.el (compilation-mode-line-fail)
6338 (compilation-mode-line-run, compilation-mode-line-exit):
6339 New faces.
6340 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6341
6342 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6343
6344 * progmodes/which-func.el (which-func-update-ediff-windows):
6345 New function. Use it in ediff-select-hook (Bug#11478).
6346
6347 2012-06-03 Chong Yidong <cyd@gnu.org>
6348
6349 * bindings.el: Remove explicit help text from format-mode-line.
6350 It is now supplied by mode-line-default-help-echo.
6351 (mode-line-front-space, mode-line-end-spaces)
6352 (mode-line-misc-info): New variables.
6353 (mode-line-modes, mode-line-position): Move the default value to
6354 the variable definition.
6355 (mode-line-default-help-echo): New defcustom.
6356 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6357 (mode-line-modified-help-echo): New functions.
6358 (mode-line-mule-info, mode-line-modified): Use them.
6359 (mode-line-eol-desc, propertized-buffer-identification):
6360 Consistency fixes for help text.
6361 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6362 set-buffer-file-coding-system (Bug#289).
6363 (mode-line-mule-info-help-echo): Update help text.
6364
6365 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * simple.el (execute-extended-command): Set real-this-command
6368 (bug#11506).
6369
6370 2012-06-02 Chong Yidong <cyd@gnu.org>
6371
6372 Remove incorrect uses of "modeline" in comments, docstrings, and
6373 function/variable names (Bug#10329).
6374
6375 * cus-edit.el (mode-line):
6376 * dframe.el (dframe-mouse-hscroll):
6377 * emacs-lisp/re-builder.el:
6378 * emacs-lisp/easy-mmode.el (define-minor-mode):
6379 * frame.el (set-frame-name):
6380 * help.el (lookup-minor-mode-from-indicator):
6381 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6382 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6383 (c-toggle-hungry-state):
6384 * progmodes/antlr-mode.el (antlr-language-alist):
6385 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6386 * progmodes/vhdl-mode.el (vhdl-mode):
6387 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6388 * term/ns-win.el (ns-face-at-pos):
6389 * term/sup-mouse.el (sup-mouse-report):
6390 * textmodes/flyspell.el (flyspell-mode-line-string):
6391 * textmodes/ispell.el (ispell-highlight-face):
6392 * textmodes/reftex-global.el:
6393 * vc/vc-arch.el (vc-arch-mode-line-string):
6394 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6395 * vc/vc-git.el (vc-git-mode-line-string):
6396 * vc/vc-hooks.el (vc-display-status)
6397 (vc-default-mode-line-string):
6398 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6399
6400 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6401
6402 * dired.el (dired-sort-set-mode-line): Rename from
6403 dired-sort-set-modeline. All callers changed.
6404
6405 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6406 eshell-status-in-modeline.
6407
6408 * foldout.el (foldout-mode-line-string): Rename from
6409 foldout-modeline-string. All callers changed.
6410 (foldout-update-mode-line): Rename from foldout-update-modeline.
6411
6412 * subr.el (redraw-modeline): Make into obsolete alias.
6413
6414 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6415 timeclock-modeline-display. Make old name an alias.
6416 (timeclock-update-mode-line): Likewise. All callers changed.
6417 (timeclock-mode-line-display): No need to check before using
6418 add-hook.
6419 (timeclock-relative, timeclock-day-over-hook)
6420 (timeclock-use-elapsed, timeclock-mode-string)
6421 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6422
6423 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6424 crisp-mode-modeline-string.
6425
6426 * play/solitaire.el (solitaire-build-mode-line): Rename from
6427 solitaire-build-modeline. All callers changed.
6428
6429 * play/zone.el (zone-hiding-mode-line): Rename from
6430 zone-hiding-modeline. All callers changed.
6431 (zone): Remove unusued `modeline-hidden-level' property.
6432
6433 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6434 xscheme-modeline-initialize. All callers changed.
6435
6436 * strokes.el (strokes-lighter): Rename from
6437 strokes-modeline-string.
6438
6439 * textmodes/sgml-mode.el (html-face-tag-alist)
6440 (html-tag-face-alist): Use mode-line face instead of obsolete
6441 alias modeline.
6442
6443 2012-06-02 Stefan Merten <smerten@oekonux.de>
6444
6445 * textmodes/rst.el: Always require `cl'.
6446 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6447
6448 2012-06-02 Chong Yidong <cyd@gnu.org>
6449
6450 * image.el (imagemagick-enabled-types): Rename from
6451 imagemagick-types-enable. Add many more types.
6452 (imagemagick-types-inhibit): Change default to nil.
6453 (imagemagick-filter-types): Caller changed.
6454
6455 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * emacs-lisp/cl-macs.el: Use backquotes.
6458 (cl-transform-function-property): Use eval-and-compile rather than
6459 abusing `require'.
6460 (defstruct): Use declare-function instead of with-no-warnings.
6461
6462 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6463 (byte-compile-output-docform): Re-add the print-circle bindings.
6464 (byte-compile-fix-header): Use #$ just because it's shorter.
6465 (byte-compile-output-file-form): Remove defun/defmacro.
6466
6467 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6468
6469 * simple.el (choose-completion): Remove now obsolete binding for
6470 owindow.
6471
6472 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6473
6474 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6475 in order to avoid "Stack overflow in regexp matcher".
6476
6477 2012-05-31 Glenn Morris <rgm@gnu.org>
6478
6479 * image.el: For clarity, call imagemagick-register-types at
6480 top-level, rather than relying on a custom :initialize.
6481 (imagemagick-types-enable): New option. (Bug#11557)
6482 (imagemagick-filter-types): New function. (Bug#7406)
6483 (imagemagick-register-types): Use imagemagick-filter-types.
6484 If disabling support, remove elements altogether rather
6485 than using an impossible regexp.
6486 (imagemagick-types-inhibit): Give it the default init function.
6487
6488 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6491 Handle arbitrary file name lengths (Bug#11585).
6492
6493 2012-05-31 Martin Rudalics <rudalics@gmx.at>
6494
6495 * desktop.el (desktop-read): Clear previous and next buffers for
6496 all windows and bury *Messages* buffer (bug#11556).
6497
6498 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 Add `declare' for `defun'. Align `defmacro's with it.
6501 * emacs-lisp/easy-mmode.el (define-minor-mode)
6502 (define-globalized-minor-mode): Don't autoload the var definitions.
6503 * emacs-lisp/byte-run.el: Use lexical-binding.
6504 (defun-declarations-alist, macro-declarations-alist): New vars.
6505 (defmacro, defun): Use them.
6506 (make-obsolete, define-obsolete-function-alias)
6507 (make-obsolete-variable, define-obsolete-variable-alias):
6508 Use `declare'.
6509 (macro-declaration-function): Mark obsolete.
6510 * emacs-lisp/autoload.el: Use lexical-binding.
6511 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6512
6513 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6514
6515 * textmodes/ispell.el (ispell-with-no-warnings):
6516 Define as a macro.
6517 (ispell-kill-ispell, ispell-change-dictionary):
6518 Use `called-interactively-p' for Emacs instead of obsolete
6519 `interactive-p'.
6520
6521 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6524 (macro-declaration-function): Move var from C code.
6525 (macro-declaration-function): Define function with defalias.
6526 * emacs-lisp/macroexp.el (macroexpand-all-1):
6527 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6528 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6529 defun/defmacro any more.
6530 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6531 Provide fallback for unknown arglist.
6532 (byte-compile-arglist-warn): Change calling convention.
6533 (byte-compile-output-file-form): Move print-vars binding.
6534 (byte-compile-output-docform): Simplify accordingly.
6535 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6536 (byte-compile-defmacro-declaration): Remove.
6537 (byte-compile-file-form-defmumble): Generalize to defalias.
6538 (byte-compile-output-as-comment): Return byte-positions.
6539 Simplify callers accordingly.
6540 (byte-compile-lambda): Use `assert'.
6541 (byte-compile-defun, byte-compile-defmacro): Remove.
6542 (byte-compile-file-form-defalias):
6543 Use byte-compile-file-form-defmumble.
6544 (byte-compile-defalias-warn): Remove.
6545
6546 2012-05-29 Stefan Merten <smerten@oekonux.de>
6547
6548 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6549 possible. Fix authors. Improve comments. Improve loading of `cl'.
6550
6551 (rst-mode-abbrev-table): Merge definition.
6552 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6553 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6554
6555 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
6556
6557 * calendar/icalendar.el
6558 (icalendar-export-region): Export UID properly.
6559
6560 2012-05-29 Leo Liu <sdl.web@gmail.com>
6561 * calendar/icalendar.el (icalendar-import-format):
6562 Add `icalendar-import-format-uid' (Bug#11525).
6563 (icalendar-import-format-uid): New.
6564 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6565 Export UID.
6566
6567 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6570 different alternative patterns.
6571 (pcase-codegen): Be more careful to preserve identity.
6572 (pcase--u1): Don't forget to mark vars as used.
6573
6574 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6575 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6576 (byte-compile-from-buffer): ...rather than here.
6577
6578 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6579 functions from byte-compile-function-environment.
6580
6581 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
6582
6583 * window.el (window-deletable-p): Avoid deleting the root window
6584 of a frame with an active minibuffer.
6585
6586 2012-05-29 Martin Rudalics <rudalics@gmx.at>
6587
6588 * simple.el (choose-completion): Use quit-window (Bug#11567).
6589
6590 2012-05-29 Chong Yidong <cyd@gnu.org>
6591
6592 * whitespace.el (whitespace-cleanup): Fix usage of
6593 whitespace-empty-at-bob-regexp (Bug#11492).
6594
6595 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6596
6597 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6598 revert (Bug#11488).
6599
6600 2012-05-29 Juri Linkov <juri@jurta.org>
6601
6602 * isearch.el (isearch-mode-map): Bind `M-s _' to
6603 `isearch-toggle-symbol'. Bind `M-s c' to
6604 `isearch-toggle-case-fold'.
6605 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6606 (isearch-forward): Add `M-s _' to the docstring.
6607 (isearch-forward-symbol, isearch-toggle-case-fold)
6608 (isearch-symbol-regexp): New functions. (Bug#11381)
6609
6610 2012-05-29 Juri Linkov <juri@jurta.org>
6611
6612 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6613 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6614 a function, call it to get the regexp.
6615 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6616 property `isearch-message-prefix' instead of the string "word ".
6617 (isearch-search-fun-default): For the case of `isearch-word',
6618 return a lambda that calls re-search-forward/re-search-backward
6619 with a regexp returned by `word-search-regexp' or by the function
6620 in `isearch-word'.
6621
6622 2012-05-29 Juri Linkov <juri@jurta.org>
6623
6624 * isearch.el (isearch-search-fun-default): New function.
6625 (isearch-search-fun): Move default part to the new function
6626 `isearch-search-fun-default'.
6627 (isearch-search-fun-function): Set the default value to
6628 `isearch-search-fun-default'. (Bug#11381)
6629
6630 * comint.el (comint-history-isearch-end):
6631 Use `isearch-search-fun-default'.
6632 (comint-history-isearch-search): Use `isearch-search-fun-default'
6633 and remove spacial case for `isearch-word'.
6634 (comint-history-isearch-wrap): Remove spacial case for
6635 `isearch-word'.
6636
6637 * hexl.el (hexl-isearch-search-function):
6638 Use `isearch-search-fun-default'.
6639
6640 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6641 Use `word-search-regexp' for `isearch-word'.
6642
6643 * misearch.el (multi-isearch-search-fun):
6644 Use `isearch-search-fun-default'.
6645
6646 * simple.el (minibuffer-history-isearch-search):
6647 Use `isearch-search-fun-default' and remove spacial case for
6648 `isearch-word'.
6649 (minibuffer-history-isearch-wrap): Remove spacial case for
6650 `isearch-word'.
6651
6652 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6653 Remove spacial case for `isearch-word'.
6654 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6655
6656 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6657
6658 Decrease XEmacs incompatibilities.
6659 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6660 Use `string-match'.
6661 (flyspell-delete-region-overlays): Use alternative definition for
6662 XEmacs.
6663 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6664 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6665 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6666 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6667 `define-obsolete-face-alias' under XEmacs, but old method.
6668
6669 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6670 `with-no-warnings' definition or Emacs alias.
6671 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6672 (ispell-word): Do not use `region-p' if XEmacs.
6673
6674 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6675
6676 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6677 Check for `ispell-dictionary-base-alist' instead of full
6678 `ispell-dictionary-alist'.
6679 (ispell-init-process): Show spellchecker when starting new Ispell
6680 process.
6681
6682 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6683
6684 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6685 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6686
6687 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
6688
6689 * version.el (motif-version-string, gtk-version-string)
6690 (ns-version-string): Declare.
6691
6692 2012-05-27 Juri Linkov <juri@jurta.org>
6693
6694 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6695 after the `eval-defun-1' specialcaseing
6696 like in `edebug-eval-defun' (bug#10181).
6697
6698 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6699 like in `eval-defun-1'.
6700
6701 2012-05-27 Eli Zaretskii <eliz@gnu.org>
6702
6703 * mail/sendmail.el (mail-yank-region):
6704 Recognize rmail-yank-current-message in addition to insert-buffer.
6705 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
6706 a *mail* buffer created through rmail-start-mail with sendmail as
6707 mail-user-agent.
6708
6709 2012-05-27 Chong Yidong <cyd@gnu.org>
6710
6711 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6712 Default to 256 (Bug#11267).
6713
6714 * help.el (describe-mode): Doc fix.
6715
6716 2012-05-26 Glenn Morris <rgm@gnu.org>
6717
6718 * w32-fns.el (w32-init-info): Remove.
6719 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6720
6721 * info.el (info-initialize): For self-contained NS builds, put the
6722 included info/ directory at the front. (Bug#2791)
6723
6724 * paths.el (Info-default-directory-list): Make it a defcustom,
6725 mainly so that we can use custom-initialize-delay.
6726
6727 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * subr.el (buffer-has-markers-at): Mark obsolete.
6730
6731 * subr.el (lambda): Use declare.
6732
6733 * emacs-lisp/lisp-mode.el (lambda):
6734 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6735
6736 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6737
6738 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6739
6740 2012-05-26 Glenn Morris <rgm@gnu.org>
6741
6742 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6743
6744 2012-05-25 Glenn Morris <rgm@gnu.org>
6745
6746 * paths.el: Remove no-byte-compile.
6747 * loadup.el: No need to load paths.el uncompiled.
6748
6749 * image.el (imagemagick-types-inhibit): Doc fix.
6750
6751 * version.el: Remove no-byte-compile and associated formatting.
6752 * loadup.el: No need to load version.el uncompiled. AFAICS, this
6753 is ancient code from when there was an "inc-vers.el".
6754
6755 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * progmodes/gdb-mi.el: Minor style changes.
6758 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6759 Turn into minor modes.
6760 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6761 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6762 (gdb-shell): Remove unneeded let-binding.
6763 (gdb-get-many-fields): Eliminate O(n²) behavior.
6764
6765 2012-05-25 Eli Zaretskii <eliz@gnu.org>
6766
6767 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6768 platforms that don't link in fontset.c.
6769
6770 2012-05-25 Juri Linkov <juri@jurta.org>
6771
6772 Use the same diff color scheme as in modern VCSes (bug#10181).
6773
6774 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6775 to avoid confusion with `diff-added' that now uses green colors.
6776 (diff-removed): Use shades of red.
6777 (diff-added): Use shades of green.
6778 (diff-changed): Leave just the yellow color.
6779 (diff-use-changed-face): New variable.
6780 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6781 how to highlight context diff changes.
6782 (diff-refine-change): Use shades of yellow.
6783 (diff-refine-removed): New face that uses shades of red.
6784 (diff-refine-added): New face that uses shades of green.
6785 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6786 `diff-refine-removed' in the call to `smerge-refine-subst'
6787 depending on the value of `diff-use-changed-face'.
6788
6789 * vc/smerge-mode.el (smerge-mine): Use shades of red.
6790 (smerge-other): Use shades of green.
6791 (smerge-base): Use shades of yellow.
6792 (smerge-refined-change): Empty face.
6793 (smerge-refined-removed): New face that uses shades of red.
6794 (smerge-refined-added): New face that uses shades of green.
6795 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
6796 args `props-r' and `props-a', and use them. Doc fix.
6797 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6798 on its value use different faces `smerge-refined-change',
6799 `smerge-refined-removed', `smerge-refined-added' in the call to
6800 `smerge-refine-subst'.
6801
6802 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6803 Add face condition `min-colors 88' with shades of red.
6804 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6805 `min-colors 88' with shades of green.
6806 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6807 `min-colors 88' with shades of yellow.
6808
6809 2012-05-24 Glenn Morris <rgm@gnu.org>
6810
6811 * paths.el (prune-directory-list, remote-shell-program): Move to...
6812 * files.el (prune-directory-list, remote-shell-program): ...here.
6813 For the latter, delay initialization, prefer ssh, just search PATH.
6814
6815 * paths.el (term-file-prefix): Move to faces.el (the only user).
6816 * faces.el (term-file-prefix): Move here, make it a defcustom.
6817
6818 * paths.el (news-directory, news-path, news-inews-program):
6819 Move to gnus/nnspool.el.
6820
6821 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6822
6823 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6824 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6825 Make the latter a defcustom, with a delayed initialization.
6826
6827 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6828 These were deleted from Gnus itself late 2010.
6829
6830 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
6831
6832 * progmodes/which-func.el (which-func-ff-hook):
6833 Check against user-error, not error.
6834
6835 * emacs-lisp/edebug.el (top): Do not load or set up loading of
6836 cl-specs.el, which no longer exists.
6837
6838 2012-05-22 Glenn Morris <rgm@gnu.org>
6839
6840 * info.el (info-emacs-bug): New command.
6841 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6842 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6843
6844 2012-05-21 Glenn Morris <rgm@gnu.org>
6845
6846 * makefile.w32-in (update-subdirs-SH):
6847 * Makefile.in (update-subdirs): Update for moved update-subdirs.
6848
6849 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6852
6853 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6854 Simplify Maven regexp, and make sure the file can't start with a space
6855 (bug#11517).
6856
6857 2012-05-21 Glenn Morris <rgm@gnu.org>
6858
6859 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6860 Scrap superfluous subshells.
6861
6862 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
6865 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
6866
6867 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
6868
6869 * calc/calc.el (calc-ensure-consistent-units): New variable.
6870
6871 * calc/calc-units.el (math-consistent-units-p)
6872 (math-check-unit-consistency): New functions.
6873 (calc-quick-units, calc-convert-units):
6874 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
6875 is non-nil.
6876 (calc-extract-units): Fix typo.
6877
6878 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6881
6882 * textmodes/flyspell.el: Commenting style, plus code simplifications.
6883 (flyspell-default-deplacement-commands): Don't spell check after
6884 repeated window/frame switches (e.g. triggered by mouse-movement).
6885 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
6886 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
6887 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
6888 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
6889 Remove unused vars.
6890 (flyspell-get-casechars, flyspell-get-not-casechars):
6891 Simplify; Don't bother removing a ] just to add it back.
6892 * textmodes/ispell.el (ispell-program-name): Use executable-find.
6893
6894 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6895
6896 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6897 New functions.
6898 (math-function-table): Add support for more C functions.
6899
6900 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6901
6902 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6903 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6904 Protect delay handling for otherchars against empty otherchars.
6905
6906 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
6909 their respective macro declarations.
6910 * skeleton.el (define-skeleton):
6911 * progmodes/compile.el (define-compilation-mode):
6912 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
6913 (define-ibuffer-filter):
6914 * emacs-lisp/generic.el (define-generic-mode):
6915 * emacs-lisp/easy-mmode.el (define-minor-mode)
6916 (define-globalized-minor-mode):
6917 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
6918 * emacs-lisp/byte-run.el (defsubst):
6919 * custom.el (deftheme): Add doc-string metadata.
6920
6921 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6924
6925 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6928
6929 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
6930 * emacs-lisp/cl-macs.el: Idem.
6931 * emacs-lisp/cl-specs.el: Remove.
6932
6933 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 Minor renaming of internal CL functions and variables.
6936 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
6937 (cl--position): Rename from cl-position.
6938 (cl--delete-duplicates): Rename from cl-delete-duplicates.
6939 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
6940 (cl--random-state): Rename from *random-state*.
6941
6942 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
6945 parens around the arg list (bug#11499).
6946
6947 2012-05-17 Juri Linkov <juri@jurta.org>
6948
6949 * isearch.el (word-search-regexp, word-search-backward)
6950 (word-search-forward, word-search-backward-lax)
6951 (word-search-forward-lax): Move functions from search.c
6952 (bug#10145, bug#11381).
6953
6954 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6955
6956 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6957 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6958 Delay for otherchars as for normal word components.
6959
6960 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * minibuffer.el (completion--sifn-requote): Fix last change.
6963 (minibuffer-local-must-match-filename-map):
6964 Move define-obsolete-variable-alias before its var.
6965
6966 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6969
6970 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
6971 behavior.
6972 (completion--string-equal-p): New function.
6973 (completion--twq-all): Use it to get better assertion failure data.
6974
6975 Only handle ".." and '..' quoting in shell-mode (bug#11466).
6976 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
6977 (shell--requote-argument): New functions.
6978 (shell-completion-vars): Use them.
6979 (shell--parse-pcomplete-arguments): Rename from
6980 shell-parse-pcomplete-arguments.
6981 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
6982 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
6983 Obey comint-file-name-quote-list.
6984
6985 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6986 (smie-indent-keyword): Use it.
6987
6988 2012-05-14 Stefan Merten <smerten@oekonux.de>
6989
6990 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6991
6992 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * net/rlogin.el (rlogin-mode-map): Fix last change.
6995
6996 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
6997
6998 * mail/smtpmail.el (smtpmail-send-command): Send the command and
6999 the following \r\n using a single `process-send-string', since the
7000 Lotus SMTP server refuses to accept any commands if they are sent
7001 with two `process-send-string's (Bug#11444).
7002
7003 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * shell.el (shell-parse-pcomplete-arguments):
7006 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
7007
7008 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7009
7010 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
7011 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7012 (image-transform-width, image-transform-fit-width): New functions.
7013 (image-transform-properties): Use them.
7014 (image-transform-check-size): New function.
7015 (image-toggle-display-image): Use it (for testing).
7016 (image-transform-set-rotation): Reduce angle mod 360.
7017 Delete obsolete comment.
7018
7019 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7020
7021 * image-mode.el: Fix scaling (bug#11399).
7022 (image-transform-resize): Doc fix.
7023 (image-transform-properties): Default scale is 1 and height should
7024 be an integer.
7025
7026 2012-05-13 Johan Bockgård <bojohan@gnu.org>
7027
7028 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7029 than hard-coding `car', to fix misbehavior when moving forward.
7030
7031 2012-05-13 Chong Yidong <cyd@gnu.org>
7032
7033 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7034 (tabulated-list-entries, tabulated-list-padding)
7035 (tabulated-list-sort-key): Make permanent-local.
7036
7037 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7038 (electric-buffer-list): Put electric buffer menu
7039 command descriptions in this docstring, instead of the docstring
7040 of electric-buffer-menu-mode. Code cleanups.
7041 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7042 Electric-buffer-menu-mode.
7043 (electric-buffer-update-highlight): Minor code cleanup.
7044
7045 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
7046
7047 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7048 (Bug#11447)
7049
7050 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 Move define-obsolete-variable-alias before the var's definition.
7053 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7054 * tooltip.el (tooltip-hook):
7055 * textmodes/reftex-toc.el (reftex-toc-map):
7056 * textmodes/reftex-sel.el (reftex-select-label-map)
7057 (reftex-select-bib-map):
7058 * textmodes/reftex-index.el (reftex-index-map)
7059 (reftex-index-phrases-map):
7060 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7061 * progmodes/meta-mode.el (meta-mode-map):
7062 * novice.el (disabled-command-hook):
7063 * loadhist.el (unload-hook-features-list):
7064 * frame.el (blink-cursor):
7065 * files.el (find-file-not-found-hooks, write-file-hooks)
7066 (write-contents-hooks):
7067 * emulation/tpu-edt.el (GOLD-map):
7068 * emacs-lock.el (emacs-lock-from-exiting):
7069 * emacs-lisp/generic.el (generic-font-lock-defaults):
7070 * emacs-lisp/chart.el (chart-map):
7071 * dos-fns.el (register-name-alist):
7072 * dired-x.el (dired-omit-files-p):
7073 * desktop.el (desktop-enable):
7074 * cus-edit.el (custom-mode-hook):
7075 * buff-menu.el (buffer-menu-mode-hook):
7076 * bookmark.el (bookmark-read-annotation-text-func)
7077 (bookmark-exit-hooks):
7078 * allout.el (allout-mode-deactivate-hook)
7079 (allout-exposure-change-hook, allout-structure-added-hook)
7080 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7081 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7082 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7083 comes before the corresponding variable's definition.
7084
7085 2012-05-12 Chong Yidong <cyd@gnu.org>
7086
7087 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
7088 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7089 (Buffer-menu-mode-map): Bind it.
7090 (Buffer-menu--pretty-name): Add a mouse-face property.
7091
7092 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7095 (prolog-upper-case-string, prolog-lower-case-string)
7096 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7097 (prolog-use-smie, prolog-smie-grammar): New vars.
7098 (prolog-smie-forward-token, prolog-smie-backward-token)
7099 (prolog-smie-rules): New funs.
7100 (prolog-comment-indent): Remove.
7101 (prolog-mode-variables): Use default comment indentation instead.
7102 Setup SMIE.
7103 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7104 (prolog-mode): Don't call them any more.
7105 (prolog-electric-colon, prolog-electric-dash)
7106 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7107
7108 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7109
7110 * minibuffer.el (completion--twq-all): Again, allow case differences.
7111
7112 * term.el: Move keymap initialization code to be more idiomatic.
7113 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7114 (term-terminal-menu): Move initialization into declaration.
7115 (term-escape-char): Let the user set it in her .emacs.
7116
7117 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7118 Provide SMIE-based indentation (not enabled by default yet).
7119 (sh-mode-map): Don't bind electric keys.
7120 Use electric-pair-mode instead of skeleton-pair.
7121 (sh-assignment-regexp): Fit within 80 columns.
7122 (sh-indent-supported): Specify actual shell name instead of boolean.
7123 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7124 (sh-maybe-here-document): Use it. Make obsolete.
7125 (sh-electric-here-document-mode) New minor mode.
7126 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7127 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7128 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7129 (sh-smie-rc-grammar, sh-use-smie): New vars.
7130 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7131 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7132 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7133 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7134 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7135 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7136 (sh-set-shell): Use smie-setup if requested.
7137
7138 * term.el (term-set-escape-char): Properly set term-escape-char.
7139 See http://stackoverflow.com/questions/10524656.
7140
7141 2012-05-10 Chong Yidong <cyd@gnu.org>
7142
7143 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7144 Use url-generic-parse-url, and handle host names and Windows
7145 filenames properly.
7146 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7147 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7148 URL schemes to work on.
7149 (ffap--toggle-read-only): New function.
7150 (ffap-read-only, ffap-read-only-other-window)
7151 (ffap-read-only-other-frame): Use it.
7152 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7153 necessary for ffap-url-unwrap-remote.
7154
7155 2012-05-10 Dave Abrahams <dave@boostpro.com>
7156
7157 * cus-start.el (create-lockfiles): Add it.
7158
7159 2012-05-09 Chong Yidong <cyd@gnu.org>
7160
7161 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7162 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7163
7164 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7167
7168 2012-05-09 Chong Yidong <cyd@gnu.org>
7169
7170 * ansi-color.el (ansi-color-process-output): Check for validity of
7171 comint-last-output-start before using it. This avoids a bad
7172 interaction with gdb-mi's input/output buffer.
7173
7174 2012-05-09 Glenn Morris <rgm@gnu.org>
7175
7176 * files.el (dir-locals-read-from-file):
7177 Mention dir-locals in any error message.
7178
7179 2012-05-09 Chong Yidong <cyd@gnu.org>
7180
7181 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7182 package (Bug#11410).
7183
7184 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7185 variables into description.
7186
7187 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7190 shell-delimiter-argument-list (bug#11348).
7191 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7192
7193 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
7194
7195 * textmodes/rst.el: Silence byte-compiler warnings.
7196 (rst-re-alist, rst-reset-section-caches): Move around.
7197 (rst-re): Use `characterp', not `char-valid-p'.
7198 (font-lock-beg, font-lock-end): Declare.
7199
7200 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7201 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7202
7203 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7204
7205 2012-05-08 Glenn Morris <rgm@gnu.org>
7206
7207 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7208
7209 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * vc/log-edit.el: Add GNU coding standards highlighting.
7212 (log-edit-font-lock-gnu-style)
7213 (log-edit-font-lock-gnu-keywords): New vars.
7214 (log-edit-font-lock-keywords): New fun.
7215 (log-edit-mode): Don't fold case in font-lock.
7216 (log-edit-font-lock-keywords): Do not assume case-folding.
7217
7218 * imenu.el: Misc cleanup. Make docstrings out of comments.
7219 Use lexical-binding.
7220 (imenu--index-alist, imenu--last-menubar-index-alist)
7221 (imenu-menubar-modified-tick): Use defvar-local.
7222 (imenu--split-menu): Remove unused var.
7223 (imenu--cleanup-seen): Declare as global.
7224 (imenu--cleanup): Use dolist.
7225
7226 * subr.el (defvar-local): Add debug spec and doc-string position.
7227
7228 2012-05-08 Glenn Morris <rgm@gnu.org>
7229
7230 * language/burmese.el, language/cham.el, language/czech.el:
7231 * language/english.el, language/georgian.el, language/greek.el:
7232 * language/japanese.el, language/khmer.el, language/korean.el:
7233 * language/lao.el, language/misc-lang.el, language/romanian.el:
7234 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7235 * language/thai.el, language/utf-8-lang.el:
7236 Remove no-byte-compile setting.
7237
7238 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7239
7240 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7241
7242 * progmodes/make-mode.el (makefile-browse):
7243 Remove unnecessary interactive. (Bug#11324)
7244
7245 2012-05-07 Glenn Morris <rgm@gnu.org>
7246
7247 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7248
7249 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7250
7251 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * loadup.el: Preload newcomment.el.
7254 * newcomment.el: Move autoload-only code to toplevel.
7255
7256 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7257 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7258 Handle new :right-align column property.
7259 (tabulated-list-print-col): Idem, plus use `display' text-property to
7260 try and preserve alignment for variable pitch fonts.
7261
7262 2012-05-07 Chong Yidong <cyd@gnu.org>
7263
7264 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7265 (tabulated-list-use-header-line): New var.
7266 (tabulated-list-init-header): Use it.
7267 (tabulated-list-print-fake-header): New function.
7268 (tabulated-list-print): Use it.
7269 (tabulated-list-sort-button-map): Add non-header-line commands.
7270 (tabulated-list-init-header): Add column name property to basic
7271 labels as well.
7272 (tabulated-list-col-sort): Handle non-header-line button case.
7273 (tabulated-list--sort-by-column-name): Fix a corner case.
7274
7275 * buff-menu.el (list-buffers--refresh):
7276 Handle Buffer-menu-use-header-line.
7277
7278 2012-05-06 Chong Yidong <cyd@gnu.org>
7279
7280 * buff-menu.el: Convert to Tabulated List mode.
7281 (Buffer-menu-buffer+size-width): Make obsolete.
7282 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7283 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7284 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7285 documentation into docstring of buffer-menu.
7286 (Buffer-menu-toggle-files-only): Add an informative message.
7287 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7288 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7289 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7290 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7291 (Buffer-menu-execute, Buffer-menu-select)
7292 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7293 (Buffer-menu-bury): Use Tabulated List machinery.
7294 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7295 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7296 Delete.
7297 (list-buffers--refresh): New function.
7298 (list-buffers-noselect): Use it.
7299 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7300 (Buffer-menu--pretty-file-name): New helper functions.
7301
7302 * loadup.el: Preload tabulated-list.
7303
7304 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7305 tabulated-list-sort-column.
7306 (tabulated-list-init-header): Add the initial aligning space even
7307 if tabulated-list-padding is zero.
7308
7309 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7310
7311 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7312 whose cdr is not a cons cell correctly (bug#11038).
7313
7314 2012-05-06 Chong Yidong <cyd@gnu.org>
7315
7316 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7317 Accept additional plist in column descriptors.
7318 (tabulated-list-init-header): Obey it.
7319 (tabulated-list-get-entry): New function.
7320 (tabulated-list-put-tag): Use it. Use string-width instead of
7321 length.
7322 (tabulated-list--column-number): New function.
7323 (tabulated-list-print): Use it.
7324 (tabulated-list-print-col): New function.
7325 Set `tabulated-list-column-name' property on each column's text.
7326 (tabulated-list-print-entry): Use it.
7327 (tabulated-list-delete-entry, tabulated-list-set-col):
7328 New functions.
7329 (tabulated-list-sort-column): New command (Bug#11337).
7330
7331 * buff-menu.el (list-buffers): Move C-x C-b binding from
7332 buff-menu.el to bindings.el.
7333
7334 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7335 :advertised-binding feature.
7336
7337 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7338
7339 * progmodes/compile.el (compilation-internal-error-properties):
7340 Calculate start position correctly when end-col is set but
7341 end-line is not (Bug#11382).
7342
7343 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7344
7345 * man.el (Man-unindent): Use text-property-default-nonsticky to
7346 prevent untabify from inheriting face properties (Bug#11408).
7347
7348 2012-05-05 Stefan Merten <smerten@oekonux.de>
7349
7350 * textmodes/rst.el: Major merge with upstream development up to
7351 Docutils SVN r7399 / rst.el V1.2.1.
7352
7353 Clarify maintainership and authors.
7354
7355 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7356 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7357 (rst-official-version, rst-official-cvs-rev, rst-version)
7358 (rst-package-emacs-version-alist): New functions and variables
7359 for version information.
7360
7361 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7362 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7363 (rst-mode-syntax-table, rst-mode): New and corrected functions
7364 and variables representing reStructuredText features.
7365
7366 (rst-re): New function for reStructuredText regexes. Use in
7367 many places.
7368
7369 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7370 (rst-mode-map): Rebind keys.
7371
7372 (rst-mode-lazy, rst-font-lock-keywords)
7373 (rst-font-lock-extend-region)
7374 (rst-font-lock-extend-region-internal)
7375 (rst-font-lock-extend-region-extend)
7376 (rst-font-lock-find-unindented-line-limit)
7377 (rst-font-lock-find-unindented-line-match)
7378 (rst-adornment-level, rst-font-lock-adornment-level)
7379 (rst-font-lock-adornment-match)
7380 (rst-font-lock-handle-adornment-pre-match-form)
7381 (rst-font-lock-handle-adornment-matcher): Major revision of
7382 font-locking. Integrate with other code. Use `jit-lock-mode'.
7383
7384 (rst-preferred-adornments, rst-adjust-hook)
7385 (rst-new-adornment-down, rst-preferred-bullets)
7386 (rst-preferred-bullets, rst-indent, rst-indent-width)
7387 (rst-indent-field, rst-indent-literal-normal)
7388 (rst-indent-literal-minimized, rst-indent-comment): Change,
7389 extend and improve customization.
7390
7391 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7392 (rst-normalize-cursor-position, rst-get-decoration)
7393 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7394 (rst-rstrip, rst-toc-insert-find-delete-contents)
7395 (rst-shift-fill-region, rst-compute-bullet-tabs)
7396 (rst-debug-print-tabs, rst-debug-mark-found)
7397 (rst-shift-region-guts, rst-shift-region-right)
7398 (rst-shift-region-left, rst-use-char-classes)
7399 (rst-font-lock-keywords-function)
7400 (rst-font-lock-indentation-point)
7401 (rst-font-lock-find-unindented-line-begin)
7402 (rst-font-lock-find-unindented-line-end)
7403 (rst-font-lock-find-unindented-line)
7404 (rst-font-lock-adornment-point, rst-font-lock-level)
7405 (rst-adornment-level-alist): Remove functions and variables.
7406
7407 (rst-compare-adornments, rst-get-adornment-match)
7408 (rst-suggest-new-adornment, rst-get-adornments-around)
7409 (rst-adornment-complete-p, rst-get-next-adornment)
7410 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7411 (rst-straighten-adornments): Standardize function names to
7412 use "adornment" instead of "decoration". Correct callers.
7413 Similar standardizing in many places.
7414
7415 (rst-update-section, rst-adjust, rst-promote-region)
7416 (rst-enumerate-region, rst-bullet-list-region)
7417 (rst-repeat-last-character): Correct use of `interactive'.
7418
7419 (rst-classify-adornment, rst-find-all-adornments)
7420 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7421 (rst-find-leftmost-column, rst-repeat-last-character):
7422 Refactor functions.
7423
7424 (rst-find-title-line, rst-reset-section-caches)
7425 (rst-get-adornments-around, rst-adjust-adornment-work)
7426 (rst-arabic-to-roman, rst-roman-to-arabic)
7427 (rst-insert-list-pos, rst-insert-list-new-item)
7428 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7429 New functions.
7430
7431 (rst-all-sections, rst-section-hierarchy)
7432 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7433 New variables.
7434
7435 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7436 configuration instead of only buffer. Change where necessary.
7437
7438 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7439 (rst-shift-region, rst-adaptive-fill): New functions for
7440 indentation and filling.
7441
7442 (rst-comment-line-break, rst-comment-indent)
7443 (rst-comment-insert-comment, rst-comment-region)
7444 (rst-uncomment-region): New functions for handling comments.
7445
7446 (rst-compile): Quote shell arguments.
7447
7448 (rst-compile-pdf-preview, rst-compile-slides-preview):
7449 Delete temporary files after use.
7450
7451 2012-05-05 Glenn Morris <rgm@gnu.org>
7452
7453 * calendar/cal-html.el: Optionally include holidays in the output.
7454 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7455 (cal-html-holidays): New option.
7456 (cal-html-css-default): Add holiday entry.
7457 (holiday-in-range): Autoload it.
7458 (cal-html-htmlify-entry): Add optional class argument.
7459 (cal-html-htmlify-list): Add optional holidays argument.
7460 (cal-html-insert-agenda-days): Include holidays in the output.
7461 (cal-html-one-month): Maybe include holidays.
7462
7463 * calendar/holidays.el (holiday-in-range):
7464 Move here from cal-tex-list-holidays.
7465 * calendar/cal-tex.el (cal-tex-list-holidays):
7466 Make it an obsolete alias for holiday-in-range. Update all callers.
7467
7468 2012-05-05 Chong Yidong <cyd@gnu.org>
7469
7470 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7471 Nextstep.
7472
7473 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7474
7475 * files.el (file-auto-mode-skip): New var.
7476 (set-auto-mode-1): Use it.
7477
7478 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * repeat.el: Use lexical-binding.
7481 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7482 (repeat-undo-count): Remove.
7483 (repeat):
7484 * progmodes/octave-mod.el (octave-abbrev-start):
7485 * progmodes/f90.el (f90-abbrev-start):
7486 * face-remap.el (text-scale-adjust):
7487 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7488
7489 * emacs-lisp/pcase.el (pcase--let*): New function.
7490 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7491 a bit more.
7492 (pcase--split-pred): Be more clever about ruling out overlap between
7493 a predicate and some constant pattern.
7494 (pcase--q1): Use `null' instead of (eq foo nil).
7495
7496 * subr.el (setq-local, defvar-local): New macros.
7497 (kbd): Redefine as an alias.
7498 (with-selected-window): Leave unrelated frames alone.
7499 (set-temporary-overlay-map): New function.
7500
7501 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * subr.el (user-error): New function.
7504 * window.el (switch-to-buffer):
7505 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7506 (smerge-match-conflict):
7507 * simple.el (previous-matching-history-element)
7508 (next-matching-history-element, goto-history-element, undo-more)
7509 (undo-start):
7510 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7511 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7512 (next-file, tags-loop-scan, list-tags, complete-tag):
7513 * progmodes/compile.el (compilation-loop):
7514 * mouse.el (mouse-minibuffer-check):
7515 * man.el (Man-bgproc-sentinel, Man-goto-page):
7516 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7517 (Info-history-forward, Info-follow-reference, Info-menu)
7518 (Info-extract-menu-item, Info-extract-menu-counting)
7519 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7520 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7521 (Info-next-reference, Info-prev-reference, Info-index)
7522 (Info-index-next, Info-follow-nearest-node)
7523 (Info-copy-current-node-name):
7524 * imenu.el (imenu--make-index-alist)
7525 (imenu-default-create-index-function, imenu-add-to-menubar):
7526 * files.el (basic-save-buffer, recover-file):
7527 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7528 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7529 (checkdoc-message-text, checkdoc-defun):
7530 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7531 * cus-edit.el (customize-changed-options, customize-rogue)
7532 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7533 (custom-variable-mark-to-reset-standard)
7534 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7535 (custom-file):
7536 * completion.el (check-completion-length):
7537 * comint.el (comint-search-arg)
7538 (comint-previous-matching-input-string-position)
7539 (comint-previous-matching-input)
7540 (comint-replace-by-expanded-history-before-point, comint-send-input)
7541 (comint-copy-old-input, comint-backward-matching-input)
7542 (comint-goto-process-mark, comint-set-process-mark):
7543 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7544 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7545
7546 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * dabbrev.el (dabbrev--ignore-case-p): New function.
7549 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7550 Use it.
7551
7552 * files.el (automount-dir-prefix): Mark as obsolete.
7553
7554 2012-05-04 Glenn Morris <rgm@gnu.org>
7555
7556 * patcomp.el, play/bruce.el: Move to obsolete/.
7557
7558 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7559
7560 Fix minor Y10k bugs.
7561 * arc-mode.el (archive-unixdate):
7562 * autoinsert.el (auto-insert-alist):
7563 * calc/calc-forms.el (math-this-year):
7564 * emacs-lisp/copyright.el (copyright-current-year)
7565 (copyright-update-year, copyright):
7566 * tar-mode.el (tar-clip-time-string):
7567 * time.el (display-time-update):
7568 Don't assume years have 4 digits.
7569
7570 2012-05-04 Chong Yidong <cyd@gnu.org>
7571
7572 * dos-w32.el (file-name-buffer-file-type-alist)
7573 (direct-print-region-use-command-dot-com):
7574 * ffap.el (ffap-menu-regexp):
7575 * find-file.el (ff-special-constructs):
7576 * follow.el (follow-debug):
7577 * forms.el (forms--debug):
7578 * iswitchb.el (iswitchb-all-frames):
7579 * ido.el (ido-all-frames):
7580 * emacs-lisp/timer.el (timer-max-repeats):
7581 * mail/feedmail.el (feedmail-mail-send-hook)
7582 (feedmail-mail-send-hook-queued):
7583 * mail/footnote.el (footnote-signature-separator):
7584 * mail/mailabbrev.el (mail-alias-separator-string)
7585 (mail-abbrev-mode-regexp):
7586 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7587 * progmodes/idlwave.el (idlwave-libinfo-file)
7588 (idlwave-default-completion-case-is-down)
7589 (idlwave-library-routines): Convert defvars to defcustoms.
7590
7591 * mail/rmail.el (rmail-decode-mime-charset):
7592 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7593 (idlwave-shell-fix-inserted-breaks)
7594 (idlwave-shell-activate-alt-keybindings)
7595 (idlwave-shell-use-breakpoint-glyph):
7596 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7597
7598 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7601
7602 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7603
7604 * progmodes/verilog-mode.el (font-lock-keywords):
7605 Fix mis-highligting auto. Reported by Craig Barner.
7606 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7607 defines from global name space. Reported by Dan Dever.
7608 (verilog-auto-reset, verilog-auto-reset-widths)
7609 (verilog-auto-tieoff): Support using unbased numbers for
7610 AUTORESET and AUTOTIEOFF.
7611 (verilog-submit-bug-report): Update variable list.
7612 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7613 parenthesis from not matching. Reported by Michael Rytting.
7614 (verilog-auto-template-lint): Fix hash error when linting modules
7615 with no used templates.
7616 (verilog-warn, verilog-warn-error)
7617 (verilog-warn-fatal): When non-interactive report multiple
7618 warnings before exiting. Suggested by Brad Dobbie.
7619 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7620 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7621 to report unused template errors. Reported by Brad Dobbie.
7622 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
7623 nets, bug438. Reported by Vns Blore.
7624 (verilog-auto-inout-module, verilog-auto-reg)
7625 (verilog-read-decls, verilog-read-sub-decls-sig)
7626 (verilog-signals-edit-wire-reg, verilog-signals-with):
7627 Fix passing of Verilog data types in ANSI input/output ports
7628 such as "output logic" into the AUTOs. Special case "wire" and
7629 "reg" for backwards compatibility presuming Verilog 2001.
7630 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7631 (verilog-preprocess): Fix replication of preprocess output.
7632 Reported by Brad Dobbie.
7633 (verilog-auto-inst-interfaced-ports):
7634 Create verilog-auto-inst-interfaced-ports, bug429.
7635 Reported by Julian Gorfajn.
7636 (verilog-after-save-font-hook)
7637 (verilog-before-save-font-hook): New variable.
7638 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7639 (verilog-save-font-mods): Wrap disabling fontification, reported
7640 by David Rogoff.
7641 (verilog-do-indent, verilog-pretty-declarations-auto)
7642 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7643 Reported by Pierre-David Pfister.
7644 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7645 of class declarations, bug292. Reported by Kevin Heilman.
7646 (verilog-read-decls): Fix 'parameter type' not appearing in
7647 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7648 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
7649 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
7650 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7651 Reported by David Kravitz.
7652
7653 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
7654
7655 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7656 assignment with tests in ifs and for loops.
7657 (verilog-extended-complete-re, verilog-complete-reg): Change so
7658 that DPI inport functions don't look like fuction declarations.
7659 (verilog-pretty-expr): Don't line up assignment
7660 operations to the test and increment in if and for loops
7661 (verilog-extended-complete-re, verilog-complete-reg): Change so
7662 that DPI inport functions don't look like fuction declarations.
7663
7664 2012-05-03 Kenichi Handa <handa@m17n.org>
7665
7666 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
7667 decoding, and show a warning message without signaling an error
7668 (Bug#11282).
7669
7670 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * emacs-lisp/bytecomp.el
7673 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7674 since cconv.el might have introduced :fun-body, internal-make-closure,
7675 and friends for bytecomp to handle (bug#11391).
7676 * custom.el (defcustom): Avoid ((λ ..) ..).
7677
7678 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7681
7682 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
7683
7684 * notifications.el (dbus-debug):
7685 * term/linux.el (gpm-mouse-enable):
7686 * term/screen.el (xterm-register-default-colors): Declare.
7687
7688 2012-05-02 Chong Yidong <cyd@gnu.org>
7689
7690 * cus-start.el (gc-cons-percentage, exec-suffixes)
7691 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7692 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7693 (make-cursor-line-fully-visible, void-text-area-pointer)
7694 (font-list-limit): Add customization data.
7695
7696 * allout.el (allout-exposure-change-functions)
7697 (allout-structure-added-functions)
7698 (allout-structure-deleted-functions)
7699 (allout-structure-shifted-functions): Rename abnormal hooks from
7700 *-hook, and convert to defcustoms.
7701 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7702 Convert to defcustoms.
7703 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7704
7705 * allout-widgets.el: Hook callers changed.
7706
7707 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7708
7709 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7710 the yanked message in preference to the default value of
7711 buffer-file-coding-system.
7712
7713 2012-05-02 Martin Rudalics <rudalics@gmx.at>
7714
7715 * window.el (display-buffer--action-function-custom-type):
7716 Fix entry.
7717
7718 2012-05-02 Alan Mackenzie <acm@muc.de>
7719
7720 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7721
7722 2012-05-01 Glenn Morris <rgm@gnu.org>
7723
7724 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7725
7726 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7727
7728 * cus-edit.el (custom-variable-documentation): Simplify with format.
7729
7730 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7731 Stefan Monnier <monnier@iro.umontreal.ca>
7732
7733 * simple.el (suggest-key-bindings, execute-extended-command):
7734 Move from keyboard.c.
7735
7736 2012-05-01 Chong Yidong <cyd@gnu.org>
7737
7738 * follow.el: Eliminate advice.
7739 (set-process-filter, process-filter, sit-for): Advice deleted.
7740 (follow-mode-off-hook): Obsolete hook removed.
7741 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7742 Vars deleted.
7743 (follow-auto): Use a :set function.
7744 (follow-mode): Rewritten. Don't advise process filters.
7745 (follow-switch-to-current-buffer-all, follow-scroll-up)
7746 (follow-scroll-down): Assume follow-mode is bound.
7747 (follow-comint-scroll-to-bottom)
7748 (follow-align-compilation-windows): New functions.
7749 (follow--window-sorter): New function.
7750 (follow-all-followers): Use it to explicitly sort windows by their
7751 positions; don't make assumptions about next-window order.
7752 (follow-windows-start-end, follow-delete-other-windows-and-split)
7753 (follow-calc-win-start): Doc fix.
7754 (follow-windows-aligned-p, follow-select-if-visible): Don't call
7755 vertical-motion unnecessarily.
7756 (follow-adjust-window): New function.
7757 (follow-post-command-hook): Use it.
7758 (follow-call-set-process-filter, follow-call-process-filter)
7759 (follow-intercept-process-output, follow-tidy-process-filter-alist)
7760 (follow-stop-intercept-process-output, follow-generic-filter):
7761 Functions deleted.
7762 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
7763 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7764 New functions, replacing advice on scroll-bar-* commands.
7765 (follow-mwheel-scroll): New function (Bug#4112).
7766
7767 * comint.el (comint-adjust-point): New function.
7768 (comint-postoutput-scroll-to-bottom): Use it.
7769 Call follow-comint-scroll-to-bottom for Follow mode buffers.
7770
7771 2012-05-01 Glenn Morris <rgm@gnu.org>
7772
7773 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7774 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7775 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7776 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7777 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7778 Remove no-byte-compile setting.
7779
7780 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * minibuffer.el (completion-table-with-quoting): Fix compatibility
7783 all-completions code to not return a number in the last cdr.
7784
7785 2012-04-30 Leo Liu <sdl.web@gmail.com>
7786
7787 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7788 read-only error.
7789
7790 2012-04-29 Chong Yidong <cyd@gnu.org>
7791
7792 * follow.el (follow-calc-win-end): Rewrite to handle partial
7793 screen lines correctly (Bug#8390).
7794 (follow-avoid-tail-recenter): Minor cleanup.
7795
7796 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 Avoid the obsolete `assoc' package.
7799 * speedbar.el (speedbar-refresh): Avoid adelete.
7800 (speedbar-file-lists): Simplify and avoid aput.
7801 * man.el (Man--sections, Man--refpages): New vars, replacing
7802 Man-sections-alist and Man-refpages-alist.
7803 (Man-build-section-alist, Man-build-references-alist):
7804 Use them; avoid aput.
7805 (Man--last-section, Man--last-refpage): New vars.
7806 (Man-follow-manual-reference): Use them.
7807 Use the `default' arg of completing-read.
7808 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
7809
7810 2012-04-27 Chong Yidong <cyd@gnu.org>
7811
7812 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7813
7814 * startup.el (x-apply-session-resources): New function.
7815
7816 * term/ns-win.el (ns-initialize-window-system):
7817 * term/w32-win.el (w32-initialize-window-system):
7818 * term/x-win.el (x-initialize-window-system): Use it to properly
7819 set menu-bar-mode and other vars from X resources, even if the
7820 initial frame is not a window-system frame (Bug#2299).
7821
7822 * subr.el (read-key): Avoid running filter function when setting
7823 up temporary tool bar entries (Bug#9922).
7824
7825 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7826
7827 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7828 (Bug#11344)
7829
7830 2012-04-27 Chong Yidong <cyd@gnu.org>
7831
7832 * select.el (xselect--encode-string): New function, split from
7833 xselect-convert-to-string.
7834 (xselect-convert-to-string): Use it.
7835 (xselect-convert-to-filename, xselect-convert-to-os)
7836 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7837 returned strings are properly encoded (Bug#11315).
7838
7839 2012-04-27 Chong Yidong <cyd@gnu.org>
7840
7841 * simple.el (delete-active-region): Move to killing custom group.
7842
7843 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7844
7845 * progmodes/which-func.el (which-func-current): Quote %
7846 characters for mode-line processing.
7847
7848 2012-04-27 Chong Yidong <cyd@gnu.org>
7849
7850 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7851 reaching eob (Bug#11286).
7852
7853 2012-04-27 Eli Zaretskii <eliz@gnu.org>
7854
7855 * progmodes/gdb-mi.el (gdb-control-level): New variable.
7856 (gdb): Make it buffer-local and init to zero.
7857 (gdb-control-commands-regexp): New variable.
7858 (gdb-send): Don't wrap in "-interpreter-exec console" if
7859 gdb-control-level is positive. Increment gdb-control-level
7860 whenever the command matches gdb-control-commands-regexp, and
7861 decrement it each time the command is "end". (Bug#11279)
7862
7863 2012-04-27 Martin Rudalics <rudalics@gmx.at>
7864
7865 * window.el (adjust-window-trailing-edge, enlarge-window)
7866 (shrink-window, window-resize):
7867 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
7868 windows (Bug#11276).
7869
7870 2012-04-27 Chong Yidong <cyd@gnu.org>
7871
7872 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
7873 fix "missing prefix" warning. All callers changed.
7874
7875 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * emacs-lisp/assoc.el: Move to obsolete/.
7878
7879 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
7882
7883 * term/ns-win.el (ns-define-service):
7884 * progmodes/pascal.el (pascal-goto-defun):
7885 * progmodes/js.el (js--read-tab):
7886 * progmodes/etags.el (tags-lazy-completion-table):
7887 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
7888 * emacs-lisp/ewoc.el (ewoc--wrap):
7889 * emacs-lisp/assoc.el (aput, adelete, amake):
7890 * doc-view.el (doc-view-convert-current-doc):
7891 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
7892
7893 2012-04-26 Chong Yidong <cyd@gnu.org>
7894
7895 * image.el (image-type-from-buffer): Only return supported image
7896 type (Bug#9045).
7897
7898 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
7899 value, for symmetry with diff-end-of-hunk.
7900 (diff-split-hunk, diff-find-source-location)
7901 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
7902 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
7903 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
7904 compute the relevant hunk or file properly (Bug#6005).
7905 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
7906
7907 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * vc/vc-mtn.el:
7910 * vc/vc-hg.el:
7911 * vc/vc-git.el:
7912 * vc/vc-dir.el:
7913 * vc/vc-cvs.el:
7914 * vc/vc-bzr.el:
7915 * vc/vc-arch.el:
7916 * vc/vc.el: Replace lexical-let by lexical-binding.
7917 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
7918 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
7919 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
7920
7921 2012-04-26 Chong Yidong <cyd@gnu.org>
7922
7923 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7924 (diff-mode-shared-map): Bind it to / and [remap undo].
7925
7926 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
7927 (ediff-window-setup-function): Use it as the default, to set up
7928 windows based on whether the current frame is graphical (Bug#2138).
7929 (ediff-choose-window-setup-function-automatically): Make obsolete.
7930
7931 * vc/ediff-init.el: Always define ediff-pixel-width/height.
7932
7933 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * ffap.el: Remove old code for obsolete package.
7936 (ffap-complete-as-file-p): Remove.
7937
7938 Use completion-table-with-quoting for comint and pcomplete.
7939 * comint.el (comint--unquote&requote-argument)
7940 (comint--unquote-argument, comint--requote-argument): New functions.
7941 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
7942 (comint-quote-filename): Use regexp-opt-charset.
7943 (comint--common-suffix, comint--common-quoted-suffix)
7944 (comint--table-subvert): Remove.
7945 (comint-unquote-function, comint-requote-function): New vars.
7946 (comint--complete-file-name-data): Use them with
7947 completion-table-with-quoting.
7948 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
7949 * pcomplete.el (pcomplete-arg-quote-list)
7950 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
7951 (pcomplete-unquote-argument-function): Default to non-nil.
7952 (pcomplete-unquote-argument): Simplify.
7953 (pcomplete--common-quoted-suffix): Remove.
7954 (pcomplete-requote-argument-function): New var.
7955 (pcomplete--common-suffix): New function.
7956 (pcomplete-completions-at-point): Use completion-table-with-quoting
7957 and completion-table-subvert.
7958
7959 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
7960 (minibuffer--double-dollars): Preserve properties.
7961 (completion--sifn-requote): New function.
7962 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
7963
7964 * minibuffer.el: Add support for completion of quoted/escaped data.
7965 (completion-table-with-quoting, completion-table-subvert): New funs.
7966 (completion--twq-try, completion--twq-all): New functions.
7967 (completion--nth-completion): New function.
7968 (completion-try-completion, completion-all-completions): Use it.
7969
7970 2012-04-25 Leo Liu <sdl.web@gmail.com>
7971
7972 * progmodes/python.el (python-pdbtrack-get-source-buffer):
7973 Use compilation-message if available to find real filename.
7974
7975 2012-04-25 Chong Yidong <cyd@gnu.org>
7976
7977 * vc/diff-mode.el (diff-setup-whitespace): New function.
7978 (diff-mode): Use it.
7979
7980 * vc/diff.el (diff-sentinel):
7981 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
7982 Whitespace mode variables based on diff style (Bug#8612).
7983
7984 2012-04-25 Leo Liu <sdl.web@gmail.com>
7985
7986 * progmodes/python.el (python-send-region): Add suffix .py to the
7987 temp file.
7988
7989 * files.el (auto-mode-alist): Use javascript-mode instead.
7990
7991 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
7992
7993 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
7994
7995 * net/soap-client.el (soap-resolve-references-for-sequence-type)
7996 (soap-resolve-references-for-array-type): Hack to prevent self
7997 references, see Bug#9.
7998 (soap-parse-envelope): Report the contents of the 'detail' node
7999 when receiving a fault reply.
8000 (soap-parse-envelope): Report the contents of the entire 'detail' node.
8001
8002 * net/soap-inspect.el (soap-sample-value-for-simple-type)
8003 (soap-inspect-simple-type): New function.
8004
8005 * net/soap-client.el (soap-simple-type): New struct.
8006 (soap-default-xsd-types, soap-default-soapenc-types)
8007 (soap-decode-basic-type, soap-encode-basic-type):
8008 support unsignedInt and double basic types.
8009 (soap-resolve-references-for-simple-type)
8010 (soap-parse-simple-type, soap-encode-simple-type): New function.
8011 (soap-parse-schema): Parse xsd:simpleType declarations.
8012
8013 * net/soap-client.el (soap-default-xsd-types)
8014 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8015 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8016 the local name of "soapenc:Array".
8017 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
8018 decoding integer, byte and anyURI xsd types.
8019
8020 2012-04-25 Chong Yidong <cyd@gnu.org>
8021
8022 * cus-edit.el (custom-buffer-create-internal): Update header text.
8023
8024 2012-04-25 Eli Zaretskii <eliz@gnu.org>
8025
8026 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8027 settings on 'system-type', not on 'window-system'. On MS-Windows,
8028 set interactive-mode on in GDB.
8029
8030 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8033 (ruby-syntax-propertize-regexp): Remove.
8034 (ruby-syntax-propertize-function): Split regexp into chunks.
8035 Match following code directly.
8036
8037 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8038
8039 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8040 (ruby-syntax-propertize-regexp): New function.
8041 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8042 by a special keyword.
8043
8044 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8045 (ruby-syntax-general-delimiters-goto-beg)
8046 (ruby-syntax-propertize-general-delimiters): New functions.
8047 (ruby-syntax-propertize-function): Use them to handle GDL.
8048 (ruby-font-lock-keywords): Move old handling of GDL...
8049 (ruby-font-lock-syntactic-keywords): .. to here.
8050 (ruby-calculate-indent): Adjust indentation for GDL.
8051
8052 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
8053
8054 * notifications.el (top): Remove unneeded declarations.
8055 (notifications-specification-version): Change to "1.2".
8056 (notifications-interface, notifications-notify-method)
8057 (notifications-close-notification-method): Fix docstring.
8058 (notifications-get-capabilities-method): New defconst.
8059 (notifications-notify): Add :action-items, :resident and
8060 :transient hints. Change "image_data" to "image-data" and
8061 "image_path" to "image-path".
8062 (notifications-get-capabilities): New defun.
8063
8064 2012-04-24 Leo Liu <sdl.web@gmail.com>
8065
8066 * progmodes/python.el: Move hideshow setup to the end.
8067
8068 2012-04-24 Martin Rudalics <rudalics@gmx.at>
8069
8070 * window.el (handle-select-window): Clear echo area since this is
8071 no more done by read_char (Bug#11304).
8072
8073 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8076 and `/ M' to filter-derived-mode.
8077 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8078 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8079 (ibuffer-mark-by-mode): Use default rather than initial-input.
8080 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8081
8082 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8083
8084 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8085 (ibuffer-filter-by-derived-mode): New filter.
8086 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8087
8088 2012-04-23 Andreas Politz <politza@fh-trier.de>
8089
8090 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8091
8092 2012-04-23 Chong Yidong <cyd@gnu.org>
8093
8094 * cus-edit.el (customize-apropos, customize-apropos-options):
8095 Disable matching of non-option variables (Bug#11176).
8096 (customize-option, customize-option-other-window)
8097 (customize-changed-options): Doc fix.
8098 (customize-apropos-options, customize-apropos-faces)
8099 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8100
8101 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
8102 Fix word list splitting (Bug#11132).
8103 (apropos-symbol, apropos-keybinding, apropos-label)
8104 (apropos-property, apropos-function-button)
8105 (apropos-variable-button, apropos-misc-button): New faces.
8106 (apropos-symbol-face, apropos-keybinding-face)
8107 (apropos-label-face, apropos-property-face, apropos-match-face):
8108 Variables removed (Bug#8396).
8109 (apropos-library-button, apropos-format-plist, apropos-print)
8110 (apropos-print-doc, apropos-describe-plist): Callers changed.
8111
8112 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
8113
8114 * net/xesam.el (xesam-mode-map): Use let-bound map in
8115 initialization. (Bug#11292)
8116
8117 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8118
8119 Preserve ispell session localwords when switching back to
8120 original buffer.
8121
8122 * textmodes/ispell.el (ispell-buffer-session-localwords):
8123 New buffer-local variable to hold buffer session localwords.
8124 (ispell-kill-ispell): Add option 'clear to delete session
8125 localwords.
8126 (ispell-command-loop, ispell-change-dictionary)
8127 (ispell-buffer-local-words): Preserve session localwords when
8128 needed.
8129
8130 * textmodes/flyspell.el (flyspell-process-localwords)
8131 (flyspell-do-correct): Preserve session localwords when needed.
8132
8133 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8134
8135 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8136 using obsolete `translation-table-for-input'.
8137 (ispell-word, ispell-process-line, ispell-complete-word):
8138 Use plain `insert' instead of removed `ispell-insert-word'.
8139
8140 2012-04-22 Chong Yidong <cyd@gnu.org>
8141
8142 * cus-edit.el (custom-variable-menu)
8143 (custom-variable-reset-saved, custom-face-menu)
8144 (custom-face-reset-saved): If there is no saved value, make the
8145 "reset-saved" operation bring back the default (Bug#9509).
8146 (custom-face-state): Properly detect themed faces.
8147
8148 * faces.el (face-spec-set): Stop supporting deprecated form of
8149 third arg.
8150
8151 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
8152
8153 Move functions from C to Lisp. Make non-blocking method calls
8154 the default. Implement further D-Bus standard interfaces.
8155
8156 * net/dbus.el (dbus-message-internal): Declare function.
8157 Remove unneeded function declarations.
8158 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8159 (dbus-message-type-method-return, dbus-message-type-error)
8160 (dbus-message-type-signal): Declare variables. Remove local
8161 definitions.
8162 (dbus-interface-dbus, dbus-interface-peer)
8163 (dbus-interface-introspectable, dbus-interface-properties)
8164 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8165 Adapt docstring.
8166 (dbus-interface-objectmanager): New defconst.
8167 (dbus-call-method, dbus-call-method-asynchronously)
8168 (dbus-send-signal, dbus-method-return-internal)
8169 (dbus-method-error-internal, dbus-register-service)
8170 (dbus-register-signal, dbus-register-method): New defuns, moved
8171 from dbusbind.c
8172 (dbus-call-method-handler, dbus-setenv)
8173 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8174 New defuns.
8175 (dbus-call-method-non-blocking): Make it an obsolete function.
8176 (dbus-unregister-object, dbus-unregister-service)
8177 (dbus-handle-event, dbus-register-property)
8178 (dbus-property-handler): Obey the new structure of
8179 `bus-registered-objects'.
8180 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8181 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8182 Use `dbus-call-method'.
8183
8184 2012-04-22 Chong Yidong <cyd@gnu.org>
8185
8186 * cus-edit.el (custom-commands, custom-reset-menu)
8187 (Custom-reset-standard): Tweak labels.
8188 (custom-reset-button-menu): Change default to t.
8189 (custom-buffer-create-internal): For the custom-reset-button-menu
8190 case, put the revert button first.
8191 (custom-group-subtitle): New face.
8192 (custom-group-value-create): Align docstring to a specific column.
8193
8194 * wid-edit.el (widget-documentation-link-add): Don't handle
8195 indentation in this function.
8196 (widget-documentation-string-indent-to): New function.
8197 (widget-documentation-string-value-create): Use it.
8198
8199 * autorevert.el (auto-revert):
8200 * epg-config.el (epg):
8201 * ibuffer.el (ibuffer):
8202 * mpc.el (mpc):
8203 * ses.el (ses):
8204 * eshell/eshell.el (eshell):
8205 * net/ange-ftp.el (ange-ftp):
8206 * progmodes/ebnf2ps.el (postscript):
8207 * progmodes/flymake.el (flymake):
8208 * progmodes/prolog.el (prolog):
8209 * progmodes/verilog-mode.el (verilog-mode):
8210 * progmodes/which-func.el (which-func):
8211 * term/xterm.el (xterm):
8212 * textmodes/picture.el (picture):
8213 * textmodes/tildify.el (tildify):
8214 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8215 customization buffers.
8216
8217 2012-04-22 Alan Mackenzie <acm@muc.de>
8218
8219 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8220 Adding a ) can hide the resulting (..) from searches. Fix it.
8221 Bound the backward search to the position of the existing (.
8222
8223 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * progmodes/verilog-mode.el (verilog-mode): Check whether
8226 which-func-modes is t before adding verilog-mode.
8227 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8228
8229 2012-04-21 Leo Liu <sdl.web@gmail.com>
8230
8231 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
8232
8233 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8234
8235 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8236 filling of the last column of a table (Bug#5635).
8237 (woman-find-next-control-line): New arg, specifying an additional
8238 regexp component for the control line.
8239 (woman2-roff-buffer): Use it.
8240 (woman-break-table): New function.
8241 (woman2-TS): Use it.
8242
8243 2012-04-21 Chong Yidong <cyd@gnu.org>
8244
8245 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8246 (woman-horizontal-escapes, woman-negative-vertical-space)
8247 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8248 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8249
8250 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * minibuffer.el (completion-file-name-table): Complete user names.
8253
8254 2012-04-20 Leo Liu <sdl.web@gmail.com>
8255
8256 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8257 and pcase-let*.
8258
8259 2012-04-20 Chong Yidong <cyd@gnu.org>
8260
8261 * server.el (server-execute): Respect initial-buffer-choice if it
8262 is a string and there are no files to open (Bug#2825).
8263 (server-create-window-system-frame, server-create-tty-frame):
8264 Don't switch buffers here.
8265 (server-process-filter): Only try to open a window system frame if
8266 compiled with graphical support (Bug#8314).
8267
8268 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8269
8270 * battery.el (battery-echo-area-format): Display remaining time
8271 for sysfs backend too (Bug#11269).
8272 (battery-linux-sysfs): Fix conditional for the charge.
8273
8274 2012-04-20 Chong Yidong <cyd@gnu.org>
8275
8276 * progmodes/gdb-mi.el (gdb): Revert previous change.
8277 (gdb-inferior-io--init-proc): New function.
8278 (gdb-init-1): Use it.
8279 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8280 responsible for allocating a new pty and hooking it to gdb when
8281 the old pty gets an EIO due to process exit.
8282 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8283 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8284 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8285
8286 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8287
8288 * window.el (window-min-size, window-sizable, window-min-delta)
8289 (window-max-delta, window--resizable, window-resizable)
8290 (window-total-size, window-full-height-p, window-full-width-p)
8291 (window-in-direction, window--resize-mini-window, window-resize)
8292 (window--resize-child-windows-normal)
8293 (window--resize-child-windows, window--resize-siblings)
8294 (window--resize-this-window, adjust-window-trailing-edge)
8295 (enlarge-window, shrink-window): Doc fixes.
8296
8297 2012-04-20 Chong Yidong <cyd@gnu.org>
8298
8299 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8300 New function to call delete-process on the gdb-inferior buffer's pty.
8301 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8302 pty process (Bug#11273).
8303 (gdb-update): New arg to suppress talking to the gdb process.
8304 (gdb-done-or-error): Use it.
8305 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8306 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8307 sentinel not being called.
8308
8309 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8310
8311 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8312
8313 2012-04-20 Glenn Morris <rgm@gnu.org>
8314
8315 * net/network-stream.el (open-network-stream): Doc fix.
8316
8317 2012-04-20 Chong Yidong <cyd@gnu.org>
8318
8319 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8320
8321 2012-04-20 Alan Mackenzie <acm@muc.de>
8322
8323 Ensure searching for keywords is case sensitive.
8324
8325 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8326 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8327 (c-defun-name, c-mark-function, c-cpp-define-name)
8328 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8329 (c-context-line-break): Bind case-fold-search to nil.
8330
8331 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8332 Bind case-fold-search to nil.
8333
8334 2012-04-20 Chong Yidong <cyd@gnu.org>
8335
8336 * mail/sendmail.el (mail-bury): Call return action with the right
8337 Rmail buffer (Bug#11242).
8338
8339 * server.el (server-process-filter): Handle corner case where both
8340 tty and nowait options are present (Bug#11102).
8341
8342 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8343
8344 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8345 (top level): Put into the executable the ident-style '$Id:' tag on
8346 windows-nt as well.
8347
8348 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * electric.el (electric-indent-post-self-insert-function): Check that
8351 electric-indent-mode is enabled in current buffer.
8352
8353 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8354
8355 * imenu.el (imenu-progress-message): Restore; it is "used" in
8356 erc/erc-imenu.el and net/snmp-mode.el.
8357
8358 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8359
8360 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8361 (mouse-avoidance-nudge-mouse): Remove unused binding.
8362
8363 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8364
8365 * descr-text.el (describe-char):
8366 * progmodes/python.el (python-describe-symbol):
8367 Don't call `toggle-read-only', set `buffer-read-only'.
8368
8369 * imenu.el (imenu-default-goto-function): Mark unused args.
8370 (imenu-progress-message): Remove obsolete macro; all callers changed.
8371
8372 * subr.el (keymap-canonicalize): Remove unused binding.
8373 (read-passwd): Mark unused arg.
8374
8375 * tutorial.el (tutorial--display-changes): Remove unused binding.
8376 (tutorial--save-tutorial-to): Remove unused variable.
8377
8378 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8379 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8380 (package-generate-autoloads, package-menu--generate)
8381 (package-menu--find-upgrades): Remove unused bindings.
8382
8383 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8384 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8385 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8386 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8387 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8388 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8389 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8390 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8391 (cua-delete-char-rectangle): Mark unused args.
8392 (cua-align-rectangle): Remove unused binding.
8393
8394 * mail/rmail.el (compilation--message->loc)
8395 (epa--find-coding-system-for-mime-charset): Declare.
8396
8397 * net/dbus.el (dbus-register-service): Declare.
8398 (dbus-name-owner-changed-handler): Remove unused binding.
8399
8400 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8401 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8402 (nxml-scan-backward-within): Mark unused arg.
8403 (nxml-dynamic-markup-word): Remove unused binding.
8404
8405 * mouse.el (mouse-menu-major-mode-map):
8406 * emacs-lisp/authors.el (authors-scan-change-log)
8407 (authors-add-to-author-list):
8408 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8409 * emacs-lisp/smie.el (smie-auto-fill):
8410 * mail/sendmail.el (mail-bury):
8411 * mail/unrmail.el (unrmail):
8412 * net/tls.el (open-tls-stream):
8413 * textmodes/picture.el (picture-mouse-set-point):
8414 Remove unused bindings.
8415
8416 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8417
8418 * net/tramp.el (tramp-action-password): Let-bind
8419 `enable-recursive-minibuffers' to t.
8420
8421 2012-04-18 Sam Steingold <sds@gnu.org>
8422
8423 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8424 instead of 'string to accommodate values like [f11].
8425 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8426 * progmodes/gdb-mi.el: Likewise.
8427
8428 2012-04-18 Leo Liu <sdl.web@gmail.com>
8429
8430 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8431 current buffer.
8432 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8433 LOCAL is nil.
8434
8435 2012-04-18 Chong Yidong <cyd@gnu.org>
8436
8437 * simple.el (line-move): Use forward-line if in batch mode
8438 (Bug#11053).
8439
8440 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8441
8442 * files.el (after-find-file): Do not try to add a final newline if
8443 the buffer is read-only (Bug#11156).
8444
8445 2012-04-17 Richard Stallman <rms@gnu.org>
8446
8447 * mail/rmail.el (rmail-start-mail):
8448 Pass (rmail-mail-return...) for the return-action.
8449 Pass (rmail-yank-current-message...) for the yank-action.
8450 (rmail-yank-current-message): New function.
8451 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8452 (rmail-reply): Likewise.
8453 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8454
8455 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8456 buffer, not the last. Reject temp buffers. Use the rmail-mode
8457 buffer, not newbuf.
8458
8459 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8460
8461 * server.el (server-ensure-safe-dir): Simplify.
8462
8463 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8464
8465 * emacs-lisp/smie.el: Provide smarter auto-filling.
8466 (smie-auto-fill): New function.
8467 (smie-setup): Use it.
8468
8469 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8470
8471 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8472
8473 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8474 (comment-indent): Use it.
8475
8476 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
8477
8478 * ses.el: The overall change is to add cell renaming, that is
8479 setting fancy names for cell symbols other than name matching
8480 "\\`[A-Z]+[0-9]+\\'" regexp .
8481 (ses-localvars): Add ses--renamed-cell-symb-list.
8482 (ses-create-cell-variable): New defun.
8483 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8484 (ses-relocate-formula): Relocate formulas only for cells the
8485 symbols of which are not renamed, i.e. symbols whose names do not
8486 match regexp "\\`[A-Z]+[0-9]+\\'".
8487 (ses-relocate-all): Relocate values only for cells the symbols of
8488 which are not renamed.
8489 (ses-load): Create cells variables as the (ses-cell ...) are read,
8490 in order to check row col consistency with cell symbol name only
8491 for cells that are not renamed.
8492 (ses-replace-name-in-formula): New defun.
8493 (ses-rename-cell): New defun.
8494
8495 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8496
8497 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8498 New option (bug#11118).
8499 (perl-calculate-indent): Respect it.
8500
8501 2012-04-17 Glenn Morris <rgm@gnu.org>
8502
8503 * dired-aux.el (dired-mark-read-string): Doc fix.
8504
8505 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8506
8507 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8508 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8509
8510 2012-04-17 Glenn Morris <rgm@gnu.org>
8511
8512 * mouse.el (mouse-drag-track):
8513 * speedbar.el (speedbar-frame-mode):
8514 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8515
8516 2012-04-16 Leo Liu <sdl.web@gmail.com>
8517
8518 * progmodes/python.el: Trivial cleanup.
8519
8520 2012-04-16 Glenn Morris <rgm@gnu.org>
8521
8522 * vc/vc.el (vc-string-prefix-p):
8523 * vc/pcvs-util.el (cvs-string-prefix-p):
8524 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8525 * mpc.el (mpc-string-prefix-p):
8526 Make all of these into obsolete aliases for string-prefix-p.
8527 Update callers.
8528 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8529
8530 * textmodes/two-column.el: Move custom options to the start.
8531 (frame-width): Remove compat definition.
8532 (2C-associate-buffer, 2C-dissociate):
8533 Use with-current-buffer rather than save-excursion.
8534 (2C-dissociate): Force a mode-line update.
8535 (2C-autoscroll): Use ignore-errors.
8536
8537 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8538 Autoload trivia.
8539
8540 * emacs-lisp/cl-extra.el (*random-state*):
8541 Remove unnecessary declaration.
8542
8543 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8544
8545 * play/cookie1.el (cookie-snarf):
8546 Give an explicit error if input file cannot be read.
8547
8548 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8549
8550 * progmodes/perl-mode.el (c-macro-expand):
8551 Remove unnecessary autoload (it is in loaddefs.el).
8552
8553 * textmodes/picture.el (picture-desired-column)
8554 (picture-update-desired-column): Convert comments to doc-strings.
8555 (picture-substitute): Remove function.
8556 (picture-mode-map): Initialize in the defvar.
8557
8558 * woman.el: Remove eval-after-load for tar-mode.
8559 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8560 (woman-tar-extract-file): Autoload it.
8561
8562 * frame.el (automatic-hscrolling): Make this alias obsolete.
8563
8564 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8565
8566 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8567 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8568 (ispell-dictionary-base-alist): Revert to original XEmacs
8569 friendly version for default. [:alpha:] will be added in
8570 `ispell-set-spellchecker-params' if needed.
8571
8572 2012-04-16 Chong Yidong <cyd@gnu.org>
8573
8574 * image.el (imagemagick--file-regexp): New variable.
8575 (imagemagick-register-types): Use it.
8576 (imagemagick-types-inhibit): Add :set function. Allow new value
8577 of t to inhibit all types.
8578
8579 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8580 so we can preload it.
8581
8582 * loadup.el (fboundp): Preload regexp-opt, needed by
8583 imagemagick-register-types.
8584
8585 2012-04-15 Chong Yidong <cyd@gnu.org>
8586
8587 * frame.el (scrolling): Remove nearly unused customization group.
8588
8589 * scroll-all.el (scroll-all-mode): Move to windows group.
8590
8591 2012-04-15 Chong Yidong <cyd@gnu.org>
8592
8593 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8594
8595 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8596
8597 Avoid the use of ((lambda ...) ...) in lexical-binding code.
8598 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8599
8600 2012-04-15 Glenn Morris <rgm@gnu.org>
8601
8602 * simple.el (process-file-side-effects): Doc fix.
8603
8604 2012-04-15 Glenn Morris <rgm@gnu.org>
8605
8606 * international/mule-cmds.el (set-language-environment): Doc fix.
8607
8608 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8609
8610 * server.el (server-auth-key, server-generate-key): Doc fixes.
8611 (server-get-auth-key): Doc fix. Use `string-match-p'.
8612 (server-start): Reflow docstring.
8613
8614 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8615
8616 * server.el (server-generate-key): `called-interactively-p'
8617 requires a parameter.
8618
8619 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
8620
8621 * server.el (server-auth-key): New variable.
8622 (server-generate-key, server-get-auth-key): New function.
8623 (server-start): Use the new variable and functions to allow
8624 setting a permanent server key (bug#9423).
8625
8626 2012-04-14 Leo Liu <sdl.web@gmail.com>
8627
8628 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8629
8630 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8631
8632 Spelling fixes.
8633 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8634 Emacs uses American spelling.
8635
8636 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8637
8638 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8639 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8640 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8641 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8642
8643 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * progmodes/which-func.el (which-func-modes): Change default.
8646
8647 2012-04-14 Kim F. Storm <storm@cua.dk>
8648
8649 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8650 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8651
8652 2012-04-14 Chong Yidong <cyd@gnu.org>
8653
8654 * custom.el (custom-theme-set-variables): Doc fix.
8655
8656 2012-04-14 Glenn Morris <rgm@gnu.org>
8657
8658 * international/mule.el (set-auto-coding-for-load): Doc fix.
8659
8660 2012-04-14 Alan Mackenzie <acm@muc.de>
8661
8662 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8663 imenu work again for Objective C Mode. Correct the *-index values,
8664 these having been disturbed by a previous change in 2011-08.
8665
8666 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8667 Correct two search limits.
8668
8669 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8672
8673 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
8674
8675 * international/characters.el: Fix sorting.
8676
8677 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8678
8679 * international/characters.el: Add more missing Latin case pairs.
8680
8681 2012-04-14 Glenn Morris <rgm@gnu.org>
8682
8683 * files.el (dir-locals-set-class-variables): Doc fix.
8684
8685 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8686
8687 * international/characters.el: Add set-case-syntax-pair call for
8688 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8689 counterpart. (Bug#11209)
8690
8691 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8692
8693 2012-04-14 Glenn Morris <rgm@gnu.org>
8694
8695 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8696
8697 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8698
8699 * textmodes/ispell.el (ispell-dictionary-base-alist):
8700 Add data for Hebrew.
8701
8702 2012-04-14 Chong Yidong <cyd@gnu.org>
8703
8704 * net/rcirc.el (rcirc-cmd-quit):
8705 Revert 2012-03-18 change (Bug#11192).
8706
8707 2012-04-14 Glenn Morris <rgm@gnu.org>
8708
8709 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8710
8711 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8712
8713 * minibuffer.el (completion-in-region-mode-map):
8714 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
8715
8716 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8717
8718 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8719
8720 2012-04-13 Masatake YAMATO <yamato@redhat.com>
8721
8722 * minibuffer.el (minibuffer-local-filename-syntax): New variable
8723 to allow `C-M-f' and `C-M-b' to move to the nearest path
8724 separator (bug#9511).
8725
8726 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
8727
8728 * avoid.el: Require cl when compiling. And also move the
8729 `provide' to the end.
8730
8731 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8732
8733 * avoid.el (mouse-avoidance-banish-position): New variable.
8734 (mouse-avoidance-banish-destination): Use it (bug#10165).
8735
8736 2012-04-13 Leo Liu <sdl.web@gmail.com>
8737
8738 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8739
8740 2012-04-13 Ken Brown <kbrown@cornell.edu>
8741
8742 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
8743 this is no longer needed now that cygstart understands file:// URLs.
8744 (browse-url-filename-alist): For the same reason, don't modify
8745 file:// URLs on Cygwin.
8746
8747 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8750 the region on shift if the binding is already shifted (bug#11221).
8751
8752 2012-04-12 Glenn Morris <rgm@gnu.org>
8753
8754 * mail/mailpost.el: Move to obsolete/.
8755
8756 2012-04-12 Drew Adams <drew.adams@oracle.com>
8757
8758 * imenu.el (imenu--generic-function): Ignore invisible definitions
8759 (bug#10123).
8760
8761 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
8762
8763 * hexl.el (hexl-bits): New variable.
8764 (hexl-options): Mention the variable in the doc string.
8765 (hexl-rulerise, hexl-line-displen): New functions.
8766 (hexl-mode): Mention the new variable.
8767 (hexl-mode, hexl-current-address, hexl-current-address):
8768 Use the displen.
8769 (hexl-ascii-start-column): New function.
8770 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8771 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8772
8773 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8774
8775 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8776 '("-i" ENCODING), in 2 separate command-line arguments, to specify
8777 the encoding, as expected by hunspell.
8778
8779 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * battery.el (battery--linux-sysfs-regexp): New const.
8782 (battery-status-function): Use it. Remove yeeloong special case.
8783 (battery-yeeloong-sysfs): Remove.
8784 (battery-echo-area-format): Remove yeeloong special case.
8785
8786 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8787
8788 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8789 Reported by Noah Friedman.
8790
8791 * subr.el (read-passwd): Use read-string.
8792
8793 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8794
8795 * vcursor.el (vcursor-move): Increase the priority of the overlay
8796 (bug#9663).
8797
8798 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8799
8800 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8801 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8802
8803 2012-04-11 William Stevenson <yhvh2000@gmail.com>
8804
8805 * textmodes/artist.el (artist-mode): Convert artist-mode to use
8806 define-minor-mode (bug#10760).
8807
8808 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8809
8810 * progmodes/grep.el (rgrep): Tweak the find command line so
8811 that directories matching `grep-find-ignored-files' won't be
8812 pruned (bug#10351).
8813
8814 2012-04-11 Chong Yidong <cyd@gnu.org>
8815
8816 * startup.el (command-line): Remove support for long-obsolete
8817 variable font-lock-face-attributes.
8818
8819 2012-04-11 Glenn Morris <rgm@gnu.org>
8820
8821 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8822
8823 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8824
8825 * window.el (window--state-get-1): Obey window-point-insertion-type.
8826
8827 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
8828
8829 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8830 to previous function when point is on the first character of a
8831 function. Take care of that in `narrow-to-defun' (bug#6157).
8832
8833 2012-04-11 Glenn Morris <rgm@gnu.org>
8834
8835 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8836 not just file-errors.
8837
8838 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8839 (vc-bzr-sha1): Use internal sha1.
8840
8841 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8842
8843 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8844
8845 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
8846
8847 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
8848 that start in the middle of the line (bug#10496).
8849
8850 2012-04-10 Dan Nicolaescu <dann@gnu.org>
8851
8852 * battery.el (battery-linux-proc-acpi): Only one battery is
8853 discharged at a time, but that seems to confuse battery.el when
8854 computing `rate-type' for the battery not being discharged
8855 (bug#10332).
8856
8857 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8860
8861 * international/quail.el: Use dolist and simplify.
8862 (quail-define-package, quail-update-keyboard-layout)
8863 (quail-define-rules): Use dolist.
8864 (quail-insert-kbd-layout, quail-get-translation): CSE.
8865
8866 * tmm.el: Use dolist, remove left over hook.
8867 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
8868 Use dolist.
8869 (calendar-load-hook): Don't mess with it.
8870
8871 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8872 Use derived-mode-p. Run the diff asynchronously.
8873
8874 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8875
8876 * obsolete/mouse-sel.el: Add an Obsolete-since header.
8877
8878 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
8879
8880 * misc.el: Display absolute path of loaded DLLs (bug#10424).
8881 (list-dynamic-libraries--loaded): New function.
8882 (list-dynamic-libraries--refresh): Use it.
8883
8884 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
8885
8886 * progmodes/python.el (python-fill-paragraph):
8887 Make python-fill-region in a multiline string work when font-lock is
8888 disabled (bug#7018).
8889
8890 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
8891
8892 * language/european.el (cp775): Add oem/legacy (en)coding on
8893 DOS/MS Windows for the Baltic languages. There are still plenty
8894 of texts written in this encoding/codepage (bug#6519).
8895
8896 2012-04-10 Glenn Morris <rgm@gnu.org>
8897
8898 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
8899 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
8900
8901 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
8902
8903 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
8904 next-line "n" and previous-line "p" in order to make recentf more
8905 consistent with ibuffer, dired or org-mode (bug#9387).
8906
8907 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8908
8909 * image.el (put-image): Return the overlay created instead of the
8910 optional input string (bug#7834). Note that this may break code
8911 that is (for some reason or other) depending on `put-image'
8912 returning the string.
8913
8914 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8915
8916 * simple.el (zap-to-char): Allow zapping using input methods
8917 (bug#1580).
8918
8919 * textmodes/fill.el (fill-region): Leave point and mark where they
8920 were before filling (bug#5399).
8921
8922 2012-04-09 Glenn Morris <rgm@gnu.org>
8923
8924 * version.el (emacs-bzr-get-version):
8925 Handle lightweight checkouts of local branches.
8926
8927 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
8928
8929 * international/characters.el: Recover lost case pairs. (Bug#11209)
8930
8931 2012-04-09 Chong Yidong <cyd@gnu.org>
8932
8933 * custom.el (custom-variable-p): Return nil for non-symbol
8934 arguments instead of signaling an error.
8935 (user-variable-p): Obsolete alias for custom-variable-p.
8936
8937 * apropos.el (apropos-variable):
8938 * files-x.el (read-file-local-variable):
8939 * simple.el (set-variable):
8940 * woman.el (woman-mini-help):
8941 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
8942
8943 2012-04-09 Glenn Morris <rgm@gnu.org>
8944
8945 * startup.el (normal-top-level): Don't look for leim-list.el
8946 in places where it will not be found. (Bug#910)
8947
8948 * international/mule-cmds.el (set-default-coding-systems):
8949 * files.el (normal-mode):
8950 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
8951 This function was removed with ucs-tables.el in 2008.
8952
8953 2012-04-08 Eli Zaretskii <eliz@gnu.org>
8954
8955 * textmodes/ispell.el (ispell-check-version): For hunspell, set
8956 ispell-encoding8-command to "-i", without a trailing space.
8957 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
8958 separate command-line arguments, to specify the encoding, since
8959 that's how hunspell expects it.
8960
8961 2012-04-08 Glenn Morris <rgm@gnu.org>
8962
8963 * loadup.el: Load bindings before cus-start.
8964 This reduces somewhat the number of "rogue" settings in emacs -Q.
8965
8966 2012-04-07 Glenn Morris <rgm@gnu.org>
8967
8968 * version.el (emacs-bzr-get-version): New function.
8969 (emacs-bzr-version): New variable.
8970 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
8971 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8972
8973 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8974
8975 * international/uni-bidi.el, international/uni-category.el:
8976 * international/uni-combining.el, international/uni-decimal.el:
8977 * international/uni-decomposition.el, international/uni-digit.el:
8978 * international/uni-lowercase.el, international/uni-mirrored.el:
8979 * international/uni-name.el, international/uni-numeric.el:
8980 * international/uni-titlecase.el, international/uni-uppercase.el:
8981 Update for Unicode 6.1.
8982
8983 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8984
8985 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8986
8987 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8988
8989 * window.el (shrink-window): Mention the `window-min-height'
8990 variable in the doc string.
8991
8992 2012-04-05 Bastien Guerry <bzg@altern.org>
8993
8994 * color.el (color-lighten-name): Fix typo.
8995
8996 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * server.el (server--on-display-p): New function.
8999 (server--on-display-p): Use it.
9000
9001 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9002
9003 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9004 (bug#11145).
9005
9006 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * comint.el (comint--common-quoted-suffix): Check string boundary
9009 before comparing (bug#11158).
9010 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9011
9012 2012-04-04 Chong Yidong <cyd@gnu.org>
9013
9014 * minibuffer.el (completion-extra-properties): Doc fix.
9015
9016 * subr.el (delayed-warnings-hook): Doc fix.
9017
9018 2012-04-04 Daiki Ueno <ueno@unixuser.org>
9019
9020 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9021 selection (Bug#11159).
9022 (epa-insert-keys): Inform that the default public key will be
9023 exported if no key is selected.
9024
9025 2012-04-04 Richard Stallman <rms@gnu.org>
9026
9027 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9028
9029 2012-04-03 Chong Yidong <cyd@gnu.org>
9030
9031 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9032 mail-insert-file, not its obsolete alias mail-attach-file.
9033
9034 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
9035
9036 * notifications.el (notifications-notify): Fix docstring.
9037
9038 2012-04-02 Glenn Morris <rgm@gnu.org>
9039
9040 * emacs-lisp/authors.el (authors-aliases): Another addition.
9041
9042 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
9043
9044 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9045 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9046 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9047
9048 2012-04-01 Chong Yidong <cyd@gnu.org>
9049
9050 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9051 Handle root directory properly.
9052 (copy-directory): Caller changed.
9053
9054 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9055 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9056
9057 2012-03-31 Glenn Morris <rgm@gnu.org>
9058
9059 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9060
9061 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9062
9063 * calendar/calendar.el (calendar-window-list)
9064 (calendar-hide-window): Restore. (Bug#11140)
9065 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9066
9067 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9068
9069 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9070
9071 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9072 Check if file is a symlink (Bug#10489).
9073
9074 * files.el (copy-directory): Likewise.
9075
9076 2012-03-30 Chong Yidong <cyd@gnu.org>
9077
9078 * image.el (imagemagick-types-inhibit)
9079 (imagemagick-register-types): Doc fix.
9080
9081 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9082
9083 * textmodes/ispell.el (ispell-get-extended-character-mode):
9084 Disable extended-char-mode for hunspell. hunspell does not support it
9085 and treats ~word as ordinary words in pipe mode.
9086
9087 2012-03-30 Glenn Morris <rgm@gnu.org>
9088
9089 * tutorial.el (help-with-tutorial): Ensure local variables don't
9090 happen to make the buffer read-only. (Bug#11127)
9091
9092 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9095 (perl-calculate-indent): Return `noindent' in strings.
9096
9097 2012-03-28 Sam Steingold <sds@gnu.org>
9098
9099 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9100 instead of the broken adhockery which does not prevent calendar
9101 buffers from being displayed at random after exit.
9102 (calendar-window-list, calendar-hide-window): Remove the broken
9103 adhockery.
9104
9105 2012-03-28 Glenn Morris <rgm@gnu.org>
9106
9107 * replace.el (query-replace-map): Doc fix.
9108
9109 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9110
9111 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9112 contents. (Bug#11109)
9113
9114 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9117 (bug#11077).
9118 (avl-tree--check, avl-tree--check-node): New funs.
9119
9120 2012-03-27 Martin Rudalics <rudalics@gmx.at>
9121
9122 * window.el (switch-to-visible-buffer): New option.
9123 (switch-to-prev-buffer, switch-to-next-buffer):
9124 Observe switch-to-visible-buffer. Make sure that checking for a window
9125 showing a buffer already is done on the same frame.
9126
9127 2012-03-27 Glenn Morris <rgm@gnu.org>
9128
9129 * startup.el (mail-host-address): Doc fix.
9130
9131 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9134 than 197 variables.
9135
9136 2012-03-26 Ami Fischman <ami@fischman.org>
9137
9138 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9139
9140 2012-03-26 Glenn Morris <rgm@gnu.org>
9141
9142 * files.el (save-buffers-kill-emacs): Doc fix.
9143
9144 * startup.el (normal-top-level, command-line, command-line-1):
9145 Give them doc strings.
9146
9147 2012-03-25 Eli Zaretskii <eliz@gnu.org>
9148
9149 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
9150 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
9151
9152 2012-03-25 Chong Yidong <cyd@gnu.org>
9153
9154 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9155 theme if it was previously enabled before (Bug#11031).
9156
9157 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9158 spec with custom-face-get-current-spec if its :shown-value is not
9159 determined yet (Bug#9337).
9160 (customize-create-theme, custom-theme-revert): Doc fixes.
9161
9162 * button.el (button-at): Minor addition to docstring.
9163
9164 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
9165
9166 * vc/vc.el (vc-merge): Fix a prompt.
9167
9168 2012-03-24 Chong Yidong <cyd@gnu.org>
9169
9170 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9171 point (Bug#9623).
9172
9173 * button.el (button-at): Minor addition to docstring.
9174
9175 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * newcomment.el (comment-choose-indent): No space after BOL.
9178
9179 2012-03-22 Sam Steingold <sds@gnu.org>
9180
9181 * window.el (switch-to-prev-buffer): Revert last patch because the
9182 bug turned out to be an advertised feature (Elisp manual 28.14).
9183
9184 2012-03-22 Glenn Morris <rgm@gnu.org>
9185
9186 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9187 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9188
9189 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9190
9191 * net/network-stream.el (network-stream-open-starttls): Make error
9192 message under Windows be less misleading.
9193
9194 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9195
9196 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9197 understands (bug#9942).
9198
9199 2012-03-22 Chong Yidong <cyd@gnu.org>
9200
9201 * simple.el (end-of-visible-line): Handle return value of
9202 next-single-property-change properly (Bug#9371).
9203
9204 2012-03-22 Kenichi Handa <handa@m17n.org>
9205
9206 * international/quail.el (quail-insert-kbd-layout): Fix previous
9207 change. To avoid unwanted bidi reordering, use
9208 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9209
9210 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9211
9212 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9213 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9214 (ruby-beginning-of-indent): Be more careful with the difference
9215 between word-boundary and symbol boundary.
9216 (ruby-mode-syntax-table): Make : a symbol constituent.
9217
9218 2012-03-21 Andreas Politz <politza@fh-trier.de>
9219
9220 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9221
9222 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * progmodes/etags.el (tags-completion-at-point-function):
9225 Improve last fix.
9226
9227 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9228
9229 2012-03-21 Sam Steingold <sds@gnu.org>
9230
9231 * progmodes/etags.el (tags-completion-at-point-function):
9232 Avoid the error when point is inside the pattern.
9233
9234 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9235
9236 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9237 line (Bug#10855).
9238
9239 2012-03-21 Drew Adams <drew.adams@oracle.com>
9240
9241 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9242
9243 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9244
9245 * ido.el (ido-set-current-directory, ido-read-internal)
9246 (ido-choose-completion-string, ido-completion-help): Handle nil
9247 value of ido-completion-buffer (Bug#11008).
9248
9249 2012-03-21 Sam Steingold <sds@gnu.org>
9250
9251 * window.el (switch-to-prev-buffer): Do not switch to a visible
9252 window previous buffer, just like with the frame previous buffers.
9253
9254 2012-03-21 Chong Yidong <cyd@gnu.org>
9255
9256 * faces.el (make-face, make-empty-face, copy-face):
9257 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9258 Doc fixes.
9259
9260 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9263 (widget-complete): Remove broken use of it.
9264
9265 2012-03-20 Chong Yidong <cyd@gnu.org>
9266
9267 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9268 Use string-width and truncate-string-width to handle arbitrary
9269 characters.
9270
9271 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9272
9273 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9274 to draw rectangles, not squares. (Regression introduced by revno
9275 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9276
9277 2012-03-18 Chong Yidong <cyd@gnu.org>
9278
9279 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9280 it is not yet defined (for temacs).
9281
9282 2012-03-18 Leo Liu <sdl.web@gmail.com>
9283
9284 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9285 prefix.
9286
9287 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9288
9289 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9290 (ispell-choices-win-default-height, ispell-silently-savep)
9291 (ispell-dictionary-alist, ispell-encoding8-command)
9292 (ispell-check-version, ispell-aspell-find-dictionary)
9293 (ispell-valid-dictionary-list, ispell-words-keyword)
9294 (ispell-get-word, ispell-internal-change-dictionary)
9295 (ispell-region, ispell-skip-region-list)
9296 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9297 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9298 (ispell-message-text-end, ispell-message)
9299 (ispell-buffer-local-parsing): Doc fix.
9300
9301 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9302
9303 * htmlfontify.el: Add support for code block fontification for ODT
9304 export (Bug #9914).
9305 (hfy-optimisations): Define new option
9306 `body-text-only'
9307 (hfy-fontify-buffer): Honor above setting.
9308 (hfy-begin-span, hfy-end-span): New routines factored out form
9309 `hfy-fontify-buffer'.
9310 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9311 that permit insertion of custom tags.
9312 (hfy-fontify-buffer): Use above handlers.
9313 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9314 (hfy-face-to-css): Re-defined to be a variable.
9315 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9316 over multiple runs. This is made possible by having the caller let
9317 bind a special variable `hfy-user-sheet-assoc'.
9318 (htmlfontify-string): New defun.
9319 (hfy-compile-face-map): Make sure that the last char in the
9320 buffer is correctly fontified.
9321 (hfy-face-resolve-face): Whitespace only change.
9322
9323 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9324
9325 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9326 message more clear.
9327
9328 2012-03-16 Leo Liu <sdl.web@gmail.com>
9329
9330 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9331
9332 2012-03-16 Alan Mackenzie <acm@muc.de>
9333
9334 Further optimise the handling of large macros.
9335
9336 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9337 limit to a call of `c-literal-limits'.
9338 (c-determine-+ve-limit): New function.
9339 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9340 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9341 In CASE 5B, restrict a search limit to 500.
9342 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9343
9344 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9345 Restrict macro bounds to +-500 from after-change's BEG END.
9346
9347 2012-03-16 Leo Liu <sdl.web@gmail.com>
9348
9349 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9350
9351 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9352
9353 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9354 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9355
9356 2012-03-16 Glenn Morris <rgm@gnu.org>
9357
9358 * view.el (view-buffer, view-buffer-other-window)
9359 (view-buffer-other-frame): Doc fixes re special mode-class.
9360
9361 * subr.el (eval-after-load): If named feature is provided not from
9362 a file, run after-load forms. (Bug#10946)
9363
9364 * calendar/calendar.el (calendar-insert-at-column):
9365 Handle non-unit-width characters a bit better. (Bug#10978)
9366
9367 2012-03-15 Chong Yidong <cyd@gnu.org>
9368
9369 * emacs-lisp/ring.el (ring-extend): New function.
9370 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9371
9372 * comint.el (comint-read-input-ring)
9373 (comint-add-to-input-history): Grow comint-input-ring lazily.
9374
9375 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9376
9377 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9378 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9379
9380 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9381 (imenu-add-to-menubar): Don't add a redundant index.
9382 (imenu-update-menubar): Handle a dynamically composed keymap.
9383
9384 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9385
9386 * mail/sendmail.el (mail-encode-header):
9387 Bind rfc2047-encode-encoded-words to nil.
9388
9389 2012-03-13 Glenn Morris <rgm@gnu.org>
9390
9391 * calendar/calendar.el (calendar-string-spread):
9392 Handle non-unit-width characters a bit better. (Bug#10978)
9393
9394 2012-03-13 Leo Liu <sdl.web@gmail.com>
9395
9396 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9397 directory and file as argument (Bug#10822).
9398
9399 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9400
9401 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9402 For dynamically generated code, follow $PC.
9403 (gdb-disassembly-handler-custom): Handle no function name case.
9404
9405 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9406
9407 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9408 * emulation/ws-mode.el (ws-query-replace):
9409 * sort.el (sort-regexp-fields):
9410 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9411
9412 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * dabbrev.el: Fix cycle completion order (bug#10963).
9415 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9416 (dabbrev-completion): Don't use an obarray; provide
9417 a cycle-sort-function.
9418
9419 2012-03-12 Leo Liu <sdl.web@gmail.com>
9420
9421 * simple.el (kill-new): Use equal-including-properties for comparison.
9422 (kill-do-not-save-duplicates): Doc fix.
9423
9424 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * dabbrev.el: Fix cycle completion (bug#10963).
9427 Use lexical binding and wrap to 80 columns.
9428 (dabbrev-completion): Delay computing the list of completions.
9429
9430 2012-03-12 Kenichi Handa <handa@m17n.org>
9431
9432 * international/quail.el (quail-insert-kbd-layout): Surround each
9433 row by LRO and PDF instead of inserting many LRMs. Pad the left
9434 and right of each non-spacing marks. Insert invisible space
9435 between lower and upper characters to prevent composition.
9436
9437 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * minibuffer.el (minibuffer-complete): Don't get confused when the
9440 function is run twice via different commands (bug#10958).
9441 (complete-with-action): Fix docstring.
9442
9443 2012-03-12 Chong Yidong <cyd@gnu.org>
9444
9445 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9446 (nxml-completion-at-point-function): New function.
9447 (nxml-mode): Use it.
9448 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9449
9450 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9451 Load generated autoloads file before byte compiling (Bug#10970).
9452 (package--make-autoloads-and-compile): New helper fun.
9453
9454 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9455
9456 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9457
9458 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9459
9460 * autorevert.el (auto-revert-handler): Ensure, that
9461 file-readable-p is applied only for local files or in
9462 auto-revert-tail-mode.
9463
9464 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9465
9466 * server.el (server-eval-at): Handle non-tcp connections.
9467 Decode result string.
9468
9469 * server.el (server-msg-size): New constant.
9470 (server-reply-print): New function.
9471 (server-eval-and-print): Use it.
9472 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9473 Handle -print-nonl.
9474
9475 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9476
9477 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9478 (Bug#10987).
9479
9480 2012-03-11 Chong Yidong <cyd@gnu.org>
9481
9482 * simple.el (goto-line): Doc fix (Bug#9938).
9483
9484 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9485
9486 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9487 when finished (Bug#10963).
9488
9489 2012-03-11 Martin Rudalics <rudalics@gmx.at>
9490
9491 * window.el (split-window-below): Fix bug in case where
9492 split-window-keep-point is nil (Bug#10971).
9493
9494 2012-03-11 Juri Linkov <juri@jurta.org>
9495
9496 * replace.el (replace-highlight): Set isearch-word to nil
9497 unconditionally. (Bug#10887)
9498
9499 2012-03-10 Eli Zaretskii <eliz@gnu.org>
9500
9501 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9502 mairix-replace-illegal-chars; all callers changed. Don't remove
9503 ^, ~, and = characters: they are meaningful in mairix search specs.
9504 (mairix-widget-create-query): Add usage information about mairix
9505 search forms: negating words, searching for substrings, etc.
9506
9507 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9508
9509 * international/fontset.el (font-encoding-alist): Add an entry for
9510 ksx1001 (Bug#5667).
9511
9512 2012-03-10 Richard Stallman <rms@gnu.org>
9513
9514 * mail/sendmail.el (mail-encode-header):
9515 Set rfc2047-encode-encoded-words.
9516
9517 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9518
9519 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9520 view buffer means not swapped.
9521 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9522 (rmail-write-region-annotate): Error if real text has disappeared.
9523
9524 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9525
9526 2012-03-10 Chong Yidong <cyd@gnu.org>
9527
9528 * emulation/cua-rect.el (cua--init-rectangles):
9529 * emulation/cua-base.el (cua--init-keymaps):
9530 Add delete-forward-char to remappings (Bug#9666).
9531
9532 2012-03-10 Martin Rudalics <rudalics@gmx.at>
9533
9534 * speedbar.el (speedbar-unhighlight-one-tag-line):
9535 Avoid unhighlighting due to frame switching (Bug#10275).
9536
9537 2012-03-10 Chong Yidong <cyd@gnu.org>
9538
9539 * minibuffer.el (completion-in-region, completion-help-at-point):
9540 Give the completion field overlay a high priority (Bug#6830).
9541
9542 * dired.el (dired-goto-file): Recognize absolute file name
9543 listings (Bug#7126).
9544 (dired-goto-file-1): New helper function.
9545 (dired-toggle-read-only): Inhibit warnings.
9546
9547 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
9548
9549 * net/dbus.el (dbus-property-handler): Return empty array if
9550 there are no properties.
9551
9552 2012-03-09 Leo Liu <sdl.web@gmail.com>
9553
9554 * savehist.el (savehist-printable): Stricter check for string
9555 value (Bug#10937).
9556
9557 2012-03-09 Eli Zaretskii <eliz@gnu.org>
9558
9559 * mail/smtpmail.el (smtpmail-send-it):
9560 Bind coding-system-for-write to *-unix, so that FCC files are kept in
9561 valid mbox format.
9562
9563 2012-03-09 Glenn Morris <rgm@gnu.org>
9564
9565 * files.el (dir-locals-find-file):
9566 Don't check result is regular, readable.
9567 (dir-locals-read-from-file): Demote errors.
9568
9569 2012-03-08 Eli Zaretskii <eliz@gnu.org>
9570
9571 * international/quail.el (quail-insert-kbd-layout):
9572 Insert invisible LRM characters before each character in a keyboard
9573 layout cell, to prevent their reordering by bidi display engine.
9574 For details, see the discussion in
9575 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9576
9577 2012-03-08 Alan Mackenzie <acm@muc.de>
9578
9579 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9580 the starting position; make it extend the marked region when
9581 invoked repeatedly - all under appropriate circumstances.
9582 Fixes bugs #5525, #10906.
9583
9584 2012-03-08 Glenn Morris <rgm@gnu.org>
9585
9586 * files.el (locate-dominating-file, dir-locals-find-file):
9587 Undo 2012-03-06 change.
9588
9589 2012-03-07 Eli Zaretskii <eliz@gnu.org>
9590
9591 * international/quail.el (quail-help):
9592 Force bidi-paragraph-direction be left-to-right. See discussion in
9593 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9594 for the reason.
9595
9596 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
9597
9598 Avoid superfluous registering of signals. (Bug#10807)
9599
9600 * notifications.el (notifications-on-action-object)
9601 (notifications-on-close-object): New defvars.
9602 (notifications-on-action-signal, notifications-on-closed-signal):
9603 Unregister the signal if not needed any longer.
9604 (notifications-notify): Register `notifications-action-signal' or
9605 `notifications-closed-signal', if :on-action or :on-close has been
9606 passed as argument.
9607
9608 2012-03-07 Chong Yidong <cyd@gnu.org>
9609
9610 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9611 non-X platforms.
9612
9613 2012-03-06 Glenn Morris <rgm@gnu.org>
9614
9615 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9616 (x-disown-selection-internal, x-get-selection-internal):
9617 Doc fix (add arglist signatures). (Bug#10783)
9618
9619 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9620
9621 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9622 Handle breakpoints with no "type".
9623
9624 2012-03-06 Glenn Morris <rgm@gnu.org>
9625
9626 * files.el (locate-dominating-file): Add optional predicate argument.
9627 (dir-locals-find-file): Make use of above change.
9628
9629 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9630
9631 * info.el (Info-insert-dir): Also try "dir.gz".
9632
9633 2012-03-06 Glenn Morris <rgm@gnu.org>
9634
9635 * files.el (dir-locals-find-file):
9636 Ignore non-readable or non-regular files. (Bug#10928)
9637
9638 * files.el (locate-dominating-file): Doc fix.
9639
9640 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9641
9642 * calendar/calendar.el (calendar-set-mode-line):
9643 `getenv' returns a string. (Bug#10951)
9644
9645 2012-03-05 Leo Liu <sdl.web@gmail.com>
9646
9647 * simple.el (backward-delete-char-untabify): Constrain point to
9648 field (Bug#10939).
9649
9650 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9651
9652 2012-03-05 Chong Yidong <cyd@gnu.org>
9653
9654 * simple.el (count-words): If called from Lisp, return the word
9655 count, for symmetry with `count-lines'. Arglist changed.
9656 (count-words--message): Args changed. Consolidate counting code
9657 from count-words and count-words-region.
9658 (count-words-region): Caller changed.
9659 (count-lines-region): Make it an obsolete alias.
9660
9661 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9662
9663 * saveplace.el (save-place-to-alist)
9664 (save-place-ignore-files-regexp): Allow value nil to disable this
9665 feature.
9666
9667 2012-03-04 Chong Yidong <cyd@gnu.org>
9668
9669 * faces.el (face-spec-reset-face): For the default face, reset the
9670 attributes to default values (Bug#10748).
9671
9672 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9673
9674 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9675 previous patch: Check `message-send-mail-function', and not the
9676 default function (bug#10897).
9677
9678 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
9679
9680 * notifications.el (notifications-on-action-signal)
9681 (notifications-on-closed-signal): Check for unique service name of
9682 incoming event. Fix error in removing entry.
9683 (top): Register for signals with wildcard service name.
9684 (notifications-notify): Use daemon unique service name for map entries.
9685
9686 2012-03-04 Chong Yidong <cyd@gnu.org>
9687
9688 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
9689
9690 2012-03-04 Glenn Morris <rgm@gnu.org>
9691
9692 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9693 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9694 (expand-abbrev, define-abbrev-table): Doc fixes.
9695
9696 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9697
9698 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9699 `message-default-send-mail-function' and not `send-mail-function'
9700 when doing the prompting for `sendmail-query-once' before sending
9701 in Message buffers (bug#10897).
9702
9703 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9704 This is inconsistent with all the other stream functions, which leave
9705 the setting up to the higher levels (if so wanted) (bug#10931).
9706
9707 2012-03-02 Alan Mackenzie <acm@muc.de>
9708
9709 Depessimize the handling of very large macros.
9710
9711 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9712 (c-macro-cache-syntactic): New variables to implement a one
9713 element macro cache.
9714 (c-invalidate-macro-cache): New function.
9715 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9716 Adapt to use the new cache.
9717 (c-state-safe-place): Use better the cache of safe positions.
9718 (c-state-semi-nonlit-pos-cache)
9719 (c-state-semi-nonlit-pos-cache-limit):
9720 New variables for...
9721 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
9722 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
9723 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9724 Use c-state-semi-safe-place.
9725
9726 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9727 Add c-invalidate-macro-cache to the C, C++, Obj entries.
9728
9729 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
9730
9731 * jka-compr.el (jka-compr-call-process):
9732 Apply `file-accessible-directory-p' only when the default directory is
9733 not remote.
9734
9735 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
9736
9737 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
9738 access of FILE2, if FILE1 does not exist.
9739
9740 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9741 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9742
9743 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9744 Add "PAGER=" to `process-environment'.
9745
9746 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
9747
9748 * progmodes/sql.el: Bug fix
9749 (sql-get-login-ext): Save login values in globals.
9750 (sql-get-login): Use new version of `sql-get-login-ext'.
9751 (sql-interactive-mode): Set global `sql-connection' to nil.
9752 (sql-connect): Set global values for connection.
9753 (sql-product-interactive): Save global values as buffer local.
9754
9755 2012-02-29 Leo Liu <sdl.web@gmail.com>
9756
9757 * abbrev.el (define-abbrevs): Reset sys to nil.
9758
9759 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9760
9761 * files.el (file-equal-p): Rename from `files-equal-p'.
9762 Return nil when one or both files don't exist.
9763 (file-subdir-of-p): Now only top directory must exists,
9764 return nil if it doesn't.
9765 (copy-directory): No need to test with `file-subdir-of-p' after
9766 creating dir.
9767 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9768 to `file-equal-p'.
9769
9770 2012-02-28 Glenn Morris <rgm@gnu.org>
9771
9772 * shell.el (shell-mode):
9773 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9774 * play/landmark.el (landmark-font-lock-face-O):
9775 * play/handwrite.el (handwrite):
9776 * play/gomoku.el (gomoku-O):
9777 * net/browse-url.el (browse-url-browser-display):
9778 * international/mule.el (define-charset):
9779 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9780 * filesets.el (filesets-find-file-delay):
9781 * eshell/em-xtra.el (eshell-xtra):
9782 * eshell/em-unix.el (eshell-grep):
9783 * emulation/viper.el (viper-mode):
9784 * emacs-lisp/regexp-opt.el (regexp-opt-group):
9785 * emacs-lisp/easymenu.el (easy-menu-define):
9786 * calendar/timeclock.el (timeclock-use-display-time):
9787 * bs.el (bs-mode):
9788 * bookmark.el (bookmark-save-flag):
9789 Doc fix (standardize possessive apostrophe usage).
9790
9791 2012-02-27 Chong Yidong <cyd@gnu.org>
9792
9793 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9794 Fix key-binding lookup for ESC key (Bug#9146).
9795
9796 * font-lock.el (font-lock-specified-p): Rename from
9797 font-lock-spec-present. Callers changed.
9798
9799 2012-02-27 Daniel Hackney <dan@haxney.org>
9800
9801 * emacs-lisp/package.el (package-compute-transaction):
9802 Handle holding a package version to t in package-load-list.
9803
9804 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
9805
9806 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9807 (tramp-get-inode, tramp-get-device): Use cached values.
9808
9809 2012-02-26 Alan Mackenzie <acm@muc.de>
9810
9811 Check there is a font-lock specification before doing initial
9812 fontification.
9813
9814 * font-core.el (font-lock-mode): Move the conditional from
9815 :after-hook to font-lock-initial-fontify.
9816 (font-lock-default-function): Move the check for a specification
9817 to font-lock-spec-present.
9818
9819 * font-lock.el (font-lock-initial-fontify): Call ...
9820 (font-lock-spec-present): New function.
9821
9822 2012-02-26 Jim Blandy <jimb@red-bean.com>
9823
9824 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9825 (gdb-send): Apply it to the operand of the '-interpreter-exec
9826 console' command, so that we can pass arguments with (say) quotes
9827 in them. Store exact string sent in gdb-debug-log (Bug#10765).
9828
9829 2012-02-26 Chong Yidong <cyd@gnu.org>
9830
9831 * help-fns.el (describe-function-1): Clarify description of
9832 remapping (Bug#10844).
9833
9834 * files.el (files-equal-p): Doc fix.
9835 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
9836 and quit the loop once a mismatch is found.
9837
9838 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
9839
9840 * bs.el (bs--show-with-configuration): Don't throw an error
9841 if the window cannot be split; otherwise, subsequent calls to
9842 bs-show fail, restoring a stale window config. (Bug#10882)
9843
9844 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
9845
9846 * term/ns-win.el (global-map): Bind ns-drag-file to
9847 ns-find-file (Bug#5855, Bug#10050).
9848
9849 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
9850
9851 * calendar/parse-time.el (parse-time-string): Allow extractor to
9852 return nil.
9853
9854 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
9855
9856 * net/tramp.el (tramp-file-name-for-operation):
9857 Add `files-equal-p' and `file-subdir-of-p'.
9858
9859 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9860 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9861 Add COPY-CONTENTS argument.
9862
9863 2012-02-25 Chong Yidong <cyd@gnu.org>
9864
9865 Add custom groups for VC backends, for consistency with vc-bzr.
9866
9867 * vc/vc-arch.el (vc-arch):
9868 * vc/vc-cvs.el (vc-cvs):
9869 * vc/vc-git.el (vc-git):
9870 * vc/vc-hg.el (vc-hg):
9871 * vc/vc-mtn.el (vc-mtn):
9872 * vc/vc-rcs.el (vc-rcs):
9873 * vc/vc-sccs.el (vc-sccs):
9874 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
9875 All relevant defcustoms reassigned.
9876
9877 2012-02-25 Chong Yidong <cyd@gnu.org>
9878
9879 * newcomment.el (comment-styles): Add autoload (Bug#10868).
9880
9881 * term/x-win.el (x-initialize-window-system): Reduce default for
9882 x-selection-timeout to 5 seconds (Bug#8869).
9883
9884 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9885
9886 * files.el (files-equal-p, file-subdir-of-p): New functions.
9887 (copy-directory): Error when trying to copy a directory on itself.
9888 Add missing copy-contents arg to tramp handler.
9889 * dired-aux.el (dired-copy-file-recursive): Same.
9890 (dired-create-files): Modify destination when source is equal to
9891 dest when copying files.
9892 Return also when dest is a subdir of source. (Bug#10489)
9893
9894 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
9895
9896 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
9897 (Bug#10874)
9898
9899 2012-02-23 Alan Mackenzie <acm@muc.de>
9900
9901 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
9902 parameter "after-hook:" to allow the expansion to run code after
9903 the execution of the mode hooks.
9904
9905 * font-lock.el (font-lock-initial-fontify): New function extracted
9906 from font-lock-mode-internal.
9907
9908 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
9909 :after-hook.
9910
9911 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
9914 (completion--cache-all-sorted-completions): New function.
9915 (completion-all-sorted-completions): Use it.
9916 (completion--do-completion, minibuffer-force-complete):
9917 Use it to re-instate the flush hook.
9918
9919 * icomplete.el (icomplete-completions): Replace last fix with a better
9920 one (bug#10850).
9921
9922 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
9923
9924 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
9925 when it might call us back infinitely (bug#10797).
9926
9927 2012-02-23 Glenn Morris <rgm@gnu.org>
9928
9929 * minibuffer.el (completion-category-overrides): Doc fix.
9930
9931 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * minibuffer.el (completion-table-with-context): Fix inf-loop.
9934 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
9935
9936 2012-02-23 Glenn Morris <rgm@gnu.org>
9937
9938 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
9939 (authors-obsolete-files-regexps, authors-ignored-files)
9940 (authors-ambiguous-files, authors-renamed-files-alist):
9941 Add more entries.
9942
9943 2012-02-23 Juri Linkov <juri@jurta.org>
9944
9945 * isearch.el (isearch-occur): Sync interactive spec with occur's
9946 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
9947
9948 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9949
9950 2012-02-22 Juri Linkov <juri@jurta.org>
9951
9952 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
9953 (ucs-insert): Doc fix. Check for hex digits in the string.
9954 Don't display `nil' in the error message. (Bug#10857)
9955
9956 2012-02-22 Alan Mackenzie <acm@muc.de>
9957
9958 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
9959
9960 2012-02-22 Glenn Morris <rgm@gnu.org>
9961
9962 * ffap.el (ffap-c-path):
9963 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
9964
9965 2012-02-22 Chong Yidong <cyd@gnu.org>
9966
9967 * custom.el (load-theme): Doc fix.
9968
9969 2012-02-22 Glenn Morris <rgm@gnu.org>
9970
9971 * dired-x.el (dired-guess-shell-alist-default):
9972 Remove escape sequences from nroff output. (Bug#172)
9973
9974 2012-02-21 Glenn Morris <rgm@gnu.org>
9975
9976 * vc/emerge.el (emerge-defvar-local):
9977 Set `permanent-local' property rather than unused `preserved'.
9978
9979 * textmodes/picture.el (picture-delete-char): New alias.
9980 (picture-mode-map): Use it. (Bug#10860)
9981 (picture-mode): Doc fix.
9982
9983 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * newcomment.el (uncomment-region-default): Remove unused binding.
9986
9987 2012-02-21 Glenn Morris <rgm@gnu.org>
9988
9989 * textmodes/picture.el (picture-motion, picture-motion-reverse)
9990 (picture-self-insert, picture-tab-chars): Doc fix.
9991 (picture-mode-map): Fix C-a, C-e.
9992
9993 2012-02-20 Glenn Morris <rgm@gnu.org>
9994
9995 * emacs-lisp/authors.el (authors-aliases): Add another entry.
9996
9997 2012-02-20 Leo Liu <sdl.web@gmail.com>
9998
9999 * icomplete.el (icomplete-completions): Check FROM arg before
10000 passing to substring (Bug#10850).
10001
10002 2012-02-19 Chong Yidong <cyd@gnu.org>
10003
10004 * comint.el: Require ansi-color.
10005 (comint-output-filter-functions): Add ansi-color-process-output.
10006
10007 * ansi-color.el: Don't set comint-output-filter-functions; it is
10008 now in the initial value defined in comint.el.
10009 (ansi-color-apply-face-function): New variable.
10010 (ansi-color-apply-on-region): Use it.
10011 (ansi-color-apply-overlay-face): New function.
10012
10013 * shell.el (shell): No need to require ansi-color.
10014 (shell-mode): Use ansi-color-apply-face-function to highlight
10015 color escapes using font-lock-face property (Bug#10835).
10016
10017 2012-02-19 Chong Yidong <cyd@gnu.org>
10018
10019 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10020 mode-line formats (Bug#10839).
10021
10022 2012-02-18 Glenn Morris <rgm@gnu.org>
10023
10024 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10025
10026 * mail/undigest.el (unforward-rmail-message): Doc fix.
10027
10028 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10029
10030 2012-02-18 Eli Zaretskii <eliz@gnu.org>
10031
10032 * international/characters.el (script-list): Sync with the latest
10033 Unicode Character Database.
10034
10035 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10036
10037 * international/titdic-cnv.el: Remove duplicate coding tag.
10038 * language/cham.el: Likewise.
10039 * language/tai-viet.el: Likewise.
10040
10041 2012-02-18 Glenn Morris <rgm@gnu.org>
10042
10043 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10044 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10045 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10046 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10047 * calendar/holidays.el (holiday-bahai-holidays)
10048 (calendar-holidays, list-holidays):
10049 Use utf-8 Bahá'í in doc-strings, menus, etc.
10050
10051 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10052
10053 * saveplace.el (save-place-ignore-files-regexp): New variable
10054 allowing for excluding files from saving their location of point.
10055 The default value matches the temporary commit message editing
10056 files from Git, SVN, Bazaar, and Mercurial.
10057 (save-place-to-alist): Use it.
10058
10059 2012-02-17 Lawrence Mitchell <wence@gmx.li>
10060 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 * newcomment.el (uncomment-region-default): Don't leave extra space
10063 when an arg is provided (bug#8150).
10064
10065 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10066
10067 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
10068
10069 2012-02-17 Glenn Morris <rgm@gnu.org>
10070
10071 * net/socks.el: Require network-stream. (Bug#10599)
10072
10073 2012-02-17 Kenichi Handa <handa@m17n.org>
10074
10075 * international/charprop.el:
10076 * international/uni-name.el:
10077 * international/uni-old-name.el:
10078 * international/uni-comment.el: Regenerate.
10079
10080 2012-02-16 Glenn Morris <rgm@gnu.org>
10081
10082 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10083 Interactively in calendar buffer, give an error if not on a date.
10084
10085 2012-02-15 Glenn Morris <rgm@gnu.org>
10086
10087 * shell.el (shell-delimiter-argument-list):
10088 Revert 2011-02-17 change. (Bug#8027)
10089
10090 2012-02-15 Chong Yidong <cyd@gnu.org>
10091
10092 * minibuffer.el (completion-at-point-functions): Doc fix.
10093
10094 * custom.el (defcustom): Doc fix; note use of defvar.
10095
10096 2012-02-15 Glenn Morris <rgm@gnu.org>
10097
10098 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10099 Doc fixes.
10100
10101 2012-02-14 Glenn Morris <rgm@gnu.org>
10102
10103 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10104
10105 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10106
10107 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10108 way the ports list is computed.
10109 (smtpmail-query-smtp-server): Prompt the user for a port number if
10110 we can't connect to any of the standard ports (bug#10810).
10111
10112 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10113
10114 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10115
10116 2012-02-13 Glenn Morris <rgm@gnu.org>
10117
10118 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10119
10120 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10121
10122 * net/gnutls.el (gnutls-trustfiles): New variable.
10123 (gnutls-negotiate): Use it.
10124
10125 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10126
10127 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10128 does its stuff if Gnus is running.
10129
10130 2012-02-13 Alan Mackenzie <acm@muc.de>
10131
10132 Fix a loop in c-set-fl-decl-start.
10133
10134 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
10135 c-backward-syntactic-ws actually moves backwards.
10136
10137 2012-02-13 Leo Liu <sdl.web@gmail.com>
10138
10139 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10140 beginning so that all \C-o chars are removed.
10141
10142 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10143
10144 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
10145
10146 2012-02-12 Alan Mackenzie <acm@muc.de>
10147
10148 Fix infinite loop with long macros.
10149 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
10150
10151 2012-02-12 Chong Yidong <cyd@gnu.org>
10152
10153 * window.el (display-buffer): Doc fix (Bug#10785).
10154
10155 2012-02-12 Glenn Morris <rgm@gnu.org>
10156
10157 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10158 (x-disown-selection-internal, x-get-selection-internal):
10159 Sync docs with the xselect.c versions.
10160
10161 * allout-widgets.el: Add missing license notice.
10162
10163 2012-02-11 Glenn Morris <rgm@gnu.org>
10164
10165 * select.el (x-get-selection-internal, x-own-selection-internal)
10166 (x-disown-selection-internal):
10167 * x-dnd.el (x-get-selection-internal): Update declarations.
10168
10169 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10170
10171 * window.el (window-sides-slots):
10172 * tool-bar.el (tool-bar-position):
10173 * term/xterm.el (xterm-extra-capabilities):
10174 * ses.el (ses-self-reference-early-detection):
10175 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10176 (verilog-auto-wire-type)
10177 (verilog-auto-delete-trailing-whitespace)
10178 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10179 (verilog-auto-tieoff-declaration):
10180 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10181 (sql-oracle-statement-starters, sql-oracle-scan-on):
10182 * progmodes/prolog.el (prolog-align-comments-flag)
10183 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10184 (prolog-left-indent-regexp, prolog-paren-indent-p)
10185 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10186 (prolog-types, prolog-mode-specificators)
10187 (prolog-determinism-specificators, prolog-directives)
10188 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10189 (prolog-electric-dot-flag)
10190 (prolog-electric-dot-full-predicate-template)
10191 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10192 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10193 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10194 (prolog-program-switches, prolog-prompt-regexp)
10195 (prolog-debug-on-string, prolog-debug-off-string)
10196 (prolog-trace-on-string, prolog-trace-off-string)
10197 (prolog-zip-on-string, prolog-zip-off-string)
10198 (prolog-use-standard-consult-compile-method-flag)
10199 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10200 (prolog-imenu-max-lines, prolog-info-predicate-index)
10201 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10202 (prolog-char-quote-workaround):
10203 * progmodes/cc-vars.el (c-defun-tactic):
10204 * net/tramp.el (tramp-encoding-command-interactive)
10205 (tramp-local-end-of-line):
10206 * net/soap-client.el (soap-client):
10207 * net/netrc.el (netrc-file):
10208 * net/gnutls.el (gnutls):
10209 * minibuffer.el (completion-category-overrides)
10210 (completion-cycle-threshold)
10211 (completion-pcm-complete-word-inserts-delimiters):
10212 * man.el (Man-name-local-regexp):
10213 * mail/feedmail.el (feedmail-display-full-frame):
10214 * international/characters.el (glyphless-char-display-control):
10215 * eshell/em-ls.el (eshell-ls-date-format):
10216 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10217 (lisp-lambda-list-keyword-parameter-indentation)
10218 (lisp-lambda-list-keyword-parameter-alignment):
10219 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10220 * dired-x.el (dired-omit-verbose):
10221 * cus-theme.el (custom-theme-allow-multiple-selections):
10222 * calc/calc.el (calc-highlight-selections-with-faces)
10223 (calc-lu-field-reference, calc-lu-power-reference)
10224 (calc-note-threshold):
10225 * battery.el (battery-mode-line-limit):
10226 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10227 (archive-7z-update):
10228 * allout.el (allout-prefixed-keybindings)
10229 (allout-unprefixed-keybindings)
10230 (allout-inhibit-auto-fill-on-headline)
10231 (allout-flattened-numbering-abbreviation):
10232 * allout-widgets.el (allout-widgets-auto-activation)
10233 (allout-widgets-icons-dark-subdir)
10234 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10235 (allout-widgets-theme-dark-background)
10236 (allout-widgets-theme-light-background)
10237 (allout-widgets-item-image-properties-emacs)
10238 (allout-widgets-item-image-properties-xemacs)
10239 (allout-widgets-run-unit-tests-on-load)
10240 (allout-widgets-time-decoration-activity)
10241 (allout-widgets-hook-error-post-time)
10242 (allout-widgets-track-decoration):
10243 Add missing :version tags to new defcustoms and defgroups.
10244
10245 * progmodes/sql.el (sql-ansi-statement-starters)
10246 (sql-oracle-statement-starters): Add custom type.
10247
10248 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10249 (prolog-system-version): Give it a type.
10250
10251 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10252
10253 * term/pc-win.el (x-select-text, x-selection-owner-p)
10254 (x-own-selection-internal, x-disown-selection-internal)
10255 (x-get-selection-internal): Sync doc strings and argument lists
10256 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10257
10258 2012-02-11 Leo Liu <sdl.web@gmail.com>
10259
10260 * progmodes/python.el (python-end-of-statement): Fix infinite
10261 loop. (Bug#10788)
10262
10263 2012-02-10 Glenn Morris <rgm@gnu.org>
10264
10265 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10266 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10267
10268 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10269
10270 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10271 about SMTP before checking the From header.
10272
10273 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10274 into own function for reuse by emacsbug.el.
10275
10276 2012-02-10 Leo Liu <sdl.web@gmail.com>
10277
10278 * subr.el (condition-case-unless-debug): Rename from
10279 condition-case-no-debug. All callers changed.
10280 (with-demoted-errors): Fix caller.
10281
10282 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10283 * nxml/rng-valid.el (rng-do-some-validation):
10284 * emacs-lisp/package.el (package-refresh-contents)
10285 (package-menu-execute):
10286 * desktop.el (desktop-create-buffer):
10287 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10288
10289 2012-02-10 Glenn Morris <rgm@gnu.org>
10290
10291 * textmodes/bibtex.el:
10292 Add missing :version tags for new/changed defcustoms.
10293
10294 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10295
10296 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10297
10298 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10299 (smtpmail-via-smtp): Use it, or fall back on the From address.
10300 (smtpmail-send-it): Ditto.
10301
10302 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10303
10304 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10305 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10306 (byte-compile-tmp-var): New const.
10307 (byte-compile-defvar): Use it to minimize .elc size.
10308 Just use `defvar' rather than simulate it (bug#10761).
10309
10310 2012-02-09 Glenn Morris <rgm@gnu.org>
10311
10312 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10313
10314 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10315 Add :version tags.
10316
10317 * progmodes/compile.el (compilation-error-screen-columns)
10318 (compilation-first-column, compilation-filter-start): Doc fixes.
10319
10320 * vc/log-view.el (log-view-toggle-entry-display):
10321 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10322
10323 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10324 (report-emacs-bug-can-use-xdg-email):
10325 (report-emacs-bug-insert-to-mailer): Doc fixes.
10326 (report-emacs-bug): Message fix.
10327
10328 * net/browse-url.el (browse-url-can-use-xdg-open)
10329 (browse-url-xdg-open): Doc fixes.
10330
10331 * electric.el (electric-indent-mode, electric-pair-mode)
10332 (electric-layout-rules, electric-layout-mode): Doc fixes.
10333 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10334
10335 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10336
10337 * server.el (server-unselect-display): Don't inadvertently kill
10338 the current buffer. (Bug#10729)
10339
10340 2012-02-08 Glenn Morris <rgm@gnu.org>
10341
10342 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10343 (sql-list-table): Doc fixes.
10344
10345 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10346 Comment out (does nothing).
10347
10348 * completion.el (dynamic-completion-mode):
10349 * dirtrack.el (dirtrack-debug-mode):
10350 * electric.el (electric-layout-mode):
10351 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10352 * face-remap.el (text-scale-mode, buffer-face-mode):
10353 * iimage.el (iimage-mode):
10354 * image-mode.el (image-transform-mode):
10355 * minibuffer.el (completion-in-region-mode):
10356 * scroll-lock.el (scroll-lock-mode):
10357 * simple.el (next-error-follow-minor-mode):
10358 * tar-mode.el (tar-subfile-mode):
10359 * tooltip.el (tooltip-mode):
10360 * vcursor.el (vcursor-use-vcursor-map):
10361 * wid-browse.el (widget-minor-mode):
10362 * emulation/tpu-edt.el (tpu-edt-mode):
10363 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10364 * international/iso-ascii.el (iso-ascii-mode):
10365 * language/thai-util.el (thai-word-mode):
10366 * mail/supercite.el (sc-minor-mode):
10367 * net/goto-addr.el (goto-address-mode):
10368 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10369 * progmodes/cwarn.el (cwarn-mode):
10370 * progmodes/flymake.el (flymake-mode):
10371 * progmodes/glasses.el (glasses-mode):
10372 * progmodes/hideshow.el (hs-minor-mode):
10373 * progmodes/pascal.el (pascal-outline-mode):
10374 * textmodes/enriched.el (enriched-mode):
10375 * vc/smerge-mode.el (smerge-mode):
10376 Doc fixes (minor mode argument).
10377
10378 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10379
10380 * ls-lisp.el (ls-lisp-sanitize): New function.
10381 (ls-lisp-insert-directory): Use it to fix or remove any elements
10382 in file-alist with missing attributes. (Bug#4673)
10383
10384 2012-02-07 Alan Mackenzie <acm@muc.de>
10385
10386 Fix spurious recognition of c-in-knr-argdecl.
10387
10388 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10389 putative K&R region.
10390
10391 2012-02-07 Alan Mackenzie <acm@muc.de>
10392
10393 * progmodes/cc-engine.el (c-forward-objc-directive):
10394 Prevent looping in "#pragma mark @implementation".
10395
10396 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10397
10398 * notifications.el (notifications-on-closed-signal): Make `reason'
10399 optional. (Bug#10744)
10400
10401 2012-02-07 Glenn Morris <rgm@gnu.org>
10402
10403 * emacs-lisp/easy-mmode.el (define-minor-mode):
10404 Doc fixes for the macro and the mode it defines.
10405
10406 * image.el (imagemagick-types-inhibit): Doc fix.
10407
10408 * cus-start.el (imagemagick-render-type): Add it.
10409
10410 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10411
10412 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10413 Set the default at load time, too, so that `font-lock-fontify-buffer'
10414 can be called without setting up the entire mode first. This fixes
10415 a bug in `mm-inline-text' with C MIME parts.
10416
10417 2012-02-06 Chong Yidong <cyd@gnu.org>
10418
10419 * simple.el (list-processes--refresh): Delete exited processes
10420 (Bug#8094).
10421
10422 * comint.el (comint-next-prompt): next-single-char-property-change
10423 and prev-single-char-property-change never return nil (Bug#8657).
10424
10425 * custom.el (defcustom): Doc fix (Bug#9711).
10426
10427 2012-02-05 Chong Yidong <cyd@gnu.org>
10428
10429 * cus-edit.el (custom-variable-reset-backup): Quote the value
10430 before storing it in the customized-value property (Bug#6712).
10431 (custom-display): Add a customization type tag.
10432 (custom-buffer-create-internal): Improve tooltip message.
10433
10434 * wid-edit.el (widget-field-value-get): New optional arg to
10435 suppress trailing whitespace truncation.
10436 (character): Use it (Bug#2689).
10437
10438 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10439
10440 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10441 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10442
10443 2012-02-05 Chong Yidong <cyd@gnu.org>
10444
10445 * cus-edit.el (custom-variable-value-create): For mismatched
10446 types, show the current value (Bug#7600).
10447
10448 * custom.el (defcustom): Doc fix.
10449
10450 2012-02-05 Glenn Morris <rgm@gnu.org>
10451
10452 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10453
10454 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10455
10456 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10457 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10458 (pp-last-sexp): Use `looking-at-p'.
10459
10460 2012-02-04 Glenn Morris <rgm@gnu.org>
10461
10462 * files.el (revert-buffer):
10463 Doc fix (mention revert-buffer-in-progress-p).
10464
10465 * emacs-lisp/ert-x.el (ert-simulate-command):
10466 Check deferred-action-list (which is obsolete) is bound.
10467
10468 * subr.el (with-wrapper-hook): Doc fixes.
10469
10470 * simple.el (filter-buffer-substring-functions)
10471 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10472
10473 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10474
10475 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10476 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10477
10478 2012-02-04 Leo Liu <sdl.web@gmail.com>
10479
10480 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10481
10482 2012-02-04 Glenn Morris <rgm@gnu.org>
10483
10484 * image.el (image-extension-data): Add obsolete alias.
10485
10486 * isearch.el (isearch-update): Doc fix.
10487
10488 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10489
10490 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10491
10492 2012-02-03 Glenn Morris <rgm@gnu.org>
10493
10494 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10495 (image-animate-timeout): Doc fix.
10496
10497 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10498
10499 2012-02-02 Glenn Morris <rgm@gnu.org>
10500
10501 * server.el (server-auth-dir): Doc fix.
10502 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10503
10504 * subr.el (run-mode-hooks): Doc fix.
10505
10506 2012-02-02 Juri Linkov <juri@jurta.org>
10507
10508 * image-mode.el (image-toggle-display-image): Remove tautological
10509 `major-mode' from the `derived-mode-p' test.
10510
10511 2012-02-02 Kenichi Handa <handa@m17n.org>
10512
10513 * composite.el (compose-region): Cancel previous change.
10514
10515 2012-02-02 Kenichi Handa <handa@m17n.org>
10516
10517 * composite.el (compose-region, compose-string): Signal error for
10518 a null string component (Bug#6988).
10519
10520 2012-02-01 Chong Yidong <cyd@gnu.org>
10521
10522 * view.el (view-buffer-other-window, view-buffer-other-frame):
10523 Handle special modes like view-buffer (Bug#10650).
10524 (view-buffer): Simplify.
10525
10526 * frame.el (set-frame-font): Tweak meaning of third argument.
10527
10528 * dynamic-setting.el (font-setting-change-default-font):
10529 Use set-frame-font (Bug#9982).
10530
10531 2012-02-01 Glenn Morris <rgm@gnu.org>
10532
10533 * progmodes/compile.el (compilation-internal-error-properties):
10534 Respect compilation-first-column in the "*compilation*" buffer.
10535
10536 * emacs-lisp/easy-mmode.el (define-minor-mode):
10537 Relax :variable's test for a named function.
10538
10539 2012-01-31 Alan Mackenzie <acm@muc.de>
10540
10541 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10542 off by one error.
10543
10544 2012-01-31 Chong Yidong <cyd@gnu.org>
10545
10546 * frame.el (set-frame-font): New arg ALL-FRAMES.
10547
10548 * menu-bar.el (menu-set-font): Use set-frame-font.
10549
10550 * faces.el (face-spec-reset-face): Don't apply unspecified
10551 attribute values to the default face.
10552
10553 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
10554
10555 * progmodes/cwarn.el (cwarn): Remove dead link.
10556 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10557 Remove * from defcustom docstrings.
10558 (turn-on-cwarn-mode): Make obsolete.
10559 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10560 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10561
10562 2012-01-31 Glenn Morris <rgm@gnu.org>
10563
10564 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10565 Fix :variable handling of mode a symbol not equal to modefun.
10566 Allow named functions to be used as the cdr of :variable.
10567
10568 2012-01-30 Glenn Morris <rgm@gnu.org>
10569
10570 * emacs-lisp/authors.el (authors-fixed-entries):
10571 Remove reference to deleted file rnewspost.el.
10572
10573 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
10574
10575 * window.el (window-with-parameter): Remove unused variable `windows'.
10576 (window--side-check): Remove unused variable `code'.
10577 (window--resize-siblings): Remove unused variable `first'.
10578 (adjust-window-trailing-edge): Remove unused variable `failed'.
10579 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10580 Use `let', not `let*'.
10581 (balance-windows-2): Remove unused variable `found'.
10582 (window--state-put-2): Remove unused variable `splits'.
10583 (window-state-put): Remove unused variable `selected'.
10584 (same-window-p): Use `string-match-p'.
10585 (display-buffer-assq-regexp): Remove unused variable `value'.
10586 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10587 Mark argument ALIST as ignored.
10588 (pop-to-buffer): Remove unused variable `old-window'.
10589
10590 2012-01-29 Eli Zaretskii <eliz@gnu.org>
10591
10592 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10593 and .lzma compressed files.
10594
10595 2012-01-29 Chong Yidong <cyd@gnu.org>
10596
10597 * frame.el (window-system-default-frame-alist): Doc fix.
10598
10599 * dynamic-setting.el (font-setting-change-default-font): Don't
10600 change the default face if SET-FONT argument is non-nil (Bug#9982).
10601
10602 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10603
10604 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10605
10606 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
10607
10608 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10609 breakpoints in files outside current directory (Bug#6098).
10610
10611 2012-01-29 Chong Yidong <cyd@gnu.org>
10612
10613 * progmodes/python.el: Require ansi-color at top-level.
10614
10615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10616 Define and use in Emacs Lisp mode (Bug#9360).
10617 (lisp-mode-abbrev-table): Add doc.
10618 (lisp-mode-variables): Don't set local-abbrev-table.
10619 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10620
10621 2012-01-28 Roland Winkler <winkler@gnu.org>
10622
10623 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10624
10625 2012-01-28 Roland Winkler <winkler@gnu.org>
10626
10627 * textmodes/bibtex.el (bibtex-entry-alist): New function.
10628 (bibtex-set-dialect): Use it. Either set global values of
10629 dialect-dependent variables or bind these variables buffer-locally
10630 (Bug#10254).
10631 (bibtex-mode): Call bibtex-set-dialect via
10632 hack-local-variables-hook.
10633 (bibtex-dialect): Update docstring.
10634 Add safe-local-variable predicate.
10635 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10636 bibtex-set-dialect.
10637 (bibtex-mode-map): Define menu for each dialect.
10638 (bibtex-entry): Fix docstring.
10639
10640 2012-01-28 Chong Yidong <cyd@gnu.org>
10641
10642 * eshell/esh-arg.el (eshell-quote-argument): New function.
10643
10644 * eshell/esh-ext.el (eshell-invoke-batch-file):
10645 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10646 first arg to eshell-parse-command (Bug#10523).
10647
10648 2012-01-28 Drew Adams <drew.adams@oracle.com>
10649
10650 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10651 `default-directory' is non-nil.
10652
10653 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10654
10655 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10656 line that displays system-configuration-options. (Bug#9924)
10657
10658 2012-01-28 Drew Adams <drew.adams@oracle.com>
10659
10660 * descr-text.el (describe-char): Show information about POS, in
10661 addition to information about the character at POS. Improve and
10662 update the doc string. Change "code point" to "code point in
10663 charset", to avoid confusion with the character's Unicode code
10664 point shown above that. (Bug#10129)
10665
10666 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10667
10668 * descr-text.el (describe-char): Show the raw character, not only
10669 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10670 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10671 for the reasons.
10672
10673 2012-01-28 Phil Hagelberg <phil@hagelb.org>
10674
10675 * emacs-lisp/package.el (package-install):
10676 Run package-refresh-contents if there is no archive yet (Bug#9798).
10677
10678 2012-01-28 Chong Yidong <cyd@gnu.org>
10679
10680 * emacs-lisp/package.el (package-maybe-load-descriptor):
10681 New function, split from package-maybe-load-descriptor.
10682 (package-maybe-load-descriptor): Use it.
10683 (package-download-transaction): Fully load required packages
10684 inside the loop, so that `require' calls work (Bug#10593).
10685 (package-install): No need to call package-initialize now.
10686
10687 2012-01-28 Chong Yidong <cyd@gnu.org>
10688
10689 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10690
10691 * tooltip.el (tooltip-mode): Doc fix.
10692 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10693
10694 * frame.el (set-cursor-color): Doc fix (Bug#352).
10695
10696 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10697 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10698
10699 * cus-edit.el (custom-buffer-create-internal): Fix search button
10700 action (Bug#10542).
10701 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
10702
10703 2012-01-27 Eduard Wiebe <usenet@pusto.de>
10704
10705 * dired.el (dired-mark-files-regexp):
10706 Include any subdirectory components. (Bug#10445)
10707
10708 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
10709
10710 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10711 Handle [host]:port syntax. (Bug#10533)
10712
10713 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
10714
10715 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10716
10717 2012-01-26 Glenn Morris <rgm@gnu.org>
10718
10719 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10720 * term.el (term-raw-escape-map): Use Control-X-prefix.
10721 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
10722
10723 2012-01-25 Martin Rudalics <rudalics@gmx.at>
10724
10725 * window.el (window-state-get, window--state-get-1): Don't deal
10726 with fixed-sizeness of windows. Simplify code.
10727
10728 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10729
10730 * window.el (window--state-get-1, window--state-put-2):
10731 Don't save and restore the mark.
10732
10733 2012-01-25 Chong Yidong <cyd@gnu.org>
10734
10735 * custom.el (custom-variable-p): Doc fix.
10736
10737 2012-01-25 Glenn Morris <rgm@gnu.org>
10738
10739 * dired.el (dired-goto-file): Handle some of the more common
10740 characters that `ls -b' escapes. (Bug#10596)
10741
10742 * progmodes/compile.el (compilation-next-error-function):
10743 Respect compilation-first-column in the "*compilation*" buffer.
10744 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
10745
10746 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10747
10748 2012-01-24 Glenn Morris <rgm@gnu.org>
10749
10750 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10751
10752 2012-01-24 Julien Danjou <julien@danjou.info>
10753
10754 * color.el (color-rgb-to-hsl): Fix value computing.
10755 (color-hue-to-rgb): New function.
10756 (color-hsl-to-rgb): New function.
10757 (color-clamp, color-saturate-hsl, color-saturate-name)
10758 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10759 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10760
10761 2012-01-24 Glenn Morris <rgm@gnu.org>
10762
10763 * vc/vc-rcs.el (vc-rcs-create-tag):
10764 * vc/vc-sccs.el (vc-sccs-create-tag):
10765 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
10766
10767 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
10768
10769 * eshell/esh-util.el (eshell-read-hosts-file):
10770 Skip comment lines. (Bug#10549)
10771
10772 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10773
10774 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
10775
10776 * subr.el (display-delayed-warnings): Doc fix.
10777 (collapse-delayed-warnings): New function to collapse identical
10778 adjacent warnings.
10779 (delayed-warnings-hook): Add it.
10780
10781 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
10782
10783 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10784
10785 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10786 (tramp-default-user-alist): Don't add "pscp".
10787 (tramp-do-copy-or-rename-file-out-of-band): Use connection
10788 property "login-as", if set. (Bug#10530)
10789
10790 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
10791
10792 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10793 "plink1" and "psftp". (Bug#10530)
10794
10795 2012-01-21 Kenichi Handa <handa@m17n.org>
10796
10797 * international/mule-cmds.el (prefer-coding-system): Show a
10798 warning message if the default value of file-name-coding-system
10799 was not changed.
10800
10801 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10802
10803 * windmove.el (windmove-reference-loc):
10804 Fix windmove-reference-loc miscalculation.
10805
10806 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
10807
10808 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10809 default unit.
10810
10811 2012-01-21 Glenn Morris <rgm@gnu.org>
10812
10813 * international/mule.el (auto-coding-alist): Add .tbz.
10814
10815 * files.el (local-enable-local-variables): Doc fix.
10816 (inhibit-local-variables-regexps): Rename from
10817 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
10818 Doc fix. Add some extensions from auto-coding-alist.
10819 (inhibit-local-variables-suffixes):
10820 Rename from inhibit-first-line-modes-suffixes. Doc fix.
10821 (inhibit-local-variables-p):
10822 New function, extracted from set-auto-mode-1.
10823 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
10824 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
10825 (hack-local-variables): Doc fix. Make the mode-only case
10826 respect enable-local-variables and friends.
10827 Respect inhibit-local-variables-regexps for file-locals, but
10828 not for directory-locals.
10829 (set-visited-file-name):
10830 Take account of inhibit-local-variables-regexps.
10831 Whether it applies may change as the file name is changed.
10832 * jka-cmpr-hook.el (jka-compr-install):
10833 * jka-compr.el (jka-compr-uninstall):
10834 Update for inhibit-first-line-modes-suffixes name change.
10835
10836 2012-01-20 Martin Rudalics <rudalics@gmx.at>
10837
10838 * help-macro.el (make-help-screen): Temporarily restore original
10839 binding for minor-mode-map-alist (Bug#10454).
10840
10841 2012-01-19 Julien Danjou <julien@danjou.info>
10842
10843 * color.el (color-name-to-rgb): Use the white color to find the max
10844 color component value and return correctly computed values.
10845 (color-name-to-rgb): Add missing float conversion for max value.
10846
10847 2012-01-19 Martin Rudalics <rudalics@gmx.at>
10848
10849 * window.el (window--state-get-1, window-state-get): Do not use
10850 special state value for window-persistent-parameters.
10851 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
10852 (window--state-put-2): Reset all window parameters to nil before
10853 assigning values of persistent parameters.
10854
10855 2012-01-18 Alan Mackenzie <acm@muc.de>
10856
10857 Eliminate sluggishness and hangs in fontification of "semicolon
10858 deserts".
10859
10860 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10861 Change value 10000 -> 3000.
10862 (c-state-safe-place): Reformulate so it doesn't stack up an
10863 infinite number of wrong entries in c-state-nonlit-pos-cache.
10864 (c-determine-limit-get-base, c-determine-limit): New functions to
10865 determine backward search limits disregarding literals.
10866 (c-find-decl-spots): Amend commenting.
10867 (c-cheap-inside-bracelist-p): New function which detects "={".
10868
10869 * progmodes/cc-fonts.el
10870 (c-make-font-lock-BO-decl-search-function): Give a limit to a
10871 backward search.
10872 (c-font-lock-declarations): Fix an occurrence of point being
10873 undefined. Check additionally for point being in a bracelist or
10874 near a macro invocation without a semicolon so as to avoid a
10875 fruitless time consuming search for a declarator. Give a more
10876 precise search limit for declarators using the new
10877 c-determine-limit.
10878
10879 2012-01-18 Glenn Morris <rgm@gnu.org>
10880
10881 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
10882 (set-auto-mode): Doc fixes.
10883
10884 2012-01-17 Glenn Morris <rgm@gnu.org>
10885
10886 * isearch.el (search-nonincremental-instead): Fix doc typo.
10887
10888 * dired.el (dired-insert-directory): Handle newlines in directory name.
10889 (dired-build-subdir-alist): Unescape newlines in directory name.
10890
10891 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
10892
10893 * net/tramp.el (tramp-local-end-of-line): New defcustom.
10894 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
10895 (tramp-action-terminal): Use it. (Bug#10530)
10896
10897 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10900
10901 2012-01-16 Martin Rudalics <rudalics@gmx.at>
10902
10903 * window.el (window-state-ignored-parameters): Remove variable.
10904 (window--state-get-1): Rename argument MARKERS to IGNORE.
10905 Handle persistent window parameters. Make copy of clone-of
10906 parameter only if requested. (Bug#10348)
10907 (window--state-put-2): Install a window parameter only if it has
10908 a non-nil value or an existing parameter shall be overwritten.
10909
10910 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
10911
10912 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10913
10914 2012-01-14 Eli Zaretskii <eliz@gnu.org>
10915
10916 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
10917 don't pass the (nil) value of `upnode' to string-match.
10918
10919 2012-01-14 Chong Yidong <cyd@gnu.org>
10920
10921 * startup.el (command-line): Fix X resource class for cursorColor.
10922 Fix values recognized by the cursorBlink resource.
10923
10924 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
10925
10926 * epg.el (epg--make-temp-file): Avoid permission race condition
10927 when running on old Emacs versions (bug#10403).
10928
10929 2012-01-14 Glenn Morris <rgm@gnu.org>
10930
10931 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10932
10933 2012-01-13 Alan Mackenzie <acm@muc.de>
10934
10935 Fix filling for when filladapt mode is enabled.
10936
10937 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
10938 c-mask-paragraph, pass in `fill-paragraph' rather than
10939 `fill-region-as-paragraph'. (This is a reversion of a previous
10940 change.)
10941 * progmodes/cc-mode.el (c-basic-common-init):
10942 Make fill-paragraph-handle-comment buffer local and set it to nil.
10943
10944 2012-01-13 Glenn Morris <rgm@gnu.org>
10945
10946 * dired.el (dired-switches-escape-p): New function.
10947 (dired-insert-directory): Use dired-switches-escape-p.
10948 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
10949
10950 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
10951
10952 2012-01-12 Glenn Morris <rgm@gnu.org>
10953
10954 * mail/sendmail.el (mail-mode): Update paragraph-separate for
10955 changes in adaptive-fill-regexp. (Bug#10276)
10956
10957 2012-01-11 Alan Mackenzie <acm@muc.de>
10958
10959 Fix Emacs bug #10463 - put `widen's around the critical spots.
10960
10961 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
10962 widen around each invocation of c-state-pp-to-literal. Remove an
10963 unused let variable.
10964
10965 2012-01-11 Glenn Morris <rgm@gnu.org>
10966
10967 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
10968 Doc fix.
10969
10970 2012-01-10 Chong Yidong <cyd@gnu.org>
10971
10972 * net/network-stream.el (network-stream-open-starttls):
10973 Avoid emitting a confusing error message when the server gives a bad
10974 response to the capability command.
10975
10976 2012-01-10 Glenn Morris <rgm@gnu.org>
10977
10978 * mail/unrmail.el (unrmail): Tweak previous change.
10979
10980 2012-01-09 Chong Yidong <cyd@gnu.org>
10981
10982 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10983
10984 2012-01-08 Alan Mackenzie <acm@muc.de>
10985
10986 Optimise font locking in long enum definitions.
10987
10988 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
10989 arm to a cond form to handle enums.
10990 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
10991 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
10992
10993 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
10994
10995 * files.el (move-file-to-trash): Preserve default file modes on error.
10996 (Bug#10401)
10997
10998 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10999
11000 * faces.el (set-face-attribute): Clarify the meaning of the nil
11001 frame (bug#10294).
11002
11003 * subr.el (with-selected-frame): Mention that the selected frame
11004 is restored (bug#9980).
11005
11006 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11007 (bug#9759).
11008
11009 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
11010 (password-read): Don't autoload unused function.
11011
11012 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
11013
11014 * progmodes/which-func.el (which-func-mode): Turn into a
11015 non-interactive function and mark as obsolete (bug#10428).
11016
11017 2012-01-06 Chong Yidong <cyd@gnu.org>
11018
11019 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11020 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11021 functions, along with 1 and -1.
11022
11023 2012-01-06 Eli Zaretskii <eliz@gnu.org>
11024
11025 * time.el (display-time-load-average)
11026 (display-time-default-load-average): Doc fixes. See the thread
11027 starting at
11028 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11029 for the details.
11030
11031 2012-01-06 Glenn Morris <rgm@gnu.org>
11032
11033 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11034 has no messages. (Bug#10377)
11035
11036 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11037 than Info-edit. (Bug#10385)
11038
11039 * time.el (display-time-load-average, display-time-next-load-average):
11040 Doc fixes.
11041
11042 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11043 local setting of buffer-read-only to the input buffer. (Bug#10419)
11044
11045 * calendar/calendar.el (calendar-mode):
11046 Locally set scroll-margin to 0. (Bug#10379)
11047
11048 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
11049
11050 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11051
11052 2012-01-05 Glenn Morris <rgm@gnu.org>
11053
11054 * eshell/em-unix.el (diff-no-select): Autoload it.
11055 (eshell/diff): Use diff-no-select. (Bug#10420)
11056
11057 2012-01-05 Chong Yidong <cyd@gnu.org>
11058
11059 * shell.el (shell-dynamic-complete-functions): Revert last change.
11060 (shell-command-completion-function): New function.
11061 (shell-completion-vars): Use it to implement
11062 shell-completion-execonly (Bug#10417).
11063
11064 * custom.el (enable-theme): Don't set custom-safe-themes.
11065
11066 * cus-theme.el (custom-theme-merge-theme):
11067 Ignore custom-enabled-themes and custom-safe-themes.
11068
11069 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11070
11071 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11072 first prompt in `sql-interacive-mode'.
11073 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
11074 keywords.
11075 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
11076 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11077 context of original buffer. Invoke `sql-login-hook'.
11078
11079 2012-01-04 Eli Zaretskii <eliz@gnu.org>
11080
11081 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11082 letters in cite-prefix.
11083
11084 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11085
11086 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11087
11088 2012-01-03 Chong Yidong <cyd@gnu.org>
11089
11090 * shell.el (shell-dynamic-complete-functions):
11091 Put pcomplete-completions-at-point, so as to try
11092 comint-filename-completion first (Bug#10417).
11093
11094 2012-01-02 Richard Stallman <rms@gnu.org>
11095
11096 * battery.el (battery-status-function):
11097 Detect when to use battery-yeeloong-sysfs.
11098 (battery-echo-area-format): Add string for Yeeloong.
11099 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11100 (battery-yeeloong-sysfs): New function.
11101
11102 2012-01-02 Chong Yidong <cyd@gnu.org>
11103
11104 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11105 (dirtrack): Merge code for handling relative filenames in prompt
11106 from shell-dir-cookie-watcher.
11107 (dirtrack-debug-message): New arg to avoid excess format calls.
11108
11109 * shell.el (shell-dir-cookie-re): Variable deleted.
11110 (shell-dir-cookie-watcher): Function deleted.
11111 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11112 with dirtrack-mode.
11113
11114 2012-01-01 Eli Zaretskii <eliz@gnu.org>
11115
11116 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11117 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
11118 libgnutls-26.dll.
11119
11120 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11121
11122 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11123
11124 2011-12-31 Eli Zaretskii <eliz@gnu.org>
11125
11126 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11127 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11128
11129 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
11130
11131 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11132 also for alternative shells.
11133 (tramp-open-connection-setup-interactive-shell): Check, whether
11134 the shell is a busybox.
11135 (tramp-send-command): Don't suppress multiple prompts for
11136 busyboxes, it hurts.
11137
11138 2011-12-28 Chong Yidong <cyd@gnu.org>
11139
11140 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11141 (gdb-get-source-file): Move mode line update to
11142 gdb-get-source-file (Bug#10087).
11143
11144 2011-12-25 Chong Yidong <cyd@gnu.org>
11145
11146 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11147 gud-gdb-marker-filter without taking it as an argument.
11148 (gud-gdb-run-command-fetch-lines): Caller changed.
11149 (gud-gdb-completion-function): New variable.
11150 (gud-gdb-completion-at-point): Use it.
11151 (gud-gdb-completions-1): Split from gud-gdb-completions.
11152
11153 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11154 function as separate arguments.
11155 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11156 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11157 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11158 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11159 (gdb-stopped, def-gdb-auto-update-trigger)
11160 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
11161 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11162 Callers changed.
11163 (gud-gdbmi-completions): New function.
11164 (gdb): Use it for generating the completion table.
11165
11166 2011-12-24 Alan Mackenzie <acm@muc.de>
11167
11168 Introduce a mechanism to widen the region used in context font
11169 locking. Use this to protect declarations from losing their contexts.
11170
11171 * progmodes/cc-langs.el (c-before-font-lock-functions):
11172 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
11173 (c-before-context-fontification-functions): New defvar, a list of
11174 functions to be run just before context (etc.) font locking.
11175
11176 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
11177 New, functionality extracted from
11178 c-neutralize-syntax-in-and-mark-CPP.
11179 (c-in-after-change-fontification): New variable.
11180 (c-after-change): Set c-in-after-change-fontification.
11181 (c-set-fl-decl-start): Rejig its interface, so it can be called
11182 from both after-change and context fontifying.
11183 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11184 New functions.
11185 (c-standard-font-lock-fontify-region-function): New variable.
11186 (c-font-lock-fontify-region): New function.
11187
11188 2011-12-24 Juri Linkov <juri@jurta.org>
11189
11190 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11191 (Bug#10348)
11192
11193 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
11194
11195 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11196 existence of source file. (Bug#10325)
11197
11198 2011-12-23 Alan Mackenzie <acm@muc.de>
11199
11200 Fix unstable fontification inside templates.
11201
11202 * progmodes/cc-langs.el (c-before-font-lock-functions):
11203 Newly created from the singular version. The (c c++ objc) entry now
11204 additionally has c-set-fl-decl-start. The other languages (apart
11205 from AWK) have that as a single entry.
11206
11207 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11208 The functionality for "local" declarations has been extracted to
11209 c-set-fl-decl-start.
11210
11211 * progmodes/cc-mode.el (c-common-init, c-after-change):
11212 Changes due to pluralisation of c-before-font-lock-functions.
11213 (c-set-fl-decl-start): New function, extracted from
11214 c-font-lock-enclosing-decls and enhanced.
11215
11216 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
11217
11218 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11219
11220 2011-12-22 Juri Linkov <juri@jurta.org>
11221
11222 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11223
11224 2011-12-22 Chong Yidong <cyd@gnu.org>
11225
11226 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11227
11228 2011-12-21 Drew Adams <drew.adams@oracle.com>
11229
11230 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11231
11232 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11233
11234 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11235
11236 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11237
11238 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11239 highlighting and support. Fix up comments for capitalization.
11240 (cfengine-mode-debug): New var.
11241 (cfengine3-mode): Change the modeline indicator to "CFE3".
11242 (cfengine3-font-lock-keywords): Improve defun highlighting.
11243 (cfengine2-actions): Rename from `cfengine-actions'.
11244 (cfengine2-font-lock-keywords): Rename from
11245 `cfengine-font-lock-keywords'.
11246 (cfengine2-imenu-expression): Rename from
11247 `cfengine-imenu-expression'.
11248 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11249 (cfengine2-beginning-of-defun): Rename from
11250 `cfengine-beginning-of-defun'.
11251 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11252 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11253 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11254 modeline indicator to "CFE2".
11255 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11256 (cfengine-mode-abbrevs): Mark obsolete.
11257
11258 2011-12-21 Chong Yidong <cyd@gnu.org>
11259
11260 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11261 filename argument.
11262
11263 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11264
11265 * window.el (window-normalize-buffer-to-display): Remove.
11266 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11267
11268 2011-12-19 Chong Yidong <cyd@gnu.org>
11269
11270 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11271 Don't signal an error in a predicate function; return non-nil.
11272 (vc-dir-mark-file): Move the error here.
11273 (vc-dir-mark-unmark): If acting on the region, keep going if one
11274 of the entries cannot be marked/unmarked.
11275 (vc-dir-mark-all-files): If current entry is a directory, mark
11276 only child files, as documented.
11277
11278 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11279
11280 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11281 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11282 addition.
11283
11284 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11285
11286 * term/ns-win.el (ns-get-selection-internal)
11287 (ns-store-selection-internal): Declare.
11288 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11289 Declare as obsolete.
11290 (ns-get-pasteboard, ns-paste-secondary):
11291 Use ns-get-selection-internal.
11292 (ns-set-pasteboard, ns-copy-including-secondary):
11293 Use ns-store-selection-internal.
11294
11295 2011-12-17 Chong Yidong <cyd@gnu.org>
11296
11297 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11298 (vc-deduce-fileset): Doc fix.
11299
11300 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11301
11302 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11303
11304 2011-12-13 Sam Steingold <sds@gnu.org>
11305
11306 * man.el (Man-getpage-in-background): When running under a
11307 window-system, ignore $MANWIDTH and $COLUMNS.
11308
11309 2011-12-15 Kenichi Handa <handa@m17n.org>
11310
11311 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11312 (setup-ethiopic-environment-internal): Comment out key-binding for
11313 ethio-toggle-punctuation.
11314
11315 2011-12-13 Alan Mackenzie <acm@muc.de>
11316
11317 Add the switch statement to AWK Mode.
11318
11319 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11320 "default" to the keywords regexp.
11321
11322 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11323 expression as the rest.
11324 (c-nonlabel-token-key): Allow string literals for AWK.
11325 Refactor for the other modes.
11326
11327 Large brace-block initialisation makes CC Mode slow: Fix.
11328 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11329 routines. Limit backward searching in c-font-lock-enclosing.decl.
11330
11331 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11332 pp-state and literal type in addition to the limits.
11333 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11334 (c-state-literal-at): Use the above new defun.
11335 (c-slow-in-literal, c-fast-in-literal): Remove.
11336 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11337
11338 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11339 being in a literal. Add a limit for backward searching.
11340
11341 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11342 c-slow-in-literal.
11343
11344 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11347
11348 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11349
11350 * window.el (delete-other-windows): Use correct frame in call to
11351 window-with-parameter.
11352
11353 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11354
11355 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11356 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11357 (makefile-gmake-statements, makefile-makepp-statements):
11358 Use it and add new makepp keywords.
11359 (makefile-makepp-font-lock-keywords): Add new patterns.
11360 (makefile-match-function-end): Match new [...] and [[...]].
11361
11362 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11363
11364 * ses.el (ses-call-printer-return, ses-cell-property-get)
11365 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11366 (ses-create-cell-variable, ses-reset-header-string)
11367 (ses-cell-set-formula, ses-repair-cell-reference-all)
11368 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11369 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11370 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11371 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11372 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11373 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11374 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11375 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11376 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11377 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11378 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11379 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11380
11381 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11382
11383 * ses.el: The overall change is to add cell renaming, that is
11384 setting fancy names for cell symbols other than name matching
11385 "\\`[A-Z]+[0-9]+\\'" regexp .
11386 (ses-create-cell-variable): New defun.
11387 (ses-relocate-formula): Relocate formulas only for cells the
11388 symbols of which are not renamed, i.e. symbols whose names do not
11389 match regexp "\\`[A-Z]+[0-9]+\\'".
11390 (ses-relocate-all): Relocate values only for cells the symbols of
11391 which are not renamed.
11392 (ses-load): Create cells variables as the (ses-cell ...) are read,
11393 in order to check row col consistency with cell symbol name only
11394 for cells that are not renamed.
11395 (ses-replace-name-in-formula): New defun.
11396 (ses-rename-cell): New defun.
11397
11398 2011-12-11 Chong Yidong <cyd@gnu.org>
11399
11400 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11401 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11402
11403 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11404
11405 * window.el (other-window): Fix docstring.
11406
11407 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11408
11409 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11410 `from' or `to' address before taking its substring.
11411 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11412 encoded name is chopped in the middle of the encoded string, and
11413 thus displayed encoded.
11414
11415 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11416
11417 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11418
11419 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11420
11421 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11422 to use texinfo-update-node and commands that call it if the
11423 Texinfo file uses @node lines without next/prev/up pointers.
11424 Correct outdated description about texinfo-master-menu.
11425 (texinfo-all-menus-update, texinfo-master-menu)
11426 (texinfo-update-node, texinfo-every-node-update)
11427 (texinfo-multiple-files-update): Doc fix. Warn against updating
11428 all the @node lines.
11429 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11430 argument is numeric. Explain better in the doc string what the
11431 function really does.
11432 (texinfo-insert-master-menu-list): Improve the error message
11433 displayed if there's no menu in the Top node.
11434 (Bug#2975) See also this thread:
11435 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11436
11437 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11438
11439 * speedbar.el (speedbar-supported-extension-expressions):
11440 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11441
11442 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11443
11444 * printing.el (pr-mode-alist):
11445 * simple.el (filter-buffer-substring-functions)
11446 (completion-list-insert-choice-function):
11447 * window.el (window-with-parameter, window-atom-root)
11448 (window-sides-slots, window-size-fixed, window-min-delta)
11449 (window-max-delta, window--resize-mini-window)
11450 (window--resize-child-windows-normal, window-tree)
11451 (delete-other-windows, quit-window, split-window)
11452 (display-buffer-record-window, special-display-buffer-names)
11453 (special-display-regexps, special-display-popup-frame)
11454 (same-window-p, split-window-sensibly)
11455 (display-buffer-overriding-action, display-buffer-alist)
11456 (display-buffer-base-action, display-buffer, switch-to-buffer)
11457 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11458 (fit-window-to-buffer, recenter-positions)
11459 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11460 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11461 and remove unneeded backslashes in docstrings.
11462
11463 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11466
11467 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11468 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11469 end in ".mk".
11470 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11471 when reading the makefile (bug#10116).
11472
11473 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11476 (bug#10116).
11477
11478 2011-12-06 Glenn Morris <rgm@gnu.org>
11479
11480 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11481
11482 2011-12-06 Chong Yidong <cyd@gnu.org>
11483
11484 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11485
11486 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
11487
11488 * textmodes/table.el (table-shorten-cell): Fix typo.
11489
11490 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11491
11492 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11493
11494 2011-12-05 Eli Zaretskii <eliz@gnu.org>
11495
11496 * descr-text.el (describe-char): Fix display of strong
11497 right-to-left characters and directional embeddings and overrides.
11498
11499 * simple.el (what-cursor-position): Fix display of codepoints of
11500 strong right-to-left characters.
11501
11502 2011-12-05 Chong Yidong <cyd@gnu.org>
11503
11504 * faces.el (read-color): Doc fix.
11505
11506 2011-12-05 Glenn Morris <rgm@gnu.org>
11507
11508 * align.el (align--set-marker): Add doc-string.
11509 Don't try to move something that is not a marker. (Bug#10216)
11510
11511 2011-12-04 Glenn Morris <rgm@gnu.org>
11512
11513 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11514 overly zealous deletion of trailing whitespace.
11515
11516 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
11517
11518 * server.el (server-delete-client): On Windows, do not try to delete
11519 the only terminal.
11520 (server-process-filter): On Windows, treat requests for a tty frame as
11521 if they were for a GUI frame if the running server is in GUI mode.
11522
11523 2011-12-03 Glenn Morris <rgm@gnu.org>
11524
11525 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11526
11527 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * electric.el: Streamline electric-indent's hook.
11530 (electric-indent-chars): Revert to simple list.
11531 (electric-indent-functions): New var.
11532 (electric-indent-post-self-insert-function): Use it.
11533
11534 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11535 there's no inferior buffer (bug#10196).
11536 (prolog-consult-compile): Don't use toggle-read-only.
11537
11538 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
11539
11540 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11541 interrupt. (Bug#10187)
11542
11543 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11546 (bug#9160).
11547
11548 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11549 (bug#10191).
11550
11551 2011-12-02 Juri Linkov <juri@jurta.org>
11552
11553 * info.el (Info-search): Display "end of manual" when Isearch
11554 reaches the end of single-file Info manual. (Bug#9918)
11555
11556 2011-12-02 Eli Zaretskii <eliz@gnu.org>
11557
11558 * isearch.el (isearch-message-prefix): Run the input method part
11559 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11560
11561 2011-12-02 Juri Linkov <juri@jurta.org>
11562
11563 * isearch.el (isearch-occur): Use `word-search-regexp' for
11564 `isearch-word'.
11565 (isearch-search-and-update): Add condition for `isearch-word' and
11566 call `word-search-regexp'. (Bug#10145)
11567
11568 2011-12-01 Glenn Morris <rgm@gnu.org>
11569
11570 * eshell/em-hist.el (eshell-hist-initialize):
11571 Handle eshell-history-size nil and HISTSIZE set or unset.
11572 (eshell-history-file-name, eshell-history-size): Fix custom type.
11573
11574 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11577
11578 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
11579
11580 * progmodes/verilog-mode.el (verilog-pretty-expr):
11581 Rework verilog-pretty-expr to handle new assignment operators in system
11582 verilog, such as += *= and the like.
11583 (verilog-assignment-operator-re): Regular expression to find the
11584 assigment operator in a verilog assignment.
11585 (verilog-assignment-operation-re): Regular expression to find an
11586 assignment statement for pretty-expr.
11587 (verilog-in-attribute-p): Query returns true if point is in an
11588 attribute context; used to skip these for expression line up from
11589 pretty-expr.
11590 (verilog-in-parameter-p): Query returns true if point is in an
11591 parameter definition context; used to skip these for expression
11592 line up from pretty-expr.
11593 (verilog-in-parenthesis-p): Query returns true if point is in a
11594 parenthetical expression, specifically ( ) but not [ ] or { };
11595 used by pretty-expr.
11596 (verilog-just-one-space): If there is no space, don't add one.
11597 (verilog-get-lineup-indent-2): Specifically skip just attribute
11598 contexts for expression lineup, rather than skipping all
11599 parenthetical expressions.
11600 (verilog-calculate-indent): Fix comment, and fix indent.
11601 (verilog-do-indent): Indent declarations in lists (suggested by
11602 Joachim Lechner).
11603 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11604 skeleton items.
11605 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11606 by Alain Mellan).
11607
11608 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
11609
11610 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11611 parameters with embedded comments. Reported by Ray Stevens.
11612 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11613 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11614 Reported by Tim Holt.
11615 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11616 instantiated by upper module causing wrong expansion until AUTOed a
11617 second time. Reported by K C Buckenmaier.
11618 (verilog-diff-auto): Fix showing .* as a difference when
11619 `verilog-auto-star-save' off. Reported by Dan Dever.
11620 (verilog-auto-reset, verilog-read-always-signals)
11621 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11622 temporary signals in reset list if
11623 verilog-auto-reset-blocking-in-non is nil, and match assignment
11624 style to each signal's assignment type, bug381.
11625 Reported by Thomas Esposito.
11626 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11627 (verilog-uvm-statement-re): Support UVM indentation and
11628 highlighting, with old OVM keywords only.
11629 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
11630 Support AUTOTIEOFF creating non-wire data types.
11631 Suggested by Jonathan Greenlaw.
11632 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11633 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11634 (verilog-inject-sense, verilog-read-inst-pins)
11635 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11636 Fix mismatching parenthesis inside commented out code when deleting
11637 AUTOINST, bug383. Reported by Jonathan Greenlaw.
11638 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11639 non-numeric vector width. Reported by Alex Reed.
11640 (verilog-auto-ascii-enum): Add "onehot" option to work around not
11641 detecting signals with parameter widths. Reported by Alex Reed.
11642 (verilog-auto-delete-trailing-whitespace):
11643 With `verilog-auto-delete-trailing-whitespace' remove trailing
11644 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11645 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11646 Fix verilog-scan-cache corruption when running user AUTO expansion
11647 hooks that call indentation routines.
11648 (verilog-simplify-range-expression): Fix typo ignoring lower case
11649 identifiers.
11650 (verilog-delete-auto): Fix delete-autos to also remove user created
11651 automatics, as long as they start with AUTO.
11652 (verilog-batch-diff-auto, verilog-diff-auto)
11653 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11654 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11655 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11656 (verilog-in-paren-quick, verilog-re-search-backward-quick)
11657 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11658 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
11659 is disabled and its cache will get corrupt, causing AUTOS not to
11660 expand. Instead use only -quick functions.
11661 (verilog-scan-region): Fix scanning over escaped quotes.
11662 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11663 (verilog-re-search-backward-quick)
11664 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11665 related functions now ignore strings, to fix misparsing of strings
11666 with magic comments embedded in them.
11667 (verilog-read-auto-template):
11668 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11669 Reported by Brad Dobbie.
11670 (verilog-read-auto-template):
11671 Fix 'verilog-auto-inst-template-numbers' with comments.
11672 Reported by Brad Dobbie.
11673 (verilog-auto-inst, verilog-auto-inst-param)
11674 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11675 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11676 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
11677 debugging templates without merge conflicts, bug357.
11678 Reported by Brad Dobbie.
11679 (verilog-read-auto-template):
11680 Fix verilog-auto-inst-template-numbers with multiple templates.
11681 Reported by Brad Dobbie.
11682 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11683 abbrevs so user won't be asked to save.
11684 (verilog-read-auto-lisp-present): Fix to start at beginning of
11685 buffer in case called outside of verilog-auto.
11686 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11687 to "X-2". Reported by Matthew Myers.
11688 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11689 all inputs from module templates. Reported by Leith Johnson.
11690 (verilog-module-inside-filename-p): Fix locating programs as with
11691 modules.
11692 (verilog-auto-inst-port): Fix vl-width expressions when using
11693 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11694 (verilog-decls-get-regs, verilog-decls-get-signals,
11695 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11696 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11697 verilog-read-decls): Combine reg and wire structures into one var
11698 structure to represent SystemVerilog concepts.
11699 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11700 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
11701 (verilog-auto-wire-type, verilog-insert-definition):
11702 Add verilog-auto-wire-type and AUTOLOGIC to support using
11703 SystemVerilog "logic" keyword instead of "wire"/"reg".
11704 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11705 to declares outputs that also have assignments (presumably in an
11706 ifdef or generate if so there's not a driver conflict).
11707 Reported by Matthew Myers.
11708 (verilog-auto-declare-nettype, verilog-insert-definition):
11709 Add verilog-auto-declare-nettype to fix declarations using
11710 `default_nettype none. Reported by Julian Gorfajn.
11711 (verilog-read-always-signals-recurse, verilog-read-decls)
11712 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11713 malformed end statement, bug325. Reported by Joshua Wise and
11714 Andrew Drake.
11715 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11716 (verilog-inst-comment-re): Fix not deleting Interfaced comment
11717 when expanding .* in interfaces, bug320.
11718 Reported by Pierre-David Pfister.
11719 (verilog-read-module-name): Fix import statements between module
11720 name and open parenthesis, bug317.
11721 Reported by Pierre-David Pfister.
11722 (verilog-simplify-range-expression): Fix simplification of
11723 multiplications inside AUTOWIRE connections, bug303.
11724 (verilog-auto-inst-port): Support parameter expansion in
11725 multidimensional arrays.
11726 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11727 after "assert property". Reported by Julian Gorfajn.
11728 (verilog-simplify-range-expression): Fix "couldn't merge" errors
11729 with multiplication, bug303.
11730 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11731 Reported by Jan Frode Lonnum.
11732
11733 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
11734
11735 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11736 (hfy-shell-file-name, hfy-shell):
11737 * international/fontset.el (x-decompose-font-name): Fix typos.
11738
11739 2011-11-29 Ken Brown <kbrown@cornell.edu>
11740
11741 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11742 (gdb-version): Remove defvar.
11743 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11744 (gdb-gud-context-command, gdb-non-stop-handler)
11745 (gdb-current-context-command, gdb-stopped): Use it.
11746 (gdb-init-1): Enable pretty printing here.
11747 (gdb-non-stop-handler): Don't enable pretty-printing here.
11748 Check to see if the target supports non-stop mode; if not, turn off
11749 non-stop mode. Use the following.
11750 (gdb-check-target-async): New defun.
11751 (gud-watch, gdb-stopped): Fix whitespace.
11752 (gdb-get-source-file): Don't try to display the source file if
11753 `gdb-main-file' is nil.
11754
11755 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * align.el: Try to generate fewer markers (bug#10047).
11758 (align--set-marker): New macro.
11759 (align-region): Use it.
11760
11761 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11764
11765 2011-11-29 Chong Yidong <cyd@gnu.org>
11766
11767 * indent.el (indent-for-tab-command, indent-according-to-mode):
11768 Doc fix.
11769 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
11770
11771 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
11772
11773 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11774 aware of remote file names. (Bug#10124)
11775
11776 2011-11-29 Chong Yidong <cyd@gnu.org>
11777
11778 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11779
11780 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * files.el (find-file): Don't use force-same-window (bug#10144).
11783 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11784 use pop-to-buffer if the selected window can't be used.
11785 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11786
11787 2011-11-28 Eli Zaretskii <eliz@gnu.org>
11788
11789 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11790 special-mode-map.
11791
11792 2011-11-28 Chong Yidong <cyd@gnu.org>
11793
11794 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11795
11796 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
11797
11798 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11799 gdb-get-source-file-list on gdb-create-source-file-list.
11800
11801 2011-11-26 Eli Zaretskii <eliz@gnu.org>
11802
11803 * whitespace.el (whitespace-newline): Use a different foreground
11804 color for 16-color light-background displays.
11805
11806 2011-11-24 Chong Yidong <cyd@gnu.org>
11807
11808 * window.el (display-buffer--special-action): Doc fix.
11809
11810 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
11811
11812 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11813 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11814 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11815 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11816 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11817 (avl-tree-stack-first):
11818 * emacs-lisp/cconv.el (cconv--analyse-use):
11819 * net/gnutls.el (gnutls-negotiate): Fix typos.
11820
11821 2011-11-24 Glenn Morris <rgm@gnu.org>
11822
11823 * lpr.el (lpr-windows-system, lpr-lp-system):
11824 * mail/binhex.el (binhex-begin-line):
11825 * progmodes/grep.el (grep-history, grep-find-history):
11826 * textmodes/flyspell.el:
11827 * vc/pcvs-defs.el (cvs-global-menu):
11828 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11829 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11830 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11831
11832 * net/tls.el: Fix case of "GnuTLS".
11833
11834 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11835
11836 * version.el (emacs-build-system): Give it a doc-string.
11837
11838 2011-11-24 Juri Linkov <juri@jurta.org>
11839
11840 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11841
11842 2011-11-24 Glenn Morris <rgm@gnu.org>
11843
11844 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
11845 if called on a non-mime message just toggle the headers. (Bug#8006)
11846
11847 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
11848
11849 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
11850 (allout-lead-with-comment-string, allout-structure-deleted-hook)
11851 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
11852 (allout-rebullet-heading, allout-open-sibtopic)
11853 (allout-toggle-current-subtree-encryption)
11854 (allout-toggle-subtree-encryption, allout-encrypt-string)
11855 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
11856 (allout-distinctive-bullets-string, allout-auto-activation):
11857 * window.el (window-normalize-buffer-to-display):
11858 * progmodes/verilog-mode.el (verilog-batch-indent):
11859 * textmodes/bibtex.el (bibtex-field-braces-opt)
11860 (bibtex-field-strings-opt):
11861 * vc/cvs-status.el (cvs-tree-merge):
11862 Fix typos.
11863
11864 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
11865
11866 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
11867 `non-essential' to t, in order to avoid remote connections.
11868
11869 2011-11-23 Eli Zaretskii <eliz@gnu.org>
11870
11871 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11872 On MS-DOS and MS-Windows, compare with loaddefs.el
11873 case-insensitively.
11874
11875 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11876
11877 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
11878
11879 2011-11-23 Glenn Morris <rgm@gnu.org>
11880
11881 * paths.el (rmail-file-name): Reformat the doc-string so that it
11882 is picked up.
11883
11884 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
11885 (rmail-auto-file): Ignore case in the "special" field names,
11886 as mail-fetch-field does for all others.
11887
11888 * mail/rmail.el (rmail-forward):
11889 * mail/rmailkwd.el (rmail-set-label):
11890 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
11891 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
11892
11893 * mail/rmail.el (rmail-current-message): Doc fix.
11894
11895 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
11896
11897 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * server.el (server-eval-and-print): Allow C-g (bug#6585).
11900
11901 2011-11-22 Glenn Morris <rgm@gnu.org>
11902
11903 * mail/rmailmm.el (test-rmail-mime-handler)
11904 (test-rmail-mime-bulk-handler)
11905 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
11906
11907 2011-11-21 Juri Linkov <juri@jurta.org>
11908
11909 * calc/calc.el (calc-read-key-sequence):
11910 Let-bind `input-method-function' to nil. (Bug#10018)
11911
11912 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11913
11914 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11915 Tell the caller that the next line needs recomputation, even
11916 though it doesn't start a sexp (bug#10094).
11917
11918 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11921
11922 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11923
11924 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11925 Use force-same-window.
11926
11927 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11928
11929 * descr-text.el (describe-char-unicode-data):
11930 * json.el (json-string-escape):
11931 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
11932 (Footnote-unicode, Footnote-style-p):
11933 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
11934
11935 2011-11-20 Chong Yidong <cyd@gnu.org>
11936
11937 * window.el (replace-buffer-in-windows): Restore interactive spec.
11938
11939 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * electric.el (electric-indent-mode): Fix last change (too optimistic).
11942
11943 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
11944 (byte-compile-global-not-obsolete-vars): New var.
11945 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
11946 Use it.
11947 (byte-compile-warn-obsolete): Align text with the one in *Help*.
11948
11949 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11950
11951 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
11952 * progmodes/pascal.el (electric-pascal-equal):
11953 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
11954 * xml.el (xml-substitute-special): Fix typos.
11955
11956 2011-11-20 Glenn Morris <rgm@gnu.org>
11957
11958 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
11959 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
11960 Doc fixes.
11961 (rmail-decode-mime-charset): Mark as obsolete.
11962
11963 * mail/rmailsum.el (rmail-message-regexp-p-1):
11964 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
11965 Before using mime functions, check they are set. (Bug#10077)
11966
11967 2011-11-19 Juri Linkov <juri@jurta.org>
11968
11969 * info.el (Info-finder-find-node): Use `package--builtins' instead
11970 of `package-alist'. Use node names formed by the pattern "Keyword "
11971 and the keyword name.
11972
11973 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11974
11975 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
11976
11977 2011-11-19 Juri Linkov <juri@jurta.org>
11978
11979 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
11980 that calls `revert-buffer' on all Info buffers. (Bug#9915)
11981 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
11982 `old-history', `old-history-forward'. Add let-binding
11983 `window-selected'. Remove calls to `kill-buffer',
11984 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
11985 before calling `Info-find-node', so `Info-find-node-2' will reread
11986 the Info file. Restore window positions only when `window-selected'
11987 is non-nil.
11988
11989 2011-11-19 Juri Linkov <juri@jurta.org>
11990
11991 * isearch.el (isearch-lazy-highlight-new-loop):
11992 Remove condition `(not isearch-error)'. (Bug#9918)
11993
11994 * misearch.el (multi-isearch-search-fun): Add condition
11995 `(not bound)' to ignore lazy-highlighting search.
11996 Add the search-failed message "end of multi" when the end of
11997 multi-sequence is reached. Uncapitalize the search-failed
11998 message "Repeat for next buffer".
11999
12000 * info.el (Info-search): Add the search-failed message
12001 "end of the manual" when the end of the manual is reached
12002 in Isearch mode.
12003
12004 2011-11-19 Juri Linkov <juri@jurta.org>
12005
12006 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12007 Use non-destructive `remove' instead of `delete' because
12008 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12009 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12010
12011 2011-11-19 Juri Linkov <juri@jurta.org>
12012
12013 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12014 to nil instead of binding `search-ring' and `regexp-search-ring'.
12015 (Bug#9185)
12016
12017 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12018
12019 * simple.el (line-move): Force movement by logical lines for any
12020 hscrolled window, not only when auto-hscroll-mode is on.
12021 (line-move-visual): Update doc string to that effect. (Bug#10076)
12022
12023 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12024
12025 * language/european.el (macintosh): Define as alias for mac-roman.
12026
12027 2011-11-19 Eli Zaretskii <eliz@gnu.org>
12028
12029 * mail/rmailmm.el (rmail-mime-display-header)
12030 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12031 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12032 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12033 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12034 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12035 of a raw aref.
12036 (rmail-mime-entity-segment): To get past the tagline, move forward
12037 2 more lines, to account for the 2 empty lines that precede and
12038 follow the line with the buttons.
12039 (rmail-mime-update-tagline): Move one more line, to get past the
12040 empty line that follows the buttons in the tagline. (Bug#9520)
12041
12042 2011-11-19 Martin Rudalics <rudalics@gmx.at>
12043
12044 * window.el (window-max-delta-1, window-min-delta-1)
12045 (window-min-size-1, window-state-get-1, window-state-put-1)
12046 (window-state-put-2): Use "window--" prefix.
12047
12048 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12049
12050 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12051 (smie-warning-count): New var.
12052 (smie-set-prec2tab): Use it.
12053 (smie-bnf->prec2): Improve warnings. Add docstring.
12054 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12055 (smie-bnf--set-class): New function.
12056 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12057 corner case.
12058
12059 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12060 (compilation-error-properties, compilation-move-to-column):
12061 Handle compilation-first-column while in the target buffer.
12062
12063 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12064 Don't hardcode point-min==1.
12065
12066 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12067 (eshell-rewrite-for-command): Remove workaround.
12068 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12069 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12070 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12071
12072 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12073
12074 2011-11-17 Glenn Morris <rgm@gnu.org>
12075
12076 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12077 Ignore buffer-local generated-autoload-file if it is the same
12078 as the global value. (Bug#10049)
12079
12080 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
12081
12082 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12083 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12084 (reftex-toc-previous-heading, reftex-toc-max-level)
12085 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12086 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12087 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12088 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12089 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12090 (reftex-toc-rename-label, reftex-toc-visit-location)
12091 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12092 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12093 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12094 leaving "*toc*" only for references to the buffer.
12095
12096 2011-11-17 Martin Rudalics <rudalics@gmx.at>
12097
12098 * window.el (window-resize, delete-window, split-window):
12099 Replace window-splits by window-combination-resize.
12100 * cus-start.el (window-splits): Replace by window-combination-resize.
12101
12102 2011-11-17 Glenn Morris <rgm@gnu.org>
12103
12104 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12105 Make bash entry derive from sh entry, not shell entry.
12106
12107 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
12108
12109 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12110 local file name.
12111
12112 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12113
12114 * menu-bar.el (menu-bar-file-menu):
12115 * printing.el (pr-ps-utility):
12116 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12117 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12118 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12119 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12120 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12121 (icalendar--convert-cyclic-to-ical)
12122 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12123 (icalendar--convert-ical-to-diary)
12124 (icalendar--convert-recurring-to-diary)
12125 (icalendar--convert-non-recurring-all-day-to-diary)
12126 (icalendar-import-format-sample):
12127 * progmodes/idlw-shell.el (idlwave-shell-mode):
12128 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12129 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12130 (vhdl-ps-print-init): Fix typos.
12131
12132 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12133
12134 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12135 FSF and collapse date sequence, obscure author/maintainer email address
12136 better, remove extra version line, track relocation of author's webpage.
12137
12138 * progmodes/python.el (python-pdbtrack-input-prompt)
12139 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12140 regular python pdb prompts. Adjustments shamelessly taken exactly as
12141 suggested in EmacsWiki page (tiny change):
12142 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
12143
12144 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
12145
12146 * expand.el (expand-pos, expand-index, expand-point):
12147 Remove redundant info from docstring.
12148 (expand-add-abbrevs): Doc fix.
12149 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12150 (expand-sample-perl-mode-expand-list): Fix typos.
12151
12152 * net/dbus.el (dbus-event-member-name):
12153 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12154 * term/pc-win.el (msdos-create-frame-with-faces):
12155 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12156
12157 2011-11-16 Martin Rudalics <rudalics@gmx.at>
12158
12159 * window.el (split-window, window-state-get-1)
12160 (window-state-put-1, window-state-put-2): Rename occurrences of
12161 window-nest to window-combination-limit.
12162 * cus-start.el (window-nest): Rename to window-combination-limit.
12163
12164 2011-11-16 Chong Yidong <cyd@gnu.org>
12165
12166 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12167 regexp (Bug#10033).
12168
12169 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12172 `completing-read' will remove *Completions* and will preserve
12173 current-buffer for us.
12174 (tmm-add-prompt): Users of *Completions* will always (re)set its
12175 major mode.
12176 (tmm-old-comp-map): Remove.
12177
12178 2011-11-16 Glenn Morris <rgm@gnu.org>
12179
12180 * mail/rmailedit.el: Require rmailmm when compiling.
12181 (rmail-old-mime-state): New declaration.
12182 (rmail-edit-current-message): If editing a mime message,
12183 edit the "raw" message from the mbox buffer.
12184 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12185
12186 2011-11-15 Glenn Morris <rgm@gnu.org>
12187
12188 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12189 which wasn't being used. Add optional arg to force given state.
12190 (rmail-mime): Add optional arg to force given state.
12191
12192 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12193
12194 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12195 * frame.el (display-mm-dimensions-alist):
12196 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12197 (outline-move-subtree-down):
12198 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12199 (newsticker--treeview-do-get-node):
12200 * net/quickurl.el (quickurl-list-buffer-name):
12201 * progmodes/dcl-mode.el (dcl-mode):
12202 * progmodes/gdb-mi.el (gdb-mapcar*):
12203 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12204
12205 2011-11-15 Glenn Morris <rgm@gnu.org>
12206
12207 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12208 in a boolean sense, so just make it a boolean, and fix the doc.
12209 (rmail-show-mime-function, rmail-mime-feature)
12210 (rmail-require-mime-maybe): Doc fixes.
12211 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12212
12213 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12214
12215 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
12216
12217 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12218 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12219 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12220 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12221
12222 2011-11-15 Glenn Morris <rgm@gnu.org>
12223
12224 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12225 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12226 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12227 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12228 (rmail-mime, rmail-show-mime): Doc fixes.
12229
12230 * term/ns-win.el (mode-line-frame-identification):
12231 Leave it alone. (Bug#10051)
12232
12233 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12234
12235 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12236 Handle empty buffers. (Bug#9978)
12237
12238 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
12239
12240 * international/mule.el (define-charset):
12241 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12242 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12243 * progmodes/verilog-mode.el (verilog-backward-token):
12244 * textmodes/ispell.el (lookup-words):
12245 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12246
12247 2011-11-14 Glenn Morris <rgm@gnu.org>
12248
12249 * progmodes/executable.el
12250 (executable-make-buffer-file-executable-if-script-p):
12251 Handle file-modes returning nil.
12252
12253 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12254 message - not necessary, and causes problems. (Bug#9831)
12255
12256 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12257
12258 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12259
12260 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12261 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12262 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12263
12264 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12265
12266 * window.el (window-resize, delete-window): Use window-splits
12267 variable instead of function.
12268 (window-state-get-1, window-state-put-2, window-state-put):
12269 Don't deal with windows' splits status.
12270
12271 2011-11-12 Glenn Morris <rgm@gnu.org>
12272
12273 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12274 (apropos-documentation): Doc fixes.
12275
12276 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12277
12278 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12279 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12280
12281 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12282
12283 * electric.el (electric-indent-post-self-insert-function): Make it
12284 possible for a char to only indent in some circumstances.
12285 (electric-indent-mode): Simplify.
12286
12287 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12288
12289 * window.el (windows-with-parameter): Remove unused function.
12290 (windows-at-side): Rename to window-at-side-list.
12291 (window-check, window-atom-check, window-atom-check-1)
12292 (window-side-check, window-size-ignore, window-size-fixed-1)
12293 (window-in-direction-2): Prefix with "window--".
12294 (window-tree-1): Rename to window--subtree, fix doc-string.
12295
12296 2011-11-11 Glenn Morris <rgm@gnu.org>
12297
12298 * subr.el (eval-after-load): If FILE is already loaded,
12299 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12300
12301 2011-11-10 Glenn Morris <rgm@gnu.org>
12302
12303 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12304 Call svn via vc-svn-command rather than vc-do-command.
12305 (vc-svn-command): Add --non-interactive. (Bug#9993)
12306 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12307
12308 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12309 Add toggle-read-only. (Bug#7292)
12310 * files.el (toggle-read-only): Mention that it should only
12311 be used interactively. (Bug#10006)
12312
12313 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12316 Adjust regexp for OCaml warnings.
12317
12318 * electric.el (electric-pair-post-self-insert-function): Let user
12319 turn it off buffer-locally (bug#9932).
12320
12321 * progmodes/python.el (python-beginning-of-statement):
12322 Rewrite (bug#2703).
12323
12324 * progmodes/compile.el: Better handle TABs (bug#9749).
12325 (compilation-internal-error-properties)
12326 (compilation-next-error-function): Obey the target buffer's
12327 compilation-error-screen-columns.
12328
12329 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12330
12331 * progmodes/meta-mode.el: Remove obsolete comments.
12332 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12333 Fix typos in docstrings.
12334
12335 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12336
12337 * window.el (window-size-fixed-p): Rewrite doc-string.
12338 (window-resizable-p): Rename to window--resizable-p. Update callers.
12339 (window--resizable): New function. Make all callers of
12340 window-resizable call window--resizable instead.
12341 (window-resizable): Rewrite in terms of window--resizable.
12342
12343 2011-11-08 Glenn Morris <rgm@gnu.org>
12344
12345 * progmodes/delphi.el (delphi-mode-syntax-table):
12346 Let define-derived-mode define a proper syntax table. (Bug#9994)
12347
12348 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12349
12350 * window.el: Stay away from defsubst.
12351 (window-list-no-nils): Remove.
12352 (window-state-get-1, window-state-get): Use backquote instead.
12353
12354 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12355
12356 * emacs-lisp/find-func.el (find-function-read):
12357 Fix incorrect use of default argument in `completing-read'.
12358
12359 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12360
12361 * window.el (display-buffer-function, special-display-function):
12362 Mention display-buffer-record-window but do not mention
12363 help-setup parameter in doc-strings.
12364 (window-min-delta): Fix doc-string typo.
12365
12366 2011-11-08 Chong Yidong <cyd@gnu.org>
12367
12368 * window.el (window-total-height, window-total-width): Doc fix.
12369 (window-body-size): Move from C.
12370 (window-body-height, window-body-width): Move to C.
12371
12372 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * window.el: Make special-display like display-buffer-alist (bug#9532).
12375 (display-buffer--special-action): New function, morphed
12376 from display-buffer--special.
12377 (display-buffer): Use it to handle special-display-buffers at higher
12378 priority (just after display-buffer-alist).
12379 (display-buffer-fallback-action, display-buffer--other-frame-action)
12380 (pop-to-buffer-same-window): Remove display-buffer--special.
12381
12382 2011-11-07 Glenn Morris <rgm@gnu.org>
12383
12384 * calendar/cal-menu.el (cal-menu-set-date-title):
12385 Do nothing if not in a calendar. (Bug#9976)
12386
12387 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * files.el (find-file): Always use selected-window.
12390
12391 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12392
12393 * window.el (window-combinations): Make WINDOW argument
12394 mandatory. Rewrite doc-string.
12395 (walk-window-subtree, window-atom-check, window-min-delta)
12396 (window-max-delta, window--resize-this-window)
12397 (window--resize-root-window-vertically, window-tree)
12398 (balance-windows, window-state-put): Rewrite doc-strings as to
12399 not mention the term "subwindow".
12400 (window--resize-subwindows-skip-p): Rename to
12401 window--resize-child-windows-skip-p.
12402 (window--resize-subwindows-normal): Rename to
12403 window--resize-child-windows-normal.
12404 (window--resize-subwindows): Rename to
12405 window--resize-child-windows.
12406 (window-or-subwindow-p): Rename to window--in-subtree-p.
12407
12408 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12409
12410 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12411 Ensure that mbox format messages end in two newlines (Bug#9974).
12412
12413 2011-11-06 Chong Yidong <cyd@gnu.org>
12414
12415 * window.el (window-combination-p): Function deleted; its
12416 side-effect is not used in any existing code.
12417 (window-combinations, window-combined-p): Call window-*-child
12418 directly.
12419
12420 2011-11-05 Chong Yidong <cyd@gnu.org>
12421
12422 * window.el (window-valid-p): Rename from window-any-p.
12423 (window-size-ignore, window-state-get): Callers changed.
12424 (window-normalize-window): Rename from window-normalize-any-window.
12425 New arg LIVE-ONLY, replacing window-normalize-live-window.
12426 (window-normalize-live-window): Delete.
12427 (window-combination-p, window-combined-p, window-combinations)
12428 (walk-window-subtree, window-atom-root, window-min-size)
12429 (window-sizable, window-sizable-p, window-size-fixed-p)
12430 (window-min-delta, window-max-delta, window-resizable)
12431 (window-resizable-p, window-full-height-p, window-full-width-p)
12432 (window-current-scroll-bars, window-point-1, set-window-point-1)
12433 (window-at-side-p, window-in-direction, window-resize)
12434 (adjust-window-trailing-edge, maximize-window, minimize-window)
12435 (window-deletable-p, delete-window, delete-other-windows)
12436 (record-window-buffer, unrecord-window-buffer)
12437 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12438 (quit-window, split-window, window-state-put)
12439 (set-window-text-height, fit-window-to-buffer)
12440 (shrink-window-if-larger-than-buffer): Callers changed.
12441
12442 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12443
12444 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12445 rfc2047-decode-string.
12446 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12447 warnings.
12448
12449 * window.el (window-body-height, window-body-width): Mention in
12450 the doc string that the return values are in frame's canonical
12451 units. (Bug#9949)
12452
12453 2011-11-03 Alan Mackenzie <acm@muc.de>
12454
12455 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12456 change in cc-engine.el.
12457
12458 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12461
12462 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12463
12464 * window.el (quit-window): Call unrecord-window-buffer after
12465 showing another buffer in the window. (Bug#9937)
12466 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12467
12468 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12469
12470 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12471 Accept status with more than 9 shelves. (Bug#9935)
12472 Reported by Colin D Bennett <colin@gibibit.com>.
12473
12474 2011-11-01 Martin Rudalics <rudalics@gmx.at>
12475
12476 * help.el (with-help-window): Don't reference
12477 temp-buffer-show-specifiers in doc-string.
12478
12479 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12480
12481 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12482 menu-item.
12483
12484 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12485
12486 * whitespace.el: New version 13.2.2.
12487 (whitespace-newline-mode): Disable properly. Reported by Sarah
12488 <EmacsWiki>.
12489
12490 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
12491
12492 * net/newst-treeview.el: Remove "Time-stamp".
12493 (newsticker--group-manage-orphan-feeds): Do not call
12494 newsticker--treeview-tree-update.
12495 (newsticker-treeview-update, newsticker-treeview):
12496 Call newsticker--treeview-tree-update if necessary.
12497
12498 2011-10-30 Martin Rudalics <rudalics@gmx.at>
12499
12500 * window.el (window-iso-combination-p, window-iso-combined-p)
12501 (window-iso-combinations): Remove "iso-" infix.
12502 Suggested by Chong Yidong.
12503 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12504 (window-max-delta-1, window-resize, window--resize-siblings)
12505 (window--resize-this-window, adjust-window-trailing-edge)
12506 (split-window, balance-windows-1)
12507 (shrink-window-if-larger-than-buffer):
12508 * calendar/calendar.el (calendar-generate-window):
12509 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12510
12511 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12512
12513 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12514 in place (bug#9907).
12515 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12516 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12517 (eshell-structure-basic-command, eshell-rewrite-while-command)
12518 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12519 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12520 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12521 (eshell-do-pipelines-synchronously, eshell-eval-command):
12522 Use backquotes and prefer setq to set.
12523 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12524 (eshell-macrop): Use functionp.
12525 (eshell-do-eval): Handle multiple expressions in `while' body.
12526
12527 2011-10-30 Chong Yidong <cyd@gnu.org>
12528
12529 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12530 instead of set-mark (Bug#9810).
12531
12532 2011-10-30 Chong Yidong <cyd@gnu.org>
12533
12534 * window.el (split-window-below, split-window-right): Rename from
12535 split-window-above-each-other and split-window-side-by-side
12536 respectively. All callers changed.
12537 (split-window-sensibly, split-window-sensibly): Use them.
12538 (split-window-keep-point): Doc fix.
12539
12540 * isearch.el: Add isearch-scroll property to split-window-below
12541 and split-window-right.
12542
12543 * follow.el (follow-mode):
12544 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12545 * progmodes/ada-xref.el (ada-gdb-application):
12546 * emulation/vip.el (vip-buffer-in-two-windows):
12547 * image-dired.el (image-dired-dired-with-window-configuration):
12548 * dired-x.el (dired-do-find-marked-files):
12549 * dired.el (dired-pop-to-buffer):
12550 * bs.el (bs--show-with-configuration):
12551 * vc/emerge.el (emerge-setup-windows):
12552 * textmodes/two-column.el (2C-two-columns):
12553 * textmodes/reftex-toc.el (reftex-toc):
12554 * progmodes/gdb-mi.el (gdb-setup-windows):
12555 * progmodes/fortran.el (fortran-window-create):
12556 * net/newst-treeview.el (newsticker--treeview-window-init):
12557 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12558 * emulation/tpu-edt.el (tpu-gold-map):
12559 * emulation/crisp.el (crisp-mode-map):
12560 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12561
12562 2011-10-29 Chong Yidong <cyd@gnu.org>
12563
12564 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12565
12566 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12567
12568 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12569 forged Ispell output (Bug#7904).
12570
12571 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12572
12573 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * doc-view.el: Avoid ugly errors about not finding nil.
12576 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12577 (doc-view-dvipdf-program, doc-view-unoconv-program)
12578 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12579 Avoid nil or absolute file name as default value.
12580 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12581
12582 2011-10-28 Alan Mackenzie <acm@muc.de>
12583
12584 * progmodes/cc-defs.el (c-version): -> 5.32.2.
12585
12586 2011-10-28 Alan Mackenzie <acm@muc.de>
12587
12588 Amend the handling of c-beginning/end-of-defun in nested declaration
12589 scopes.
12590
12591 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12592 cc-langs.el. Change it to a defcustom.
12593
12594 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12595 cc-vars.el.
12596
12597 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12598 Prevent "class foo : bar" being spuriously recognized as a label.
12599
12600 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12601 Add parameter `inclusive' (to include enclosing braces in the region).
12602 (c-widen-to-enclosing-decl-scope): New function.
12603 (c-while-widening-to-decl-block): New macro.
12604 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12605 outward for defun boundaries, and correspondingly change symbol
12606 `respect-enclosure' to `go-outward'.
12607 (c-declaration-limits): Change algorithm to report only the "innermost"
12608 defun's boundaries.
12609
12610 2011-10-28 Deniz Dogan <deniz@dogan.se>
12611
12612 * net/rcirc.el (rcirc-mode): Use hard newlines.
12613
12614 2011-10-28 Alan Mackenzie <acm@muc.de>
12615
12616 Amend to indent and fontify macros "which include their own semicolon"
12617 correctly, using the "virtual semicolon" mechanism.
12618
12619 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
12620
12621 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12622 Recode to scan one line at a time rather than having \n and \r
12623 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
12624 (c-forward-label): Amend for virtual semicolons.
12625 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
12626
12627 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12628 of the new C macros.
12629
12630 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
12631 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12632 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
12633 (c-opt-cpp-macro-define): Make into a full language variable.
12634 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12635 AWK Mode (including \n, \r) removed, no longer needed.
12636
12637 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12638 Invoke c-make-macro-with-semi-re.
12639
12640 * progmodes/cc-vars.el (c-macro-with-semi-re):
12641 (c-macro-names-with-semicolon): New variables.
12642 (c-make-macro-with-semi-re): New function.
12643
12644 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 * vc/log-edit.el: Fill empty field rather than adding new one.
12647 (log-edit-add-field): New function.
12648 (log-edit-insert-changelog): Use it.
12649
12650 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12651
12652 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12653
12654 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12655
12656 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12657 (gdb--check-interpreter): New function.
12658 (gdb): Use it.
12659
12660 2011-10-27 Glenn Morris <rgm@gnu.org>
12661
12662 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12663 (least-positive-float, least-negative-float)
12664 (least-positive-normalized-float, least-negative-normalized-float)
12665 (float-epsilon, float-negative-epsilon):
12666 Remove unnecessary declarations.
12667
12668 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12669 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12670 (least-positive-float, least-negative-float)
12671 (least-positive-normalized-float, least-negative-normalized-float)
12672 (float-epsilon, float-negative-epsilon): Add doc-strings,
12673 based on those in cl.texi.
12674
12675 * files.el (set-visited-file-name): If the major-mode changed,
12676 reload the local variables. (Bug#9796)
12677
12678 2011-10-27 Chong Yidong <cyd@gnu.org>
12679
12680 * subr.el (change-major-mode-after-body-hook): New hook.
12681 (run-mode-hooks): Run it.
12682
12683 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12684 Use change-major-mode-before-body-hook.
12685
12686 * simple.el (fundamental-mode):
12687 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12688 change introducing fundamental-mode-hook.
12689
12690 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
12691
12692 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
12693
12694 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
12695
12696 * ido.el (ido-file-name-all-completions-1): Do not require
12697 tramp.el explicitly. (Bug#7583)
12698
12699 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * progmodes/octave-mod.el:
12702 * progmodes/octave-inf.el: Update maintainer.
12703
12704 2011-10-26 Chong Yidong <cyd@gnu.org>
12705
12706 * subr.el (with-wrapper-hook): Rewrite doc.
12707
12708 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
12709
12710 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
12711 filenames "/method:foo:". (Bug#9793)
12712
12713 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12714
12715 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12716 (bug#9865).
12717
12718 2011-10-24 Glenn Morris <rgm@gnu.org>
12719
12720 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12721
12722 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
12723
12724 * notifications.el: Add the requirement of a running D-Bus session
12725 bus to the Commentary.
12726
12727 2011-10-24 Juri Linkov <juri@jurta.org>
12728
12729 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12730 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12731 (Bug#9364)
12732
12733 2011-10-24 Juri Linkov <juri@jurta.org>
12734
12735 * info.el (Info-following-node-name-re): Add newline to the list
12736 of allowed characters for leading space. (Bug#9824)
12737
12738 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12739
12740 * progmodes/octave-inf.el (inferior-octave-mode-map):
12741 Fix C-c C-h binding.
12742 * progmodes/octave-mod.el (octave-help): Remove.
12743
12744 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
12745
12746 Sync with Tramp 2.2.3.
12747
12748 * net/tramp-cache.el (top): Pacify byte-compiler using
12749 `init-file-user' and `site-run-file'.
12750
12751 * net/trampver.el: Update release number.
12752
12753 2011-10-23 Chong Yidong <cyd@gnu.org>
12754
12755 * files.el (toggle-read-only): Remove obsolete comment about
12756 version control.
12757
12758 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12759 for toggle-read-only. Note that this hasn't called vc-next-action
12760 since 2008-05-02, though it wasn't documented at the time.
12761
12762 * vc/ediff-init.el (ediff-toggle-read-only-function):
12763 Use toggle-read-only.
12764
12765 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
12766
12767 Fix bug #9560, sporadic wrong indentation; improve instrumentation
12768 of c-parse-state.
12769
12770 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12771 correct faulty logical expression.
12772 (c-parse-state-state, c-record-parse-state-state):
12773 (c-replay-parse-state-state): New defvar/defuns.
12774 (c-debug-parse-state): Use new functions.
12775
12776 2011-10-22 Martin Rudalics <rudalics@gmx.at>
12777
12778 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
12779 last fix. Use window-in-direction correctly.
12780
12781 2011-10-21 Chong Yidong <cyd@gnu.org>
12782
12783 * progmodes/idlwave.el (idlwave-mode):
12784 * progmodes/vera-mode.el (vera-mode): No need to set
12785 require-final-newline; that's done in prog-mode.
12786 Suggested by Stefan Monnier.
12787
12788 2011-10-21 Martin Rudalics <rudalics@gmx.at>
12789
12790 * mouse.el (mouse-drag-window-above)
12791 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12792 (mouse-drag-mode-line-1, mouse-drag-header-line)
12793 (mouse-drag-vertical-line-rightward-window): Remove.
12794 (mouse-drag-line): New function.
12795 (mouse-drag-mode-line, mouse-drag-header-line)
12796 (mouse-drag-vertical-line): Call mouse-drag-line.
12797 * window.el (window-at-side-p, windows-at-side): New functions.
12798
12799 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
12800
12801 * tar-mode.el (tar-grind-file-mode):
12802 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
12803
12804 2011-10-21 Chong Yidong <cyd@gnu.org>
12805
12806 * progmodes/idlwave.el (idlwave-mode):
12807 * progmodes/vera-mode.el (vera-mode):
12808 Use mode-require-final-newline.
12809
12810 2011-10-20 Glenn Morris <rgm@gnu.org>
12811
12812 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
12813
12814 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12815
12816 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12817
12818 2011-10-20 Chong Yidong <cyd@gnu.org>
12819
12820 * emulation/cua-base.el (cua-mode):
12821 * mail/footnote.el (footnote-mode):
12822 * mail/mailabbrev.el (mail-abbrevs-mode):
12823 * net/xesam.el (xesam-minor-mode):
12824 * progmodes/bug-reference.el (bug-reference-mode):
12825 * progmodes/cap-words.el (capitalized-words-mode):
12826 * progmodes/compile.el (compilation-minor-mode)
12827 (compilation-shell-minor-mode):
12828 * progmodes/gud.el (gud-tooltip-mode):
12829 * progmodes/hideif.el (hide-ifdef-mode):
12830 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12831 * progmodes/subword.el (subword-mode):
12832 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12833 * progmodes/which-func.el (which-function-mode):
12834 * term/tvi970.el (tvi970-set-keypad-mode):
12835 * term/vt100.el (vt100-wide-mode):
12836 * textmodes/flyspell.el (flyspell-mode):
12837 * textmodes/ispell.el (ispell-minor-mode):
12838 * textmodes/nroff-mode.el (nroff-electric-mode):
12839 * textmodes/paragraphs.el (use-hard-newlines):
12840 * textmodes/refill.el (refill-mode):
12841 * textmodes/reftex.el (reftex-mode):
12842 * textmodes/rst.el (rst-minor-mode):
12843 * textmodes/sgml-mode.el (html-autoview-mode)
12844 (sgml-electric-tag-pair-mode):
12845 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
12846 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
12847 * emulation/crisp.el (crisp-mode):
12848 * emacs-lisp/eldoc.el (eldoc-mode):
12849 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
12850 minor mode behavior.
12851
12852 2011-10-19 Juri Linkov <juri@jurta.org>
12853
12854 * descr-text.el (describe-char): Add #x2010 and #x2011 to
12855 the list of hard-coded chars with escape-glyph face.
12856
12857 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12860
12861 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
12862
12863 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
12864 running process.
12865
12866 2011-10-19 Glenn Morris <rgm@gnu.org>
12867
12868 * vc/vc-bzr.el (vc-bzr-after-dir-status):
12869 Ignore ignored files. (Bug#9726)
12870
12871 2011-10-19 Chong Yidong <cyd@gnu.org>
12872
12873 Doc fix for minor modes, stating that an omitted argument enables
12874 the mode unconditionally when called from Lisp.
12875
12876 * abbrev.el (abbrev-mode):
12877 * allout.el (allout-mode):
12878 * autoinsert.el (auto-insert-mode):
12879 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12880 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12881 (global-auto-revert-mode):
12882 * battery.el (display-battery-mode):
12883 * composite.el (global-auto-composition-mode)
12884 (auto-composition-mode):
12885 * delsel.el (delete-selection-mode):
12886 * desktop.el (desktop-save-mode):
12887 * dired-x.el (dired-omit-mode):
12888 * dirtrack.el (dirtrack-mode):
12889 * doc-view.el (doc-view-minor-mode):
12890 * double.el (double-mode):
12891 * electric.el (electric-indent-mode, electric-pair-mode):
12892 * emacs-lock.el (emacs-lock-mode):
12893 * epa-hook.el (auto-encryption-mode):
12894 * follow.el (follow-mode):
12895 * font-core.el (font-lock-mode):
12896 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
12897 * help.el (temp-buffer-resize-mode):
12898 * hilit-chg.el (highlight-changes-mode)
12899 (highlight-changes-visible-mode):
12900 * hi-lock.el (hi-lock-mode):
12901 * hl-line.el (hl-line-mode, global-hl-line-mode):
12902 * icomplete.el (icomplete-mode):
12903 * ido.el (ido-everywhere):
12904 * image-file.el (auto-image-file-mode):
12905 * image-mode.el (image-minor-mode):
12906 * iswitchb.el (iswitchb-mode):
12907 * jka-cmpr-hook.el (auto-compression-mode):
12908 * linum.el (linum-mode):
12909 * longlines.el (longlines-mode):
12910 * master.el (master-mode):
12911 * mb-depth.el (minibuffer-depth-indicate-mode):
12912 * menu-bar.el (menu-bar-mode):
12913 * minibuf-eldef.el (minibuffer-electric-default-mode):
12914 * mouse-sel.el (mouse-sel-mode):
12915 * msb.el (msb-mode):
12916 * mwheel.el (mouse-wheel-mode):
12917 * outline.el (outline-minor-mode):
12918 * paren.el (show-paren-mode):
12919 * recentf.el (recentf-mode):
12920 * reveal.el (reveal-mode, global-reveal-mode):
12921 * rfn-eshadow.el (file-name-shadow-mode):
12922 * ruler-mode.el (ruler-mode):
12923 * savehist.el (savehist-mode):
12924 * scroll-all.el (scroll-all-mode):
12925 * scroll-bar.el (scroll-bar-mode):
12926 * server.el (server-mode):
12927 * shell.el (shell-dirtrack-mode):
12928 * simple.el (auto-fill-mode, transient-mark-mode)
12929 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
12930 (line-number-mode, column-number-mode, size-indication-mode)
12931 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
12932 * strokes.el (strokes-mode):
12933 * time.el (display-time-mode):
12934 * t-mouse.el (gpm-mouse-mode):
12935 * tool-bar.el (tool-bar-mode):
12936 * tooltip.el (tooltip-mode):
12937 * type-break.el (type-break-mode-line-message-mode)
12938 (type-break-query-mode):
12939 * view.el (view-mode):
12940 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12941 (global-whitespace-mode, global-whitespace-newline-mode):
12942 * xt-mouse.el (xterm-mouse-mode): Doc fix.
12943
12944 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12945 Fix autogenerated docstring.
12946
12947 2011-10-19 Juri Linkov <juri@jurta.org>
12948
12949 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
12950 by checking environment variables "DESKTOP_SESSION" and
12951 "XDG_CURRENT_DESKTOP". (Bug#9779)
12952
12953 2011-10-19 Juri Linkov <juri@jurta.org>
12954
12955 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
12956 (browse-url-chromium-program, browse-url-chromium-arguments):
12957 New defcustoms.
12958 (browse-url-default-browser): Check for `browse-url-chromium' and
12959 call `browse-url-chromium-program'.
12960 (browse-url-chromium): New command. (Bug#9779)
12961
12962 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
12963
12964 * facemenu.el (list-colors-duplicates): On Windows, detect more
12965 duplicates by assuming that only colors matching "^System" are
12966 special "system colors". (Bug#9722)
12967
12968 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
12971 to distinguish the author from the committer.
12972
12973 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
12974
12975 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12976
12977 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
12978
12979 * international/mule.el (sgml-html-meta-auto-coding-function):
12980 Add support for detecting encoding in HTML5 specified only as
12981 <meta charset="UTF-8">. Implementation just makes http-equiv and
12982 content-type parts from HTML4 encoding string optional. (Bug#9716)
12983
12984 2011-10-18 Glenn Morris <rgm@gnu.org>
12985
12986 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
12987
12988 2011-10-18 Chong Yidong <cyd@gnu.org>
12989
12990 * faces.el (cursor): Doc fix.
12991
12992 2011-10-17 Chong Yidong <cyd@gnu.org>
12993
12994 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12995
12996 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
12997
12998 * dirtrack.el (dirtrack): Support shell buffers with path
12999 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13000
13001 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13002
13003 * json.el: Bump version to 1.3 and note change in History.
13004 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13005
13006 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * comint.el (comint-insert-input, comint-send-input)
13009 (comint-get-old-input-default, comint-backward-matching-input)
13010 (comint-next-prompt): Use nil instead of `input' for field property of
13011 past user input (bug#114).
13012
13013 * minibuffer.el (completion--replace): Inherit surrounding properties
13014 (bug#114).
13015 (minibuffer-complete-and-exit): Use it.
13016
13017 * comint.el (comint--table-subvert): Quote the all-completions output
13018 (bug#9160).
13019
13020 2011-10-17 Martin Rudalics <rudalics@gmx.at>
13021
13022 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
13023
13024 * menu-bar.el (menu-bar-file-menu): Add entry for making new
13025 window on right of selected. (Bug#9350) Reword other window
13026 entries and separate them from frame entries.
13027
13028 2011-10-15 Glenn Morris <rgm@gnu.org>
13029
13030 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13031 Doc fixes.
13032
13033 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
13034
13035 * net/network-stream.el (network-stream-open-starttls):
13036 Improve detection of failure due to lack of TLS support.
13037
13038 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13039 putting the input text in front and in bold.
13040
13041 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13044
13045 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13046 empty buffer.
13047
13048 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13049 unread-command-events rather than pushing yet-another event.
13050
13051 2011-10-14 Eli Zaretskii <eliz@gnu.org>
13052
13053 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13054 the explanation of the possible choices. Make the options passed
13055 to completing-read shorter.
13056
13057 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13058
13059 * textmodes/flyspell.el (flyspell-large-region): Make sure
13060 extended character mode is used if defined (Bug#1339).
13061
13062 2011-10-13 Eli Zaretskii <eliz@gnu.org>
13063
13064 * simple.el (what-cursor-position): Fix the display of the
13065 character info for LRE, LRO, RLE, and RLO characters by appending
13066 an invisible PDF.
13067
13068 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13071 even in case of error; add debug spec; simplify data flow.
13072 (with-timeout-handler): Remove.
13073
13074 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
13075
13076 Fix Bug#6019, Bug#9315.
13077
13078 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13079 complete `buffer-file-name', the local file name part could look
13080 remotely (for example on VMS).
13081
13082 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13083 `tramp-run-real-handler'.
13084 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13085 already quoted by '"'.
13086
13087 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13088 Let `file-name-handler-alist' be nil, the local file name part
13089 could look remotely (for example on VMS).
13090
13091 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13094 from here...
13095 (flyspell-post-command-hook): ...to here.
13096
13097 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13100 if not needed.
13101 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13102 using completion. Protect against "slow" callers.
13103 Remove the "message hack".
13104
13105 2011-10-11 Juri Linkov <juri@jurta.org>
13106
13107 * isearch.el (isearch-lazy-highlight-word): New variable.
13108 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13109 Use it. (Bug#9727)
13110
13111 2011-10-11 Glenn Morris <rgm@gnu.org>
13112
13113 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13114 like f90-previous-statement does.
13115
13116 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13117
13118 * eshell/eshell.el (eshell-command): History should be saved
13119 only in interactive use, to avoid error.
13120
13121 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * minibuffer.el (completion-file-name-table): Fix last change,
13124 i.e. ignore normal errors but not the other ones.
13125
13126 2011-10-10 Martin Rudalics <rudalics@gmx.at>
13127
13128 * window.el (special-display-buffer-names)
13129 (special-display-regexps): Remove some remnants of earlier
13130 changes from doc-strings.
13131 (quit-windows-on): New function.
13132
13133 * vc/vc.el (vc-revert, vc-rollback):
13134 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13135 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
13136 (Bug#6183) (Bug#7074) (Bug#7447)
13137
13138 2011-10-09 Martin Rudalics <rudalics@gmx.at>
13139
13140 * window.el (frame-auto-hide-function): Add version tag.
13141 (Bug#9699)
13142
13143 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
13144
13145 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13146 condition.
13147
13148 2011-10-09 Leo Liu <sdl.web@gmail.com>
13149
13150 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13151 (Bug#9701)
13152
13153 2011-10-08 Glenn Morris <rgm@gnu.org>
13154
13155 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13156 before the first code statement zero indent. (Bug#9690)
13157
13158 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
13159
13160 * simple.el (count-words-region): Always count in the region.
13161 Report the number of lines and characters too.
13162 (count-words): New command, which counts in the buffer if the
13163 region is inactive, as count-words-region used to.
13164 (count-words--message): New function. Handle plurals.
13165 (count-lines-region): Make it an alias for count-words-region.
13166
13167 * bindings.el (esc-map): Replace count-lines-region with
13168 count-words-region.
13169
13170 2011-10-08 Martin Rudalics <rudalics@gmx.at>
13171
13172 * window.el (window--delete): Delete dedicated frame
13173 unconditionally when argument KILL is non-nil. (Bug#9699)
13174 (switch-to-buffer): Fix doc-string typo.
13175
13176 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13177
13178 * eshell/eshell.el (eshell-command): Avoid using hooks.
13179
13180 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
13181
13182 * bindings.el ([M-left],[M-right]): Bind to left-word and
13183 right-word respectively.
13184
13185 2011-10-07 Glenn Morris <rgm@gnu.org>
13186
13187 * cus-start.el (debug-on-quit): Fix custom type.
13188
13189 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13190
13191 * subr.el (define-key-after): Clarify that the function is not
13192 useful for non-menu keymaps.
13193
13194 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13195
13196 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13197
13198 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
13199 in current minibuffer (Fix bug with recursive minibuffers).
13200
13201 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
13202
13203 * progmodes/gdb-mi.el (gdb): Doc fix.
13204
13205 2011-10-05 Martin Rudalics <rudalics@gmx.at>
13206
13207 * window.el (frame-auto-hide-function): New option replacing
13208 frame-auto-delete. Suggested by Stefan Monnier.
13209 (window--delete): Call frame-auto-hide-function instead of
13210 investigating frame-auto-delete.
13211 (window-point-1, set-window-point-1): New functions.
13212 (window-in-direction, record-window-buffer, window-state-get-1)
13213 (display-buffer-record-window): Use window-point-1 instead of
13214 window-point.
13215 (set-window-buffer-start-and-point): Use set-window-point-1.
13216
13217 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13220
13221 2011-10-05 Glenn Morris <rgm@gnu.org>
13222
13223 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13224 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13225
13226 2011-10-05 Leo Liu <sdl.web@gmail.com>
13227
13228 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13229 works with buffer object.
13230
13231 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13232
13233 * mpc.el (mpc-tool-bar-map): Add labels.
13234
13235 2011-10-04 Glenn Morris <rgm@gnu.org>
13236
13237 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13238
13239 2011-10-04 Martin Rudalics <rudalics@gmx.at>
13240
13241 * window.el (window--delete): New function.
13242 (frame-auto-delete): Resuscitate option.
13243 (bury-buffer, replace-buffer-in-windows)
13244 (quit-window): Rewrite using window--delete.
13245 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13246 Pass display-buffer-mark-dedicated to window--display-buffer-2
13247 (Bug#9639).
13248
13249 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13250
13251 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13252 returns a list (bug#9554). Add remote file name completion.
13253 * comint.el (comint--table-subvert): Curry and get quote&unquote
13254 functions as arguments.
13255 (comint--complete-file-name-data): Adjust call accordingly.
13256 * pcomplete.el (pcomplete--table-subvert): Remove.
13257 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13258
13259 * minibuffer.el (completion-table-case-fold): Use currying.
13260 (completion--styles-type, completion--cycling-threshold-type):
13261 New constants.
13262 (completion-styles, completion-category-overrides)
13263 (completion-cycle-threshold): Use them.
13264 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13265 completion-table-case-fold.
13266
13267 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13268
13269 * minibuffer.el (completion-category-overrides): Fix type of styles
13270 and add more user friendly tags (bug#9660).
13271
13272 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13273
13274 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13275 (mule-input-method-string): New widget.
13276 (default-input-method, language-info-custom-alist): Use it.
13277
13278 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * pcomplete.el: Require comint.
13281 (pcomplete--common-suffix): Remove.
13282 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13283 (pcomplete--table-subvert): Sync with comint--table-subvert.
13284 (pcomplete--entries): Use comint-completion-file-name-table.
13285 * comint.el (comint-unquote-filename): Simplify.
13286 (comint-completion-file-name-table): New function (bug#9616).
13287 (comint--complete-file-name-data): Use it.
13288
13289 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13290 (pcmpl-gnu-tar-buffer): Remove.
13291 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13292 around. Make sure pcomplete-suffix-list is only changed temporarily.
13293 Don't look inside the tar's file if it's too large.
13294
13295 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13296
13297 * cus-edit.el (custom-mode-map):
13298 * epa.el (epa-key-list-mode-map):
13299 * man.el (Man-mode-map):
13300 * startup.el (splash-screen-keymap):
13301 * simple.el (special-mode-map): Use scroll-up-command and
13302 scroll-down-command.
13303
13304 * progmodes/idlw-help.el (idlwave-help-mode-map):
13305 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13306 * net/newst-plainview.el (newsticker-mode-map):
13307 * emulation/ws-mode.el (wordstar-mode-map):
13308 * emulation/vi.el (vi-com-map):
13309 * calc/calc-graph.el (calc-graph-show-dumb):
13310 * term/sun.el (terminal-init-sun):
13311 * term/ns-win.el (global-map):
13312 * progmodes/grep.el (grep-mode-map):
13313 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13314 * mail/rmail.el (rmail-mode-map):
13315 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13316
13317 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13318 custom-safe-themes as special.
13319
13320 2011-10-01 Julien Danjou <julien@danjou.info>
13321
13322 * notifications.el (notifications-notify): Fix docstring.
13323
13324 2011-10-01 Per Starbäck <per@starback.se>
13325
13326 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13327
13328 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13329
13330 * startup.el (command-line-1): Fix last fix by inserting
13331 initial-scratch-message into *scratch* before displaying it.
13332 (Bug#9605) and (Bug#9636)
13333
13334 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13335
13336 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13337 window is hscrolled, move by logical lines. (Bug#9607)
13338 (line-move-visual): Update the doc string to the above effect.
13339
13340 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13341
13342 * window.el (display-buffer-record-window): When WINDOW is the
13343 selected window use `point' instead of `window-point'. (Bug#9626)
13344
13345 * startup.el (command-line-1): Use insert-before-markers when
13346 inserting initial-scratch-message. (Bug#9605)
13347
13348 * help.el (help-window): Remove variable.
13349
13350 2011-09-29 Glenn Morris <rgm@gnu.org>
13351
13352 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13353
13354 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13355
13356 * descr-text.el (describe-char-categories): Accept category
13357 descriptions more than one line long.
13358
13359 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13360
13361 * simple.el (delete-trailing-whitespace): Fix last change.
13362
13363 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13364 Don't confuse "y => 3" as the beginning of a `y' operation.
13365
13366 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13367 object has more than 4 slots (bug#9613).
13368
13369 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13370
13371 * subr.el (with-output-to-temp-buffer):
13372 * net/quickurl.el (quickurl, quickurl-browse-url):
13373 Fix typos in docstrings.
13374
13375 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13376
13377 * minibuffer.el (completion-styles)
13378 (completion-category-overrides): Cross reference each other in doc
13379 strings.
13380
13381 2011-09-27 Glenn Morris <rgm@gnu.org>
13382
13383 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13384 to split-string. (Bug#9606)
13385
13386 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13387
13388 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13389 (bug#9615).
13390
13391 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13392
13393 * emacs-lisp/package.el (list-packages): Fix echo area message.
13394
13395 2011-09-27 Leo Liu <sdl.web@gmail.com>
13396
13397 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13398
13399 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13400
13401 * net/dbus.el (dbus-unregister-object): Don't release services for
13402 registered signals. (Bug#9581)
13403
13404 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13405
13406 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13407 function that picks between cfengine 2 and 3 support
13408 automatically. Update docs accordingly.
13409
13410 2011-09-22 Kenichi Handa <handa@m17n.org>
13411
13412 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13413 ZERO.
13414 (indian-itrans-v5-table-for-tamil): New variable.
13415 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13416
13417 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13418
13419 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13420 that's true if the current command involved collapsing of text.
13421 It's reset to false at the beginning of the next command.
13422 (allout-post-command-business): Move the cursor to the beginning
13423 of entry if the cursor is hidden and collapsing activity just
13424 happened.
13425
13426 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13427
13428 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13429 tracking (Bug#9541).
13430
13431 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13432
13433 * net/newst-reader.el (newsticker-html-renderer)
13434 (newsticker-show-news): Automatically load html rendering package
13435 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13436 because w3m-fill-column is let-bound" and the error "Symbol's value
13437 as variable is void: w3m-fill-column".
13438
13439 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13440
13441 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13442 Release services only if they are defined. (Bug#9581)
13443
13444 2011-09-23 Richard Stallman <rms@gnu.org>
13445
13446 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13447 distinguish start of paragraph from start of its text.
13448
13449 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13450
13451 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13452 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13453 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13454
13455 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13456
13457 * international/mule-diag.el (mule-diag): Insert a newline after
13458 each fontset description.
13459
13460 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13461
13462 * simple.el (delete-trailing-whitespace):
13463 Document last change; simplify.
13464
13465 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13466
13467 * simple.el (delete-trailing-whitespace): Also delete
13468 extra newlines at the end of the buffer.
13469
13470 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13471 (picture-newline): Use forward-line so as to ignore fields.
13472
13473 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * subr.el (with-wrapper-hook): Fix edebug spec.
13476
13477 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13478
13479 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13480 (bug#4538).
13481
13482 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
13483
13484 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13485 Fix nasty bug using wrong cached values.
13486
13487 2011-09-23 Alan Mackenzie <acm@muc.de>
13488
13489 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13490
13491 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
13492
13493 * window.el (pop-to-buffer): Ensure right window is selected if we
13494 chose another frame.
13495
13496 2011-09-22 Eli Zaretskii <eliz@gnu.org>
13497
13498 * simple.el (what-cursor-position): Use get-char-property-change
13499 and next-single-char-property-change, to be able to show display
13500 properties that come from overlays as well as text properties.
13501
13502 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
13503
13504 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13505
13506 * cmuscheme.el (run-scheme, switch-to-scheme):
13507 * cus-edit.el (customize-group, custom-buffer-create)
13508 (customize-browse):
13509 * info.el (info):
13510 * shell.el (shell):
13511 * mail/sendmail.el (mail):
13512 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13513
13514 2011-09-22 Richard Stallman <rms@gnu.org>
13515
13516 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13517 move back only to line beg, don't move back over blank lines.
13518
13519 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
13520
13521 * files.el (copy-directory): Set directory attributes only in case
13522 they could be retrieved from the source directory. (Bug#9565)
13523
13524 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13525
13526 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13527 (hs-find-block-beginning, hs-hide-level-recursive):
13528 Ignore strings as well as comments. (Bug#9502)
13529
13530 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13531
13532 * progmodes/sql.el (sql-comint-postgres):
13533 Convert port number to a string. (Bug#9566)
13534
13535 2011-09-22 Martin Rudalics <rudalics@gmx.at>
13536
13537 * window.el (quit-window): Undedicate window when switching to
13538 previous buffer. Reported by Thierry Volpiatto
13539 <thierry.volpiatto@gmail.com>.
13540 (special-display-popup-frame): When popping up a new frame reset
13541 its previous buffers to nil. Simplify code.
13542
13543 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
13544
13545 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13546 and process filter, as done also in `shell-command'.
13547
13548 2011-09-21 Martin Rudalics <rudalics@gmx.at>
13549
13550 * window.el (set-window-buffer-start-and-point):
13551 Call set-window-start with NOFORCE argument t.
13552 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13553 (quit-window): Reword doc-string. Handle new format of
13554 quit-restore parameter. Don't delete window if it has a
13555 previous buffer we can show instead of the present one.
13556 (display-buffer-record-window): Rewrite using a new format for
13557 the quit-restore window parameter
13558 (special-display-popup-frame, display-buffer-same-window)
13559 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13560 (display-buffer-pop-up-window, display-buffer-use-some-window):
13561 Adapt symbol passed to display-buffer-record-window.
13562 * help.el (help-window-setup): Handle new format of quit-restore
13563 parameter.
13564
13565 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13566
13567 * faces.el (face-list): Fix docstring (bug#9564).
13568
13569 * window.el (display-buffer--action-function-custom-type):
13570 Don't include internal functions in the Custom interface.
13571
13572 2011-09-20 Juri Linkov <juri@jurta.org>
13573
13574 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13575 (Info-forward-node, Info-backward-node, Info-next-preorder)
13576 (Info-last-preorder): Use it. (Bug#9528)
13577
13578 2011-09-20 Juri Linkov <juri@jurta.org>
13579
13580 * info.el (Info-last-preorder): Visit last menu item only when
13581 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13582
13583 2011-09-20 Julien Danjou <julien@danjou.info>
13584
13585 * password-cache.el (password-cache-remove): Remove entries even if the
13586 value is nil, so that password with a nil value (negative caching) is
13587 possible to invalidate.
13588
13589 2011-09-20 Lawrence Mitchell <wence@gmx.li>
13590
13591 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13592 all whitespace around breakpoint. (Bug#9553)
13593 (f90-find-breakpoint): Only break at whitespace inside a comment.
13594
13595 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * minibuffer.el (completion-file-name-table): Keep track of errors.
13598 (completion-table-with-predicate): Handle the case where pred1 is nil.
13599 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13600
13601 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13602
13603 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13604 (debugger-return-value): Signal an error if the debugging context does
13605 not await any return value.
13606
13607 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13608 * image-mode.el (image-toggle-display-text)
13609 (image-toggle-display-image): Stay away from evil `intangible'.
13610
13611 2011-09-19 Leo Liu <sdl.web@gmail.com>
13612
13613 * replace.el (occur-revert-arguments): Make it permanent-local.
13614 (occur-mode): Don't call font-lock-defontify.
13615
13616 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
13617
13618 * net/ldap.el (ldap-search-internal): Don't push empty search
13619 result (Bug#9508).
13620
13621 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13622
13623 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13624
13625 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
13626
13627 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13628 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13629
13630 2011-09-18 Juri Linkov <juri@jurta.org>
13631
13632 * buff-menu.el (Buffer-menu-mode-map):
13633 * dired.el (dired-mode-map):
13634 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13635 (lisp-interaction-mode-map):
13636 * emacs-lisp/package.el (package-menu-mode-map):
13637 * epa.el (epa-key-list-mode-map):
13638 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13639 (menu-bar-options-menu):
13640 * outline.el (outline-mode-menu-bar-map):
13641 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13642 * vc/vc-dir.el (vc-dir-menu-map):
13643 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13644 Capitalize non-function content words in menu item strings.
13645
13646 * dired.el (dired-mode-map): Add menu item for
13647 `image-dired-dired-toggle-marked-thumbs'.
13648
13649 2011-09-18 Juri Linkov <juri@jurta.org>
13650
13651 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13652 to `isearch-case-fold-search' and restore its original value
13653 after the `isearch-mode' call.
13654
13655 2011-09-18 Juri Linkov <juri@jurta.org>
13656
13657 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13658 because `zgrep' returns 1 for successful matches (bug#9226).
13659
13660 2011-09-18 Juri Linkov <juri@jurta.org>
13661
13662 * info.el (Info-extract-menu-node-name): Check the second match
13663 for empty string (second test-case of bug#9528).
13664 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13665 intermediate nodes to the history (first test-case of bug#9528).
13666
13667 2011-09-18 Juri Linkov <juri@jurta.org>
13668
13669 * info.el (Info-mode-syntax-table): New variable.
13670 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
13671
13672 2011-09-18 Juri Linkov <juri@jurta.org>
13673
13674 * info.el (Info-file-supports-index-cookies):
13675 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13676 outputs one more line for long file names (bug#4142).
13677
13678 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13679
13680 * newcomment.el (comment-normalize-vars): If prompting for
13681 comment-start, set comment-start-skip too (Bug#8424).
13682
13683 2011-09-18 Johan Bockgård <bojohan@gnu.org>
13684
13685 * icomplete.el: Fix previous fix of Bug#5849.
13686 (icomplete-mode): Don't set completion-show-inline-help.
13687 (icomplete-minibuffer-setup): Set completion-show-inline-help
13688 locally during icompletion.
13689
13690 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13691
13692 * woman.el (woman2-process-escapes): Don't delete unrecognized
13693 escapes (Bug#7843).
13694
13695 * files.el (inhibit-first-line-modes-regexps): Add image files.
13696 (hack-local-variables-prop-line): Return nil for malformed
13697 prop-lines (Bug#9044).
13698
13699 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
13700
13701 * net/tramp.el (top): Don't require 'shell.
13702 (tramp-methods): Fix docstring.
13703 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
13704 Return complete remote file name. Handle "smb" case.
13705 Use `tramp-tmpdir', if defined for the respective method.
13706 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13707
13708 * net/tramp-compat.el (top): Require 'shell.
13709
13710 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13711 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13712 `tramp-current-host'.
13713 (tramp-get-remote-tmpdir): Remove.
13714
13715 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13716 `tramp-tmpdir' entries.
13717 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13718 (tramp-smb-handle-file-attributes): Ignore errors.
13719 (tramp-smb-wait-for-output): Check also for process end.
13720
13721 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13722
13723 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13724 when sending QUIT (bug#9312).
13725
13726 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
13727
13728 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13729 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13730 occur-mode-display-occurrence.
13731 (occur-edit-mode): Add usage message.
13732 (occur-cease-edit): New command.
13733 (occur-after-change-function): Use text properties to find the
13734 position of the prefix text.
13735 (occur-engine): Set stickiness of prefix text properties.
13736
13737 2011-09-17 Glenn Morris <rgm@gnu.org>
13738
13739 * progmodes/etags.el (complete-tag):
13740 Fix call to completion-in-region. (Bug#9526)
13741
13742 2011-09-17 Juri Linkov <juri@jurta.org>
13743
13744 * textmodes/ispell.el (ispell-word): Add to the error message
13745 the word, ispell program name and current dictionary (bug#9121).
13746 (ispell-tex-arg-end): Capitalize "error" in the error message.
13747
13748 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13749
13750 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13751 check. (Bug#4251)
13752
13753 2011-09-17 Juri Linkov <juri@jurta.org>
13754
13755 * window.el (window-safe-min-height, window-safe-min-width):
13756 Fix typos (followup to bug#9522).
13757
13758 2011-09-17 Sven Joachim <svenjoac@gmx.de>
13759
13760 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13761
13762 2011-09-16 Eli Zaretskii <eliz@gnu.org>
13763
13764 * simple.el (line-move): If goal-column is set, move by logical
13765 lines, not by display lines. (Bug#971)
13766 (next-line, previous-line, goal-column, line-move-visual): Doc fix
13767 to reflect the above change.
13768
13769 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * image.el (imagemagick-register-types): Use regexp-opt.
13772
13773 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13774
13775 * window.el (display-buffer-base-action): Rename from
13776 display-buffer-default-action. Make default value empty.
13777 (display-buffer-overriding-action): Convert to defvar.
13778 (display-buffer-fallback-action): New var.
13779
13780 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13781
13782 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13783 declaration.
13784 (package--add-to-archive-contents): If there is a duplicate entry
13785 with an older version, remove it.
13786 (package-menu-mark-delete, package-menu-mark-install)
13787 (package-menu-mark-unmark): Make unused args optional.
13788 (package-menu-mark-obsolete-for-deletion):
13789 Use package-menu-get-status instead of a regexp search.
13790 (package-menu-get-status): Use tabulated-list-entry.
13791 (package-menu-mark-upgrades): New command.
13792 (package-menu-mode-map): Bind it to U. Add it to menu bar.
13793 (package-menu-execute): Do installation before deletion.
13794 (package-menu-refresh, package-menu-execute): Use derived-mode-p
13795 instead of checking major-mode.
13796 (package-menu--find-upgrades): New function.
13797
13798 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13799
13800 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13801 passwords in the log buffer.
13802 (smtpmail-process-filter): Update the process marker so that the
13803 "broken by peer" status message is inserted in the right place.
13804
13805 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13806
13807 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13808 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13809 bibtex-completion-at-point-function.
13810 (bibtex-completion-at-point-function): Use them.
13811
13812 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13813
13814 * mpc.el (mpc-constraints-tag-lookup): New function.
13815 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13816 also to browser "album|playlist".
13817
13818 2011-09-14 Juri Linkov <juri@jurta.org>
13819
13820 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
13821 (isearch-edit-string): Use length of `isearch-string' when
13822 `isearch-fail-pos' returns nil.
13823 (isearch-message): Remove duplicate code and call
13824 `isearch-fail-pos' with arg `t'.
13825
13826 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
13827
13828 * replace.el (occur-mode-goto-occurrence): Don't force using other
13829 window (Bug#9499).
13830
13831 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13832
13833 2011-09-14 Martin Rudalics <rudalics@gmx.at>
13834
13835 * window.el (display-buffer-window): Remove.
13836 (display-buffer-record-window): Use help-setup window parameter
13837 instead of variable display-buffer-window.
13838 (display-buffer-function, special-display-buffer-names)
13839 (special-display-function): Mention help-setup parameter instead
13840 of display-buffer-window in doc-string.
13841 * help.el (help-window-setup): New argument help-window.
13842 Use help-window-setup parameter instead of display-buffer-window.
13843 Reword some messages.
13844 (with-help-window): Pass window used for displaying the buffer
13845 to help-window-setup. Don't set display-buffer-window.
13846
13847 2011-09-13 Glenn Morris <rgm@gnu.org>
13848
13849 * emacs-lisp/debug.el (debugger-make-xrefs):
13850 Preserve point. (Bug#9462)
13851
13852 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13853
13854 * window.el (window-deletable-p): Use next-frame.
13855
13856 2011-09-13 Martin Rudalics <rudalics@gmx.at>
13857
13858 * window.el (window-auto-delete): Remove.
13859 (window-deletable-p): Remove argument FORCE. Don't deal with
13860 dedication and previous buffers.
13861 (switch-to-prev-buffer): Don't delete window.
13862 (delete-windows-on): Delete a window's frame if and only if the
13863 window is dedicated.
13864 (replace-buffer-in-windows): Delete buffer's window or frame if
13865 and only if window is dedicated.
13866 (quit-window): Handle quit-restore as before last change.
13867 (bury-buffer): Delete window only if window-deletable-p returns t.
13868
13869 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13870
13871 * window.el (window-deletable-p): Never delete the last frame on a
13872 given terminal.
13873
13874 2011-09-13 Glenn Morris <rgm@gnu.org>
13875
13876 * help.el (describe-key-briefly): Copy previous standard-output change.
13877
13878 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
13879
13880 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
13881
13882 2011-09-13 Glenn Morris <rgm@gnu.org>
13883
13884 * emacs-lisp/lisp-mode.el (lisp-indent-function):
13885 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
13886
13887 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
13888
13889 * dired-aux.el (dired-mark-read-string): Don't return default
13890 value on empty input (Bug#9361).
13891 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
13892 Omit initial minibuffer contents.
13893 (dired-do-chmod): Signal an error on empty input.
13894 (dired-mark-read-string): Don't return default on empty input.
13895
13896 * files.el (file-modes-symbolic-to-number): Doc fix.
13897
13898 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * international/mule-cmds.el (ucs-completions): Remove.
13901 (read-char-by-name): Use complete-with-action instead; add metadata.
13902
13903 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13904
13905 * window.el (display-buffer--action-function-custom-type)
13906 (display-buffer--action-custom-type): New vars.
13907 (display-buffer-alist, display-buffer-default-action)
13908 (display-buffer-overriding-action): Add defcustom types.
13909
13910 * frame.el (delete-other-frames): Doc fix (Bug#276).
13911
13912 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13913
13914 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13915
13916 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13917
13918 Change modes that used same-window-* vars to use switch-to-buffer.
13919
13920 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
13921 Use switch-to-buffer.
13922
13923 * cus-edit.el (customize-group, custom-buffer-create)
13924 (customize-browse, custom-buffer-create-other-window):
13925 Use switch-to-buffer or switch-to-buffer-other-window.
13926
13927 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
13928 (Info-prev, Info-up, Info-speedbar-goto-node)
13929 (info-display-manual): Use switch-to-buffer.
13930 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
13931
13932 * mail/sendmail.el (mail): Use switch-to-buffer.
13933 (mail-recover): Use switch-to-buffer-other-window.
13934
13935 * cmuscheme.el (run-scheme, switch-to-scheme):
13936 * ielm.el (ielm):
13937 * shell.el (shell):
13938 * net/rlogin.el (rlogin):
13939 * net/telnet.el (telnet, rsh):
13940 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
13941
13942 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
13943
13944 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13945
13946 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13947
13948 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13949 so don't mention it (bug#9301).
13950 (dired-sort-toggle-or-edit): Clarify string further.
13951
13952 * faces.el (face-spec-set-match-display): Make `(type graphic)'
13953 match `x', `w32' and `ns', like the manual says (bug#9029).
13954
13955 * subr.el (eval-after-load): Doc string clarification (bug#9125).
13956 (process-kill-buffer-query-function): Mention the buffer name in
13957 the query.
13958
13959 * image-mode.el (image-next-line): The line parameter is mandatory
13960 (bug#9258).
13961
13962 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13963 which can be useful (bug#9301).
13964
13965 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13966
13967 * subr.el (match-string): Mention that the current buffer should
13968 be the same as the search was done in (bug#9282).
13969
13970 * facemenu.el: Disable the remove-* commands if the mark isn't
13971 active (bug#9162).
13972
13973 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
13974
13975 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
13976 of display-buffer.
13977 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
13978
13979 * replace.el (occur-mode-goto-occurrence)
13980 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
13981 and display-buffer.
13982
13983 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
13984 display-buffer.
13985
13986 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
13987 special-display and same-window variables.
13988 (mail-other-window): Use switch-to-buffer-other-window.
13989 (mail-other-frame): USe switch-to-buffer-other-frame.
13990
13991 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13992 Use display-buffer-other-frame.
13993 (gdb-display-gdb-buffer): Use pop-to-buffer.
13994
13995 * progmodes/gud.el (gud-goto-info): Use info-other-window.
13996
13997 * progmodes/python.el: Don't set same-window-buffer-names.
13998
13999 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14000
14001 * window.el (display-buffer-alist): Add *Python*.
14002
14003 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
14004
14005 * window.el (display-buffer-alist): Add entry for buffers
14006 previously handled same-window-*.
14007 (display-buffer-alist, display-buffer-default-action)
14008 (display-buffer-overriding-action): Mark as risky.
14009 (display-buffer-alist): Document action function changes.
14010 (display-buffer--same-window-action)
14011 (display-buffer--other-frame-action): New variables.
14012 (switch-to-buffer, display-buffer-other-frame): Use them.
14013 (display-buffer): Rename reuse-frame entry to reusable-frames.
14014 (display-buffer-reuse-selected-window): Function deleted.
14015 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14016 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14017 (display-buffer-special): New function.
14018 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14019 display-buffer-reuse-or-pop-window. Split off special-display
14020 part into display-buffer-special.
14021 (display-buffer-use-some-window): Don't perform any special
14022 pop-up-frames handling.
14023 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
14024 (display-buffer--maybe-same-window): Rename from
14025 display-buffer-maybe-same-window.
14026
14027 * info.el: Don't set same-window-regexps.
14028 (info-setup): New function.
14029 (info-other-window, info): Call it.
14030
14031 * cus-edit.el: Don't set same-window-regexps.
14032 (customize-group): New argument.
14033 (customize-group-other-window): Use it.
14034 (customize-face, customize-face-other-window): Likewise.
14035 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14036
14037 * net/rlogin.el:
14038 * net/telnet.el:
14039 * progmodes/gud.el: Don't set same-window-regexps.
14040
14041 * cmuscheme.el:
14042 * ielm.el:
14043 * shell.el:
14044 * mail/sendmail.el:
14045 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14046
14047 2011-09-10 Juri Linkov <juri@jurta.org>
14048
14049 * isearch.el (isearch-edit-string): Remove obsolete mention of
14050 `C-w' (`isearch-yank-word-or-char') from docstring.
14051 (isearch-query-replace): Fix typo in docstring (bug#9466).
14052
14053 2011-09-10 Juri Linkov <juri@jurta.org>
14054
14055 * paren.el (show-paren-function): Don't show escaped parens.
14056 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14057
14058 2011-09-10 Eli Zaretskii <eliz@gnu.org>
14059
14060 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14061 (mm-default-file-encoding): Remove autoload forms, they are
14062 replaced with autoload cookies in mml.el and mm-encode.el.
14063 (mail-add-attachment): New command.
14064 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14065 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14066 the doc string.
14067 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14068
14069 2011-09-10 Reuben Thomas <rrt@sc3d.org>
14070
14071 * simple.el (count-words-region): Use buffer if there's no region
14072 (bug#9429).
14073
14074 2011-09-09 Juri Linkov <juri@jurta.org>
14075
14076 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14077 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14078 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14079
14080 2011-09-09 Alan Mackenzie <acm@muc.de>
14081
14082 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14083 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14084
14085 2011-09-09 Eli Zaretskii <eliz@gnu.org>
14086
14087 Fix for Savannah bug#9392.
14088 * simple.el (mail-encode-mml): New defvar.
14089
14090 * mail/rmail.el (mail-encode-mml): Add a defvar.
14091 (rmail-enable-mime-composing): Default to t.
14092 (rmail-forward): Use MIME method of forwarding only if both
14093 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14094 Set mail-encode-mml non-nil if the MIME method was used.
14095
14096 * mail/sendmail.el (mml-to-mime): Add autoload form.
14097 (mail-encode-mml): Add a defvar.
14098 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14099 to nil.
14100 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14101 message through mml-to-mime, and reset mail-encode-mml to nil.
14102
14103 2011-09-09 Glenn Morris <rgm@gnu.org>
14104
14105 * woman.el (woman-if-body): When processing an .el block,
14106 do not delete the next .el block as well. (Bug#9447)
14107 (woman-special-characters): Add oq, cq, and hy characters.
14108
14109 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14110
14111 * window.el (window-deletable-p): Make sure window is live before
14112 invoking window-prev-buffers.
14113
14114 2011-09-08 Leo Liu <sdl.web@gmail.com>
14115
14116 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14117
14118 2011-09-08 Juri Linkov <juri@jurta.org>
14119
14120 * progmodes/compile.el (compilation-environment): Make it
14121 a defcustom (bug#8340).
14122
14123 2011-09-08 Martin Rudalics <rudalics@gmx.at>
14124
14125 * window.el (frame-auto-delete): Rename to window-auto-delete.
14126 Make it control auto-deletion of windows and/or frames.
14127 (window-deletable-p): New argument FORCE. Rewrite conditions
14128 for deleting window/frame. (Bug#9419)
14129 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14130 Rewrite handling of case when window/frame can be deleted.
14131 (delete-windows-on): Call window-deletable-p with new FORCE
14132 argument t. (Bug#9456)
14133
14134 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
14135
14136 * help-mode.el (help-mode): Restore autoload.
14137
14138 2011-09-07 Juri Linkov <juri@jurta.org>
14139
14140 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14141 `compilation-environment'. Set buffer-local
14142 `compilation-environment' to `thisenv' later after (funcall mode).
14143 (Bug#8340)
14144
14145 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14146 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14147 instead of replacing its value. (Bug#8340)
14148
14149 2011-09-07 Juri Linkov <juri@jurta.org>
14150
14151 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14152 based on text properties put by `grep-filter' instead of matching
14153 escape sequences.
14154 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14155 to the value of `grep-error-screen-columns' (bug#9438).
14156
14157 2011-09-07 Juri Linkov <juri@jurta.org>
14158
14159 * simple.el (next-error-highlight, next-error-highlight-no-select):
14160 Doc fix (bug#9432).
14161
14162 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14163
14164 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14165 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14166
14167 2011-09-07 Leo Liu <sdl.web@gmail.com>
14168
14169 * net/rcirc.el (rcirc-mode): Conditionally initialize
14170 rcirc-input-ring.
14171
14172 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14173
14174 * emacs-lisp/find-func.el (find-function-C-source): Only set
14175 find-function-C-source-directory after checking that we found a source
14176 file there (bug#9440).
14177
14178 2011-09-06 Alan Mackenzie <acm@muc.de>
14179
14180 * isearch.el (isearch-other-meta-char): Wherever a key list is
14181 unread, "unread" the prefix arg, too. This fixes bug #8901.
14182
14183 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14184
14185 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14186
14187 2011-09-05 Juri Linkov <juri@jurta.org>
14188
14189 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14190
14191 2011-09-05 Juri Linkov <juri@jurta.org>
14192
14193 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14194 keeping point where processing of grep matches begins, and
14195 continue to delete remaining escape sequences from the same point.
14196 (grep-filter): Make leading zero optional in "0?1;31m" because
14197 git-grep emits "\033[1;31m" escape sequences unlike expected
14198 "\033[01;31m" as GNU Grep does (bug#9408).
14199 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14200
14201 2011-09-05 Juri Linkov <juri@jurta.org>
14202
14203 * subr.el (y-or-n-p): Capitalize "yes".
14204
14205 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
14206
14207 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14208 `tramp-cache-unload-hook' where appropriate.
14209 (tramp-methods): Rename `tramp-remote-sh' to
14210 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14211 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14212
14213 * net/tramp-sh.el (top): Don't require 'shell.
14214 (tramp-methods): Add `tramp-remote-shell' and
14215 `tramp-remote-shell-args' entries.
14216 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14217 (tramp-sh-handle-shell-command): Remove.
14218 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14219 Use `tramp-remote-shell'.
14220
14221 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
14222
14223 * mail/sendmail.el (sendmail-query-once-function): Delete.
14224 (sendmail-query-once): Save directly to send-mail-function.
14225 Update message-send-mail-function too.
14226
14227 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14228
14229 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14230
14231 * progmodes/python.el (python-mode-map): Use correct function to
14232 start python interpreter from menu-bar (as reported by Geert
14233 Kloosterman).
14234 (inferior-python-mode-map): Fix typo.
14235 (python-shell-map): Remove.
14236
14237 2011-09-03 Deniz Dogan <deniz@dogan.se>
14238
14239 * net/rcirc.el (rcirc-print): Simplify code for
14240 rcirc-scroll-show-maximum-output. There is no need to walk
14241 through all windows to find the right one.
14242
14243 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14244
14245 * help.el (help-return-method): Doc fix.
14246
14247 2011-09-03 Martin Rudalics <rudalics@gmx.at>
14248
14249 * window.el (window-deletable-p): Don't return a non-nil value
14250 when there's a buffer that was shown in the window before.
14251 (Bug#9419)
14252 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14253 Set window's previous buffers to nil.
14254
14255 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14256
14257 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14258 newline before and after the tag line, so it doesn't interfere
14259 with determining the paragraph direction of bidirectional text.
14260
14261 2011-09-03 Leo Liu <sdl.web@gmail.com>
14262
14263 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14264
14265 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14266
14267 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14268 (pop-to-buffer): Change interactive spec. Pass second argument
14269 directly to display-buffer.
14270 (display-buffer): Fix interactive spec. Use functionp to
14271 distinguish between a function and a list of functions.
14272
14273 * abbrev.el (edit-abbrevs):
14274 * arc-mode.el (archive-extract):
14275 * autoinsert.el (auto-insert):
14276 * bookmark.el (bookmark-bmenu-list):
14277 * files.el (find-file):
14278 * view.el (view-buffer):
14279 * progmodes/compile.el (compilation-goto-locus):
14280 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14281
14282 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14283
14284 * window.el (display-buffer-alist): Doc fix.
14285 (display-buffer): Add docstring. Don't treat
14286 display-buffer-default specially.
14287 (display-buffer-reuse-selected-window)
14288 (display-buffer-same-window, display-buffer-maybe-same-window)
14289 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14290 (display-buffer-pop-up-window)
14291 (display-buffer-reuse-or-pop-window)
14292 (display-buffer-use-some-window): New functions.
14293 (display-buffer-default-action): Use them.
14294 (display-buffer-default): Delete.
14295 (pop-to-buffer-1): Fix choice of actions.
14296
14297 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 * minibuffer.el (completion--insert-strings): Don't get confused by
14300 completion entries that end with an LF char.
14301
14302 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14303
14304 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14305
14306 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14307
14308 * window.el (display-buffer): Restore interactive spec.
14309 (display-buffer-same-window, display-buffer-other-window):
14310 New functions.
14311 (pop-to-buffer-1): New function. Use the above.
14312 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14313 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14314
14315 * view.el (view-buffer-other-window, view-buffer-other-frame):
14316 Just use pop-to-buffer.
14317
14318 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14319
14320 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14321
14322 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14323
14324 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14325
14326 2011-08-31 Richard Stallman <rms@gnu.org>
14327
14328 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14329 of the separation of rmail-view-buffer from rmail-buffer.
14330 If you say no to "replace original", the decrypt is in the
14331 view buffer. If you say yes, the decrypt goes into the
14332 rmail buffer also.
14333
14334 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14335
14336 * window.el (display-buffer-window): Rewrite doc-string.
14337 (display-buffer-record-window): New function.
14338 (display-buffer-macro-specifiers)
14339 (display-buffer-even-window-sizes, display-buffer-set-height)
14340 (display-buffer-set-width, display-buffer-in-window)
14341 (display-buffer-reuse-window, display-buffer-split-specifiers)
14342 (display-buffer-side-specifiers, display-buffer-split-window-1)
14343 (display-buffer-split-window, display-buffer-split-atom-window)
14344 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14345 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14346 (display-buffer-other-window-means-other-frame)
14347 (display-buffer-normalize-special)
14348 (display-buffer-normalize-default)
14349 (display-buffer-normalize-argument)
14350 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14351 (display-buffer-normalize-specifiers, display-buffer-frame)
14352 (display-buffer-same-window, display-buffer-same-frame)
14353 (display-buffer-other-window)
14354 (display-buffer-same-frame-other-window)
14355 (display-buffer-other-frame, pop-to-buffer-same-window)
14356 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14357 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14358 (switch-to-buffer-same-frame)
14359 (switch-to-buffer-other-window-same-frame)
14360 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14361 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14362 (display-buffer-alist-set): Remove.
14363 (display-buffer-function, special-display-buffer-names)
14364 (special-display-regexps, special-display-function):
14365 In doc-string refer to display-buffer-window and quit-restore
14366 parameter.
14367 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14368 (special-display-frame-alist, special-display-popup-frame)
14369 (same-window-buffer-names, same-window-regexps, same-window-p)
14370 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14371 (split-window-preferred-function, split-height-threshold)
14372 (split-width-threshold, window-splittable-p)
14373 (split-window-sensibly, window--try-to-split-window)
14374 (window--frame-usable-p, even-window-heights)
14375 (window--even-window-heights, window--display-buffer-1)
14376 (window--display-buffer-2, display-buffer-other-frame):
14377 Restore old Emacs 23 code, order and doc-strings where applicable.
14378 (display-buffer-default, display-buffer-assq-regexp): New functions.
14379 (display-buffer-alist): Rewrite doc-string.
14380 (display-buffer-default-action)
14381 (display-buffer-overriding-action): New variables.
14382 (display-buffer, switch-to-buffer): Rewrite.
14383 (pop-to-buffer): Restore Emacs 23 behavior but use
14384 window-normalize-buffer-to-display.
14385 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14386 Restore Emacs 23 behavior but use
14387 window-normalize-buffer-to-switch-to.
14388 (pop-to-buffer-same-window): Rewrite.
14389 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14390 Rewrite using Emacs 23 options.
14391
14392 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14393
14394 * net/tramp.el (tramp-root-regexp): Remove.
14395 (tramp-completion-file-name-regexp-unified)
14396 (tramp-completion-file-name-regexp-separate)
14397 (tramp-completion-file-name-regexp-url): Don't use leading volume
14398 letter on w32 systems. (Bug#5303, Bug#9311)
14399 (tramp-drop-volume-letter): Simplify definition.
14400 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14401
14402 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14403
14404 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14405 (bug#9356).
14406
14407 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14408
14409 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14410
14411 2011-08-29 Juri Linkov <juri@jurta.org>
14412
14413 * isearch.el (isearch-done): Don't display message "Mark saved"
14414 when arg `edit' is non-nil to prevent its flicker in the echo area.
14415
14416 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14417
14418 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14419 obsolete packages for deletion.
14420
14421 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14422
14423 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14424 (help-mode): Derive help-mode from special-mode. Don't invoke
14425 view-mode from help-mode.
14426 (help-xref-override-view-map): Remove.
14427 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14428 view-mode is not used anymore.
14429
14430 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14431
14432 * server.el (server-port): Doc fix.
14433
14434 * cus-theme.el (custom-theme-choose-mode): Inherit from
14435 special-mode (Bug#9124).
14436 (custom-theme-choose-mode-map): Add special-mode to parent.
14437
14438 2011-08-28 Alan Mackenzie <acm@muc.de>
14439
14440 * progmodes/cc-fonts.el
14441 (c-make-font-lock-BO-decl-search-function): New function.
14442 (c-basic-matchers-after - "Fontify the clauses after various
14443 keywords"): Extract the three keyword lists for the 3 erroneous
14444 constructs from the list of four, and use the new function above
14445 in place of an old one.
14446
14447 2011-08-28 Deniz Dogan <deniz@dogan.se>
14448
14449 * net/rcirc.el (rcirc-insert-prev-input)
14450 (rcirc-insert-next-input): Remove unused argument.
14451
14452 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14455
14456 2011-08-27 Alan Mackenzie <acm@muc.de>
14457
14458 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14459 handle function pointer parameters properly.
14460
14461 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14462
14463 * window.el (display-buffer-reuse-window): Fix case where
14464 selected window was reused with non-nil OTHER-WINDOW argument.
14465 (Bug#9381)
14466
14467 2011-08-27 Deniz Dogan <deniz@dogan.se>
14468
14469 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14470 oftc's NickServ messages.
14471
14472 2011-08-27 Glenn Morris <rgm@gnu.org>
14473
14474 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14475
14476 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
14477
14478 * emacs-lisp/package.el (package-install): Call package-initialize
14479 if called interactively.
14480
14481 2011-08-26 Leo Liu <sdl.web@gmail.com>
14482
14483 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14484
14485 2011-08-25 Juri Linkov <juri@jurta.org>
14486
14487 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14488 `search-whitespace-regexp' (bug#9364).
14489
14490 2011-08-25 Juri Linkov <juri@jurta.org>
14491
14492 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14493 `regexp-search-ring' to their global values to protect from
14494 updating by `read-from-minibuffer' (bug#9185).
14495
14496 2011-08-25 Juri Linkov <juri@jurta.org>
14497
14498 * textmodes/ispell.el (ispell-command-loop): Add newline
14499 at the end of the "Use option `i'..." line.
14500
14501 2011-08-25 Juri Linkov <juri@jurta.org>
14502
14503 * battery.el (display-battery-mode): If `battery-status-function'
14504 or `battery-mode-line-format' is nil, display the message and set
14505 `display-battery-mode' to nil (bug#9363).
14506
14507 2011-08-25 Eli Zaretskii <eliz@gnu.org>
14508
14509 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14510 bidi-string-mark-left-to-right; they are unnecessary now.
14511
14512 2011-08-25 Deniz Dogan <deniz@dogan.se>
14513
14514 * net/quickurl.el: Documentation typo fixes.
14515
14516 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
14517
14518 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14519
14520 2011-08-25 Glenn Morris <rgm@gnu.org>
14521
14522 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14523
14524 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14525 (smtpmail-via-smtp): Handle nil response from smtp.
14526
14527 2011-08-24 Juri Linkov <juri@jurta.org>
14528
14529 * proced.el (proced-marked): Inherit from `error' instead of
14530 `font-lock-warning-face'.
14531
14532 * ibuffer.el (ibuffer-marked-face): Change default face from
14533 `font-lock-warning-face' to `warning'.
14534 (ibuffer-deletion-face): Change default face from
14535 `font-lock-type-face' to `error'.
14536
14537 * battery.el (battery-update): Use the face `error' instead of
14538 `font-lock-warning-face' (bug#6117).
14539
14540 2011-08-24 Juri Linkov <juri@jurta.org>
14541
14542 * faces.el (success): Change face color from "Green3" to
14543 "ForestGreen" on light background (bug#9353).
14544
14545 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
14546
14547 * window.el (quit-window): Rename from quit-restore-window.
14548 Use same arglist as old quit-window.
14549 (frame-auto-delete): Doc fix.
14550
14551 * view.el (view-mode-exit): Use quit-window.
14552
14553 2011-08-24 Juri Linkov <juri@jurta.org>
14554
14555 * isearch.el (isearch-ring-adjust1): Start visiting previous
14556 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14557 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14558 for empty search string (when the last search string is reused
14559 automatically) to adjust the isearch ring to the last element and
14560 prepare the correct index for further M-p commands (bug#9185).
14561
14562 2011-08-24 Kenichi Handa <handa@m17n.org>
14563
14564 * international/ucs-normalize.el: If decomposition property of
14565 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14566 nil.
14567 (nfd, nfkd): Likewise.
14568
14569 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14572 from process filters aren't reliably transmitted to the surrounding
14573 accept-process-output.
14574 (mpc-proc-check): New function.
14575 (mpc-proc-sync): Use it (bug#8293)
14576
14577 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14578
14579 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14580 Add compatibility functions (bug#9313).
14581
14582 2011-08-23 Eli Zaretskii <eliz@gnu.org>
14583
14584 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14585
14586 * international/uni-bidi.el: Regenerate.
14587
14588 2011-08-23 Kenichi Handa <handa@m17n.org>
14589
14590 * international/charprop.el:
14591 * international/uni-bidi.el:
14592 * international/uni-category.el:
14593 * international/uni-combining.el:
14594 * international/uni-comment.el:
14595 * international/uni-decimal.el:
14596 * international/uni-decomposition.el:
14597 * international/uni-digit.el:
14598 * international/uni-lowercase.el:
14599 * international/uni-mirrored.el:
14600 * international/uni-name.el:
14601 * international/uni-numeric.el:
14602 * international/uni-old-name.el:
14603 * international/uni-titlecase.el:
14604 * international/uni-uppercase.el: Regenerate.
14605
14606 2011-08-23 Martin Rudalics <rudalics@gmx.at>
14607
14608 * help.el (help-window-setup): Fix message displayed when other
14609 window is reused. (Bug#9341)
14610
14611 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14612
14613 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14614 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14615
14616 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14617 Mark obsolete.
14618 * shell.el (shell-parse-pcomplete-arguments): New function.
14619 (shell-completion-vars): Use it instead (bug#9160).
14620
14621 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14622
14623 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14624 strings and comments (bug#9333).
14625
14626 * emacs-lisp/debug.el (debug-arglist): New function.
14627 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
14628 (debug-on-entry-1): Handle interpreted closures (bug#9120).
14629
14630 2011-08-22 Juri Linkov <juri@jurta.org>
14631
14632 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14633 Revert regexp that highlights output switches to its old
14634 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14635
14636 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14637 to check for empty output (bug#9226).
14638
14639 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
14640
14641 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14642 symbol-constituent as the default, as that stops font-lock from
14643 working properly (Bug#8843).
14644
14645 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14646
14647 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14648 `coding-system-for-*' around the process open call to avoid
14649 auth-source side effects.
14650 (smtpmail-try-auth-methods): Expand the secret password.
14651 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14652 probe hangs.
14653
14654 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14655
14656 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14657
14658 * emacs-lisp/find-func.el (find-function-noselect): New arg
14659 lisp-only.
14660
14661 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14662 signal an error for built-in functions (Bug#6664).
14663
14664 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14665
14666 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14667 (smtpmail-try-auth-methods): Use it.
14668
14669 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14670
14671 * font-lock.el (font-lock-fontify-region)
14672 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14673 (font-lock-default-unfontify-buffer)
14674 (font-lock-default-fontify-region)
14675 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14676
14677 * progmodes/compile.el (compilation-error-properties):
14678 Fix confusion between file struct and message struct (Bug#9319).
14679 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14680 `ant' regexp.
14681
14682 * net/browse-url.el (browse-url-firefox): Don't call
14683 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14684
14685 2011-08-20 Glenn Morris <rgm@gnu.org>
14686
14687 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14688
14689 * tutorial.el (tutorial--default-keys): Update some default bindings.
14690
14691 * files.el (hack-local-variables): Fully ignore case for "mode:".
14692
14693 2011-08-20 Alan Mackenzie <acm@muc.de>
14694
14695 Resolve invalid use of a regexp in regexp-opt.
14696
14697 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14698 detection for a java annotation.
14699
14700 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
14701 detection for a java annotation.
14702
14703 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14704 handling for java.
14705 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14706
14707 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
14708
14709 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14710 (Bug#9274).
14711
14712 2011-08-20 Alan Mackenzie <acm@muc.de>
14713
14714 Fontify CPP expressions correctly when starting in the middle of
14715 such a construct. Mainly for when jit-lock etc. starts a chunk
14716 here.
14717
14718 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
14719 variable.
14720 (c-make-font-lock-search-form): New function, extracted from
14721 c-make-font-lock-search-function.
14722 (c-make-font-lock-search-function): Use the above function.
14723 (c-make-font-lock-context-search-function): New function.
14724 (c-cpp-matchers): Enhance the preprocessor expression case with
14725 the above function
14726 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14727 which takes an expression.
14728
14729 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14730
14731 2011-08-20 Martin Rudalics <rudalics@gmx.at>
14732
14733 * window.el (display-buffer-reuse-window)
14734 (display-buffer-pop-up-window): Don't reuse or split a side
14735 window.
14736
14737 2011-08-19 Glenn Morris <rgm@gnu.org>
14738
14739 * files.el (hack-local-variables-prop-line, hack-local-variables):
14740 Downcase "Mode:". (Bug#9331)
14741
14742 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
14743
14744 * international/characters.el: Add L and R categories.
14745
14746 * subr.el (bidi-string-mark-left-to-right): Rename from
14747 string-mark-left-to-right. Use category search.
14748
14749 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14750
14751 2011-08-18 Juri Linkov <juri@jurta.org>
14752
14753 * faces.el (error, warning, success): New faces with definitions
14754 copied from old default values of `font-lock-warning-face',
14755 `compilation-warning', `compilation-info' (bug#6117).
14756
14757 * font-lock.el (font-lock-warning-face): Inherit from `error'.
14758
14759 * progmodes/compile.el (compilation-error): Inherit from `error'.
14760 (compilation-warning): Inherit from `warning'.
14761 (compilation-info): Inherit from `success'.
14762
14763 * dired.el (dired-marked): Inherit from `warning'.
14764 (dired-flagged): Inherit from `error'.
14765
14766 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14767
14768 * mail/smtpmail.el (auth-source): Require to avoid problems with
14769 binding variables (bug#9298). Also clean up some unused
14770 autoloads.
14771
14772 * net/network-stream.el (network-stream-open-starttls):
14773 Support using starttls.el without using gnutls-cli.
14774
14775 2011-08-17 Juri Linkov <juri@jurta.org>
14776
14777 * progmodes/grep.el (rgrep): Handle the case when
14778 `grep-find-command' is a cons cell (bug#9278).
14779
14780 2011-08-17 Martin Rudalics <rudalics@gmx.at>
14781
14782 * window.el (display-buffer-pop-up-frame): Run frame creation
14783 function with BUFFER current (as special-display-popup-frame
14784 does). Reported by Drew Adams.
14785
14786 2011-08-17 Daiki Ueno <ueno@unixuser.org>
14787
14788 * epa-mail.el: Simplify GnuPG group expansion using
14789 epg-expand-group.
14790 (epa-mail-group-alist, epa-mail-group-modtime)
14791 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14792 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14793 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14794 Remove.
14795
14796 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
14797
14798 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14799
14800 2011-08-16 Alan Mackenzie <acm@muc.de>
14801
14802 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14803 Correct, to avoid the inside of macros.
14804
14805 2011-08-16 Richard Stallman <rms@gnu.org>
14806
14807 * epa-mail.el: Handle GnuPG group definitions.
14808 (epa-mail-group-alist, epa-mail-group-modtime)
14809 (epa-mail-gnupg-conf-file): New variables.
14810 (epa-mail-parse-groups, epa-mail-sync-groups)
14811 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14812 (epa-mail-expand-recipients): New functions.
14813 (epa-mail-encrypt): Call epa-mail-expand-recipients.
14814
14815 * mail/rmail.el (rmail-epa-decrypt): New command.
14816
14817 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14818 Don't bind buffer-read-only, just inhibit-read-only.
14819 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14820 (epa-decrypt-armor-in-region): Make error message clearer.
14821
14822 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14823
14824 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14825 and "a2b" to "ab" for `prefix'.
14826
14827 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
14828
14829 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14830 filter groups.
14831 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14832 Fourquet (Bug#8804).
14833
14834 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
14835
14836 * startup.el (argi): Declare as global variable (bug#9275).
14837
14838 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
14839
14840 * subr.el (string-mark-left-to-right): Search the entire string
14841 for RTL script, not just the terminating character. Doc fix.
14842
14843 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
14844
14845 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
14846 New function.
14847 (js--regexp-literal, js-syntax-propertize-function): Remove.
14848 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
14849 (js-mode-map): Don't rebind electric keys.
14850 (js-insert-and-indent): Remove.
14851 (js-mode): Setup electric-layout and electric-indent instead.
14852
14853 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14854
14855 2011-08-12 Daiki Ueno <ueno@unixuser.org>
14856
14857 * epa.el (epa-progress-callback-function): Fix the logic of
14858 displaying progress.
14859 * epa-file.el (epa-file-insert-file-contents): Make progress
14860 display more user-friendly.
14861 (epa-file-write-region): Ditto.
14862
14863 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
14864
14865 * subr.el (string-mark-left-to-right): New function.
14866
14867 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
14868 Use string-mark-left-to-right.
14869 (list-buffers-noselect): Caller changed.
14870
14871 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14872 Use string-mark-left-to-right.
14873 (tabulated-list-print): Recenter after moving point.
14874
14875 2011-08-10 Juri Linkov <juri@jurta.org>
14876
14877 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
14878 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
14879 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
14880
14881 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
14882
14883 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14884 (Bug#7554).
14885
14886 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
14887
14888 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14889 character. (Bug#6594)
14890
14891 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
14892
14893 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
14894 (image-dired--with-db-file): New macro.
14895 (image-dired-write-tags, image-dired-remove-tag)
14896 (image-dired-create-gallery-lists, image-dired-write-comments)
14897 (image-dired-get-comment, image-dired-mark-tagged-files)
14898 (image-dired-list-tags, image-dired-gallery-generate): Use it.
14899 (image-dired-gallery-generate): Use insert-file-contents.
14900
14901 * time.el (display-time-world-list, display-time-world-display):
14902 * time-stamp.el (time-stamp-string):
14903 * vc/add-log.el (add-change-log-entry): Use setenv instead of
14904 set-time-zone-rule (Bug#7337).
14905
14906 2011-08-08 Daiki Ueno <ueno@unixuser.org>
14907
14908 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
14909 (epg-error-to-string, epg-errors-to-string): New function.
14910 (epg-wait-for-completion): Reverse errors list.
14911 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
14912 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
14913 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
14914 (epg-sign-keys, epg-generate-key-from-file)
14915 (epg-generate-key-from-string): Format errors by using
14916 epg-errors-to-string (bug#9255).
14917 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
14918
14919 2011-08-07 Juri Linkov <juri@jurta.org>
14920
14921 * faces.el (list-faces-display): Remove extra angle bracket
14922 from `help-mode-map'.
14923
14924 * info.el (Info-history-toc-nodes): Doc fix.
14925
14926 * longlines.el (longlines-mode): Doc fix.
14927
14928 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14929
14930 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14931 of statements and in a few more cases (bug#9183).
14932
14933 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
14934 New functions.
14935 (cl-transform-lambda): Use them (bug#9239).
14936
14937 2011-08-05 Martin Rudalics <rudalics@gmx.at>
14938
14939 * window.el (display-buffer-same-window)
14940 (display-buffer-same-frame, display-buffer-other-window)
14941 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14942 (pop-to-buffer-other-window)
14943 (pop-to-buffer-same-frame-other-window)
14944 (pop-to-buffer-other-frame): Make them defuns.
14945 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
14946
14947 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14948
14949 * subr.el (make-composed-keymap): Move from C. Change calling
14950 convention, and improve docstring to bring attention to a subtle point.
14951 * minibuffer.el (completing-read-default): Adjust accordingly.
14952
14953 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
14954
14955 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14956 (tramp-open-shell): Use `tramp-shell-quote-argument'.
14957
14958 * net/trampver.el: Update release number.
14959
14960 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
14963 "in" (bug#9190).
14964
14965 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14966
14967 * mail/sendmail.el (sendmail-query-once): Restore the current
14968 buffer after querying (bug#9074).
14969
14970 * dired.el (dired-flagged): Use different faces for marked and
14971 flagged files (bug#6117).
14972
14973 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14974 (bug#4433).
14975
14976 * ido.el (ido-mode): Switch off the message if called
14977 non-interactively.
14978
14979 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
14980 before 587, since it appears that that's more likely to work for
14981 more people.
14982
14983 * cus-edit.el (custom-file): When running under emacs -q, always
14984 refuse to save the customizations, even if the .emacs file doesn't
14985 exist.
14986
14987 * info.el: Remove the `Info-beginning-of-buffer' function
14988 (bug#8325).
14989
14990 * net/network-stream.el (network-stream-open-starttls):
14991 Use `starttls-available-p' to see whether starttls.el can be used.
14992
14993 2011-08-01 Martin Rudalics <rudalics@gmx.at>
14994
14995 * window.el (display-buffer-in-window): Don't set dedicated status
14996 of window here (Bug#9215).
14997 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14998 (display-buffer-pop-up-side-window)
14999 (display-buffer-in-side-window): Set dedicated status of window here.
15000
15001 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15004 before binding generated-autoload-file.
15005
15006 2011-08-01 Deniz Dogan <deniz@dogan.se>
15007
15008 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15009
15010 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
15011
15012 Sync with Tramp 2.2.2.
15013
15014 * net/trampver.el: Update release number.
15015
15016 2011-07-30 Juri Linkov <juri@jurta.org>
15017
15018 * dired-aux.el (dired-touch-initial): Remove function.
15019 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15020 current time, and `default' to the last modification time of the
15021 current marked file (bug#6887).
15022
15023 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15024
15025 * simple.el (goto-line): Use string-to-number to provide a
15026 numeric argument to read-number (bug#9163).
15027
15028 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
15029
15030 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15031 connection process, it could be nil.
15032
15033 2011-07-27 Leo Liu <sdl.web@gmail.com>
15034
15035 Simplify url handling in rcirc-mode.
15036
15037 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15038 (rcirc-browse-url-at-mouse): Remove.
15039 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15040
15041 2011-07-26 Alan Mackenzie <acm@muc.de>
15042
15043 Fontify bitfield declarations properly.
15044
15045 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15046 (c-symbol-chars): Now exported as a lang variable.
15047 (c-not-primitive-type-keywords): New lang variable.
15048
15049 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15050 QT keyword "more" to prevent "more slots: ...." being spuriously
15051 parsed as a bitfield declaration.
15052
15053 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15054 Refactor and enhance to handle bitfield declarations.
15055 (c-punctuation-in): New function.
15056 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15057 declarations properly.
15058
15059 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
15060
15061 * calendar/icalendar.el (icalendar--all-events): Take care of
15062 multiple vcalendars in a single file.
15063 (icalendar--convert-float-to-ical): Checkdoc fixes.
15064
15065 2011-07-25 Deniz Dogan <deniz@dogan.se>
15066
15067 * image.el (insert-image): Clarifying docstring.
15068
15069 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
15070
15071 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15072 `tramp-send-command-and-check' if there is no error.
15073 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15074
15075 2011-07-22 Alan Mackenzie <acm@muc.de>
15076
15077 Prevent cc-langs.elc being loaded at run time.
15078
15079 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15080 cc-langs.
15081
15082 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
15083 "(require 'cc-langs)". Quote a form so it will evaluate at
15084 (cc-mode's) compilation time.
15085
15086 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
15087
15088 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15089 loading. (Bug#9114)
15090
15091 2011-07-21 Martin Rudalics <rudalics@gmx.at>
15092
15093 * window.el (display-buffer-pop-up-window)
15094 (display-buffer-pop-up-side-window)
15095 (display-buffer-in-side-window): Call display-buffer-set-height
15096 and display-buffer-set-width after setting the new window's
15097 buffer so `fit-window-to-buffer' and friends work on the right buffer.
15098
15099 2011-07-20 Sam Steingold <sds@gnu.org>
15100
15101 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15102 (etags-tags-included-tables): Call `convert-standard-filename' on
15103 the file names contained in TAGS so that windows Emacs can handle
15104 TAGS files created by cygwin ctags.
15105
15106 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15107
15108 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15109 which apparently didn't work.
15110
15111 2011-07-19 Roland Winkler <winkler@gnu.org>
15112
15113 * proced.el (proced-send-signal): For *Marked Processes* buffer
15114 put point at beginning of buffer.
15115
15116 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
15117
15118 * proced.el (proced-format): Make header lines align with the text
15119 (bug#1779).
15120
15121 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15122
15123 * view.el (view-buffer): Allow running in `special' modes if we're
15124 visiting a file (bug#8615).
15125
15126 2011-07-19 Martin Rudalics <rudalics@gmx.at>
15127
15128 * window.el (display-buffer-alist-of-strings-p)
15129 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15130 New functions.
15131 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15132 more accurately.
15133
15134 2011-07-18 Alan Mackenzie <acm@muc.de>
15135
15136 Fontify declarators properly when, e.g., a jit-lock chunk begins
15137 inside a declaration.
15138
15139 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15140
15141 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15142 New function.
15143 (c-complex-decl-matchers): Insert reference to
15144 c-font-lock-enclosing-decls.
15145
15146 * progmodes/cc-engine.el (c-backward-single-comment):
15147 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15148 to nil around calls to (forward-comment -1).
15149
15150 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15151
15152 * image.el (put-image): Doc typo fix.
15153
15154 * progmodes/etags.el (tags-search): Doc typo fix.
15155
15156 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15157 password if we get errors 550 to 554.
15158
15159 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15160
15161 * net/gnutls.el (gnutls-log-level): Remove.
15162
15163 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15164 indentation character (bug#6380).
15165
15166 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15167
15168 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15169 to clarify what the problem is (bug#4291).
15170
15171 * simple.el (current-kill): Clarify what
15172 `interprogram-paste-function' does (bug#7500).
15173 (auto-fill-mode): Document `auto-fill-function' in relation to
15174 `auto-fill-mode' (bug#2470).
15175
15176 2011-07-16 Lawrence Mitchell <wence@gmx.li>
15177
15178 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15179 method if slot is read-only (bug#9035).
15180
15181 2011-07-16 Martin Rudalics <rudalics@gmx.at>
15182
15183 * frame.el (select-frame-set-input-focus): New argument NORECORD.
15184 * window.el (pop-to-buffer): Select window used even if it was
15185 selected before, see discussion of (Bug#8615), (Bug#6954).
15186 Pass argument NORECORD on to select-frame-set-input-focus.
15187
15188 2011-07-15 Glenn Morris <rgm@gnu.org>
15189
15190 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
15191 Respect help-form.
15192
15193 2011-07-09 Lawrence Mitchell <wence@gmx.li>
15194
15195 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15196 (gnutls-negotiate): Use it.
15197
15198 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15199
15200 * net/gnutls.el (gnutls-negotiate):
15201 Upcase `gnutls-algorithm-priority'.
15202
15203 2011-07-15 Glenn Morris <rgm@gnu.org>
15204
15205 * jka-compr.el (jka-compr-verbose): Move from here...
15206 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15207 Add missing :version tag.
15208 * info.el: No need to require jka-compr when compiling.
15209
15210 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15211
15212 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15213 (gnutls-negotiate): Use it.
15214
15215 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15216
15217 * info.el (Info-beginning-of-buffer): New command.
15218 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15219 announcing `b' as the key (bug#8325).
15220 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
15221
15222 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15223
15224 * international/mule-cmds.el
15225 (describe-specified-language-support): Make the error message
15226 clearer (bug#8905).
15227
15228 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15229
15230 * isearch.el (isearch-barrier): Add a doc string, since it's
15231 mentioned in a function doc string (bug#8678).
15232
15233 2011-07-15 Martin Rudalics <rudalics@gmx.at>
15234
15235 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15236 buffer argument (Bug#9083) and self-identifying label argument.
15237
15238 2011-07-15 Glenn Morris <rgm@gnu.org>
15239
15240 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15241
15242 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15243
15244 * man.el (Man-fontify-manpage): Fix message when formatting the
15245 man page (bug#7929).
15246
15247 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15248
15249 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15250 argument LRM; if non-nil, append an invisible LRM character to the
15251 buffer name.
15252 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15253 last argument non-nil, when formatting buffer names.
15254 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15255 paragraph direction.
15256
15257 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15258
15259 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15260 the man page name (bug#7929).
15261
15262 * image.el (put-image): Mention the `put-image' overlay property
15263 (bug#7834).
15264
15265 * scroll-bar.el (set-scroll-bar-mode): Mention that
15266 `scroll-bar-mode' lists the values (bug#7772).
15267
15268 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15269 command (bug#7729).
15270
15271 * rect.el (apply-on-rectangle): Return the point after the last
15272 operation.
15273 (string-rectangle): Go to the point after the last operation
15274 (bug#7522).
15275
15276 * printing.el (pr-toggle-region): Clarify the documentation
15277 slightly (bug#7493).
15278
15279 * time.el (display-time-update):
15280 Allow `display-time-mail-function' to return nil (bug#7158).
15281 Fix suggested by Detlev Zundel.
15282
15283 * vc/diff.el (diff): Clarify the order the file names are read
15284 (bug#7111).
15285
15286 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15287 the doc string (bug#7015).
15288
15289 * font-lock.el (font-lock-maximum-decoration): Mention what
15290 numeric levels mean (bug#6935).
15291
15292 * startup.el (initial-buffer-choice): Don't mention the `none'
15293 selection, which is against policy.
15294
15295 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15296
15297 * window.el (display-buffer-normalize-special):
15298 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15299
15300 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15301
15302 * subr.el (version<, version<=, version=): Mention "-CVS" and
15303 "-12345" alpha version numbers.
15304
15305 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15306
15307 * bindings.el: Add advertised binding for set-mark-command
15308 (Bug#5772).
15309
15310 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15311
15312 * bindings.el (mode-line-other-buffer):
15313 * bookmark.el (bookmark-bmenu-2-window):
15314 * bs.el (bs-cycle-next, bs-cycle-previous):
15315 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15316 switch-to-buffer.
15317
15318 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15319 Delete.
15320
15321 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15322
15323 * follow.el (follow-debug-message, follow-redisplay):
15324 * jka-cmpr-hook.el (with-auto-compression-mode):
15325 Fix typos in docstrings.
15326
15327 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15328
15329 * subr.el (with-silent-modifications): Clarify somewhat what the
15330 macro inhibits (bug#6525).
15331
15332 * simple.el (eval-expression): Note what it does if called
15333 interactively (bug#6495).
15334
15335 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15336
15337 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15338 Use pop-to-buffer buffer-or-name if it is nil.
15339
15340 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15341 Remove switch-to-buffer.
15342
15343 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15344
15345 * files.el (make-directory): Clarify that an error will be raised
15346 if there's an error (bug#6397).
15347
15348 * startup.el (initial-buffer-choice): Add `none' as a choice
15349 (bug#6234).
15350
15351 * subr.el (add-hook): Clarify section about buffer-local hooks
15352 (bug#6218).
15353
15354 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15355
15356 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15357
15358 * tabify.el (untabify): Preserve the current column so that point
15359 doesn't move (bug#6032).
15360
15361 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15362
15363 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15364 Rewrite to avoid awkward possessive "s" (bug#5986).
15365
15366 2011-07-13 Glenn Morris <rgm@gnu.org>
15367
15368 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15369 (dired-insert-directory): Give a message the first time
15370 if ls is found not to support --dired.
15371
15372 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15373
15374 * simple.el (toggle-truncate-lines): Clarify what is toggled
15375 (bug#5580). Text by Drew Adams.
15376
15377 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15378
15379 * simple.el (blink-matching-open): Make the error message from the
15380 last change less verbose.
15381
15382 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15383
15384 * font-lock.el (font-lock-comment-face): Use the high contrast
15385 "yellow" color for font-lock-comment-face on low color terminals
15386 using a dark background color (bug#4221).
15387
15388 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15389
15390 * dired.el (dired-insert-set-properties): Make the doc string
15391 reflect what it does now (bug#5325).
15392
15393 * simple.el (blink-matching-open): Say that we were unable to find
15394 the match within the limit, if we're limited (bug#5122).
15395
15396 * international/mule-cmds.el (prefer-coding-system): Add an
15397 example (bug#4869).
15398
15399 * progmodes/etags.el (tags-search): Document `file-list-form'
15400 (bug#4731).
15401
15402 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15403
15404 * net/browse-url.el (browse-url-default-browser)
15405 (browse-url-browser-function): Make the default browser choice a
15406 bit more logical (bug#4300). Also clean up the doc string.
15407
15408 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15409
15410 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15411 binary endings (bug#4440).
15412
15413 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15414
15415 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15416 which can be pretty annoying (bug#8971).
15417
15418 * jka-compr.el (jka-compr-verbose): New variable, and use
15419 throughout (bug#8971).
15420
15421 * info.el (Info-find-file): Fall back on the installation
15422 directory if we can't find the info node anywhere else.
15423
15424 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15425
15426 * vc/vc.el (vc-revert-file):
15427 Don't set file time-stamp in the past. (Bug#5181)
15428
15429 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15430
15431 * files.el (after-find-file): Give a better error message when
15432 trying to find a symlink that points to a file that doesn't exist
15433 (bug#4398).
15434
15435 * progmodes/cc-vars.el: Remove (probably) misleading comment
15436 (bug#4396).
15437
15438 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15439
15440 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15441
15442 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15443
15444 * mouse-sel.el: Hack restoring functionality, while keeping
15445 compatibility with 2010-07-03 changes to mouse selection.
15446 (mouse-sel-primary-overlay): New var.
15447 (mouse-sel-selection-alist): Use it.
15448 (mouse-sel-mode): Doc fix; remove points that are default features
15449 of mouse.el.
15450
15451 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15452
15453 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15454 Fix previous fix (bug#2490).
15455
15456 2011-07-12 Roland Winkler <winkler@gnu.org>
15457
15458 * textmodes/bibtex.el (bibtex-initialize):
15459 Use pop-to-buffer-same-window.
15460 (bibtex-search-entries): Fix interactive call.
15461
15462 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15463
15464 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15465 Fontise bytecomp Error lines more correctly (bug#2490).
15466 Fix suggested by Johan Bockgård.
15467
15468 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15469
15470 * dired-x.el (dired-guess-default): Use `delete-dups'.
15471
15472 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15473
15474 * dired.el (dired-mark-prompt):
15475 * dired-aux.el (dired-read-shell-command): Doc fix.
15476
15477 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15478
15479 * mail/sendmail.el (sendmail-query-once):
15480 Use `customize-save-variable' unconditionally, now that it works under
15481 emacs -Q.
15482
15483 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15484
15485 * cus-edit.el (custom-file): Take an optional no-error variable.
15486 (customize-save-variable): Set the variable, and give a warning if
15487 running under "emacs -q".
15488
15489 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
15490
15491 * loadhist.el (unload-feature-special-hooks):
15492 Add `auto-coding-functions', `fill-nobreak-predicate' and
15493 `find-directory-functions' (bug#5327).
15494
15495 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15496
15497 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15498
15499 * cus-edit.el (custom-guess-name-alist): -alist variables should
15500 use the `alist' type (bug#3120). Suggested by Drew Adams.
15501
15502 * printing.el: Add documentation to all the `pr-toggle-' commands.
15503
15504 2011-07-11 Leo Liu <sdl.web@gmail.com>
15505
15506 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15507 backends where it makes sense (bug#2623).
15508
15509 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15510
15511 * dired-x.el (dired-guess-default): Remove duplicate shell command
15512 entries (bug#2028).
15513 (dired-guess-default): Fix grammar in doc string (bug#2028).
15514 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15515
15516 * subr.el (remove-duplicates): New conveniency function.
15517
15518 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15519
15520 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15521 (bug#1526).
15522
15523 2011-07-10 Martin Rudalics <rudalics@gmx.at>
15524
15525 * window.el (display-buffer-normalize-default): Don't invert
15526 meaning of even-window-heights. Reported by Eli Zaretskii
15527 <eliz@gnu.org>.
15528
15529 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15530
15531 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15532
15533 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
15534
15535 * window.el (display-buffer): Fix arguments to
15536 display-buffer-reuse-window in last change.
15537
15538 * faces.el (link): Use a less saturated blue on light backgrounds.
15539
15540 * startup.el (fancy-startup-text, fancy-about-text)
15541 (fancy-startup-tail): Use font-lock faces, for background safety.
15542
15543 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15544
15545 * emulation/viper-cmd.el (viper-change-state-to-vi):
15546 Limit triggering of abbrev expansion (Bug#9038).
15547
15548 2011-07-09 Martin Rudalics <rudalics@gmx.at>
15549
15550 * window.el (display-buffer-default-specifiers): Remove.
15551 (display-buffer-macro-specifiers): Remove default specifiers.
15552 (display-buffer-alist): Default to nil.
15553 (display-buffer-reuse-window): New optional argument other-window.
15554 (display-buffer-pop-up-window): Allow splitting internal
15555 windows. Check whether a live window was created.
15556 (display-buffer-other-window-means-other-frame)
15557 (display-buffer-normalize-arguments): Rename to
15558 display-buffer-normalize-argument and rewrite. Set the
15559 other-window specifier.
15560 (display-buffer-normalize-special): New function.
15561 (display-buffer-normalize-options): Rename to
15562 display-buffer-normalize-default and rewrite.
15563 (display-buffer-normalize-options-inhibit): Remove.
15564 (display-buffer-normalize-specifiers): Rewrite.
15565 (display-buffer): Process other-window specifier and call
15566 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15567 more faithfully.
15568 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15569 (display-buffer-alist-set): Don't handle 'unset default values.
15570 (display-buffer-in-window, display-buffer-alist-set):
15571 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
15572 <tassilo@member.fsf.org>.
15573
15574 2011-07-09 Leo Liu <sdl.web@gmail.com>
15575
15576 * register.el (insert-register): Restore accidental change on
15577 2011-06-26. (Bug#9028)
15578
15579 2011-07-09 Glenn Morris <rgm@gnu.org>
15580
15581 * subr.el (remq): Handle the empty list. (Bug#9024)
15582
15583 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15584
15585 * mail/sendmail.el (send-mail-function): No longer delay custom
15586 initialization.
15587 * custom.el (custom-initialize-delay): Doc fix.
15588
15589 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15590
15591 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15592
15593 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
15594
15595 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15596 human-friendly prompt.
15597
15598 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15601 provided by a particular plugin.
15602
15603 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15604
15605 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15606 save customizations (with "emacs -Q"), just set the variable
15607 instead of erroring out.
15608
15609 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15610
15611 2011-07-08 Juri Linkov <juri@jurta.org>
15612
15613 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15614 (archive-zip-update-case): Use 7z if found by `executable-find'.
15615 The order of searching the available programs is the same as in
15616 `archive-zip-extract' (bug#8968).
15617
15618 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15619
15620 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15621 (menu-bar-options-menu): Tweak descriptions.
15622
15623 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15624
15625 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15626 menu items into verb phrases (bug#1421). Also refill to fit under
15627 80 columns.
15628
15629 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15630
15631 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15632 (Info-read-node-name): Doc fix (Bug#1084).
15633
15634 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15635 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15636 (end-of-sexp, beginning-of-sexp)
15637 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15638 (forward-symbol, forward-same-syntax, word-at-point)
15639 (sentence-at-point): Doc fix (Bug#1144).
15640
15641 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15642
15643 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15644 should cover it (bug#1281).
15645
15646 * cus-edit.el (custom-show): Mark as obsolete.
15647
15648 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
15649 negotiation fails, then possibly try again with a non-encrypted
15650 connection (bug#9017).
15651
15652 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15653 be used.
15654
15655 2011-07-07 Richard Stallman <rms@gnu.org>
15656
15657 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15658 property, and handle its changed format.
15659 Look for the correct line number.
15660 Use file's line contents (but not past first =) to find
15661 correct line in message.
15662
15663 2011-07-07 Kenichi Handa <handa@m17n.org>
15664
15665 * international/characters.el (build-unicode-category-table):
15666 Delete it.
15667 (unicode-category-table): Set it by unicode-property-table-internal.
15668
15669 * international/mule-cmds.el (char-code-property-alist): Move to
15670 to src/chartab.c.
15671 (get-char-code-property): Call unicode-property-table-internal to
15672 load a file. Call get-unicode-property-internal where necessary.
15673 (put-char-code-property): Call unicode-property-table-internal to
15674 load a file. Call put-unicode-property-internal where necessary.
15675 put-unicode-property-internal where necessary.
15676 (char-code-property-description):
15677 Call unicode-property-table-internal to load a file.
15678
15679 * international/charprop.el:
15680 * international/uni-bidi.el:
15681 * international/uni-category.el:
15682 * international/uni-combining.el:
15683 * international/uni-comment.el:
15684 * international/uni-decimal.el:
15685 * international/uni-decomposition.el:
15686 * international/uni-digit.el:
15687 * international/uni-lowercase.el:
15688 * international/uni-mirrored.el:
15689 * international/uni-name.el:
15690 * international/uni-numeric.el:
15691 * international/uni-old-name.el:
15692 * international/uni-titlecase.el:
15693 * international/uni-uppercase.el: Regenerate.
15694
15695 * loadup.el: Load international/charprop.el before
15696 international/characters.
15697
15698 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15699
15700 * window.el (next-buffer, previous-buffer): Signal an error if
15701 called from a minibuffer window.
15702
15703 * bindings.el: Revert 2011-07-04 change.
15704
15705 2011-07-06 Richard Stallman <rms@gnu.org>
15706
15707 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15708 (rmail-mime-insert-bulk, rmail-mime-insert-text):
15709 Treat markers like ints.
15710 (rmail-mime-entity): Doc fix.
15711
15712 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15713
15714 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15715 defcustom again for backwards compatibility.
15716
15717 * simple.el (shell-command-on-region): Fill.
15718
15719 * dired-aux.el (dired-kill-line): Add a doc string.
15720
15721 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15722 to "\\sw\\|\\s_" (bug#358).
15723
15724 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15725 (dired-unmark-backward): Ditto.
15726 (dired-flag-backup-files): Ditto.
15727
15728 * dired-x.el (dired-mark-sexp): Ditto.
15729
15730 2011-07-06 Richard Stallman <rms@gnu.org>
15731
15732 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15733 (rmail-mime-entity): New arg TRUNCATED.
15734 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15735 New functions.
15736 (rmail-mime-save): Warn if entity is truncated.
15737 (rmail-mime-toggle-hidden): Likewise, for showing.
15738 (rmail-mime-process-multipart): Record when an entity is truncated.
15739
15740 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15741 if ENTITY is a string.
15742
15743 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15744
15745 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
15746 of faces when `M-C-x'-ing their definitions (bug#8378).
15747 Also clean up the code slightly.
15748
15749 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
15750 because that makes the colors go away.
15751
15752 * mail/sendmail.el (send-mail-function): Change the default to
15753 `sendmail-query-once'.
15754 (sendmail-query-once): Add an autoload cookie.
15755
15756 * net/network-stream.el (network-stream-open-starttls): Try using
15757 a plain connection even if the server offered STARTTLS, and we
15758 kinda wanted to use it, if Emacs doesn't have any STARTTLS
15759 capability. This should make smtpmail.el work in slightly more
15760 configurations.
15761
15762 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
15763
15764 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15765 New defun.
15766 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15767
15768 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15769
15770 * progmodes/sql.el: Version 3.0
15771 (sql-product-alist): Add product :completion-object,
15772 :completion-column, and :statement attributes.
15773 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
15774 (sql-mode-syntax-table): Mark all punctuation.
15775 (sql-font-lock-keywords-builder): Temporarily remove fallback on
15776 ansi keywords.
15777 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
15778 (sql-mode-oracle-font-lock-keywords): Improve.
15779 (sql-oracle-show-reserved-words): New function for development.
15780 (sql-product-font-lock): Simplify for source code buffers.
15781 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15782 New functions.
15783 (sql-highlight-product): Set product specific syntax table.
15784 (sql-mode-map): Add statement movement functions.
15785 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15786 New variable.
15787 (sql-statement-regexp, sql-beginning-of-statement)
15788 (sql-end-of-statement, sql-signum): New functions.
15789 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
15790 (sql-show-sqli-buffer): Bug fix.
15791 (sql-interactive-mode): Store connection data as buffer local.
15792 (sql-connect): Add NEW-NAME parameter. Redesign interaction
15793 with sql-interactive-mode.
15794 (sql-save-connection): Save buffer local settings.
15795 (sql-connection-menu-filter): Change menu entry name.
15796 (sql-product-interactive): Bug fix.
15797 (sql-preoutput-hold): New variable.
15798 (sql-interactive-remove-continuation-prompt): Bug fixes.
15799 (sql-debug-redirect): New variable.
15800 (sql-str-literal): New function.
15801 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
15802 Redesign.
15803 (sql-oracle-save-settings, sql-oracle-restore-settings)
15804 (sql-oracle-list-all, sql-oracle-list-table): New functions.
15805 (sql-completion-object, sql-completion-column)
15806 (sql-completion-sqlbuf): New variables.
15807 (sql-build-completions-1, sql-build-completions)
15808 (sql-try-completion): New functions.
15809 (sql-read-table-name): Use them.
15810 (sql-contains-names): New buffer local variable.
15811 (sql-list-all, sql-list-table): Use it.
15812 (sql-oracle-completion-types): New variable.
15813 (sql-oracle-completion-object, sql-sqlite-completion-object)
15814 (sql-postgres-completion-object): New functions.
15815
15816 2011-07-06 Glenn Morris <rgm@gnu.org>
15817
15818 * window.el (pop-to-buffer): Doc fix.
15819
15820 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
15821
15822 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15823
15824 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
15825
15826 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
15827
15828 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
15829
15830 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
15831
15832 * button.el (button): Inherit from link face. Suggested by Dan
15833 Nicolaescu.
15834
15835 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15836
15837 * progmodes/gdb-mi.el: Fit in 80 columns.
15838 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15839 switch-to-buffer.
15840
15841 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15842 if imenu is simply not configured (bug#8941).
15843
15844 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
15845
15846 * allout.el (allout-post-undo-hook): New allout outline-change
15847 event hook to signal undo activity.
15848 (allout-post-command-business): Run allout-post-undo-hook if an
15849 undo just occurred.
15850 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
15851 * allout-widgets.el (allout-widgets-after-undo-function):
15852 Ensure the integrity of the current item's decoration after it has been
15853 in the vicinity of an undo.
15854 (allout-widgets-mode): Include allout-widgets-after-undo-function
15855 on the new allout-post-undo-hook.
15856
15857 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15858
15859 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
15860 Let define-derived-mode define it.
15861 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
15862 cycles of abbrev-table inheritance (bug#8998).
15863
15864 2011-07-05 Roland Winkler <winkler@gnu.org>
15865
15866 * textmodes/bibtex.el: Add support for biblatex.
15867 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
15868 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
15869 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
15870 (bibtex-entry-alist, bibtex-field-alist): New variables.
15871 (bibtex-entry-field-alist): Obsolete alias for
15872 bibtex-BibTeX-entry-alist.
15873 (bibtex-entry-alist, bibtex-field-alist): New widgets.
15874 (bibtex-set-dialect): New command.
15875 (bibtex-entry-type, bibtex-entry-head)
15876 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15877 Bind via bibtex-set-dialect.
15878 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
15879 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
15880 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
15881 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
15882 Define via bibtex-set-dialect.
15883 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15884 Obey bibtex-no-opt-remove-re.
15885 (bibtex-vec-push, bibtex-vec-incr): New functions.
15886 (bibtex-format-entry, bibtex-field-list)
15887 (bibtex-print-help-message, bibtex-validate)
15888 (bibtex-search-entries): Use new format of bibtex-entry-alist.
15889
15890 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * progmodes/compile.el (compilation-goto-locus):
15893 * net/tramp-cmds.el (tramp-append-tramp-buffers):
15894 * bs.el (bs-cycle-next, bs-cycle-previous):
15895 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
15896 * bindings.el (mode-line-other-buffer):
15897 * autoinsert.el (auto-insert):
15898 * arc-mode.el (archive-extract):
15899 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
15900
15901 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15902
15903 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
15904 Fix check of `emacs-lock-unlockable-modes'.
15905 Coerce true values of `emacs-lock--try-unlocking' to t.
15906
15907 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15908
15909 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
15910 * emacs-lock.el: New file.
15911
15912 2011-07-05 Julien Danjou <julien@danjou.info>
15913
15914 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
15915 than `boundp' to check if face is set.
15916
15917 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15918
15919 * register.el (registerv-make):
15920 * window.el (window-min-height): Fix typos in docstrings.
15921
15922 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
15923
15924 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
15925 Update doc string.
15926
15927 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
15928
15929 * server.el (server-execute): Catch quit and call
15930 `server-return-error' to pass the error back to emacsclient and
15931 close the connection (bug#8942).
15932
15933 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
15934
15935 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
15936 insecure exception for current topic. Also note that auto-saves
15937 are handled differently.
15938
15939 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
15940 State variables for tracking auto-save inhibition situation.
15941
15942 (allout-write-contents-hook-handler): Rename from
15943 'allout-write-file-hook-handler', and describe how it depends on
15944 write-contents-functions sensitivity to non-nil value to prevent
15945 file write.
15946
15947 (allout-auto-save-hook-handler): Remove. auto-save does not check
15948 this in individual buffers, only in the starting buffer, so this
15949 is not the right way for us to inhibit auto-save in a buffer
15950 according to its condition.
15951
15952 (allout-mode): Use new allout-write-contents-hook-handler, and
15953 only with write-contents-functions. Remove auto-save provisions -
15954 they're implemented elsewhere.
15955
15956 (allout-before-change-handler): If undo is in progress, note that
15957 for attention of allout-post-command-business.
15958
15959 (allout-post-command-business): If the command we're following was
15960 an undo, check for change in the status of encrypted items and
15961 adjust auto-save inhibitions accordingly.
15962
15963 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
15964 according to whether there are or aren't any plain-text topics
15965 pending encryption.
15966
15967 (allout-inhibit-auto-save-info-for-decryption):
15968 Adjust buffer-saved-size and some allout state to inhibit auto-saves
15969 if there are plain-text topics pending encryption.
15970
15971 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
15972 buffer-saved-size and some allout state to not inhibit auto-saves
15973 if there are no longer any plain-text topics pending encryption.
15974
15975 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15976 No longer provide for exemption of the current topic.
15977
15978 2011-07-04 Juri Linkov <juri@jurta.org>
15979
15980 Add 7z operations to delete and save changed members (bug#8968).
15981 * arc-mode.el (archive-7z-expunge, archive-7z-update):
15982 New defcustoms.
15983 (archive-7z-write-file-member): New function.
15984 (archive-7z-summarize): Fix the number of dashes in the
15985 listing output.
15986
15987 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15988
15989 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
15990 (bug#8958).
15991
15992 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
15993
15994 * bindings.el: Ignore next-buffer and previous-buffer in
15995 minibuffer-local-map.
15996
15997 * font-lock.el (font-lock-builtin-face): Change light background
15998 color to dark slate blue (Bug#6693).
15999
16000 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16001
16002 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16003
16004 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16005
16006 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16007 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16008 Add switch-to-buffer.
16009
16010 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16011
16012 * isearch.el (isearch-search-fun-function): Clarify further the
16013 meaning of the function returned.
16014
16015 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
16016
16017 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16018
16019 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16020 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16021 Use it.
16022 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16023 `tramp-default-remote-path' does not exist.
16024 (tramp-send-command-and-read): New optional argument NOERROR.
16025 (tramp-open-connection-setup-interactive-shell)
16026 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16027 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16028 (tramp-process-sentinel): Flush also process' connection property.
16029 (tramp-sh-handle-start-file-process): Do not set process
16030 sentinel. It is done now ...
16031 (tramp-maybe-open-connection): ... here. (Bug#8929)
16032
16033 2011-07-04 MON KEY <monkey@sandpframing.com>
16034
16035 * play/animate.el (animate-string): Doc fixes and allow changing
16036 the buffer name (bug#5417).
16037
16038 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16039
16040 * play/animate.el (animation-buffer-name): Rename from *animate*.
16041
16042 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16043
16044 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16045 This is simpler and helps future-proof the code.
16046 (timer-until): Use time-subtract and float-time.
16047 (timer--time-less-p): Use time-less-p.
16048
16049 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
16050
16051 * type-break.el (timep): Use the value of `float-time' to avoid a
16052 byte-compiler warning.
16053
16054 * server.el (server-eval-and-print): Return any result, even nil.
16055
16056 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16057
16058 * type-break.el: Accept time formats that the builtins accept.
16059 (timep, type-break-time-difference): Accept any format that
16060 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16061 This is simpler and helps future-proof the code.
16062 (type-break-time-difference): Round rather than ignoring
16063 subseconds components.
16064
16065 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16066
16067 * info.el (Info-apropos-matches): Make non-interactive, since it
16068 doesn't seem to do anything useful as a command (bug#8829).
16069
16070 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
16071
16072 * frame.el (frame-background-mode, frame-set-background-mode):
16073 Move from faces.el.
16074 (frame-default-terminal-background): New function.
16075
16076 * custom.el (custom-push-theme): Don't record faces in `changed'
16077 theme; this doesn't work correctly for per-frame face settings.
16078 (disable-theme): Use face-set-after-frame-default to reset faces.
16079 (custom--frame-color-default): New function.
16080
16081 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16082
16083 * dired.el (dired-flagging-regexp): Remove unused variable
16084 (bug#8769).
16085
16086 2011-03-29 Kevin Ryde <user42@zip.com.au>
16087
16088 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16089 `perl-Test2' extend to match possible "fail #N" rep count
16090 (bug#8377).
16091
16092 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16093
16094 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16095 `smtpmail-via-smtp' now returns the error instead of nil.
16096
16097 * isearch.el (isearch-search-fun-function): Clarify the doc string
16098 (bug#8101).
16099
16100 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
16101
16102 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16103 unnecessary spaces (bug#8987).
16104
16105 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16106
16107 * net/network-stream.el (open-network-stream): Use the
16108 :end-of-capability command thoughout.
16109
16110 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16111
16112 * net/network-stream.el (open-network-stream): Add the
16113 :end-of-capability command parameter, used by pop3.el.
16114
16115 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16116
16117 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16118
16119 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16120 for list)" (bug#6475).
16121
16122 * files.el (file-expand-wildcards): Ignore non-readable
16123 sub-directories while trying to find matches instead of signaling
16124 an error (bug#6297).
16125
16126 * man.el (Man-reference-regexp): Allow matching possible
16127 word-wrapped references (bug#6289).
16128
16129 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16130 for consistency with the other vc buffers (bug#6197).
16131 (vc-checkin): Ditto.
16132
16133 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16134
16135 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16136
16137 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16138
16139 * custom.el (defcustom): Clarify that :set is only used in the
16140 Customize user interface (bug#6089).
16141
16142 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16143 associated with a file, refuse to run instead of erroring out
16144 (bug#6084).
16145
16146 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16147 the doc string, since it appears that using `fill-column' always
16148 controls the width (bug#7845).
16149
16150 * simple.el (shell-command-on-region): Say where the error output
16151 went if `shell-command-default-error-buffer' is set (bug#6857).
16152
16153 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16154
16155 * allout.el (allout-yank-processing): Adjust cursor position for
16156 backwards-deleted space.
16157
16158 (allout-rebullet-heading): Register changes with
16159 allout-exposure-changed-hook, so the modified topic is properly
16160 decorated.
16161
16162 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16163
16164 * minibuffer.el (completion-in-region): Document PREDICATE
16165 (bug#7136).
16166
16167 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16168 of keyword/argument pairs (bug#6904).
16169
16170 * replace.el (multi-occur):
16171 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
16172
16173 2011-07-02 Drew Adams <drew.adams@oracle.com>
16174
16175 * dired.el (dired-mark-if): Make the message about whether it's
16176 marking or unmarking clearer (bug#8523).
16177
16178 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16179
16180 * disp-table.el (display-table-print-array): New function.
16181 (describe-display-table): Use it to print the vectors more pretty
16182 (Bug#8859).
16183
16184 2011-07-02 Martin Rudalics <rudalics@gmx.at>
16185
16186 * window.el (window-state-get-1): Don't assign clone numbers.
16187 Add clone-of item to list of window parameters.
16188 (window-state-put-2): Don't process clone numbers.
16189 (display-buffer-alist): Fix doc-string.
16190
16191 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16192
16193 * subr.el (remq): Don't allocate if it's not needed.
16194 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16195 (keymap--merge-bindings): New functions.
16196 (keymap-canonicalize): Use them to refine the canonicalization.
16197 * minibuffer.el (minibuffer-local-completion-map)
16198 (minibuffer-local-must-match-map): Move initialization from C.
16199 (minibuffer-local-filename-completion-map): Move initialization from C;
16200 don't inherit from anything here.
16201 (minibuffer-local-filename-must-match-map): Make obsolete.
16202 (completing-read-default): Use make-composed-keymap to combine
16203 minibuffer-local-filename-completion-map with either
16204 minibuffer-local-must-match-map or
16205 minibuffer-local-filename-completion-map.
16206
16207 2011-07-01 Glenn Morris <rgm@gnu.org>
16208
16209 * type-break.el (type-break-time-sum): Use dolist.
16210
16211 * textmodes/flyspell.el (flyspell-word-search-backward):
16212 Replace CL function.
16213
16214 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16215
16216 * mouse.el (mouse--strip-first-event): New function.
16217 (function-key-map): Use it to map fringe clicks to normal clicks
16218 by default.
16219
16220 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16221 (vc-bzr-revision-completion-table): Add support for annotate and date.
16222
16223 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16224 inherit from parent.
16225
16226 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16227
16228 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
16229 (dired-show-file-type): Doc fixup (bug#8818).
16230
16231 * dired.el (dired-mode): Fix up the doc string as suggested by
16232 Drew Adams (bug#8817).
16233
16234 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16235 cookie, since the manual says that it should be possible to add
16236 this function to `find-file-hook' (bug#8709).
16237
16238 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16239
16240 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16241 here. Noted Ted Zlatanov as the maintainer.
16242 (cfengine-common-settings, cfengine-common-syntax): New functions
16243 to set up common things between `cfengine-mode' and
16244 `cfengine3-mode'.
16245 (cfengine3-mode): New mode.
16246 (cfengine3-defuns cfengine3-defuns-regex
16247 (cfengine3-class-selector-regex cfengine3-category-regex)
16248 (cfengine3-vartypes cfengine3-font-lock-keywords)
16249 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16250 (cfengine3-indent-line): Add from cfengine3.el.
16251
16252 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16253
16254 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16255
16256 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16257
16258 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16259
16260 * window.el (same-window-buffer-names, same-window-regexps)
16261 (same-window-p, special-display-frame-alist)
16262 (special-display-popup-frame, special-display-function)
16263 (special-display-buffer-names, special-display-regexps)
16264 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16265 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16266 (split-window-preferred-function, split-height-threshold)
16267 (split-width-threshold, even-window-heights)
16268 (display-buffer-mark-dedicated, window-splittable-p)
16269 (split-window-sensibly, window-safely-shrinkable-p):
16270 Un-obsolete.
16271 (display-buffer): Don't spread args with function specifier
16272 because special-display-popup-frame won't like it.
16273
16274 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16275
16276 Time-stamp simplifications and fixes.
16277 These improve accuracy slightly, and future-proof the code
16278 against some potential changes to current-time format.
16279
16280 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16281 by using time-since and float-time.
16282
16283 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16284 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16285 + NNN microseconds".
16286
16287 * type-break.el (type-break-time-sum): Rewrite using time-add.
16288
16289 * play/hanoi.el (hanoi-current-time-float): Remove.
16290 All uses replaced by float-time.
16291
16292 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16293 This yields a more-accurate answer.
16294 (rng-time-to-float): Remove; no longer needed.
16295
16296 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16297
16298 * calendar/timeclock.el (timeclock-seconds-to-time):
16299 Defalias to seconds-to-time, since they're the same thing.
16300
16301 * emacs-lisp/elp.el (elp-elapsed-time):
16302 * emacs-lisp/benchmark.el (benchmark-elapse):
16303 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16304
16305 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16306
16307 * window.el (bury-buffer): Don't iconify the only frame.
16308 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16309 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16310
16311 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16312
16313 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16314 Add mouse-yank-primary.
16315
16316 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16317
16318 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16319
16320 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16321
16322 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16323 (find-library-name): Use it to find relative load names when provided
16324 absolute file name (bug#8803).
16325
16326 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16327
16328 * textmodes/flyspell.el (flyspell-word): Consider words that
16329 differ only in case as potential doublons (bug#5687).
16330
16331 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16332 Remove two rather uninteresting debugging-like messages to make
16333 debbugs.el more silent.
16334
16335 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16336 a password-like phrase.
16337
16338 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16339
16340 * progmodes/cc-guess.el: New file.
16341
16342 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16343
16344 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16345 derived from `c-basic-common-init'.
16346
16347 * progmodes/cc-mode.el (top-level): Require cc-guess.
16348 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16349
16350 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16351
16352 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16353
16354 2011-06-30 Alan Mackenzie <acm@muc.de>
16355
16356 * progmodes/cc-engine.el (c-guess-continued-construct):
16357 Correct the handling of template-args-cont, particularly for when font
16358 lock is disabled. Name this case as "CASE G".
16359
16360 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16361
16362 * allout.el (allout-yank-processing): Fix injection of extra space
16363 between bullet and non-whitespace character in first topic when
16364 pasting, ensuring that the actual spacing in the pasted topic
16365 following the bullet char is preserved. This extra space was
16366 causing pasted encrypted topics to get a decrypted status even
16367 when the content was actually still encrypted. Now the decryption
16368 status from before the paste is preserved.
16369
16370 (allout-flag-region): Set all allout overlays so they evaporate
16371 when reduced to zero length (evanescent), to prevent overlay
16372 leakage.
16373
16374 2011-06-30 Glenn Morris <rgm@gnu.org>
16375
16376 * w32-fns.el (w32-charset-info-alist): Declare.
16377
16378 * find-dired.el (find-grep-options): Simplify.
16379
16380 * term/ns-win.el (ns-set-resource): Declare.
16381
16382 * ses.el (row, col): Declare dynamic variables honestly.
16383
16384 * textmodes/reftex-parse.el (index-tags): Declare.
16385
16386 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16387
16388 * cus-edit.el (customize-push-and-save): New function.
16389
16390 * files.el (hack-local-variables-confirm): Use it.
16391
16392 * custom.el (load-theme): New arg NO-CONFIRM.
16393 Use customize-push-and-save (Bug#8720).
16394 (custom-enabled-themes): Doc fix.
16395
16396 * cus-theme.el (customize-create-theme)
16397 (custom-theme-merge-theme): Callers to load-theme changed.
16398
16399 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16400
16401 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16402 short URLs have at least one dot in them (bug #7614).
16403
16404 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16405 nil, because using a pty is apparently too slow (bug #895).
16406
16407 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16408
16409 * mail/sendmail.el (sendmail-query-once): New function.
16410 (sendmail-query-once-function): New variable.
16411
16412 2011-06-29 Glenn Morris <rgm@gnu.org>
16413
16414 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16415
16416 * ses.el (top-level): Require cl when compiling.
16417 (ses-set-localvars): Fix error statement.
16418 Call it at compile time to silence a storm of warnings.
16419
16420 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16421
16422 * window.el (normalize-live-buffer): Rename to
16423 window-normalize-buffer.
16424 (normalize-live-frame): Rename to window-normalize-frame.
16425 (normalize-any-window): Rename to window-normalize-any-window.
16426 (normalize-live-window): Rename to window-normalize-live-window.
16427 (make-window-atom): Rename to window-make-atom.
16428 (window-resize-reset): Rename to window--resize-reset.
16429 (window-resize-reset-1): Rename to window--resize-reset-1.
16430 (resize-mini-window): Rename to window--resize-mini-window.
16431 (resize-subwindows-skip-p): Rename to
16432 window--resize-subwindows-skip-p.
16433 (resize-subwindows-normal): Rename to
16434 window--resize-subwindows-normal.
16435 (resize-subwindows): Rename to window--resize-subwindows.
16436 (resize-other-windows): Rename to window--resize-siblings.
16437 (resize-this-window): Rename to window--resize-this-window.
16438 (resize-root-window): Rename to window--resize-root-window.
16439 (resize-root-window-vertically): Rename to
16440 window--resize-root-window-vertically.
16441 (normalize-buffer-to-display): Rename to
16442 window-normalize-buffer-to-display.
16443 (normalize-buffer-to-switch-to): Rename to
16444 window-normalize-buffer-to-switch-to.
16445 Correspondingly update all callers of the functions listed
16446 above.
16447 (display-buffer-alist, display-buffer-normalize-arguments)
16448 (display-buffer-normalize-options, display-buffer)
16449 (display-buffer-alist-set): Use "function" instead of
16450 "fun-with-args".
16451
16452 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16453
16454 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16455 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16456 debbugs.gnu.org. Mention acknowledgment email.
16457
16458 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16459
16460 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16461 buffer multibyteness, since it shouldn't matter.
16462
16463 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16464
16465 * window.el (display-buffer-in-side-window): Handle dedicated
16466 windows as in display-buffer-reuse-window.
16467 (display-buffer-normalize-alist): Use value of override
16468 specifier.
16469 (display-buffer-normalize-specifiers): Use value of
16470 other-window-means-other-frame specifier.
16471 (display-buffer-alist): Rewrite some texts in widgets.
16472 (display-buffer): Spread arguments when calling function
16473 specified by fun-with-args.
16474
16475 2011-06-28 Deniz Dogan <deniz@dogan.se>
16476
16477 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16478 Unnest `let'.
16479
16480 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16481 selectors (Bug#5732).
16482 (css-proprietary-nmstart-re): Use `regexp-opt'.
16483
16484 2011-06-27 Jari Aalto <jari.aalto@cante.net>
16485
16486 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16487 (eshell-ls-date-format): New defcustom.
16488 (eshell-ls-file): Use it.
16489
16490 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16493
16494 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16495
16496 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16497 (ange-ftp-make-tmp-name): New arg.
16498 (ange-ftp-file-local-copy): Use it.
16499
16500 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
16501
16502 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16503 no-conversion (Bug#8870).
16504
16505 2011-06-27 Martin Rudalics <rudalics@gmx.at>
16506
16507 * window.el (window-right, window-left, window-child)
16508 (window-child-count, window-last-child)
16509 (window-iso-combination-p, walk-window-tree-1)
16510 (window-atom-check-1, window-tree-1, delete-window)
16511 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16512 new naming conventions - window-vchild, window-hchild,
16513 window-next and window-prev are now called window-top-child,
16514 window-left-child, window-next-sibling and window-prev-sibling
16515 respectively.
16516 (resize-window-reset): Rename to window-resize-reset.
16517 (resize-window-reset-1): Rename to window-resize-reset-1.
16518 (resize-window): Rename to window-resize.
16519 (window-min-height, window-min-width)
16520 (resize-mini-window, resize-this-window, resize-root-window)
16521 (resize-root-window-vertically, adjust-window-trailing-edge)
16522 (enlarge-window, shrink-window, maximize-window)
16523 (minimize-window, delete-window, quit-restore-window)
16524 (split-window, balance-windows, balance-windows-area-adjust)
16525 (balance-windows-area, window-state-put-2)
16526 (display-buffer-even-window-sizes, display-buffer-set-height)
16527 (display-buffer-set-width, set-window-text-height)
16528 (fit-window-to-buffer): Rename all "resize-window" prefixed
16529 calls to use the "window-resize" prefix convention.
16530 (display-buffer-alist): Fix symbol for label specifier.
16531 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16532 corresponding specifier.
16533 Reported by Juanma Barranquero <lekktu@gmail.com>.
16534
16535 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16536
16537 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16538 convention.
16539 (ses-call-printer): Does not pass an empty string to formatter when the
16540 cell is empty to keep from barking printer Calc math-format-value.
16541
16542 2011-06-27 Richard Stallman <rms@gnu.org>
16543
16544 * battery.el (battery-mode-line-limit): New variable.
16545 (battery-update): Handle it.
16546
16547 * mail/rmailmm.el (rmail-mime-process-multipart):
16548 Handle truncated messages.
16549
16550 2011-06-27 Glenn Morris <rgm@gnu.org>
16551
16552 * progmodes/flymake.el (flymake-err-line-patterns):
16553 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16554
16555 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16556
16557 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16558 (ses--clean-!, ses--clean-_): New functions.
16559 (ses-range): Add configurability of readout order, and conversion
16560 to Calc vector.
16561
16562 * ses.el (ses-repair-cell-reference-all): New function.
16563 (ses-cell-symbol): Set macro as safe, so that it can be used in
16564 formulas.
16565
16566 * ses.el: Update cycle detection algorithm.
16567 (ses-localvars): Add ses--Dijkstra-attempt-nb and
16568 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16569 (ses-set-localvars): New function.
16570 (ses-make-cell): Add property-list as a cell element.
16571 (ses-cell-property-get-fun, ses-cell-property-get)
16572 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16573 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16574 New functions.
16575 (ses-cell-property-set, ses-cell-property-pop)
16576 (ses-cell-property-get-handle): New macro.
16577 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16578 New aliases, used for code readability.
16579 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16580 cycle detection.
16581 (ses-self-reference-early-detection): New defcustom.
16582 (ses-formula-references): Robustify against self-referring cells.
16583 (ses-mode): Use ses-set-localvars.
16584 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16585 before lauching the update processing.
16586 (ses-initialize-Dijkstra-attempt): New function.
16587 (ses-recalculate-cell): Update for cycle detection based on
16588 Dijkstra algorithm.
16589
16590 * ses.el: Fix commenting and indenting convention.
16591
16592 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16593
16594 * bs.el (bs-cycle-next): Complete last change.
16595
16596 2011-06-27 Drew Adams <drew.adams@oracle.com>
16597
16598 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16599
16600 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16601
16602 * net/network-stream.el (network-stream-open-starttls):
16603 Don't re-get capabilities unless we've reestablished connection.
16604 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16605
16606 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16607 to binary to possibly avoid line encoding issues on Windows (among
16608 other things).
16609
16610 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16611
16612 * net/network-stream.el (open-network-stream): Return an :error
16613 saying what the problem was, if possible.
16614
16615 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16616 server.
16617
16618 * net/network-stream.el (network-stream-open-starttls): If we
16619 wanted to use STARTTLS, and the server offered it, but we weren't
16620 able to because we had no STARTTLS support, then close the connection.
16621 (open-network-stream): Return an :error element, if present.
16622
16623 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16624
16625 * hl-line.el (hl-line-sticky-flag): Doc fix.
16626 (global-hl-line-sticky-flag): New option (Bug#8323).
16627 (global-hl-line-highlight): Obey it.
16628
16629 * vc/vc.el (vc-revert-show-diff): Default to t.
16630
16631 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16632
16633 * allout-widgets.el (allout-widgets-post-command-business):
16634 Stop decorating intermediate isearch matches. They're not being
16635 undecorated when an isearch is continued past, and isearch
16636 automatically collapses them. This leads to "widget leaks", where
16637 decorated items accumulate in collapsed areas. Lines with lots of
16638 hidden widgets can slow down cursor travel, substantially.
16639 Too much complicated machinery would be needed to ensure undecoration,
16640 so we're doing without this nicety.
16641
16642 (allout-widgets-tally-string): Don't try to do a hash-table-count
16643 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16644 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16645 *Messages* when allout-widgets-maintain-tally is t.
16646
16647 2011-06-26 Martin Rudalics <rudalics@gmx.at>
16648
16649 * window.el (display-buffer-normalize-argument): Rename to
16650 display-buffer-normalize-arguments. Handle special meaning of
16651 LABEL argument. Respect special-display-function when popping up
16652 a new frame. Fix code searching for a window showing the buffer
16653 on another frame.
16654 (display-buffer-normalize-specifiers):
16655 Call display-buffer-normalize-arguments.
16656 (display-buffer-in-window): Don't undedicate the window if its
16657 buffer remains the same.
16658 Reported by Drew Adams <drew.adams@oracle.com>.
16659 (display-buffer-alist): Add choice for same-window macro
16660 specfier.
16661 (display-buffer): Mention special meaning of LABEL argument in
16662 doc-string. Fix quoting. Don't pop up a new frame even as
16663 fallback.
16664
16665 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
16666
16667 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16668 avoid deleting the current window in some cases (bug#8911).
16669
16670 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16671
16672 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16673 (Bug#8934)
16674
16675 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16676
16677 * net/network-stream.el (network-stream-open-starttls):
16678 Use built-in TLS support if `gnutls-available-p' is true.
16679 (network-stream-open-tls): Ditto.
16680
16681 2011-06-26 Leo Liu <sdl.web@gmail.com>
16682
16683 * register.el (registerv): New struct.
16684 (registerv-make): New function.
16685 (jump-to-register, describe-register-1, insert-register):
16686 Support the jump-func, print-func and insert-func slot of a registerv
16687 struct. (Bug#8415)
16688
16689 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16690
16691 * vc/vc.el (vc-revert-show-diff): New defcustom.
16692 (vc-diff-internal): New arg specifying diff buffer.
16693 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16694 reuse an existing *vc-diff* buffer (Bug#8927).
16695
16696 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16697
16698 2011-06-26 Glenn Morris <rgm@gnu.org>
16699
16700 * progmodes/f90.el (f90-critical-indent): New option.
16701 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16702 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16703 (f90-mode): Doc fix.
16704 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16705 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16706 (f90-beginning-of-block, f90-next-block, f90-indent-region)
16707 (f90-match-end): Handle block, critical.
16708
16709 2011-06-25 Glenn Morris <rgm@gnu.org>
16710
16711 * calendar/diary-lib.el (diary-included-files): Doc fix.
16712 (diary-include-files): New function, extracted from
16713 diary-include-other-diary-files and diary-mark-included-diary-files.
16714 (diary-include-other-diary-files, diary-mark-included-diary-files):
16715 Just call diary-include-files.
16716 (diary-mark-entries): Reset diary-included-files on first call.
16717
16718 * calendar/diary-lib.el (diary-mark-entries)
16719 (diary-mark-included-diary-files):
16720 Visit included diary-files in temp buffers.
16721
16722 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16723 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16724 (f90-start-block-re, f90-imenu-generic-expression)
16725 (f90-looking-at-program-block-start, f90-no-block-limit):
16726 Add support for submodules.
16727
16728 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16729 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
16730
16731 2011-06-25 Eli Zaretskii <eliz@gnu.org>
16732
16733 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16734 buffer-file-type before setting its value, to avoid disastrous
16735 global effects on decoding files for DOS/Windows systems. (Bug#8780)
16736
16737 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16738
16739 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16740
16741 * ses.el (ses-unload-function):
16742 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16743
16744 * proced.el (proced-unload-function):
16745 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16746
16747 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
16748
16749 * server.el (server-create-window-system-frame): Add parameters arg.
16750 (server-process-filter): Doc fix. Handle frame-parameters.
16751
16752 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16753
16754 Fix bug#8730, bug#8781.
16755
16756 * loadhist.el (unload--set-major-mode): New function.
16757 (unload-feature): Use it.
16758
16759 * progmodes/python.el (python-after-info-look): Add autoload cookie.
16760 (python-unload-function): New function.
16761
16762 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16763
16764 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16765
16766 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
16767
16768 * net/browse-url.el (browse-url-firefox-program): Add icecat to
16769 the candidates list.
16770
16771 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
16772
16773 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16774
16775 2011-06-23 Richard Stallman <rms@gnu.org>
16776
16777 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16778 (rmail-variables): Set next-error-move-function.
16779 (rmail-what-message): Take argument POS.
16780 (rmail-next-error-move): New function.
16781
16782 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16785 messages for adjacent non-terminals.
16786
16787 2011-06-23 Richard Stallman <rms@gnu.org>
16788
16789 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
16790 (rmail-show-message-1): Preserve buffer modified flag.
16791 (rmail-start-mail): Don't specify use of rmail-mail-return;
16792 that's done by mail-bury now.
16793 (rmail-mail-return): Handle arg NEWBUF.
16794
16795 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
16796
16797 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16798 SIZE is a number.
16799
16800 2011-06-23 Martin Rudalics <rudalics@gmx.at>
16801
16802 * window.el (get-lru-window, get-mru-window)
16803 (get-largest-window): Never return a minibuffer window.
16804 (display-buffer-pop-up-window): Fix a bug that could lead to
16805 reusing the minibuffer window.
16806 (display-buffer): Pass original specifier argument to
16807 display-buffer-function instead of the normalized one.
16808 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16809
16810 2011-06-22 Leo Liu <sdl.web@gmail.com>
16811
16812 * minibuffer.el (completing-read-function)
16813 (completing-read-default): Move from minibuf.c.
16814
16815 2011-06-22 Richard Stallman <rms@gnu.org>
16816
16817 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16818 to Rmail even if not started by a special Rmail command.
16819
16820 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16821 Copy the buffer currently showing just one message.
16822
16823 2011-06-22 Roland Winkler <winkler@gnu.org>
16824
16825 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16826 (bibtex-clean-entry): First delete the old key so that a
16827 customized algorithm for generating the new key does not get
16828 confused by the old key.
16829 (bibtex-url): Obey regexp of first step.
16830 (bibtex-search-entries): Do not use add-to-list with local
16831 list-var.
16832
16833 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16834
16835 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16836 stored a user name, then query for the password first, instead of
16837 waiting for SMTP to give an error message and the trying again.
16838
16839 2011-06-22 Lawrence Mitchell <wence@gmx.li>
16840
16841 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16842 BUFFER in call-process.
16843
16844 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16845
16846 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
16847 QUIT twice.
16848 (smtpmail-try-auth-methods): Require user name and password from
16849 auth-source.
16850
16851 2011-06-22 Martin Rudalics <rudalics@gmx.at>
16852
16853 * window.el (display-buffer-default-specifiers)
16854 (display-buffer-alist): Remove entries for pop-up-frame-alist.
16855 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
16856 (split-window): Normalize SIDE argument (Bug#8916).
16857
16858 * frame.el (pop-up-frame-alist, pop-up-frame-function)
16859 (special-display-frame-alist, special-display-popup-frame):
16860 Remove duplicate declarations. These are now in window.el.
16861
16862 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16863
16864 * mail/smtpmail.el (smtpmail-via-smtp):
16865 Set :use-starttls-if-possible so that we always use STARTTLS if the
16866 server supports it. SMTP servers that support STARTTLS commonly
16867 require it.
16868
16869 * net/network-stream.el (network-stream-open-starttls): Support
16870 upgrading to STARTTLS always, even if we don't have built-in support.
16871 (open-network-stream): Add the :always-query-capabilities keyword.
16872
16873 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
16874 upgrades with `open-network-stream', and rely solely on
16875 auth-source for all credentials. Big changes throughout the file,
16876 but in particular:
16877 (smtpmail-auth-credentials): Remove.
16878 (smtpmail-starttls-credentials): Remove.
16879 (smtpmail-via-smtp): Check for servers saying they want AUTH after
16880 MAIL FROM, too.
16881
16882 * net/network-stream.el (network-stream-open-starttls):
16883 Provide support for client certificates both for external and built-in
16884 STARTTLS.
16885 (auth-source): Require.
16886 (open-network-stream): Document the :client-certificate keyword.
16887 (network-stream-certificate): Change cert-cert to cert and
16888 cert-key to key.
16889
16890 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
16891
16892 * net/tramp-cache.el (top): Don't load the persistency file when
16893 "emacs -Q" has been called.
16894
16895 2011-06-21 Tim Harper <timcharper@gmail.com>
16896
16897 * term/ns-win.el (ns-initialize-window-system):
16898 Set application-specific `ApplePressAndHoldEnabled' system
16899 resource to NO as it is not yet supported by the NS port.
16900
16901 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
16902
16903 * misc.el (list-dynamic-libraries--refresh): Compute header here...
16904 (list-dynamic-libraries): ...not here.
16905
16906 2011-06-21 Leo Liu <sdl.web@gmail.com>
16907
16908 * subr.el (sha1): Implement sha1 using secure-hash.
16909
16910 2011-06-21 Martin Rudalics <rudalics@gmx.at>
16911
16912 * window.el (display-buffer-alist): In default value do not
16913 enforce searching a window on any but the selected frame.
16914 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16915 (display-buffer-select-window): Remove function.
16916 (display-buffer-in-window): When a window on another frame gets
16917 reused, do not select it any more but just raise its frame if
16918 necessary (Bug#8851) and (Bug#8856).
16919 (display-buffer-normalize-options): Handle pop-up-frames related
16920 options more faithfully.
16921 (pop-to-buffer): Don't rely on `display-buffer' selecting the
16922 window if it is on another frame.
16923 (display-buffer-alist, display-buffer-default-specifiers):
16924 Don't make new frame unsplittable by default.
16925 (display-buffer-normalize-argument): Fix doc-string typo and use
16926 'same-frame-other-window instead of 'other-window when associating
16927 with display-buffer-macro-specifiers.
16928
16929 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
16930
16931 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
16932 New functions.
16933 (5x5-mode-map, 5x5-mode-menu): Bind them.
16934 (5x5-draw-grid): Tweak the solver's rendering.
16935
16936 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16937
16938 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
16939 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
16940
16941 2011-06-21 Drew Adams <drew.adams@oracle.com>
16942
16943 * menu-bar.el: Use function variable instead of switch-to-buffer.
16944 (menu-bar-select-buffer-function): New variable.
16945 (menu-bar-update-buffers): Use it (bug#8876).
16946
16947 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16948
16949 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
16950 variable's status.
16951
16952 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
16953
16954 * x-dnd.el (x-dnd-version-from-flags)
16955 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16956 and long as number (Bug#8899).
16957 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
16958
16959 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16960
16961 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
16962 (completion-try-completion, completion-all-completions): Compute the
16963 metadata argument if it's missing; make it optional (bug#8795).
16964
16965 * wid-edit.el: Use lex-bind and move towards completion-at-point.
16966 (widget-complete): Use new :completion-function property.
16967 (widget-completions-at-point): New function.
16968 (default): Use :completion-function instead of :complete.
16969 (widget-default-completions): Rename from widget-default-complete;
16970 Rewrite.
16971 (widget-string-complete, widget-file-complete, widget-color-complete):
16972 Remove functions.
16973 (file, symbol, function, variable, coding-system, color):
16974 * international/mule-cmds.el (default-input-method, charset)
16975 (language-info-custom-alist):
16976 * cus-edit.el (face): Use new property :completions.
16977
16978 * progmodes/pascal.el (pascal-completions-at-point): New function.
16979 (pascal-mode): Use it.
16980 (pascal-mode-map): Use completion-at-point.
16981 (pascal-toggle-completions): Make obsolete.
16982 (pascal-complete-word, pascal-show-completions):
16983 * progmodes/octave-mod.el (octave-complete-symbol):
16984 Redefine as obsolete alias.
16985 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
16986 Signal absence of completion info for old Octave,
16987 (inferior-octave-complete): Redefine as obsolete alias.
16988 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
16989 (meta-completions-at-point): Rename from meta-complete-symbol and
16990 adapt it for use on completion-at-point-functions.
16991 (meta-common-mode): Use it.
16992 (meta-looking-at-backward, meta-match-buffer): Remove.
16993 (meta-complete-symbol): Redefine as obsolete alias.
16994 (meta-common-mode-map): Use completion-at-point.
16995 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
16996 (makefile-mode-map): Use completion-at-point.
16997 (makefile-completions-at-point): Rename from makefile-complete and
16998 adapt it for use on completion-at-point-functions.
16999 (makefile-mode): Use it.
17000 (makefile-complete): Redefine as obsolete alias.
17001
17002 2011-06-20 Deniz Dogan <deniz@dogan.se>
17003
17004 * net/rcirc.el: Delete trailing whitespaces once and for all.
17005
17006 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17007
17008 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17009
17010 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
17011
17012 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17013
17014 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17015
17016 2011-06-19 Martin Rudalics <rudalics@gmx.at>
17017
17018 * window.el (display-buffer-other-window-means-other-frame):
17019 Call display-buffer-normalize-alist.
17020 (display-buffer-normalize-specifiers-1): Rename to
17021 display-buffer-normalize-argument. New argument other-frame.
17022 Rewrite.
17023 (display-buffer-normalize-specifiers-2): Rename to
17024 display-buffer-normalize-options.
17025 (display-buffer-normalize-alist-1): New function.
17026 (display-buffer-normalize-specifiers-3): Rename to
17027 display-buffer-normalize-alist.
17028 Call display-buffer-normalize-alist-1.
17029 (display-buffer-normalize-options-inhibit): New variable.
17030 (display-buffer-normalize-specifiers): Rewrite calling
17031 display-buffer-normalize-alist,
17032 display-buffer-normalize-argument, and
17033 display-buffer-normalize-options. Don't call the latter if
17034 display-buffer-normalize-options-inhibit is non-nil.
17035 (frame-auto-delete): New option.
17036 (window-deletable-p): Use frame-auto-delete.
17037 (window-list-no-nils, window-state-ignored-parameters)
17038 (window-state-get-1, window-state-get, window-state-put-list)
17039 (window-state-put-1, window-state-put-2, window-state-put):
17040 New functions.
17041 (display-buffer-normalize-options): Move special-display-p group
17042 after pop-up-frame group (Bug#8851) and (Bug#8856).
17043
17044 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
17045
17046 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17047 groups (Bug#8776).
17048 (rx-submatch-n): New function.
17049 (rx): Document it.
17050
17051 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17052 (Bug#8768).
17053
17054 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17055
17056 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17057
17058 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17059 anytime existing face settings are present (Bug#8889).
17060
17061 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17062 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17063 Remove unused argument.
17064
17065 2011-06-18 Martin Rudalics <rudalics@gmx.at>
17066
17067 * window.el (display-buffer-default-specifiers):
17068 Remove pop-up-frame. Add pop-up-window-min-height,
17069 pop-up-window-min-width, and another reuse-window specifier
17070 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
17071 (display-buffer-normalize-specifiers-2):
17072 Handle split-height-threshold and split-width-threshold also when
17073 pop-up-windows is unset. Add a reuse-window specifier for the
17074 case popping up a new window fails.
17075 (special-display-popup-frame): Remove double quoting.
17076 (display-buffer-normalize-specifiers-1): Fix thinko.
17077
17078 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17079
17080 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17081 according to comint-completion-addsuffix.
17082
17083 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17084 (pcomplete-suffix-list): Mark as obsolete.
17085 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17086 pcomplete-seen in the closure.
17087 (pcomplete-comint-setup): Setup completion-at-point as well.
17088 (pcomplete--entries): New function.
17089 (pcomplete--env-regexp): New var.
17090 (pcomplete-entries): Rewrite to work with partial-completion and
17091 without relying on pcomplete-suffix-list.
17092 (pcomplete-pare-list): Remove, unused.
17093
17094 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17095
17096 * window.el (display-buffer-alist): Set pop-up-window-min-height
17097 and pop-up-window-min-width in default value. Reported by
17098 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17099 other-window-means-other-frame.
17100 (display-buffer-macro-specifiers): Comment out entry for
17101 other-window specifier.
17102 (display-buffer-other-window-means-other-frame): New function.
17103 (display-buffer-normalize-specifiers-1): New arguments
17104 buffer-name and label. Treat other-window case specially.
17105 (display-buffer-normalize-specifiers-2): Treat other-window case
17106 specially.
17107 (display-buffer-normalize-specifiers-3): New function.
17108 (display-buffer-normalize-specifiers):
17109 Call display-buffer-normalize-specifiers-3.
17110
17111 2011-06-17 Martin Rudalics <rudalics@gmx.at>
17112
17113 * window.el (same-window-p): Fix two typos introduced when
17114 adding with-no-warnings.
17115 (display-buffer-normalize-specifiers-1): Don't check
17116 pop-up-frames for 'unset initialization.
17117 (display-buffer-normalize-specifiers-2): Major rewrite using
17118 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17119 (pop-up-frames, display-buffer-reuse-frames)
17120 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17121 Suggested by David Engster <deng@randomsample.de>.
17122 (even-window-heights): Initialize to 'unset.
17123 (display-buffer-alist-set): Handle new 'unset initializations.
17124 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17125 other window case.
17126
17127 2011-06-16 Martin Rudalics <rudalics@gmx.at>
17128
17129 * window.el (display-buffer-normalize-specifiers-1):
17130 Respect current value of pop-up-frames for most reasonable values of
17131 second argument of display-buffer (Bug#8865).
17132 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17133 (switch-to-buffer-other-window-same-frame)
17134 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17135 Adams (Bug#8875).
17136 (display-buffer): Don't check noninteractive when calling
17137 display-buffer-pop-up-frame.
17138 (display-buffer-pop-up-frame): Never pop up a frame in
17139 noninteractive mode (Bug#8857).
17140 (enlarge-window, shrink-window): Don't report an error when the
17141 window can't be resized as requested (Bug#8862).
17142
17143 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17144
17145 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17146
17147 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17148
17149 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17150
17151 2011-06-15 Alan Mackenzie <acm@muc.de>
17152
17153 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17154 for declarators, disable knr checking to speed up for normal files.
17155 2: Refactor, replacing a sequence of nested if forms by a cond form.
17156
17157 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17158
17159 * net/network-stream.el (open-network-stream): Add the keyword
17160 :always-query-capabilities for the case where you want to force a
17161 `plain' network connection, but the protocol still requires the
17162 capabilitiy command (i.e., SMTP and EHLO).
17163
17164 * subr.el (process-live-p): Rename from `process-alive-p' for
17165 consistency with other `-live-p' functions.
17166
17167 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17168
17169 * window.el (same-window-buffer-names, same-window-regexps)
17170 (special-display-frame-alist, special-display-popup-frame)
17171 (special-display-function, special-display-buffer-names)
17172 (special-display-regexps, pop-up-frame-alist)
17173 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17174 (pop-up-windows, split-window-preferred-function)
17175 (split-height-threshold, split-width-threshold, even-window-heights)
17176 (display-buffer-mark-dedicated): Don't encourage the use of
17177 display-buffer-alist from Elisp code.
17178
17179 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17180
17181 * progmodes/python.el (python-mode): Derive from prog-mode.
17182 * progmodes/ps-mode.el (ps-mode):
17183 * progmodes/mixal-mode.el (mixal-mode):
17184 * progmodes/cfengine.el (cfengine-mode):
17185 * progmodes/ld-script.el (ld-script-mode): Likewise.
17186
17187 2011-06-15 Martin Rudalics <rudalics@gmx.at>
17188
17189 * window.el (display-buffer-alist): Trim default value to avoid
17190 popping up a new frame (Bug#8857) or reusing an arbitrary window
17191 on another frame.
17192 (display-buffer): Do not fall back on popping up a new frame in
17193 batch mode (Bug#8857).
17194
17195 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
17196
17197 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17198 (custom-theme-summary): New function.
17199 (customize-themes): Use it.
17200
17201 2011-06-13 Glenn Morris <rgm@gnu.org>
17202
17203 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17204
17205 2011-06-13 Martin Rudalics <rudalics@gmx.at>
17206
17207 * help.el (help-window): Remove variable.
17208 (help-window-point-marker, temp-buffer-max-height)
17209 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17210 (help-print-return-message): Don't set help-window.
17211 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17212 (help-window-setup-finish): Remove.
17213 (help-window-display-message, help-window-setup)
17214 (with-help-window): Major rewrite based on new
17215 display-buffer-window variable.
17216
17217 * help-mode.el (help-mode-finish): Remove help-window related
17218 code.
17219
17220 * view.el (view-exits-all-viewing-windows): Remove reference to
17221 view-return-to-alist in doc-string.
17222 (view-return-to-alist): Make obsolete.
17223 (view-buffer): Call pop-to-buffer-same-window and remove
17224 undo-window code.
17225 (view-buffer-other-window): Call pop-to-buffer-other-window and
17226 simplify code. Ignore second argument.
17227 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17228 simplify code. Ignore second argument.
17229 (view-return-to-alist-update): Make obsolete.
17230 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17231 Rewrite using quit-restore window parameters.
17232 (view-mode-exit): Rename second argument to EXIT-ONLY.
17233 Rewrite using quit-restore-window.
17234 (View-exit, View-exit-and-edit, View-leave, View-quit)
17235 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17236 appropriate arguments.
17237 (view-end-message): Use quit-restore window parameter.
17238
17239 * window.el (display-buffer-function): Rewrite doc-string.
17240 (display-buffer-window, display-buffer-alist): New variables.
17241 (display-buffer-split-specifiers)
17242 (display-buffer-side-specifiers)
17243 (display-buffer-macro-specifiers): New constants.
17244 (display-buffer-even-window-sizes, display-buffer-set-height)
17245 (display-buffer-set-width, display-buffer-select-window)
17246 (display-buffer-in-window, display-buffer-reuse-window)
17247 (display-buffer-split-window-1, display-buffer-split-window)
17248 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17249 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17250 (display-buffer-in-side-window, normalize-buffer-to-display)
17251 (display-buffer-normalize-specifiers-1)
17252 (display-buffer-normalize-specifiers-2)
17253 (display-buffer-normalize-specifiers, display-buffer-frame):
17254 New functions.
17255 (display-buffer): Major rewrite.
17256 (display-buffer-other-window, display-buffer-other-frame)
17257 (pop-to-buffer, switch-to-buffer-other-window)
17258 (switch-to-buffer-other-frame): Rewrite.
17259 (display-buffer-same-window, display-buffer-same-frame)
17260 (display-buffer-same-frame-other-window)
17261 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17262 (pop-to-buffer-other-window)
17263 (pop-to-buffer-same-frame-other-window)
17264 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17265 (switch-to-buffer-other-window-same-frame): New functions.
17266 (same-window-p, special-display-p): Rewrite disabling warnings.
17267 Make obsolete.
17268 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17269 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17270 Make obsolete
17271 (same-window-buffer-names, same-window-regexps)
17272 (special-display-frame-alist, special-display-popup-frame)
17273 (special-display-function, special-display-buffer-names)
17274 (special-display-regexps, pop-up-frame-alist)
17275 (pop-up-frame-function, split-window-preferred-function)
17276 (split-height-threshold, split-width-threshold)
17277 (even-window-heights): Make obsolete.
17278
17279 2011-06-12 Glenn Morris <rgm@gnu.org>
17280
17281 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17282 Misc simplifications.
17283
17284 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17285
17286 * window.el (window-safely-shrinkable-p): Restore function which
17287 was inadvertently removed in change from 2011-06-11. Declare as
17288 obsolete.
17289
17290 * calendar/calendar.el (calendar-generate-window):
17291 Use window-iso-combined-p instead of combination of one-window-p and
17292 window-safely-shrinkable-p.
17293
17294 2011-06-12 Glenn Morris <rgm@gnu.org>
17295
17296 * progmodes/fortran.el (fortran-mode-syntax-table):
17297 * progmodes/f90.el (f90-mode-syntax-table):
17298 Set % to punctuation. (Bug#8820)
17299 (f90-find-tag-default): Remove, no longer needed.
17300
17301 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17302
17303 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17304
17305 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17306
17307 * image.el (image-animated-p): Return animation delay in seconds.
17308 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17309 (image-animate-timeout): Remove DELAY argument. Don't assume
17310 every subimage has the same delay; get it from image-animated-p.
17311 (image-animate): Caller changed.
17312
17313 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17314
17315 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17316 to ignored backtrace functions.
17317
17318 2011-06-11 Glenn Morris <rgm@gnu.org>
17319
17320 * calendar/appt.el (appt-disp-window-function): Doc fix.
17321 (appt-check): Handle overlapping appointments. (Bug#8337)
17322
17323 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17324
17325 * window.el (window-tree-1, window-tree): New functions, moving
17326 the latter to window.el.
17327 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17328 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17329 (bw-refresh-edges): Remove.
17330 (balance-windows-1, balance-windows-2): New functions.
17331 (balance-windows): Rewrite in terms of window tree functions,
17332 balance-windows-1 and balance-windows-2.
17333 (bw-adjust-window): Remove.
17334 (balance-windows-area-adjust): New function with functionality of
17335 bw-adjust-window but using resize-window.
17336 (set-window-text-height): Rewrite doc-string.
17337 Use normalize-live-window and resize-window.
17338 (enlarge-window-horizontally, shrink-window-horizontally):
17339 Rename argument to DELTA.
17340 (window-buffer-height): New function.
17341 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17342 Rewrite using new window resize routines.
17343 (kill-buffer-and-window, mouse-autoselect-window-select):
17344 Use ignore-errors instead of condition-case.
17345 (quit-window): Call delete-frame instead of delete-windows-on
17346 for the only buffer on frame.
17347
17348 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17349
17350 * loadup.el (top-level): Load window before files for the sake
17351 of replace-buffer-in-windows.
17352
17353 * files.el (read-buffer-to-switch)
17354 (switch-to-buffer-other-window)
17355 (switch-to-buffer-other-frame, display-buffer-other-frame):
17356 Move to window.el.
17357
17358 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17359 (previous-buffer): Move to window.el.
17360
17361 * bindings.el (unbury-buffer): Move to window.el.
17362
17363 * window.el (delete-other-windows-vertically): Move after
17364 definition of delete-other-windows.
17365 (other-window, delete-windows-on, replace-buffer-in-windows):
17366 Move here from window.c.
17367 (record-window-buffer, unrecord-window-buffer)
17368 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17369 (switch-to-next-buffer): New functions.
17370 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17371 from simple.el. Call switch-to-next-buffer.
17372 (previous-buffer): Move here from simple.el.
17373 Call switch-to-prev-buffer.
17374 (bury-buffer): Move here from buffer.c. Switch to previous
17375 buffer when window cannot be deleted.
17376 (unbury-buffer): Move here from bindings.el.
17377 (ctl-x-map): Move binding for other-window from window.c to
17378 here.
17379 (read-buffer-to-switch, switch-to-buffer-other-window)
17380 (switch-to-buffer-other-frame): Move here from files.el.
17381 (normalize-buffer-to-switch-to): New functions.
17382 (switch-to-buffer): Move here from buffer.c.
17383 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17384
17385 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17386
17387 * window.el (window-min-height, window-min-width): Move here
17388 from window.c. Add defcustoms and rewrite doc-strings.
17389 (resize-mini-window, resize-window): New functions.
17390 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17391 Move here from window.c.
17392 (maximize-window, minimize-window): New functions.
17393 (delete-window, delete-other-windows, split-window): Move here
17394 from window.c.
17395 (window-split-min-size): New function.
17396 (split-window-keep-point): Mention split-window-above-each-other
17397 instead of split-window-vertically.
17398 (split-window-above-each-other, split-window-vertically):
17399 Rename split-window-vertically to split-window-above-each-other
17400 and provide defalias for old definition.
17401 (split-window-side-by-side, split-window-horizontally):
17402 Rename split-window-horizontally to split-window-side-by-side
17403 and provide defalias for the old definition.
17404 (ctl-x-map): Move bindings for delete-window,
17405 delete-other-windows and enlarge-window here from window.c.
17406 Replace bindings for split-window-vertically and
17407 split-window-horizontally by bindings for
17408 split-window-above-each-other and split-window-side-by-side.
17409
17410 * cus-start.el (all): Remove entries for window-min-height and
17411 window-min-width. Add entries for window-splits and
17412 window-nest.
17413
17414 2011-06-09 Glenn Morris <rgm@gnu.org>
17415
17416 * calendar/appt.el (appt-mode-line): New function.
17417 (appt-check, appt-disp-window): Use it.
17418
17419 * files.el (hack-one-local-variable-eval-safep):
17420 Allow minor-modes with explicit +/-1 arguments.
17421
17422 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17423
17424 * term/xterm.el (xterm): Add defgroup.
17425 (xterm-extra-capabilities): Add defcustom to supply known xterm
17426 capabilities, skip querying them, or query them (default).
17427 (terminal-init-xterm): Use it.
17428 (terminal-init-xterm-modify-other-keys): New function to set up
17429 modifyOtherKeys support to simplify `terminal-init-xterm'.
17430
17431 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17432
17433 * window.el (resize-window-reset, resize-window-reset-1)
17434 (resize-subwindows-skip-p, resize-subwindows-normal)
17435 (resize-subwindows, resize-other-windows, resize-this-window)
17436 (resize-root-window, resize-root-window-vertically)
17437 (window-deletable-p, window-or-subwindow-p)
17438 (frame-root-window-p): New functions.
17439
17440 2011-06-09 Glenn Morris <rgm@gnu.org>
17441
17442 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17443 (ange-ftp-get-files): Use it.
17444
17445 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17446
17447 * mail/sendmail.el (mail-recover-1, mail-recover):
17448 * files.el (recover-file, recover-session):
17449 Handle dired-listing-switches not being just a single short option.
17450
17451 2011-06-09 Glenn Morris <rgm@gnu.org>
17452
17453 * calendar/appt.el (appt-display-message, appt-disp-window):
17454 Handle lists of appointments.
17455
17456 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17457
17458 * window.el (one-window-p): Move down in code.
17459 Rewrite doc-string.
17460 (window-current-scroll-bars): Rewrite doc-string.
17461 Normalize live window argument.
17462 (walk-windows, get-window-with-predicate, count-windows):
17463 Rewrite doc-string. Use window-list-1.
17464 (window-in-direction-2, window-in-direction, get-mru-window):
17465 New functions.
17466
17467 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17468
17469 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17470 Doc fix (Bug#8713).
17471
17472 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17473
17474 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17475
17476 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
17477
17478 * loadhist.el (unload-feature-special-hooks):
17479 Add `comint-output-filter-functions'.
17480
17481 2011-06-08 Ivan Kanis <gnu@kanis.fr>
17482
17483 * calendar/appt.el (appt-check): Move some initializations into the let.
17484
17485 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17486
17487 * window.el (window-height): Defalias to window-total-height.
17488 (window-width): Defalias to window-body-width.
17489
17490 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
17491
17492 * image-mode.el (image-toggle-animation): New command.
17493 (image-mode-map): Bind it to RET.
17494 (image-mode): Update message.
17495 (image-toggle-display-image): Avoid a spurious cache flush.
17496 (image-transform-rotation): Doc fix.
17497 (image-transform-properties): Return quickly in the normal case.
17498 (image-animate-loop): Rename from image-animate-max-time.
17499
17500 * image.el (image-animate-max-time): Move to image-mode.el.
17501 (create-animated-image): Remove unnecessary function.
17502 (image-animate): Rename from image-animate-start. New arg.
17503 (image-animate-stop): Remove; just use image-animate-timer.
17504 (image-animate-timer): Use car-safe.
17505 (image-animate-timeout): Rename argument.
17506
17507 2011-06-07 Martin Rudalics <rudalics@gmx.at>
17508
17509 * window.el (get-lru-window, get-largest-window): Move here from
17510 window.c. Rename first argument to ALL-FRAMES.
17511 Rephrase doc-strings.
17512 (get-buffer-window-list): Rewrite using window-list-1.
17513 Rephrase doc-string.
17514 (window-safe-min-height, window-safe-min-width): New constants.
17515 (window-size-ignore, window-min-size, window-min-size-1)
17516 (window-sizable, window-sizable-p, window-size-fixed-1)
17517 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17518 (window-max-delta-1, window-max-delta, window-resizable)
17519 (window-resizable-p, window-total-height, window-total-width)
17520 (window-body-width): New functions.
17521 (window-full-height-p, window-full-width-p): Rewrite using
17522 window-total-size.
17523 (window-body-height): Rewrite using window-body-size.
17524
17525 2011-06-06 Martin Rudalics <rudalics@gmx.at>
17526
17527 * window.el (window-right, window-left, window-child)
17528 (window-child-count, window-last-child, window-any-p)
17529 (normalize-live-buffer, normalize-live-frame)
17530 (normalize-any-window, normalize-live-window)
17531 (window-iso-combination-p, window-iso-combined-p)
17532 (window-iso-combinations)
17533 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17534 (windows-with-parameter, window-with-parameter)
17535 (window-atom-root, make-window-atom, window-atom-check-1)
17536 (window-atom-check, window-side-check, window-check):
17537 New functions.
17538 (ignore-window-parameters, window-sides, window-sides-vertical)
17539 (window-sides-slots): New variables.
17540 (window-size-fixed): Move down in code. Minor doc-string fix.
17541
17542 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17543
17544 * comint.el (comint-dynamic-complete-as-filename)
17545 (comint-dynamic-complete-filename): Correctly call
17546 completion-in-region.
17547
17548 2011-06-05 Deniz Dogan <deniz@dogan.se>
17549
17550 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17551 in last change.
17552
17553 2011-06-05 Deniz Dogan <deniz@dogan.se>
17554
17555 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17556 (rcirc): Use it to prompt for encryption.
17557
17558 2011-06-05 Roland Winkler <winkler@gnu.org>
17559
17560 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17561 (bibtex-search-entries): New command bound to C-c C-a.
17562 (bibtex-display-entries): New function.
17563
17564 2011-06-05 Roland Winkler <winkler@gnu.org>
17565
17566 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17567 (bibtex-insert-kill): After yanking insert newline if necessary.
17568 (bibtex-initialize): Call bibtex-string-files-init only once.
17569 (bibtex-mode): Do not call easy-menu-add.
17570 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17571 (bibtex-yank): Set arg properly if nil.
17572
17573 2011-06-05 Roland Winkler <winkler@gnu.org>
17574
17575 * textmodes/bibtex.el (bibtex-search-entry-globally):
17576 New variable.
17577 (bibtex-search-entry): Use it.
17578
17579 2011-06-05 Roland Winkler <winkler@gnu.org>
17580
17581 * textmodes/bibtex.el (bibtex-entry-format): New option
17582 sort-fields.
17583 (bibtex-format-entry, bibtex-reformat): Honor this option.
17584 (bibtex-parse-entry): Return fields in proper order.
17585
17586 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
17587
17588 * doc-view.el (doc-view-remove-if): Move computation of result out
17589 of `dolist' to silence misleading lexical-binding warning.
17590
17591 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
17592
17593 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17594 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17595
17596 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17597
17598 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17599 "SunOS 5.10".
17600
17601 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17602
17603 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17604 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17605 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17606 (tramp-parse-putty):
17607 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17608 (tramp-completion-function-alist-ssh)
17609 (tramp-completion-function-alist-telnet)
17610 (tramp-completion-function-alist-su)
17611 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17612 cookie.
17613
17614 * net/tramp-ftp.el:
17615 * net/tramp-sh.el:
17616 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17617 load "tramp.el" `tramp-set-completion-function'.
17618
17619 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * shell.el: Require and use pcomplete.
17622 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17623 (shell-completion-vars): Set pcomplete-default-completion-function.
17624
17625 2011-06-04 Deniz Dogan <deniz@dogan.se>
17626
17627 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17628 `memq' (Bug#8799).
17629
17630 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17631
17632 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17633
17634 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
17635
17636 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17637 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17638 * vc/log-view.el (log-view-beginning-of-defun):
17639 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17640 (smerge-refine-forward, smerge-refine-chopup-region):
17641 Silence warning for unused `dotimes' counter variables.
17642
17643 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17644
17645 * net/tramp.el (tramp-with-progress-reporter): Rename from
17646 with-progress-reporter. Use `declare'.
17647 * net/tramp-smb.el:
17648 * net/tramp-sh.el:
17649 * net/tramp-gvfs.el: Update all uses.
17650
17651 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17652
17653 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17654 buffer isn't killed before making it current.
17655
17656 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17657
17658 Silence various byte-compiler warnings.
17659 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17660 `access-type' and new obsolescence format.
17661 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17662 new format.
17663 (byte-compile-check-variable): New `access-type' argument.
17664 Only warn if the access-type is obsolete.
17665 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17666 (byte-compile-variable-set): Adjust callers.
17667 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17668 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17669 setting it as obsolete.
17670 * simple.el (minibuffer-completing-symbol):
17671 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17672 access as obsolete.
17673 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17674 obsolete yet.
17675 * international/quail.el (quail-mouse-choose-completion): Remove unused
17676 code referring to obsolete var.
17677 (quail-choose-completion-string): Remove.
17678 * server.el (server-clients-with, server-kill-buffer-query-function)
17679 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17680 * proced.el (proced-send-signal):
17681 * emacs-lisp/lisp.el (lisp-complete-symbol):
17682 Replace completion-annotate-function with completion-extra-properties.
17683
17684 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17685
17686 * simple.el (goto-line): Use read-number.
17687 (overriding-map-is-bound): Remove.
17688 (saved-overriding-map): Change default.
17689 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17690 Take the map as argument.
17691 (universal-argument, negative-argument, digit-argument): Use it.
17692 (restore-overriding-map): Adjust.
17693 (do-auto-fill): Use fill-forward-paragraph.
17694 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17695
17696 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17697 (minibuffer-inactive-mode): New major mode.
17698 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17699 the *Messages* buffer" hack.
17700 (mouse-popup-menubar): Don't burp if the event is a normal key.
17701
17702 Miscellaneous tweaks.
17703 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17704 lexical scoping as in subr.el's dolist and dotimes.
17705 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17706 Silence compiler warning.
17707 * thingatpt.el (forward-whitespace): Trivial coding style fix.
17708 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17709 * international/ccl.el (ccl-compile): Trivial simplification.
17710 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17711 * emacs-lisp/testcover.el (testcover-end): Remove spurious
17712 `printflag' argument.
17713 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17714 Purecopy the whole obsolescence data.
17715
17716 2011-06-01 Leo Liu <sdl.web@gmail.com>
17717
17718 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17719 improve doc-string as suggested by Marco Pessotto
17720 <melmothx@gmail.com>.
17721 (rcirc-print): Fix last change.
17722
17723 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * minibuffer.el (complete-with-action): Return nil for the metadata and
17726 boundaries of non-functional tables.
17727 (completion-table-dynamic): Return nil for the metadata.
17728 (completion-table-with-terminator): Add default case, using
17729 complete-with-action.
17730 (completion--metadata): New function.
17731 (completion-all-sorted-completions, minibuffer-completion-help): Use it
17732 to try and avoid pathological performance problems.
17733 (completion--embedded-envvar-table): Return `category' metadata.
17734
17735 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17736
17737 * subr.el (process-alive-p): New tiny convenience function.
17738
17739 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17742 content but also its previous major mode.
17743
17744 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
17745
17746 * emacs-lisp/debug.el (debug): Restore the previous content of the
17747 *Backtrace* buffer when we exit with C-M-c.
17748
17749 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17750
17751 * minibuffer.el: Add metadata method to completion tables.
17752 (completion-category-overrides): New defcustom.
17753 (completion-metadata, completion--field-metadata)
17754 (completion-metadata-get, completion--styles)
17755 (completion--cycle-threshold): New functions.
17756 (completion-try-completion, completion-all-completions):
17757 Add `metadata' argument to choose completion-styles.
17758 (completion--do-completion): Use metadata to choose cycling.
17759 (completion-all-sorted-completions): Use metadata for sorting.
17760 Remove :completion-cycle-penalty which is not needed any more.
17761 (completion--try-word-completion): Add `metadata' argument.
17762 (minibuffer-completion-help): Check metadata for annotation function
17763 and sorting.
17764 (completion-file-name-table): Return `category' metadata.
17765 (minibuffer-completing-file-name): Make obsolete.
17766 * simple.el (minibuffer-completing-symbol): Make obsolete.
17767 * icomplete.el (icomplete-completions): Pass new `metadata' param to
17768 completion-try-completion.
17769
17770 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17771
17772 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17773
17774 2011-05-30 Leo Liu <sdl.web@gmail.com>
17775
17776 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
17777 (rcirc-print): Decode all incoming messages (bug#8744).
17778 (rcirc-decode-coding-system): Allow value nil for automatic coding
17779 system detection.
17780
17781 2011-06-01 Glenn Morris <rgm@gnu.org>
17782
17783 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17784
17785 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17786
17787 * image.el (image-animate-max-time): Allow nil and t values.
17788 Default to nil.
17789 (create-animated-image): Doc fix.
17790 (image-animate-start): Remove second arg; just use
17791 image-animate-max-time.
17792 (image-animate-timeout): Doc fix. Args changed.
17793
17794 * image-mode.el (image-toggle-display-image): Ensure that the
17795 image spec passed to the animate timer is the same object as in
17796 the buffer's display property (Bug#6981).
17797 (image-transform-properties): Doc fix.
17798
17799 * image.el (image-animate-max-time): Default to nil.
17800
17801 2011-05-29 Martin Rudalics <rudalics@gmx.at>
17802
17803 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17804 entire buffer list (Bug#8184).
17805
17806 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17807
17808 * image.el (imagemagick-types-inhibit)
17809 (imagemagick-register-types): Doc fix.
17810
17811 2011-05-29 Deniz Dogan <deniz@dogan.se>
17812
17813 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17814 default.
17815
17816 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17817
17818 * select.el: Don't perform clipboard-manager saving in hooks;
17819 leave the hooks empty.
17820
17821 2011-05-28 Leo Liu <sdl.web@gmail.com>
17822
17823 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17824 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
17825 (occur-edit-mode): New major mode (Bug#8463).
17826 (occur-after-change-function): New function.
17827 (occur-engine): Give Occur tags a read-only property.
17828
17829 2011-05-28 Kevin Ryde <user42@zip.com.au>
17830
17831 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17832
17833 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17834
17835 * bindings.el (help-echo): Make the initial non-indicator dash
17836 empty on graphical terminals (Bug#7295).
17837
17838 * files.el (auto-mode-alist): Move config rule after the
17839 in-stripping one (Bug#8547).
17840
17841 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17842
17843 * startup.el (normal-splash-screen): Remove gratuitous mode-line
17844 setting (Bug#8740).
17845
17846 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
17847
17848 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17849 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17850 (Bug#8539).
17851
17852 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17853
17854 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17855
17856 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
17857
17858 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
17859 (hs-hide-block-at-point, hs-find-block-beginning)
17860 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
17861 (Bug#8279).
17862
17863 2011-05-28 Glenn Morris <rgm@gnu.org>
17864
17865 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
17866
17867 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17868
17869 * help-fns.el (describe-function-1): If the function is a derived
17870 major mode, print the parent mode.
17871
17872 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
17873 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
17874
17875 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17876
17877 * minibuffer.el (completion--capf-wrapper): Check applicability before
17878 returning non-nil for non-exclusive completion data.
17879 * progmodes/etags.el (tags-completion-at-point-function):
17880 * info-look.el (info-lookup-completions-at-point): Mark as
17881 non-exclusive.
17882 (info-complete): Adjust accordingly.
17883
17884 * info-look.el: Convert to lexical-binding and completion-at-point.
17885 (info-lookup-completions-at-point): New function.
17886 (info-complete): Use it and completion-in-region.
17887
17888 2011-05-28 Drew Adams <drew.adams@oracle.com>
17889
17890 * isearch.el: Let M-e start with point at the first mismatched char.
17891 (isearch-fail-pos): New function.
17892 (isearch-edit-string): Use it.
17893
17894 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17895
17896 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17897
17898 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
17899
17900 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
17901 traversal functions for avl-trees.
17902 (avl-tree--stack): New struct.
17903 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
17904 (avl-tree-enter): Add optional `updatefun' arg.
17905 (avl-tree--do-enter): Add optional `updatefun' arg.
17906 Change return value.
17907 (avl-tree-delete): Add optional `test' and `nilflag' args.
17908 (avl-tree--do-delete): Add `test' and `nilflag' args.
17909 Change return value.
17910 (avl-tree-member): Add optional `nilflag'
17911 (avl-tree-member-p): New function.
17912 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
17913 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
17914 (avl-tree-stack-empty-p): New functions.
17915
17916 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
17917 avl-tree--del-balance1 and make it work both ways.
17918 (avl-tree--del-balance2): Remove.
17919 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
17920 make it work both ways.
17921 (avl-tree--enter-balance2): Remove.
17922 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
17923 New macros.
17924 (avl-tree--mapc, avl-tree-map): Add direction argument.
17925
17926 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
17927
17928 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17929
17930 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
17931
17932 * select.el: Support clipboard managers with built-in function
17933 x-clipboard-manager-save, via delete-frame-functions and
17934 kill-emacs-hook.
17935 (xselect-convert-to-targets): Add MULTIPLE target to list.
17936 (xselect-convert-to-save-targets): New function.
17937
17938 2011-05-27 Kenichi Handa <handa@m17n.org>
17939
17940 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
17941 let-binding rfc2047-encode-encoded-words to nil.
17942
17943 2011-05-27 Glenn Morris <rgm@gnu.org>
17944
17945 * mail/emacsbug.el: Don't require url-util.
17946
17947 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
17948
17949 * files.el (set-auto-mode):
17950 Also respect mode: entries at the end of the file. (Bug#8586)
17951
17952 2011-05-26 Glenn Morris <rgm@gnu.org>
17953
17954 * files.el (hack-local-variables-prop-line, hack-local-variables):
17955 Downcase mode names, as seems to be traditional.
17956 (hack-local-variables, hack-local-variables-apply): Doc fixes.
17957
17958 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
17959 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
17960
17961 2011-05-25 Julien Danjou <julien@danjou.info>
17962
17963 * textmodes/rst.el (rst-define-level-faces): Do not define face
17964 symbol if it is already defined.
17965
17966 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
17967
17968 * play/5x5.el (5x5-new-game, 5x5-randomize):
17969 Reset 5x5-solver-output to nil when a new grid is cast.
17970 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
17971 these debugging traces, as defmacro breaks the compiled code.
17972
17973 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17974
17975 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17976
17977 2011-05-24 Leo Liu <sdl.web@gmail.com>
17978
17979 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
17980 (vc-bzr-sha1): Adapt.
17981
17982 * sha1.el: Remove. Function `sha1' is now builtin.
17983
17984 * bindings.el: Provide sha1 feature.
17985
17986 2011-05-24 Kenichi Handa <handa@m17n.org>
17987
17988 * mail/sendmail.el: Require `rfc2047'.
17989 (mail-insert-from-field): Do not perform RFC2047 encoding.
17990 (mail-encode-header): New function.
17991 (sendmail-send-it): Set buffer-file-coding-system of the work
17992 buffer to the return value of select-message-coding-system.
17993 Call mail-encode-header.
17994
17995 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17996
17997 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
17998
17999 * mail/supercite.el (sc-default-cite-frame):
18000 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
18001
18002 2011-05-24 Glenn Morris <rgm@gnu.org>
18003
18004 * progmodes/python.el (brm-menu): Declare.
18005
18006 * emulation/viper.el (viper-set-hooks): Declare.
18007
18008 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18009 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18010 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18011 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18012 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18013 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18014
18015 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18016
18017 Add an :exit-function for completion-at-point.
18018
18019 * minibuffer.el (completion--done): New fun.
18020 (completion--do-completion): Use it. New arg `expect-exact'.
18021 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18022 since completion--do-completion does it for us now.
18023 (minibuffer-force-complete): Use completion--done and
18024 completion--replace. Handle sole-completion case with more care.
18025 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18026 (completion-extra-properties): New var.
18027 (completion-annotate-function): Make obsolete.
18028 (minibuffer-completion-help): Adjust accordingly.
18029 Use completion-list-insert-choice-function.
18030 (completion-at-point, completion-help-at-point):
18031 Bind completion-extra-properties.
18032 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18033 * simple.el (completion-list-insert-choice-function): New var.
18034 (completion-setup-function): Preserve it.
18035 (choose-completion): Pay attention to it, shuffle the code a bit.
18036 (choose-completion-string): New arg `insert-function'.
18037
18038 * textmodes/bibtex.el: Convert to lexical binding.
18039 (bibtex-mode-map): Use completion-at-point.
18040 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18041 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18042 (bibtex-complete): Define as obsolete alias.
18043 (bibtex-complete-internal): Remove.
18044 (bibtex-format-entry): Remove unused sub-group in regexp.
18045 * shell.el (shell--command-completion-data)
18046 (shell-environment-variable-completion):
18047 * pcomplete.el (pcomplete-completions-at-point):
18048 * comint.el (comint--complete-file-name-data): Use :exit-function
18049 instead of completion-table-with-terminator so it also works for
18050 choose-completion.
18051
18052 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18053
18054 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18055
18056 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18057 (bug#8710).
18058
18059 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18060
18061 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18062
18063 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18064 customization variable and implement: If non-nil, auto-fill will
18065 be inhibited while on topic's header line.
18066
18067 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18068
18069 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
18070 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
18071 always have a solution in grid size = 5 cases.
18072 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18073 (5x5-solver-output, 5x5-log-buffer): New vars.
18074 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18075 Make these variables buffer local to achieve 5x5 multi-session-ness.
18076 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18077 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18078 (5x5-solve-suggest): New funs.
18079 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18080 randomize a grid so that we ensure that there is always a solution.
18081 (5x5-make-random-grid): Allow other movement than flipping.
18082
18083 2011-05-23 Kevin Ryde <user42@zip.com.au>
18084
18085 * emacs-lisp/advice.el (ad-read-advised-function):
18086 Use `function-called-at-point' as the default, if it has
18087 advice and passes PREDICATE.
18088
18089 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18090
18091 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18092 byte-compile-lambda if it's actually a lambda.
18093
18094 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18095 Fix function quoting. Use backquote better.
18096
18097 2011-05-22 Yuanle Song <sylecn@gmail.com>
18098
18099 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18100 matching (Bug#8516).
18101
18102 2011-01-22 Jari Aalto <jari.aalto@cante.net>
18103
18104 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18105 different face (Bug#8178).
18106
18107 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
18108
18109 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18110 defface (Bug#8144).
18111
18112 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18113
18114 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18115 funcall as well (bug#8712). Warn when performing those conversions.
18116 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18117
18118 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18119
18120 2011-05-22 Glenn Morris <rgm@gnu.org>
18121
18122 * files.el (hack-local-variables-prop-line): Small simplifications.
18123 (hack-local-variables, hack-local-variables-prop-line):
18124 If MODE-ONLY, return the mode, rather than just `t'.
18125
18126 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18127
18128 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18129
18130 2011-05-21 Glenn Morris <rgm@gnu.org>
18131
18132 * files.el (hack-local-variables-prop-line, hack-local-variables):
18133 If only interested in the mode, don't bother doing the other stuff.
18134
18135 * image-mode.el (image-after-revert-hook):
18136 Redraw all frames on which the image is visible. (Bug#8567)
18137
18138 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18139
18140 * wid-edit.el (widget-checklist-match-inline):
18141 Fix 2011-04-19 change. (Bug#8649)
18142
18143 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18144
18145 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18146 Also allow singlespace after single-letter capitals followed by a dot.
18147
18148 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18149 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18150
18151 2011-05-20 Nix <nix@esperi.org.uk>
18152
18153 * files.el (basic-save-buffer-2):
18154 Fix handling of break-hardlink-on-save with non-existent files.
18155
18156 2011-05-19 Deniz Dogan <deniz@dogan.se>
18157
18158 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
18159 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
18160
18161 2011-05-19 Glenn Morris <rgm@gnu.org>
18162
18163 * progmodes/f90.el (f90-type-def-re):
18164 Handle "type, bind(c)". (Bug#8691)
18165
18166 * emacs-lisp/autoload.el (batch-update-autoloads):
18167 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18168
18169 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
18170
18171 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18172 property for the correct connection in case of multihops.
18173
18174 2011-05-18 Glenn Morris <rgm@gnu.org>
18175
18176 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
18177 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18178
18179 Rationalize calendar handling of day and month abbrev-arrays.
18180 * calendar/calendar.el (calendar-customized-p): New function.
18181 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18182 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18183 Add :set function.
18184 (calendar-abbrev-length, calendar-day-abbrev-array)
18185 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18186 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18187 Elements may no longer be nil.
18188 (calendar-day-name, calendar-month-name):
18189 Update for changed nature of abbrev arrays.
18190 * calendar/diary-lib.el (diary-name-pattern):
18191 Update for changed nature of abbrev arrays.
18192 (diary-mark-entries-1): Update calendar-make-alist calls.
18193 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18194 * calendar/cal-html.el (cal-html-day-abbrev-array):
18195 Simply inherit from calendar-day-abbrev-array.
18196
18197 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * progmodes/grep.el (grep-mode): Disable default
18200 compilation-directory-matcher setting (bug#8684).
18201
18202 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
18203
18204 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18205 instead of "head" and "tail". There were problems with SunOS 5.9,
18206 and it performs better.
18207
18208 2011-05-17 Glenn Morris <rgm@gnu.org>
18209
18210 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18211
18212 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18213 Replace obsolete function.
18214
18215 * shell.el (pcomplete-parse-arguments-function): Declare.
18216
18217 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18218 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18219 (appt-check): Doc fixes.
18220 (appt-disp-window-function, appt-delete-window-function):
18221 Remove needless special case in custom :type.
18222 (appt-display-count): Default to 0, not nil.
18223 (appt-check): Reset appt-display-count to 0, not nil.
18224
18225 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
18226
18227 * progmodes/python.el (python-font-lock-keywords):
18228 Add the Python 3.X keyword "nonlocal" (bug#8639).
18229
18230 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18231
18232 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18233
18234 2011-05-16 Kevin Ryde <user42@zip.com.au>
18235
18236 * info-look.el (makefile-automake-mode): New setups, looking in
18237 automake manual, then makefile-mode.
18238 (makefile-mode): Remove automake manual, have it just in
18239 makefile-automake-mode since there's various things different or
18240 not relevant to plain make.
18241 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18242 believe a hypothetical automake-mode would go to makefile-mode,
18243 not the other way around.
18244
18245 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
18246
18247 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18248 hunk-end tags (Bug#8672).
18249
18250 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18251 vc-annotate-show-diff-revision-at-line (Bug#8671).
18252
18253 2011-05-14 Glenn Morris <rgm@gnu.org>
18254
18255 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18256 in the middle of an existing one with multiple authors. (Bug#8645)
18257 (change-log-font-lock-keywords): Also handle multiple author lines
18258 with leading tabs. (Bug#8644)
18259
18260 * calendar/appt.el (appt-check): Rename some local variables.
18261 Some simplification/reordering.
18262
18263 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18264 (feedmail-sendmail-f-doesnt-sell-me-out)
18265 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18266 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18267 (feedmail-queue-runner-message-sender): Set :version.
18268 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18269 (bbdb-dwim-net-address, vm-mail): Declare.
18270 (feedmail-binmail-gnulinuxish-template):
18271 Rename from feedmail-binmail-linuxish-template.
18272 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18273 Use insert-buffer-substring.
18274
18275 2011-05-14 Bill Carpenter <bill@carpenter.org>
18276
18277 * mail/feedmail.el (feedmail-patch-level): Increase.
18278 (feedmail-debug): New custom group.
18279 (feedmail-confirm-outgoing-timeout)
18280 (feedmail-sendmail-f-doesnt-sell-me-out)
18281 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18282 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18283 (feedmail-sender-line, feedmail-from-line)
18284 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18285 (feedmail-spray-this-address)
18286 (feedmail-spray-address-fiddle-plex-list)
18287 (feedmail-queue-use-send-time-for-date)
18288 (feedmail-queue-use-send-time-for-message-id)
18289 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18290 (feedmail-buffer-eating-function):
18291 Doc fixes.
18292 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18293 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18294 (feedmail-message-action-scroll-down): New functions.
18295 (feedmail-queue-directory, feedmail-queue-draft-directory):
18296 Use expand-file-name.
18297 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18298 Remove C-v help entry.
18299 (feedmail-queue-buffer-file-name): New variable.
18300 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18301 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18302 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18303 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18304 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18305 (feedmail-message-action-toggle-spray)
18306 (feedmail-run-the-queue-no-prompts)
18307 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18308 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18309 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18310 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18311 (feedmail-envelope-deducer, feedmail-fiddle-from)
18312 (feedmail-fiddle-sender, feedmail-default-date-generator)
18313 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18314 (feedmail-fiddle-spray-address)
18315 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18316 (feedmail-fiddle-list-of-fiddle-plexes)
18317 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18318 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18319 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18320 Change default. Doc fix.
18321 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18322 (feedmail-binmail-linuxish-template): New constant.
18323 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18324 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18325 (feedmail-send-it): Add debug call.
18326 Use feedmail-queue-buffer-file-name, and
18327 feedmail-send-it-immediately-wrapper.
18328 (feedmail-message-action-send): Add debug call.
18329 Use feedmail-send-it-immediately-wrapper.
18330 (feedmail-queue-express-to-queue): Add debug call.
18331 Run feedmail-queue-express-hook.
18332 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18333 (feedmail-message-action-help-blat):
18334 Rename from feedmail-queue-send-edit-prompt-help-first.
18335 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18336 Check line-endings. Handle errors better.
18337 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18338 Doc fix. Add debug call.
18339 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18340 Use feedmail-queue-send-edit-prompt-inner.
18341 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18342 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18343 from feedmail-queue-send-edit-prompt.
18344 (feedmail-queue-send-edit-prompt-help)
18345 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18346 (feedmail-tidy-up-slug): Add debug call.
18347 Respect feedmail-queue-slug-suspect-regexp.
18348 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18349 (feedmail-dump-message-to-queue): Add debug call.
18350 Expand queue-directory.
18351 (feedmail-dump-message-to-queue): Change message slightly.
18352 Use feedmail-say-chatter.
18353 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18354 (feedmail-send-it-immediately-wrapper): New function.
18355 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18356 Insert empty string rather than newline. Handle full-frame case.
18357 Use catch/throw. Use feedmail-say-chatter.
18358 (feedmail-fiddle-from): Try mail-host-address.
18359 (feedmail-default-message-id-generator): Doc fix.
18360 Bind system-time-locale. Handle missing end.
18361 (feedmail-fiddle-x-mailer): Add debug call.
18362 Handle feedmail-x-mailer-line being nil.
18363 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18364 Add debug call. Use buffer-substring-no-properties.
18365 (feedmail-say-debug, feedmail-say-chatter): New functions.
18366 (feedmail-find-eoh): Give an explicit error.
18367
18368 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18369
18370 * net/newst-treeview.el (newsticker-treeview-face): Change default
18371 family from helvetica to sans.
18372 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18373 etc/images/newsticker.
18374
18375 * net/newst-reader.el (newsticker-feed-face): Change default
18376 family from helvetica to sans.
18377
18378 * net/newst-plainview.el (newsticker-new-item-face)
18379 (newsticker-old-item-face, newsticker-immortal-item-face)
18380 (newsticker-obsolete-item-face, newsticker-date-face)
18381 (newsticker-statistics-face): Change default family from
18382 helvetica to sans.
18383 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18384 etc/images/newsticker.
18385
18386 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18387 (newsticker--process-auto-mark-filter-match): Tell user about
18388 auto-marking.
18389
18390 2011-05-13 Didier Verna <didier@xemacs.org>
18391
18392 Common Lisp indentation improvements on defmethod and lambda-lists.
18393 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18394 TODO entries.
18395 (lisp-lambda-list-keyword-parameter-indentation)
18396 (lisp-lambda-list-keyword-parameter-alignment)
18397 (lisp-lambda-list-keyword-alignment): New customizable user options.
18398 (lisp-indent-defun-method): Improve docstring.
18399 (extended-loop-p): Fix comment.
18400 (lisp-indent-lambda-list-keywords-regexp): New variable.
18401 (lisp-indent-lambda-list): New function.
18402 (lisp-indent-259): Use it.
18403 (lisp-indent-defmethod): Support for more than one
18404 method qualifier and properly indent methods lambda-lists.
18405 (defgeneric): Provide a missing common-lisp-indent-function property.
18406
18407 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18408
18409 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18410 bounds for the empty string (bug#8667).
18411
18412 2011-05-13 Glenn Morris <rgm@gnu.org>
18413
18414 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18415
18416 * mail/sendmail.el (sendmail-program): Try executable-find first.
18417 (sendmail-send-it): `sendmail-program' cannot be unbound.
18418
18419 * calendar/appt.el (appt-make-list): Simplify.
18420 (appt-time-msg-list): Doc fix.
18421 (appt-check): Change mode-line message at the time of the appointment.
18422
18423 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18424
18425 * progmodes/ld-script.el (ld-script-keywords)
18426 (ld-script-builtins): Update keywords list.
18427
18428 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18429
18430 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18431
18432 * shell.el (shell-completion-vars): New function.
18433 (shell-mode):
18434 * simple.el (read-shell-command): Use it.
18435 (blink-matching-open): No need for " [...]" in minibuffer-message.
18436
18437 2011-05-12 Glenn Morris <rgm@gnu.org>
18438
18439 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18440 (appt-check): Simplify.
18441
18442 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18443
18444 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18445 literal "/dev/null".
18446
18447 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18448
18449 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18450 Fix typo.
18451
18452 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18453
18454 * progmodes/which-func.el (which-function):
18455 Use add-log-current-defun instead of add-log-current-defun-function,
18456 which might not be defined (Bug#8260).
18457
18458 2011-05-12 Glenn Morris <rgm@gnu.org>
18459
18460 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18461 Let byte-compile-initial-macro-environment always take precedence.
18462
18463 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18464
18465 * net/rcirc.el: Add support for SSL/TLS connections.
18466 (rcirc-server-alist): New field `encryption'.
18467 (rcirc): Check `encryption' settings.
18468 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18469 Merge make-local-variable into `set'.
18470 (rcirc--connection-open-p): New function.
18471 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18472 the process is not a network process (e.g. running gnutls-cli).
18473 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18474 Make rcirc-(en|de)code-coding-system local here.
18475 (rcirc-mode): Merge make-local-variable into `set'.
18476 (rcirc-parent-buffer): Make permanent buffer-local.
18477 (rcirc-multiline-minor-mode): Don't do it here.
18478 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18479 there's no server buffer.
18480
18481 2011-05-11 Glenn Morris <rgm@gnu.org>
18482
18483 * newcomment.el (comment-kill): Prefix "unused" local.
18484
18485 * term/w32console.el (get-screen-color): Declare.
18486
18487 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18488 Handle symbol elements of byte-compile-initial-macro-environment.
18489
18490 2011-05-10 Leo Liu <sdl.web@gmail.com>
18491
18492 * bookmark.el (bookmark-bmenu-mode-map):
18493 Bind bookmark-bmenu-search to `/'.
18494
18495 * mail/footnote.el: Convert to utf-8 encoding.
18496 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18497 (Footnote-unicode): New function.
18498 (footnote-style-alist): Add unicode style to the list.
18499 (footnote-style): Doc fix.
18500
18501 2011-05-10 Jim Meyering <meyering@redhat.com>
18502
18503 Fix doubled-word typos.
18504 * international/quail.el (quail-insert-kbd-layout): and and -> and
18505 * kermit.el: and and -> and
18506 * net/ldap.el (ldap-search-internal): to to -> to
18507 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18508 * progmodes/js.el (js-mode): and and -> and
18509 * textmodes/artist.el (artist-move-to-xy): at at -> at
18510 (artist-draw-region-trim-line-endings): if if -> if
18511 And Safetyc -> Safety.
18512 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18513
18514 2011-05-10 Glenn Morris <rgm@gnu.org>
18515 Stefan Monnier <monnier@iro.umontreal.ca>
18516
18517 * files.el (hack-one-local-variable-eval-safep):
18518 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18519
18520 2011-05-10 Glenn Morris <rgm@gnu.org>
18521
18522 * calendar/diary-lib.el (diary-list-entries-hook)
18523 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18524 (diary-nongregorian-marking-hook, diary-list-entries)
18525 (diary-include-other-diary-files, diary-mark-entries)
18526 (diary-mark-included-diary-files): Doc fixes.
18527
18528 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18529
18530 * misc.el: Require tabulated-list.el during compilation.
18531
18532 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18533
18534 * progmodes/compile.el (compilation-start):
18535 Run compilation-filter-hook for the async case too.
18536 (compilation-filter-hook): Doc fix.
18537
18538 2011-05-09 Deniz Dogan <deniz@dogan.se>
18539
18540 * wdired.el: Remove outdated installation comment. Fix usage
18541 comment.
18542
18543 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18544
18545 * misc.el: Implement new command `list-dynamic-libraries'.
18546 (list-dynamic-libraries--loaded-only-p): New variable.
18547 (list-dynamic-libraries--refresh): New function.
18548 (list-dynamic-libraries): New command.
18549
18550 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18551
18552 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18553 Fix the ant regexp to handle end-line and end-column info from jikes.
18554 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18555 higher priority to avoid clobbering by gnu.
18556
18557 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18558
18559 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18560 if the face has existing theme settings (Bug#8454).
18561
18562 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18563
18564 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18565 Only match variables declared via `my' or `our' (Bug#8261).
18566
18567 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18568 special file names `.' and `..' (Bug#8259).
18569
18570 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18571
18572 * progmodes/grep.el (grep-mode-font-lock-keywords):
18573 Remove buffer-changing entries.
18574 (grep-filter): New function.
18575 (grep-mode): Add it to compilation-filter-hook.
18576
18577 * progmodes/compile.el (compilation-filter-hook)
18578 (compilation-filter-start): New defvars.
18579 (compilation-filter): Call compilation-filter-hook prior to
18580 updating the process mark.
18581
18582 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18583
18584 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18585
18586 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18587
18588 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18589 mailclient-send-it even if window-system is nil. (Bug#8595)
18590
18591 * term/w32console.el (terminal-init-w32console):
18592 Call get-screen-color and use its output to set the frame
18593 background-mode. (Bug#8597)
18594
18595 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18598 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18599 New functions.
18600 (defgeneric, eieio--defmethod): Use them.
18601 (eieio-defgeneric): Remove.
18602 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18603
18604 2011-05-07 Glenn Morris <rgm@gnu.org>
18605
18606 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18607 Use let rather than let*.
18608 (timeclock-find-discrep): Remove unused local.
18609
18610 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18611
18612 * calendar/appt.el (appt-time-msg-list): Doc fix.
18613
18614 2011-05-06 Noah Friedman <friedman@splode.com>
18615
18616 * apropos.el (apropos-print-doc): Only use
18617 emacs-lisp-docstring-fill-column when it is bound to an integer,
18618 per that variable's documentation.
18619
18620 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18621
18622 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
18623 and warnings are not silently discarded (e.g. use -d instead of -P).
18624
18625 2011-05-06 Glenn Morris <rgm@gnu.org>
18626
18627 * calendar/appt.el (appt-message-warning-time): Doc fix.
18628 (appt-warning-time-regexp): New option.
18629 (appt-make-list): Respect appt-message-warning-time.
18630
18631 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18632 New options.
18633 (diary-add-to-list): Strip comments from the displayed string.
18634 (diary-mode): Set comment-start and comment-end.
18635
18636 * vc/diff-mode.el (smerge-refine-subst): Declare.
18637 (diff-refine-hunk): Don't require smerge-mode when compiling.
18638
18639 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
18640
18641 * simple.el (list-processes): Return nil as the docstring says.
18642
18643 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18644
18645 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18646 to "".
18647 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18648 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18649 determining of binary transfer. (Bug#7383)
18650
18651 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18652
18653 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18654 Fix port computation bug. (Bug#8618)
18655
18656 2011-05-05 Glenn Morris <rgm@gnu.org>
18657
18658 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18659
18660 * simple.el (shell-dynamic-complete-functions)
18661 (comint-dynamic-complete-functions): Declare.
18662
18663 * net/network-stream.el (gnutls-negotiate):
18664 * simple.el (tabulated-list-print): Fix declarations.
18665
18666 * progmodes/gud.el (syntax-symbol, syntax-point):
18667 Remove unnecessary and incorrect declarations.
18668
18669 * emacs-lisp/check-declare.el (check-declare-scan):
18670 Handle byte-compile-initial-macro-environment in bytecomp.el.
18671
18672 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18673
18674 Fix earlier half-done eieio-defmethod change (bug#8338).
18675 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18676 Streamline and change calling convention.
18677 (defmethod): Adjust accordingly and simplify.
18678 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18679 new eieio--defmethod.
18680 (slot-boundp): Minor CSE simplification.
18681
18682 2011-05-05 Milan Zamazal <pdm@zamazal.org>
18683
18684 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18685 (glasses-make-readable): Use glasses-separate-capital-groups.
18686
18687 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
18688
18689 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18690 (warning-series): Doc fix.
18691 (display-warning): Don't try to create the buffer if we just found it.
18692
18693 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
18694
18695 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18696 (autoload-find-generated-file): New function.
18697 (generate-file-autoloads): Bind generated-autoload-file to
18698 buffer-file-name.
18699 (update-file-autoloads, update-directory-autoloads):
18700 Use autoload-find-generated-file. If called interactively, prompt for
18701 output file (Bug#7989).
18702 (batch-update-autoloads): Doc fix.
18703
18704 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
18705
18706 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18707
18708 2011-05-04 Glenn Morris <rgm@gnu.org>
18709
18710 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18711 function, so it follows changes in calendar-date-style.
18712 (diary-fancy-date-matcher): New function.
18713 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18714 (diary-fancy-font-lock-fontify-region-function):
18715 Use diary-fancy-date-pattern as a function.
18716
18717 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18718 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18719
18720 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
18721
18722 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18723 instead of positional arguments. Allow :keylist and :crlfiles
18724 arguments.
18725 (open-gnutls-stream): Call it.
18726
18727 * net/network-stream.el (network-stream-open-starttls): Adjust to
18728 call `gnutls-negotiate' with :process and :hostname arguments.
18729
18730 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18731
18732 * minibuffer.el (completion--message): New function.
18733 (completion--do-completion, minibuffer-complete)
18734 (minibuffer-force-complete, minibuffer-complete-word): Use it.
18735 (completion--do-completion): Don't ignore completion-auto-help when in
18736 icomplete-mode.
18737
18738 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18739 internal encoding (e.g. tibetan zero is not whitespace).
18740 (global-whitespace-mode): Prefer save-current-buffer.
18741 (whitespace-trailing-regexp): Remove useless save-match-data.
18742 (whitespace-empty-at-bob-regexp): Minor simplification.
18743
18744 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
18745
18746 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18747
18748 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18749
18750 * textmodes/ispell.el (ispell-add-per-file-word-list):
18751 Use `concat' to create string for insertion.
18752
18753 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18754
18755 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18756 Avoid open-line which runs post-self-insert-hook.
18757 (bibtex-fill-entry): Remove unused `end' var.
18758
18759 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18760
18761 * textmodes/ispell.el (ispell-add-per-file-word-list):
18762 Protect against `nil' value of `comment-start' (Bug#8579).
18763
18764 2011-05-03 Leo Liu <sdl.web@gmail.com>
18765
18766 * isearch.el (isearch-yank-pop): New command.
18767 (isearch-mode-map): Bind it to `M-y'.
18768 (isearch-forward): Mention it.
18769
18770 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18771
18772 * simple.el (minibuffer-complete-shell-command): Remove.
18773 (minibuffer-local-shell-command-map): Use completion-at-point.
18774 (read-shell-command): Setup completion vars here instead.
18775 (read-expression-map): Bind TAB to symbol completion.
18776
18777 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18778 error directly rather via storing it into `results'.
18779
18780 2011-05-02 Leo Liu <sdl.web@gmail.com>
18781
18782 * vc/diff.el: Fix description.
18783
18784 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18785
18786 * server.el (server-eval-at): New function.
18787
18788 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18789
18790 * net/network-stream.el (open-network-stream): Take a :nowait
18791 parameter and pass it on to `make-network-process'.
18792 (network-stream-open-plain): Ditto.
18793
18794 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
18795
18796 * faces.el (face-spec-set-match-display): Don't match toolkit
18797 options on terminal frames.
18798
18799 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * progmodes/pascal.el: Use lexical binding.
18802 (pascal-mode-map): Remove author preferences.
18803
18804 * pcomplete.el (pcomplete-std-complete): Don't abuse
18805 completion-at-point.
18806
18807 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18808
18809 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18810 removing code that has been dead since 1991 or so.
18811
18812 * startup.el (command-line): When warning about "_emacs", use a
18813 delayed warning to allow the user to filter it out.
18814
18815 2011-04-28 Deniz Dogan <deniz@dogan.se>
18816
18817 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18818 user has not joined.
18819
18820 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18821
18822 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18823 aren't any completions at point.
18824
18825 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18826
18827 * subr.el (display-delayed-warnings): New function.
18828 (delayed-warnings-hook): New variable.
18829
18830 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18831
18832 * minibuffer.el (completion-at-point, completion-help-at-point):
18833 Don't presume that a given completion-at-point-function will always
18834 use the same calling convention.
18835
18836 * pcomplete.el (pcomplete-completions-at-point):
18837 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
18838 pcomplete-seen is non-nil.
18839 (pcomplete-comint-setup): Also recognize the new comint/shell
18840 completion functions.
18841 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18842 pcomplete-seen is non-nil.
18843
18844 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
18845
18846 * calendar/icalendar.el (diary-lib): Add require statement.
18847 (icalendar--create-uid): Read out a uid from a text-property on
18848 the first character in the entry. This allows for code to add its
18849 own uid to the entry.
18850 (icalendar--convert-float-to-ical): Add export of
18851 `diary-float'-entries save for those with the optional DAY
18852 argument.
18853
18854 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
18855
18856 * subr.el (shell-quote-argument): Use alternate escaping strategy
18857 when we spot a variable reference in a string.
18858
18859 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18860
18861 * cus-start.el (all): Define customization for debug-on-event.
18862
18863 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18864
18865 * subr.el (shell-quote-argument): Escape correctly under Windows.
18866
18867 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18868
18869 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18870
18871 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
18872
18873 * net/tramp.el (tramp-process-actions): Add POS argument.
18874 Delete region between POS and (pos).
18875
18876 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18877 Use `nil' position in `tramp-process-actions' call.
18878 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
18879
18880 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
18881 position in `tramp-process-actions' call.
18882
18883 * net/trampver.el: Update release number.
18884
18885 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18886
18887 * custom.el (defcustom): Obey lexical-binding.
18888
18889 Fix octave-inf completion problems reported by Alexander Klimov.
18890 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
18891 Inherit from octave-mode-syntax-table.
18892 (inferior-octave-mode): Set info-lookup-mode.
18893 (inferior-octave-completion-at-point): New function.
18894 (inferior-octave-complete): Use it and completion-in-region.
18895 (inferior-octave-dynamic-complete-functions): Use it as well, and use
18896 comint-filename-completion.
18897 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
18898 symbol elements which shouldn't be word elements.
18899 (octave-font-lock-keywords, octave-beginning-of-defun)
18900 (octave-function-header-regexp): Adjust regexps accordingly.
18901 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
18902
18903 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
18904
18905 * net/gnutls.el (gnutls-errorp): Declare before first use.
18906
18907 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
18908
18909 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
18910 verify-error, and verify-hostname-error parameters. Check whether
18911 default trustfile exists before going to use it. Add missing
18912 argument to gnutls-message-maybe call. Return value.
18913 Reported by Claudio Bley <claudio.bley@gmail.com>.
18914 (open-gnutls-stream): Add usage example.
18915
18916 * net/network-stream.el (network-stream-open-starttls): Give host
18917 parameter to `gnutls-negotiate'.
18918 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
18919 * subr.el (shell-quote-argument): Escape correctly under Windows.
18920
18921 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
18922
18923 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18924 Use correct match group (bug#8438).
18925
18926 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18927
18928 * emacs-lisp/package.el (package-built-in-p): Fix typo.
18929 (package-menu--generate): New arg specifying packages to show.
18930 (package-menu-refresh, package-menu-execute, list-packages):
18931 Callers changed.
18932 (package-show-package-list): New function, replacing deleted
18933 package--list-packages (renamed because it is non-internal).
18934
18935 * finder.el (finder-list-matches): Use package-show-package-list
18936 instead of deleted package--list-packages.
18937
18938 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18939 Based on a previous implementation by Juanma Barranquero (Bug#8366).
18940 (vc-annotate-mode-map): Bind it to RET.
18941
18942 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
18943
18944 * progmodes/etags.el (next-file): Don't use set-buffer to change
18945 buffers (Bug#8478).
18946
18947 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18948
18949 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18950
18951 * apropos.el (apropos-label-face): Avoid variable-pitch face.
18952 (apropos-accumulator): Doc fix.
18953 (apropos-function, apropos-macro, apropos-command)
18954 (apropos-variable, apropos-face, apropos-group, apropos-widget)
18955 (apropos-plist): Add face property.
18956 (apropos-symbols-internal): Fix indentation.
18957 (apropos-print): Simplify help, and recognize apropos-multi-type.
18958 (apropos-print-doc): Use button-type-get to extract the button's
18959 face property. Fill docstring (Bug#8352).
18960
18961 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
18962
18963 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18964
18965 * play/mpuz.el (mpuz-silent): Doc fix.
18966 (mpuz-mode-map): Use mapc.
18967 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
18968 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
18969 Fix typos in docstrings.
18970
18971 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18972 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18973
18974 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18975
18976 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
18977
18978 * minibuffer.el (completion--do-completion): Avoid the "Next char
18979 not unique" prompt if icomplete-mode is enabled (Bug#5849).
18980
18981 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
18982 mouse-2 into unread-command-events, it is interpreted correctly.
18983
18984 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
18985 (image-toggle-display): Doc fix.
18986
18987 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
18988
18989 * textmodes/page.el (what-page): Use line-number-at-pos to
18990 calculate line number (Bug#6825).
18991
18992 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18993
18994 * eshell/esh-mode.el (find-tag-interactive): Declare function.
18995 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
18996 Pass argument NO-DEFAULT to `find-tag-interactive'.
18997
18998 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18999
19000 Lexical-binding cleanup.
19001
19002 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19003 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19004 * progmodes/ada-prj.el (ada-prj-initialize-values)
19005 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19006 (ada-prj-show-value):
19007 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19008 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19009 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19010 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19011 * progmodes/bug-reference.el (bug-reference-push-button):
19012 * progmodes/fortran.el (fortran-line-length):
19013 * progmodes/glasses.el (glasses-change):
19014 * progmodes/octave-mod.el (octave-fill-paragraph):
19015 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19016 (python-pdbtrack-grub-for-buffer, python-sentinel):
19017 * progmodes/sql.el (sql-save-connection):
19018 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19019 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19020 Mark unused parameters.
19021
19022 * progmodes/compile.el (compilation--flush-directory-cache)
19023 (compilation--flush-parse, compile-internal): Mark unused parameters.
19024 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19025 (compilation-next-error-function): Remove unused variable `timestamp'.
19026
19027 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19028 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19029
19030 * progmodes/dcl-mode.el (dcl-end-of-command):
19031 Remove unused variable `start'.
19032 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19033 (dcl-option-value-basic, dcl-option-value-offset)
19034 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19035 Mark unused parameters.
19036 (dcl-save-local-variable): Remove unused variable `val'.
19037 (mode): Declare.
19038
19039 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19040 Mark unused parameters.
19041 (delphi-ignore-changes): Move before first use.
19042 (delphi-charset-token-at): Remove unused variable `start'.
19043 (delphi-else-start): Remove unused variable `if-count'.
19044 (delphi-comment-block-start, delphi-comment-block-end):
19045 Remove unused variable `kind'.
19046 (delphi-indent-line): Remove unused variable `new-point'.
19047
19048 * progmodes/ebrowse.el (ebrowse-files-list)
19049 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19050 Mark unused parameters. Don't quote `lambda'.
19051 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19052 Don't quote `lambda'.
19053 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19054 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19055 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19056 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19057 Use `ignore-errors'.
19058 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19059 (ebrowse-view/find-file-and-search-pattern)
19060 (ebrowse-view/find-member-declaration/definition):
19061 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19062 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19063 Rename parameter PREFIX-ARG to PREFIX.
19064 (ebrowse-tags-read-name): Remove unused variables `start' and
19065 `member-info'.
19066 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19067 to `tags-file'.
19068
19069 * progmodes/etags.el (local-find-tag-hook): Declare.
19070 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19071 Mark unused parameters.
19072
19073 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19074 (executable-interpret): Mark unused parameter.
19075
19076 * progmodes/flymake.el (flymake-process-sentinel)
19077 (flymake-after-change-function)
19078 (flymake-create-temp-with-folder-structure)
19079 (flymake-get-include-dirs-dot): Mark unused parameters.
19080 (flymake-safe-delete-directory): Remove unused variable `err'.
19081
19082 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19083 (speedbar-timer-fn, speedbar-line-text)
19084 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19085 (speedbar-center-buffer-smartly): Declare functions.
19086 (gdb-find-watch-expression): Remove unused variable `array'.
19087 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19088 (gdb-starting): Mark unused parameters.
19089 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19090 (gdb-table-string): Remove unused variable `res'.
19091 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19092 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19093 (gdb-display-buffer): Remove unused variable `cur-size'.
19094
19095 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19096 allow lexical-binding compilation.
19097 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19098 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19099 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19100 Mark unused parameters.
19101 (gud-gdb-marker-filter): Remove unused variable `match'.
19102 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19103 lambda expressions and funcall them, instead of using `fset'.
19104
19105 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19106 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19107
19108 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19109 variable `header-beg'; use `let'.
19110
19111 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19112 `restart', `last-sexp' and `at-do'.
19113
19114 * progmodes/js.el (js--debug): Mark unused parameter.
19115 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19116 (js--splice-into-items): Remove unused variable `item'.
19117 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19118
19119 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19120 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19121 (makefile-complete): Remove unused variable `try'.
19122 (makefile-fill-paragraph, makefile-match-function-end):
19123 Mark unused parameters.
19124
19125 * progmodes/octave-inf.el (inferior-octave-complete):
19126 Remove unused variable `proc'.
19127 (inferior-octave-output-digest): Mark unused parameter.
19128
19129 * progmodes/perl-mode.el (perl-calculate-indent):
19130 Remove unused variable `err'.
19131
19132 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19133 (prolog-indent-line): Mark unused parameters.
19134 (prolog-indent-line): Remove unused variable `beg'.
19135
19136 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19137 (reporter-dont-compact-list): Declare.
19138
19139 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19140 Remove unused variable `char'.
19141 (sh-debug): Mark unused parameter.
19142 (sh-get-indent-info): Remove unused variable `start'.
19143 (sh-calculate-indent): Remove unused variable `var'.
19144
19145 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19146 (simula-electric-keyword): Remove unused variable `null'.
19147 (simula-search-backward, simula-search-forward): Remove unused
19148 variables `begin' and `end'.
19149
19150 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19151 Remove unused variable `pos'.
19152 (vera-electric-tab, vera-comment-uncomment-region):
19153 Mark unused parameters.
19154 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19155
19156 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
19157
19158 * emacs-lisp/package.el (package--builtins, package-alist)
19159 (package-load-descriptor, package-built-in-p, package-activate)
19160 (define-package, package-installed-p)
19161 (package-compute-transaction, package-buffer-info)
19162 (package--push): Doc fix. Distinguish more clearly between
19163 version strings and version lists.
19164
19165 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
19166
19167 Lexical-binding cleanup.
19168
19169 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19170 (5x5-make-mutate-best):
19171 * play/fortune.el (fortune-in-buffer):
19172 * play/gomoku.el (gomoku-init-display):
19173 * play/solitaire.el (solitaire, solitaire-do-check):
19174 * play/tetris.el (tetris-default-update-speed-function):
19175 Mark unused parameters.
19176
19177 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19178 (bubbles--shift): Remove unused variable `char-org'.
19179 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19180 (bubbles--show-images): Remove unused variable `char'.
19181
19182 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19183 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19184 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19185 (decipher-analyze-buffer): Use ?\s.
19186 (decipher-make-checkpoint): Remove unused variable `mapping'.
19187
19188 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19189
19190 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19191 Remove unused variable `result'; use `let'.
19192
19193 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19194 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19195 (gametree-children-shown-p, gametree-compute-reduced-score):
19196 Use `ignore-errors'.
19197
19198 * play/handwrite.el (ps-lpr-switches): Declare.
19199 (handwrite): Remove unused variables `pmin' and `lastp'.
19200
19201 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19202
19203 * play/landmark.el (landmark-init-display)
19204 (landmark-update-naught-weights): Mark unused parameters.
19205 (landmark-y): Remove unused variable `noise'. Simplify.
19206 (landmark-human-plays): Remove unused variable `score'.
19207
19208 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19209 (mpuz-try-proposal): Remove unused variable `game'.
19210
19211 * play/zone.el (life-patterns): Declare.
19212
19213 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
19214
19215 * vc/vc.el (ediff-vc-internal): Declare function.
19216
19217 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19218
19219 * shell.el: Use lexical-binding and std completion UI.
19220 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19221 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19222 comint-preoutput-filter-functions rather than on
19223 comint-output-filter-functions.
19224 (shell-command-completion, shell--command-completion-data)
19225 (shell-filename-completion, shell-environment-variable-completion)
19226 (shell-c-a-p-replace-by-expanded-directory): New functions.
19227 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19228 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19229 (shell-dynamic-complete-environment-variable): Use them.
19230 (shell-dynamic-complete-as-environment-variable)
19231 (shell-dynamic-complete-as-command): Remove.
19232 (shell-match-partial-variable): Match past point.
19233 * comint.el: Clean up use of completion-at-point-functions.
19234 (comint-completion-at-point): New function.
19235 (comint-mode): Use it completion-at-point-functions.
19236 (comint-dynamic-complete): Make it obsolete.
19237 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19238 (comint-c-a-p-replace-by-expanded-history): New function.
19239 (comint-dynamic-complete-functions)
19240 (comint-replace-by-expanded-history): Use it.
19241 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19242 termination strings. Try harder to avoid second try-completion.
19243 (completion-in-region-mode-map): Disable bindings that don't work yet.
19244
19245 * comint.el: Use lexical-binding. Require CL.
19246 (comint-dynamic-complete-functions): Use comint-filename-completion.
19247 (comint-completion-addsuffix): Tweak custom type.
19248 (comint-filename-completion, comint--common-suffix)
19249 (comint--common-quoted-suffix, comint--table-subvert)
19250 (comint--complete-file-name-data): New functions.
19251 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19252 (comint-dynamic-list-filename-completions): Use them.
19253 (comint-dynamic-simple-complete): Make obsolete.
19254
19255 * minibuffer.el (completion-in-region-mode):
19256 Keep completion-in-region-mode--predicate global.
19257 (completion-in-region--postch):
19258 Assume completion-in-region-mode--predicate is not null.
19259
19260 * progmodes/flymake.el (flymake-start-syntax-check-process):
19261 Obey `dir'. Simplify.
19262
19263 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19264 we're in VC after all.
19265
19266 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19267
19268 * vc/vc.el (vc-diff-build-argument-list-internal)
19269 (vc-version-ediff, vc-ediff): New commands.
19270 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19271
19272 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19273
19274 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19275 add sanity check.
19276
19277 * obsolete/erc-hecomplete.el: Make obsolete.
19278 * obsolete/: Standardize obsolescence info in the header.
19279
19280 2011-04-20 Glenn Morris <rgm@gnu.org>
19281
19282 * calendar/solar.el (solar-horizontal-coordinates):
19283 Use the longitude argument rather than `calendar-longitude'.
19284 (solar-date-next-longitude): Remove unused locals.
19285
19286 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19287
19288 * whitespace.el: New version 13.2.1.
19289
19290 2011-04-20 felix <EmacsWiki> (tiny change)
19291
19292 * whitespace.el (global-whitespace-mode): Keep highlight when
19293 switching between major modes on a file.
19294
19295 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19296
19297 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19298 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19299 multi-line comments as well.
19300
19301 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19302
19303 Lexical-binding cleanup.
19304
19305 * arc-mode.el (archive-mode-revert):
19306 * cmuscheme.el (scheme-interactively-start-process):
19307 * custom.el (custom-initialize-delay):
19308 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19309 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19310 * emacs-lock.el (emacs-lock-clear-sentinel):
19311 * ezimage.el (defezimage):
19312 * follow.el (follow-avoid-tail-recenter):
19313 * fringe.el (set-fringe-mode-1):
19314 * generic-x.el (bat-generic-mode-compile):
19315 * help-mode.el (help-info-variable, help-do-xref)
19316 (help-mode-revert-buffer):
19317 * help.el (view-emacs-todo):
19318 * iswitchb.el (iswitchb-completion-help):
19319 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19320 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19321 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19322 * locate.el (locate-update):
19323 * longlines.el (longlines-encode-region)
19324 (longlines-after-change-function):
19325 * outline.el (outline-isearch-open-invisible):
19326 * ps-def.el (declare-function, charset-dimension, char-width)
19327 (encode-char):
19328 * ps-mule.el (ps-mule-plot-string):
19329 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19330 (recentf-edit-list-select, recentf-edit-list-validate)
19331 (recentf-open-files-action):
19332 * rect.el (delete-whitespace-rectangle-line)
19333 (rectangle-number-line-callback):
19334 * register.el (window-configuration-to-register)
19335 (frame-configuration-to-register):
19336 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19337 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19338 (xselect-convert-to-targets, xselect-convert-to-delete)
19339 (xselect-convert-to-filename, xselect-convert-to-charpos)
19340 (xselect-convert-to-lineno, xselect-convert-to-colno)
19341 (xselect-convert-to-os, xselect-convert-to-host)
19342 (xselect-convert-to-user, xselect-convert-to-class)
19343 (xselect-convert-to-name, xselect-convert-to-integer)
19344 (xselect-convert-to-atom, xselect-convert-to-identity):
19345 * subr.el (declare, ignore, process-kill-without-query)
19346 (text-clone-maintain):
19347 * terminal.el (te-get-char, te-tic-sentinel):
19348 * tool-bar.el (tool-bar-make-keymap):
19349 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19350 * type-break.el (type-break-mode, type-break-noninteractive-query):
19351 * view.el (View-back-to-mark):
19352 * wid-browse.el (widget-browse-action, widget-browse-widget)
19353 (widget-browse-widgets, widget-browse-sexp):
19354 * widget.el (define-widget-keywords):
19355 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19356 Mark unused parameters.
19357
19358 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19359 (align-areas): Remove unused variable `look'.
19360 (align-region): Remove unused variables `real-end' and `pos-list'.
19361
19362 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19363
19364 * bindings.el (mode-line-modified, mode-line-remote):
19365 Mark unused parameters.
19366 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19367
19368 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19369 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19370
19371 * comint.el (comint-history-isearch-pop-state)
19372 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19373 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19374 (comint-substitute-in-file-name): Doc fix.
19375
19376 * completion.el (cmpl-statistics-block): Mark unused parameter.
19377 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19378 (save-completions-to-file, load-completions-from-file):
19379 Remove unused local variable `e'.
19380
19381 * composite.el (compose-chars): Remove unused variable `len'.
19382 (lgstring-insert-glyph): Remove unused variable `g'.
19383 (compose-glyph-string): Remove unused variables `ascent',
19384 `descent', `lbearing' and `rbearing'.
19385 (compose-glyph-string-relative): Remove unused variables
19386 `lbearing', `rbearing' and `wadjust'.
19387 (compose-gstring-for-graphic): Remove unused variables `header',
19388 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19389 (compose-gstring-for-terminal): Remove unused variables `header'
19390 and `nchars'. Use `let', not `let*'.
19391
19392 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19393 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19394 (Custom-buffer-done, custom-buffer-create-internal)
19395 (custom-browse-visibility-action, custom-browse-group-tag-action)
19396 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19397 (widget-magic-mouse-down-action, custom-toggle-parent)
19398 (custom-add-parent-links, custom-toggle-hide-variable)
19399 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19400 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19401 (custom-face-menu-create, custom-variable-menu-create, get)
19402 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19403 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19404 (customize-apropos): Remove unused variable `tests'.
19405 (custom-group-value-create): Remove unused variable `hidden-p'.
19406 (sort-fold-case): Declare.
19407
19408 * cus-theme.el (custom-reset-standard-faces-list)
19409 (custom-reset-standard-variables-list): Declare.
19410 (customize-create-theme, custom-theme-revert, custom-theme-write)
19411 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19412 Mark unused parameters.
19413
19414 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19415
19416 * delim-col.el (delimit-columns-max): Move defvar before first use.
19417
19418 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19419 (describe-char): Don't quote `lambda'. Mark unused parameter.
19420
19421 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19422 (auto-insert): Declare.
19423 (desktop-restore-file-buffer): Rename desktop-* parameters;
19424 mark unused ones.
19425 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19426 (desktop-buffer): Rename desktop-* parameters.
19427
19428 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19429 (dframe-reposition-frame-xemacs, dframe-help-echo)
19430 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19431 Mark unused parameters.
19432
19433 * dired-aux.el (backup-extract-version-start, overwrite-query)
19434 (overwrite-backup-query, rename-regexp-query)
19435 (rename-non-directory-query): Declare.
19436 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19437 (dired-add-entry): Remove unused variable `orig-file-name'.
19438 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19439 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19440 `dired-copy-preserve-time' directly.
19441 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19442 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19443
19444 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19445 (dired-virtual-revert, dired-make-relative-symlink):
19446 Mark unused parameters.
19447 (manual-program): Declare.
19448 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19449 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19450 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19451
19452 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19453
19454 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19455
19456 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19457 Declare.
19458
19459 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19460
19461 * electric.el (Electric-command-loop): Rename parameter
19462 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19463
19464 * expand.el (expand-in-literal): Remove unused variable `here'.
19465
19466 * facemenu.el (facemenu-add-new-color):
19467 Remove unused variable `docstring'.
19468
19469 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19470 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19471 (face-attr-construct): Mark unused parameter. Doc fix.
19472 (read-color): Remove unused variable `hex-string'.
19473
19474 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19475 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19476 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19477 (display-buffer-other-frame): Remove unused variable `old-window'.
19478 (kill-buffer-hook): Declare.
19479 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19480 Mark unused parameters.
19481 (after-find-file): Pass 1 to `auto-save-mode', not t.
19482
19483 * files-x.el (auto-insert): Declare.
19484 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19485
19486 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19487 variable `buf'. Mark unused parameter.
19488 (find-lisp-insert-directory): Mark unused parameter.
19489
19490 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19491 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19492 (format-common-tail): Remove, unused.
19493 (format-deannotate-region): Remove unused variable `loc'.
19494 (format-annotate-region): Remove unused variable `p'.
19495 (format-annotate-single-property-change): Remove unused variables
19496 `default' and `tail'.
19497
19498 * forms.el (read-file-filter): Declare.
19499 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19500
19501 * frame.el (frame-creation-function-alist): Mark unused parameter.
19502 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19503
19504 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19505 Remove unused parameters.
19506 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19507 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19508
19509 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19510 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19511 (hfy-prepare-tag-map): Mark unused parameters.
19512 (htmlfontify-buffer): Use `called-interactively-p'.
19513
19514 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19515 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19516 (ibuffer-do-occur): Mark unused parameters.
19517 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19518 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19519
19520 * ibuffer.el: Don't quote `lambda'.
19521 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19522 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19523 Mark unused parameters.
19524
19525 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19526 (ido-completing-read): Mark unused parameters.
19527 (ido-copy-current-word): Mark unused parameters;
19528 remove unused variable `name'.
19529 (ido-sort-merged-list): Remove unused parameter `dirs'.
19530
19531 * ielm.el (ielm-input-sender): Mark unused parameter.
19532 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19533 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19534 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19535 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19536 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19537
19538 * image-dired.el (image-dired-display-thumbs): Remove unused
19539 variables `curr-file' and `count'.
19540 (image-dired-remove-tag): Remove unused variable `start'.
19541 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19542 variable `curr-file'
19543 (image-dired-rotate-original): Remove unused variable `temp-file'.
19544 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19545 Remove unused variable `file'.
19546 (image-dired-gallery-generate): Remove unused variable `curr'.
19547 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19548
19549 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19550
19551 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19552
19553 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19554
19555 * isearch.el (minibuffer-history-symbol): Declare.
19556 (isearch-edit-string): Remove unused variable `err'.
19557 (isearch-message-prefix, isearch-message-suffix):
19558 Mark unused parameters.
19559
19560 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19561
19562 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19563
19564 * makesum.el (double-column): Remove unused variable `cnt'.
19565
19566 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19567 (ido-ignore-item-temp-list): Declare.
19568
19569 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19570 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19571 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19572 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19573 `mouse-col-delta'.
19574
19575 * mouse-sel.el (mouse-extend-internal):
19576 Remove unused variable `orig-window-frame'.
19577
19578 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19579 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19580 Move declarations before first use.
19581 (pcomplete-opt): Mark unused parameters; doc fix.
19582
19583 * proced.el (proced-revert): Mark unused parameter.
19584 (proced-send-signal): Remove unused variable `err'.
19585
19586 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19587 Rename parameter PREFIX-ARG to ARG.
19588 (ps-basic-plot-string, ps-basic-plot-whitespace):
19589 Mark unused parameters.
19590
19591 * replace.el (replace-count): Define.
19592 (occur-revert-function): Mark unused parameters.
19593 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19594 (isearch-case-fold-search, isearch-string): Declare.
19595 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19596 bind `case-fold-search'. Remove unused variables `beg' and `end',
19597 and simplify.
19598 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19599 COUNT and bind `replace-count'.
19600 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19601 to COUNT.
19602
19603 * savehist.el (print-readably, print-string-length): Declare.
19604
19605 * shadowfile.el (shadow-expand-cluster-in-file-name):
19606 Remove unused variable `cluster'.
19607 (shadow-copy-file): Remove unused variable `i'.
19608 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19609 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19610 (shadow-define-literal-group, shadow-define-regexp-group)
19611 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19612
19613 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19614 (shell): Use `called-interactively-p'.
19615 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19616
19617 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19618 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19619 (delete-backward-char): Remove unused variable `ocol'.
19620 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19621 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19622 (event-apply-hyper-modifier, event-apply-shift-modifier)
19623 (event-apply-control-modifier, event-apply-meta-modifier):
19624 Mark unused parameters.
19625 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19626 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19627
19628 * speedbar.el (speedbar-ignored-directory-expressions)
19629 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19630 (speedbar-find-file, speedbar-dir-follow)
19631 (speedbar-directory-buttons-follow, speedbar-tag-find)
19632 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19633 (speedbar-buffers-line-directory, speedbar-buffer-click):
19634 Mark unused parameters.
19635 (speedbar-tag-file): Remove unused variable `mode'.
19636 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19637
19638 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19639
19640 * talk.el (talk): Remove unused variable `display'.
19641
19642 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19643 (tar-write-region-annotate): Mark unused parameter.
19644
19645 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19646 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19647 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19648 warning by another.
19649
19650 * time-stamp.el (time-stamp-string-preprocess):
19651 Remove unused variable `require-padding'.
19652
19653 * tree-widget.el (widget-glyph-enable): Declare.
19654 (tree-widget-action): Mark unused parameter.
19655
19656 * w32-fns.el (x-get-selection): Mark unused parameter.
19657 (autoload-make-program, generated-autoload-file): Declare.
19658
19659 * wdired.el (wdired-revert): Mark unused parameters.
19660 (wdired-xcase-word): Remove unused variable `err'.
19661
19662 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19663 (whitespace-help-scroll): Remove unused variable `data-help'.
19664
19665 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19666 (widget-image-insert, widget-after-change, default)
19667 (widget-default-format-handler, widget-default-notify)
19668 (widget-default-prompt-value, widget-info-link-action)
19669 (widget-url-link-action, widget-function-link-action)
19670 (widget-variable-link-action, widget-file-link-action)
19671 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19672 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19673 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19674 (widget-insert-button-action, widget-delete-button-action, visibility)
19675 (widget-documentation-link-action, widget-documentation-string-action)
19676 (widget-const-prompt-value, widget-regexp-match, symbol)
19677 (widget-coding-system-prompt-value)
19678 (widget-key-sequence-value-to-external, sexp)
19679 (widget-sexp-value-to-internal, character, vector, cons)
19680 (widget-choice-prompt-value, widget-boolean-prompt-value)
19681 (widget-color--choose-action): Mark unused parameters.
19682 (widget-item-match-inline, widget-choice-match-inline)
19683 (widget-checklist-match, widget-checklist-match-inline)
19684 (widget-group-match): Rename parameter VALUES to VALS.
19685 (widget-field-value-set): Remove unused variable `size'.
19686 (widget-color-action): Remove unused variables `value' and `start'.
19687
19688 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
19689 variable `dir'. Doc fix.
19690 (windmove-find-other-window): Don't pass it.
19691
19692 * window.el (count-windows): Mark unused parameter.
19693 (bw-adjust-window): Remove unused variable `err'.
19694
19695 * woman.el (woman-file-name): Remove unused variable `default'.
19696 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19697 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19698 (global-font-lock-mode): Declare.
19699 (woman-decode-region): Mark unused parameter.
19700 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19701
19702 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19703 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19704 (x-dnd-handle-moz-url): Remove unused variable `title'.
19705 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19706
19707 * xml.el (xml-parse-tag, xml-parse-attlist):
19708 Remove unused variable `pos'.
19709
19710 2011-04-19 Glenn Morris <rgm@gnu.org>
19711
19712 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19713 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19714 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19715 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19716 * calendar/cal-html.el (cal-html-insert-minical):
19717 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19718 (calendar-mark-date-pattern):
19719 Prefix "unused" locals.
19720
19721 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19722 optional argument `style'.
19723
19724 * calendar/appt.el (appt-make-list):
19725 * calendar/cal-china.el (calendar-chinese-date-string):
19726 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19727 (diary-hebrew-yahrzeit):
19728 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19729 * calendar/calendar.el (calendar-generate-window):
19730 * calendar/time-date.el (time-to-days):
19731 Remove unused local variables.
19732
19733 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
19734
19735 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19736 glyphless-char-display table.
19737 (tabulated-list-glyphless-char-display): New var.
19738
19739 2011-04-18 Sam Steingold <sds@gnu.org>
19740
19741 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19742 to acknowledgments.
19743
19744 2011-04-17 Glenn Morris <rgm@gnu.org>
19745
19746 * calendar/diary-lib.el (diary-sexp-entry):
19747 * calendar/holidays.el (holiday-sexp):
19748 Set debug-on-error rather than the removed stack-trace-on-error.
19749
19750 2011-04-16 Glenn Morris <rgm@gnu.org>
19751
19752 * progmodes/f90.el: Use lexical-binding.
19753 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19754
19755 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19756
19757 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19758 (mail-mode): Setup mailalias completion here instead.
19759 * mail/mailalias.el: Use lexical-binding.
19760 (pattern, mailalias-done): Declare dynamic.
19761 (mail-completion-at-point-function): New function, from mail-complete.
19762 (mail-complete): Use it.
19763 (mail-completion-expand): New function.
19764 (mail-get-names): Use it.
19765 (mail-directory, mail-directory-process, mail-directory-stream):
19766 Don't use `pattern' for lexically bound arg.
19767
19768 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19769
19770 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19771 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19772 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19773
19774 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19775 (byte-save-window-excursion, byte-temp-output-buffer-setup)
19776 (byte-interactive-p): Define them again, for use when inlining
19777 old code.
19778
19779 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
19780
19781 * loadup.el: Use `string-to-number', not `string-to-int'.
19782
19783 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19784
19785 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19786 gud-gdb-complete-command.
19787 (gud-gdb-completions): New function, from gud-gdb-complete-command.
19788 (gud-gdb-completion-at-point): New function.
19789 (gud-gdb-completions): Remove.
19790
19791 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
19792
19793 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19794 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
19795 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19796 whether `executable-find' is bound.
19797
19798 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19799
19800 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19801
19802 * minibuffer.el (completion-in-region-mode-predicate)
19803 (completion-in-region-mode--predicate): New vars.
19804 (completion-in-region, completion-in-region--postch)
19805 (completion-in-region-mode): Use them.
19806 (completion--capf-wrapper): Also return the hook function.
19807 (completion-at-point, completion-help-at-point):
19808 Adjust and provide a predicate.
19809
19810 Preserve arg names for advice of subr and lexical functions (bug#8457).
19811 * help-fns.el (help-function-arglist): Consolidate the subr and
19812 new-byte-code cases. Add argument `preserve-names' to extract names
19813 from the docstring when needed.
19814 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19815 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19816 (ad-arglist): Use help-function-arglist's new arg.
19817 (ad-definition-type): Use cond.
19818
19819 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
19820
19821 * autorevert.el (auto-revert-handler):
19822 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19823 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19824 Don't quote lambda.
19825
19826 * image-mode.el (image-transform-set-scale):
19827 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19828
19829 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19830
19831 * net/network-stream.el (network-stream-open-starttls): Only do
19832 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
19833 Upgrades via gnutls-cli are too slow to be done opportunistically.
19834
19835 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
19836
19837 * dframe.el (dframe-current-frame): Remove spurious quote.
19838
19839 2011-04-12 Glenn Morris <rgm@gnu.org>
19840
19841 * calendar/cal-tex.el (cal-tex-end-document):
19842 Try to automatically use latin1 input if needed.
19843
19844 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19845 Don't try to cons a mark onto an empty element.
19846
19847 2011-04-11 Leo Liu <sdl.web@gmail.com>
19848
19849 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
19850 buffers.
19851 (ido-kill-buffer-at-head): Support killing virtual buffers.
19852
19853 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
19854
19855 * minibuffer.el (completion-show-inline-help): New var.
19856 (completion--do-completion, minibuffer-complete)
19857 (minibuffer-force-complete, minibuffer-complete-word):
19858 Inhibit minibuffer messages if completion-show-inline-help is nil.
19859
19860 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19861 to avoid interference from inline help (Bug#5849).
19862
19863 2011-04-10 Leo Liu <sdl.web@gmail.com>
19864
19865 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19866 Fix typo.
19867
19868 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
19869
19870 * image-mode.el (image-toggle-display-image): Signal an error if
19871 not in Image mode.
19872 (image-transform-mode, image-transform-resize)
19873 (image-transform-set-rotation): Doc fix.
19874 (image-transform-set-resize): Delete.
19875 (image-transform-set-scale, image-transform-fit-to-height)
19876 (image-transform-fit-to-width): Handle image-toggle-display-image
19877 and image-transform-resize directly.
19878
19879 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
19880
19881 * doc-view.el (doc-view-fit-width-to-window)
19882 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
19883 New functions for fitting the shown image to the Emacs window size.
19884 (doc-view-mode-map): Add bindings for the new functions.
19885
19886 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
19887
19888 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
19889 Fix typo in docstring.
19890
19891 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19892
19893 * files.el (file-size-human-readable): Produce one digit after
19894 decimal, like "ls -lh" does.
19895
19896 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
19897 the file size representation.
19898
19899 * simple.el (list-processes): If async subprocesses are not
19900 available, error out with a clear error message.
19901
19902 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
19903
19904 * help.el (help-form-show): New function, to be called from C.
19905 Put help-form output in a buffer named differently than *Help*.
19906
19907 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19908
19909 * files.el (file-size-human-readable): New function.
19910
19911 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
19912 computing the representation inline. Don't require `cl'.
19913
19914 2011-04-08 Glenn Morris <rgm@gnu.org>
19915
19916 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19917
19918 * net/browse-url.el (browse-url-firefox):
19919 Test system-type, not system-configuration.
19920
19921 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
19922 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
19923 Use log-edit-empty-buffer-p. (Bug#7598)
19924
19925 * net/rlogin.el (rlogin-process-connection-type): Simplify.
19926 (rlogin-mode-map): Initialize in the defvar.
19927 (rlogin): Use ignore-errors.
19928
19929 * replace.el (occur-mode-map): Some fixes for menu items.
19930
19931 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
19932
19933 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
19934
19935 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19936
19937 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
19938 issuing unused warnings.
19939
19940 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
19941 macro directly.
19942
19943 * simple.el: Lisp reimplement of list-processes. Based on an
19944 earlier reimplementation by Leo Liu, but using tabulated-list.el.
19945 (process-menu-mode): New major mode.
19946 (list-processes--refresh, list-processes):
19947 (process-menu-visit-buffer): New functions.
19948
19949 * files.el (save-buffers-kill-emacs): Don't assume any return
19950 value of list-processes, which is undocumented anyway.
19951
19952 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19953
19954 * emacs-lisp/tabulated-list.el: New file.
19955
19956 * emacs-lisp/package.el: Use Tabulated List mode.
19957 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
19958 (package-menu-mode): Derive from tabulated-list-mode. Set up the
19959 table format using Tabulated List mode variables.
19960 (package--push): New macro, replacing package-list-maybe-add.
19961 (package-menu--generate): Use package--push. Renamed from
19962 package--generate-package-list.
19963 (package-menu-refresh, list-packages): Use it.
19964 (package-menu--print-info): Rename from package-print-package.
19965 Return insertion data instead of inserting it directly.
19966 (package-menu-describe-package, package-menu-execute):
19967 Use tabulated-list-get-id.
19968 (package-menu-mark-delete, package-menu-mark-install)
19969 (package-menu-mark-unmark, package-menu-backup-unmark)
19970 (package-menu-mark-obsolete-for-deletion):
19971 Use tabulated-list-put-tag.
19972 (package--list-packages, package-menu-revert)
19973 (package-menu-get-package, package-menu-get-version)
19974 (package-menu-sort-by-column): Functions deleted.
19975 (package-menu-package-list, package-menu-sort-key): Vars deleted.
19976 (package-menu--status-predicate, package-menu--version-predicate)
19977 (package-menu--name-predicate)
19978 (package-menu--description-predicate): Handle arguments in the
19979 Tabulated List format.
19980 (package-list-packages-no-fetch): Call list-packages.
19981
19982 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
19983
19984 * files.el (after-find-file-from-revert-buffer): Remove variable.
19985 (after-find-file): Don't bind it.
19986 (revert-buffer-in-progress-p): New variable.
19987 (revert-buffer): Bind it.
19988 Pass nil for `after-find-file-from-revert-buffer'.
19989
19990 * saveplace.el (save-place-find-file-hook): Use new variable
19991 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
19992
19993 2011-04-06 Glenn Morris <rgm@gnu.org>
19994
19995 * Makefile.in (AUTOGEN_VCS): New variable.
19996 (autoloads): Use $AUTOGEN_VCS.
19997
19998 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
19999 * calendar/calendar.el (calendar-mode-map):
20000 Check for toolkit scroll bars. (Bug#8305)
20001
20002 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20003
20004 * minibuffer.el (completion-in-region--postch)
20005 (completion-in-region-mode): Remove unnecessary messages.
20006
20007 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
20008
20009 * font-lock.el (font-lock-refresh-defaults):
20010 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20011 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20012
20013 * info.el (Info-directory-list, Info-read-node-name-2)
20014 (Info-split-parameter-string): Doc fixes.
20015 (Info-virtual-nodes): Reflow docstring.
20016 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20017 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20018 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20019 Fix typos in docstrings.
20020 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20021 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20022 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20023 (Info-restore-desktop-buffer): Mark unused parameters.
20024 (Info-directory-find-file, Info-directory-find-node)
20025 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20026 (Info-virtual-index-find-node, Info-apropos-find-file)
20027 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
20028 Mark unused parameters; fix typos in docstrings.
20029 (Info-virtual-index): Remove unused local variable `nodename'.
20030
20031 2011-04-05 Deniz Dogan <deniz@dogan.se>
20032
20033 * net/rcirc.el: Update my e-mail address.
20034 (rcirc-mode-map): Remove M-o binding.
20035
20036 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
20037
20038 * startup.el (command-line): Save the cursor's theme-face
20039 directly, instead of using face-override-spec.
20040
20041 * custom.el (load-theme): Minor optimization in assigning faces.
20042
20043 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20044
20045 * help-fns.el (describe-variable): Complete all variables having
20046 documentation, including keywords.
20047 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20048
20049 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
20050
20051 Convert to lexical-binding.
20052
20053 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20054 (bs--get-marked-string, bs--get-modified-string)
20055 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20056 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20057 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20058
20059 * ehelp.el (electric-help-execute-extended)
20060 (electric-help-ctrl-x-prefix):
20061 * hexl.el (hexl-revert-buffer-function):
20062 * linum.el (linum-after-change, linum-after-scroll):
20063 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20064
20065 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20066
20067 2011-04-04 Daiki Ueno <ueno@unixuser.org>
20068
20069 * epa-dired.el:
20070 * epa-mail.el:
20071 * epa-hook.el:
20072 * epa-file.el:
20073 * epa.el:
20074 * epg.el: Use lexical binding.
20075
20076 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
20077
20078 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20079
20080 * textmodes/flyspell.el (flyspell-word): Recognize default
20081 dictionary case for flyspell-mark-duplications-exceptions.
20082 Use regexp matching for languages.
20083 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20084 default dictionary (Bug#7926).
20085
20086 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
20087
20088 * emacs-lisp/package.el (package--with-work-buffer):
20089 Recognize https URLs.
20090
20091 * net/network-stream.el: Move from gnus/proto-stream.el.
20092 Change prefix to network-stream throughout.
20093 (open-protocol-stream): Merge into open-network-stream, leaving
20094 open-protocol-stream as an alias. Handle nil BUFFER args.
20095
20096 * subr.el (open-network-stream): Move to net/network-stream.el.
20097
20098 2011-04-02 Glenn Morris <rgm@gnu.org>
20099
20100 * find-dired.el (find-exec-terminator): New option.
20101 (find-ls-option): Test for -ls support.
20102 (find-ls-subdir-switches): Test for -b in find-ls-option.
20103 (find-dired, find-grep-dired): Doc fixes.
20104 (find-dired): Use find-exec-terminator.
20105
20106 * find-dired.el (find-ls-option, find-ls-subdir-switches)
20107 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20108 (find-name-arg): Remove purecopy.
20109
20110 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20111 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20112 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20113 accordingly. Don't add the null-device if not needed.
20114
20115 * files.el (save-some-buffers): Doc fix.
20116
20117 2011-04-02 Eli Zaretskii <eliz@gnu.org>
20118
20119 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20120
20121 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
20122
20123 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20124 Use `dolist' rather than `mapcar'.
20125
20126 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20127
20128 Add lexical binding.
20129
20130 * subr.el (apply-partially): Use new closures rather than CL.
20131 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20132 (dolist, dotimes): Use slightly different expansion for lexical code.
20133 (functionp): Move to C.
20134 (letrec): New macro.
20135 (with-wrapper-hook): Use it and apply-partially instead of CL.
20136 (eval-after-load): Preserve lexical-binding.
20137 (save-window-excursion, with-output-to-temp-buffer): Turn them
20138 into macros.
20139
20140 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20141
20142 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20143 than the arglist.
20144 (help-add-fundoc-usage): Don't add `Not documented'.
20145 (help-function-arglist): Handle closures, subroutines, and new
20146 byte-code-functions.
20147 (help-make-usage): Remove leading underscores.
20148 (describe-function-1): Handle closures.
20149 (describe-variable): Use special-variable-p for completion.
20150
20151 * files.el (lexical-binding): Declare safe.
20152
20153 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20154 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20155 (pcase): Add `let' pattern.
20156 Change memoization so it actually works.
20157 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20158 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20159 <let>: New case.
20160
20161 * emacs-lisp/macroexp.el: Use lexical binding.
20162 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20163 Don't convert ' to #' without checking that it's indeed quoting
20164 a lambda.
20165
20166 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
20167 Use eval-sexp-add-defvars.
20168 (eval-sexp-add-defvars): New fun.
20169
20170 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20171
20172 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20173 Don't autoload.
20174 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20175 than the internal `byte-compile-lambda'.
20176 (defmethod): Don't hide code under quotes.
20177 (eieio-defmethod): New `code' argument.
20178
20179 * emacs-lisp/eieio-comp.el: Remove.
20180
20181 * emacs-lisp/edebug.el (edebug-eval-defun)
20182 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20183 (edebug-toggle): Avoid `eval'.
20184
20185 * emacs-lisp/disass.el (disassemble-internal): Handle new
20186 `closure' objects.
20187 (disassemble-1): Handle new byte codes.
20188
20189 * emacs-lisp/cl.el (pushnew): Silence warning.
20190
20191 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20192 (cl-byte-compile-throw): Remove.
20193 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20194
20195 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20196 closures.
20197
20198 * emacs-lisp/cconv.el: New file.
20199
20200 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20201 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20202 (byte-compile-initial-macro-environment):
20203 Handle declare-function here.
20204 (byte-compile--lexical-environment): New var.
20205 (byte-stack-ref, byte-stack-set, byte-discardN)
20206 (byte-discardN-preserve-tos): New lap codes.
20207 (byte-interactive-p): Don't use any more.
20208 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20209 New macros.
20210 (byte-compile-lapcode): Use them and handle new lap codes.
20211 (byte-compile-obsolete): Remove.
20212 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20213 (byte-compile-arglist-warn): Check late def of inlinable funs.
20214 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20215 since they should have been expanded by now.
20216 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20217 (byte-compile-from-buffer): Remove unused second arg.
20218 (byte-compile-preprocess): New function.
20219 (byte-compile-toplevel-file-form): New function to distinguish
20220 file-form calls from outside from file-form calls from hunk-handlers.
20221 (byte-compile-file-form): Simplify.
20222 (byte-compile-file-form-defsubst): Remove.
20223 (byte-compile-file-form-defmumble): Simplify now that
20224 byte-compile-lambda always returns a byte-code-function.
20225 (byte-compile): Preprocess.
20226 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20227 Remove, not used any more.
20228 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20229 (byte-compile-make-args-desc): New funs.
20230 (byte-compile-lambda): Handle lexical functions. Always return
20231 a byte-code-function.
20232 (byte-compile-reserved-constants): New var, to make up room for
20233 closed-over variables.
20234 (byte-compile-constants-vector): Obey it.
20235 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20236 (byte-compile-macroexpand-declare-function): New function.
20237 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20238 byte-code-functions.
20239 (byte-compile-form): Check obsolescence here.
20240 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20241 (byte-compile-variable-ref): Remove.
20242 (byte-compile-dynamic-variable-op): New fun.
20243 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20244 (byte-compile-variable-set): New funs.
20245 (byte-compile-discard): Add 2 args.
20246 (byte-compile-stack-ref, byte-compile-stack-set)
20247 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20248 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20249 macroexpand-all instead.
20250 (byte-compile-quote-form): Remove.
20251 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20252 (byte-compile-bind, byte-compile-unbind): New funs.
20253 (byte-compile-let): Handle let* and lexical binding.
20254 (byte-compile-let*): Remove.
20255 (byte-compile-catch, byte-compile-unwind-protect)
20256 (byte-compile-track-mouse, byte-compile-condition-case):
20257 Handle a new :fun-body form, used for lexical scoping.
20258 (byte-compile-save-window-excursion)
20259 (byte-compile-with-output-to-temp-buffer): Remove.
20260 (byte-compile-defun): Simplify.
20261 (byte-compile-stack-adjustment): New fun.
20262 (byte-compile-out): Use it.
20263 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20264
20265 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20266 handler any more.
20267
20268 * emacs-lisp/byte-opt.el: Use lexical binding.
20269 (byte-inline-lapcode): Remove (to bytecomp).
20270 (byte-compile-inline-expand): Pay attention to inlining to/from
20271 lexically bound code.
20272 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20273 any more.
20274 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20275 any more and don't call compiler-macros.
20276 (byte-compile-splice-in-already-compiled-code): Remove.
20277 (byte-code): Don't inline any more.
20278 (disassemble-offset): Receive `bytes' as argument rather than via
20279 dynamic scoping.
20280 (byte-compile-tag-number): Declare before first use.
20281 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20282 `return' even if make-spliceable.
20283 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20284 obsolete interactive-p.
20285 (byte-optimize-lapcode): Optimize new lap-codes.
20286 Don't trip up on new form of `byte-constant' lap code.
20287
20288 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20289
20290 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20291
20292 * custom.el (custom-initialize-default, custom-declare-variable):
20293 Use `defvar'.
20294
20295 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20296 New variables.
20297 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20298 (COMPILE_FIRST): Add macroexp and cconv.
20299 * makefile.w32-in: Mirror changes in Makefile.in.
20300
20301 * vc/cvs-status.el:
20302 * vc/diff-mode.el:
20303 * vc/log-edit.el:
20304 * vc/log-view.el:
20305 * vc/smerge-mode.el:
20306 * textmodes/bibtex-style.el:
20307 * textmodes/css-mode.el:
20308 * startup.el:
20309 * uniquify.el:
20310 * minibuffer.el:
20311 * newcomment.el:
20312 * reveal.el:
20313 * server.el:
20314 * mpc.el:
20315 * emacs-lisp/smie.el:
20316 * doc-view.el:
20317 * dired.el:
20318 * abbrev.el: Use lexical binding.
20319
20320 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20321
20322 * info.el (info-display-manual): New function.
20323
20324 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20327
20328 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20329
20330 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20331 an entry for that server in rcirc-authinfo. (Bug#8385)
20332
20333 2011-03-31 Glenn Morris <rgm@gnu.org>
20334
20335 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20336
20337 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20338
20339 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20340
20341 * progmodes/python.el (python-default-interpreter)
20342 (python-python-command-args, python-jython-command-args)
20343 (python-which-shell, python-which-args, python-which-bufname)
20344 (python-file-queue, python-comint-output-filter-function)
20345 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20346 variables and functions.
20347
20348 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20349
20350 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20351 (completion-in-region-mode): New minor mode.
20352 (completion-in-region): Use it.
20353 (completion-in-region--data, completion-in-region-mode-map): New vars.
20354 (completion-in-region--postch): New function.
20355 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20356 New vars.
20357 (completion--capf-wrapper): New function.
20358 (completion-at-point): Use it to track well-behavedness of
20359 hook functions.
20360 (completion-help-at-point): New command.
20361
20362 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20363
20364 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20365 syntax class to search for whitespace on a single line
20366 (Message-ID: <4D938140.4030905@redhat.com>).
20367
20368 2011-03-30 Leo Liu <sdl.web@gmail.com>
20369
20370 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20371 New commands.
20372 (edit-abbrevs-map): Bind them here.
20373 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20374
20375 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20376
20377 * allout.el (allout-hide-by-annotation, allout-flag-region):
20378 Reduce possibility of overlay leakage by making them volatile.
20379
20380 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20381 hash is not shared between buffers. Mode initialization is
20382 responsible for giving it a useful starting value.
20383 (allout-item-span): Reduce possibility of overlay leakage by
20384 making them volatile.
20385 (allout-widgets-count-buttons-in-region): Add diagnostic function
20386 for tracking down button overlay leaks.
20387
20388 2011-03-29 Leo Liu <sdl.web@gmail.com>
20389
20390 * ido.el (ido-read-internal): Use the default history var
20391 minibuffer-history if no HISTORY is specified.
20392
20393 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20394
20395 * net/imap.el (imap-shell-open, imap-process-connection-type):
20396 Use imap-process-connection-type for 'shell' streams as well as
20397 Kerberos, SSL, other subprocesses.
20398
20399 2011-03-28 Leo Liu <sdl.web@gmail.com>
20400
20401 * abbrev.el (abbrev-table-empty-p): New function.
20402 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20403 nonempty ones. (Bug#5937)
20404
20405 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20406
20407 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20408
20409 2011-03-27 Leo Liu <sdl.web@gmail.com>
20410
20411 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20412 for foreground and background colors.
20413 (ansi-color-make-color-map): Adapt.
20414
20415 2011-03-25 Leo Liu <sdl.web@gmail.com>
20416
20417 * midnight.el (midnight-time-float): Remove. Note it calculates
20418 the microsecond component incorrectly and seconds-to-time does the
20419 same job.
20420 Remove redundant (require 'timer).
20421
20422 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20423 (ido-completions): Remove unused arguments. (Bug#8329)
20424
20425 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * minibuffer.el (completion--flush-all-sorted-completions):
20428 Remove itself from hook.
20429 (completion-at-point): Let the functions perform the completion
20430 immediately and return nil or t.
20431 * comint.el (comint-dynamic-complete-functions): Now identical to
20432 completion-at-point-functions.
20433 (comint-dynamic-list-input-ring): Remove unused var `index'.
20434 (comint--match-partial-filename, comint--unquote&expand-filename):
20435 New funs, split from comint-match-partial-filename.
20436 (comint-dynamic-complete): Use completion-at-point.
20437 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20438
20439 2011-03-24 Drew Adams <drew.adams@oracle.com>
20440
20441 * thingatpt.el: Support `defun'.
20442
20443 2011-03-23 Leo Liu <sdl.web@gmail.com>
20444
20445 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20446
20447 * help-mode.el (help-mode-finish): Tweak regexp.
20448
20449 2011-03-23 Glenn Morris <rgm@gnu.org>
20450
20451 * eshell/esh-opt.el (eshell-eval-using-options):
20452 Do not bind unused local variable `eshell-option-stub'.
20453
20454 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20455
20456 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20457
20458 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20459 keymap variable in `with-no-warnings' to avoid a warning when the
20460 keymap has been already `defconst'ed.
20461
20462 2011-03-22 Leo Liu <sdl.web@gmail.com>
20463
20464 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20465 encode all chars in abbrevs; otherwise use emacs-mule or
20466 utf-8-emacs. (Bug#8308)
20467
20468 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20469
20470 * simple.el (backward-delete-char-untabify):
20471 Avoid warning about using `delete-backward-char'.
20472
20473 * image.el (image-type-file-name-regexps): Make it variable.
20474 `imagemagick-register-types' modifies it, and the user may want
20475 to add new extensions for known image types.
20476 (imagemagick-register-types): Throw error if not using ImageMagick.
20477
20478 2011-03-22 Leo Liu <sdl.web@gmail.com>
20479
20480 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20481 located before rcirc-prompt-end-marker.
20482 (rcirc-complete): Error if point is not after rcirc prompt.
20483 Handle the case when table is nil.
20484 (rcirc-user-authenticated): Define to fix compiler warning.
20485
20486 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
20487
20488 * custom.el (custom--inhibit-theme-enable): Make it affect only
20489 custom-theme-set-variables and custom-theme-set-faces.
20490 (provide-theme): Ignore custom--inhibit-theme-enable.
20491 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20492 (custom-enabling-themes): Delete variable.
20493 (enable-theme): Accept only loaded themes as arguments.
20494 Ignore the special custom-enabled-themes variable.
20495 (custom-enabled-themes): Forbid themes from setting this.
20496 Eliminate use of custom-enabling-themes.
20497 (custom-push-theme): Quote "changed" custom var entry.
20498
20499 2011-03-21 Leo Liu <sdl.web@gmail.com>
20500
20501 * ido.el (ido-read-internal): Add ido-selected to history instead
20502 of user input.
20503
20504 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * subr.el (deferred-action-list, deferred-action-function):
20507 Mark obsolete.
20508
20509 2011-03-21 Leo Liu <sdl.web@gmail.com>
20510
20511 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20512 change on 2011-02-13 (bug#8309).
20513
20514 * minibuffer.el (read-file-name-function): Change default value.
20515 (read-file-name--defaults): Rename from read-file-name-defaults.
20516 (read-file-name-default): Rename from read-file-name.
20517 (read-file-name): Call read-file-name-function.
20518
20519 2011-03-21 Glenn Morris <rgm@gnu.org>
20520
20521 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20522 Doc fixes.
20523
20524 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
20525
20526 * cus-theme.el: Add missing provide statement.
20527 (customize-create-theme): Extract theme value correctly.
20528 (custom-theme-visit-theme): Autoload.
20529 (customize-create-theme): Prompt before inserting default faces.
20530
20531 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20532
20533 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20534 units and musical notes.
20535
20536 2011-03-20 Leo Liu <sdl.web@gmail.com>
20537
20538 * ido.el (ido-read-internal): Use completing-read-default.
20539 (ido-completing-read): Fix compatibility with completing-read.
20540
20541 2011-03-20 Christian Ohler <ohler@gnu.org>
20542
20543 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20544 (ert-delete-all-tests): Use `called-interactively-p' rather than
20545 `interactive-p'.
20546 (ert--make-xrefs-region): Respect END.
20547
20548 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20549
20550 * dired-aux.el (dired-create-directory): Signal an error if the
20551 directory already exists (Bug#8246).
20552
20553 * facemenu.el (list-colors-display): Call list-faces-display
20554 inside with-help-window.
20555 (list-colors-print): Use display property to align the final
20556 column, instead of checking window-width.
20557
20558 2011-03-19 Eli Zaretskii <eliz@gnu.org>
20559
20560 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20561 windows-nt systems.
20562 (emerge-protect-metachars): Quote correctly for ms-dos and
20563 windows-nt systems.
20564
20565 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
20566
20567 * info.el (info-initialize): Replace all uses of `:' with
20568 path-separator for compatibility with non-Unix systems.
20569 Cache quoting of path-separator. (Bug#8258)
20570
20571 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
20572
20573 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20574 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20575 (mouse-avoidance-mode): Fix typos in docstrings.
20576
20577 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20578
20579 * startup.el (package-subdirectory-regexp): Move from package.el.
20580 Omit \\` and \\', and let callers add them.
20581
20582 * emacs-lisp/package.el (package-strip-version)
20583 (package-load-all-descriptors): Add \\` and \\' to
20584 package-subdirectory-regexp before using it.
20585 (package-untar-buffer): New arg DIR; ensure that file untars only
20586 into this expected directory. Remove superfluous delete-region.
20587 (package-unpack): Caller changed.
20588 (package-tar-file-info): Use package-subdirectory-regexp.
20589
20590 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20591
20592 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20593 diff-mode-shared-map (bug#8284).
20594 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20595
20596 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20597
20598 * calendar/time-date.el (format-seconds): Use assoc instead of
20599 assoc-string, since assoc-string doesn't exist in XEmacs.
20600
20601 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
20602
20603 * custom.el (custom-known-themes): Reflow docstring.
20604 (custom-theme-load-path): Fix typo in docstring.
20605 (load-theme): Fix typo in error message.
20606 (custom-available-themes, custom-variable-theme-value):
20607 Use `let', not `let*'.
20608
20609 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20610
20611 * calc/README: Mention inclusion of musical notes.
20612
20613 * calc/calc-units.el (calc-lu-quant): Rename from
20614 `calc-logunits-quantity'.
20615 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20616 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20617 (calc-db): Rename from `calc-dblevel'.
20618 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20619 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20620 (calc-np): Rename from `calc-nplevel'.
20621 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20622 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20623 (calc-lu-plus): Rename from `calc-logunits-add'.
20624 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20625 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20626 (calc-lu-minus): Rename from `calc-logunits-sub'.
20627 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20628 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20629 (calc-lu-times): Rename from `calc-logunits-mul'.
20630 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20631 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20632 (calc-lu-divide): Rename from `calc-logunits-div'.
20633 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20634 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20635
20636 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20637 functions being autoloaded.
20638
20639 * calc/calc.el (calc-lu-power-reference): Rename from
20640 `calc-logunits-power-reference'.
20641 (calc-lu-field-reference): Rename from
20642 `calc-logunits-field-reference'.
20643
20644 * calc/calc-help.el (calc-l-prefix-help):
20645 Mention musical note functions.
20646
20647 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * minibuffer.el (completion-all-sorted-completions):
20650 Use :completion-cycle-penalty text property if present.
20651
20652 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20653
20654 * allout.el (allout-yank-processing): Adjust for new rebulleting
20655 regime so bullet being yanked is used without prompting the user
20656 for a choice.
20657
20658 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20659
20660 * startup.el (command-line): Warn the user that _emacs is deprecated.
20661
20662 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20663
20664 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20665 (delphi-verbose, delphi-comment-face, delphi-string-face)
20666 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20667 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20668 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20669 (delphi-new-comment-line, delphi-font-lock-defaults)
20670 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20671 Fix typos in docstrings.
20672
20673 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20674
20675 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
20676 Invert the roles of character and string values for INSTEAD, so a
20677 string is used for the more common case of a defaulting prompt.
20678
20679 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * progmodes/ruby-mode.el (ruby-backward-sexp):
20682 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20683 * play/gamegrid.el (gamegrid-make-face):
20684 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20685 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20686 * notifications.el (notifications-notify):
20687 * net/xesam.el (xesam-search-engines):
20688 * net/quickurl.el (quickurl-list-insert):
20689 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20690
20691 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
20692
20693 * startup.el (command-line): Update package subdirectory regexp.
20694
20695 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20696
20697 * allout.el (allout-abbreviate-flattened-numbering)
20698 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20699
20700 * subr.el (read-char-choice): Only show the cursor after the prompt,
20701 not after the answer.
20702
20703 2011-03-15 Kevin Ryde <user42@zip.com.au>
20704
20705 * help-fns.el (variable-at-point): Skip leading quotes, if any
20706 (bug#8253).
20707
20708 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20709
20710 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20711 warning message.
20712
20713 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
20714
20715 * shell.el (shell): When called interactively, offer to change the
20716 shell file name on remote hosts.
20717
20718 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
20719
20720 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20721 integration for LDAP parameters. The host, base, user or binddn,
20722 and secret tokens can be specified in a netrc file, for instance.
20723 This is optional because an `auth-source' parameter must be
20724 specified in the search attributes.
20725
20726 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
20727
20728 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20729
20730 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20731
20732 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20733 into declaration. Remove redundant and harmful binding.
20734
20735 2011-03-12 Eli Zaretskii <eliz@gnu.org>
20736
20737 * files.el (file-ownership-preserved-p): Pass `integer' as an
20738 explicit 2nd argument to `file-attributes'. If the file's owner
20739 is the Administrators group on Windows, and the current user is
20740 Administrator, consider that a match.
20741
20742 * server.el (server-ensure-safe-dir): Consider server directory
20743 safe on MS-Windows if its owner is the Administrators group while
20744 the current Emacs user is Administrator. Use `=' to compare
20745 numerical UIDs, since they could be integers or floats.
20746
20747 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
20748
20749 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20750
20751 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
20752
20753 Sync with Tramp 2.2.1.
20754
20755 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20756
20757 * net/trampver.el: Update release number.
20758
20759 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20760
20761 * progmodes/compile.el (compilation--previous-directory): Fix up
20762 various nil/dead-marker mismatches (bug#8014).
20763 (compilation-directory-properties, compilation-error-properties):
20764 Don't call it at a position past the one we're about to change.
20765
20766 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20767 Disable obsolescence warnings in the file that declares it.
20768
20769 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20770
20771 * allout-widgets.el (allout-widgets-tally):
20772 Initialize allout-widgets-tally as a hash table rather than nil to
20773 prevent mode-line redisplay warnings. Also, clarify the module
20774 description and fix a comment typo.
20775
20776 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
20777
20778 * help-fns.el (describe-variable): Don't complete keywords.
20779 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20780
20781 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
20782
20783 * emacs-lisp/package.el (package-version-join): Impose a standard
20784 string representation for pre/alpha/beta version lists.
20785 (package-unpack-single): Standardize the directory name by passing
20786 it through package-version-join.
20787 (package-strip-rcs-id): Accept any version string that does not
20788 signal an error in version-to-list.
20789
20790 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
20791
20792 * simple.el (delete-trailing-whitespace): Return nil for the
20793 benefit of `write-file-functions'.
20794
20795 2011-03-10 Glenn Morris <rgm@gnu.org>
20796
20797 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20798
20799 * vc/vc-git.el (vc-git-program): New option.
20800 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20801 (vc-git--call): Use it.
20802
20803 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20804
20805 * cus-edit.el (Custom-newline): If no button at point, look
20806 for a subgroup button at start-of-line. (Bug#2298)
20807
20808 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20809
20810 2011-03-10 Julien Danjou <julien@danjou.info>
20811
20812 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20813 `cursor-type' is nil.
20814
20815 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
20816
20817 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20818
20819 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20820
20821 * allout.el: Change so yank of distinctive-bullet items
20822 preserves the existing header prefix, rebulleting it if necessary,
20823 rather than replacing it. This is necessary for proper operation
20824 of cooperative addons like allout-widgets.
20825 (allout-make-topic-prefix, allout-rebullet-heading):
20826 Change SOLICIT arg to INSTEAD, and interpret additionally a string
20827 value as alternate bullet to be used, instead of prompting the user
20828 for a bullet character.
20829
20830 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
20831
20832 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20833 Do not use `tramp-file-name-port', because this returns also
20834 `tramp-default-port'.
20835
20836 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
20837
20838 * net/rcirc.el (rcirc-handler-001): Remove useless
20839 with-rcirc-process-buffer.
20840 (rcirc-check-auth-status): Swap arguments to string-match.
20841
20842 2011-03-09 Glenn Morris <rgm@gnu.org>
20843
20844 * shell.el (shell-mode):
20845 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
20846
20847 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20848 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
20849
20850 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20851
20852 * emacs-lisp/package.el (package-refresh-contents)
20853 (package-menu-execute): Use condition-case-no-debug.
20854
20855 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
20856
20857 * simple.el (shell-command-to-string): Use `process-file'.
20858
20859 * emacs-lisp/package.el (package-tar-file-info): Handle also
20860 remote files.
20861
20862 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20863 Use `equal' for upload base check.
20864
20865 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
20866
20867 * textmodes/texinfo.el (texinfo-environments):
20868 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
20869
20870 2011-03-08 Glenn Morris <rgm@gnu.org>
20871
20872 * cus-start.el (cursor-in-non-selected-windows):
20873 Fix :set quoting oddness. (Bug#8192)
20874
20875 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20876 in some setf expressions. (Bug#2159)
20877
20878 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20879
20880 * custom.el (custom-available-themes): Return themes in
20881 alphabetical order.
20882
20883 See ChangeLog.15 for earlier changes.
20884
20885 ;; Local Variables:
20886 ;; coding: utf-8
20887 ;; End:
20888
20889 Copyright (C) 2011-2012 Free Software Foundation, Inc.
20890
20891 This file is part of GNU Emacs.
20892
20893 GNU Emacs is free software: you can redistribute it and/or modify
20894 it under the terms of the GNU General Public License as published by
20895 the Free Software Foundation, either version 3 of the License, or
20896 (at your option) any later version.
20897
20898 GNU Emacs is distributed in the hope that it will be useful,
20899 but WITHOUT ANY WARRANTY; without even the implied warranty of
20900 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20901 GNU General Public License for more details.
20902
20903 You should have received a copy of the GNU General Public License
20904 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.