]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
75fbaa13b92b26ca9a6566f8cf5b57dded09f219
[gnu-emacs] / lisp / ChangeLog
1 2012-10-26 Martin Rudalics <rudalics@gmx.at>
2
3 * mouse.el (mouse-drag-line): Move last form into preceding when
4 clause (Bug#12731).
5
6 * help.el (resize-temp-buffer-window): Fix doc-string.
7
8 2012-10-25 David Engster <deng@randomsample.de>
9
10 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
11 Removed. This feature is already integrated in imenu.
12
13 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
14 always loaded. Require `speedbar' unconditionally.
15
16 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
19
20 * minibuffer.el (minibuffer-force-complete): Fix thinko.
21
22 * net/ldap.el (ldap-search-internal): The official ldif format starts
23 with a "version: 1" header (bug#12724).
24
25 * emacs-lisp/package.el (package-installed-p): Warn if not ready
26 (bug#12721).
27
28 2012-10-25 Glenn Morris <rgm@gnu.org>
29
30 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
31
32 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * minibuffer.el (minibuffer-force-complete): Use one more marker
35 for the temporary-overlay-map command (bug#12619).
36
37 2012-10-24 Chong Yidong <cyd@gnu.org>
38
39 * time.el (display-time-world-mode): Derive from special-mode.
40 (display-time-world): Use display-buffer (Bug#12708).
41 (display-time-world-mode-map): Variable deleted.
42 (display-time-world-display): Wrap the final delete-char inside
43 inhibit-read-only.
44
45 2012-10-24 Chong Yidong <cyd@gnu.org>
46
47 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
48 Doc fix.
49
50 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
51
52 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * minibuffer.el (completion--all-sorted-completions-location): New var.
55 (completion--cache-all-sorted-completions)
56 (completion--flush-all-sorted-completions): Use it.
57 (completion-in-region, completion-in-region--postch)
58 (completion-at-point, completion-help-at-point): Use markers in
59 completion-in-region--data (bug#12619).
60
61 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
62
63 * progmodes/compile.el (compilation-start): Try to handle common
64 quoting of `cd' argument (bug#12640).
65
66 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
67 (bug#12671).
68
69 2012-10-23 Glenn Morris <rgm@gnu.org>
70
71 * progmodes/gud.el (gud-menu-map):
72 Check gdb-active-process is bound. (Bug#12358)
73
74 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * repeat.el (repeat): Set real-this-command (bug#12232).
77
78 * htmlfontify.el (hfy-post-html-hook):
79 * filesets.el (filesets-cache-fill-content-hook):
80 * arc-mode.el (archive-extract-hook):
81 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
82 * net/rcirc.el (rcirc-sentinel-functions)
83 (rcirc-receive-message-functions, rcirc-activity-functions)
84 (rcirc-print-functions):
85 * net/dbus.el (dbus-event-error-functions):
86 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
87 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
88 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
89 * term/sun.el (sun-raw-prefix-hooks):
90 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
91
92 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
93
94 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
95 Set `tramp-chunksize' to 1. This improves the performance.
96 (tramp-smb-wait-for-output): Add timeout to
97 `tramp-accept-process-output' calls.
98
99 2012-10-23 Chong Yidong <cyd@gnu.org>
100
101 * faces.el (font-list-limit): Define as an obsolete variable.
102
103 * startup.el (command-line):
104 * cus-start.el: Don't refer to font-list-limit.
105
106 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
107
108 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * subr.el (internal-temp-output-buffer-show): Rename from
111 temp-output-buffer-show, since previously compiled files expect this name.
112
113 2012-10-23 Glenn Morris <rgm@gnu.org>
114
115 * image.el (image-type-from-file-name): If multiple types match,
116 return the first one that is supported. (Bug#9045)
117
118 2012-10-22 Glenn Morris <rgm@gnu.org>
119
120 * image.el (imagemagick-enabled-types): Doc fix.
121
122 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
123
124 * progmodes/which-func.el (which-func-current): The hash-table may have
125 an explicit nil (bug#12338).
126
127 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * electric.el (electric-pair-delete-selection-self-insert-function):
130 Rename to electric-pair-will-use-region, return a boolean.
131 (electric-pair-mode): Adjust accordingly. Don't require delsel.
132
133 * delsel.el (delete-selection-helper): Use a function instead of a hook.
134 (delete-selection-pre-hook): Use use-region-p.
135 (delete-selection-self-insert-function): Remove.
136 (self-insert-command): Obey self-insert-uses-region-functions.
137 (self-insert-iso): Revert to previous setting, since we don't actually
138 know what that command does.
139 (delete-selection-self-insert-hooks): Remove.
140
141 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
142
143 * delsel.el (delete-selection-helper): New function, extracted from
144 delete-selection-pre-hook.
145 (delete-selection-pre-hook): Use it.
146 (delete-selection-self-insert-function): New function.
147 (delete-selection-self-insert-hooks): New hook.
148 (self-insert-command, self-insert-iso): Use it.
149 * electric.el (electric-pair-syntax): New function, extracted from
150 electric-pair-post-self-insert-function.
151 (electric-pair-post-self-insert-function): Use it.
152 (electric-pair-delete-selection-self-insert-function): New function.
153 (electric-pair-mode): Require delsel and setup
154 delete-selection-self-insert-hooks (bug#11520).
155
156 2012-10-20 Chong Yidong <cyd@gnu.org>
157
158 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
159 no changes to show (Bug#12586).
160
161 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
162 list explicitly (Bug#12571).
163
164 2012-10-20 Arne Jørgensen <arne@arnested.dk>
165
166 * progmodes/flymake.el (flymake-create-temp-inplace):
167 Use file-truename.
168
169 2012-10-20 Eli Zaretskii <eliz@gnu.org>
170
171 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
172
173 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
174
175 * calc/calc-units.el (math-extract-units): Properly extract powers
176 of units.
177
178 2012-10-20 Daniel Colascione <dancol@dancol.org>
179
180 * frame.el (make-frame): Set x-display-name as we used to in order
181 to unbreak creating an X11 frame from an Emacs daemon started
182 without a display.
183
184 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * minibuffer.el (minibuffer-force-complete): Make the next completion use
187 the same completion-field (bug@12221).
188
189 2012-10-19 Martin Rudalics <rudalics@gmx.at>
190
191 * emacs-lisp/debug.el (debug): Record height of debugger window
192 also when debugger will be back (Bug#8789).
193
194 2012-10-18 Chong Yidong <cyd@gnu.org>
195
196 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
197 Convert to defcustom.
198 (gdb-get-source-file): Don't bind pop-up-windows.
199
200 * progmodes/gud.el (gud-display-line): Don't specially re-use
201 other frames for the gdb-mi case (Bug#12648).
202
203 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * emacs-lisp/advice.el: Clean up commentary a bit.
206 (ad-do-advised-functions, ad-with-originals): Use `declare'.
207 (byte-code-function-p): Never redefine.
208
209 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
210
211 2012-10-18 Glenn Morris <rgm@gnu.org>
212
213 * dired.el (dired-sort-toggle): Some ls implementations only allow
214 a single option string. (Bug#12666)
215
216 * minibuffer.el (completion-cycle-threshold): Doc fix.
217
218 2012-10-17 Kenichi Handa <handa@gnu.org>
219
220 * international/mule.el (set-keyboard-coding-system):
221 Recover input meta mode when the new coding system doesn not use 8-bit.
222 Supply TERMINAL arg to set-input-meta-mode.
223
224 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de> (tiny change)
225
226 * wdired.el (wdired-old-marks): New variable.
227 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
228 (wdired-do-renames): Move point with renamed file and don't lose
229 mark status (Bug#11795).
230
231 2012-10-16 Juri Linkov <juri@jurta.org>
232
233 * replace.el (query-replace-help): Mention multi-buffer replacement
234 keys in the Help message. (Bug#12655)
235
236 2012-10-15 Chong Yidong <cyd@gnu.org>
237
238 * emacs-lisp/byte-run.el (defsubst): Doc fix.
239
240 2012-10-14 Eli Zaretskii <eliz@gnu.org>
241
242 * window.el (display-buffer): Doc fix.
243
244 * progmodes/compile.el (compilation-error-regexp-alist-alist):
245 Adjust the msft regexp to the output of Studio 2010, and move msft
246 before edg-1. See the discussion on emacs-devel,
247 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
248 for the details.
249
250 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
253 (oset): Move uses of object-class-fast macro after its definition.
254
255 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
256
257 2012-10-13 Chong Yidong <cyd@gnu.org>
258
259 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
260 enabled, re-enable it (Bug#11963).
261
262 2012-10-13 Martin Rudalics <rudalics@gmx.at>
263
264 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
265 non-nil, restore window configuration (Bug#12623).
266
267 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * help-fns.el (describe-variable, describe-function-1):
270 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
271
272 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
273
274 2012-10-12 Glenn Morris <rgm@gnu.org>
275
276 * mail/rmailsum.el (rmail-header-summary):
277 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
278
279 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
280
281 * progmodes/python.el (python-mode-map):
282 Replace subtitute-key-definition with proper command remapping.
283 (python-nav--up-list): Fix behavior for blocks on the same level.
284
285 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
286
287 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
288
289 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
290 changes to the format of load-history.
291
292 * international/mule-cmds.el (read-char-by-name): Move let-binding of
293 completion-ignore-case in case that var is buffer-local (bug#12615).
294
295 2012-10-11 Kenichi Handa <handa@gnu.org>
296
297 * international/eucjp-ms.el: Re-generated.
298
299 2012-10-10 Kenichi Handa <handa@gnu.org>
300
301 * select.el (xselect--encode-string): If a coding is specified for
302 selection, and that is compatible with COMPOUND_TEXT, use it.
303
304 2012-10-10 Martin Rudalics <rudalics@gmx.at>
305
306 * window.el (switch-to-buffer-preserve-window-point): New option.
307 (switch-to-buffer):
308 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
309
310 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
313 Don't document nil as a useful value (bug#12583).
314
315 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
316
317 * net/tramp.el (tramp-debug-message):
318 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
319 (with-tramp-progress-reporter): Rename from
320 `tramp-with-progress-reporter'.
321 (with-tramp-file-property, with-tramp-connection-property):
322 Move from tramp-cache.el, rename from `with-file-property' and
323 `with-connection-property', respectively.
324
325 * net/tramp-cache.el: Remove `with-file-property' and
326 `with-connection-property'.
327
328 * net/tramp.el:
329 * net/tramp-gvfs.el:
330 * net/tramp-sh.el:
331 * net/tramp-smb.el: Adapt callees.
332
333 * net/trampver.el: Update release number.
334
335 2012-10-09 Glenn Morris <rgm@gnu.org>
336
337 * w32-fns.el (set-message-beep):
338 * term/w32-win.el (set-message-beep): Update declarations.
339
340 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
343 (mode-line-widen, mode-line-input-method-map)
344 (mode-line-coding-system-map, mode-line-remote)
345 (mode-line-unbury-buffer, mode-line-bury-buffer)
346 (mode-line-next-buffer, mode-line-previous-buffer):
347 Replace save-selected-window+select-window => with-selected-window.
348
349 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
350 * progmodes/cc-vars.el (bq-process): Remove, unused.
351
352 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
353
354 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
355
356 Implemented `backward-up-list'-like navigation.
357 * progmodes/python.el (python-nav-up-list)
358 (python-nav-backward-up-list): New functions.
359 (python-mode-map): Define substitute key for backward-up-list to
360 python-nav-backward-up-list.
361
362 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
363
364 * progmodes/python.el (python-fill-paragraph): Rename from
365 python-fill-paragraph-function. Fixed fill-paragraph for
366 decorators (Bug#12605).
367
368 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
369
370 * progmodes/python.el (python-shell-output-filter): Handle extra
371 carriage return in OSX (Bug#12409).
372
373 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
374
375 Fix shell handling of unbalanced quotes and parens in output.
376 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
377 (python-syntax-propertize-function): Use it.
378 (python-shell-output-syntax-table): New var.
379 (inferior-python-mode): Prevent unbalanced parens/quotes from
380 previous output mess with current input context.
381
382 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
383
384 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
385 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
386
387 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
388
389 * ffap.el (ffap-replace-file-component): Support Tramp file name
390 syntax, not only ange-ftp's one.
391
392 2012-10-08 Glenn Morris <rgm@gnu.org>
393
394 * cus-start.el (message-log-max): Set :version.
395
396 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
397
398 2012-10-08 Martin Rudalics <rudalics@gmx.at>
399
400 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
401 the minibuffer window (Bug#10851).
402
403 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
404
405 Enhancements on forward-sexp movement.
406 * progmodes/python.el (python-nav-beginning-of-statement)
407 (python-nav-end-of-statement): Return point-marker.
408 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
409 (python-info-current-symbol)
410 (python-info-statement-starts-block-p): Rename from
411 python-info-beginning-of-block-p.
412 (python-info-statement-ends-block-p): Rename from
413 python-info-end-of-block-p.
414 (python-info-beginning-of-statement-p)
415 (python-info-end-of-statement-p)
416 (python-info-beginning-of-block-p, python-info-end-of-block-p):
417 New functions.
418
419 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
422 frame-selected-windows.
423
424 2012-10-08 Daniel Colascione <dancol@dancol.org>
425
426 * battery.el (battery-status-function): Check for
427 w32-battery-status itself, not system-time windows-nt.
428
429 * frame.el: Require cl-lib.
430 (display-format-alist): New variable mapping frame types to
431 functions that initialize them.
432 (window-system-for-display): New function: interprets
433 display-format-alist.
434 (make-frame-on-display): Remove existing display-selection logic
435 and just forward to make-frame, which will now DTRT.
436 (make-frame): Restructure to use window-system-for-display to
437 figure out how to create a frame on a given display.
438 (display-mouse-p): Look for frame-type w32, not a particular
439 system-type.
440
441 * loadup.el: Load w32 lisp code when we have the w32 feature.
442
443 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
444 system-type windows-nt.
445
446 * server.el (server-create-window-system-frame): Look for window
447 type.
448 (server-proces-filter): Only force a window system when windows-nt
449 _and_ w32. Explain why.
450
451 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
452 of window systems we configure for the mode.
453
454 * startup.el (command-line): Mark window system is initialized
455 after we've done it.
456
457 * common-win.el (x-select-text): Look for w32, not windows-nt.
458
459 * ns-win.el: Require cl-lib. Add ourselves to
460 display-format-alist.
461 (ns-initialize-window-system): Assert we're not initialized twice.
462
463 * w32-win.el: Enable lexical binding; require cl-lib; add
464 ourselves to display-format-alist.
465 (w32-handle-dropped-file): Convert incoming dropped files from
466 Windows paths to Cygwin ones before passing them on to the rest of
467 Emacs.
468 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
469 (w32-initialize-window-system): Assert we're not initialized twice.
470
471 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
472 (x-initialize-window-system): Assert we're not initialized twice.
473
474 * w32-common-fns.el: New File.
475 (w32-version, w32-using-nt, w32-get-clipboard-data)
476 (w32-set-clipboard-data, x-set-selection, x-get-selection)
477 (w32-charset-info-alist, x-last-selected, text)
478 (x-get-selection-value, x-selection-value): Move here.
479
480 * w32-fns.el: Require w32-common-fns.
481 (w32-version, w32-using-nt, w32-get-clipboard-data)
482 (w32-set-clipboard-data, x-set-selection, x-get-selection)
483 (w32-charset-info-alist, x-last-selected, text)
484 (x-get-selection-value, x-selection-value): Move to
485 w32-common-fns.
486
487 * w32-vars.el:
488 (w32-allow-system-shell, w32-system-shells): Define only in
489 non-cygwin case.
490
491 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
494 (read-passwd): Remove a few more potential sources of leaks.
495
496 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
497
498 * progmodes/python.el (inferior-python-mode)
499 (python-shell-make-comint): Fix initialization of local
500 variables copied from parent buffer.
501
502 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
503
504 * term/ns-win.el (ns-read-file-name): Update declaration to match
505 nsfns.m.
506 (ns-respond-to-change-font): Change fontsize separatly so we are sure
507 it is set when font is acted upon.
508
509 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
510
511 Enhancements to indentation.
512 * progmodes/python.el (python-indent-context): Give priority to
513 inside-string context. Make comments indentation markers.
514 (python-indent-region): Do not mess with strings, unless it's the
515 enclosing set of quotes.
516
517 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * window.el (internal--before-save-selected-window)
520 (internal--after-save-selected-window): New functions extracted from
521 save-selected-window. Make sure we return the `alist' we construct.
522 (save-selected-window): Use them.
523
524 * textmodes/tex-mode.el (tex-recenter-output-buffer):
525 Use with-selected-window.
526
527 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
528 forms that define macros (bug#12593).
529
530 2012-10-07 Kenichi Handa <handa@gnu.org>
531
532 * international/mule-conf.el (compound-text-with-extensions):
533 Add :mime-charset property as x-ctext.
534
535 2012-10-07 Stefan Merten <smerten@oekonux.de>
536
537 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
538 (rst-indent-literal-normal, rst-indent-literal-minimized)
539 (rst-indent-comment): Correct :version tag.
540 (rst-official-cvs-rev): Correct version string.
541
542 2012-10-07 Glenn Morris <rgm@gnu.org>
543
544 * mail/rmailmm.el (rmail-mime-process-multipart):
545 Do not confuse a multipart message with an epilogue
546 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
547
548 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
549
550 Fix shell output retrieval and comint-prompt-regexp init.
551 * progmodes/python.el (inferior-python-mode):
552 (python-shell-make-comint): Fix initialization of
553 comint-prompt-regexp from copied file local variables.
554 (python-shell-fetched-lines): Remove var.
555 (python-shell-output-filter-in-progress): Rename from
556 python-shell-fetch-lines-in-progress.
557 (python-shell-output-filter-buffer): Rename from
558 python-shell-fetch-lines-string.
559 (python-shell-fetch-lines-filter): Delete function.
560 (python-shell-output-filter): New function.
561 (python-shell-send-string-no-output): Use them.
562
563 2012-10-07 Glenn Morris <rgm@gnu.org>
564
565 * hi-lock.el (hi-lock-process-phrase):
566 Try to make it less fragile. (Bug#7161)
567
568 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
569
570 2012-10-06 Glenn Morris <rgm@gnu.org>
571
572 * ehelp.el (electric-help-mode): Use help-mode rather than
573 non-existent mode `help'.
574 (electric-help-map): Use button-buffer-map. (Bug#10917)
575
576 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
577 (reftex-create-bibtex-footer): Fix custom types.
578
579 * progmodes/sh-script.el (sh-indent-after-continuation):
580 Add explicit :group.
581
582 * textmodes/rst.el (rst-preferred-decorations)
583 (rst-shift-basic-offset): Clarify obsolescence versions.
584
585 * profiler.el (profiler): Add missing group :version tag.
586 * avoid.el (mouse-avoidance-banish-position):
587 * proced.el (proced-renice-command):
588 * calc/calc.el (calc-ensure-consistent-units):
589 * calendar/icalendar.el (icalendar-import-format-uid):
590 * net/tramp.el (tramp-save-ad-hoc-proxies):
591 * progmodes/bug-reference.el (bug-reference-bug-regexp):
592 * progmodes/flymake.el (flymake-error-bitmap)
593 (flymake-warning-bitmap, flymake-fringe-indicator-position):
594 * progmodes/sh-script.el (sh-indent-after-continuation):
595 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
596 (verilog-before-save-font-hook, verilog-after-save-font-hook):
597 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
598 (vhdl-array-index-record-field-in-sensitivity-list)
599 (vhdl-indent-comment-like-next-code-line):
600 * textmodes/reftex-vars.el (reftex-ref-style-alist)
601 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
602 (reftex-cite-key-separator, reftex-create-bibtex-header)
603 (reftex-create-bibtex-footer):
604 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
605 (rst-indent-literal-normal, rst-indent-literal-minimized)
606 (rst-indent-comment): Add missing custom :version tags.
607
608 * calendar/timeclock.el (timeclock-modeline-display):
609 Add missing obsolete alias for renamed user option.
610
611 * strokes.el (strokes-modeline-string):
612 * emulation/crisp.el (crisp-mode-modeline-string):
613 * eshell/esh-mode.el (eshell-status-in-modeline):
614 Aliases to defcustoms must come before the defcustom.
615
616 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
617 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
618 (cal-tex-cursor-week-monday): Doc fixes.
619 (cal-tex-cursor-week2-summary): Doc fix.
620 Rename from cal-tex-cursor-week-at-a-glance.
621
622 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
623 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
624
625 * calendar/calendar.el (calendar-mode-map):
626 Add cal-tex-cursor-week2-summary.
627
628 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
631
632 * subr.el (read-passwd-map): New var.
633 (read-passwd): Use `read-string' again.
634 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
635
636 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
637
638 * register.el (append-to-register, prepend-to-register):
639 Deactivate mark, as does `copy-to-register' (bug#12389).
640
641 2012-10-06 Chong Yidong <cyd@gnu.org>
642
643 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
644
645 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
646
647 * international/characters.el: Fix simple mistake ((car chars) ->
648 elt), delete duplicated code.
649
650 2012-10-06 Glenn Morris <rgm@gnu.org>
651
652 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
653
654 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
655
656 * color.el (color-hsl-to-rgb): Fix incorrect results for
657 small and large hue values. (Bug#12559)
658
659 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
660
661 Enhancements to docstring formatting when filling paragraphs.
662 * progmodes/python.el (python-fill-docstring-style): Rename from
663 python-fill-string-style. Added new style.
664 (python-fill-string): Use new style. Better checks for
665 docstrings.
666
667 2012-10-05 Glenn Morris <rgm@gnu.org>
668
669 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
670
671 * color.el (color-name-to-rgb, color-rgb-to-hex)
672 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
673 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
674 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
675 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
676
677 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
678
679 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
680
681 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
682 to get the correct size across symlinks.
683
684 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
685
686 2012-10-04 Juri Linkov <juri@jurta.org>
687
688 * replace.el (query-replace-interactive): Declare obsolete.
689 (query-replace-read-from): Add the last incremental search string
690 to the list of default values accessible via M-n.
691 (map-query-replace-regexp): Use `read-regexp'.
692 (query-replace, query-replace-regexp, query-replace-regexp-eval)
693 (map-query-replace-regexp, replace-string, replace-regexp):
694 Fix docstrings to replace mentions of `query-replace-interactive'
695 with alternatives. (Bug#12526)
696
697 2012-10-04 Juri Linkov <juri@jurta.org>
698
699 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
700 (dired-pop-to-buffer): Declare obsolete.
701 (dired-mark-pop-up): Doc fix.
702
703 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
704
705 Allow user to set docstring style for fill-paragraph.
706 * progmodes/python.el
707 (python-fill-comment-function, python-fill-string-function)
708 (python-fill-decorator-function, python-fill-paren-function):
709 Remove :safe for defcustoms.
710 (python-fill-string-style): New defcustom
711 (python-fill-paragraph-function): Enhance context detection.
712 (python-fill-string): Honor python-fill-string-style settings.
713
714 2012-10-04 Martin Rudalics <rudalics@gmx.at>
715
716 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
717 after setting its buffer (Bug#10805).
718
719 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
720
721 Fix cornercase for string syntax.
722 * progmodes/python.el (python-syntax-propertize-function):
723 Simplify and enhance the regexp for unescaped quotes. Now it also
724 matches quotes in weird situations like the single quote in
725 "something\"'".
726 (python-syntax-stringify): Simplify num-quotes detecting code.
727
728 2012-10-03 Glenn Morris <rgm@gnu.org>
729
730 * help-macro.el (three-step-help):
731 Revert 2012-09-29 change. (Bug#12567)
732
733 2012-10-03 Martin Rudalics <rudalics@gmx.at>
734
735 * menu-bar.el (kill-this-buffer): Don't do anything when
736 `menu-frame' is not alive or visible (Bug#8184).
737
738 * emacs-lisp/debug.el (debug): When quitting the debugger window
739 restore current buffer (Bug#12502).
740
741 2012-10-02 Chong Yidong <cyd@gnu.org>
742
743 * progmodes/hideif.el (hif-lookup, hif-defined):
744 Handle semantic-c-takeover-hideif.
745
746 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
747
748 Change sampling interval units from ms to ns.
749 * profiler.el (profiler-sampling-interval): Change units
750 from ms to ns, multiplying the default by 1000000 so that
751 it remains 1 ms.
752 (profiler-report-cpu-line-format): Give enough room for
753 the maximum counters on 64-bit hosts.
754 (profiler-report-render-calltree-1): Call them "CPU samples",
755 not "Time (ms)", since they are not milliseconds now (and
756 never really were).
757
758 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
759
760 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
761 Fix querying BBDB for entries without a last name (Bug#11580).
762
763 2012-10-02 Chong Yidong <cyd@gnu.org>
764
765 * emacs-lisp/eieio.el: Restore Version header.
766
767 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * vc/diff-mode.el (diff--auto-refine-data): New var.
770 (diff-hunk): Use it to delay refinement.
771 (diff-mode): Remove overlays when we turn off font-lock.
772
773 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
774 (table-initialize-table-fixed-width-mode)
775 (table-set-table-fixed-width-mode): Remove functions.
776 (table-command-list): Move initialization into declaration.
777 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
778 (table-with-cache-buffer): Use `declare'.
779 (table-span-cell): Simplify via CSE.
780 (table-fixed-width-mode): Use define-minor-mode.
781 (table-call-interactively, table-funcall, table-apply): Remove.
782 (table-function): New function, to replace them.
783
784 * bookmark.el (bookmark-search-pattern): Remove var.
785 (bookmark-read-search-input): Remove function.
786 (bookmark-bmenu-search): Reimplement using a minibuffer.
787
788 * faces.el (modeline): Remove obsolete face name.
789
790 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
791 and give a non-nil default value.
792 (add-change-log-entry): Simplify accordingly.
793
794 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
795
796 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
797 (vc-git-log-edit-toggle-amend): New function.
798 (vc-git-log-edit-toggle-signoff): New function.
799 (vc-git-log-edit-mode): New major mode.
800 (vc-git-log-edit-mode-map): Keymap for it.
801 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
802
803 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
804 header names.
805 (log-edit-toggle-header): New function.
806 (log-edit-extract-headers): Accept function values in HEADERS alist.
807
808 2012-10-01 David Engster <deng@randomsample.de>
809
810 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
811 from symbol property and change message to be more consistent with
812 Emacs proper.
813 (eieio-describe-generic): Add filename for each implementation.
814 Fix indices for generic and normal methods.
815 (eieio-method-def, eieio-class-def): New buttons.
816 (eieio-help-find-method-definition)
817 (eieio-help-find-class-definition): New functions.
818 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
819 class, constructor and method definitions.
820
821 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
822 information in symbol property.
823 (scoped-class): Remove.
824 (eieio-slot-name-index, call-next-method): Check if it is bound.
825
826 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
827
828 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
829 (eieio-custom-mode): New major mode.
830 (eieio-customize-object): Use it.
831
832 2012-10-01 Eric Ludlam <zappo@gnu.org>
833
834 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
835 specifying the expected class, and whether subclassing is allowed.
836 (eieio-persistent-convert-list-to-object):
837 (eieio-persistent-validate/fix-slot-value)
838 (eieio-persistent-slot-type-is-class-p): New functions.
839 (eieio-named::slot-missing): Doc fix.
840
841 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
842 Stop using unused publd variable.
843
844 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
845 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
846 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
847 (eieio-speedbar-handle-click): Do not specify a class for the
848 method. Fixes method invocation order problems with EDE.
849
850 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
853 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
854
855 2012-10-01 Karl Fogel <kfogel@red-bean.com>
856
857 * bookmark.el (bookmark-version-control): Give tags in the
858 :type choices (Bug#12309), and improve doc string.
859 (bookmark-write-file): Bind `print-circle' to `t' to allow
860 circular custom bookmark types. (Bug#12503)
861
862 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
863
864 Revert the FOLLOW-SYMLINKS change for file-attributes.
865 * files.el (remote-file-name-inhibit-cache, after-find-file):
866 * time.el (display-time-file-nonempty-p): Undo last change.
867
868 * profiler.el (profiler-sampling-interval): Change default back to 1.
869 See Stefan Monnier in
870 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
871
872 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
873
874 Shell output catching a la gud-gdb.
875 * progmodes/python.el (python-shell-fetch-lines-in-progress)
876 (python-shell-fetch-lines-string, python-shell-fetched-lines):
877 New Vars.
878 (python-shell-fetch-lines-filter): New function.
879 (python-shell-send-string-no-output): Use them.
880
881 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
882
883 * profiler.el (profiler-sampling-interval): Rename from
884 profiler-sample-interval.
885 (profiler-sampling-interval): Default to 10.
886 (profiler-find-profile): New command (was profiler-find-log).
887 (profiler-find-profile-other-window): New command.
888 (profiler-find-profile-other-frame): New command.
889 (profiler-profile): Introduce API-level data structure.
890
891 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
892
893 file-attributes has a new optional arg FOLLOW-SYMLINKS.
894 * files.el (remote-file-name-inhibit-cache):
895 * time.el (display-time-file-nonempty-p): Use it.
896 * files.el (after-find-file): Don't chase links before calling
897 file-exists-p, as file-exists-p already does the right thing.
898
899 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
900
901 Merge from standalone RefTeX repository.
902
903 The following ChangeLog entries are shortened versions of the
904 original ones with file paths adapted. A not so strongly edited
905 version of the original ChangeLog can be found in the commit log.
906
907 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
908 (reftex-arg-cite): Use `reftex-cite-key-separator'.
909 Correctly handle new value type returned by `reftex-citation'.
910
911 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
912 that entries with whitespace at various places are found.
913 Doc fix. Include entries that are cross-referenced from cited entries.
914 Include @String definitions in the resulting bib file. Add header
915 and footer defined in `reftex-create-bibtex-header' and
916 `reftex-create-bibtex-footer'.
917 (reftex-do-citation): Make it possible again to insert
918 non-existent entries. Save match data when asking for optional
919 arguments. Return all keys, not just the first one.
920 (reftex-all-used-citation-keys): Fix regexp to correctly extract
921 all citations in the same line.
922 (reftex-parse-bibtex-entry): Accept additional optional argument
923 `raw' and keep quotes or braces if it is non-nil. Match fields
924 containing hyphens besides word constituents.
925 (reftex-get-string-refs): New function.
926 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
927 and ask if it should be reread in case it did.
928 (reftex-pop-to-bibtex-entry)
929 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
930 entries with spaces or tabs in front of arguments.
931 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
932 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
933 Match entries containing numbers and symbol constituents.
934 (reftex-do-citation, reftex-figure-out-cite-format):
935 Use `reftex-cite-key-separator'.
936
937 * textmodes/reftex-dcr.el: Move provide statement to end of file.
938 (reftex-mouse-view-crossref): Explain why point is set.
939
940 * textmodes/reftex-global.el: Whitespace changes.
941
942 * textmodes/reftex-index.el: Move provide statement to end of
943 file.
944 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
945 (reftex-index-visit-phrases-buffer): Set marker when visiting
946 buffer. This allows for returning from the phrases file to the
947 file one was just editing instead of the file where the last
948 phrases was added from.
949 (reftex-index-phrases-syntax-table): New variable. Give ?\"
950 punctuation syntax as it usually is not used as string quote in
951 TeX-related modes and may occur unmatched. The change also
952 prevents fontification of quoted content.
953 (reftex-index-phrases-mode): Use it.
954
955 * textmodes/reftex-parse.el (reftex-parse-from-file):
956 Move backward one char if a `\' was matched after a section macro.
957 (reftex-parse-from-file): Use beginning of match instead of end as
958 bound.
959
960 * textmodes/reftex-ref.el: Adapt creation of
961 `reftex-<package>-<macro>' functions to new structure of
962 `reftex-ref-style-alist'.
963 (reftex-reference): Use `reftex-ref-style-list' function.
964 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
965 reference macro if `reftex-ref-macro-prompt' is non-nil.
966 (reftex-reference): Pass refstyle to `reftex-format-special'.
967 Determine reference macro by looking at
968 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
969 Use only one special format function.
970 (reftex-varioref-vref, reftex-fancyref-fref)
971 (reftex-fancyref-Fref): Remove definitions. The functions are now
972 generated from `reftex-ref-style-alist'.
973 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
974 Remove.
975 (reftex-format-special): New function.
976
977 * textmodes/reftex-sel.el
978 (reftex-select-cycle-ref-style-internal): Adapt to new structure
979 of `reftex-ref-style-alist'. Remove code for testing macro type.
980 (reftex-select-toggle-varioref)
981 (reftex-select-toggle-fancyref): Remove.
982 (reftex-select-cycle-ref-style-internal)
983 (reftex-select-cycle-ref-style-forward)
984 (reftex-select-cycle-ref-style-backward): New functions.
985 (reftex-select-label-map): Use `v' and `V' for general cycling
986 through reference styles. Add `p' for switching between number
987 and page reference types.
988
989 * textmodes/reftex-toc.el (reftex-re-enlarge):
990 Call `enlarge-window' only if there is something to do because in Emacs
991 the horizontal version throws an error even if the parameter is 0.
992
993 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
994 (reftex-plug-into-AUCTeX): Doc fix.
995 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
996 string. Adapt to new name.
997 (reftex-ref-style-alist): Change structure so that it is not
998 possible to use multiple different package names within a style.
999 Remove the symbols for symbols for macro type distinction.
1000 Add characters for macro selection.
1001 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1002 (reftex-create-bibtex-footer): New variables.
1003 (reftex-format-ref-function): Mention third argument of special
1004 format function.
1005 (reftex-ref-style-alist, reftex-ref-style-default-list):
1006 New variables.
1007 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1008 to new implementation. Mark as obsolete. Add compatibility code
1009 for honoring the variable values in case they are set.
1010 (reftex-cite-format-builtin, reftex-bibliography-commands):
1011 Add support for ConTeXt.
1012 (reftex-format-ref-function, reftex-format-cite-function):
1013 Fix custom type.
1014 (reftex-cite-key-separator): New variable.
1015
1016 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1017 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1018 `reftex-syntax-table' because parens have to retain their paren
1019 syntax in order for parsing of BibTeX entries like @book(...) to
1020 work.
1021 (reftex-in-comment): Do not error out if `comment-start-skip' is
1022 not set. Deal correctly with escaped comment characters.
1023 (reftex-tie-multifile-symbols): Add doc string.
1024 Initialize `reftex-ref-style-list'.
1025 (reftex-untie-multifile-symbols): Add doc string.
1026 (reftex-add-index-macros): Doc fix.
1027 (reftex-ref-style-activate, reftex-ref-style-toggle)
1028 (reftex-ref-style-list): New functions.
1029 (reftex-mode-menu): Use them. Adapt to new structure of
1030 `reftex-ref-style-alist'.
1031 (reftex-select-with-char): Kill the RefTeX Select buffer when
1032 done.
1033 (reftex-remove-if): New function.
1034 (reftex-erase-all-selection-and-index-buffers)
1035 (reftex-mode-menu): Reference styles are now computed from
1036 `reftex-ref-style-alist'. Fix typo.
1037 (reftex-report-bug): New function.
1038 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1039 algorithms with O(n log n). Introduce optional argument SORT (not
1040 yet used).
1041
1042 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1043
1044 Enhancements for triple-quote string syntax.
1045 * progmodes/python.el (python-syntax-propertize-function):
1046 Match both quote cases in one regexp.
1047 (python-syntax-stringify): Handle matches properly.
1048
1049 2012-09-30 Juri Linkov <juri@jurta.org>
1050
1051 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
1052 to nil around the call to `insert' to prevent
1053 directory time modification by lock_file. (Bug#2295)
1054 * tar-mode.el (tar-summarize-buffer): Idem.
1055
1056 2012-09-30 Juri Linkov <juri@jurta.org>
1057
1058 * facemenu.el (list-colors-sort): Add option "Luminance".
1059 (list-colors-sort-key): Implement it.
1060
1061 * vc/diff-mode.el (diff-refine-removed):
1062 * vc/ediff-init.el (ediff-fine-diff-A):
1063 * vc/smerge-mode.el (smerge-refined-removed):
1064 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1065
1066 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1067
1068 * term/ns-win.el (x-file-dialog): New function.
1069
1070 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * ido.el (ido-max-directory-size): Default to nil; the current
1073 default is small for POSIX systems, and impractical on Windows 7
1074 now that lstat returns directory sizes for NTFS.
1075
1076 2012-09-30 Martin Rudalics <rudalics@gmx.at>
1077
1078 In buffer display functions handle window-height/window-width
1079 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
1080 * window.el (window--display-buffer): New argument ALIST.
1081 Obey window-height and window-width alist entries.
1082 (window--try-to-split-window): New argument ALIST.
1083 Bind window-combination-limit to t when the window's size shall be
1084 changed and window-combination-limit equals `window-size'.
1085 (display-buffer-in-atom-window)
1086 (display-buffer-in-major-side-window)
1087 (display-buffer-in-side-window, display-buffer-same-window)
1088 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1089 (display-buffer-pop-up-window, display-buffer-below-selected)
1090 (display-buffer-at-bottom, display-buffer-in-previous-window)
1091 (display-buffer-use-some-window): Adjust all callers of
1092 window--display-buffer and window--try-to-split-window.
1093 (fit-frame-to-buffer): New option.
1094 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1095 is non-nil.
1096 (display-buffer-in-major-side-window): Evaluate window-height /
1097 window-width alist entries.
1098
1099 * help.el (temp-buffer-resize-frames)
1100 (temp-buffer-resize-regexps): Remove options.
1101 (temp-buffer-resize-mode): Adjust doc-string.
1102 (resize-temp-buffer-window): Don't consult
1103 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1104 temp-buffer-resize-frames.
1105
1106 * dired.el (dired-mark-pop-up):
1107 Call display-buffer-below-selected with a fit-window-to-buffer alist
1108 entry.
1109
1110 2012-09-30 Chong Yidong <cyd@gnu.org>
1111
1112 * server.el (server-host): Document the security implications.
1113 (server-auth-key): Doc fix.
1114
1115 * startup.el (initial-buffer-choice): Doc fix.
1116
1117 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1118
1119 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1120 restriction change.
1121
1122 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1123
1124 * help-fns.el (help-fns--obsolete): Fix last change.
1125
1126 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1127
1128 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1129 (minor-mode-map-alist): Remove redundant code.
1130
1131 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1132 visited in a buffer.
1133 (cvs-insert-visited-file): New function.
1134 (find-file-hook): Use it.
1135
1136 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1137
1138 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1139 chose face.
1140 (log-edit-empty-buffer-p): Don't require a space after a header.
1141
1142 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1143
1144 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1145
1146 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1147 a proper minor-mode.
1148
1149 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1150
1151 2012-09-29 Glenn Morris <rgm@gnu.org>
1152
1153 * winner.el (winner-mode): Remove variable (let define-minor-mode
1154 handle it).
1155 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1156 Doc fixes.
1157 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1158 (winner-mode): Use define-minor-mode.
1159
1160 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1161 the full definition in loaddefs, rather than duplicating it.
1162
1163 * help-macro.el (three-step-help): No need to autoload defcustom.
1164
1165 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1166 (inferior-lisp-program, inferior-lisp-load-command)
1167 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1168 No need to autoload defcustoms.
1169
1170 * hippie-exp.el (hippie-expand-try-functions-list)
1171 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1172 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1173 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1174 (hippie-expand-only-buffers): No need to autoload defcustoms.
1175 * progmodes/vhdl-mode.el (vhdl-line-expand):
1176 Explicitly load hippie-exp, so it does not get autoloaded
1177 while hippie-expand-try-functions-list is let-bound.
1178
1179 2012-09-28 Glenn Morris <rgm@gnu.org>
1180
1181 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1182
1183 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1184 Only "cl.el" counts as cl these days.
1185
1186 2012-09-28 Juri Linkov <juri@jurta.org>
1187
1188 Display archive errors in the echo area instead of inserting
1189 to the file buffer.
1190
1191 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1192 to STDERR-TEST that can be a regexp matching a successful output.
1193 Create a temporary file and redirect stderr to it. Search for
1194 STDERR-TEST in the stderr output and display it in the echo area
1195 if no match is found.
1196 (archive-extract-by-file): New function like
1197 `archive-extract-by-stdout' but extracting archives to files
1198 and looking for successful matches in stdout. Function body is
1199 mostly copied from `archive-rar-extract'.
1200 (archive-rar-extract): Use `archive-extract-by-file'.
1201 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1202
1203 2012-09-28 Leo Liu <sdl.web@gmail.com>
1204
1205 * pcomplete.el (pcomplete-show-completions):
1206 Use minibuffer-message to make pcomplete usable in minibuffer.
1207
1208 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1209
1210 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * type-break.el: Use lexical-binding.
1213 (type-break-mode): Use define-minor-mode.
1214
1215 * emacs-lisp/pcase.el (pcase--mark-used): New.
1216 (pcase--u1): Use it (bug#12512).
1217
1218 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1219 in load-history with the right file name.
1220
1221 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1222
1223 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1224 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1225 (doc-view-get-bounding-box): Make bounding box slicing work for
1226 ODF and DVI documents.
1227
1228 2012-09-28 Glenn Morris <rgm@gnu.org>
1229
1230 * type-break.el (type-break-mode, type-break-interval)
1231 (type-break-good-rest-interval, type-break-keystroke-threshold):
1232 No need to autoload.
1233 (type-break-good-rest-interval, type-break-keystroke-threshold):
1234 Add :set-after.
1235
1236 2012-09-28 Chong Yidong <cyd@gnu.org>
1237
1238 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1239 Add :version tag.
1240
1241 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1244
1245 2012-09-27 Glenn Morris <rgm@gnu.org>
1246
1247 * faces.el (x-display-name): Declare (for without-x builds).
1248
1249 * linum.el (linum-format): Don't autoload it. Improve :type.
1250
1251 * progmodes/tcl.el: Don't require outline when compiling.
1252 (outline-regexp, outline-level): Declare.
1253 * textmodes/sgml-mode.el: Don't require outline when compiling.
1254 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1255
1256 * term.el (term-ansi-reset):
1257 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1258
1259 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1260 files for RCS and SCCS. (Bug#9781)
1261
1262 2012-09-27 Chong Yidong <cyd@gnu.org>
1263
1264 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1265 change; value should be t.
1266
1267 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * image-mode.el: Use lexical-binding.
1270 (image-mode-winprops): Use t to stand for the window of
1271 a buffer that's not displayed.
1272 * doc-view.el (doc-view-new-window-function): Handle the new
1273 t in winprops.
1274 (doc-view-enlarge): Make it a real nop if the size is not changed.
1275 (doc-view-display): Handle the case where the buffer is not (yet?)
1276 displayed in any window.
1277 (doc-view-saved-settings): New var.
1278 (doc-view-mode): Use it.
1279 (doc-view-fallback-mode): Set it.
1280
1281 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1282 Set lexical-binding.
1283 (minibuffer-eldef-shorten-default): New var.
1284 (minibuffer-default-in-prompt-regexps): Use it for new default.
1285 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1286
1287 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1288
1289 * international/uni-bidi.el:
1290 * international/uni-category.el:
1291 * international/uni-name.el:
1292 * international/uni-numeric.el: Regenerate.
1293
1294 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1295 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 * profiler.el: New file.
1298
1299 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1302 (testcover-reinstrument): Simplify with CSE.
1303
1304 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1305
1306 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1307
1308 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1309
1310 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1311 (verilog-auto-input, verilog-auto-insert-lisp)
1312 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1313 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1314 (verilog-auto-unused, verilog-auto-wire)
1315 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1316 newline. Reported by Andrew Jones.
1317 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1318 Reported by Brad Dobbie.
1319 (verilog-batch-delete-trailing-whitespace):
1320 Create verilog-batch-delete-trailing-whitespace.
1321 Reported by Brad Dobbie.
1322 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1323 parameters from another module. Reported by Dan Katz.
1324 (verilog-auto, verilog-auto-assign-modport)
1325 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1326 AUTOINOUTMODPORT for UVM interface module shell generation.
1327 Reported by Brad Dobbie.
1328 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1329 standard behavior.
1330 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1331 Reported by Matt Martin.
1332
1333 2012-09-25 Martin Rudalics <rudalics@gmx.at>
1334
1335 * window.el (window--resize-child-windows): When resizing child
1336 windows proportionally, process them in reverse order to
1337 preserve the "when splitting a window the new one gets the odd
1338 line" behavior.
1339 (window--resize-root-window-vertically): When resizing the
1340 minibuffer window try to affect only windows at the bottom of the
1341 frame. (Bug#12419)
1342
1343 2012-09-25 Chong Yidong <cyd@gnu.org>
1344
1345 * subr.el (declare): Doc fix.
1346
1347 * help-fns.el (help-fns--obsolete): Handle macros properly.
1348
1349 2012-09-25 Chong Yidong <cyd@gnu.org>
1350
1351 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1352 this function obsolete.
1353
1354 * calendar/cal-x.el (calendar-two-frame-setup)
1355 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1356 * calendar/calendar.el (american-calendar, european-calendar)
1357 (calendar-for-loop):
1358 * comint.el (comint-dynamic-simple-complete)
1359 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1360 * desktop.el (desktop-load-default):
1361 * dired-x.el (dired-omit-here-always)
1362 (dired-hack-local-variables, dired-default-directory):
1363 * emacs-lisp/derived.el (derived-mode-class):
1364 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1365 * emacs-lock.el (toggle-emacs-lock):
1366 * epa.el (epa-display-verify-result):
1367 * epg.el (epg-sign-keys, epg-start-sign-keys)
1368 (epg-passphrase-callback-function):
1369 * eshell/esh-util.el (eshell-for):
1370 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1371 (eshell-add-to-window-buffer-names):
1372 * files.el (locate-file-completion):
1373 * imenu.el (imenu-example--create-c-index)
1374 (imenu-example--create-lisp-index)
1375 (imenu-example--lisp-extract-index-name)
1376 (imenu-example--name-and-position):
1377 * international/mule-cmds.el (princ-list):
1378 * international/mule-diag.el (decode-codepage-char):
1379 * international/mule-util.el (detect-coding-with-priority):
1380 * iswitchb.el (iswitchb-read-buffer):
1381 * mail/mailalias.el (mail-complete):
1382 * mail/sendmail.el (mail-sent-via):
1383 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1384 (mouse-major-mode-menu):
1385 * password-cache.el (password-read-and-add):
1386 * pcomplete.el (pcomplete-parse-comint-arguments):
1387 * progmodes/sh-script.el (sh-maybe-here-document):
1388 * replace.el (query-replace-regexp-eval):
1389 * savehist.el (savehist-load):
1390 * simple.el (choose-completion-delete-max-match):
1391 * term.el (term-dynamic-simple-complete):
1392 * vc/ediff-init.el (ediff-check-version):
1393 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1394 * vc/vc.el (vc-diff-switches-list):
1395 * view.el (view-return-to-alist-update): Likewise.
1396
1397 * subr.el (eval-next-after-load, makehash, insert-string)
1398 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1399 mark obsolete.
1400 (mode-line-inverse-video): Variable deleted.
1401
1402 * international/mule-util.el (string-to-sequence): Remove.
1403
1404 * calendar/calendar.el (calendar-version):
1405 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1406 (icalendar-convert-diary-to-ical):
1407 * cus-edit.el (custom-mode):
1408 * ansi-color.el (ansi-color-unfontify-region):
1409 * international/latin1-disp.el (latin1-char-displayable-p):
1410 * progmodes/cwarn.el (turn-on-cwarn-mode):
1411 * progmodes/which-func.el (which-func-update-1):
1412 Use define-obsolete-function-alias.
1413
1414 * net/newst-backend.el (newsticker-cache-filename):
1415 * net/newst-treeview.el (newsticker-groups-filename):
1416 Fix incorrect obsolescence declaration.
1417
1418 * allout.el (allout-passphrase-hint-string): Likewise.
1419 (allout-init): Use a declare form to mark obsolete.
1420
1421 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1422 this applies to functions.
1423
1424 * iswitchb.el (iswitchb-read-buffer): Move code of
1425 iswitchb-define-mode-map here, and delete that obsolete function.
1426
1427 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1428 font-lock-reference-face.
1429
1430 2012-09-25 Glenn Morris <rgm@gnu.org>
1431
1432 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1433 Doc fixes.
1434
1435 * eshell/em-term.el (eshell-term-name):
1436 Default to term-term-name. (Bug#12485)
1437
1438 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1439
1440 * progmodes/python.el (python-shell-send-buffer): Better handling
1441 of "if __name__ == '__main__':" conditionals when sending the buffer.
1442
1443 2012-09-24 Glenn Morris <rgm@gnu.org>
1444
1445 * eshell/esh-cmd.el (eshell-find-alias-function):
1446 Tighten up file-name regexp. (Bug#12499)
1447
1448 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1449
1450 Enhancements for triple-quote string syntax.
1451 * progmodes/python.el (python-quote-syntax): Remove.
1452 (python-syntax-propertize-function): New value.
1453 (python-syntax-count-quotes, python-syntax-stringify):
1454 New functions.
1455
1456 2012-09-24 Chong Yidong <cyd@gnu.org>
1457
1458 * mail/supercite.el (sc-version): Remove obsolete function.
1459 (sc-describe): Don't mark as obsolete, since it is bound.
1460 (sc-submit-bug-report): Remove.
1461
1462 * vc/log-edit.el (cvs-changelog-full-paragraphs)
1463 (cvs-commit-buffer-require-final-newline): Remove.
1464 (log-edit-require-final-newline)
1465 (log-edit-changelog-full-paragraphs): Default to t.
1466
1467 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1468 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1469 * vc/vc.el (vc-checkout-carefully): Likewise.
1470
1471 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1472 (emerge-version): Remove.
1473
1474 * progmodes/compile.el (compile-internal): Remove.
1475 (compilation-parse-errors-function): Fix typo.
1476
1477 * international/mule.el (set-char-table-default): Remove.
1478 (set-coding-priority, make-coding-system, generic-char-p)
1479 (charset-list, charset-bytes, charset-id): Use declare to mark
1480 functions as obsolete.
1481
1482 * vc/pcvs-defs.el (cvs-buffer-name-alist)
1483 (cvs-invert-ignore-marks): Remove references to obsolete vars.
1484 * vc/vc-hooks.el (vc-default-registered): Don't use
1485 vc-master-templates.
1486
1487 * font-lock.el (font-lock-reference-face):
1488 Use define-obsolete-variable-alias.
1489
1490 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1491 * calendar/calendar.el (calendar-font-lock-keywords):
1492 * calendar/diary-lib.el (diary-font-lock-keywords)
1493 (diary-fancy-font-lock-keywords):
1494 * textmodes/reftex-sel.el (reftex-insert-docstruct):
1495 * textmodes/reftex-index.el (reftex-insert-index):
1496 * textmodes/reftex-cite.el (reftex-format-bib-entry):
1497 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1498 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1499 * progmodes/prolog.el (prolog-font-lock-keywords):
1500 * progmodes/idlwave.el (idlwave-idl-keywords):
1501 * progmodes/ada-mode.el (ada-font-lock-keywords):
1502 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1503
1504 2012-09-24 Glenn Morris <rgm@gnu.org>
1505
1506 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1507
1508 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1509
1510 * progmodes/python.el (python-indent-line): More consistent cursor
1511 movement behavior.
1512
1513 2012-09-23 Stefan Merten <smerten@oekonux.de>
1514
1515 * textmodes/rst.el: Fix compiler warning.
1516
1517 2012-09-23 Roland Winkler <winkler@gnu.org>
1518
1519 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1520 Transcribe also LaTeX hyphenation.
1521 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1522 bibtex-reformat-previous-options.
1523
1524 2012-09-23 Roland Winkler <winkler@gnu.org>
1525
1526 * proced.el (proced-renice-command): New variable.
1527 (proced-marked-processes): New function.
1528 (proced-with-processes-buffer): New macro.
1529 (proced-send-signal): Use them.
1530 (proced-renice): New command bound to r.
1531
1532 2012-09-23 Roland Winkler <winkler@gnu.org>
1533
1534 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1535 ibuffer-saved-filter-groups has one element, shortcut the call of
1536 completing-read. (Bug#12331)
1537
1538 2012-09-23 Chong Yidong <cyd@gnu.org>
1539
1540 * bindings.el (mode-line-toggle-read-only):
1541 * bs.el (bs-toggle-readonly):
1542 * buff-menu.el (Buffer-menu-toggle-read-only):
1543 * dired.el (dired-toggle-read-only):
1544 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1545
1546 2012-09-23 Chong Yidong <cyd@gnu.org>
1547
1548 * image.el (image-type-available-p): Adapt to init-image-library
1549 argument changes.
1550
1551 2012-09-22 Juri Linkov <juri@jurta.org>
1552
1553 * dired.el (dired-mode-map): Add [remap read-only-mode] for
1554 `dired-toggle-read-only'. (Bug#12462)
1555
1556 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1557
1558 * subr.el (temp-output-buffer-show): New function.
1559 (with-output-to-temp-buffer): Call temp-output-buffer-show
1560 instead of internal-temp-output-buffer-show.
1561
1562 2012-09-22 Chong Yidong <cyd@gnu.org>
1563
1564 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1565 (Bug#12462).
1566
1567 * repeat.el (repeat): Doc fix (Bug#12348).
1568
1569 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1570 (Bug#10909).
1571
1572 * simple.el (shell-command-on-region): Doc fix.
1573 (read-only-mode): Doc fix.
1574
1575 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1576
1577 * emacs-lisp/timer.el (run-with-idle-timer)
1578 (timer-activate-when-idle): Warn against reinvoking an idle timer
1579 from within its own timer action. (Bug#12447)
1580
1581 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1582
1583 * cus-start.el (window-combination-limit): Add new optional
1584 values.
1585 * window.el (temp-buffer-window-show)
1586 (window--try-to-split-window): Handle new values of
1587 window-combination-limit (Bug#1806).
1588 (split-window): Test window-combination-limit for t instead of
1589 non-nil.
1590 (display-buffer-at-bottom): New buffer display action function.
1591 * help.el (temp-buffer-resize-regexps): New option.
1592 (temp-buffer-resize-mode): Rewrite doc-string.
1593 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
1594 Don't resize reused window. Suggested by Glenn Morris.
1595
1596 2012-09-22 Stefan Merten <smerten@oekonux.de>
1597
1598 * textmodes/rst.el: Revamp section title faces.
1599 (rst-official-version)
1600 (rst-package-emacs-version-alist): Sync with official version
1601 V1.4.0.
1602 (rst-faces-defaults, rst-set-level-default)
1603 (rst-level-face-max, rst-level-face-base-color)
1604 (rst-level-face-base-light, rst-level-face-format-light)
1605 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
1606 (rst-adornment-faces-alist): Match new setup.
1607 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
1608 (rst-level-5, rst-level-6): New faces.
1609
1610 2012-09-22 Chong Yidong <cyd@gnu.org>
1611
1612 * simple.el (undo): Handle indirect buffers (Bug#8207).
1613
1614 2012-09-21 Leo Liu <sdl.web@gmail.com>
1615
1616 IDO: Disable match re-ordering for buffer switching.
1617 * ido.el (ido-buffer-disable-smart-matches): New variable.
1618 (ido-set-matches-1): Use it. (Bug#2042)
1619
1620 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
1621
1622 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1623 Fix 2011-05-17 change. (Bug#12418)
1624
1625 2012-09-21 Leo Liu <sdl.web@gmail.com>
1626
1627 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1628
1629 2012-09-21 Glenn Morris <rgm@gnu.org>
1630
1631 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1632 Be more robust about locating simple.el.
1633
1634 2012-09-21 Glenn Morris <rgm@gnu.org>
1635
1636 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1637
1638 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
1639
1640 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
1641
1642 2012-09-20 Juri Linkov <juri@jurta.org>
1643
1644 * replace.el (query-replace-read-from): Use `read-regexp' instead
1645 of `read-from-minibuffer' when `regexp-flag' is non-nil.
1646 (occur-read-primary-args): Use `read-regexp' instead of
1647 `read-string'.
1648 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
1649 `read-from-minibuffer'.
1650 * isearch.el (isearch-occur): Use `read-regexp' instead of
1651 `read-string'.
1652 * dired.el (dired-read-regexp): Use `read-regexp' instead of
1653 `read-from-minibuffer'.
1654 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
1655 of `read-string'. (Bug#7567)
1656
1657 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
1658 and allow accepting a list of strings prepended to a list of
1659 standard default values. Doc fix. (Bug#12321)
1660
1661 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
1662
1663 * replace.el (read-regexp): Don't add ": " when PROMPT already
1664 ends with a colon and space. (Bug#12321)
1665
1666 2012-09-20 Tassilo Horn <tsdh@gnu.org>
1667
1668 * doc-view.el (doc-view-display): Better fix for the cl-assertion
1669 error.
1670
1671 2012-09-20 Stefan Merten <smerten@oekonux.de>
1672
1673 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
1674 Fixes feature request bug#11711.
1675 (rst-mode): Create `imenu-create-index-function'.
1676 (rst-get-stripped-line): Delete after refactoring.
1677 (rst-section-tree, rst-section-tree-rec)
1678 (rst-section-tree-point): Refactor and document properly.
1679 (rst-imenu-find-adornments-for-position)
1680 (rst-imenu-convert-cell, rst-imenu-create-index):
1681 New function.
1682
1683 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
1686 (macroexp--expand-all): Use it.
1687 (macroexp--funcall-and-return): Remove by folding it into its sole
1688 caller (macroexp--warn-and-return).
1689 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
1690 Use macroexp--obsolete-warning.
1691
1692 * calc/calc.el: Fix last change by removing the whole chunk, since it
1693 was only needed back when Calc was not bundled.
1694
1695 2012-09-20 Martin Rudalics <rudalics@gmx.at>
1696
1697 * emacs-lisp/debug.el (debug): Restore assignment to
1698 debugger-old-buffer removed on 2012-09-08.
1699
1700 2012-09-20 Juri Linkov <juri@jurta.org>
1701
1702 * dired-aux.el (dired-diff): Remove (require 'diff) since
1703 `diff-latest-backup-file' is now autoloaded.
1704
1705 2012-09-20 Chong Yidong <cyd@gnu.org>
1706
1707 * vc/diff.el (diff-latest-backup-file): Autoload.
1708
1709 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * calc/calc.el: Remove redundant autoload shape check.
1712 (sel-mode): Don't defvar.
1713 (calc-get-stack-element): Add `sel-mode' arg instead.
1714 (calc-top, calc-top-list): Pass it this additional argument.
1715 * calc/calc-store.el (calc-store-map):
1716 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
1717 (calc-map-equation, calc-outer-product, calc-inner-product):
1718 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
1719
1720 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1721
1722 2012-09-19 Juri Linkov <juri@jurta.org>
1723
1724 * dired-aux.el (dired-diff): Add (require 'diff) because
1725 `diff-latest-backup-file' is not autoloaded.
1726 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
1727 of `dired-get-filename' to t to not report error when there is
1728 no default file on the current line.
1729
1730 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1731
1732 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
1733 macroexp--eval-if-compile.
1734 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
1735 (macroexp--expand-all): Use them (bug#12371).
1736
1737 * doc-view.el (doc-view-guess-paper-size)
1738 (doc-view-scale-bounding-box): Fix unbound `caddr'.
1739
1740 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1741
1742 New feature: set optimal slice from BoundingBox information.
1743 * doc-view.el (doc-view-mode-map): Add keybinding.
1744 (doc-view-menu): Add menu entry.
1745 (doc-view-set-slice): Adapt docstring.
1746 (doc-view-get-bounding-box, doc-view-guess-paper-size)
1747 (doc-view-scale-bounding-box)
1748 (doc-view-set-slice-from-bounding-box): New functions.
1749 (doc-view-paper-sizes): New defvar.
1750
1751 2012-09-19 Glenn Morris <rgm@gnu.org>
1752
1753 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
1754 (byte-compile-log-warning): Autoload. (Bug#12371)
1755
1756 * calendar/calendar.el (calendar-american-month-header)
1757 (calendar-european-month-header, calendar-iso-month-header)
1758 (calendar-month-header): New options.
1759 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
1760 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
1761
1762 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
1763
1764 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
1765
1766 2012-09-18 Juri Linkov <juri@jurta.org>
1767
1768 * dired-aux.el (dired-diff): Restore original functionality of
1769 getting the default value, but keep new feature of using the
1770 latest existing backup file (`diff-latest-backup-file').
1771
1772 2012-09-18 Juri Linkov <juri@jurta.org>
1773
1774 * dired.el (dired-mark): If the region is active in Transient Mark
1775 mode, mark all files in the active region. Doc fix.
1776 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
1777 Doc fix. (Bug#10624)
1778
1779 2012-09-18 Juri Linkov <juri@jurta.org>
1780
1781 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
1782 attributes for M-n are pulled from the file at point.
1783 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
1784 Suggested by Drew Adams. (Bug#10624)
1785
1786 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
1787
1788 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
1789 whitespace after "end".
1790 (ruby-do-end-to-brace): Collapse block to one line if it fits
1791 within fill-column.
1792
1793 2012-09-18 Martin Rudalics <rudalics@gmx.at>
1794
1795 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
1796 value.
1797 (debug): Don't remove debugger window when debugger is expected
1798 to be back.
1799
1800 2012-09-18 Chong Yidong <cyd@gnu.org>
1801
1802 * custom.el (defface): Doc fix.
1803
1804 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
1805
1806 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
1807
1808 * progmodes/compile.el (compilation-start): Use compilation-always-kill
1809 to initialize query-on-exit; then test that instead (bug#12288).
1810
1811 2012-09-17 Stefan Merten <smerten@oekonux.de>
1812
1813 * textmodes/rst.el: Add support for `testcover'.
1814 (rst-defcustom-testcover, rst-testcover-add-compose)
1815 (rst-testcover-add-1value): New functions.
1816 (rst-portable-mark-active-p): Replace by `use-region-p'.
1817 (rst-update-section, rst-classify-adornment)
1818 (rst-find-title-line): Mark `1value' forms.
1819 (rst-classify-adornment): Remove superfluous form.
1820 (rst-update-section, rst-get-adornments-around)
1821 (rst-adornment-complete-p, rst-get-next-adornment)
1822 (rst-adjust, rst-promote-region)
1823 (rst-display-adornments-hierarchy, rst-straighten-adornments)
1824 (rst-find-pfx-in-region, rst-section-tree-rec)
1825 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
1826 (rst-toc-node, rst-toc, rst-forward-section)
1827 (rst-iterate-leftmost-paragraphs)
1828 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
1829 (rst-bullet-list-region)
1830 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
1831 (rst-compile-find-conf, rst-compile)
1832 (rst-repeat-last-character): Fix style.
1833
1834 2012-09-17 Chong Yidong <cyd@gnu.org>
1835
1836 * comint.el (comint--complete-file-name-data): Don't add a space
1837 if the status is `sole'; that adds a gratuitous space in the
1838 completion-cycling case (Bug#12092).
1839
1840 * pcomplete.el (pcomplete-completions-at-point): Likewise.
1841
1842 2012-09-17 Richard Stallman <rms@gnu.org>
1843
1844 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
1845 only in the mime-shown mode, not in raw mode.
1846 (rmail-mime): Toggle off mime by displaying the message without
1847 mime processing. (Bug#12305)
1848
1849 * mail/rmail.el (rmail-retry-failure):
1850 Turn off mime processing first. (Bug#12037)
1851
1852 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
1853
1854 2012-09-17 Chong Yidong <cyd@gnu.org>
1855
1856 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
1857 (shell-dynamic-complete-functions): Convert to defcustom.
1858 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
1859
1860 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
1861 * comint.el (comint-prompt-read-only):
1862 * custom.el (defcustom):
1863 * hi-lock.el (hi-lock-mode):
1864 * ibuffer.el (ibuffer-formats):
1865 * ielm.el (ielm-prompt-read-only):
1866 * novice.el (disable-command):
1867 * saveplace.el (toggle-save-place):
1868 * speedbar.el (speedbar-supported-extension-expressions):
1869 * startup.el (auto-save-list-file-prefix, init-file-user)
1870 (after-init-hook, inhibit-startup-echo-area-message):
1871 * strokes.el (strokes-help):
1872 * time-stamp.el (time-stamp):
1873 * calendar/calendar.el (calendar, diary-file):
1874 * calendar/diary-lib.el (diary-mail-entries, diary)
1875 (diary-list-entries-hook):
1876 * calendar/holidays.el (holidays, calendar-holidays):
1877 * calendar/lunar.el (lunar-phases):
1878 * calendar/solar.el (sunrise-sunset):
1879 * emulation/edt.el (edt-load-keys):
1880 * emulation/viper.el (viper-mode):
1881 * eshell/em-alias.el (eshell-command-aliases-list):
1882 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1883 * international/ogonek.el (ogonek-information):
1884 * net/tramp-cmds.el (tramp-bug):
1885 * net/quickurl.el (quickurl-reread-hook-postfix):
1886 * play/decipher.el (decipher-font-lock-keywords):
1887 * progmodes/cc-styles.el (c-set-style):
1888 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
1889 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1890 * progmodes/octave-mod.el (octave-mode):
1891 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
1892 * progmodes/verilog-mode.el (verilog-read-defines):
1893 * textmodes/two-column.el (2C-mode): Likewise.
1894
1895 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
1896
1897 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
1898 that holds many addresses.
1899
1900 2012-09-16 Chong Yidong <cyd@gnu.org>
1901
1902 * align.el (align-areas): Call the indication function with
1903 positions instead of markers for arguments (Bug#12343).
1904
1905 * files.el (parse-colon-path): Use split-string (Bug#12351).
1906
1907 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
1908 (display-buffer-function): Mark as obsolete.
1909
1910 * progmodes/compile.el (compilation-parse-errors): Accept list
1911 values similar to font-lock-keywords (Bug#12136).
1912 Suggested by Oleksandr Manzyuk.
1913 (compilation-error-regexp-alist): Doc fix.
1914
1915 2012-09-15 Glenn Morris <rgm@gnu.org>
1916
1917 * version.el (emacs-bzr-version-bzr): New function.
1918 (emacs-bzr-get-version): Add optional EXTERNAL argument.
1919
1920 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
1921 checkouts, check the parent dirstate matches the branch.
1922 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
1923 empty string.
1924
1925 * version.el (emacs-bzr-version): Doc fix.
1926 (emacs-bzr-version-dirstate): New function.
1927 (emacs-bzr-get-version): For lightweight checkouts, if the parent
1928 is local try and check that it matches the branch. If not, just
1929 use dirstate information. (Bug#12441)
1930
1931 2012-09-14 Juri Linkov <juri@jurta.org>
1932
1933 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
1934 (Bug#12399)
1935
1936 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
1939
1940 * emacs-lisp/edebug.el: Miscellaneous cleanup.
1941 Remove obsolete byte-compiler hack that tried to silence some warnings.
1942 (edebug-submit-bug-report): Remove.
1943 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
1944 Remove aliases, use the un-prefixed name instead.
1945 (edebug-pop-to-buffer): Consider other frames.
1946 (edebug-original-read):: Make it more obvious that it's always defined.
1947 (edebug--make-form-data-entry, edebug--form-data-name)
1948 (edebug--form-data-begin, edebug--form-data-end): Rename from the
1949 single-dashed name, and implement with cl-defstruct.
1950 (edebug-set-form-data-entry): Use the standard accessors.
1951 (edebug-make-top-form-data-entry): Use push.
1952 (edebug-no-match): Drop useless `funcall'.
1953 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
1954 to functions.
1955 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
1956 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
1957 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
1958 (easy-menu-define, with-custom-print): Remove redundant specs.
1959 (edebug-outside-overriding-local-map)
1960 (edebug-outside-overriding-terminal-local-map): Remove, unused.
1961 (edebug--display): Bind unread-command-events directly to nil rather
1962 than binding it to unread-command-events and later setting it to nil.
1963 (edebug--display): Kill edebug-eval-buffer here...
1964 (edebug--recursive-edit): ...rather than here.
1965 Bind standard-output and standard-input.
1966 (edebug-eval): Check cl-macroexpand-all is fboundp.
1967 (edebug-temp-display-freq-count): Fix last change.
1968
1969 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
1970 * subr.el (noreturn, 1value): Add `debug' spec.
1971 * emacs-lisp/advice.el: Require cl-lib.
1972 (ad-copy-tree): Remove, use copy-tree instead.
1973 (ad-dolist): Remove use dolist or cl-dolist instead.
1974 (ad-do-return): Remove, use cl-return instead.
1975 (defadvice): Add `debug' spec.
1976
1977 2012-09-13 Juri Linkov <juri@jurta.org>
1978
1979 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
1980 (Bug#12399)
1981
1982 2012-09-13 Glenn Morris <rgm@gnu.org>
1983
1984 * calc/calc.el (math-compose-expr):
1985 * calc/calc-ext.el (math-compose-expr):
1986 * progmodes/cc-defs.el (cl-macroexpand-all):
1987 * progmodes/cc-langs.el (delete-duplicates, mapcan)
1988 (cl-macroexpand-all): Update declarations.
1989
1990 * vc/vc.el: No need to require ediff.
1991 (ediff-load-version-control): Declare.
1992 (ediff-vc-internal): Fix declaration.
1993 (vc-version-ediff): Require ediff.
1994
1995 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1996
1997 Use a more backwards-compatible timer format (Bug#12430).
1998 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
1999 being right after USECS, as that better supports old code that
2000 inadvisedly looked directly at the timer vector.
2001
2002 2012-09-13 Kenichi Handa <handa@gnu.org>
2003
2004 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2005 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2006 `coding-priority' property of these language environment.
2007
2008 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2009
2010 Fix glitches caused by addition of psec to timers (Bug#12430).
2011 * image.el (image-animate-timer):
2012 * time.el (display-time-world-timer):
2013 Use timer--function and timer--args rather than raw access to
2014 timer vector.
2015
2016 2012-09-13 Glenn Morris <rgm@gnu.org>
2017
2018 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2019 If not compiling a file, try using load-file-name.
2020
2021 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2024 Fix last change.
2025 (edebug-update-eval-list): Use `push'.
2026
2027 * emacs-lisp/edebug.el: Use lexical-binding.
2028 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2029 Mark unused args with underscore.
2030 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2031 (edebug-form-data): Use defvar-local.
2032 (edebug-make-before-and-after-form, edebug-make-after-form):
2033 Use backquote.
2034 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2035 Not dynamically scoped any more.
2036 (edebug--enter-trace): Add arguments `function' and `args'.
2037 Rename from edebug-enter-trace.
2038 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2039 (edebug--update-coverage): Add `after-index' and `value' args.
2040 Rename from edebug-update-coverage.
2041 (edebug-slow-after): Call it accordingly.
2042 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2043 edebug-recursive-edit.
2044 (edebug--display): Call it accordingly. Add args `value',
2045 `offset-index', and `arg-mode'. Rename from edebug-display.
2046 (edebug-debugger, edebug): Call it accordingly.
2047 (edebug-eval-display-list): Use dolist.
2048
2049 2012-09-12 Juri Linkov <juri@jurta.org>
2050
2051 * info.el (Info-search): Don't check for isearch-mode and
2052 isearch-regexp before let-binding search-spaces-regexp to
2053 Info-search-whitespace-regexp.
2054 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2055 search-whitespace-regexp if isearch-lax-whitespace or
2056 isearch-regexp-lax-whitespace is non-nil.
2057 (Info-mode): Don't set local variable search-whitespace-regexp.
2058 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2059
2060 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2063 (debugger-env-macro): Remove support for unread-command-char.
2064
2065 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2066 the temporary map re-appearing on emulation-mode-map-alists.
2067
2068 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2069 since 22.1.
2070
2071 * ehelp.el (with-electric-help): Accept functions in
2072 electric-help-form-to-execute.
2073 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2074 And replace unread-command-char -> unread-command-events.
2075
2076 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
2077
2078 Sync with Tramp 2.2.6.
2079
2080 * net/tramp.el (tramp-accept-process-output): Don't use
2081 JUST-THIS-ONE in the XEmacs case.
2082
2083 * net/trampver.el: Update release number.
2084
2085 2012-09-12 Martin Rudalics <rudalics@gmx.at>
2086
2087 * emacs-lisp/debug.el (debugger-previous-window-height):
2088 New variable.
2089 (debug): When debugger-jumping-flag is non-nil try to restore
2090 height of debugger window. (Bug#8789)
2091
2092 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2095 overriding-local-map and pre/post-command-hook here.
2096 (edebug-recursive-edit): Do it here instead (bug#12345).
2097 (edebug-outside-unread-command-char): Remove all uses of
2098 unread-command-char.
2099
2100 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2101 inhibit-debugger is bound instead.
2102
2103 2012-09-11 Bastien Guerry <bzg@gnu.org>
2104
2105 * subr.el (set-temporary-overlay-map): Add a docstring.
2106 (Bug#12346)
2107
2108 2012-09-11 Bastien Guerry <bzg@gnu.org>
2109
2110 * minibuffer.el (completion-table-subvert): Fix docstring.
2111 (Bug#12347)
2112
2113 2012-09-11 Bastien Guerry <bzg@gnu.org>
2114
2115 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2116
2117 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2118
2119 * progmodes/sql.el: Version 3.1
2120 (sql-db2-escape-newlines): New variable.
2121 (sql-escape-newlines-filter): Use it.
2122
2123 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2124
2125 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2126
2127 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2128
2129 * vc/diff-mode.el (diff-mode-menu):
2130 Bind diff-remove-trailing-whitespace.
2131
2132 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2133
2134 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2135 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2136 (emacs-lisp-byte-code-mode): New functions.
2137 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2138 (eval-defun-2): Remove bogus interactive spec.
2139 (lisp-indent-line): Remove redundant whole-exp code, now done in
2140 indent-according-to-mode.
2141 (save-match-data): Remove redundant indent data.
2142
2143 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2144 Use `declare'.
2145
2146 2012-09-09 Juri Linkov <juri@jurta.org>
2147
2148 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2149 (replace-lax-whitespace, query-replace-regexp)
2150 (query-replace-regexp-eval, replace-regexp): Doc fix.
2151 (perform-replace, replace-highlight): Let-bind
2152 isearch-lax-whitespace to replace-lax-whitespace and
2153 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2154
2155 * isearch.el (isearch-query-replace): Let-bind
2156 replace-lax-whitespace to isearch-lax-whitespace and
2157 replace-regexp-lax-whitespace to
2158 isearch-regexp-lax-whitespace. (Bug#10885)
2159
2160 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2163
2164 2012-09-09 Alan Mackenzie <acm@muc.de>
2165
2166 * progmodes/cc-engine.el (c-state-cache-init):
2167 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2168 (c-record-parse-state-state):
2169 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2170
2171 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2172
2173 * register.el (register-separator): Rename from
2174 separator-register. All uses changed. Doc fix.
2175 (register): Fix version.
2176
2177 2012-09-09 Chong Yidong <cyd@gnu.org>
2178
2179 * replace.el (query-replace-map): Bind four new symbols for
2180 requesting window scrolling.
2181
2182 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2183 query-replace-map (Bug#8948).
2184
2185 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2186
2187 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2188 since they are now in query-replace-map.
2189
2190 * window.el (scroll-other-window-down): Make the arg optional.
2191
2192 2012-09-09 Chong Yidong <cyd@gnu.org>
2193
2194 * files.el (hack-local-variables-confirm): Use quit-window to kill
2195 the *Local Variables* buffer.
2196
2197 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2198
2199 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2200 not just expect to be at its beginning. Adjust callees.
2201 Succeed when do-end block has no space before the pipe character.
2202 (ruby-brace-to-do-end): When the original block is one-liner,
2203 convert to multiline. Reindent the result.
2204
2205 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2206
2207 * register.el (register): New group.
2208 (separator-register): New user option.
2209 (increment-register): Route it to `append-to-register', if
2210 register contains text. Implication is that `C-x r +' can now be
2211 used for appending to a text register (bug#12217).
2212 (append-to-register, prepend-to-register): Add separator based on
2213 `separator-register'.
2214
2215 2012-09-08 Alan Mackenzie <acm@muc.de>
2216
2217 AWK Mode: make auto-newline work when there's "==" in the pattern.
2218 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2219 correctly.
2220 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2221 Test more rigorously for "=" token.
2222
2223 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2224
2225 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2226 Only fail when reached LIMIT.
2227
2228 2012-09-08 Chong Yidong <cyd@gnu.org>
2229
2230 * dired.el (dired-mode-map): Don't bind M-=.
2231
2232 * dired-aux.el (dired-diff): Use backup file as default.
2233
2234 2012-09-08 Drew Adams <drew.adams@oracle.com>
2235
2236 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2237
2238 2012-09-08 Chong Yidong <cyd@gnu.org>
2239
2240 * subr.el (syntax-after, syntax-class): Doc fix.
2241
2242 2012-09-08 Martin Rudalics <rudalics@gmx.at>
2243
2244 * window.el (display-buffer-in-previous-window): New buffer
2245 display action function.
2246
2247 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2248 (debugger-previous-window): New variable.
2249 (debug): Rewrite using display-buffer-in-previous-window,
2250 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2251
2252 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2255
2256 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2257
2258 * progmodes/python.el (python-shell-send-string):
2259 When default-directory is remote, create temp file on remote
2260 filesystem.
2261 (python-shell-send-file): When file is remote, pass local view of
2262 file paths to remote Python interpreter. (Bug#12340)
2263
2264 2012-09-07 Chong Yidong <cyd@gnu.org>
2265
2266 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2267
2268 * files.el (after-find-file): Don't fail on a read-only buffer if
2269 require-final-newline is `visit' or `visit-save' (Bug#11156).
2270
2271 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2272
2273 * userlock.el (ask-user-about-supersession-threat):
2274 Use read-char-choice (Bug#12093).
2275
2276 2012-09-07 Chong Yidong <cyd@gnu.org>
2277
2278 * subr.el (buffer-narrowed-p): New function.
2279
2280 * ses.el (ses-widen):
2281 * simple.el (count-words--buffer-message):
2282 * net/browse-url.el (browse-url-of-buffer): Use it.
2283
2284 * simple.el (count-words-region): Don't signal an error if there
2285 is a non-nil prefix arg and the mark is not set.
2286
2287 * help.el (describe-key-briefly): Allow the message to be seen
2288 when invoked from the minibuffer (Bug#7014).
2289
2290 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2291
2292 * progmodes/ruby-mode.el (ruby-end-of-defun)
2293 (ruby-beginning-of-defun): Simplify, allow indentation before
2294 block beginning and end keywords.
2295 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2296 (ruby-end-of-defun): Expect that the point is at the beginning of
2297 the defun.
2298
2299 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2302 (bug#12367).
2303 (cl--make-usage-args): Strip _ from argument names.
2304
2305 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2306
2307 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2308 obsolete alias speedbar-key-map.
2309 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2310 (vhdl-index-menu-init): Don't use obsolete variable
2311 font-lock-maximum-size.
2312
2313 2012-09-06 Chong Yidong <cyd@gnu.org>
2314
2315 * frame.el (window-system-version): Mark as obsolete.
2316
2317 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2318 of obsolete variable speedbar-key-map.
2319
2320 2012-09-06 Juri Linkov <juri@jurta.org>
2321
2322 * replace.el (replace-lax-whitespace): New defcustom.
2323 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2324 (replace-string, replace-regexp): Mention it in docstrings.
2325 (perform-replace, replace-highlight): Let-bind
2326 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2327 to the values of replace-lax-whitespace and regexp-flag.
2328 Don't let-bind search-whitespace-regexp. (Bug#10885)
2329
2330 * isearch.el (isearch-query-replace): Let-bind
2331 replace-lax-whitespace instead of let-binding
2332 replace-search-function and replace-re-search-function.
2333 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2334 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2335 (isearch-toggle-symbol): Set isearch-regexp to nil
2336 in isearch-word mode (like in isearch-toggle-word).
2337
2338 2012-09-06 Juri Linkov <juri@jurta.org>
2339
2340 * replace.el (replace-search-function)
2341 (replace-re-search-function): Set default values to nil.
2342 (perform-replace): Let-bind isearch-related variables based on
2343 replace-related values, call `isearch-search-fun' and let-bind
2344 the result to `search-function'. Remove code that sets
2345 `search-function' and `search-string' separately for
2346 `delimited-flag'.
2347 (replace-highlight): Add new argument `delimited-flag' and
2348 rename other arguments to the names used in `perform-replace'.
2349 Let-bind `isearch-word' to the argument `delimited-flag'.
2350 (Bug#10885, bug#10887)
2351
2352 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2353
2354 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2355 ruby-beginning-of-indent, simplify, allow all keywords to have
2356 indentation before them.
2357 (ruby-beginning-of-indent): Adjust for above. Search until the
2358 found point is not inside a string or comment.
2359 (ruby-font-lock-keywords): Allow symbols to start with "@"
2360 character, give them higher priority than variables.
2361 (ruby-syntax-propertize-function)
2362 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2363 matchers. Expression expansions are not comments when inside a
2364 string, and there comment syntax status is irrelevant.
2365 (ruby-match-expression-expansion): New function. Check that
2366 expression expansion is inside a string, and it's not escaped.
2367 (ruby-font-lock-keywords): Use it.
2368
2369 2012-09-05 Martin Rudalics <rudalics@gmx.at>
2370
2371 * help.el (temp-buffer-max-height): New default value.
2372 (temp-buffer-resize-frames): New option.
2373 (resize-temp-buffer-window): Optionally resize frame.
2374
2375 * window.el (fit-frame-to-buffer-bottom-margin): New option.
2376 (fit-frame-to-buffer): New function.
2377
2378 2012-09-05 Glenn Morris <rgm@gnu.org>
2379
2380 * emulation/cua-rect.el (cua--init-rectangles):
2381 * textmodes/picture.el (picture-mode-map):
2382 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2383 like forward-char and backward-char. (Bug#12317)
2384
2385 2012-09-05 Leo Liu <sdl.web@gmail.com>
2386
2387 * progmodes/flymake.el (flymake-warning-re): New variable.
2388 (flymake-parse-line): Use it.
2389
2390 2012-09-05 Glenn Morris <rgm@gnu.org>
2391
2392 * calendar/holidays.el (holiday-christian-holidays):
2393 Rename an entry. (Bug#12289)
2394
2395 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2398 (bug#12222).
2399
2400 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2401
2402 * loadup.el: Load macroexp. Remove hack.
2403 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2404 (macroexp--expand-all): Use it to get better warnings.
2405 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2406 (internal-macroexpand-for-load): New functions.
2407 (macroexp--pending-eager-loads): New var.
2408 (emacs-startup-hook): New hack to replace one in loadup.el.
2409 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2410 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2411 (cl-psetf): Simplify.
2412 (cl-defstruct): Add indent rule.
2413
2414 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2415
2416 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2417 over `user-mail-address' for the SMTP MAIL FROM envelope.
2418 (smtpmail-via-smtp): Ditto.
2419
2420 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2421
2422 * progmodes/ruby-mode.el: Clean up keybindings.
2423 (ruby-mode-map): Don't bind ruby-electric-brace,
2424 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2425 backward-kill-word, reindent-then-newline-and-indent.
2426 (ruby-mark-defun): Remove.
2427 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2428 (ruby-mode): Set local beginning-of-defun-function and
2429 end-of-defun-function values.
2430
2431 2012-09-03 Martin Rudalics <rudalics@gmx.at>
2432
2433 * window.el (temp-buffer-window-setup-hook)
2434 (temp-buffer-window-show-hook): New hooks.
2435 (temp-buffer-window-setup, temp-buffer-window-show)
2436 (with-temp-buffer-window): New functions.
2437 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2438 (special-display-popup-frame): Make sure the window used shows BUFFER.
2439
2440 * help.el (temp-buffer-resize-mode): Fix doc-string.
2441 (resize-temp-buffer-window): New optional argument WINDOW.
2442
2443 * files.el (recover-file, save-buffers-kill-emacs):
2444 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2445
2446 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
2447
2448 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2449 remote definition of `default-directory', ensure we can connect.
2450
2451 2012-09-02 Juri Linkov <juri@jurta.org>
2452
2453 Toggle whitespace matching mode with M-s SPC.
2454 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2455
2456 * isearch.el (search-whitespace-regexp): Doc fix.
2457 Remove cons cell customization.
2458 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2459 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2460 New variables.
2461 (isearch-forward, isearch-forward-regexp): Doc fix.
2462 (isearch-toggle-lax-whitespace): New command.
2463 (search-forward-lax-whitespace, search-backward-lax-whitespace)
2464 (re-search-forward-lax-whitespace)
2465 (re-search-backward-lax-whitespace): New functions.
2466 (isearch-whitespace-regexp): Remove function.
2467 (isearch-query-replace): Let-bind replace-search-function and
2468 replace-re-search-function.
2469 (isearch-occur): Let-bind search-spaces-regexp according to the
2470 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2471 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2472 condition for C-q SPC.
2473 (isearch-search-fun-default): Use new functions mentioned above.
2474 (isearch-search-forward, isearch-search-backward): Remove functions.
2475 (isearch-search): Don't let-bind search-spaces-regexp.
2476 (isearch-lazy-highlight-space-regexp): Remove variable.
2477 (isearch-lazy-highlight-lax-whitespace)
2478 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2479 (isearch-lazy-highlight-new-loop): Use them.
2480 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2481
2482 2012-09-02 Chong Yidong <cyd@gnu.org>
2483
2484 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2485
2486 2012-09-02 Glenn Morris <rgm@gnu.org>
2487
2488 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2489
2490 2012-09-01 Glenn Morris <rgm@gnu.org>
2491
2492 * term.el: Tidy up menu definitions.
2493 (term-mode-map): Use easymenu for In/Out, Complete menus.
2494 (term-pager-break-map): Initialize in the defvar.
2495 (term-terminal-menu, term-signals-menu): Define with easymenu.
2496 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
2497 (term-pager-menu): New, extracted from term-process-pager.
2498 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2499 (term-update-mode-line): Propertize line/char and page items.
2500 (term-process-pager): Move keymap initialization elsewhere.
2501
2502 2012-09-01 Martin Rudalics <rudalics@gmx.at>
2503
2504 * window.el (switch-to-prev-buffer): Handle additional values of
2505 BURY-OR-KILL argument. Don't switch in minibuffer window.
2506 (switch-to-next-buffer): Don't switch in minibuffer window.
2507 (quit-restore-window): New function based on quit-window.
2508 Handle additional values of former KILL argument.
2509 (quit-window): Call quit-restore-window with appropriate
2510 interpretation of KILL argument.
2511 (display-buffer-below-selected): New buffer display action
2512 function.
2513
2514 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2515
2516 * minibuffer.el (completion-at-point-functions): Complete docstring
2517 (bug#12254).
2518
2519 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2520
2521 Better seed support for (random).
2522 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2523 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2524 * play/mpuz.el, play/tetris.el, play/zone.el:
2525 * calc/calc-comb.el (math-init-random-base):
2526 * play/blackbox.el (bb-init-board):
2527 * play/life.el (life):
2528 * server.el (server-use-tcp):
2529 * type-break.el (type-break):
2530 Remove unnecessary call to (random t).
2531 * net/sasl.el (sasl-unique-id-function):
2532 Change (random t) to (random), now that the latter is more random.
2533 * play/life.el (life-initialized): Remove no-longer-needed var.
2534
2535 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
2536
2537 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2538 Consider frame's buffer predicate when choosing the buffer.
2539 (Bug#12081)
2540
2541 2012-08-30 Richard Stallman <rms@gnu.org>
2542
2543 * simple.el (special-mode-map): Delete binding for `z'.
2544
2545 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2546
2547 * progmodes/compile.el (compilation-always-kill): Doc fix.
2548
2549 2012-08-30 Chong Yidong <cyd@gnu.org>
2550
2551 * window.el (display-buffer-reuse-frames): Make the obsolescence
2552 message more informative.
2553
2554 2012-08-30 Glenn Morris <rgm@gnu.org>
2555
2556 * paren.el (show-paren-delay):
2557 Add a :set function. Doc fix. (Bug#12297)
2558
2559 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
2560
2561 * progmodes/compile.el (compilation-always-kill): New var.
2562 (compilation-start): Use it.
2563
2564 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2565
2566 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2567 * files.el (read-only-mode): Move to simple.el.
2568
2569 * files.el (read-only-mode): New minor mode.
2570 (toggle-read-only): Use it and mark obsolete.
2571 (find-file--read-only):
2572 * vc/vc.el (vc-next-action, vc-checkout):
2573 * vc/vc-cvs.el (vc-cvs-checkout):
2574 * obsolete/vc-mcvs.el (vc-mcvs-update):
2575 * ffap.el (ffap--toggle-read-only): Update callers.
2576
2577 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
2578
2579 * eshell/esh-ext.el (eshell-external-command): Do not examine
2580 remote shell scripts.
2581 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
2582
2583 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2584 "/usr/local/sbin".
2585
2586 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2589
2590 2012-08-28 Leo Liu <sdl.web@gmail.com>
2591
2592 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2593 completion-at-point. (Bug#12220)
2594
2595 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2596
2597 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2598
2599 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2602 be buffer-local; add delete-trailing-whitespace (bug#12259).
2603
2604 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
2605
2606 * progmodes/hideif.el (hif-compress-define-list):
2607 Fix typo. (Bug#11951)
2608
2609 2012-08-28 Dan Nicolaescu <dann@gnu.org>
2610
2611 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2612 buffer local setting.
2613
2614 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2615 rcirc-encode-coding-system.
2616
2617 2012-08-28 Leo Liu <sdl.web@gmail.com>
2618
2619 * net/rcirc.el (rcirc-split-message): New function.
2620 (rcirc-send-message): Use it. (Bug#12051)
2621
2622 2012-08-28 Juri Linkov <juri@jurta.org>
2623
2624 * info.el (Info-fontify-node): Hide empty lines at the end of
2625 the node. (Bug#12272)
2626
2627 2012-08-27 Drew Adams <drew.adams@oracle.com>
2628
2629 * dired.el (dired-pop-to-buffer): Make window start at beginning
2630 of buffer (Bug#12281).
2631
2632 2012-08-26 Chong Yidong <cyd@gnu.org>
2633
2634 * window.el (special-display-regexps, special-display-frame-alist)
2635 (special-display-buffer-names, special-display-function)
2636 (display-buffer-reuse-frames): Mark as obsolete.
2637
2638 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
2639
2640 * help.el (help-print-return-message): Don't treat
2641 display-buffer-reuse-frames specially.
2642
2643 2012-08-26 Chong Yidong <cyd@gnu.org>
2644
2645 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2646 New variable, replacing gdb-frame-parameters.
2647 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
2648 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
2649 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
2650 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
2651 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
2652 the functions directly with gdb-display-buffer-other-frame-action.
2653 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
2654 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
2655 (gdb-display-stack-buffer, gdb-display-locals-buffer)
2656 (gdb-display-registers-buffer): Define directly.
2657 (def-gdb-display-buffer): Macro deleted.
2658 (gdb-display-buffer): Remove second and third args, callers don't
2659 use them. Defer to the default display-buffer behavior, apart
2660 from making windows dedicated.
2661 (gdb-setup-windows): Don't call display-buffer unnecessarily.
2662
2663 * progmodes/gud.el (gud-display-line): Just use display-buffer.
2664
2665 * window.el (display-buffer-pop-up-frame): Handle a
2666 pop-up-frame-parameters alist entry.
2667 (display-buffer): Document it.
2668
2669 2012-08-26 Chong Yidong <cyd@gnu.org>
2670
2671 * isearch.el (search-whitespace-regexp): Make string and nil
2672 values apply to both ordinary and regexp search. Allow a cons
2673 cell value to distinguish between the two.
2674 (isearch-whitespace-regexp, isearch-search-forward)
2675 (isearch-search-backward): New functions.
2676 (isearch-occur, isearch-search-fun-default, isearch-search)
2677 (isearch-lazy-highlight-new-loop): Use them.
2678 (isearch-forward, isearch-forward-regexp): Doc fix.
2679
2680 2012-08-26 Chong Yidong <cyd@gnu.org>
2681
2682 * faces.el (help-argument-name): Always inherit from italic
2683 (Bug#12213).
2684
2685 2012-08-25 Martin Rudalics <rudalics@gmx.at>
2686
2687 * window.el (window--even-window-heights): Even heights when
2688 WINDOW and the selected window form a vertical combination.
2689 (display-buffer-use-some-window): Provide that window used gets
2690 sized back by quit-window. (Bug#11880) and (Bug#12091)
2691
2692 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2693
2694 Fix file time stamp problem with bzr and CVS (Bug#12001).
2695 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
2696 in the file's time stamp, since the version control system loses
2697 that information.
2698
2699 2012-08-22 Juri Linkov <juri@jurta.org>
2700
2701 * info.el (Info-fontify-node): Hide the suffix of the
2702 Info file name in the header line. (Bug#12187)
2703
2704 2012-08-22 Glenn Morris <rgm@gnu.org>
2705
2706 * calendar/cal-tex.el (cal-tex-weekly-common):
2707 Restore leading blank page.
2708
2709 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
2710
2711 * misc.el (forward-to-word, backward-to-word): Activate or extend
2712 the region under `shift-select-mode'. (Bug#12231)
2713
2714 2012-08-22 Bastien Guerry <bzg@gnu.org>
2715
2716 * progmodes/executable.el (executable-prefix): Set to "#!" instead
2717 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
2718 gives details on why the space is never needed.
2719
2720 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2721
2722 * window.el (walk-window-tree, window-with-parameter):
2723 New optional argument MINIBUF to control whether these functions
2724 should run on the minibuffer window.
2725 (window-at-side-list): Don't operate on minibuffer window.
2726 (window-in-direction): Simplify and rewrite doc-string.
2727 (window--size-ignore): Rename to window--size-ignore-p.
2728 Update callers.
2729 (display-buffer-in-atom-window, window--major-non-side-window)
2730 (window--major-side-window, display-buffer-in-major-side-window)
2731 (delete-side-window, display-buffer-in-side-window):
2732 New functions.
2733 (window--side-check, window-deletable-p, delete-window)
2734 (delete-other-windows, split-window): Handle side windows and
2735 atomic windows appropriately.
2736 (window--display-buffer): Call display-buffer-record-window also
2737 when the window buffer did not change.
2738
2739 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
2740
2741 * help-fns.el (help-fns--key-bindings):
2742 Abbreviate non-symbol remap targets. (Bug#12174)
2743
2744 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2745
2746 * dired.el (dired-mark-remembered): Don't clobber point.
2747 (Bug#11795)
2748
2749 2012-08-22 Glenn Morris <rgm@gnu.org>
2750
2751 * progmodes/bug-reference.el (bug-reference): New custom group.
2752 (bug-reference-bug-regexp): Make it a defcustom.
2753
2754 2012-08-22 Daiki Ueno <ueno@unixuser.org>
2755
2756 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
2757 (js-paren-indent-offset, js-square-indent-offset)
2758 (js-curly-indent-offset): Add :safe (Bug#12257).
2759
2760 2012-08-22 Edward O'Connor <hober0@gmail.com>
2761
2762 * json.el (json-key-format): Add error properties.
2763 (json-encode-key): New function.
2764 (json-encode-hash-table, json-encode-alist, json-encode-plist):
2765 Use json-encode-key.
2766
2767 2012-08-22 Glenn Morris <rgm@gnu.org>
2768
2769 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
2770 (cal-tex-leftday, cal-tex-rightday): Remove functions.
2771 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
2772 Update for above change.
2773
2774 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
2775
2776 * cus-face.el (custom-face-attributes): Fix customize type for the
2777 :underline attribute. (Bug#11805)
2778
2779 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2780
2781 * window.el (window-point-1, set-window-point-1): Remove.
2782 (window-in-direction, record-window-buffer)
2783 (set-window-buffer-start-and-point, split-window-below)
2784 (window--state-get-1, display-buffer-record-window):
2785 Replace calls to window-point-1 and set-window-point-1 by calls to
2786 window-point and set-window-point respectively.
2787
2788 2012-08-21 Glenn Morris <rgm@gnu.org>
2789
2790 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
2791 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
2792 Use it.
2793
2794 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
2795 (cal-tex-shortday): New function.
2796 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
2797 (cal-tex-cursor-filofax-daily): Use the above.
2798
2799 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
2800 New functions.
2801 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2802 (cal-tex-cursor-filofax-week): Use them.
2803
2804 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
2805 New constants.
2806 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2807 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
2808
2809 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
2810 (cal-tex-end-document): Don't rely on buffer name.
2811
2812 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
2813 Use cal-tex-vspace.
2814 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
2815 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2816 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
2817 Use cal-tex-arg.
2818
2819 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
2820 (cal-tex-cursor-week, cal-tex-cursor-week2)
2821 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
2822 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2823 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
2824 (cal-tex-insert-preamble, cal-tex-b-document)
2825 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
2826 Improve cal-tex-cmd usage.
2827
2828 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
2829 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
2830 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
2831 (cal-tex-weekly-paper): New function.
2832 (cal-tex-cursor-week, cal-tex-cursor-week2)
2833 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2834 (cal-tex-cursor-day): Use it.
2835
2836 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
2837 (cal-tex-cursor-filofax-week): Remove leading blank page.
2838
2839 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2840 Add autoload cookie. For now at least, don't use color, since
2841 no other cal-tex function does.
2842
2843 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
2844 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2845 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
2846
2847 2012-08-21 Juri Linkov <juri@jurta.org>
2848
2849 * info.el (Info-file-attributes): New variable.
2850 (info-insert-file-contents): Add file attributes to
2851 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
2852 `Info-toc-nodes' when previous modtime of the Info file is less
2853 than new modtime.
2854 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
2855 of info.el. (Bug#12230)
2856
2857 2012-08-20 Glenn Morris <rgm@gnu.org>
2858
2859 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
2860 * calendar/holidays.el (calendar-holiday-list):
2861 Report errors with display-warning rather than beep'n'sleep.
2862
2863 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
2864
2865 * net/tramp.el (tramp-accept-process-output): Accept only output
2866 from PROC. Otherwise, process filters and sentinels might be
2867 confused. (Bug#12145)
2868
2869 2012-08-20 Chong Yidong <cyd@gnu.org>
2870
2871 * descr-text.el (describe-text-properties-1): Use overlays-in to
2872 report on empty overlays (Bug#3322).
2873
2874 2012-08-20 Glenn Morris <rgm@gnu.org>
2875
2876 * mail/rmailout.el (rmail-output-read-file-name):
2877 Trap and report errors in rmail-output-file-alist elements.
2878
2879 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
2880 since most non-font-lock faces are not also variables).
2881
2882 2012-08-20 Edward Reingold <reingold@iit.edu>
2883
2884 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2885 New function. (Bug12160)
2886
2887 2012-08-19 Glenn Morris <rgm@gnu.org>
2888
2889 * mail/rmailout.el (rmail-output-read-file-name):
2890 Fix previous change (when the alist is nil or does not match).
2891
2892 2012-08-19 Chong Yidong <cyd@gnu.org>
2893
2894 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
2895 (Bug#12228).
2896
2897 2012-08-18 Chong Yidong <cyd@gnu.org>
2898
2899 * simple.el (yank-handled-properties): New defcustom.
2900 (yank-excluded-properties): Add font-lock-face and category.
2901 (yank): Doc fix.
2902
2903 * subr.el (remove-yank-excluded-properties):
2904 Obey yank-handled-properties. The special handling of font-lock-face
2905 and category is now done this way, instead of being hard-coded.
2906 (insert-for-yank-1): Remove font-lock-face handling.
2907 (yank-handle-font-lock-face-property)
2908 (yank-handle-category-property): New function.
2909
2910 2012-08-17 Glenn Morris <rgm@gnu.org>
2911
2912 * mail/rmailout.el (rmail-output-read-file-name):
2913 Check rmail-output-file-alist against the full message body
2914 in the correct rmail buffer. (Bug#12214)
2915
2916 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
2917
2918 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2919 Eliminate superfluous prompt. (Bug#12203)
2920
2921 2012-08-17 Chong Yidong <cyd@gnu.org>
2922
2923 * mouse.el (mouse-appearance-menu): If x-select-font returns a
2924 font spec, set the font directly (Bug#3228).
2925
2926 2012-08-17 Martin Rudalics <rudalics@gmx.at>
2927
2928 * window.el (delete-window): Fix last fix.
2929
2930 2012-08-16 Martin Rudalics <rudalics@gmx.at>
2931
2932 * window.el (window-valid-p): Move to window.c.
2933 (window-child, window-child-count, window-last-child)
2934 (window-normalize-window, window-combined-p)
2935 (window-combinations, window-atom-root, window-min-size)
2936 (window-sizable, window-sizable-p, window-size-fixed-p)
2937 (window-min-delta, window-max-delta, window--resizable)
2938 (window--resizable-p, window-resizable, window-total-size)
2939 (window-full-height-p, window-full-width-p, window-body-size)
2940 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
2941 (minimize-window, window-deletable-p, delete-window)
2942 (delete-other-windows, set-window-buffer-start-and-point)
2943 (next-buffer, previous-buffer, split-window, balance-windows-2)
2944 (set-window-text-height, window-buffer-height)
2945 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
2946 (truncated-partial-width-window-p): Minor code adjustments.
2947 In doc-strings state whether the argument window has to denote a
2948 live, valid or any window.
2949
2950 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
2951
2952 * progmodes/subword.el (subword-forward-function)
2953 (subword-backward-function, subword-forward-regexp)
2954 (subword-backward-regexp): New variables.
2955 (subword-forward, subword-forward-internal, subword-backward-internal):
2956 Use new variables, eg so that different "word" definitions
2957 can be easily used. (Bug#11411)
2958
2959 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
2962 for composite selectors.
2963 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
2964 operation just because we can't find a previous revision.
2965
2966 2012-08-15 Chong Yidong <cyd@gnu.org>
2967
2968 * frame.el (set-frame-font): Accept font objects.
2969
2970 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
2973
2974 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
2975
2976 * man.el (Man-overstrike-face, Man-underline-face)
2977 (Man-reverse-face): Remove variables.
2978 (Man-overstrike, Man-underline, Man-reverse): New faces.
2979 (Man-fontify-manpage): Use them instead of the variables.
2980 (Man-cleanup-manpage): Comment change.
2981 (Man-ansi-color-map): New variable.
2982 (Man-fontify-manpage): Use it.
2983 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
2984
2985 Implement ANSI SGR parameters 22-27 (bug#12146).
2986 * ansi-color.el (ansi-colors): Doc fix.
2987 (ansi-color-context, ansi-color-context-region): Doc fix.
2988 (ansi-color--find-face): New function.
2989 (ansi-color-apply, ansi-color-apply-on-region): Use it.
2990 Rename the local variable `face' to `codes' since it is now a list of
2991 ansi codes. Doc fix.
2992 (ansi-color-get-face): Remove.
2993 (ansi-color-parse-sequence): New function, derived from
2994 ansi-color-get-face.
2995 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
2996 codes 22-27.
2997
2998 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * subr.el (read-passwd): Allow use from a minibuffer.
3001
3002 2012-08-14 Eli Zaretskii <eliz@gnu.org>
3003
3004 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3005 inside comments and strings as identifiers.
3006
3007 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3008 expression to evaluate. This allows to evaluate expressions with
3009 embedded whitespace.
3010 (gud-tooltip-tips): Add a blank before the newline in the
3011 message-box text, for the benefit of message-box emulation on
3012 MS-Windows.
3013
3014 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3015 messages from GDB, pop them up in a tooltip to give feedback to
3016 user.
3017 (gdb-tooltip-print-1): Quote the expression to evaluate.
3018 This allows to evaluate expressions with embedded whitespace.
3019 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3020 if the TTY name is nil or empty (which happens when communicating
3021 with the inferior via pipes, e.g. on MS-Windows).
3022 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3023 don't send that to the GUD buffer.
3024
3025 2012-08-14 Glenn Morris <rgm@gnu.org>
3026
3027 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3028 Optimize away setq-default with no args, as for setq. (Bug#12195)
3029
3030 2012-08-14 Chong Yidong <cyd@gnu.org>
3031
3032 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3033
3034 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3035 (Bug#12085).
3036
3037 2012-08-14 Glenn Morris <rgm@gnu.org>
3038
3039 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3040
3041 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
3042
3043 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3044 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3045 Use cached shell name.
3046
3047 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3048
3049 * progmodes/python.el (python-shell-send-string):
3050 (python-shell-send-setup-code): Do not use `format' with `message'.
3051
3052 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3053
3054 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3055 (ruby-percent-literal-beg-re): New constant.
3056 (ruby-syntax-general-delimiters-goto-beg): Rename to
3057 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3058 (ruby-syntax-propertize-general-delimiters): Rename to
3059 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3060 popular term. Adjust comments everywhere.
3061 (ruby-syntax-propertize-percent-literal): Only propertize when not
3062 inside a simple string or comment. When the literal is unclosed,
3063 leave the text after it unpropertized.
3064 (ruby-syntax-methods-before-regexp): New constant.
3065 (ruby-syntax-propertize-function): Use it to recognize regexps.
3066 Don't look at the text after regexp, just use the whitelist.
3067
3068 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3069
3070 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3071 non-nil always load the compiled file if it exists. (Bug#12197)
3072
3073 2012-08-14 Chong Yidong <cyd@gnu.org>
3074
3075 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3076 (hi-lock-set-pattern): When deciding whether to use font lock or
3077 overlays, look at font-lock-mode instead of font-lock-fontified
3078 (Bug#12168).
3079 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3080 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3081
3082 2012-08-14 Daiki Ueno <ueno@unixuser.org>
3083
3084 * subr.el (internal--after-with-selected-window): Fix typo
3085 (Bug#12193).
3086
3087 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3088
3089 Use `completion-table-dynamic' for completion functions.
3090 * progmodes/python.el
3091 (python-shell-completion--do-completion-at-point)
3092 (python-shell-completion--get-completions):
3093 Remove functions.
3094 (python-shell-completion-complete-at-point): New function.
3095 (python-completion-complete-at-point): Use it.
3096
3097 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3098
3099 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3100 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3101
3102 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * subr.el (function-get): Refine `autoload' arg so it can also
3105 autoload functions for gv.el (bug#12191).
3106 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3107 autoloads macros.
3108
3109 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3110 Prefer pcase-let over destructuring-bind.
3111 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3112 Also, remove whitespace as we go, rather than after accumulating the
3113 various places.
3114
3115 * subr.el (internal--before-with-selected-window)
3116 (internal--after-with-selected-window): Fix typo seleted->selected.
3117 (with-selected-window): Adjust callers.
3118 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3119
3120 2012-08-13 Bastien Guerry <bzg@gnu.org>
3121
3122 * window.el (special-display-popup-frame): Minor docstring
3123 enhancement. (Bug#12172)
3124
3125 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3126
3127 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3128 type 1-6.
3129 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3130 extended headers.
3131
3132 * files.el (hack-local-variables-filter): Remove useless eval.
3133
3134 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3135
3136 * subr.el (with-selected-window): Fix last change.
3137
3138 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3139
3140 * subr.el (internal--before-with-seleted-window)
3141 (internal--after-with-seleted-window): New functions.
3142 (with-selected-window): Use them, to replace dependency on
3143 tty-top-frame.
3144
3145 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3146
3147 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3148 binding for `newline'.
3149 (ruby-move-to-block): When moving backward, stop at block opening,
3150 not indentation.
3151 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3152 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3153 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3154 `ruby-toggle-block'.
3155
3156 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * ibuffer.el (ibuffer-do-toggle-read-only):
3159 * dired.el (dired-toggle-read-only):
3160 * buff-menu.el (Buffer-menu-toggle-read-only):
3161 * bindings.el (mode-line-toggle-read-only):
3162 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3163
3164 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3165
3166 * descr-text.el (describe-char): Put the overlays over the
3167 "displayed as" character.
3168
3169 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3170
3171 * calc/calc-units.el (math-default-units-table): Give an
3172 initial value.
3173 (math-put-default-units): Add options to put composite units and
3174 unit systems in the default units table.
3175 (calc-convert-units): Send composite units to
3176 `math-put-default-units' when appropriate.
3177
3178 2012-08-11 Glenn Morris <rgm@gnu.org>
3179
3180 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3181
3182 * tutorial.el (help-with-tutorial):
3183 * emacs-lisp/copyright.el (copyright-update-directory):
3184 * emacs-lisp/autoload.el (autoload-find-generated-file)
3185 (autoload-find-file): Disable local eval: (for insurance).
3186
3187 * files.el (hack-local-variables-filter): If an eval: form is not
3188 known to be safe, and enable-local-variables is :safe, then ignore
3189 the form totally, as is done for non-eval forms. (Bug#12155)
3190 This is CVE-2012-3479.
3191
3192 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3195 (rx-form): Simplify.
3196
3197 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3198
3199 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3200 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3201 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3202 (ruby-syntax-propertize-function): Adjust for changes in
3203 `ruby-syntax-propertize-heredoc'.
3204
3205 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3206
3207 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3208 binding (use `M-;' instead).
3209 (ruby-singleton-class-p): New function.
3210 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3211
3212 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3215
3216 2012-08-10 Chong Yidong <cyd@gnu.org>
3217
3218 * progmodes/python.el (python-shell-get-process-name): Don't mess
3219 with same-window-buffer-names.
3220
3221 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3222 (eshell-remove-from-window-buffer-names): Make obsolete.
3223 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3224 (eshell): Just use pop-to-buffer-same-window instead.
3225
3226 2012-08-10 Chong Yidong <cyd@gnu.org>
3227
3228 * bindings.el: Bind M-= back to count-words-region.
3229
3230 * simple.el (count-words-region): Accept a prefix arg for acting
3231 on the entire buffer.
3232 (count-words--buffer-message): New helper function.
3233
3234 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3237 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3238 (event-start, event-end): Use posn-at-point to return a more
3239 informative posn.
3240 (posnp): New function.
3241 * mouse.el (popup-menu-normalize-position): Use it.
3242
3243 2012-08-10 Masatake YAMATO <yamato@redhat.com>
3244
3245 * mouse.el (popup-menu-normalize-position): New function.
3246 (popup-menu): Use `popup-menu-normalize-position' to normalize
3247 the form for POSITION argument.
3248
3249 * term/x-win.el (x-menu-bar-open):
3250 Use the value returend from (posn-at-point) as position
3251 passed to `popup-menu'.
3252
3253 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3254
3255 * calc/calccomp.el (math-compose-expr): Add extra argument
3256 indicating that parentheses should be put around products in
3257 denominators. Give multiplication precedence over division during
3258 composition.
3259
3260 2012-08-09 Chong Yidong <cyd@gnu.org>
3261
3262 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3263 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3264 (Man-untabify-command, manual-program): Convert to defcustom
3265 (Bug#10429).
3266
3267 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3268
3269 * descr-text.el (describe-char): Don't insert extra newlines
3270 (Bug#10127).
3271
3272 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3273 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3274
3275 * align.el (align-region): Delete temporary markers (Bug#10047).
3276 Plus some code cleanups.
3277
3278 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3279
3280 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3281 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3282 (python-shell-internal-last-output): Use make-local-variable
3283 instead of make-variable-buffer-local.
3284
3285 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3286
3287 * progmodes/python.el: Enhancements to forward-sexp.
3288 (python-nav-forward-sexp): Rename from
3289 python-nav-forward-sexp-function.
3290 (python-nav--forward-sexp, python-nav--backward-sexp):
3291 New functions.
3292
3293 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3294
3295 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3296 modes and simplification modes.
3297
3298 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * delsel.el (delete-selection-pre-hook): Don't propagate the
3301 file-supersession signals (bug#12161).
3302
3303 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3306 (cl-map-extents): Add compatibility aliases (bug#12135).
3307
3308 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
3309
3310 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3311 tests by `ignore-error'.
3312 (tramp-find-shell): Open also a new shell, when cache is already
3313 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3314
3315 2012-08-08 Juri Linkov <juri@jurta.org>
3316
3317 * bookmark.el: Add `defaults' property to the bookmark record.
3318 (bookmark-current-buffer): Doc fix.
3319 (bookmark-make-record): Add `defaults' property with default values
3320 to the bookmark record.
3321 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3322 with `bookmark-insert-current-bookmark'.
3323 (bookmark-set): Get `defaults' property from the bookmark record
3324 and use it in `read-from-minibuffer'.
3325 (bookmark-insert-current-bookmark): Remove function.
3326
3327 * info.el (Info-bookmark-make-record): Add `defaults' property
3328 with values of canonical Info node name, the current Info file
3329 name and the current Info node name. (Bug#12107)
3330
3331 2012-08-08 Juri Linkov <juri@jurta.org>
3332
3333 * files.el (basic-save-buffer): Use `buffer-name' as the default
3334 of `read-file-name' when buffer is not visiting a file (bug#12128).
3335
3336 2012-08-08 Juri Linkov <juri@jurta.org>
3337
3338 * info.el (Info-isearch-search): Doc fix.
3339 (Info-search): Change search-failed message from "initial node" to
3340 "end of node" (bug#12078).
3341 (Info-isearch-search): Change `isearch-string-state' to
3342 `isearch--state-string'.
3343
3344 2012-08-08 Glenn Morris <rgm@gnu.org>
3345
3346 * language/persian.el: Remove file.
3347 * language/misc-lang.el: Move unique part of persian.el here.
3348 * loadup.el: Remove language/persian.
3349
3350 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3351
3352 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3353
3354 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3355
3356 * progmodes/python.el Fixed defsubst warning.
3357 (python-syntax-context) Rename from python-info-ppss-context.
3358 (python-syntax-context-type): Rename from
3359 python-info-ppss-context-type.
3360 (python-syntax-comment-or-string-p): Rename from
3361 python-info-ppss-comment-or-string-p.
3362
3363 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3364
3365 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3366
3367 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3368
3369 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3370 a defcustom that is quoted with backquote.
3371
3372 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3373 Fix handling of interactive spec when the body uses return.
3374 (math-do-arg-check, math-define-function-body): Use backquote forms.
3375 * calc/calc-ext.el (math-defcache): Likewise.
3376 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3377 * allout.el (allout-new-exposure): Likewise.
3378 * calc/calcalg2.el (math-tracing-integral): Likewise.
3379 * info.el (Info-last-menu-item): Likewise.
3380 * emulation/vip.el (vip-loop): Likewise.
3381 * textmodes/artist.el (artist-funcall): Likewise.
3382 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3383 Construct menu-item directly.
3384
3385 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3386 Don't declare.
3387
3388 2012-08-07 Chong Yidong <cyd@gnu.org>
3389
3390 * simple.el (deactivate-mark): Preserve text properties when
3391 saving the primary selection (Bug#8384).
3392
3393 2012-08-07 Kevin Ryde <user42@zip.com.au>
3394
3395 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3396 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3397 and continue processing (Bug#12110).
3398
3399 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3402 syntax-propertize-function (bug#10095).
3403
3404 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3407 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3408 describe-function-1.
3409 (describe-function-1): Use them. Move compiler macro after sig.
3410 (help-fns--compiler-macro): Use function-get. Assume we're already in
3411 standard-output. Adjust layout to new call order.
3412
3413 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3414 re-binding a symbol that has a symbol-macro (bug#12119).
3415
3416 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3417
3418 * language/persian.el: New file. (Bug#11812)
3419 * loadup.el: Add language/persian.el.
3420
3421 2012-08-06 Chong Yidong <cyd@gnu.org>
3422
3423 * window.el (window--maybe-raise-frame): New function.
3424 (window--display-buffer): Split off from here.
3425 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3426 (display-buffer-pop-up-window, display-buffer-use-some-window):
3427 Obey an inhibit-switch-frame action alist entry.
3428 (display-buffer): Update doc.
3429
3430 * replace.el (occur-after-change-function): Avoid losing focus by
3431 using the inhibit-switch-frame display parameter (Bug#12139).
3432
3433 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3434
3435 Make internal shell process buffer names start with space.
3436 * progmodes/python.el (python-shell-make-comint): Add optional
3437 argument INTERNAL.
3438 (run-python-internal): Use it.
3439 (python-shell-internal-get-or-create-process): Check for new
3440 internal buffer names.
3441
3442 2012-08-06 Glenn Morris <rgm@gnu.org>
3443
3444 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
3445 Do less getting and setting of environment variables.
3446
3447 2012-08-05 Chong Yidong <cyd@gnu.org>
3448
3449 * proced.el (proced): Add substitution string to docstring to
3450 trigger autoloading of the proced library on C-h f (Bug#1768).
3451
3452 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3453 Don't show defvars which have no second argument (Bug#8638).
3454
3455 * imenu.el (imenu-generic-expression): Move documentation here
3456 from imenu--generic-function.
3457 (imenu--generic-function): Refer to imenu-generic-expression.
3458
3459 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
3460
3461 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3462 indentation declaration.
3463 (viper-loop): Add indentation declaration (Bug#7025).
3464
3465 2012-08-05 Chong Yidong <cyd@gnu.org>
3466
3467 * help-fns.el (describe-variable): Add hyperlink for
3468 directory-local variables files. Improve buffer-local and
3469 permanent-local reporting; suggested by MON KEY (Bug#6644).
3470
3471 * help-mode.el (help-dir-local-var-def): New button type.
3472
3473 * files.el (kill-buffer-hook): Provide a defvar.
3474
3475 2012-08-05 Glenn Morris <rgm@gnu.org>
3476
3477 * eshell/esh-ext.el (eshell/addpath):
3478 Also update eshell-path-env. (Bug#12013)
3479
3480 2012-08-05 Chong Yidong <cyd@gnu.org>
3481
3482 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
3483
3484 * fringe.el (fringe-styles): Add docstring.
3485 (fringe--check-mode): New function.
3486 (set-fringe-mode, set-fringe-style): Use it.
3487 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3488
3489 * files.el (set-auto-mode): Fix invalid setq call.
3490
3491 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * isearch.el: Misc simplification; use defstruct.
3494 (isearch-mode-map): Dense maps now work like sparse ones.
3495 (isearch--state): New defstruct.
3496 (isearch-string-state, isearch-message-state, isearch-point-state)
3497 (isearch-success-state, isearch-forward-state)
3498 (isearch-other-end-state, isearch-word-state, isearch-error-state)
3499 (isearch-wrapped-state, isearch-barrier-state)
3500 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3501 replaced by defstruct's accessors.
3502 (isearch--set-state): Rename from isearch-top-state and change
3503 calling convention.
3504 (isearch-push-state): Use new isearch--get-state.
3505 (isearch-toggle-word): Disable regexp when enabling word.
3506 (isearch-message-prefix): Remove unused arg _c-q-hack.
3507 (isearch-message-suffix): Remove unused arg _ellipsis.
3508
3509 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
3510
3511 * simple.el (list-processes--refresh): For a server use :host or
3512 :local as the address.
3513 (list-processes): Doc fix.
3514
3515 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
3516
3517 * lisp/mpc.el: Support password in host argument.
3518 (mpc--proc-connect): Parse and use new password element.
3519 Set mpc-proc variable instead of returning process.
3520 (mpc-proc): Adjust accordingly.
3521
3522 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3523
3524 * whitespace.el (whitespace-display-mappings): Use Unicode
3525 codepoints, instead of emacs-mule codepoints. See
3526 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3527 for the details.
3528
3529 * files.el (file-truename): Don't skip symlink-chasing part on
3530 windows-nt. Incorporate the resolution of 8+3 short aliases on
3531 Windows into the loop that recursively chases symlinks.
3532 Compare directory and its parent case-insensitively on MS-Windows and
3533 MS-DOS.
3534
3535 2012-08-03 Chong Yidong <cyd@gnu.org>
3536
3537 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3538
3539 * sort.el (sort-regexp-fields): Doc fix.
3540
3541 2012-08-03 Tassilo Horn <tsdh@gnu.org>
3542
3543 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3544 labels regex position point at the expected place.
3545
3546 2012-08-03 MON KEY <monkey@sandpframing.com>
3547
3548 * net/imap.el (imap-interactive-login, imap-authenticate)
3549 (imap-mailbox-lsub, imap-mailbox-list)
3550 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3551 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3552 (imap-parse-response): Doc fix.
3553
3554 2012-08-03 João Távora <joaotavora@gmail.com>
3555
3556 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3557 if sexp scanning does not move point (Bug#5734).
3558
3559 2012-08-02 Tassilo Horn <tsdh@gnu.org>
3560
3561 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3562 Add listings, minted, and ctable packages.
3563 (reftex-label-alist-builtin): Move listings, minted, and ctable
3564 entries before LaTeX.
3565 (reftex-label-alist): Docfix.
3566
3567 2012-08-02 Bastien Guerry <bzg@gnu.org>
3568
3569 * replace.el (occur): Fix docstring (bug#12122).
3570
3571 2012-08-02 Glenn Morris <rgm@gnu.org>
3572
3573 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3574
3575 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3576
3577 Obsolete alias inactivate-current-input-method-function (Bug#10150).
3578 * international/mule-cmds.el: Create
3579 inactivate-current-input-method-function as an obsolete alias for
3580 deactivate-current-input-method-function. See Katsumi Yamaoka in
3581 <http://bugs.gnu.org/10150#46>.
3582
3583 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3584
3585 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3586 of nested `if's.
3587
3588 2012-08-01 Glenn Morris <rgm@gnu.org>
3589
3590 * progmodes/autoconf.el (autoconf-definition-regexp):
3591 Add AH_TEMPLATE, adjust submatch numbering.
3592 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3593 (autoconf-current-defun-function): Update for above change.
3594 (autoconf-current-defun-function): First skip to end of current word.
3595
3596 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
3597
3598 * calendar/cal-html.el (cal-html-insert-agenda-days):
3599 Fix typo. (Bug#12018)
3600
3601 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3602
3603 Shell processes: enhancements to startup and CEDET compatibility.
3604 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
3605 (python-shell-make-comint): accept-process-output at startup.
3606 (run-python-internal): Set inferior-python-mode-hook to nil.
3607 (python-shell-internal-get-or-create-process): call sit-for.
3608 (python-preoutput-result): Add obsolete alias.
3609 (python-shell-internal-send-string): Use it.
3610 (python-shell-send-setup-code): Remove call to
3611 accept-process-output.
3612
3613 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3614
3615 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3616 (Bug#12108)
3617
3618 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
3619
3620 * calc-mode.el (calc-basic-simplification-mode): Rename from
3621 `calc-limited-simplification-mode'.
3622 (calc-alg-simplification-mode): New function.
3623 (calc-set-simplify-mode): Adjust message.
3624
3625 * calc.el (calc-set-mode-line): Adjust mode line display for
3626 basic simplification mode.
3627
3628 * calc-help.el (calc-m-prefix-help): Update help message.
3629
3630 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
3631 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
3632
3633 2012-07-31 Bastien Guerry <bzg@gnu.org>
3634
3635 * man.el (man): Fix comment. (bug#12101)
3636
3637 2012-07-31 Martin Rudalics <rudalics@gmx.at>
3638
3639 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3640 Don't return a non-nil value when no suitable buffer was found.
3641
3642 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3643
3644 * progmodes/python.el (run-python-internal): Disable font lock for
3645 internal shells.
3646
3647 2012-07-30 Stefan Merten <smerten@oekonux.de>
3648
3649 * textmodes/rst.el: Silence `checkdoc-ispell'.
3650 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3651 (rst-official-version, rst-official-cvs-rev)
3652 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
3653 (rst-mode-map): New key binding.
3654
3655 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3656
3657 Update .PHONY listings in makefiles.
3658 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
3659 autoloads, update-subdirs, updates, bzr-update, update-authors,
3660 compile-onefile, compile-calc, backup-compiled-files,
3661 compile-after-backup, compile-one-process, mh-autoloads,
3662 bootstrap-clean, distclean, maintainer-clean.
3663
3664 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3665
3666 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
3667 (calc-set-mode-line): Don't display "AlgSimp ".
3668
3669 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
3670 (calc-lim-simplify-mode): New function.
3671 (calc-set-simplify-mode): Default to 'alg.
3672 (calc-default-simplify-mode): Make algebraic simplifications
3673 the default.
3674
3675 * calc/calc-ext.el (calc-init-extensions): Remove binding for
3676 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
3677
3678 * calc/calc-help.el (calc-m-prefix-help): Change messages to
3679 indicate new simplification modes.
3680
3681 * calc/README: Mention new default simplification mode.
3682
3683 * calc/calc.el (math-normalize-error): New variable.
3684 (math-normalize): Set `math-normalize-error' to t
3685 when there's an error.
3686
3687 * calc/calc-alg.el (math-simplify): Don't simplify when
3688 `math-normalize' returns an error.
3689
3690 2012-07-29 Eli Zaretskii <eliz@gnu.org>
3691
3692 * international/mule-cmds.el (set-locale-environment): Revert last
3693 change, since display-graphic-p returns nil when this function is
3694 called during startup. Instead...
3695
3696 * term/w32console.el (terminal-init-w32console): ...setup the
3697 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
3698
3699 2012-07-29 Juri Linkov <juri@jurta.org>
3700
3701 * simple.el (goto-line): Don't display default line number in the
3702 prompt because it should be displayed by `read-number' (bug#9952).
3703 Add the current line number to the defaults of `goto-line' to
3704 allow its easier modification by users with `M-n' (bug#9201).
3705
3706 * subr.el (read-number): Support multiple default values like in
3707 other minibuffer reading functions. Replace `read' with
3708 `string-to-number' for consistency with `number-to-string'.
3709
3710 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3711
3712 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
3713 * emulation/viper-init.el (viper-deactivate-input-method-action):
3714 Rename from viper-inactivate-input-method-action.
3715 (viper-deactivate-input-method):
3716 Rename from viper-inactivate-input-method.
3717 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
3718 * international/mule-cmds.el (deactivate-input-method):
3719 Rename from inactivate-input-method.
3720 Also run input-method-deactivate-hook.
3721 (deactivate-current-input-method-function):
3722 Rename from inactivate-current-input-method-function.
3723 (input-method-deactivate-hook): New hook.
3724 (input-method-inactivate-hook): Mark obsolete.
3725 (inactivate-input-method): Mark obsolete.
3726
3727 * international/quail.el (quail-activate):
3728 Also run quail-deactivate-hook.
3729 (quail-deactivate): Rename from quail-inactivate.
3730 * international/robin.el (robin-activate):
3731 Also run robin-deactivate-hook.
3732 (robin-deactivate): Rename from robin-inactivate.
3733
3734 2012-07-29 Chong Yidong <cyd@gnu.org>
3735
3736 * simple.el (indicate-copied-region): New function.
3737 (kill-ring-save): Split off from here.
3738
3739 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
3740 (kill-rectangle): Set deactivate-mark to t on read-only error.
3741
3742 * register.el (copy-to-register, copy-rectangle-to-register):
3743 Deactivate the mark, and use indicate-copied-region (Bug#10056).
3744 (append-to-register, prepend-to-register): Call indicate-copied-region.
3745
3746 2012-07-29 Juri Linkov <juri@jurta.org>
3747
3748 * simple.el (async-shell-command-buffer): New defcustom.
3749 (shell-command): Use it. (Bug#4719)
3750
3751 2012-07-28 Eli Zaretskii <eliz@gnu.org>
3752
3753 * international/mule-cmds.el (set-locale-environment): In a
3754 console session on MS-Windows, set up keyboard and terminal
3755 encoding from the OEM codepage, not the ANSI codepage.
3756 (Bug#12055)
3757
3758 2012-07-28 Chong Yidong <cyd@gnu.org>
3759
3760 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
3761 gdb-get-location.
3762
3763 2012-07-28 Leo Liu <sdl.web@gmail.com>
3764
3765 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
3766 the alist (bug#12029).
3767
3768 2012-07-28 Eli Zaretskii <eliz@gnu.org>
3769
3770 * makefile.w32-in (custom-deps, finder-data, updates, compile)
3771 (compile-always, compile-first)
3772 ($(lisp)/calendar/cal-loaddefs.el)
3773 ($(lisp)/calendar/diary-loaddefs.el)
3774 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3775 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
3776 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
3777 instead of on update-subdirs.
3778 (bootstrap-clean): Delete $(lisp)/subdirs.el.
3779
3780 2012-07-28 Chong Yidong <cyd@gnu.org>
3781
3782 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
3783 directory if vc-deduce-backend returns nil (Bug#7350).
3784
3785 * simple.el (delete-trailing-lines): New option.
3786 (delete-trailing-whitespace): Obey it (Bug#11879).
3787
3788 2012-07-28 David Engster <deng@randomsample.de>
3789
3790 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
3791 Explanation of new 'symbol-qnames feature in doc-strings.
3792 (xml-maybe-do-ns): Return expanded names as plain symbols if
3793 'symbol-qnames was provided in XML-NS argument (Bug#11916).
3794 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
3795
3796 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3797
3798 Consistent completion in inferior python with emacs -nw.
3799 * progmodes/python.el (inferior-python-mode): replace "<tab>"
3800 binding in inferior-python-mode-map with "\t".
3801 (python-shell-completion-complete-at-point)
3802 (python-completion-complete-at-point): Remove interactive spec.
3803
3804 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3805
3806 * calc/calccomp.el (math-compose-expr): Undo previous change.
3807
3808 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3809
3810 * progmodes/python.el (python-mode-map): Add keybinding for
3811 run-python.
3812 (python-shell-make-comint): Fix pop-to-buffer call.
3813 (run-python): Autoload. New arg SHOW.
3814 (python-shell-get-or-create-process): Do not pop python process
3815 buffer.
3816
3817 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
3818
3819 * notifications.el (notifications-on-action-signal)
3820 (notifications-on-closed-signal): Use also the bus address for the map.
3821 (notifications-notify, notifications-close-notification)
3822 (notifications-get-capabilities): Add optional argument BUS.
3823
3824 2012-07-27 Tassilo Horn <tsdh@gnu.org>
3825
3826 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3827 Add support for the lstlisting and minted environments, and for the
3828 ctable macro.
3829 * textmodes/reftex.el (reftex-compile-variables): Also recognize
3830 labels written in keyvals syntax.
3831
3832 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3833
3834 * calc/calccomp.el (math-compose-expr): Use parentheses when
3835 there is a product in the denominator of a fraction.
3836
3837 2012-07-26 Eli Zaretskii <eliz@gnu.org>
3838
3839 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3840 ($(lisp)/calendar/diary-loaddefs.el)
3841 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3842 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
3843 Fixes failures in parallel bootstrap because subdirs.el is being
3844 rewritten while the autoload files are built at the same time,
3845 which needs to load subdirs.el.
3846
3847 2012-07-26 Martin Rudalics <rudalics@gmx.at>
3848
3849 * mouse.el (popup-menu): Fix doc-string and re-indent code.
3850 (mouse-drag-line): Don't exit tracking when a switch-frame or
3851 switch-window event occurs (Bug#12006).
3852
3853 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3854
3855 * mouse.el (popup-menu): Fix last change.
3856
3857 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 Autoload from Lisp with more care. Follow aliases when looking for
3860 function properties.
3861 * subr.el (autoloadp): New function.
3862 (symbol-file): Use it.
3863 (function-get): New function.
3864 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
3865 autoload-do-load.
3866 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
3867 (lisp-indent-function):
3868 * emacs-lisp/gv.el (gv-get):
3869 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
3870 * emacs-lisp/byte-opt.el (byte-optimize-form):
3871 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3872 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
3873 Use function-get.
3874 * emacs-lisp/cl.el: Don't propagate function properties any more.
3875
3876 * speedbar.el (speedbar-add-localized-speedbar-support):
3877 * emacs-lisp/disass.el (disassemble-internal):
3878 * desktop.el (desktop-load-file):
3879 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
3880 (describe-function-1):
3881 * emacs-lisp/find-func.el (find-function-noselect):
3882 * emacs-lisp/elp.el (elp-instrument-function):
3883 * emacs-lisp/advice.el (ad-has-proper-definition):
3884 * apropos.el (apropos-safe-documentation, apropos-macrop):
3885 * emacs-lisp/debug.el (debug-on-entry):
3886 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
3887 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3888 * calc/calc.el (name): Use autoloadp & autoload-do-load.
3889
3890 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
3891
3892 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
3893 function, not an obsolete variable (Bug#12046).
3894
3895 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
3896
3897 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
3898
3899 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
3900
3901 * emacs-lisp/pp.el (pp-display-expression): Select old selected
3902 window only if it is still live (Bug#12034).
3903
3904 2012-07-25 Martin Rudalics <rudalics@gmx.at>
3905
3906 * subr.el (redirect-frame-focus): Add advertised calling
3907 convention (Bug#12030).
3908
3909 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
3910
3911 Prefer typical American spelling for "acknowledgment".
3912 * vc/add-log.el (change-log-acknowledgment): Rename from
3913 change-log-acknowledgement, with an alias for the old name.
3914
3915 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
3916
3917 * calc-alg.el (math-simplify-divide): Don't cross multiply
3918 in an equation when the lhs is a variable.
3919
3920 2012-07-24 Julien Danjou <julien@danjou.info>
3921
3922 * net/netrc.el (netrc-find-service-number, netrc-store-data):
3923 Remove, unused.
3924
3925 2012-07-23 Eli Zaretskii <eliz@gnu.org>
3926
3927 * startup.el (command-line): Don't display an empty user name in
3928 the error message about non-existent home directory, when
3929 init-file-user was set to an empty string. See
3930 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
3931 for the details and context.
3932
3933 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
3934
3935 * ses.el (ses-cell-formula-aset): New macro.
3936 (ses-cell-references-aset): New macro.
3937 (ses-cell-p): New function.
3938 (ses-rename-cell): Do no longer rely on complex operations like
3939 ses-cell-set-formula or ses-set-cell to change the cell and handle
3940 the undo at the same time, but rather use lower level new macros
3941 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
3942 the undo directly. Refresh the mode line.
3943
3944 2012-07-21 Leo Liu <sdl.web@gmail.com>
3945
3946 * progmodes/cc-cmds.el (c-defun-name):
3947 Use match-string-no-properties instead for consistency.
3948
3949 2012-07-20 Leo Liu <sdl.web@gmail.com>
3950
3951 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
3952 (Bug#7879)
3953
3954 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
3955
3956 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
3959 * progmodes/bug-reference.el, misearch.el: Provide themselves
3960 (bug#11915).
3961
3962 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
3963 of narrowed buffer (bug#11966).
3964
3965 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
3966
3967 * ses.el (ses-rename-cell): Set new name also in reference list of
3968 cells of which the renamed cell depends.
3969
3970 2012-07-20 Masatake YAMATO <yamato@redhat.com>
3971
3972 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
3973 to check whether menu-bar is shown or not. If not shown,
3974 show the menu-bar as a popup menu instead of using tmm.
3975 * mouse.el (popup-menu): Accept `point' as `position' argument.
3976
3977 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
3978
3979 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
3980 up inside string symbol literal (bug#11923).
3981
3982 2012-07-20 Eli Zaretskii <eliz@gnu.org>
3983
3984 * startup.el (fancy-startup-text): Read the whole tutorial, not
3985 just its first 256 bytes. Prevents gibberish in display of the
3986 tutorial title.
3987
3988 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3989
3990 Drop idle buffer compaction due to an absence of the
3991 proved efficiency.
3992 * compact.el: Remove.
3993
3994 2012-07-19 Sam Steingold <sds@gnu.org>
3995
3996 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
3997 vc-bzr-pull & vc-bzr-merge-branch.
3998 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
3999 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4000 for consistency with compilation-error-regexp-alist.
4001 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4002 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4003 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4004 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4005
4006 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * emacs-lisp/chart.el: Use lexical-binding.
4009 (chart-emacs-storage): Don't hardcode the list of entries.
4010
4011 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4012
4013 Next round of tweaks caused by Fgarbage_collect changes.
4014 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4015
4016 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4017
4018 Compact buffers when idle.
4019 * compact.el: New file.
4020
4021 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * subr.el (eventp): Presume that if it looks vaguely like an event,
4024 it's an event (bug#10190).
4025
4026 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4027
4028 Enhancements to ppss related code (thanks Stefan).
4029 * progmodes/python.el (python-indent-context)
4030 (python-indent-calculate-indentation, python-indent-dedent-line)
4031 (python-indent-electric-colon, python-nav-forward-block)
4032 (python-mode-abbrev-table)
4033 (python-info-assignment-continuation-line-p): Simplify checks
4034 for ppss context.
4035 (python-info-continuation-line-p): Cleanup.
4036 (python-info-ppss-context): Do not catch 'quote.
4037 (python-info-ppss-context-type)
4038 (python-info-ppss-comment-or-string-p): Simplify.
4039
4040 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4041
4042 * progmodes/python.el: Enhancements to eldoc support.
4043 (python-info-current-symbol): New function.
4044 (python-eldoc-at-point): Use python-info-current-symbol.
4045 (python-info-current-defun): Fix cornercase on first defun scan.
4046 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4047 and signal error when no inferior python process is available.
4048
4049 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4050
4051 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4052 assume it's always t.
4053 (vc-git-registered): Remove caching, the function is only called
4054 once.
4055 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4056
4057 2012-07-18 Chong Yidong <cyd@gnu.org>
4058
4059 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4060
4061 * simple.el (count-words): Report on narrowing (Bug#9959).
4062
4063 * bindings.el: Bind M-= to count-words.
4064
4065 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4066
4067 2012-07-18 Masatake YAMATO <yamato@redhat.com>
4068
4069 * progmodes/sh-script.el (sh-imenu-generic-expression):
4070 Capture a function with `function' keyword and without parentheses
4071 like "function FOO" (bug#11856).
4072
4073 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4074
4075 * window.el (split-window-sensibly): Make WINDOW argument
4076 optional.
4077
4078 2012-07-18 Chong Yidong <cyd@gnu.org>
4079
4080 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4081
4082 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4083 and make C-x 8 RET exit isearch (Bug#11439).
4084
4085 * international/iso-transl.el: Move isearch-mode-map key
4086 definitions to isearch.el.
4087
4088 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4091 (eieio-defclass): Use gv-define-setter when possible.
4092
4093 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4094
4095 Reflect recent changes in Fgarbage_collect.
4096 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4097 reflect new format of data returned by Fgarbage_collect.
4098
4099 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4100
4101 New utility functions + python-info-ppss-context fix (Bug#11910).
4102 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4103 (python-info-ppss-comment-or-string-p): New functions.
4104 (python-info-ppss-context): Small fix for string check.
4105
4106 2012-07-17 Juri Linkov <juri@jurta.org>
4107
4108 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4109 (dired-do-async-shell-command): Don't add `*' at the end of the
4110 command (Bug#11815).
4111 (dired-do-shell-command): Doc fix.
4112 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4113 Join the individual commands using either "&" or ";" as the
4114 separator depending on the values of these trailing characters.
4115 At the end re-add the trailing "&". (Bug#10598)
4116
4117 * simple.el (async-shell-command): Sync the interactive spec with
4118 `shell-command'. Doc fix.
4119 (shell-command): Doc fix.
4120
4121 2012-07-17 Juri Linkov <juri@jurta.org>
4122
4123 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4124
4125 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4126
4127 Final renames and doc fixes for movement commands (bug#11899).
4128 * progmodes/python.el (python-nav-beginning-of-statement):
4129 Rename from python-nav-statement-start.
4130 (python-nav-end-of-statement): Rename from
4131 python-nav-statement-end.
4132 (python-nav-beginning-of-block): Rename from
4133 python-nav-block-start.
4134 (python-nav-end-of-block): Rename from python-nav-block-end.
4135
4136 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4137
4138 * progmodes/python.el (python-shell-send-string-no-output):
4139 Allow accept-process-output to quit, keeping shell process ready for
4140 future interactions (Bug#11868).
4141
4142 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4145
4146 * emacs-lisp/elint.el (elint-find-args-in-code):
4147 Use help-function-arglist, so as to handle lexical byte-code.
4148
4149 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4150 change (bug#11826).
4151
4152 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4155 Avoid spuriously marking the buffer as modified because of c-is-sws.
4156
4157 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4158 as not-a-comment (bug#11946).
4159
4160 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4161 for uninterned vars.
4162
4163 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4164 Use read-event since we don't really want to read chars but bytes.
4165
4166 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4167 $$..$$ but also $..$ using regexps (bug#11953).
4168 Use tex-verbatim for \url and \path.
4169 (tex-font-lock-keywords): Define as defconst like the others.
4170 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4171
4172 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4173
4174 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4175 alias for insert-char.
4176
4177 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4178
4179 * progmodes/python.el: Simplified imenu implementation.
4180 (python-nav-jump-to-defun): Remove command.
4181 (python-mode-map): Use `imenu' instead.
4182 (python-nav-list-defun-positions-cache)
4183 (python-imenu-include-defun-type, python-imenu-make-tree)
4184 (python-imenu-subtree-root-label, python-imenu-index-alist):
4185 Remove vars.
4186 (python-nav-list-defun-positions, python-nav-read-defun)
4187 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4188 (python-imenu-make-tree, python-imenu-create-index):
4189 Remove functions.
4190 (python-mode): Update to interact with imenu by setting
4191 `imenu-extract-index-name-function' only.
4192
4193 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4194
4195 * progmodes/python.el: Enhancements to navigation commands.
4196 (python-nav-backward-sentence)
4197 (python-nav-forward-sentence): Remove.
4198 (python-nav-backward-statement, python-nav-forward-statement)
4199 (python-nav-statement-start, python-nav-statement-end)
4200 (python-nav-backward-block, python-nav-forward-block)
4201 (python-nav-block-start, python-nav-block-end)
4202 (python-nav-forward-sexp-function)
4203 (python-info-current-line-comment-p)
4204 (python-info-current-line-empty-p): New functions.
4205 (python-indent-context): Use `python-nav-statement-start'.
4206
4207 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4208
4209 * eshell/em-ls.el (eshell/ls): Use `apply'.
4210
4211 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4212 multi-hops, instead of Tramp internals.
4213
4214 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4215
4216 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4217 when F1 and F2 are located on different hosts.
4218
4219 2012-07-14 Chong Yidong <cyd@gnu.org>
4220
4221 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4222 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4223 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4224 (xterm-mouse--read-event-sequence-1000)
4225 (xterm-mouse--read-event-sequence-1006): New functions. For old
4226 mouse protocol, handle M-mouse-X events correctly.
4227 (xterm-mouse-event): New arg specifying mouse protocol.
4228 (turn-on-xterm-mouse-tracking-on-terminal)
4229 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4230 sequence to toggle extended coordinates on newer XTerms.
4231 This appears to be harmless on terminals which do not support this.
4232
4233 2012-07-14 Leo Liu <sdl.web@gmail.com>
4234
4235 Add fringe bitmap indicators for flymake. (Bug#11253)
4236 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4237 (flymake-make-overlay): New arg BITMAP.
4238 (flymake-error-bitmap, flymake-warning-bitmap)
4239 (flymake-fringe-indicator-position): New user variables.
4240
4241 * fringe.el: New bitmap exclamation-mark.
4242
4243 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4244
4245 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4246 also (Bug#7879).
4247
4248 2012-07-14 Chong Yidong <cyd@gnu.org>
4249
4250 * electric.el (electric-pair-post-self-insert-function): Fix pair
4251 insertion in empty-region case (Bug#11520).
4252
4253 2012-07-14 Chong Yidong <cyd@gnu.org>
4254
4255 * bindings.el: Consolidate ctl-x-r-map bindings.
4256 Bind copy-rectangle-as-kill to C-x r w.
4257
4258 * rect.el, register.el: Move bindings to bindings.el.
4259
4260 2012-07-14 Reuben Thomas <rrt@sc3d.org>
4261
4262 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4263
4264 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4265
4266 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4267
4268 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4269
4270 * bindings.el (top): Use `mapc' instead of `mapcar'.
4271
4272 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4273
4274 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
4275
4276 * progmodes/sql.el (sql-comint): Suppress the check for program on
4277 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4278 (Bug#11908)
4279
4280 2012-07-13 Chong Yidong <cyd@gnu.org>
4281
4282 * bindings.el: Assign a non-nil permanent-local property to
4283 per-buffer variables which lack a default value (Bug#11930).
4284
4285 * help-fns.el (describe-variable): In the "automatically becomes
4286 local" notice, take note of permanent-local variables.
4287
4288 2012-07-13 Chong Yidong <cyd@gnu.org>
4289
4290 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4291 to allow printing the message when called from Lisp.
4292
4293 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4294 Remove toggle-read-only.
4295
4296 * bs.el (bs-toggle-readonly):
4297 * buff-menu.el (Buffer-menu-toggle-read-only):
4298 Remove with-no-warnings around toggle-read-only.
4299
4300 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4301 Remove with-no-warnings around toggle-read-only.
4302 (ffap-read-only, ffap-read-only-other-window)
4303 (ffap-read-only-other-frame): Callers changed.
4304
4305 * help-mode.el: Don't require view package.
4306 (help-mode-finish): Set buffer-read-only instead of calling
4307 toggle-read-only.
4308
4309 * bindings.el (mode-line-toggle-read-only):
4310 * dired.el (dired-toggle-read-only):
4311 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4312 with non-nil second arg.
4313
4314 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4315 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4316 directly.
4317
4318 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4319
4320 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4321 not incf.
4322
4323 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 More CL cleanups and reduction of use of cl.el.
4326 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4327 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4328 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4329 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4330 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4331 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4332 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4333 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4334 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4335 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4336 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4337 * eshell/em-cmpl.el, eshell/em-banner.el:
4338 * calendar/parse-time.el: Use cl-lib.
4339 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4340 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4341 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4342 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4343 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4344 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4345 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4346 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4347 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4348 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4349 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4350 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4351 `lambda' rather than with `quote'.
4352 (eshell-do-opt): Adjust accordingly.
4353 (eshell-process-option): Simplify.
4354 * eshell/esh-var.el:
4355 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4356 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4357 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4358 to `pcase--dontcare'.
4359 * emacs-lisp/cl.el (labels): Mark obsolete.
4360 (cl--letf, letf): Move to cl-lib.
4361 (cl--letf*, letf*): Remove.
4362 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4363 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4364 (cl-progv): Rewrite.
4365 (cl--letf, cl-letf): Move from cl.el.
4366 (cl-letf*): New macro.
4367 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4368
4369 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
4370
4371 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4372
4373 2012-07-11 Chong Yidong <cyd@gnu.org>
4374
4375 * vc/log-edit.el (log-edit-vc-backend): New variable.
4376 (log-edit): Doc fix.
4377
4378 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
4379 argument of log-edit to set up all local variables.
4380 (vc-start-logentry): New optional arg specifying VC backend.
4381
4382 * vc/vc.el (vc-checkin): Use it.
4383 (vc-deduce-fileset): Handle Log Edit buffers.
4384 (vc-diff): Make first argument optional too.
4385
4386 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4387
4388 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
4389
4390 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4391 command, just in case. The function is not needed anymore.
4392 (eshell-external-command): Do not call `eshell-remote-command'.
4393
4394 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4395
4396 Reduce use of (require 'cl).
4397 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4398 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4399 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4400 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4401 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4402 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4403 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4404 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4405 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4406 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4407 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4408 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4409 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4410 (byte-compile-unfold-bcf, byte-compile-check-variable):
4411 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4412 (byte-compile-nilconstp):
4413 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4414 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4415
4416 * emacs-lisp/gv.el (cond): Make it a valid place.
4417 (if): Simplify slightly.
4418
4419 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4420 (pcase--self-quoting-p): New function.
4421 (pcase--u1): Use it.
4422
4423 2012-07-10 Glenn Morris <rgm@gnu.org>
4424
4425 * emacs-lisp/authors.el (authors-fixed-entries):
4426 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4427
4428 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4429
4430 Rename configure.in to configure.ac (Bug#11603).
4431 * emacs-lisp/authors.el (authors-canonical-file-name):
4432 * progmodes/autoconf.el (autoconf-mode):
4433 Prefer configure.ac to configure.in.
4434
4435 2012-07-08 Chong Yidong <cyd@gnu.org>
4436
4437 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4438 Implement the mouse-1-click-follows-link handling properly.
4439
4440 * info.el (Info-link-keymap): Use follow-link mechanism for
4441 header-line links (Bug#374).
4442
4443 * simple.el (deactivate-mark): Do not set the primary selection
4444 if another program has acquired it (Bug#11772).
4445
4446 2012-07-07 Kevin Ryde <user42@zip.com.au>
4447
4448 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4449 (woman-decode-region): Replace escaped-escapes without destroying
4450 bold or underline (Bug#11552).
4451 (woman2-process-escapes): Handle nofill regions (Bug#11591).
4452
4453 2012-07-07 Chong Yidong <cyd@gnu.org>
4454
4455 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
4456 (interprogram-cut-function, interprogram-paste-function):
4457 Mention that we typically mean the clipboard.
4458
4459 2012-07-06 Glenn Morris <rgm@gnu.org>
4460
4461 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4462
4463 * files.el (toggle-read-only): Restrict message to interactive use.
4464
4465 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
4466
4467 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4468
4469 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4470
4471 2012-07-06 Glenn Morris <rgm@gnu.org>
4472
4473 * Makefile.in (compile-one-process): Rename from "recompile".
4474
4475 * Makefile.in (bzr-update): "compile" is the same as "recompile
4476 autoloads", but parallelizable, so use that instead.
4477
4478 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4479
4480 * window.el (quit-window): Always restore window height when
4481 it's saved in quit-restore parameter (Bug#11810).
4482
4483 2012-07-06 Glenn Morris <rgm@gnu.org>
4484
4485 * simple.el (kill-whole-line): Doc tweak.
4486
4487 2012-07-06 Eli Zaretskii <eliz@gnu.org>
4488
4489 * files.el (file-relative-name): Compare file names
4490 case-insensitively if on MS-Windows or MS-DOS, or if
4491 read-file-name-completion-ignore-case is non-nil. Don't use
4492 case-fold-search for this purpose. (Bug#11827)
4493
4494 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4495
4496 * calendar/cal-dst.el (calendar-current-time-zone):
4497 Return calendar-current-time-zone-cache if non-nil.
4498
4499 2012-07-17 Masatake YAMATO <yamato@redhat.com>
4500 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
4501
4502 * calendar/cal-dst.el (calendar-current-time-zone):
4503 Return calendar-current-time-zone-cache if non-nil.
4504
4505 2012-07-06 Glenn Morris <rgm@gnu.org>
4506
4507 * Makefile.in (cvs-update): Remove old alias.
4508
4509 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
4510
4511 Sync with Tramp 2.2.6-pre.
4512
4513 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4514 compatible declaration.
4515
4516 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4517 Protect `list-load-path-shadows' call.
4518
4519 * net/tramp-compat.el (top): Require packages, which aren't
4520 autoloaded anymore for XEmacs. Protect call of
4521 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4522 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
4523 it hurts at least for SXEmacs.
4524 (tramp-compat-temporary-file-directory): In XEmacs, there is no
4525 standard-value for `temporary-file-directory'.
4526
4527 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4528 Redirect stderr to /dev/null.
4529 (tramp-sh-handle-write-region): uid and gid can be floats.
4530 Reported by Russell Sim <russell.sim@gmail.com>.
4531 (tramp-sh-handle-vc-registered): Hide errors.
4532 (tramp-vc-file-name-handler): Use dummy results for `process-file'
4533 and `start-file-process'.
4534 (tramp-maybe-open-connection): Check also whether `non-essential'
4535 is bound.
4536
4537 2012-07-04 Chong Yidong <cyd@gnu.org>
4538
4539 * xml.el (xml--parse-buffer): Use xml-syntax-table.
4540 (xml-parse-tag): Likewise, and avoid changing entity tables.
4541 (xml-syntax-table): Define from scratch, making sure not to give
4542 x2000 and other Unicode spaces whitespace syntax, since those are
4543 not spaces in XML.
4544 (xml-parse-fragment): Delete unused function.
4545 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4546 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4547 (xml-entity-ref, xml-pe-reference-re)
4548 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4549 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4550 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4551 (xml-entity-value-re): Use syntax references in regexps where
4552 possible; no need to define inside a let-binding.
4553 (xml-parse-dtd): Use xml-pe-reference-re.
4554 (xml-entity-or-char-ref-re): New defconst.
4555 (xml-parse-string, xml-substitute-special): Use it.
4556
4557 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * files.el (locate-dominating-file): Allow `name' to be a predicate.
4560 (find-file--read-only): New function.
4561 (find-file-read-only, find-file-read-only-other-window)
4562 (find-file-read-only-other-frame): Use it.
4563 (insert-file-contents-literally): Don't `fset'.
4564 (get-free-disk-space): Use locate-dominating-file.
4565
4566 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4567 function is already compiled.
4568
4569 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4570
4571 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
4572
4573 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4574 files on the same host.
4575
4576 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4577
4578 * help-fns.el (describe-function-1): Only call
4579 help-fns--autoloaded-p when we have a file name. (Bug#11848)
4580
4581 2012-07-03 Chong Yidong <cyd@gnu.org>
4582
4583 * xml.el: Protect parser against XML bombs.
4584 (xml-entity-expansion-limit): New variable.
4585 (xml-parse-string, xml-substitute-special): Use it.
4586 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4587
4588 2012-07-03 Glenn Morris <rgm@gnu.org>
4589
4590 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4591 Allow linking to specific messages in debbugs reports (eg 123#5).
4592
4593 2012-07-02 Chong Yidong <cyd@gnu.org>
4594
4595 * xml.el: Fix entity and character reference expansion, allowing
4596 them to expand into markup as per XML spec.
4597 (xml-default-ns): New variable.
4598 (xml-entity-alist): Use XML spec definitions for lt and amp.
4599 (xml-parse-region): Make first two arguments optional.
4600 Discard text properties.
4601 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
4602 All callers changed.
4603 (xml-parse-tag): Call xml-parse-tag-1. For backward
4604 compatibility, this function should not modify buffer contents.
4605 (xml-parse-tag-1): Fix opening-tag regexp.
4606 (xml-parse-string): Rewrite, handling entity and character
4607 references properly.
4608 (xml--entity-replacement-text): Signal an error if a parameter
4609 entity is undefined.
4610
4611 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * comint.el (comint-output-filter): Filter out repeated prompts.
4614
4615 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4616 and file-name-absolute-p.
4617 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
4618 internal calls.
4619
4620 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4621
4622 Spelling fixes.
4623 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
4624 Rename from byte-compile--refiy-function. All uses changed.
4625
4626 2012-07-01 Chong Yidong <cyd@gnu.org>
4627
4628 * xml.el (xml--parse-buffer): New function. Move most of
4629 xml-parse-region here.
4630 (xml-parse-region): Copy region into a temporary buffer, since
4631 parameter entity substitution requires changing buffer contents.
4632 Use xml--parse-buffer.
4633 (xml-parse-file): Use xml--parse-buffer.
4634 (xml-parse-dtd): Make parameter entity substitution work right.
4635 Use proper regexps for ELEMENT declarations (Bug#7172).
4636
4637 2012-06-30 Glenn Morris <rgm@gnu.org>
4638
4639 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4640
4641 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4642 Remove outdated and unnecessary dbus declarations.
4643
4644 2012-06-30 Eli Zaretskii <eliz@gnu.org>
4645
4646 * emacs-lisp/timer.el (timer-until): Subtract results of
4647 float-time, instead of taking float-time of the result of
4648 time-subtract, since float-time signals an error for negative time
4649 arguments.
4650
4651 2012-06-30 Chong Yidong <cyd@gnu.org>
4652
4653 * xml.el (xml-*-re): Convert defvars into defconsts, and
4654 eval-and-compile them so eval-and-compile works on derivatives.
4655 (xml--entity-replacement-text): Use eval-and-comple.
4656
4657 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
4658
4659 * vc/vc-git.el (vc-git-registered): Use cache property
4660 `git-registered'.
4661 (vc-git-mode-line-string): Call `vc-working-revision' instead of
4662 `vc-git-working-revision' in order to benefit from the cache.
4663 (vc-git-root): Use cache property `git-root'. (Bug#11757)
4664
4665 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
4666
4667 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
4668 removed (likely outside Emacs). (Bug#11757)
4669
4670 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * emacs-lisp/cl-lib.el: Require macroexp.
4673
4674 2012-06-30 Chong Yidong <cyd@gnu.org>
4675
4676 * xml.el: Implement XML parameter entities.
4677 (xml-parameter-entity-alist): New variable.
4678 (xml-parse-region, xml-parse-fragment): Preserve previous values
4679 of xml-entity-alist and xml-parameter-entity-alist, so that
4680 repeated calls on different documents do not change them.
4681 (xml-parse-tag): Fix doctype regexp.
4682 (xml--entity-replacement-text): New function.
4683 (xml-parse-dtd): Use it. Don't handle system entities; doing that
4684 properly requires url retrieval which is unimplemented.
4685 (xml-escape-string): Doc fix.
4686
4687 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4690
4691 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4692
4693 * fringe.el (fringe-mode): Doc fix.
4694
4695 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
4696
4697 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4698 is non-nil.
4699 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
4700 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
4701
4702 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
4703
4704 * calendar/cal-dst.el (calendar-current-time-zone):
4705 Return calendar-current-time-zone-cache if non-nil.
4706
4707 2012-06-29 Masatake YAMATO <yamato@redhat.com>
4708
4709 * progmodes/which-func.el (which-func-format):
4710 Add mouse-face. (Bug#11698)
4711
4712 2012-06-29 Leo Liu <sdl.web@gmail.com>
4713
4714 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4715
4716 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * minibuffer.el (minibuffer-confirm-exit-commands):
4719 Add completion-at-point (bug#11725).
4720
4721 2012-06-29 Glenn Morris <rgm@gnu.org>
4722
4723 * progmodes/f90.el (f90-font-lock-keywords-2):
4724 Add some preprocessor elements. (Bug#10499)
4725
4726 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * progmodes/cperl-mode.el (cperl-update-syntaxification):
4729 Use syntax-propertize (bug#11739).
4730
4731 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4734
4735 2012-06-28 Julien Danjou <julien@danjou.info>
4736
4737 * term.el (term-handle-colors-array): Use a set of new faces to
4738 color the terminal. Also uses :inverse-video property.
4739 (term-default-fg-color): Set to nil by default, deprecate in favor
4740 of `term-face'.
4741 (term-default-bg-color): Set to nil by default, deprecate in favor
4742 of `term-face'.
4743 (term-current-face): Use `term-face' by default.
4744 (term-bold-attribute): Variable deleted.
4745
4746 2012-06-28 Glenn Morris <rgm@gnu.org>
4747
4748 * simple.el (completion-list-mode-finish):
4749 Don't use toggle-read-only. (Since completion-list-mode has
4750 a special mode-class, it wasn't doing anything extra anyway.)
4751
4752 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4753
4754 Make inlining of other-mode interpreted functions work (bug#11799).
4755 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
4756 (byte-compile): Use it to fix compilation of lexical-binding closures.
4757 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
4758 function, if needed.
4759
4760 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * help-mode.el (help-make-xrefs): Don't just withstand
4763 cyclic-variable-indirection but any error in documentation-property.
4764
4765 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
4766 memory use.
4767 * bindings.el (bindings--define-key): New function.
4768 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
4769 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
4770 * bindings.el: Use it to purecopy define-key bindings.
4771
4772 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
4773
4774 * emacs-lisp/cl.el (flet): Mark obsolete.
4775 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
4776 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
4777 * progmodes/js.el (js-c-fill-paragraph):
4778 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
4779 (ebrowse-switch-member-buffer-to-derived-class):
4780 * play/5x5.el (5x5-solver): Use cl-flet.
4781
4782 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
4783 (cl--symbol-function): New macro.
4784 (cl--letf, cl--letf*): Use it.
4785
4786 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4787 Strip "toggle-" if any.
4788
4789 2012-06-27 Glenn Morris <rgm@gnu.org>
4790
4791 * info.el (Info-default-directory-list): Move here from paths.el.
4792 * paths.el: Remove file, which is now empty.
4793 * loadup.el: No longer load "paths".
4794
4795 * custom.el (custom-initialize-delay): Doc fix.
4796
4797 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4798 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4799 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4800 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4801 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4802 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
4803 * eshell/eshell.el (eshell-defgroup): Remove alias.
4804
4805 2012-06-27 Chong Yidong <cyd@gnu.org>
4806
4807 * help.el (help-enable-auto-load): New variable.
4808
4809 * help-fns.el (help-fns--autoloaded-p): New function.
4810 (describe-function-1): Refer to a function as "autoloaded" if it
4811 was autoloaded at any time in the past. Perform autoloading if
4812 help-enable-auto-load is non-nil.
4813
4814 2012-06-26 Eli Zaretskii <eliz@gnu.org>
4815
4816 * makefile.w32-in (compile, compile-always): Depend on
4817 update-subdirs, not on subdirs.el. Otherwise, several different
4818 sub-targets of 'bootstrap' running in parallel could
4819 simultaneously write to subdirs.el, producing a garbled file.
4820
4821 2012-06-26 Sam Steingold <sds@gnu.org>
4822
4823 * files.el (file-name-base): New convenience function.
4824 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
4825 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
4826 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
4827 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
4828 * textmodes/ispell.el, textmodes/reftex-ref.el:
4829 * textmodes/tex-mode.el: Use it.
4830 Did not touch cedet and org because they are maintained elsewhere.
4831
4832 2012-06-26 Martin Rudalics <rudalics@gmx.at>
4833
4834 * calendar/calendar.el (calendar-exit): Don't try to delete or
4835 iconify last frame. See:
4836 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
4837
4838 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
4839
4840 * server.el (server-process-filter): Remember dir in the
4841 process's `server-client-directory' properties.
4842
4843 2012-06-24 Chong Yidong <cyd@gnu.org>
4844
4845 * xml.el (xml-parse-tag): Correctly handle comment embedded in
4846 non-tag text.
4847
4848 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
4849
4850 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
4851
4852 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * help-fns.el (describe-variable): Don't croak when doc is not found.
4855 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
4856 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
4857 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
4858 * emacs-lisp/smie.el (smie-next-sexp): CSE.
4859 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
4860 ((lambda ..) ..).
4861 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
4862
4863 2012-06-23 Chong Yidong <cyd@gnu.org>
4864
4865 * info.el (Info-mouse-follow-link): Accept symbol values of
4866 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
4867 (Info-fontify-node): Use Info-link-keymap for all navigation
4868 buttons, with link-args property to perform the desired action.
4869 (Info-link-keymap): Doc fix.
4870 (Info-next-link-keymap, Info-prev-link-keymap)
4871 (Info-up-link-keymap): Delete now-unused keymaps.
4872
4873 2012-06-23 Chong Yidong <cyd@gnu.org>
4874
4875 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
4876
4877 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
4878 system abbrevs.
4879
4880 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
4881
4882 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
4885 (bug#11719).
4886
4887 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
4888 the requote function doesn't work properly (bug#11714).
4889
4890 2012-06-23 Glenn Morris <rgm@gnu.org>
4891
4892 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
4893
4894 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 Further GV/CL cleanups.
4897 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
4898 gv-expander.
4899 (gv--defun-declaration): New function.
4900 (defun-declarations-alist): Use it.
4901 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
4902 (gv-place): Autoload.
4903 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
4904 original definition of dotimes and dolist.
4905 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
4906 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
4907 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
4908 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4909 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
4910 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
4911 to the function's definition.
4912 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
4913 * window.el:
4914 * files.el:
4915 * faces.el:
4916 * env.el: Don't use CL.
4917
4918 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4919
4920 Support higher-resolution time stamps (Bug#9000).
4921
4922 * calendar/time-date.el (with-decoded-time-value): New arg
4923 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
4924 (encode-time-value): New optional arg PICO. New type 3.
4925 (time-to-seconds) [!float-time]: Support the new picoseconds
4926 component if it's used.
4927 (seconds-to-time, time-subtract, time-add):
4928 Support ps-resolution time stamps as well.
4929
4930 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
4931 (timerp): Timer vectors now have length 9, not 8.
4932 (timer--time): Support new-style (4-part) time stamps.
4933 (timer-next-integral-multiple-of-time): Time stamps now have
4934 picosecond resolution, so take a bit more care about rounding.
4935 (timer-relative-time, timer-inc-time): New optional arg psecs.
4936 (timer-set-time-with-usecs): Set psecs to 0.
4937 (timer--activate): Check psecs component, too.
4938
4939 * proced.el (proced-time-lessp): Support ps-resolution stamps.
4940
4941 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
4944 Move the non-essential binding to the post/pre-command-hook where it is
4945 more obviously correct.
4946
4947 * subr.el (read-passwd): Don't use a history at all.
4948 * savehist.el (savehist-save): Remove password saved accidentally
4949 because of the above bug.
4950
4951 2012-06-22 Bastien Guerry <bzg@gnu.org>
4952
4953 * files.el (toggle-read-only): Display a message telling whether
4954 the buffer is read-only or not (bug#11726).
4955
4956 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * emacs-lisp/gv.el: New file.
4959 * subr.el (push, pop): Extend to generalized variables.
4960 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
4961 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
4962 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
4963 gv-define-simple-setter, and gv-define-expander.
4964 Remove setf-methods defined in gv. Rename cl-setf -> setf.
4965 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
4966 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
4967 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
4968 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
4969 gv-letplace.
4970 (cl-defstruct): Don't define setf-method any more.
4971 * emacs-lisp/cl.el (flet): Don't autoload.
4972 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
4973 (define-setf-expander, defsetf, define-modify-macro)
4974 (cl-struct-setf-expander): Move from cl-lib.el.
4975 * emacs-lisp/syntax.el:
4976 * emacs-lisp/ewoc.el:
4977 * emacs-lisp/smie.el:
4978 * emacs-lisp/cconv.el:
4979 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
4980 (timer--time): Use gv-define-simple-setter.
4981 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
4982 to avoid coding-system problems in subr.el. Adjust all users.
4983 (macroexp--maxsize, macroexp-small-p): New functions.
4984 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
4985 * scroll-bar.el (scroll-bar-mode):
4986 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4987 (normal-erase-is-backspace-mode): Don't use the `eq' place.
4988 * winner.el (winner-configuration, winner-make-point-alist)
4989 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
4990 * files.el (locate-file-completion-table): Avoid list*.
4991
4992 2012-06-22 Chong Yidong <cyd@gnu.org>
4993
4994 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
4995 (dired-create-files): Doc fix (Bug#11329).
4996 (dired-do-copy): Doc fix (Bug#11334).
4997 (dired-mark-read-string): Doc fix (Bug#11553).
4998
4999 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5000 Doc fix (Bug#11326).
5001 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5002 (dired-dwim-target): Doc fix.
5003
5004 * wdired.el (wdired-mode): Doc fix.
5005
5006 2012-06-22 Glenn Morris <rgm@gnu.org>
5007
5008 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5009 (pcmpl-rpm-cache-stamp-file): New constant.
5010 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5011 (pcmpl-rpm-packages): Optionally cache list of packages.
5012
5013 * pcmpl-rpm.el (pcmpl-rpm): New group.
5014 (pcmpl-rpm-query-options): New option.
5015 (pcmpl-rpm-packages): No need to inline it.
5016 Use pcmpl-rpm-query-options.
5017
5018 * calendar/calendar.el (calendar-in-read-only-buffer):
5019 Avoid some needless mode changes.
5020
5021 2012-06-21 Chong Yidong <cyd@gnu.org>
5022
5023 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5024 (desktop-path): Remove . from the default value (Bug#10977).
5025 (desktop-read): Use user-emacs-directory if desktop-path is nil.
5026
5027 2012-06-20 Chong Yidong <cyd@gnu.org>
5028
5029 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5030
5031 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5032
5033 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5034 (bug#11201).
5035
5036 2012-06-20 Chong Yidong <cyd@gnu.org>
5037
5038 * term.el (term-window-width): Handle the case of a missing right
5039 fringe (Bug#8837).
5040 (term-check-size): Use window-text-height (Bug#5445).
5041 (term-mode): Use define-derived-mode. Minor cleanups.
5042 Set font-lock-defaults (Bug#7692).
5043 (term-move-columns, term-insert-char, term-emulate-terminal)
5044 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
5045
5046 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
5047
5048 * net/ange-ftp.el (ange-ftp-get-passwd):
5049 Bind `enable-recursive-minibuffers'.
5050 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5051
5052 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5053
5054 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5055
5056 2012-06-19 Glenn Morris <rgm@gnu.org>
5057
5058 * progmodes/python.el (python-mode): Derive from prog-mode.
5059
5060 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5061
5062 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5063 (edt-user-menu-bar-update-buffers): New functions.
5064 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5065
5066 2012-06-19 Chong Yidong <cyd@gnu.org>
5067
5068 * subr.el (with-selected-window): Preserve the selected window's
5069 terminal's top-frame (Bug#4702).
5070
5071 * window.el (save-selected-window): Likewise.
5072
5073 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * progmodes/python.el (python-rx-constituents): Move backquote.
5076 (python-skeleton-define, python-define-auxiliary-skeleton):
5077 Use `declare'.
5078
5079 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
5080
5081 * minibuffer.el (read-file-name-default): Revert the patch from
5082 2012-06-17.
5083
5084 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5085
5086 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5087 (pcase--u1, pcase--q1): Don't use apply-partially.
5088
5089 2012-06-18 Glenn Morris <rgm@gnu.org>
5090
5091 * progmodes/python.el (python-proc, python-buffer)
5092 (python-send-receive, python-send-string): Fix obsolete versions.
5093
5094 2012-06-18 Martin Rudalics <rudalics@gmx.at>
5095
5096 * window.el (special-display-p): Completely remove stringp
5097 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5098
5099 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5102
5103 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5104
5105 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5106 * net/tramp-sh.el (tramp-maybe-open-connection):
5107 Throw if `non-essential' is non-nil.
5108
5109 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5110
5111 * window.el (special-display-p): Signal an error if BUFFER-NAME
5112 is not a string (Bug#11713).
5113
5114 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5115
5116 * progmodes/python.el (python-info-beginning-of-backslash):
5117 Rename from python-info-beginning-of-backlash, as a spelling fix.
5118
5119 2012-06-17 Chong Yidong <cyd@gnu.org>
5120
5121 * term.el (term-emulate-terminal): If term-check-size is called,
5122 move point to the process mark without resetting point (Bug#4635).
5123
5124 2012-06-17 Glenn Morris <rgm@gnu.org>
5125
5126 * international/mule-cmds.el (mule-menu-keymap)
5127 (set-language-environment, set-locale-environment): Doc tweaks.
5128
5129 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5130
5131 * cus-face.el (custom-face-attributes): Add wave-style underline
5132 attribute.
5133 * faces.el (set-face-attribute): Update docstring to describe
5134 wave-style underline attribute.
5135
5136 2012-06-16 Chong Yidong <cyd@gnu.org>
5137
5138 * term/xterm.el (terminal-init-xterm): Discard input before
5139 querying background mode (Bug#10959).
5140
5141 2012-06-16 Stefan Merten <smerten@oekonux.de>
5142
5143 * textmodes/rst.el: Added and corrected some comments.
5144 (rst-re-alist-def): Improve symbol syntax.
5145 (rst-mode-syntax-table): Correct syntax entries.
5146 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5147 (rst-official-version, rst-official-cvs-rev): Update version
5148 information.
5149
5150 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5151
5152 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5153 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5154
5155 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5156
5157 * progmodes/python.el: New python.el merge.
5158 (python-guess-indent): Obsolete var.
5159 (python-indent-guess-indent-offset): New defcustom.
5160 (python-indent): Obsolete var.
5161 (python-indent-offset): New defcustom.
5162 (python-python-command, python-jython-command): Delete var.
5163 (python-shell-interpreter): New defcustom.
5164 (python-pdbtrack-do-tracking-p): Delete var.
5165 (python-pdbtrack-activate): New defcustom.
5166 (python-use-skeletons): Obsolete var.
5167 (python-skeleton-autoinsert): New defcustom.
5168 (inferior-python-filter-regexp, python-continuation-offset)
5169 (python-honour-comment-indentation, python-indent-string-contents)
5170 (python-jython-packages, python-mode-hook)
5171 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5172 (python-shell-prompt-alist)
5173 (python-source-modes): Delete defcustoms.
5174 (python-check-buffer-name, python-eldoc-setup-code)
5175 (python-eldoc-string-code, python-ffap-setup-code)
5176 (python-ffap-string-code, python-fill-comment-function)
5177 (python-fill-decorator-function, python-fill-paren-function)
5178 (python-fill-string-function, python-imenu-include-defun-type)
5179 (python-imenu-make-tree, python-imenu-subtree-root-label)
5180 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5181 (python-shell-compilation-regexp-alist)
5182 (python-shell-completion-module-string-code)
5183 (python-shell-completion-pdb-string-code)
5184 (python-shell-completion-setup-code)
5185 (python-shell-completion-string-code)
5186 (python-shell-enable-font-lock, python-shell-exec-path)
5187 (python-shell-extra-pythonpaths)
5188 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5189 (python-shell-process-environment)
5190 (python-shell-prompt-block-regexp)
5191 (python-shell-prompt-output-regexp)
5192 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5193 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5194 (python-shell-virtualenv-path): New defcustoms.
5195 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5196 (inferior-python-mode-syntax-table, python--prompt-regexp)
5197 (python-buffer, python-command python-python-command)
5198 (python-default-template, python-imports, python-indent-index)
5199 (python-indent-list, python-indent-list-length)
5200 (python-mode-running, python-pdbtrack-is-tracking-p)
5201 (python-preoutput-continuation, python-preoutput-leftover)
5202 (python-preoutput-result, python-preoutput-skip-next-prompt)
5203 (python-prev-dir/file, python-recursing)
5204 (python-saved-check-command, python-version-checked)
5205 (python-which-func-length-limit)
5206 (view-return-to-alist): Delete vars.
5207 (python-check-custom-command, python-dotty-syntax-table)
5208 (python-imenu-index-alist, python-indent-current-level)
5209 (python-indent-dedenters, python-indent-levels)
5210 (python-nav-beginning-of-defun-regexp)
5211 (python-nav-list-defun-positions-cache)
5212 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5213 (python-shell-internal-buffer)
5214 (python-skeleton-available): New vars.
5215 (def-python-skeleton): Delete macro.
5216 (python-skeleton-define): New macro.
5217 (python-define-auxiliary-skeleton, python-rx): New macros.
5218 (python-insert-class): Delete command.
5219 (python-skeleton-class): New command.
5220 (python-insert-def): Delete command.
5221 (python-skeleton-def): New command.
5222 (python-insert-for): Delete command.
5223 (python-skeleton-for): New command.
5224 (python-insert-if): Delete command.
5225 (python-skeleton-if): New command.
5226 (python-insert-try/except, python-insert-try/finally): Delete commands.
5227 (python-skeleton-try): New command.
5228 (python-insert-while): Delete command.
5229 (python-skeleton-while): New command.
5230 (python-backspace): Delete command.
5231 (python-indent-dedent-line-backspace): New command.
5232 (python-electric-colon): Delete command.
5233 (python-indent-electric-colon): New command.
5234 (python-guess-indent): Delete command.
5235 (python-indent-guess-indent-offset): New command.
5236 (python-shift-left): Delete command.
5237 (python-indent-shift-left): New command.
5238 (python-shift-right): Delete command.
5239 (python-indent-shift-right): New command.
5240 (python-find-function): Delete command.
5241 (python-nav-jump-to-defun): New command.
5242 (python-next-statement): Delete command.
5243 (python-nav-forward-sentence): New command.
5244 (python-previous-statement): Delete command.
5245 (python-nav-backward-sentence): New command.
5246 (python-fill-paragraph): Delete command.
5247 (python-fill-paragraph-function): New command.
5248 (python-send-buffer): Delete command.
5249 (python-shell-send-buffer): New command.
5250 (python-send-defun): Delete command.
5251 (python-shell-send-defun): New command.
5252 (python-send-region, python-send-region-and-go): Delete commands.
5253 (python-shell-send-region)
5254 (python-shell-switch-to-shell): New commands.
5255 (python-send-string): Delete command.
5256 (python-shell-send-string): New command.
5257 (python-switch-to-python): Delete command.
5258 (python-shell-switch-to-shell): New command.
5259 (python-describe-symbol): Delete command.
5260 (python-eldoc-at-point): New command.
5261 (python--set-prompt-regexp, python-args-to-list)
5262 (python-after-info-look, python-check-version)
5263 (python-check-comint-prompt, python-find-imports)
5264 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5265 (python-unload-function, python-expand-template)
5266 (python-maybe-jython, python-preoutput-filter)
5267 (python-pdbtrack-get-source-buffer)
5268 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5269 (python-pdbtrack-toggle-stack-tracking)
5270 (python-pdbtrack-track-stack-file, python-initial-text)
5271 (python-first-word, python-comment-line-p, python-send-command)
5272 (python-setup-brm, python-sentinel, python-set-proc)
5273 (python-skip-out, python-input-filter, python-outdent-p)
5274 (python-outline-level, python-backslash-continuation-line-p)
5275 (python-end-of-block, python-end-of-statement, python-mark-block)
5276 (python-beginning-of-block, python-beginning-of-statement)
5277 (python-blank-line-p, python-beginning-of-string)
5278 (python-open-block-statement-p): Delete functions.
5279 (python-indent-line, python-indent-line-1): Delete functions.
5280 (python-indent-line): New function.
5281 (python-indentation-levels): Delete function.
5282 (python-indent-calculate-levels): New function.
5283 (python-proc): Delete function.
5284 (python-shell-get-process): New function.
5285 (python-send-receive): Delete function.
5286 (python-shell-send-string-no-output): New function.
5287 (python-module-path): Delete function.
5288 (python-ffap-module-path): New function.
5289 (python-completion-at-point)
5290 (python-symbol-completions): Delete functions.
5291 (python-completion-complete-at-point): New function.
5292 (python-load-file): Delete function.
5293 (python-shell-send-file): New function.
5294 (python-calculate-indentation): Delete function.
5295 (python-indent-calculate-indentation): New function.
5296 (python-skip-comments/blanks): Delete function.
5297 (python-util-forward-comment): New function.
5298 (python-continuation-line-p): Delete function.
5299 (python-info-continuation-line-p): New function.
5300 (python-which-func, python-current-defun): Delete function.
5301 (python-info-current-defun): New function.
5302 (python-beginning-of-defun): Delete function.
5303 (python-nav-beginning-of-defun): New function.
5304 (python-close-block-statement-p)
5305 (python-block-end-p): Delete function.
5306 (python-info-closing-block): New function.
5307 (python-comint-output-filter-function)
5308 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5309 (python-fill-comment, python-fill-decorator, python-fill-paren)
5310 (python-fill-string, python-imenu-make-element-tree)
5311 (python-imenu-make-tree, python-imenu-tree-assoc)
5312 (python-indent-context, python-indent-dedent-line)
5313 (python-indent-line-function)
5314 (python-indent-post-self-insert-function)
5315 (python-indent-toggle-levels)
5316 (python-info-assignment-continuation-line-p)
5317 (python-info-beginning-of-backlash)
5318 (python-info-block-continuation-line-p)
5319 (python-info-closing-block-message)
5320 (python-info-line-ends-backslash-p)
5321 (python-info-looking-at-beginning-of-defun)
5322 (python-info-ppss-context, python-info-ppss-context-type)
5323 (python-nav-list-defun-positions, python-nav-read-defun)
5324 (python-nav-sentence-end, python-nav-sentence-start)
5325 (python-pdbtrack-comint-output-filter-function)
5326 (python-pdbtrack-set-tracked-buffer)
5327 (python-shell-calculate-exec-path)
5328 (python-shell-calculate-process-environment)
5329 (python-shell-completion--do-completion-at-point)
5330 (python-shell-completion--get-completions)
5331 (python-shell-completion-complete-at-point)
5332 (python-shell-completion-complete-or-indent)
5333 (python-shell-get-or-create-process)
5334 (python-shell-get-process-name)
5335 (python-shell-internal-get-or-create-process)
5336 (python-shell-internal-get-process-name)
5337 (python-shell-internal-send-string, python-shell-make-comint)
5338 (python-shell-parse-command, python-shell-send-setup-code)
5339 (python-skeleton-add-menu-items)
5340 (python-util-clone-local-variables, python-util-position)
5341 (run-python-internal, python-indentation-levels)
5342 (python-nav-beginning-of-defun)
5343 (python-completion-complete-at-point): New functions.
5344 (run-python): Change arguments. New API requirements.
5345
5346 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5349 (bug#11649).
5350
5351 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5352 (macroexp--expand-all): Use it.
5353
5354 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5355 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5356 Use `cl-function' instead.
5357
5358 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
5359
5360 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5361 Suggested by Stefan Monnier while discussing bug#11657.
5362
5363 2012-06-14 Sam Steingold <sds@gnu.org>
5364
5365 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5366
5367 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5368
5369 * play/doctor.el (doctor-doc): Remove parameter and use
5370 doctor-sent instead of sent.
5371 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
5372
5373 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * files.el: Require cl-lib.
5376 (file-name-non-special): Replace case -> cl-case.
5377
5378 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5379
5380 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5381 mapping from #' to function*.
5382
5383 2012-06-13 Chong Yidong <cyd@gnu.org>
5384
5385 * mouse.el (mouse-drag-track): Do not set the mark if the user
5386 releases the mouse without selecting anything (Bug#11588).
5387
5388 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5391 as well (bug#11646).
5392
5393 * loadup.el: Count byte-code functions as well.
5394
5395 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5396 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5397
5398 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5399 (bug#11649). Add cl-defun and cl-defmacro.
5400
5401 2012-06-13 Drew Adams <drew.adams@oracle.com>
5402
5403 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5404 Fix last change.
5405
5406 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
5407
5408 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5409 Otherwise, it blocks in batch mode.
5410
5411 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
5412
5413 * help-mode.el (bookmark-make-record-default): Declare.
5414
5415 2012-06-13 Chong Yidong <cyd@gnu.org>
5416
5417 * emacs-lisp/package.el (list-packages): Compute a list of
5418 packages that are newly-available since the last list-packages
5419 invocation.
5420 (package-menu--new-package-list): New var.
5421 (package-menu--generate, package-menu--print-info)
5422 (package-menu--status-predicate, package-menu-mark-install):
5423 Handle new status label "new".
5424
5425 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5428 conversion to backquotes.
5429
5430 2012-06-12 Chong Yidong <cyd@gnu.org>
5431
5432 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5433 Rename from gud-inhibit-global-bindings.
5434
5435 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5436
5437 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5438 hook from nxml-glyph-set-hook.
5439
5440 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5441 declaration.
5442
5443 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5444
5445 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5446 Convert to defcustom.
5447
5448 2012-06-12 Drew Adams <drew.adams@oracle.com>
5449
5450 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5451 New functions.
5452 (help-mode): Use them.
5453
5454 2012-06-11 Glenn Morris <rgm@gnu.org>
5455
5456 * progmodes/fortran.el (fortran-font-lock-keywords-3):
5457 Use preprocessor face for directives.
5458 (fortran-directive-re): Doc fix.
5459
5460 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5463 conversion to backquotes (bug#11652).
5464
5465 Fix compiler-expansion of CL's cXXr functions (bug#11673).
5466 * emacs-lisp/cl-lib.el (cl--defalias): New function.
5467 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5468 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5469 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5470 (cl-ninth, cl-tenth): Mark them as inlinable.
5471 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5472 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5473 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5474 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5475 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5476 (cl-list*, cl-adjoin): Don't put an autoload manually.
5477 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5478 (cl--compiler-macro-list*): Add autoload cookie.
5479 (cl--compiler-macro-cXXr): New function.
5480
5481 * help-fns.el (help-fns--compiler-macro): New function extracted from
5482 describe-function-1; follow aliases and use `compiler-macro' property.
5483 (describe-function-1): Use it.
5484
5485 2012-06-11 Chong Yidong <cyd@gnu.org>
5486
5487 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5488 is uninstalled, if imagemagick is installed.
5489
5490 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * emacs-lisp/cl-lib.el: Use lexical-binding.
5493 (cl-map-extents, cl-maclisp-member): Remove.
5494 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5495 (cl--set-substring, cl--block-wrapper, cl--block-throw)
5496 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5497 * emacs-lisp/cl-extra.el: Use lexical-binding.
5498 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5499 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5500 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5501 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5502 * emacs-lisp/cl-seq.el: Use lexical-binding.
5503 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5504 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5505 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5506 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5507 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5508 CL's internals.
5509
5510 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
5511
5512 Sync with Tramp 2.2.6-pre.
5513
5514 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5515 `print-length' and `print-level' to nil, in order to avoid
5516 truncation. Reported by Christopher Schmidt
5517 <christopher@ristopher.com>.
5518
5519 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5520
5521 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5522 New defmacro.
5523 (tramp-compat-copy-directory): Add optional argument
5524 COPY-CONTENTS. It is not handled yet.
5525
5526 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5527 (tramp-ftp-file-name-p): Simplify.
5528
5529 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5530 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5531 connection vector.
5532
5533 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5534 (tramp-methods): Do not use `tramp-password-end-of-line'.
5535 (tramp-completion-function-alist-putty): Handle UNIX case.
5536 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5537 (tramp-do-file-attributes-with-stat)
5538 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5539 gid as real numbers. They could run out of integer range on cygwin.
5540 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5541 (tramp-sh-handle-expand-file-name): Handle hops.
5542 (tramp-open-connection-setup-interactive-shell):
5543 Use `tramp-cleanup'. Move check for busyboxes ...
5544 (tramp-find-shell): ... here. Simplify implementation.
5545 Set "remote-shell" property also for alternative shells.
5546 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5547 If failing, a regular file would be written otherwise.
5548 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
5549 (tramp-find-inline-encoding): Cache the coding commands in the
5550 process cache. Apply test command on the remote side, if defined.
5551 (tramp-find-inline-compress): Cache the compress commands in the
5552 process cache.
5553 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5554 when requested. Handle hops.
5555 (tramp-current-connection): New defvar.
5556 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5557 Throw `suppress', if there was a failed connection shortly before.
5558 Handle user interrupt. (Bug#10187)
5559 (tramp-get-inline-compress, tramp-get-inline-coding):
5560 Read connection properties from the process cache.
5561
5562 * net/tramp-smb.el (tramp-smb-server-version)
5563 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5564 New defconsts.
5565 (tramp-smb-prompt): Extend for powershell prompt.
5566 (tramp-smb-file-name-handler-alist): Add handlers for
5567 `process-file', `shell-command' and `start-file-process'.
5568 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5569 (tramp-smb-winexe-shell-command-switch): New defcustoms.
5570 (tramp-smb-file-name-p): Simplify.
5571 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5572 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5573 (tramp-smb-shell-quote-argument): New defuns.
5574 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5575 Implement using "tar". By this, time-stamps are preserved.
5576 (tramp-smb-handle-copy-file): Handle also the case of directories.
5577 (tramp-smb-do-file-attributes-with-stat)
5578 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5579 Use `tramp-get-connection-buffer').
5580 (tramp-smb-handle-rename-file): Use "rename", when source and
5581 target are on the same share.
5582 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5583 Use `tramp-smb-server-version'.
5584 (tramp-smb-wait-for-output): Remove prompt.
5585
5586 * net/tramp.el (top): Require 'cl.
5587 (tramp-methods, tramp-rsh-end-of-line):
5588 Remove `tramp-password-end-of-line' from docstring.
5589 (tramp-save-ad-hoc-proxies): New defcustom.
5590 (tramp-completion-function-alist): Adapt docstring.
5591 (tramp-default-password-end-of-line): Remove defcustom.
5592 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
5593 (tramp-user-regexp, tramp-file-name-regexp-unified)
5594 (tramp-file-name-regexp-url): Extend regexp by hop separator.
5595 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
5596 (tramp-remote-file-name-spec-regexp): New defconst.
5597 (tramp-file-name-structure): Extend structure for hops.
5598 (tramp-get-method-parameter): Move up.
5599 (tramp-file-name-p, tramp-dissect-file-name)
5600 (with-parsed-tramp-file-name): Handle hops.
5601 (tramp-file-name-hop): New defun.
5602 (tramp-make-tramp-file-name): New optional arg HOP.
5603 (tramp-message-show-progress-reporter-message): New defvar.
5604 (tramp-with-progress-reporter): Use it. We cannot use
5605 `tramp-message-show-message' here, because this suppresses also
5606 error buffers.
5607 (tramp-error-with-buffer): Suppress buffer view, if
5608 `tramp-message-show-message' is nil.
5609 Use `tramp-get-connection-buffer'.
5610 (tramp-cleanup): New defun.
5611 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
5612 (tramp-file-name-handler): If `debug-on-error' is set, propagate
5613 an error unchanged.
5614 (tramp-completion-handle-file-name-all-completions): Handle hops.
5615 Fix an error when called from ido.
5616 (tramp-completion-dissect-file-name): Use better local variable
5617 name. Add hop to the vector.
5618 (tramp-handle-insert-file-contents): Use progress-reporter for the
5619 whole scenario.
5620 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
5621 to `t'.
5622 (tramp-check-for-regexp): Simplify search.
5623 (tramp-enter-password): Remove it. Move implementation ...
5624 (tramp-action-password): ... here.
5625 (tramp-mode-string-to-int, tramp-local-host-p)
5626 (tramp-make-tramp-temp-file, tramp-read-passwd)
5627 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5628 Set tramp-autoload cookie.
5629
5630 * net/trampver.el: Update release number.
5631
5632 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5633 Michael Albinus <michael.albinus@gmx.de>
5634
5635 * net/tramp.el (tramp-set-completion-function): Fix docstring.
5636 (tramp-parse-group, tramp-parse-file)
5637 (tramp-parse-shostkeys-sknownhosts): New defuns.
5638 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
5639 (tramp-parse-shosts-group, tramp-parse-sconfig)
5640 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
5641 (tramp-parse-sknownhosts, tramp-parse-hosts)
5642 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
5643 Use them.
5644 (tramp-parse-passwd-group, tramp-parse-netrc-group)
5645 (tramp-parse-putty-group): Don't narrow.
5646 (tramp-parse-putty): Make a loop.
5647 (tramp-file-name-handler): Catch the `suppress' signal.
5648
5649 2012-06-11 Chong Yidong <cyd@gnu.org>
5650
5651 * image.el (imagemagick-register-types): Put the ImageMagick entry
5652 at the end of image-type-file-name-regexps.
5653
5654 2012-06-11 Johan Bockgård <bojohan@gnu.org>
5655
5656 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
5657 (pcase, pcase-let*, pcase-dolist): Use them.
5658
5659 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * emacs-lisp/pcase.el (pcase--let*): New function.
5662 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
5663 (pcase--expand): Use macroexp-let².
5664
5665 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
5668 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
5669 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
5670 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
5671 * emacs-lisp/derived.el: Use pcase instead of `cl'.
5672 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
5673
5674 2012-06-10 Glenn Morris <rgm@gnu.org>
5675
5676 * mail/rmail.el (rmail-yank-current-message): Leave point at
5677 correct position. (Bug#11660)
5678
5679 2012-06-10 Chong Yidong <cyd@gnu.org>
5680
5681 * allout-widgets.el: Fix code header.
5682
5683 2012-06-10 Chong Yidong <cyd@gnu.org>
5684
5685 * cus-edit.el (customize-changed-options-previous-release):
5686 Bump to 24.1.
5687
5688 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
5689
5690 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5691
5692 2012-06-09 Chong Yidong <cyd@gnu.org>
5693
5694 * ebuff-menu.el (electric-buffer-list): Preserve header line.
5695
5696 2012-06-09 Martin Rudalics <rudalics@gmx.at>
5697
5698 * window.el (special-display-popup-frame): Don't use
5699 window--display-buffer (Bug#11651).
5700
5701 2012-06-09 Eli Zaretskii <eliz@gnu.org>
5702
5703 Fix parallel builds: make sure loaddefs.el is not being written
5704 while Lisp files are compiled.
5705 (compile): Don't depend on 'mh-autoloads'.
5706 (compile-CMD, compile-SH): Depend on 'autoloads'.
5707 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
5708
5709 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
5710
5711 2012-06-09 Chong Yidong <cyd@gnu.org>
5712
5713 * face-remap.el (face-remap-add-relative, face-remap-set-base)
5714 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
5715 Doc fixes (Bug#11225).
5716
5717 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5718
5719 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
5720 a function if there's a clear indication that it has a compiler-macro.
5721 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
5722 (macro-declarations-alist): Add arglist to declaration functions.
5723 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
5724 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
5725 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
5726 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
5727 Also add autoload to find the compiler macro.
5728 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
5729 (cl--compiler-macro-member, cl--compiler-macro-assoc)
5730 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
5731 (cl--compiler-macro-get): New functions, replacing calls to
5732 cl-define-compiler-macro.
5733 (cl-typep) [compiler-macro]: Use macroexp-let².
5734
5735 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
5736
5737 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5738 string properly, fixes Bug#11473.
5739
5740 2012-06-08 Chong Yidong <cyd@gnu.org>
5741
5742 * faces.el (set-face-attribute): Doc fix.
5743 (modify-face): Don't use :bold and :italic.
5744 (error, warning, success): Tweak definitions.
5745
5746 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
5747 (custom-modified, custom-set, custom-changed, custom-themed)
5748 (custom-saved, custom-button, custom-button-mouse)
5749 (custom-button-pressed, custom-state, custom-comment-tag)
5750 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
5751 (custom-group-subtitle): Use new-style face specs.
5752 (custom-invalid-face, custom-rogue-face, custom-modified-face)
5753 (custom-set-face, custom-changed-face, custom-saved-face)
5754 (custom-button-face, custom-button-pressed-face)
5755 (custom-documentation-face, custom-state-face)
5756 (custom-comment-face, custom-comment-tag-face)
5757 (custom-variable-tag-face, custom-variable-button-face)
5758 (custom-face-tag-face, custom-group-tag-face-1)
5759 (custom-group-tag-face): Remove obsolete face alias.
5760
5761 * epa.el (epa-validity-high, epa-validity-medium)
5762 (epa-validity-low, epa-mark, epa-field-name, epa-string)
5763 (epa-field-name, epa-field-body):
5764 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5765 (font-lock-keyword-face, font-lock-builtin-face)
5766 (font-lock-function-name-face, font-lock-variable-name-face)
5767 (font-lock-type-face, font-lock-constant-face):
5768 * ido.el (ido-first-match, ido-only-match, ido-subdir)
5769 (ido-virtual, ido-indicator, ido-incomplete-regexp):
5770 * speedbar.el (speedbar-button-face, speedbar-file-face)
5771 (speedbar-directory-face, speedbar-tag-face)
5772 (speedbar-selected-face, speedbar-highlight-face)
5773 (speedbar-separator-face):
5774 * whitespace.el (whitespace-newline, whitespace-space)
5775 (whitespace-hspace, whitespace-tab, whitespace-trailing)
5776 (whitespace-line, whitespace-space-before-tab)
5777 (whitespace-space-after-tab, whitespace-indentation)
5778 (whitespace-empty):
5779 * emulation/cua-base.el (cua-global-mark):
5780 * eshell/em-prompt.el (eshell-prompt):
5781 * net/newst-plainview.el (newsticker-new-item-face)
5782 (newsticker-old-item-face, newsticker-immortal-item-face)
5783 (newsticker-obsolete-item-face, newsticker-date-face)
5784 (newsticker-statistics-face, newsticker-default-face):
5785 * net/newst-reader.el (newsticker-feed-face)
5786 (newsticker-extra-face, newsticker-enclosure-face):
5787 * net/newst-treeview.el (newsticker-treeview-face)
5788 (newsticker-treeview-new-face, newsticker-treeview-old-face)
5789 (newsticker-treeview-immortal-face)
5790 (newsticker-treeview-obsolete-face)
5791 (newsticker-treeview-selection-face):
5792 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
5793 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
5794 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
5795 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
5796 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
5797 (nxml-outline-active-indicator, nxml-outline-ellipsis):
5798 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5799 (mpuz-text):
5800 * progmodes/vera-mode.el (vera-font-lock-number)
5801 (vera-font-lock-function, vera-font-lock-interface):
5802 * textmodes/table.el (table-cell): Use new-style face specs, and
5803 don't use the old :bold and :italic attributes.
5804
5805 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5806 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
5807 (ebrowse-member-class, ebrowse-progress): Likewise.
5808 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5809 (ebrowse-file-name-face, ebrowse-default-face)
5810 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5811 (ebrowse-progress-face): Remove obsolete faces.
5812
5813 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5814 Inherit from error and warning faces respectively.
5815
5816 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5817 Likewise.
5818 (flyspell-incorrect-face, flyspell-duplicate-face):
5819 Remove obsolete aliases.
5820
5821 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
5822
5823 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5824 Avoid infloop.
5825
5826 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * startup.el (argv, argi): Make lexically scoped.
5829 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
5830 * emacs-lisp/cl-macs.el: Use lexical-binding.
5831 Rename cl-bind-* to cl--bind-*.
5832 * files.el: Don't require `cl' since it doesn't use it.
5833 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
5834
5835 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
5836
5837 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
5838 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
5839 instead of calling external sort utility.
5840 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
5841
5842 2012-06-08 Eli Zaretskii <eliz@gnu.org>
5843
5844 * descr-text.el (describe-char): Mention how to insert the
5845 character, if the current input method doesn't support it.
5846 See the discussion in this thread for the details:
5847 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
5848
5849 2012-06-08 Sam Steingold <sds@gnu.org>
5850
5851 * bindings.el (global-map): Bind XF86Forward to next-buffer and
5852 XF86Back to previous-buffer.
5853 (minibuffer-local-map): Bind them to next-history-element and
5854 previous-history-element respectively.
5855 * help-mode.el (help-mode-map): Bind them to help-go-forward and
5856 help-go-back respectively.
5857 * info.el (Info-mode-map): Bind them to Info-history-forward and
5858 Info-history-back respectively.
5859 These are the keys next to Up on the ThinkPad keyboard.
5860
5861 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
5864 * emacs-lisp/cl-macs.el: Provide itself.
5865 (cl--labels-convert-cache): New var.
5866 (cl--labels-convert): New function.
5867 (cl-flet, cl-labels): New implementation with new semantics, relying on
5868 lexical-binding.
5869 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
5870 (cl-closure-vars, cl--function-convert-cache)
5871 (cl--function-convert): Move from cl-macs.el.
5872 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
5873 rename by removing the "cl-" prefix.
5874 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
5875
5876 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
5879 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
5880 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
5881 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
5882 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
5883 (cl-hash-table-count): Add old compatibility aliases.
5884
5885 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
5886 Use macroexpand-all-environment instead.
5887 (cl--old-macroexpand): New var.
5888 (cl--sm-macroexpand): New function.
5889 (cl-symbol-macrolet): Use it during macro expansion.
5890 (cl--function-convert-cache): New var.
5891 (cl--function-convert): New function, extracted from
5892 cl-macroexpand-all.
5893 (cl-lexical-let): Use it.
5894
5895 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
5896 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
5897 (cl-member): Remove old alias.
5898
5899 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
5900 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
5901 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
5902 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
5903 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
5904 (cl-macroexpand-cmacs): Remove var.
5905 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
5906 Use macroexpand-all instead.
5907
5908 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
5911 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
5912 (macroexp-copyable-p): New functions and macros.
5913 * emacs-lisp/edebug.el (edebug-unwrap):
5914 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
5915 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
5916 (pcase--let*): Remove.
5917 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
5918 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
5919 macroexp-const-p instead.
5920 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
5921
5922 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
5923 instead of "cl-" for internal definitions. Use macroexp-const-p.
5924 (cl-old-bc-file-form): Remove var.
5925 (cl-const-exprs-p): Remove fun.
5926 (cl-labels, cl-macrolet): Use backquote.
5927 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
5928 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
5929 (cl-define-setf-expander): Rename from cl-define-setf-method.
5930 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
5931
5932 * international/mule-cmds.el: Don't require CL.
5933 (view-hello-file): Don't use `letf'.
5934
5935 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * tmm.el (tmm-prompt): Use string-prefix-p.
5938 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
5939 (tmm-add-prompt): Use minibuffer-completion-help.
5940 (tmm-delete-map): Remove.
5941
5942 * subr.el (kbd): Make it its own function.
5943
5944 2012-06-07 Stefan Merten <smerten@oekonux.de>
5945
5946 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
5947 Silence compiler warnings. Fix versions.
5948 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
5949 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
5950 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
5951 (rst-package-emacs-version-alist): Correct Emacs version to
5952 represent major merge with upstream.
5953 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
5954
5955 2012-06-06 Glenn Morris <rgm@gnu.org>
5956
5957 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
5958 Only print environment variables if set.
5959
5960 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
5963 (macroexp--cons): Rename from maybe-cons.
5964 (macroexp--accumulate): Rename from macroexp-accumulate.
5965 (macroexp--all-forms): Rename from macroexpand-all-forms.
5966 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
5967 (macroexp--expand-all): Rename from macroexpand-all-1.
5968
5969 2012-06-06 Sam Steingold <sds@gnu.org>
5970
5971 * calendar/calendar.el (calendar-in-read-only-buffer):
5972 Call `special-mode' to enable the standard read-only keybindings.
5973
5974 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
5977 with "loading" messages (bug#11635).
5978
5979 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
5980
5981 * files.el (enable-remote-dir-locals): New option.
5982 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
5983
5984 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5985 Ensure, that the temp directory is local.
5986
5987 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
5988 `temporary-file-directory'.
5989
5990 * progmodes/python.el (python-send-region): Ensure, that the
5991 temporary file is created also in the remote case.
5992
5993 2012-06-06 Glenn Morris <rgm@gnu.org>
5994
5995 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
5996 (vc-rcs-update-changelog): Use it.
5997
5998 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
5999
6000 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6001 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6002 (vc-sccs-diff): Replace use of the external vcdiff script.
6003
6004 2012-06-05 Glenn Morris <rgm@gnu.org>
6005
6006 * ledit.el: Move to obsolete/.
6007
6008 2012-06-05 Sam Steingold <sds@gnu.org>
6009
6010 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
6011 patch (Bug#11140).
6012
6013 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * emacs-lisp/cust-print.el: Move to obsolete.
6016
6017 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6018 compiler-macro expansion.
6019
6020 Add native compiler-macro support.
6021 * emacs-lisp/macroexp.el (macroexpand-all-1):
6022 Support compiler-macros directly. Properly follow aliases and apply
6023 the compiler macros more thoroughly.
6024 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6025 macroexpand now properly follows aliases.
6026 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6027 (cl-compiler-macroexpand): Use new prop.
6028 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6029
6030 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6031
6032 2012-06-05 Martin Rudalics <rudalics@gmx.at>
6033
6034 * window.el (get-lru-window, get-mru-window, get-largest-window):
6035 New argument NOT-SELECTED to avoid picking the selected window.
6036 (window--display-buffer-1, window--display-buffer-2): Replace by
6037 new function window--display-buffer
6038 (display-buffer-same-window, display-buffer-reuse-window)
6039 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6040 Use window--display-buffer.
6041 (display-buffer-use-some-window): Remove temporary dedication
6042 hack by calling get-lru-window and get-largest-window with
6043 NOT-SELECTED argument non-nil. Call window--display-buffer.
6044
6045 2012-06-05 Glenn Morris <rgm@gnu.org>
6046
6047 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6048 Replace external vcdiff script.
6049
6050 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6053
6054 2012-06-04 Chong Yidong <cyd@gnu.org>
6055
6056 * image.el (imagemagick-types-inhibit): Revert last change.
6057 Add INFO and M.
6058 (imagemagick-enabled-types): Remove CIN and EPS*.
6059
6060 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * emacs-lisp/cl-lib.el: Rename from cl.el.
6063 * emacs-lisp/cl.el: New compatibility file.
6064 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6065 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6066 to obey the "cl-" prefix.
6067 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6068
6069 2012-06-03 Glenn Morris <rgm@gnu.org>
6070
6071 * emacs-lisp/authors.el (authors-aliases): Addition.
6072
6073 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6074 Fix :version.
6075
6076 2012-06-03 Stefan Merten <smerten@oekonux.de>
6077
6078 * textmodes/rst.el: Add comments.
6079 (rst-transition, rst-adornment): New faces.
6080 (rst-adornment-faces-alist): Make default safe to reevaluate.
6081 Fixes
6082 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6083 Improve customization tags.
6084 (rst-define-level-faces): Clarify meaning.
6085
6086 2012-06-03 Chong Yidong <cyd@gnu.org>
6087
6088 * progmodes/compile.el (compilation-mode-line-fail)
6089 (compilation-mode-line-run, compilation-mode-line-exit):
6090 New faces.
6091 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6092
6093 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6094
6095 * progmodes/which-func.el (which-func-update-ediff-windows):
6096 New function. Use it in ediff-select-hook (Bug#11478).
6097
6098 2012-06-03 Chong Yidong <cyd@gnu.org>
6099
6100 * bindings.el: Remove explicit help text from format-mode-line.
6101 It is now supplied by mode-line-default-help-echo.
6102 (mode-line-front-space, mode-line-end-spaces)
6103 (mode-line-misc-info): New variables.
6104 (mode-line-modes, mode-line-position): Move the default value to
6105 the variable definition.
6106 (mode-line-default-help-echo): New defcustom.
6107 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6108 (mode-line-modified-help-echo): New functions.
6109 (mode-line-mule-info, mode-line-modified): Use them.
6110 (mode-line-eol-desc, propertized-buffer-identification):
6111 Consistency fixes for help text.
6112 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6113 set-buffer-file-coding-system (Bug#289).
6114 (mode-line-mule-info-help-echo): Update help text.
6115
6116 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * simple.el (execute-extended-command): Set real-this-command
6119 (bug#11506).
6120
6121 2012-06-02 Chong Yidong <cyd@gnu.org>
6122
6123 Remove incorrect uses of "modeline" in comments, docstrings, and
6124 function/variable names (Bug#10329).
6125
6126 * cus-edit.el (mode-line):
6127 * dframe.el (dframe-mouse-hscroll):
6128 * emacs-lisp/re-builder.el:
6129 * emacs-lisp/easy-mmode.el (define-minor-mode):
6130 * frame.el (set-frame-name):
6131 * help.el (lookup-minor-mode-from-indicator):
6132 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6133 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6134 (c-toggle-hungry-state):
6135 * progmodes/antlr-mode.el (antlr-language-alist):
6136 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6137 * progmodes/vhdl-mode.el (vhdl-mode):
6138 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6139 * term/ns-win.el (ns-face-at-pos):
6140 * term/sup-mouse.el (sup-mouse-report):
6141 * textmodes/flyspell.el (flyspell-mode-line-string):
6142 * textmodes/ispell.el (ispell-highlight-face):
6143 * textmodes/reftex-global.el:
6144 * vc/vc-arch.el (vc-arch-mode-line-string):
6145 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6146 * vc/vc-git.el (vc-git-mode-line-string):
6147 * vc/vc-hooks.el (vc-display-status)
6148 (vc-default-mode-line-string):
6149 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6150
6151 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6152
6153 * dired.el (dired-sort-set-mode-line): Rename from
6154 dired-sort-set-modeline. All callers changed.
6155
6156 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6157 eshell-status-in-modeline.
6158
6159 * foldout.el (foldout-mode-line-string): Rename from
6160 foldout-modeline-string. All callers changed.
6161 (foldout-update-mode-line): Rename from foldout-update-modeline.
6162
6163 * subr.el (redraw-modeline): Make into obsolete alias.
6164
6165 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6166 timeclock-modeline-display. Make old name an alias.
6167 (timeclock-update-mode-line): Likewise. All callers changed.
6168 (timeclock-mode-line-display): No need to check before using
6169 add-hook.
6170 (timeclock-relative, timeclock-day-over-hook)
6171 (timeclock-use-elapsed, timeclock-mode-string)
6172 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6173
6174 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6175 crisp-mode-modeline-string.
6176
6177 * play/solitaire.el (solitaire-build-mode-line): Rename from
6178 solitaire-build-modeline. All callers changed.
6179
6180 * play/zone.el (zone-hiding-mode-line): Rename from
6181 zone-hiding-modeline. All callers changed.
6182 (zone): Remove unusued `modeline-hidden-level' property.
6183
6184 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6185 xscheme-modeline-initialize. All callers changed.
6186
6187 * strokes.el (strokes-lighter): Rename from
6188 strokes-modeline-string.
6189
6190 * textmodes/sgml-mode.el (html-face-tag-alist)
6191 (html-tag-face-alist): Use mode-line face instead of obsolete
6192 alias modeline.
6193
6194 2012-06-02 Stefan Merten <smerten@oekonux.de>
6195
6196 * textmodes/rst.el: Always require `cl'.
6197 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6198
6199 2012-06-02 Chong Yidong <cyd@gnu.org>
6200
6201 * image.el (imagemagick-enabled-types): Rename from
6202 imagemagick-types-enable. Add many more types.
6203 (imagemagick-types-inhibit): Change default to nil.
6204 (imagemagick-filter-types): Caller changed.
6205
6206 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * emacs-lisp/cl-macs.el: Use backquotes.
6209 (cl-transform-function-property): Use eval-and-compile rather than
6210 abusing `require'.
6211 (defstruct): Use declare-function instead of with-no-warnings.
6212
6213 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6214 (byte-compile-output-docform): Re-add the print-circle bindings.
6215 (byte-compile-fix-header): Use #$ just because it's shorter.
6216 (byte-compile-output-file-form): Remove defun/defmacro.
6217
6218 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6219
6220 * simple.el (choose-completion): Remove now obsolete binding for
6221 owindow.
6222
6223 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6224
6225 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6226 in order to avoid "Stack overflow in regexp matcher".
6227
6228 2012-05-31 Glenn Morris <rgm@gnu.org>
6229
6230 * image.el: For clarity, call imagemagick-register-types at
6231 top-level, rather than relying on a custom :initialize.
6232 (imagemagick-types-enable): New option. (Bug#11557)
6233 (imagemagick-filter-types): New function. (Bug#7406)
6234 (imagemagick-register-types): Use imagemagick-filter-types.
6235 If disabling support, remove elements altogether rather
6236 than using an impossible regexp.
6237 (imagemagick-types-inhibit): Give it the default init function.
6238
6239 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6242 Handle arbitrary file name lengths (Bug#11585).
6243
6244 2012-05-31 Martin Rudalics <rudalics@gmx.at>
6245
6246 * desktop.el (desktop-read): Clear previous and next buffers for
6247 all windows and bury *Messages* buffer (bug#11556).
6248
6249 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6250
6251 Add `declare' for `defun'. Align `defmacro's with it.
6252 * emacs-lisp/easy-mmode.el (define-minor-mode)
6253 (define-globalized-minor-mode): Don't autoload the var definitions.
6254 * emacs-lisp/byte-run.el: Use lexical-binding.
6255 (defun-declarations-alist, macro-declarations-alist): New vars.
6256 (defmacro, defun): Use them.
6257 (make-obsolete, define-obsolete-function-alias)
6258 (make-obsolete-variable, define-obsolete-variable-alias):
6259 Use `declare'.
6260 (macro-declaration-function): Mark obsolete.
6261 * emacs-lisp/autoload.el: Use lexical-binding.
6262 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6263
6264 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6265
6266 * textmodes/ispell.el (ispell-with-no-warnings):
6267 Define as a macro.
6268 (ispell-kill-ispell, ispell-change-dictionary):
6269 Use `called-interactively-p' for Emacs instead of obsolete
6270 `interactive-p'.
6271
6272 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6275 (macro-declaration-function): Move var from C code.
6276 (macro-declaration-function): Define function with defalias.
6277 * emacs-lisp/macroexp.el (macroexpand-all-1):
6278 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6279 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6280 defun/defmacro any more.
6281 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6282 Provide fallback for unknown arglist.
6283 (byte-compile-arglist-warn): Change calling convention.
6284 (byte-compile-output-file-form): Move print-vars binding.
6285 (byte-compile-output-docform): Simplify accordingly.
6286 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6287 (byte-compile-defmacro-declaration): Remove.
6288 (byte-compile-file-form-defmumble): Generalize to defalias.
6289 (byte-compile-output-as-comment): Return byte-positions.
6290 Simplify callers accordingly.
6291 (byte-compile-lambda): Use `assert'.
6292 (byte-compile-defun, byte-compile-defmacro): Remove.
6293 (byte-compile-file-form-defalias):
6294 Use byte-compile-file-form-defmumble.
6295 (byte-compile-defalias-warn): Remove.
6296
6297 2012-05-29 Stefan Merten <smerten@oekonux.de>
6298
6299 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6300 possible. Fix authors. Improve comments. Improve loading of `cl'.
6301
6302 (rst-mode-abbrev-table): Merge definition.
6303 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6304 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6305
6306 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
6307
6308 * calendar/icalendar.el
6309 (icalendar-export-region): Export UID properly.
6310
6311 2012-05-29 Leo Liu <sdl.web@gmail.com>
6312 * calendar/icalendar.el (icalendar-import-format):
6313 Add `icalendar-import-format-uid' (Bug#11525).
6314 (icalendar-import-format-uid): New.
6315 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6316 Export UID.
6317
6318 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6319
6320 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6321 different alternative patterns.
6322 (pcase-codegen): Be more careful to preserve identity.
6323 (pcase--u1): Don't forget to mark vars as used.
6324
6325 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6326 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6327 (byte-compile-from-buffer): ...rather than here.
6328
6329 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6330 functions from byte-compile-function-environment.
6331
6332 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
6333
6334 * window.el (window-deletable-p): Avoid deleting the root window
6335 of a frame with an active minibuffer.
6336
6337 2012-05-29 Martin Rudalics <rudalics@gmx.at>
6338
6339 * simple.el (choose-completion): Use quit-window (Bug#11567).
6340
6341 2012-05-29 Chong Yidong <cyd@gnu.org>
6342
6343 * whitespace.el (whitespace-cleanup): Fix usage of
6344 whitespace-empty-at-bob-regexp (Bug#11492).
6345
6346 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6347
6348 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6349 revert (Bug#11488).
6350
6351 2012-05-29 Juri Linkov <juri@jurta.org>
6352
6353 * isearch.el (isearch-mode-map): Bind `M-s _' to
6354 `isearch-toggle-symbol'. Bind `M-s c' to
6355 `isearch-toggle-case-fold'.
6356 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6357 (isearch-forward): Add `M-s _' to the docstring.
6358 (isearch-forward-symbol, isearch-toggle-case-fold)
6359 (isearch-symbol-regexp): New functions. (Bug#11381)
6360
6361 2012-05-29 Juri Linkov <juri@jurta.org>
6362
6363 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6364 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6365 a function, call it to get the regexp.
6366 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6367 property `isearch-message-prefix' instead of the string "word ".
6368 (isearch-search-fun-default): For the case of `isearch-word',
6369 return a lambda that calls re-search-forward/re-search-backward
6370 with a regexp returned by `word-search-regexp' or by the function
6371 in `isearch-word'.
6372
6373 2012-05-29 Juri Linkov <juri@jurta.org>
6374
6375 * isearch.el (isearch-search-fun-default): New function.
6376 (isearch-search-fun): Move default part to the new function
6377 `isearch-search-fun-default'.
6378 (isearch-search-fun-function): Set the default value to
6379 `isearch-search-fun-default'. (Bug#11381)
6380
6381 * comint.el (comint-history-isearch-end):
6382 Use `isearch-search-fun-default'.
6383 (comint-history-isearch-search): Use `isearch-search-fun-default'
6384 and remove spacial case for `isearch-word'.
6385 (comint-history-isearch-wrap): Remove spacial case for
6386 `isearch-word'.
6387
6388 * hexl.el (hexl-isearch-search-function):
6389 Use `isearch-search-fun-default'.
6390
6391 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6392 Use `word-search-regexp' for `isearch-word'.
6393
6394 * misearch.el (multi-isearch-search-fun):
6395 Use `isearch-search-fun-default'.
6396
6397 * simple.el (minibuffer-history-isearch-search):
6398 Use `isearch-search-fun-default' and remove spacial case for
6399 `isearch-word'.
6400 (minibuffer-history-isearch-wrap): Remove spacial case for
6401 `isearch-word'.
6402
6403 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6404 Remove spacial case for `isearch-word'.
6405 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6406
6407 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6408
6409 Decrease XEmacs incompatibilities.
6410 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6411 Use `string-match'.
6412 (flyspell-delete-region-overlays): Use alternative definition for
6413 XEmacs.
6414 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6415 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6416 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6417 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6418 `define-obsolete-face-alias' under XEmacs, but old method.
6419
6420 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6421 `with-no-warnings' definition or Emacs alias.
6422 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6423 (ispell-word): Do not use `region-p' if XEmacs.
6424
6425 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6426
6427 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6428 Check for `ispell-dictionary-base-alist' instead of full
6429 `ispell-dictionary-alist'.
6430 (ispell-init-process): Show spellchecker when starting new Ispell
6431 process.
6432
6433 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6434
6435 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6436 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6437
6438 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
6439
6440 * version.el (motif-version-string, gtk-version-string)
6441 (ns-version-string): Declare.
6442
6443 2012-05-27 Juri Linkov <juri@jurta.org>
6444
6445 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6446 after the `eval-defun-1' specialcaseing
6447 like in `edebug-eval-defun' (bug#10181).
6448
6449 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6450 like in `eval-defun-1'.
6451
6452 2012-05-27 Eli Zaretskii <eliz@gnu.org>
6453
6454 * mail/sendmail.el (mail-yank-region):
6455 Recognize rmail-yank-current-message in addition to insert-buffer.
6456 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
6457 a *mail* buffer created through rmail-start-mail with sendmail as
6458 mail-user-agent.
6459
6460 2012-05-27 Chong Yidong <cyd@gnu.org>
6461
6462 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6463 Default to 256 (Bug#11267).
6464
6465 * help.el (describe-mode): Doc fix.
6466
6467 2012-05-26 Glenn Morris <rgm@gnu.org>
6468
6469 * w32-fns.el (w32-init-info): Remove.
6470 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6471
6472 * info.el (info-initialize): For self-contained NS builds, put the
6473 included info/ directory at the front. (Bug#2791)
6474
6475 * paths.el (Info-default-directory-list): Make it a defcustom,
6476 mainly so that we can use custom-initialize-delay.
6477
6478 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * subr.el (buffer-has-markers-at): Mark obsolete.
6481
6482 * subr.el (lambda): Use declare.
6483
6484 * emacs-lisp/lisp-mode.el (lambda):
6485 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6486
6487 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6488
6489 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6490
6491 2012-05-26 Glenn Morris <rgm@gnu.org>
6492
6493 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6494
6495 2012-05-25 Glenn Morris <rgm@gnu.org>
6496
6497 * paths.el: Remove no-byte-compile.
6498 * loadup.el: No need to load paths.el uncompiled.
6499
6500 * image.el (imagemagick-types-inhibit): Doc fix.
6501
6502 * version.el: Remove no-byte-compile and associated formatting.
6503 * loadup.el: No need to load version.el uncompiled. AFAICS, this
6504 is ancient code from when there was an "inc-vers.el".
6505
6506 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * progmodes/gdb-mi.el: Minor style changes.
6509 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6510 Turn into minor modes.
6511 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6512 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6513 (gdb-shell): Remove unneeded let-binding.
6514 (gdb-get-many-fields): Eliminate O(n²) behavior.
6515
6516 2012-05-25 Eli Zaretskii <eliz@gnu.org>
6517
6518 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6519 platforms that don't link in fontset.c.
6520
6521 2012-05-25 Juri Linkov <juri@jurta.org>
6522
6523 Use the same diff color scheme as in modern VCSes (bug#10181).
6524
6525 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6526 to avoid confusion with `diff-added' that now uses green colors.
6527 (diff-removed): Use shades of red.
6528 (diff-added): Use shades of green.
6529 (diff-changed): Leave just the yellow color.
6530 (diff-use-changed-face): New variable.
6531 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6532 how to highlight context diff changes.
6533 (diff-refine-change): Use shades of yellow.
6534 (diff-refine-removed): New face that uses shades of red.
6535 (diff-refine-added): New face that uses shades of green.
6536 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6537 `diff-refine-removed' in the call to `smerge-refine-subst'
6538 depending on the value of `diff-use-changed-face'.
6539
6540 * vc/smerge-mode.el (smerge-mine): Use shades of red.
6541 (smerge-other): Use shades of green.
6542 (smerge-base): Use shades of yellow.
6543 (smerge-refined-change): Empty face.
6544 (smerge-refined-removed): New face that uses shades of red.
6545 (smerge-refined-added): New face that uses shades of green.
6546 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
6547 args `props-r' and `props-a', and use them. Doc fix.
6548 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6549 on its value use different faces `smerge-refined-change',
6550 `smerge-refined-removed', `smerge-refined-added' in the call to
6551 `smerge-refine-subst'.
6552
6553 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6554 Add face condition `min-colors 88' with shades of red.
6555 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6556 `min-colors 88' with shades of green.
6557 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6558 `min-colors 88' with shades of yellow.
6559
6560 2012-05-24 Glenn Morris <rgm@gnu.org>
6561
6562 * paths.el (prune-directory-list, remote-shell-program): Move to...
6563 * files.el (prune-directory-list, remote-shell-program): ...here.
6564 For the latter, delay initialization, prefer ssh, just search PATH.
6565
6566 * paths.el (term-file-prefix): Move to faces.el (the only user).
6567 * faces.el (term-file-prefix): Move here, make it a defcustom.
6568
6569 * paths.el (news-directory, news-path, news-inews-program):
6570 Move to gnus/nnspool.el.
6571
6572 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6573
6574 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6575 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6576 Make the latter a defcustom, with a delayed initialization.
6577
6578 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6579 These were deleted from Gnus itself late 2010.
6580
6581 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
6582
6583 * progmodes/which-func.el (which-func-ff-hook):
6584 Check against user-error, not error.
6585
6586 * emacs-lisp/edebug.el (top): Do not load or set up loading of
6587 cl-specs.el, which no longer exists.
6588
6589 2012-05-22 Glenn Morris <rgm@gnu.org>
6590
6591 * info.el (info-emacs-bug): New command.
6592 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6593 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6594
6595 2012-05-21 Glenn Morris <rgm@gnu.org>
6596
6597 * makefile.w32-in (update-subdirs-SH):
6598 * Makefile.in (update-subdirs): Update for moved update-subdirs.
6599
6600 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6603
6604 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6605 Simplify Maven regexp, and make sure the file can't start with a space
6606 (bug#11517).
6607
6608 2012-05-21 Glenn Morris <rgm@gnu.org>
6609
6610 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6611 Scrap superfluous subshells.
6612
6613 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
6616 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
6617
6618 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
6619
6620 * calc/calc.el (calc-ensure-consistent-units): New variable.
6621
6622 * calc/calc-units.el (math-consistent-units-p)
6623 (math-check-unit-consistency): New functions.
6624 (calc-quick-units, calc-convert-units):
6625 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
6626 is non-nil.
6627 (calc-extract-units): Fix typo.
6628
6629 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6632
6633 * textmodes/flyspell.el: Commenting style, plus code simplifications.
6634 (flyspell-default-deplacement-commands): Don't spell check after
6635 repeated window/frame switches (e.g. triggered by mouse-movement).
6636 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
6637 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
6638 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
6639 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
6640 Remove unused vars.
6641 (flyspell-get-casechars, flyspell-get-not-casechars):
6642 Simplify; Don't bother removing a ] just to add it back.
6643 * textmodes/ispell.el (ispell-program-name): Use executable-find.
6644
6645 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6646
6647 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6648 New functions.
6649 (math-function-table): Add support for more C functions.
6650
6651 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6652
6653 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6654 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6655 Protect delay handling for otherchars against empty otherchars.
6656
6657 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
6660 their respective macro declarations.
6661 * skeleton.el (define-skeleton):
6662 * progmodes/compile.el (define-compilation-mode):
6663 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
6664 (define-ibuffer-filter):
6665 * emacs-lisp/generic.el (define-generic-mode):
6666 * emacs-lisp/easy-mmode.el (define-minor-mode)
6667 (define-globalized-minor-mode):
6668 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
6669 * emacs-lisp/byte-run.el (defsubst):
6670 * custom.el (deftheme): Add doc-string metadata.
6671
6672 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6675
6676 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6679
6680 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
6681 * emacs-lisp/cl-macs.el: Idem.
6682 * emacs-lisp/cl-specs.el: Remove.
6683
6684 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 Minor renaming of internal CL functions and variables.
6687 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
6688 (cl--position): Rename from cl-position.
6689 (cl--delete-duplicates): Rename from cl-delete-duplicates.
6690 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
6691 (cl--random-state): Rename from *random-state*.
6692
6693 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
6696 parens around the arg list (bug#11499).
6697
6698 2012-05-17 Juri Linkov <juri@jurta.org>
6699
6700 * isearch.el (word-search-regexp, word-search-backward)
6701 (word-search-forward, word-search-backward-lax)
6702 (word-search-forward-lax): Move functions from search.c
6703 (bug#10145, bug#11381).
6704
6705 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6706
6707 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6708 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6709 Delay for otherchars as for normal word components.
6710
6711 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * minibuffer.el (completion--sifn-requote): Fix last change.
6714 (minibuffer-local-must-match-filename-map):
6715 Move define-obsolete-variable-alias before its var.
6716
6717 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6720
6721 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
6722 behavior.
6723 (completion--string-equal-p): New function.
6724 (completion--twq-all): Use it to get better assertion failure data.
6725
6726 Only handle ".." and '..' quoting in shell-mode (bug#11466).
6727 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
6728 (shell--requote-argument): New functions.
6729 (shell-completion-vars): Use them.
6730 (shell--parse-pcomplete-arguments): Rename from
6731 shell-parse-pcomplete-arguments.
6732 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
6733 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
6734 Obey comint-file-name-quote-list.
6735
6736 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6737 (smie-indent-keyword): Use it.
6738
6739 2012-05-14 Stefan Merten <smerten@oekonux.de>
6740
6741 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6742
6743 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * net/rlogin.el (rlogin-mode-map): Fix last change.
6746
6747 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
6748
6749 * mail/smtpmail.el (smtpmail-send-command): Send the command and
6750 the following \r\n using a single `process-send-string', since the
6751 Lotus SMTP server refuses to accept any commands if they are sent
6752 with two `process-send-string's (Bug#11444).
6753
6754 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * shell.el (shell-parse-pcomplete-arguments):
6757 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
6758
6759 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6760
6761 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
6762 (image-transform-scale, image-transform-right-angle-fudge): New vars.
6763 (image-transform-width, image-transform-fit-width): New functions.
6764 (image-transform-properties): Use them.
6765 (image-transform-check-size): New function.
6766 (image-toggle-display-image): Use it (for testing).
6767 (image-transform-set-rotation): Reduce angle mod 360.
6768 Delete obsolete comment.
6769
6770 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6771
6772 * image-mode.el: Fix scaling (bug#11399).
6773 (image-transform-resize): Doc fix.
6774 (image-transform-properties): Default scale is 1 and height should
6775 be an integer.
6776
6777 2012-05-13 Johan Bockgård <bojohan@gnu.org>
6778
6779 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
6780 than hard-coding `car', to fix misbehavior when moving forward.
6781
6782 2012-05-13 Chong Yidong <cyd@gnu.org>
6783
6784 * emacs-lisp/tabulated-list.el (tabulated-list-format)
6785 (tabulated-list-entries, tabulated-list-padding)
6786 (tabulated-list-sort-key): Make permanent-local.
6787
6788 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
6789 (electric-buffer-list): Put electric buffer menu
6790 command descriptions in this docstring, instead of the docstring
6791 of electric-buffer-menu-mode. Code cleanups.
6792 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
6793 Electric-buffer-menu-mode.
6794 (electric-buffer-update-highlight): Minor code cleanup.
6795
6796 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
6797
6798 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
6799 (Bug#11447)
6800
6801 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 Move define-obsolete-variable-alias before the var's definition.
6804 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
6805 * tooltip.el (tooltip-hook):
6806 * textmodes/reftex-toc.el (reftex-toc-map):
6807 * textmodes/reftex-sel.el (reftex-select-label-map)
6808 (reftex-select-bib-map):
6809 * textmodes/reftex-index.el (reftex-index-map)
6810 (reftex-index-phrases-map):
6811 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
6812 * progmodes/meta-mode.el (meta-mode-map):
6813 * novice.el (disabled-command-hook):
6814 * loadhist.el (unload-hook-features-list):
6815 * frame.el (blink-cursor):
6816 * files.el (find-file-not-found-hooks, write-file-hooks)
6817 (write-contents-hooks):
6818 * emulation/tpu-edt.el (GOLD-map):
6819 * emacs-lock.el (emacs-lock-from-exiting):
6820 * emacs-lisp/generic.el (generic-font-lock-defaults):
6821 * emacs-lisp/chart.el (chart-map):
6822 * dos-fns.el (register-name-alist):
6823 * dired-x.el (dired-omit-files-p):
6824 * desktop.el (desktop-enable):
6825 * cus-edit.el (custom-mode-hook):
6826 * buff-menu.el (buffer-menu-mode-hook):
6827 * bookmark.el (bookmark-read-annotation-text-func)
6828 (bookmark-exit-hooks):
6829 * allout.el (allout-mode-deactivate-hook)
6830 (allout-exposure-change-hook, allout-structure-added-hook)
6831 (allout-structure-deleted-hook, allout-structure-shifted-hook):
6832 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
6833 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
6834 comes before the corresponding variable's definition.
6835
6836 2012-05-12 Chong Yidong <cyd@gnu.org>
6837
6838 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
6839 (Buffer-menu-mouse-select): Restore function (Bug#11459).
6840 (Buffer-menu-mode-map): Bind it.
6841 (Buffer-menu--pretty-name): Add a mouse-face property.
6842
6843 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6844
6845 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
6846 (prolog-upper-case-string, prolog-lower-case-string)
6847 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
6848 (prolog-use-smie, prolog-smie-grammar): New vars.
6849 (prolog-smie-forward-token, prolog-smie-backward-token)
6850 (prolog-smie-rules): New funs.
6851 (prolog-comment-indent): Remove.
6852 (prolog-mode-variables): Use default comment indentation instead.
6853 Setup SMIE.
6854 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
6855 (prolog-mode): Don't call them any more.
6856 (prolog-electric-colon, prolog-electric-dash)
6857 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
6858
6859 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
6860
6861 * minibuffer.el (completion--twq-all): Again, allow case differences.
6862
6863 * term.el: Move keymap initialization code to be more idiomatic.
6864 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
6865 (term-terminal-menu): Move initialization into declaration.
6866 (term-escape-char): Let the user set it in her .emacs.
6867
6868 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
6869 Provide SMIE-based indentation (not enabled by default yet).
6870 (sh-mode-map): Don't bind electric keys.
6871 Use electric-pair-mode instead of skeleton-pair.
6872 (sh-assignment-regexp): Fit within 80 columns.
6873 (sh-indent-supported): Specify actual shell name instead of boolean.
6874 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
6875 (sh-maybe-here-document): Use it. Make obsolete.
6876 (sh-electric-here-document-mode) New minor mode.
6877 (sh-mode): Use it. Don't set sh-indent-supported-here here.
6878 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
6879 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
6880 (sh-smie-rc-grammar, sh-use-smie): New vars.
6881 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
6882 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
6883 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
6884 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
6885 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
6886 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
6887 (sh-set-shell): Use smie-setup if requested.
6888
6889 * term.el (term-set-escape-char): Properly set term-escape-char.
6890 See http://stackoverflow.com/questions/10524656.
6891
6892 2012-05-10 Chong Yidong <cyd@gnu.org>
6893
6894 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
6895 Use url-generic-parse-url, and handle host names and Windows
6896 filenames properly.
6897 (ffap-url-unwrap-remote): Use url-generic-parse-url.
6898 (ffap-url-unwrap-remote): Accept list values, specifying a list of
6899 URL schemes to work on.
6900 (ffap--toggle-read-only): New function.
6901 (ffap-read-only, ffap-read-only-other-window)
6902 (ffap-read-only-other-frame): Use it.
6903 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
6904 necessary for ffap-url-unwrap-remote.
6905
6906 2012-05-10 Dave Abrahams <dave@boostpro.com>
6907
6908 * cus-start.el (create-lockfiles): Add it.
6909
6910 2012-05-09 Chong Yidong <cyd@gnu.org>
6911
6912 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
6913 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
6914
6915 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6916
6917 * shell.el (shell-completion-vars): Fix last change (bug#11348).
6918
6919 2012-05-09 Chong Yidong <cyd@gnu.org>
6920
6921 * ansi-color.el (ansi-color-process-output): Check for validity of
6922 comint-last-output-start before using it. This avoids a bad
6923 interaction with gdb-mi's input/output buffer.
6924
6925 2012-05-09 Glenn Morris <rgm@gnu.org>
6926
6927 * files.el (dir-locals-read-from-file):
6928 Mention dir-locals in any error message.
6929
6930 2012-05-09 Chong Yidong <cyd@gnu.org>
6931
6932 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
6933 package (Bug#11410).
6934
6935 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
6936 variables into description.
6937
6938 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6939
6940 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
6941 shell-delimiter-argument-list (bug#11348).
6942 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
6943
6944 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
6945
6946 * textmodes/rst.el: Silence byte-compiler warnings.
6947 (rst-re-alist, rst-reset-section-caches): Move around.
6948 (rst-re): Use `characterp', not `char-valid-p'.
6949 (font-lock-beg, font-lock-end): Declare.
6950
6951 * progmodes/idlw-shell.el (specs): Remove reference to deleted
6952 variable `idlwave-shell-activate-alt-keybindings' and simplify.
6953
6954 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
6955
6956 2012-05-08 Glenn Morris <rgm@gnu.org>
6957
6958 * files.el (auto-mode-alist): Treat ".make" like ".mk".
6959
6960 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * vc/log-edit.el: Add GNU coding standards highlighting.
6963 (log-edit-font-lock-gnu-style)
6964 (log-edit-font-lock-gnu-keywords): New vars.
6965 (log-edit-font-lock-keywords): New fun.
6966 (log-edit-mode): Don't fold case in font-lock.
6967 (log-edit-font-lock-keywords): Do not assume case-folding.
6968
6969 * imenu.el: Misc cleanup. Make docstrings out of comments.
6970 Use lexical-binding.
6971 (imenu--index-alist, imenu--last-menubar-index-alist)
6972 (imenu-menubar-modified-tick): Use defvar-local.
6973 (imenu--split-menu): Remove unused var.
6974 (imenu--cleanup-seen): Declare as global.
6975 (imenu--cleanup): Use dolist.
6976
6977 * subr.el (defvar-local): Add debug spec and doc-string position.
6978
6979 2012-05-08 Glenn Morris <rgm@gnu.org>
6980
6981 * language/burmese.el, language/cham.el, language/czech.el:
6982 * language/english.el, language/georgian.el, language/greek.el:
6983 * language/japanese.el, language/khmer.el, language/korean.el:
6984 * language/lao.el, language/misc-lang.el, language/romanian.el:
6985 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
6986 * language/thai.el, language/utf-8-lang.el:
6987 Remove no-byte-compile setting.
6988
6989 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
6990
6991 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6992
6993 * progmodes/make-mode.el (makefile-browse):
6994 Remove unnecessary interactive. (Bug#11324)
6995
6996 2012-05-07 Glenn Morris <rgm@gnu.org>
6997
6998 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
6999
7000 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7001
7002 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * loadup.el: Preload newcomment.el.
7005 * newcomment.el: Move autoload-only code to toplevel.
7006
7007 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7008 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7009 Handle new :right-align column property.
7010 (tabulated-list-print-col): Idem, plus use `display' text-property to
7011 try and preserve alignment for variable pitch fonts.
7012
7013 2012-05-07 Chong Yidong <cyd@gnu.org>
7014
7015 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7016 (tabulated-list-use-header-line): New var.
7017 (tabulated-list-init-header): Use it.
7018 (tabulated-list-print-fake-header): New function.
7019 (tabulated-list-print): Use it.
7020 (tabulated-list-sort-button-map): Add non-header-line commands.
7021 (tabulated-list-init-header): Add column name property to basic
7022 labels as well.
7023 (tabulated-list-col-sort): Handle non-header-line button case.
7024 (tabulated-list--sort-by-column-name): Fix a corner case.
7025
7026 * buff-menu.el (list-buffers--refresh):
7027 Handle Buffer-menu-use-header-line.
7028
7029 2012-05-06 Chong Yidong <cyd@gnu.org>
7030
7031 * buff-menu.el: Convert to Tabulated List mode.
7032 (Buffer-menu-buffer+size-width): Make obsolete.
7033 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7034 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7035 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7036 documentation into docstring of buffer-menu.
7037 (Buffer-menu-toggle-files-only): Add an informative message.
7038 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7039 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7040 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7041 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7042 (Buffer-menu-execute, Buffer-menu-select)
7043 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7044 (Buffer-menu-bury): Use Tabulated List machinery.
7045 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7046 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
7047 Delete.
7048 (list-buffers--refresh): New function.
7049 (list-buffers-noselect): Use it.
7050 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7051 (Buffer-menu--pretty-file-name): New helper functions.
7052
7053 * loadup.el: Preload tabulated-list.
7054
7055 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7056 tabulated-list-sort-column.
7057 (tabulated-list-init-header): Add the initial aligning space even
7058 if tabulated-list-padding is zero.
7059
7060 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7061
7062 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7063 whose cdr is not a cons cell correctly (bug#11038).
7064
7065 2012-05-06 Chong Yidong <cyd@gnu.org>
7066
7067 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7068 Accept additional plist in column descriptors.
7069 (tabulated-list-init-header): Obey it.
7070 (tabulated-list-get-entry): New function.
7071 (tabulated-list-put-tag): Use it. Use string-width instead of
7072 length.
7073 (tabulated-list--column-number): New function.
7074 (tabulated-list-print): Use it.
7075 (tabulated-list-print-col): New function.
7076 Set `tabulated-list-column-name' property on each column's text.
7077 (tabulated-list-print-entry): Use it.
7078 (tabulated-list-delete-entry, tabulated-list-set-col):
7079 New functions.
7080 (tabulated-list-sort-column): New command (Bug#11337).
7081
7082 * buff-menu.el (list-buffers): Move C-x C-b binding from
7083 buff-menu.el to bindings.el.
7084
7085 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7086 :advertised-binding feature.
7087
7088 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7089
7090 * progmodes/compile.el (compilation-internal-error-properties):
7091 Calculate start position correctly when end-col is set but
7092 end-line is not (Bug#11382).
7093
7094 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7095
7096 * man.el (Man-unindent): Use text-property-default-nonsticky to
7097 prevent untabify from inheriting face properties (Bug#11408).
7098
7099 2012-05-05 Stefan Merten <smerten@oekonux.de>
7100
7101 * textmodes/rst.el: Major merge with upstream development up to
7102 Docutils SVN r7399 / rst.el V1.2.1.
7103
7104 Clarify maintainership and authors.
7105
7106 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7107 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7108 (rst-official-version, rst-official-cvs-rev, rst-version)
7109 (rst-package-emacs-version-alist): New functions and variables
7110 for version information.
7111
7112 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7113 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7114 (rst-mode-syntax-table, rst-mode): New and corrected functions
7115 and variables representing reStructuredText features.
7116
7117 (rst-re): New function for reStructuredText regexes. Use in
7118 many places.
7119
7120 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7121 (rst-mode-map): Rebind keys.
7122
7123 (rst-mode-lazy, rst-font-lock-keywords)
7124 (rst-font-lock-extend-region)
7125 (rst-font-lock-extend-region-internal)
7126 (rst-font-lock-extend-region-extend)
7127 (rst-font-lock-find-unindented-line-limit)
7128 (rst-font-lock-find-unindented-line-match)
7129 (rst-adornment-level, rst-font-lock-adornment-level)
7130 (rst-font-lock-adornment-match)
7131 (rst-font-lock-handle-adornment-pre-match-form)
7132 (rst-font-lock-handle-adornment-matcher): Major revision of
7133 font-locking. Integrate with other code. Use `jit-lock-mode'.
7134
7135 (rst-preferred-adornments, rst-adjust-hook)
7136 (rst-new-adornment-down, rst-preferred-bullets)
7137 (rst-preferred-bullets, rst-indent, rst-indent-width)
7138 (rst-indent-field, rst-indent-literal-normal)
7139 (rst-indent-literal-minimized, rst-indent-comment): Change,
7140 extend and improve customization.
7141
7142 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7143 (rst-normalize-cursor-position, rst-get-decoration)
7144 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7145 (rst-rstrip, rst-toc-insert-find-delete-contents)
7146 (rst-shift-fill-region, rst-compute-bullet-tabs)
7147 (rst-debug-print-tabs, rst-debug-mark-found)
7148 (rst-shift-region-guts, rst-shift-region-right)
7149 (rst-shift-region-left, rst-use-char-classes)
7150 (rst-font-lock-keywords-function)
7151 (rst-font-lock-indentation-point)
7152 (rst-font-lock-find-unindented-line-begin)
7153 (rst-font-lock-find-unindented-line-end)
7154 (rst-font-lock-find-unindented-line)
7155 (rst-font-lock-adornment-point, rst-font-lock-level)
7156 (rst-adornment-level-alist): Remove functions and variables.
7157
7158 (rst-compare-adornments, rst-get-adornment-match)
7159 (rst-suggest-new-adornment, rst-get-adornments-around)
7160 (rst-adornment-complete-p, rst-get-next-adornment)
7161 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7162 (rst-straighten-adornments): Standardize function names to
7163 use "adornment" instead of "decoration". Correct callers.
7164 Similar standardizing in many places.
7165
7166 (rst-update-section, rst-adjust, rst-promote-region)
7167 (rst-enumerate-region, rst-bullet-list-region)
7168 (rst-repeat-last-character): Correct use of `interactive'.
7169
7170 (rst-classify-adornment, rst-find-all-adornments)
7171 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7172 (rst-find-leftmost-column, rst-repeat-last-character):
7173 Refactor functions.
7174
7175 (rst-find-title-line, rst-reset-section-caches)
7176 (rst-get-adornments-around, rst-adjust-adornment-work)
7177 (rst-arabic-to-roman, rst-roman-to-arabic)
7178 (rst-insert-list-pos, rst-insert-list-new-item)
7179 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7180 New functions.
7181
7182 (rst-all-sections, rst-section-hierarchy)
7183 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7184 New variables.
7185
7186 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7187 configuration instead of only buffer. Change where necessary.
7188
7189 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7190 (rst-shift-region, rst-adaptive-fill): New functions for
7191 indentation and filling.
7192
7193 (rst-comment-line-break, rst-comment-indent)
7194 (rst-comment-insert-comment, rst-comment-region)
7195 (rst-uncomment-region): New functions for handling comments.
7196
7197 (rst-compile): Quote shell arguments.
7198
7199 (rst-compile-pdf-preview, rst-compile-slides-preview):
7200 Delete temporary files after use.
7201
7202 2012-05-05 Glenn Morris <rgm@gnu.org>
7203
7204 * calendar/cal-html.el: Optionally include holidays in the output.
7205 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7206 (cal-html-holidays): New option.
7207 (cal-html-css-default): Add holiday entry.
7208 (holiday-in-range): Autoload it.
7209 (cal-html-htmlify-entry): Add optional class argument.
7210 (cal-html-htmlify-list): Add optional holidays argument.
7211 (cal-html-insert-agenda-days): Include holidays in the output.
7212 (cal-html-one-month): Maybe include holidays.
7213
7214 * calendar/holidays.el (holiday-in-range):
7215 Move here from cal-tex-list-holidays.
7216 * calendar/cal-tex.el (cal-tex-list-holidays):
7217 Make it an obsolete alias for holiday-in-range. Update all callers.
7218
7219 2012-05-05 Chong Yidong <cyd@gnu.org>
7220
7221 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7222 Nextstep.
7223
7224 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7225
7226 * files.el (file-auto-mode-skip): New var.
7227 (set-auto-mode-1): Use it.
7228
7229 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * repeat.el: Use lexical-binding.
7232 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7233 (repeat-undo-count): Remove.
7234 (repeat):
7235 * progmodes/octave-mod.el (octave-abbrev-start):
7236 * progmodes/f90.el (f90-abbrev-start):
7237 * face-remap.el (text-scale-adjust):
7238 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7239
7240 * emacs-lisp/pcase.el (pcase--let*): New function.
7241 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7242 a bit more.
7243 (pcase--split-pred): Be more clever about ruling out overlap between
7244 a predicate and some constant pattern.
7245 (pcase--q1): Use `null' instead of (eq foo nil).
7246
7247 * subr.el (setq-local, defvar-local): New macros.
7248 (kbd): Redefine as an alias.
7249 (with-selected-window): Leave unrelated frames alone.
7250 (set-temporary-overlay-map): New function.
7251
7252 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7253
7254 * subr.el (user-error): New function.
7255 * window.el (switch-to-buffer):
7256 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7257 (smerge-match-conflict):
7258 * simple.el (previous-matching-history-element)
7259 (next-matching-history-element, goto-history-element, undo-more)
7260 (undo-start):
7261 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7262 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7263 (next-file, tags-loop-scan, list-tags, complete-tag):
7264 * progmodes/compile.el (compilation-loop):
7265 * mouse.el (mouse-minibuffer-check):
7266 * man.el (Man-bgproc-sentinel, Man-goto-page):
7267 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7268 (Info-history-forward, Info-follow-reference, Info-menu)
7269 (Info-extract-menu-item, Info-extract-menu-counting)
7270 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7271 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7272 (Info-next-reference, Info-prev-reference, Info-index)
7273 (Info-index-next, Info-follow-nearest-node)
7274 (Info-copy-current-node-name):
7275 * imenu.el (imenu--make-index-alist)
7276 (imenu-default-create-index-function, imenu-add-to-menubar):
7277 * files.el (basic-save-buffer, recover-file):
7278 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7279 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7280 (checkdoc-message-text, checkdoc-defun):
7281 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7282 * cus-edit.el (customize-changed-options, customize-rogue)
7283 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7284 (custom-variable-mark-to-reset-standard)
7285 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7286 (custom-file):
7287 * completion.el (check-completion-length):
7288 * comint.el (comint-search-arg)
7289 (comint-previous-matching-input-string-position)
7290 (comint-previous-matching-input)
7291 (comint-replace-by-expanded-history-before-point, comint-send-input)
7292 (comint-copy-old-input, comint-backward-matching-input)
7293 (comint-goto-process-mark, comint-set-process-mark):
7294 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7295 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7296
7297 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * dabbrev.el (dabbrev--ignore-case-p): New function.
7300 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7301 Use it.
7302
7303 * files.el (automount-dir-prefix): Mark as obsolete.
7304
7305 2012-05-04 Glenn Morris <rgm@gnu.org>
7306
7307 * patcomp.el, play/bruce.el: Move to obsolete/.
7308
7309 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7310
7311 Fix minor Y10k bugs.
7312 * arc-mode.el (archive-unixdate):
7313 * autoinsert.el (auto-insert-alist):
7314 * calc/calc-forms.el (math-this-year):
7315 * emacs-lisp/copyright.el (copyright-current-year)
7316 (copyright-update-year, copyright):
7317 * tar-mode.el (tar-clip-time-string):
7318 * time.el (display-time-update):
7319 Don't assume years have 4 digits.
7320
7321 2012-05-04 Chong Yidong <cyd@gnu.org>
7322
7323 * dos-w32.el (file-name-buffer-file-type-alist)
7324 (direct-print-region-use-command-dot-com):
7325 * ffap.el (ffap-menu-regexp):
7326 * find-file.el (ff-special-constructs):
7327 * follow.el (follow-debug):
7328 * forms.el (forms--debug):
7329 * iswitchb.el (iswitchb-all-frames):
7330 * ido.el (ido-all-frames):
7331 * emacs-lisp/timer.el (timer-max-repeats):
7332 * mail/feedmail.el (feedmail-mail-send-hook)
7333 (feedmail-mail-send-hook-queued):
7334 * mail/footnote.el (footnote-signature-separator):
7335 * mail/mailabbrev.el (mail-alias-separator-string)
7336 (mail-abbrev-mode-regexp):
7337 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7338 * progmodes/idlwave.el (idlwave-libinfo-file)
7339 (idlwave-default-completion-case-is-down)
7340 (idlwave-library-routines): Convert defvars to defcustoms.
7341
7342 * mail/rmail.el (rmail-decode-mime-charset):
7343 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7344 (idlwave-shell-fix-inserted-breaks)
7345 (idlwave-shell-activate-alt-keybindings)
7346 (idlwave-shell-use-breakpoint-glyph):
7347 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7348
7349 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7352
7353 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7354
7355 * progmodes/verilog-mode.el (font-lock-keywords):
7356 Fix mis-highligting auto. Reported by Craig Barner.
7357 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7358 defines from global name space. Reported by Dan Dever.
7359 (verilog-auto-reset, verilog-auto-reset-widths)
7360 (verilog-auto-tieoff): Support using unbased numbers for
7361 AUTORESET and AUTOTIEOFF.
7362 (verilog-submit-bug-report): Update variable list.
7363 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7364 parenthesis from not matching. Reported by Michael Rytting.
7365 (verilog-auto-template-lint): Fix hash error when linting modules
7366 with no used templates.
7367 (verilog-warn, verilog-warn-error)
7368 (verilog-warn-fatal): When non-interactive report multiple
7369 warnings before exiting. Suggested by Brad Dobbie.
7370 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7371 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7372 to report unused template errors. Reported by Brad Dobbie.
7373 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
7374 nets, bug438. Reported by Vns Blore.
7375 (verilog-auto-inout-module, verilog-auto-reg)
7376 (verilog-read-decls, verilog-read-sub-decls-sig)
7377 (verilog-signals-edit-wire-reg, verilog-signals-with):
7378 Fix passing of Verilog data types in ANSI input/output ports
7379 such as "output logic" into the AUTOs. Special case "wire" and
7380 "reg" for backwards compatibility presuming Verilog 2001.
7381 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7382 (verilog-preprocess): Fix replication of preprocess output.
7383 Reported by Brad Dobbie.
7384 (verilog-auto-inst-interfaced-ports):
7385 Create verilog-auto-inst-interfaced-ports, bug429.
7386 Reported by Julian Gorfajn.
7387 (verilog-after-save-font-hook)
7388 (verilog-before-save-font-hook): New variable.
7389 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7390 (verilog-save-font-mods): Wrap disabling fontification, reported
7391 by David Rogoff.
7392 (verilog-do-indent, verilog-pretty-declarations-auto)
7393 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7394 Reported by Pierre-David Pfister.
7395 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7396 of class declarations, bug292. Reported by Kevin Heilman.
7397 (verilog-read-decls): Fix 'parameter type' not appearing in
7398 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7399 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
7400 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
7401 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7402 Reported by David Kravitz.
7403
7404 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
7405
7406 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7407 assignment with tests in ifs and for loops.
7408 (verilog-extended-complete-re, verilog-complete-reg): Change so
7409 that DPI inport functions don't look like fuction declarations.
7410 (verilog-pretty-expr): Don't line up assignment
7411 operations to the test and increment in if and for loops
7412 (verilog-extended-complete-re, verilog-complete-reg): Change so
7413 that DPI inport functions don't look like fuction declarations.
7414
7415 2012-05-03 Kenichi Handa <handa@m17n.org>
7416
7417 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
7418 decoding, and show a warning message without signaling an error
7419 (Bug#11282).
7420
7421 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 * emacs-lisp/bytecomp.el
7424 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7425 since cconv.el might have introduced :fun-body, internal-make-closure,
7426 and friends for bytecomp to handle (bug#11391).
7427 * custom.el (defcustom): Avoid ((λ ..) ..).
7428
7429 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7432
7433 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
7434
7435 * notifications.el (dbus-debug):
7436 * term/linux.el (gpm-mouse-enable):
7437 * term/screen.el (xterm-register-default-colors): Declare.
7438
7439 2012-05-02 Chong Yidong <cyd@gnu.org>
7440
7441 * cus-start.el (gc-cons-percentage, exec-suffixes)
7442 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7443 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7444 (make-cursor-line-fully-visible, void-text-area-pointer)
7445 (font-list-limit): Add customization data.
7446
7447 * allout.el (allout-exposure-change-functions)
7448 (allout-structure-added-functions)
7449 (allout-structure-deleted-functions)
7450 (allout-structure-shifted-functions): Rename abnormal hooks from
7451 *-hook, and convert to defcustoms.
7452 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7453 Convert to defcustoms.
7454 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7455
7456 * allout-widgets.el: Hook callers changed.
7457
7458 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7459
7460 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7461 the yanked message in preference to the default value of
7462 buffer-file-coding-system.
7463
7464 2012-05-02 Martin Rudalics <rudalics@gmx.at>
7465
7466 * window.el (display-buffer--action-function-custom-type):
7467 Fix entry.
7468
7469 2012-05-02 Alan Mackenzie <acm@muc.de>
7470
7471 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7472
7473 2012-05-01 Glenn Morris <rgm@gnu.org>
7474
7475 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7476
7477 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7478
7479 * cus-edit.el (custom-variable-documentation): Simplify with format.
7480
7481 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7482 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * simple.el (suggest-key-bindings, execute-extended-command):
7485 Move from keyboard.c.
7486
7487 2012-05-01 Chong Yidong <cyd@gnu.org>
7488
7489 * follow.el: Eliminate advice.
7490 (set-process-filter, process-filter, sit-for): Advice deleted.
7491 (follow-mode-off-hook): Obsolete hook removed.
7492 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7493 Vars deleted.
7494 (follow-auto): Use a :set function.
7495 (follow-mode): Rewritten. Don't advise process filters.
7496 (follow-switch-to-current-buffer-all, follow-scroll-up)
7497 (follow-scroll-down): Assume follow-mode is bound.
7498 (follow-comint-scroll-to-bottom)
7499 (follow-align-compilation-windows): New functions.
7500 (follow--window-sorter): New function.
7501 (follow-all-followers): Use it to explicitly sort windows by their
7502 positions; don't make assumptions about next-window order.
7503 (follow-windows-start-end, follow-delete-other-windows-and-split)
7504 (follow-calc-win-start): Doc fix.
7505 (follow-windows-aligned-p, follow-select-if-visible): Don't call
7506 vertical-motion unnecessarily.
7507 (follow-adjust-window): New function.
7508 (follow-post-command-hook): Use it.
7509 (follow-call-set-process-filter, follow-call-process-filter)
7510 (follow-intercept-process-output, follow-tidy-process-filter-alist)
7511 (follow-stop-intercept-process-output, follow-generic-filter):
7512 Functions deleted.
7513 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
7514 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7515 New functions, replacing advice on scroll-bar-* commands.
7516 (follow-mwheel-scroll): New function (Bug#4112).
7517
7518 * comint.el (comint-adjust-point): New function.
7519 (comint-postoutput-scroll-to-bottom): Use it.
7520 Call follow-comint-scroll-to-bottom for Follow mode buffers.
7521
7522 2012-05-01 Glenn Morris <rgm@gnu.org>
7523
7524 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7525 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7526 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7527 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7528 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7529 Remove no-byte-compile setting.
7530
7531 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * minibuffer.el (completion-table-with-quoting): Fix compatibility
7534 all-completions code to not return a number in the last cdr.
7535
7536 2012-04-30 Leo Liu <sdl.web@gmail.com>
7537
7538 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7539 read-only error.
7540
7541 2012-04-29 Chong Yidong <cyd@gnu.org>
7542
7543 * follow.el (follow-calc-win-end): Rewrite to handle partial
7544 screen lines correctly (Bug#8390).
7545 (follow-avoid-tail-recenter): Minor cleanup.
7546
7547 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 Avoid the obsolete `assoc' package.
7550 * speedbar.el (speedbar-refresh): Avoid adelete.
7551 (speedbar-file-lists): Simplify and avoid aput.
7552 * man.el (Man--sections, Man--refpages): New vars, replacing
7553 Man-sections-alist and Man-refpages-alist.
7554 (Man-build-section-alist, Man-build-references-alist):
7555 Use them; avoid aput.
7556 (Man--last-section, Man--last-refpage): New vars.
7557 (Man-follow-manual-reference): Use them.
7558 Use the `default' arg of completing-read.
7559 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
7560
7561 2012-04-27 Chong Yidong <cyd@gnu.org>
7562
7563 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7564
7565 * startup.el (x-apply-session-resources): New function.
7566
7567 * term/ns-win.el (ns-initialize-window-system):
7568 * term/w32-win.el (w32-initialize-window-system):
7569 * term/x-win.el (x-initialize-window-system): Use it to properly
7570 set menu-bar-mode and other vars from X resources, even if the
7571 initial frame is not a window-system frame (Bug#2299).
7572
7573 * subr.el (read-key): Avoid running filter function when setting
7574 up temporary tool bar entries (Bug#9922).
7575
7576 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7577
7578 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7579 (Bug#11344)
7580
7581 2012-04-27 Chong Yidong <cyd@gnu.org>
7582
7583 * select.el (xselect--encode-string): New function, split from
7584 xselect-convert-to-string.
7585 (xselect-convert-to-string): Use it.
7586 (xselect-convert-to-filename, xselect-convert-to-os)
7587 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7588 returned strings are properly encoded (Bug#11315).
7589
7590 2012-04-27 Chong Yidong <cyd@gnu.org>
7591
7592 * simple.el (delete-active-region): Move to killing custom group.
7593
7594 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7595
7596 * progmodes/which-func.el (which-func-current): Quote %
7597 characters for mode-line processing.
7598
7599 2012-04-27 Chong Yidong <cyd@gnu.org>
7600
7601 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7602 reaching eob (Bug#11286).
7603
7604 2012-04-27 Eli Zaretskii <eliz@gnu.org>
7605
7606 * progmodes/gdb-mi.el (gdb-control-level): New variable.
7607 (gdb): Make it buffer-local and init to zero.
7608 (gdb-control-commands-regexp): New variable.
7609 (gdb-send): Don't wrap in "-interpreter-exec console" if
7610 gdb-control-level is positive. Increment gdb-control-level
7611 whenever the command matches gdb-control-commands-regexp, and
7612 decrement it each time the command is "end". (Bug#11279)
7613
7614 2012-04-27 Martin Rudalics <rudalics@gmx.at>
7615
7616 * window.el (adjust-window-trailing-edge, enlarge-window)
7617 (shrink-window, window-resize):
7618 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
7619 windows (Bug#11276).
7620
7621 2012-04-27 Chong Yidong <cyd@gnu.org>
7622
7623 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
7624 fix "missing prefix" warning. All callers changed.
7625
7626 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * emacs-lisp/assoc.el: Move to obsolete/.
7629
7630 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
7633
7634 * term/ns-win.el (ns-define-service):
7635 * progmodes/pascal.el (pascal-goto-defun):
7636 * progmodes/js.el (js--read-tab):
7637 * progmodes/etags.el (tags-lazy-completion-table):
7638 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
7639 * emacs-lisp/ewoc.el (ewoc--wrap):
7640 * emacs-lisp/assoc.el (aput, adelete, amake):
7641 * doc-view.el (doc-view-convert-current-doc):
7642 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
7643
7644 2012-04-26 Chong Yidong <cyd@gnu.org>
7645
7646 * image.el (image-type-from-buffer): Only return supported image
7647 type (Bug#9045).
7648
7649 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
7650 value, for symmetry with diff-end-of-hunk.
7651 (diff-split-hunk, diff-find-source-location)
7652 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
7653 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
7654 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
7655 compute the relevant hunk or file properly (Bug#6005).
7656 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
7657
7658 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7659
7660 * vc/vc-mtn.el:
7661 * vc/vc-hg.el:
7662 * vc/vc-git.el:
7663 * vc/vc-dir.el:
7664 * vc/vc-cvs.el:
7665 * vc/vc-bzr.el:
7666 * vc/vc-arch.el:
7667 * vc/vc.el: Replace lexical-let by lexical-binding.
7668 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
7669 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
7670 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
7671
7672 2012-04-26 Chong Yidong <cyd@gnu.org>
7673
7674 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7675 (diff-mode-shared-map): Bind it to / and [remap undo].
7676
7677 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
7678 (ediff-window-setup-function): Use it as the default, to set up
7679 windows based on whether the current frame is graphical (Bug#2138).
7680 (ediff-choose-window-setup-function-automatically): Make obsolete.
7681
7682 * vc/ediff-init.el: Always define ediff-pixel-width/height.
7683
7684 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * ffap.el: Remove old code for obsolete package.
7687 (ffap-complete-as-file-p): Remove.
7688
7689 Use completion-table-with-quoting for comint and pcomplete.
7690 * comint.el (comint--unquote&requote-argument)
7691 (comint--unquote-argument, comint--requote-argument): New functions.
7692 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
7693 (comint-quote-filename): Use regexp-opt-charset.
7694 (comint--common-suffix, comint--common-quoted-suffix)
7695 (comint--table-subvert): Remove.
7696 (comint-unquote-function, comint-requote-function): New vars.
7697 (comint--complete-file-name-data): Use them with
7698 completion-table-with-quoting.
7699 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
7700 * pcomplete.el (pcomplete-arg-quote-list)
7701 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
7702 (pcomplete-unquote-argument-function): Default to non-nil.
7703 (pcomplete-unquote-argument): Simplify.
7704 (pcomplete--common-quoted-suffix): Remove.
7705 (pcomplete-requote-argument-function): New var.
7706 (pcomplete--common-suffix): New function.
7707 (pcomplete-completions-at-point): Use completion-table-with-quoting
7708 and completion-table-subvert.
7709
7710 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
7711 (minibuffer--double-dollars): Preserve properties.
7712 (completion--sifn-requote): New function.
7713 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
7714
7715 * minibuffer.el: Add support for completion of quoted/escaped data.
7716 (completion-table-with-quoting, completion-table-subvert): New funs.
7717 (completion--twq-try, completion--twq-all): New functions.
7718 (completion--nth-completion): New function.
7719 (completion-try-completion, completion-all-completions): Use it.
7720
7721 2012-04-25 Leo Liu <sdl.web@gmail.com>
7722
7723 * progmodes/python.el (python-pdbtrack-get-source-buffer):
7724 Use compilation-message if available to find real filename.
7725
7726 2012-04-25 Chong Yidong <cyd@gnu.org>
7727
7728 * vc/diff-mode.el (diff-setup-whitespace): New function.
7729 (diff-mode): Use it.
7730
7731 * vc/diff.el (diff-sentinel):
7732 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
7733 Whitespace mode variables based on diff style (Bug#8612).
7734
7735 2012-04-25 Leo Liu <sdl.web@gmail.com>
7736
7737 * progmodes/python.el (python-send-region): Add suffix .py to the
7738 temp file.
7739
7740 * files.el (auto-mode-alist): Use javascript-mode instead.
7741
7742 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
7743
7744 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
7745
7746 * net/soap-client.el (soap-resolve-references-for-sequence-type)
7747 (soap-resolve-references-for-array-type): Hack to prevent self
7748 references, see Bug#9.
7749 (soap-parse-envelope): Report the contents of the 'detail' node
7750 when receiving a fault reply.
7751 (soap-parse-envelope): Report the contents of the entire 'detail' node.
7752
7753 * net/soap-inspect.el (soap-sample-value-for-simple-type)
7754 (soap-inspect-simple-type): New function.
7755
7756 * net/soap-client.el (soap-simple-type): New struct.
7757 (soap-default-xsd-types, soap-default-soapenc-types)
7758 (soap-decode-basic-type, soap-encode-basic-type):
7759 support unsignedInt and double basic types.
7760 (soap-resolve-references-for-simple-type)
7761 (soap-parse-simple-type, soap-encode-simple-type): New function.
7762 (soap-parse-schema): Parse xsd:simpleType declarations.
7763
7764 * net/soap-client.el (soap-default-xsd-types)
7765 (soap-default-soapenc-types): Add integer, byte and anyURI types.
7766 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
7767 the local name of "soapenc:Array".
7768 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
7769 decoding integer, byte and anyURI xsd types.
7770
7771 2012-04-25 Chong Yidong <cyd@gnu.org>
7772
7773 * cus-edit.el (custom-buffer-create-internal): Update header text.
7774
7775 2012-04-25 Eli Zaretskii <eliz@gnu.org>
7776
7777 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
7778 settings on 'system-type', not on 'window-system'. On MS-Windows,
7779 set interactive-mode on in GDB.
7780
7781 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
7784 (ruby-syntax-propertize-regexp): Remove.
7785 (ruby-syntax-propertize-function): Split regexp into chunks.
7786 Match following code directly.
7787
7788 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
7789
7790 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
7791 (ruby-syntax-propertize-regexp): New function.
7792 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
7793 by a special keyword.
7794
7795 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
7796 (ruby-syntax-general-delimiters-goto-beg)
7797 (ruby-syntax-propertize-general-delimiters): New functions.
7798 (ruby-syntax-propertize-function): Use them to handle GDL.
7799 (ruby-font-lock-keywords): Move old handling of GDL...
7800 (ruby-font-lock-syntactic-keywords): .. to here.
7801 (ruby-calculate-indent): Adjust indentation for GDL.
7802
7803 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
7804
7805 * notifications.el (top): Remove unneeded declarations.
7806 (notifications-specification-version): Change to "1.2".
7807 (notifications-interface, notifications-notify-method)
7808 (notifications-close-notification-method): Fix docstring.
7809 (notifications-get-capabilities-method): New defconst.
7810 (notifications-notify): Add :action-items, :resident and
7811 :transient hints. Change "image_data" to "image-data" and
7812 "image_path" to "image-path".
7813 (notifications-get-capabilities): New defun.
7814
7815 2012-04-24 Leo Liu <sdl.web@gmail.com>
7816
7817 * progmodes/python.el: Move hideshow setup to the end.
7818
7819 2012-04-24 Martin Rudalics <rudalics@gmx.at>
7820
7821 * window.el (handle-select-window): Clear echo area since this is
7822 no more done by read_char (Bug#11304).
7823
7824 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
7827 and `/ M' to filter-derived-mode.
7828 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
7829 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7830 (ibuffer-mark-by-mode): Use default rather than initial-input.
7831 (ibuffer-filter-by-derived-mode): Autoload and require-match.
7832
7833 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
7834
7835 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
7836 (ibuffer-filter-by-derived-mode): New filter.
7837 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
7838
7839 2012-04-23 Andreas Politz <politza@fh-trier.de>
7840
7841 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
7842
7843 2012-04-23 Chong Yidong <cyd@gnu.org>
7844
7845 * cus-edit.el (customize-apropos, customize-apropos-options):
7846 Disable matching of non-option variables (Bug#11176).
7847 (customize-option, customize-option-other-window)
7848 (customize-changed-options): Doc fix.
7849 (customize-apropos-options, customize-apropos-faces)
7850 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
7851
7852 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
7853 Fix word list splitting (Bug#11132).
7854 (apropos-symbol, apropos-keybinding, apropos-label)
7855 (apropos-property, apropos-function-button)
7856 (apropos-variable-button, apropos-misc-button): New faces.
7857 (apropos-symbol-face, apropos-keybinding-face)
7858 (apropos-label-face, apropos-property-face, apropos-match-face):
7859 Variables removed (Bug#8396).
7860 (apropos-library-button, apropos-format-plist, apropos-print)
7861 (apropos-print-doc, apropos-describe-plist): Callers changed.
7862
7863 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
7864
7865 * net/xesam.el (xesam-mode-map): Use let-bound map in
7866 initialization. (Bug#11292)
7867
7868 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7869
7870 Preserve ispell session localwords when switching back to
7871 original buffer.
7872
7873 * textmodes/ispell.el (ispell-buffer-session-localwords):
7874 New buffer-local variable to hold buffer session localwords.
7875 (ispell-kill-ispell): Add option 'clear to delete session
7876 localwords.
7877 (ispell-command-loop, ispell-change-dictionary)
7878 (ispell-buffer-local-words): Preserve session localwords when
7879 needed.
7880
7881 * textmodes/flyspell.el (flyspell-process-localwords)
7882 (flyspell-do-correct): Preserve session localwords when needed.
7883
7884 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7885
7886 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
7887 using obsolete `translation-table-for-input'.
7888 (ispell-word, ispell-process-line, ispell-complete-word):
7889 Use plain `insert' instead of removed `ispell-insert-word'.
7890
7891 2012-04-22 Chong Yidong <cyd@gnu.org>
7892
7893 * cus-edit.el (custom-variable-menu)
7894 (custom-variable-reset-saved, custom-face-menu)
7895 (custom-face-reset-saved): If there is no saved value, make the
7896 "reset-saved" operation bring back the default (Bug#9509).
7897 (custom-face-state): Properly detect themed faces.
7898
7899 * faces.el (face-spec-set): Stop supporting deprecated form of
7900 third arg.
7901
7902 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
7903
7904 Move functions from C to Lisp. Make non-blocking method calls
7905 the default. Implement further D-Bus standard interfaces.
7906
7907 * net/dbus.el (dbus-message-internal): Declare function.
7908 Remove unneeded function declarations.
7909 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
7910 (dbus-message-type-method-return, dbus-message-type-error)
7911 (dbus-message-type-signal): Declare variables. Remove local
7912 definitions.
7913 (dbus-interface-dbus, dbus-interface-peer)
7914 (dbus-interface-introspectable, dbus-interface-properties)
7915 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
7916 Adapt docstring.
7917 (dbus-interface-objectmanager): New defconst.
7918 (dbus-call-method, dbus-call-method-asynchronously)
7919 (dbus-send-signal, dbus-method-return-internal)
7920 (dbus-method-error-internal, dbus-register-service)
7921 (dbus-register-signal, dbus-register-method): New defuns, moved
7922 from dbusbind.c
7923 (dbus-call-method-handler, dbus-setenv)
7924 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
7925 New defuns.
7926 (dbus-call-method-non-blocking): Make it an obsolete function.
7927 (dbus-unregister-object, dbus-unregister-service)
7928 (dbus-handle-event, dbus-register-property)
7929 (dbus-property-handler): Obey the new structure of
7930 `bus-registered-objects'.
7931 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
7932 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7933 Use `dbus-call-method'.
7934
7935 2012-04-22 Chong Yidong <cyd@gnu.org>
7936
7937 * cus-edit.el (custom-commands, custom-reset-menu)
7938 (Custom-reset-standard): Tweak labels.
7939 (custom-reset-button-menu): Change default to t.
7940 (custom-buffer-create-internal): For the custom-reset-button-menu
7941 case, put the revert button first.
7942 (custom-group-subtitle): New face.
7943 (custom-group-value-create): Align docstring to a specific column.
7944
7945 * wid-edit.el (widget-documentation-link-add): Don't handle
7946 indentation in this function.
7947 (widget-documentation-string-indent-to): New function.
7948 (widget-documentation-string-value-create): Use it.
7949
7950 * autorevert.el (auto-revert):
7951 * epg-config.el (epg):
7952 * ibuffer.el (ibuffer):
7953 * mpc.el (mpc):
7954 * ses.el (ses):
7955 * eshell/eshell.el (eshell):
7956 * net/ange-ftp.el (ange-ftp):
7957 * progmodes/ebnf2ps.el (postscript):
7958 * progmodes/flymake.el (flymake):
7959 * progmodes/prolog.el (prolog):
7960 * progmodes/verilog-mode.el (verilog-mode):
7961 * progmodes/which-func.el (which-func):
7962 * term/xterm.el (xterm):
7963 * textmodes/picture.el (picture):
7964 * textmodes/tildify.el (tildify):
7965 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
7966 customization buffers.
7967
7968 2012-04-22 Alan Mackenzie <acm@muc.de>
7969
7970 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7971 Adding a ) can hide the resulting (..) from searches. Fix it.
7972 Bound the backward search to the position of the existing (.
7973
7974 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
7975
7976 * progmodes/verilog-mode.el (verilog-mode): Check whether
7977 which-func-modes is t before adding verilog-mode.
7978 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7979
7980 2012-04-21 Leo Liu <sdl.web@gmail.com>
7981
7982 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
7983
7984 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
7985
7986 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
7987 filling of the last column of a table (Bug#5635).
7988 (woman-find-next-control-line): New arg, specifying an additional
7989 regexp component for the control line.
7990 (woman2-roff-buffer): Use it.
7991 (woman-break-table): New function.
7992 (woman2-TS): Use it.
7993
7994 2012-04-21 Chong Yidong <cyd@gnu.org>
7995
7996 * woman.el (woman-set-buffer-display-table, woman-decode-region)
7997 (woman-horizontal-escapes, woman-negative-vertical-space)
7998 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
7999 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8000
8001 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * minibuffer.el (completion-file-name-table): Complete user names.
8004
8005 2012-04-20 Leo Liu <sdl.web@gmail.com>
8006
8007 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8008 and pcase-let*.
8009
8010 2012-04-20 Chong Yidong <cyd@gnu.org>
8011
8012 * server.el (server-execute): Respect initial-buffer-choice if it
8013 is a string and there are no files to open (Bug#2825).
8014 (server-create-window-system-frame, server-create-tty-frame):
8015 Don't switch buffers here.
8016 (server-process-filter): Only try to open a window system frame if
8017 compiled with graphical support (Bug#8314).
8018
8019 2012-04-20 Dan Nicolaescu <dann@gnu.org>
8020
8021 * battery.el (battery-echo-area-format): Display remaining time
8022 for sysfs backend too (Bug#11269).
8023 (battery-linux-sysfs): Fix conditional for the charge.
8024
8025 2012-04-20 Chong Yidong <cyd@gnu.org>
8026
8027 * progmodes/gdb-mi.el (gdb): Revert previous change.
8028 (gdb-inferior-io--init-proc): New function.
8029 (gdb-init-1): Use it.
8030 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8031 responsible for allocating a new pty and hooking it to gdb when
8032 the old pty gets an EIO due to process exit.
8033 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8034 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8035 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8036
8037 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8038
8039 * window.el (window-min-size, window-sizable, window-min-delta)
8040 (window-max-delta, window--resizable, window-resizable)
8041 (window-total-size, window-full-height-p, window-full-width-p)
8042 (window-in-direction, window--resize-mini-window, window-resize)
8043 (window--resize-child-windows-normal)
8044 (window--resize-child-windows, window--resize-siblings)
8045 (window--resize-this-window, adjust-window-trailing-edge)
8046 (enlarge-window, shrink-window): Doc fixes.
8047
8048 2012-04-20 Chong Yidong <cyd@gnu.org>
8049
8050 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8051 New function to call delete-process on the gdb-inferior buffer's pty.
8052 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8053 pty process (Bug#11273).
8054 (gdb-update): New arg to suppress talking to the gdb process.
8055 (gdb-done-or-error): Use it.
8056 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8057 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8058 sentinel not being called.
8059
8060 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8061
8062 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8063
8064 2012-04-20 Glenn Morris <rgm@gnu.org>
8065
8066 * net/network-stream.el (open-network-stream): Doc fix.
8067
8068 2012-04-20 Chong Yidong <cyd@gnu.org>
8069
8070 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8071
8072 2012-04-20 Alan Mackenzie <acm@muc.de>
8073
8074 Ensure searching for keywords is case sensitive.
8075
8076 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8077 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8078 (c-defun-name, c-mark-function, c-cpp-define-name)
8079 (c-comment-indent, c-scan-conditionals, c-indent-defun)
8080 (c-context-line-break): Bind case-fold-search to nil.
8081
8082 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8083 Bind case-fold-search to nil.
8084
8085 2012-04-20 Chong Yidong <cyd@gnu.org>
8086
8087 * mail/sendmail.el (mail-bury): Call return action with the right
8088 Rmail buffer (Bug#11242).
8089
8090 * server.el (server-process-filter): Handle corner case where both
8091 tty and nowait options are present (Bug#11102).
8092
8093 2012-04-20 Eli Zaretskii <eliz@gnu.org>
8094
8095 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
8096 (top level): Put into the executable the ident-style '$Id:' tag on
8097 windows-nt as well.
8098
8099 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * electric.el (electric-indent-post-self-insert-function): Check that
8102 electric-indent-mode is enabled in current buffer.
8103
8104 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8105
8106 * imenu.el (imenu-progress-message): Restore; it is "used" in
8107 erc/erc-imenu.el and net/snmp-mode.el.
8108
8109 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8110
8111 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8112 (mouse-avoidance-nudge-mouse): Remove unused binding.
8113
8114 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8115
8116 * descr-text.el (describe-char):
8117 * progmodes/python.el (python-describe-symbol):
8118 Don't call `toggle-read-only', set `buffer-read-only'.
8119
8120 * imenu.el (imenu-default-goto-function): Mark unused args.
8121 (imenu-progress-message): Remove obsolete macro; all callers changed.
8122
8123 * subr.el (keymap-canonicalize): Remove unused binding.
8124 (read-passwd): Mark unused arg.
8125
8126 * tutorial.el (tutorial--display-changes): Remove unused binding.
8127 (tutorial--save-tutorial-to): Remove unused variable.
8128
8129 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8130 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8131 (package-generate-autoloads, package-menu--generate)
8132 (package-menu--find-upgrades): Remove unused bindings.
8133
8134 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8135 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8136 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8137 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8138 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8139 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8140 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8141 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8142 (cua-delete-char-rectangle): Mark unused args.
8143 (cua-align-rectangle): Remove unused binding.
8144
8145 * mail/rmail.el (compilation--message->loc)
8146 (epa--find-coding-system-for-mime-charset): Declare.
8147
8148 * net/dbus.el (dbus-register-service): Declare.
8149 (dbus-name-owner-changed-handler): Remove unused binding.
8150
8151 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8152 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8153 (nxml-scan-backward-within): Mark unused arg.
8154 (nxml-dynamic-markup-word): Remove unused binding.
8155
8156 * mouse.el (mouse-menu-major-mode-map):
8157 * emacs-lisp/authors.el (authors-scan-change-log)
8158 (authors-add-to-author-list):
8159 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8160 * emacs-lisp/smie.el (smie-auto-fill):
8161 * mail/sendmail.el (mail-bury):
8162 * mail/unrmail.el (unrmail):
8163 * net/tls.el (open-tls-stream):
8164 * textmodes/picture.el (picture-mouse-set-point):
8165 Remove unused bindings.
8166
8167 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8168
8169 * net/tramp.el (tramp-action-password): Let-bind
8170 `enable-recursive-minibuffers' to t.
8171
8172 2012-04-18 Sam Steingold <sds@gnu.org>
8173
8174 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8175 instead of 'string to accommodate values like [f11].
8176 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8177 * progmodes/gdb-mi.el: Likewise.
8178
8179 2012-04-18 Leo Liu <sdl.web@gmail.com>
8180
8181 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8182 current buffer.
8183 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8184 LOCAL is nil.
8185
8186 2012-04-18 Chong Yidong <cyd@gnu.org>
8187
8188 * simple.el (line-move): Use forward-line if in batch mode
8189 (Bug#11053).
8190
8191 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8192
8193 * files.el (after-find-file): Do not try to add a final newline if
8194 the buffer is read-only (Bug#11156).
8195
8196 2012-04-17 Richard Stallman <rms@gnu.org>
8197
8198 * mail/rmail.el (rmail-start-mail):
8199 Pass (rmail-mail-return...) for the return-action.
8200 Pass (rmail-yank-current-message...) for the yank-action.
8201 (rmail-yank-current-message): New function.
8202 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8203 (rmail-reply): Likewise.
8204 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8205
8206 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8207 buffer, not the last. Reject temp buffers. Use the rmail-mode
8208 buffer, not newbuf.
8209
8210 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8211
8212 * server.el (server-ensure-safe-dir): Simplify.
8213
8214 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * emacs-lisp/smie.el: Provide smarter auto-filling.
8217 (smie-auto-fill): New function.
8218 (smie-setup): Use it.
8219
8220 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8221
8222 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8223
8224 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8225 (comment-indent): Use it.
8226
8227 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
8228
8229 * ses.el: The overall change is to add cell renaming, that is
8230 setting fancy names for cell symbols other than name matching
8231 "\\`[A-Z]+[0-9]+\\'" regexp .
8232 (ses-localvars): Add ses--renamed-cell-symb-list.
8233 (ses-create-cell-variable): New defun.
8234 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8235 (ses-relocate-formula): Relocate formulas only for cells the
8236 symbols of which are not renamed, i.e. symbols whose names do not
8237 match regexp "\\`[A-Z]+[0-9]+\\'".
8238 (ses-relocate-all): Relocate values only for cells the symbols of
8239 which are not renamed.
8240 (ses-load): Create cells variables as the (ses-cell ...) are read,
8241 in order to check row col consistency with cell symbol name only
8242 for cells that are not renamed.
8243 (ses-replace-name-in-formula): New defun.
8244 (ses-rename-cell): New defun.
8245
8246 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8247
8248 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8249 New option (bug#11118).
8250 (perl-calculate-indent): Respect it.
8251
8252 2012-04-17 Glenn Morris <rgm@gnu.org>
8253
8254 * dired-aux.el (dired-mark-read-string): Doc fix.
8255
8256 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8257
8258 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8259 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8260
8261 2012-04-17 Glenn Morris <rgm@gnu.org>
8262
8263 * mouse.el (mouse-drag-track):
8264 * speedbar.el (speedbar-frame-mode):
8265 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8266
8267 2012-04-16 Leo Liu <sdl.web@gmail.com>
8268
8269 * progmodes/python.el: Trivial cleanup.
8270
8271 2012-04-16 Glenn Morris <rgm@gnu.org>
8272
8273 * vc/vc.el (vc-string-prefix-p):
8274 * vc/pcvs-util.el (cvs-string-prefix-p):
8275 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8276 * mpc.el (mpc-string-prefix-p):
8277 Make all of these into obsolete aliases for string-prefix-p.
8278 Update callers.
8279 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8280
8281 * textmodes/two-column.el: Move custom options to the start.
8282 (frame-width): Remove compat definition.
8283 (2C-associate-buffer, 2C-dissociate):
8284 Use with-current-buffer rather than save-excursion.
8285 (2C-dissociate): Force a mode-line update.
8286 (2C-autoscroll): Use ignore-errors.
8287
8288 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8289 Autoload trivia.
8290
8291 * emacs-lisp/cl-extra.el (*random-state*):
8292 Remove unnecessary declaration.
8293
8294 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8295
8296 * play/cookie1.el (cookie-snarf):
8297 Give an explicit error if input file cannot be read.
8298
8299 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8300
8301 * progmodes/perl-mode.el (c-macro-expand):
8302 Remove unnecessary autoload (it is in loaddefs.el).
8303
8304 * textmodes/picture.el (picture-desired-column)
8305 (picture-update-desired-column): Convert comments to doc-strings.
8306 (picture-substitute): Remove function.
8307 (picture-mode-map): Initialize in the defvar.
8308
8309 * woman.el: Remove eval-after-load for tar-mode.
8310 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8311 (woman-tar-extract-file): Autoload it.
8312
8313 * frame.el (automatic-hscrolling): Make this alias obsolete.
8314
8315 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8316
8317 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8318 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8319 (ispell-dictionary-base-alist): Revert to original XEmacs
8320 friendly version for default. [:alpha:] will be added in
8321 `ispell-set-spellchecker-params' if needed.
8322
8323 2012-04-16 Chong Yidong <cyd@gnu.org>
8324
8325 * image.el (imagemagick--file-regexp): New variable.
8326 (imagemagick-register-types): Use it.
8327 (imagemagick-types-inhibit): Add :set function. Allow new value
8328 of t to inhibit all types.
8329
8330 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8331 so we can preload it.
8332
8333 * loadup.el (fboundp): Preload regexp-opt, needed by
8334 imagemagick-register-types.
8335
8336 2012-04-15 Chong Yidong <cyd@gnu.org>
8337
8338 * frame.el (scrolling): Remove nearly unused customization group.
8339
8340 * scroll-all.el (scroll-all-mode): Move to windows group.
8341
8342 2012-04-15 Chong Yidong <cyd@gnu.org>
8343
8344 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8345
8346 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 Avoid the use of ((lambda ...) ...) in lexical-binding code.
8349 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8350
8351 2012-04-15 Glenn Morris <rgm@gnu.org>
8352
8353 * simple.el (process-file-side-effects): Doc fix.
8354
8355 2012-04-15 Glenn Morris <rgm@gnu.org>
8356
8357 * international/mule-cmds.el (set-language-environment): Doc fix.
8358
8359 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8360
8361 * server.el (server-auth-key, server-generate-key): Doc fixes.
8362 (server-get-auth-key): Doc fix. Use `string-match-p'.
8363 (server-start): Reflow docstring.
8364
8365 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8366
8367 * server.el (server-generate-key): `called-interactively-p'
8368 requires a parameter.
8369
8370 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
8371
8372 * server.el (server-auth-key): New variable.
8373 (server-generate-key, server-get-auth-key): New function.
8374 (server-start): Use the new variable and functions to allow
8375 setting a permanent server key (bug#9423).
8376
8377 2012-04-14 Leo Liu <sdl.web@gmail.com>
8378
8379 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8380
8381 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8382
8383 Spelling fixes.
8384 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8385 Emacs uses American spelling.
8386
8387 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8388
8389 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8390 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8391 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8392 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8393
8394 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * progmodes/which-func.el (which-func-modes): Change default.
8397
8398 2012-04-14 Kim F. Storm <storm@cua.dk>
8399
8400 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8401 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8402
8403 2012-04-14 Chong Yidong <cyd@gnu.org>
8404
8405 * custom.el (custom-theme-set-variables): Doc fix.
8406
8407 2012-04-14 Glenn Morris <rgm@gnu.org>
8408
8409 * international/mule.el (set-auto-coding-for-load): Doc fix.
8410
8411 2012-04-14 Alan Mackenzie <acm@muc.de>
8412
8413 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8414 imenu work again for Objective C Mode. Correct the *-index values,
8415 these having been disturbed by a previous change in 2011-08.
8416
8417 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8418 Correct two search limits.
8419
8420 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8423
8424 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
8425
8426 * international/characters.el: Fix sorting.
8427
8428 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8429
8430 * international/characters.el: Add more missing Latin case pairs.
8431
8432 2012-04-14 Glenn Morris <rgm@gnu.org>
8433
8434 * files.el (dir-locals-set-class-variables): Doc fix.
8435
8436 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8437
8438 * international/characters.el: Add set-case-syntax-pair call for
8439 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8440 counterpart. (Bug#11209)
8441
8442 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8443
8444 2012-04-14 Glenn Morris <rgm@gnu.org>
8445
8446 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8447
8448 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8449
8450 * textmodes/ispell.el (ispell-dictionary-base-alist):
8451 Add data for Hebrew.
8452
8453 2012-04-14 Chong Yidong <cyd@gnu.org>
8454
8455 * net/rcirc.el (rcirc-cmd-quit):
8456 Revert 2012-03-18 change (Bug#11192).
8457
8458 2012-04-14 Glenn Morris <rgm@gnu.org>
8459
8460 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8461
8462 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8463
8464 * minibuffer.el (completion-in-region-mode-map):
8465 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
8466
8467 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8468
8469 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8470
8471 2012-04-13 Masatake YAMATO <yamato@redhat.com>
8472
8473 * minibuffer.el (minibuffer-local-filename-syntax): New variable
8474 to allow `C-M-f' and `C-M-b' to move to the nearest path
8475 separator (bug#9511).
8476
8477 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
8478
8479 * avoid.el: Require cl when compiling. And also move the
8480 `provide' to the end.
8481
8482 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8483
8484 * avoid.el (mouse-avoidance-banish-position): New variable.
8485 (mouse-avoidance-banish-destination): Use it (bug#10165).
8486
8487 2012-04-13 Leo Liu <sdl.web@gmail.com>
8488
8489 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8490
8491 2012-04-13 Ken Brown <kbrown@cornell.edu>
8492
8493 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
8494 this is no longer needed now that cygstart understands file:// URLs.
8495 (browse-url-filename-alist): For the same reason, don't modify
8496 file:// URLs on Cygwin.
8497
8498 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8501 the region on shift if the binding is already shifted (bug#11221).
8502
8503 2012-04-12 Glenn Morris <rgm@gnu.org>
8504
8505 * mail/mailpost.el: Move to obsolete/.
8506
8507 2012-04-12 Drew Adams <drew.adams@oracle.com>
8508
8509 * imenu.el (imenu--generic-function): Ignore invisible definitions
8510 (bug#10123).
8511
8512 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
8513
8514 * hexl.el (hexl-bits): New variable.
8515 (hexl-options): Mention the variable in the doc string.
8516 (hexl-rulerise, hexl-line-displen): New functions.
8517 (hexl-mode): Mention the new variable.
8518 (hexl-mode, hexl-current-address, hexl-current-address):
8519 Use the displen.
8520 (hexl-ascii-start-column): New function.
8521 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8522 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8523
8524 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8525
8526 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8527 '("-i" ENCODING), in 2 separate command-line arguments, to specify
8528 the encoding, as expected by hunspell.
8529
8530 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * battery.el (battery--linux-sysfs-regexp): New const.
8533 (battery-status-function): Use it. Remove yeeloong special case.
8534 (battery-yeeloong-sysfs): Remove.
8535 (battery-echo-area-format): Remove yeeloong special case.
8536
8537 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8538
8539 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8540 Reported by Noah Friedman.
8541
8542 * subr.el (read-passwd): Use read-string.
8543
8544 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8545
8546 * vcursor.el (vcursor-move): Increase the priority of the overlay
8547 (bug#9663).
8548
8549 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8550
8551 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8552 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8553
8554 2012-04-11 William Stevenson <yhvh2000@gmail.com>
8555
8556 * textmodes/artist.el (artist-mode): Convert artist-mode to use
8557 define-minor-mode (bug#10760).
8558
8559 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8560
8561 * progmodes/grep.el (rgrep): Tweak the find command line so
8562 that directories matching `grep-find-ignored-files' won't be
8563 pruned (bug#10351).
8564
8565 2012-04-11 Chong Yidong <cyd@gnu.org>
8566
8567 * startup.el (command-line): Remove support for long-obsolete
8568 variable font-lock-face-attributes.
8569
8570 2012-04-11 Glenn Morris <rgm@gnu.org>
8571
8572 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8573
8574 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * window.el (window--state-get-1): Obey window-point-insertion-type.
8577
8578 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
8579
8580 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8581 to previous function when point is on the first character of a
8582 function. Take care of that in `narrow-to-defun' (bug#6157).
8583
8584 2012-04-11 Glenn Morris <rgm@gnu.org>
8585
8586 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8587 not just file-errors.
8588
8589 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8590 (vc-bzr-sha1): Use internal sha1.
8591
8592 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8593
8594 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8595
8596 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
8597
8598 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
8599 that start in the middle of the line (bug#10496).
8600
8601 2012-04-10 Dan Nicolaescu <dann@gnu.org>
8602
8603 * battery.el (battery-linux-proc-acpi): Only one battery is
8604 discharged at a time, but that seems to confuse battery.el when
8605 computing `rate-type' for the battery not being discharged
8606 (bug#10332).
8607
8608 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8611
8612 * international/quail.el: Use dolist and simplify.
8613 (quail-define-package, quail-update-keyboard-layout)
8614 (quail-define-rules): Use dolist.
8615 (quail-insert-kbd-layout, quail-get-translation): CSE.
8616
8617 * tmm.el: Use dolist, remove left over hook.
8618 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
8619 Use dolist.
8620 (calendar-load-hook): Don't mess with it.
8621
8622 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8623 Use derived-mode-p. Run the diff asynchronously.
8624
8625 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8626
8627 * obsolete/mouse-sel.el: Add an Obsolete-since header.
8628
8629 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
8630
8631 * misc.el: Display absolute path of loaded DLLs (bug#10424).
8632 (list-dynamic-libraries--loaded): New function.
8633 (list-dynamic-libraries--refresh): Use it.
8634
8635 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
8636
8637 * progmodes/python.el (python-fill-paragraph):
8638 Make python-fill-region in a multiline string work when font-lock is
8639 disabled (bug#7018).
8640
8641 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
8642
8643 * language/european.el (cp775): Add oem/legacy (en)coding on
8644 DOS/MS Windows for the Baltic languages. There are still plenty
8645 of texts written in this encoding/codepage (bug#6519).
8646
8647 2012-04-10 Glenn Morris <rgm@gnu.org>
8648
8649 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
8650 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
8651
8652 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
8653
8654 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
8655 next-line "n" and previous-line "p" in order to make recentf more
8656 consistent with ibuffer, dired or org-mode (bug#9387).
8657
8658 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8659
8660 * image.el (put-image): Return the overlay created instead of the
8661 optional input string (bug#7834). Note that this may break code
8662 that is (for some reason or other) depending on `put-image'
8663 returning the string.
8664
8665 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8666
8667 * simple.el (zap-to-char): Allow zapping using input methods
8668 (bug#1580).
8669
8670 * textmodes/fill.el (fill-region): Leave point and mark where they
8671 were before filling (bug#5399).
8672
8673 2012-04-09 Glenn Morris <rgm@gnu.org>
8674
8675 * version.el (emacs-bzr-get-version):
8676 Handle lightweight checkouts of local branches.
8677
8678 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
8679
8680 * international/characters.el: Recover lost case pairs. (Bug#11209)
8681
8682 2012-04-09 Chong Yidong <cyd@gnu.org>
8683
8684 * custom.el (custom-variable-p): Return nil for non-symbol
8685 arguments instead of signaling an error.
8686 (user-variable-p): Obsolete alias for custom-variable-p.
8687
8688 * apropos.el (apropos-variable):
8689 * files-x.el (read-file-local-variable):
8690 * simple.el (set-variable):
8691 * woman.el (woman-mini-help):
8692 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
8693
8694 2012-04-09 Glenn Morris <rgm@gnu.org>
8695
8696 * startup.el (normal-top-level): Don't look for leim-list.el
8697 in places where it will not be found. (Bug#910)
8698
8699 * international/mule-cmds.el (set-default-coding-systems):
8700 * files.el (normal-mode):
8701 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
8702 This function was removed with ucs-tables.el in 2008.
8703
8704 2012-04-08 Eli Zaretskii <eliz@gnu.org>
8705
8706 * textmodes/ispell.el (ispell-check-version): For hunspell, set
8707 ispell-encoding8-command to "-i", without a trailing space.
8708 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
8709 separate command-line arguments, to specify the encoding, since
8710 that's how hunspell expects it.
8711
8712 2012-04-08 Glenn Morris <rgm@gnu.org>
8713
8714 * loadup.el: Load bindings before cus-start.
8715 This reduces somewhat the number of "rogue" settings in emacs -Q.
8716
8717 2012-04-07 Glenn Morris <rgm@gnu.org>
8718
8719 * version.el (emacs-bzr-get-version): New function.
8720 (emacs-bzr-version): New variable.
8721 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
8722 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8723
8724 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8725
8726 * international/uni-bidi.el, international/uni-category.el:
8727 * international/uni-combining.el, international/uni-decimal.el:
8728 * international/uni-decomposition.el, international/uni-digit.el:
8729 * international/uni-lowercase.el, international/uni-mirrored.el:
8730 * international/uni-name.el, international/uni-numeric.el:
8731 * international/uni-titlecase.el, international/uni-uppercase.el:
8732 Update for Unicode 6.1.
8733
8734 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8735
8736 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8737
8738 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8739
8740 * window.el (shrink-window): Mention the `window-min-height'
8741 variable in the doc string.
8742
8743 2012-04-05 Bastien Guerry <bzg@altern.org>
8744
8745 * color.el (color-lighten-name): Fix typo.
8746
8747 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * server.el (server--on-display-p): New function.
8750 (server--on-display-p): Use it.
8751
8752 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
8753
8754 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
8755 (bug#11145).
8756
8757 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * comint.el (comint--common-quoted-suffix): Check string boundary
8760 before comparing (bug#11158).
8761 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
8762
8763 2012-04-04 Chong Yidong <cyd@gnu.org>
8764
8765 * minibuffer.el (completion-extra-properties): Doc fix.
8766
8767 * subr.el (delayed-warnings-hook): Doc fix.
8768
8769 2012-04-04 Daiki Ueno <ueno@unixuser.org>
8770
8771 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
8772 selection (Bug#11159).
8773 (epa-insert-keys): Inform that the default public key will be
8774 exported if no key is selected.
8775
8776 2012-04-04 Richard Stallman <rms@gnu.org>
8777
8778 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
8779
8780 2012-04-03 Chong Yidong <cyd@gnu.org>
8781
8782 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
8783 mail-insert-file, not its obsolete alias mail-attach-file.
8784
8785 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
8786
8787 * notifications.el (notifications-notify): Fix docstring.
8788
8789 2012-04-02 Glenn Morris <rgm@gnu.org>
8790
8791 * emacs-lisp/authors.el (authors-aliases): Another addition.
8792
8793 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
8794
8795 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
8796 `tramp-compat-call-process' instead of `tramp-local-call-process'.
8797 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
8798
8799 2012-04-01 Chong Yidong <cyd@gnu.org>
8800
8801 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
8802 Handle root directory properly.
8803 (copy-directory): Caller changed.
8804
8805 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8806 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
8807
8808 2012-03-31 Glenn Morris <rgm@gnu.org>
8809
8810 * term/xterm.el (xterm-extra-capabilities): Doc fix.
8811
8812 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
8813
8814 * calendar/calendar.el (calendar-window-list)
8815 (calendar-hide-window): Restore. (Bug#11140)
8816 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
8817
8818 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
8819
8820 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8821
8822 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8823 Check if file is a symlink (Bug#10489).
8824
8825 * files.el (copy-directory): Likewise.
8826
8827 2012-03-30 Chong Yidong <cyd@gnu.org>
8828
8829 * image.el (imagemagick-types-inhibit)
8830 (imagemagick-register-types): Doc fix.
8831
8832 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8833
8834 * textmodes/ispell.el (ispell-get-extended-character-mode):
8835 Disable extended-char-mode for hunspell. hunspell does not support it
8836 and treats ~word as ordinary words in pipe mode.
8837
8838 2012-03-30 Glenn Morris <rgm@gnu.org>
8839
8840 * tutorial.el (help-with-tutorial): Ensure local variables don't
8841 happen to make the buffer read-only. (Bug#11127)
8842
8843 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8844
8845 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
8846 (perl-calculate-indent): Return `noindent' in strings.
8847
8848 2012-03-28 Sam Steingold <sds@gnu.org>
8849
8850 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
8851 instead of the broken adhockery which does not prevent calendar
8852 buffers from being displayed at random after exit.
8853 (calendar-window-list, calendar-hide-window): Remove the broken
8854 adhockery.
8855
8856 2012-03-28 Glenn Morris <rgm@gnu.org>
8857
8858 * replace.el (query-replace-map): Doc fix.
8859
8860 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
8861
8862 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
8863 contents. (Bug#11109)
8864
8865 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
8868 (bug#11077).
8869 (avl-tree--check, avl-tree--check-node): New funs.
8870
8871 2012-03-27 Martin Rudalics <rudalics@gmx.at>
8872
8873 * window.el (switch-to-visible-buffer): New option.
8874 (switch-to-prev-buffer, switch-to-next-buffer):
8875 Observe switch-to-visible-buffer. Make sure that checking for a window
8876 showing a buffer already is done on the same frame.
8877
8878 2012-03-27 Glenn Morris <rgm@gnu.org>
8879
8880 * startup.el (mail-host-address): Doc fix.
8881
8882 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
8885 than 197 variables.
8886
8887 2012-03-26 Ami Fischman <ami@fischman.org>
8888
8889 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
8890
8891 2012-03-26 Glenn Morris <rgm@gnu.org>
8892
8893 * files.el (save-buffers-kill-emacs): Doc fix.
8894
8895 * startup.el (normal-top-level, command-line, command-line-1):
8896 Give them doc strings.
8897
8898 2012-03-25 Eli Zaretskii <eliz@gnu.org>
8899
8900 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
8901 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
8902
8903 2012-03-25 Chong Yidong <cyd@gnu.org>
8904
8905 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
8906 theme if it was previously enabled before (Bug#11031).
8907
8908 * cus-theme.el (custom-theme-write-faces): Retrieve current face
8909 spec with custom-face-get-current-spec if its :shown-value is not
8910 determined yet (Bug#9337).
8911 (customize-create-theme, custom-theme-revert): Doc fixes.
8912
8913 * button.el (button-at): Minor addition to docstring.
8914
8915 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
8916
8917 * vc/vc.el (vc-merge): Fix a prompt.
8918
8919 2012-03-24 Chong Yidong <cyd@gnu.org>
8920
8921 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
8922 point (Bug#9623).
8923
8924 * button.el (button-at): Minor addition to docstring.
8925
8926 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * newcomment.el (comment-choose-indent): No space after BOL.
8929
8930 2012-03-22 Sam Steingold <sds@gnu.org>
8931
8932 * window.el (switch-to-prev-buffer): Revert last patch because the
8933 bug turned out to be an advertised feature (Elisp manual 28.14).
8934
8935 2012-03-22 Glenn Morris <rgm@gnu.org>
8936
8937 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
8938 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
8939
8940 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8941
8942 * net/network-stream.el (network-stream-open-starttls): Make error
8943 message under Windows be less misleading.
8944
8945 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
8946
8947 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
8948 understands (bug#9942).
8949
8950 2012-03-22 Chong Yidong <cyd@gnu.org>
8951
8952 * simple.el (end-of-visible-line): Handle return value of
8953 next-single-property-change properly (Bug#9371).
8954
8955 2012-03-22 Kenichi Handa <handa@m17n.org>
8956
8957 * international/quail.el (quail-insert-kbd-layout): Fix previous
8958 change. To avoid unwanted bidi reordering, use
8959 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
8960
8961 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
8962
8963 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
8964 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
8965 (ruby-beginning-of-indent): Be more careful with the difference
8966 between word-boundary and symbol boundary.
8967 (ruby-mode-syntax-table): Make : a symbol constituent.
8968
8969 2012-03-21 Andreas Politz <politza@fh-trier.de>
8970
8971 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
8972
8973 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * progmodes/etags.el (tags-completion-at-point-function):
8976 Improve last fix.
8977
8978 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
8979
8980 2012-03-21 Sam Steingold <sds@gnu.org>
8981
8982 * progmodes/etags.el (tags-completion-at-point-function):
8983 Avoid the error when point is inside the pattern.
8984
8985 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
8986
8987 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
8988 line (Bug#10855).
8989
8990 2012-03-21 Drew Adams <drew.adams@oracle.com>
8991
8992 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
8993
8994 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
8995
8996 * ido.el (ido-set-current-directory, ido-read-internal)
8997 (ido-choose-completion-string, ido-completion-help): Handle nil
8998 value of ido-completion-buffer (Bug#11008).
8999
9000 2012-03-21 Sam Steingold <sds@gnu.org>
9001
9002 * window.el (switch-to-prev-buffer): Do not switch to a visible
9003 window previous buffer, just like with the frame previous buffers.
9004
9005 2012-03-21 Chong Yidong <cyd@gnu.org>
9006
9007 * faces.el (make-face, make-empty-face, copy-face):
9008 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9009 Doc fixes.
9010
9011 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9014 (widget-complete): Remove broken use of it.
9015
9016 2012-03-20 Chong Yidong <cyd@gnu.org>
9017
9018 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9019 Use string-width and truncate-string-width to handle arbitrary
9020 characters.
9021
9022 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9023
9024 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9025 to draw rectangles, not squares. (Regression introduced by revno
9026 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9027
9028 2012-03-18 Chong Yidong <cyd@gnu.org>
9029
9030 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9031 it is not yet defined (for temacs).
9032
9033 2012-03-18 Leo Liu <sdl.web@gmail.com>
9034
9035 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9036 prefix.
9037
9038 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9039
9040 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9041 (ispell-choices-win-default-height, ispell-silently-savep)
9042 (ispell-dictionary-alist, ispell-encoding8-command)
9043 (ispell-check-version, ispell-aspell-find-dictionary)
9044 (ispell-valid-dictionary-list, ispell-words-keyword)
9045 (ispell-get-word, ispell-internal-change-dictionary)
9046 (ispell-region, ispell-skip-region-list)
9047 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9048 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9049 (ispell-message-text-end, ispell-message)
9050 (ispell-buffer-local-parsing): Doc fix.
9051
9052 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
9053
9054 * htmlfontify.el: Add support for code block fontification for ODT
9055 export (Bug #9914).
9056 (hfy-optimisations): Define new option
9057 `body-text-only'
9058 (hfy-fontify-buffer): Honor above setting.
9059 (hfy-begin-span, hfy-end-span): New routines factored out form
9060 `hfy-fontify-buffer'.
9061 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9062 that permit insertion of custom tags.
9063 (hfy-fontify-buffer): Use above handlers.
9064 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9065 (hfy-face-to-css): Re-defined to be a variable.
9066 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
9067 over multiple runs. This is made possible by having the caller let
9068 bind a special variable `hfy-user-sheet-assoc'.
9069 (htmlfontify-string): New defun.
9070 (hfy-compile-face-map): Make sure that the last char in the
9071 buffer is correctly fontified.
9072 (hfy-face-resolve-face): Whitespace only change.
9073
9074 2012-03-17 Eli Zaretskii <eliz@gnu.org>
9075
9076 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9077 message more clear.
9078
9079 2012-03-16 Leo Liu <sdl.web@gmail.com>
9080
9081 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9082
9083 2012-03-16 Alan Mackenzie <acm@muc.de>
9084
9085 Further optimise the handling of large macros.
9086
9087 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9088 limit to a call of `c-literal-limits'.
9089 (c-determine-+ve-limit): New function.
9090 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9091 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
9092 In CASE 5B, restrict a search limit to 500.
9093 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9094
9095 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9096 Restrict macro bounds to +-500 from after-change's BEG END.
9097
9098 2012-03-16 Leo Liu <sdl.web@gmail.com>
9099
9100 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9101
9102 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9103
9104 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9105 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9106
9107 2012-03-16 Glenn Morris <rgm@gnu.org>
9108
9109 * view.el (view-buffer, view-buffer-other-window)
9110 (view-buffer-other-frame): Doc fixes re special mode-class.
9111
9112 * subr.el (eval-after-load): If named feature is provided not from
9113 a file, run after-load forms. (Bug#10946)
9114
9115 * calendar/calendar.el (calendar-insert-at-column):
9116 Handle non-unit-width characters a bit better. (Bug#10978)
9117
9118 2012-03-15 Chong Yidong <cyd@gnu.org>
9119
9120 * emacs-lisp/ring.el (ring-extend): New function.
9121 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9122
9123 * comint.el (comint-read-input-ring)
9124 (comint-add-to-input-history): Grow comint-input-ring lazily.
9125
9126 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9129 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9130
9131 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9132 (imenu-add-to-menubar): Don't add a redundant index.
9133 (imenu-update-menubar): Handle a dynamically composed keymap.
9134
9135 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9136
9137 * mail/sendmail.el (mail-encode-header):
9138 Bind rfc2047-encode-encoded-words to nil.
9139
9140 2012-03-13 Glenn Morris <rgm@gnu.org>
9141
9142 * calendar/calendar.el (calendar-string-spread):
9143 Handle non-unit-width characters a bit better. (Bug#10978)
9144
9145 2012-03-13 Leo Liu <sdl.web@gmail.com>
9146
9147 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9148 directory and file as argument (Bug#10822).
9149
9150 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9151
9152 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9153 For dynamically generated code, follow $PC.
9154 (gdb-disassembly-handler-custom): Handle no function name case.
9155
9156 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9157
9158 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9159 * emulation/ws-mode.el (ws-query-replace):
9160 * sort.el (sort-regexp-fields):
9161 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9162
9163 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * dabbrev.el: Fix cycle completion order (bug#10963).
9166 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9167 (dabbrev-completion): Don't use an obarray; provide
9168 a cycle-sort-function.
9169
9170 2012-03-12 Leo Liu <sdl.web@gmail.com>
9171
9172 * simple.el (kill-new): Use equal-including-properties for comparison.
9173 (kill-do-not-save-duplicates): Doc fix.
9174
9175 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * dabbrev.el: Fix cycle completion (bug#10963).
9178 Use lexical binding and wrap to 80 columns.
9179 (dabbrev-completion): Delay computing the list of completions.
9180
9181 2012-03-12 Kenichi Handa <handa@m17n.org>
9182
9183 * international/quail.el (quail-insert-kbd-layout): Surround each
9184 row by LRO and PDF instead of inserting many LRMs. Pad the left
9185 and right of each non-spacing marks. Insert invisible space
9186 between lower and upper characters to prevent composition.
9187
9188 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * minibuffer.el (minibuffer-complete): Don't get confused when the
9191 function is run twice via different commands (bug#10958).
9192 (complete-with-action): Fix docstring.
9193
9194 2012-03-12 Chong Yidong <cyd@gnu.org>
9195
9196 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9197 (nxml-completion-at-point-function): New function.
9198 (nxml-mode): Use it.
9199 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9200
9201 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9202 Load generated autoloads file before byte compiling (Bug#10970).
9203 (package--make-autoloads-and-compile): New helper fun.
9204
9205 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9206
9207 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9208
9209 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9210
9211 * autorevert.el (auto-revert-handler): Ensure, that
9212 file-readable-p is applied only for local files or in
9213 auto-revert-tail-mode.
9214
9215 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9216
9217 * server.el (server-eval-at): Handle non-tcp connections.
9218 Decode result string.
9219
9220 * server.el (server-msg-size): New constant.
9221 (server-reply-print): New function.
9222 (server-eval-and-print): Use it.
9223 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9224 Handle -print-nonl.
9225
9226 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9227
9228 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9229 (Bug#10987).
9230
9231 2012-03-11 Chong Yidong <cyd@gnu.org>
9232
9233 * simple.el (goto-line): Doc fix (Bug#9938).
9234
9235 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9236
9237 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9238 when finished (Bug#10963).
9239
9240 2012-03-11 Martin Rudalics <rudalics@gmx.at>
9241
9242 * window.el (split-window-below): Fix bug in case where
9243 split-window-keep-point is nil (Bug#10971).
9244
9245 2012-03-11 Juri Linkov <juri@jurta.org>
9246
9247 * replace.el (replace-highlight): Set isearch-word to nil
9248 unconditionally. (Bug#10887)
9249
9250 2012-03-10 Eli Zaretskii <eliz@gnu.org>
9251
9252 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9253 mairix-replace-illegal-chars; all callers changed. Don't remove
9254 ^, ~, and = characters: they are meaningful in mairix search specs.
9255 (mairix-widget-create-query): Add usage information about mairix
9256 search forms: negating words, searching for substrings, etc.
9257
9258 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9259
9260 * international/fontset.el (font-encoding-alist): Add an entry for
9261 ksx1001 (Bug#5667).
9262
9263 2012-03-10 Richard Stallman <rms@gnu.org>
9264
9265 * mail/sendmail.el (mail-encode-header):
9266 Set rfc2047-encode-encoded-words.
9267
9268 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9269
9270 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9271 view buffer means not swapped.
9272 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9273 (rmail-write-region-annotate): Error if real text has disappeared.
9274
9275 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9276
9277 2012-03-10 Chong Yidong <cyd@gnu.org>
9278
9279 * emulation/cua-rect.el (cua--init-rectangles):
9280 * emulation/cua-base.el (cua--init-keymaps):
9281 Add delete-forward-char to remappings (Bug#9666).
9282
9283 2012-03-10 Martin Rudalics <rudalics@gmx.at>
9284
9285 * speedbar.el (speedbar-unhighlight-one-tag-line):
9286 Avoid unhighlighting due to frame switching (Bug#10275).
9287
9288 2012-03-10 Chong Yidong <cyd@gnu.org>
9289
9290 * minibuffer.el (completion-in-region, completion-help-at-point):
9291 Give the completion field overlay a high priority (Bug#6830).
9292
9293 * dired.el (dired-goto-file): Recognize absolute file name
9294 listings (Bug#7126).
9295 (dired-goto-file-1): New helper function.
9296 (dired-toggle-read-only): Inhibit warnings.
9297
9298 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
9299
9300 * net/dbus.el (dbus-property-handler): Return empty array if
9301 there are no properties.
9302
9303 2012-03-09 Leo Liu <sdl.web@gmail.com>
9304
9305 * savehist.el (savehist-printable): Stricter check for string
9306 value (Bug#10937).
9307
9308 2012-03-09 Eli Zaretskii <eliz@gnu.org>
9309
9310 * mail/smtpmail.el (smtpmail-send-it):
9311 Bind coding-system-for-write to *-unix, so that FCC files are kept in
9312 valid mbox format.
9313
9314 2012-03-09 Glenn Morris <rgm@gnu.org>
9315
9316 * files.el (dir-locals-find-file):
9317 Don't check result is regular, readable.
9318 (dir-locals-read-from-file): Demote errors.
9319
9320 2012-03-08 Eli Zaretskii <eliz@gnu.org>
9321
9322 * international/quail.el (quail-insert-kbd-layout):
9323 Insert invisible LRM characters before each character in a keyboard
9324 layout cell, to prevent their reordering by bidi display engine.
9325 For details, see the discussion in
9326 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9327
9328 2012-03-08 Alan Mackenzie <acm@muc.de>
9329
9330 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9331 the starting position; make it extend the marked region when
9332 invoked repeatedly - all under appropriate circumstances.
9333 Fixes bugs #5525, #10906.
9334
9335 2012-03-08 Glenn Morris <rgm@gnu.org>
9336
9337 * files.el (locate-dominating-file, dir-locals-find-file):
9338 Undo 2012-03-06 change.
9339
9340 2012-03-07 Eli Zaretskii <eliz@gnu.org>
9341
9342 * international/quail.el (quail-help):
9343 Force bidi-paragraph-direction be left-to-right. See discussion in
9344 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9345 for the reason.
9346
9347 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
9348
9349 Avoid superfluous registering of signals. (Bug#10807)
9350
9351 * notifications.el (notifications-on-action-object)
9352 (notifications-on-close-object): New defvars.
9353 (notifications-on-action-signal, notifications-on-closed-signal):
9354 Unregister the signal if not needed any longer.
9355 (notifications-notify): Register `notifications-action-signal' or
9356 `notifications-closed-signal', if :on-action or :on-close has been
9357 passed as argument.
9358
9359 2012-03-07 Chong Yidong <cyd@gnu.org>
9360
9361 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9362 non-X platforms.
9363
9364 2012-03-06 Glenn Morris <rgm@gnu.org>
9365
9366 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9367 (x-disown-selection-internal, x-get-selection-internal):
9368 Doc fix (add arglist signatures). (Bug#10783)
9369
9370 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9371
9372 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9373 Handle breakpoints with no "type".
9374
9375 2012-03-06 Glenn Morris <rgm@gnu.org>
9376
9377 * files.el (locate-dominating-file): Add optional predicate argument.
9378 (dir-locals-find-file): Make use of above change.
9379
9380 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9381
9382 * info.el (Info-insert-dir): Also try "dir.gz".
9383
9384 2012-03-06 Glenn Morris <rgm@gnu.org>
9385
9386 * files.el (dir-locals-find-file):
9387 Ignore non-readable or non-regular files. (Bug#10928)
9388
9389 * files.el (locate-dominating-file): Doc fix.
9390
9391 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9392
9393 * calendar/calendar.el (calendar-set-mode-line):
9394 `getenv' returns a string. (Bug#10951)
9395
9396 2012-03-05 Leo Liu <sdl.web@gmail.com>
9397
9398 * simple.el (backward-delete-char-untabify): Constrain point to
9399 field (Bug#10939).
9400
9401 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9402
9403 2012-03-05 Chong Yidong <cyd@gnu.org>
9404
9405 * simple.el (count-words): If called from Lisp, return the word
9406 count, for symmetry with `count-lines'. Arglist changed.
9407 (count-words--message): Args changed. Consolidate counting code
9408 from count-words and count-words-region.
9409 (count-words-region): Caller changed.
9410 (count-lines-region): Make it an obsolete alias.
9411
9412 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9413
9414 * saveplace.el (save-place-to-alist)
9415 (save-place-ignore-files-regexp): Allow value nil to disable this
9416 feature.
9417
9418 2012-03-04 Chong Yidong <cyd@gnu.org>
9419
9420 * faces.el (face-spec-reset-face): For the default face, reset the
9421 attributes to default values (Bug#10748).
9422
9423 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9424
9425 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9426 previous patch: Check `message-send-mail-function', and not the
9427 default function (bug#10897).
9428
9429 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
9430
9431 * notifications.el (notifications-on-action-signal)
9432 (notifications-on-closed-signal): Check for unique service name of
9433 incoming event. Fix error in removing entry.
9434 (top): Register for signals with wildcard service name.
9435 (notifications-notify): Use daemon unique service name for map entries.
9436
9437 2012-03-04 Chong Yidong <cyd@gnu.org>
9438
9439 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
9440
9441 2012-03-04 Glenn Morris <rgm@gnu.org>
9442
9443 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9444 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9445 (expand-abbrev, define-abbrev-table): Doc fixes.
9446
9447 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9448
9449 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9450 `message-default-send-mail-function' and not `send-mail-function'
9451 when doing the prompting for `sendmail-query-once' before sending
9452 in Message buffers (bug#10897).
9453
9454 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9455 This is inconsistent with all the other stream functions, which leave
9456 the setting up to the higher levels (if so wanted) (bug#10931).
9457
9458 2012-03-02 Alan Mackenzie <acm@muc.de>
9459
9460 Depessimize the handling of very large macros.
9461
9462 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9463 (c-macro-cache-syntactic): New variables to implement a one
9464 element macro cache.
9465 (c-invalidate-macro-cache): New function.
9466 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9467 Adapt to use the new cache.
9468 (c-state-safe-place): Use better the cache of safe positions.
9469 (c-state-semi-nonlit-pos-cache)
9470 (c-state-semi-nonlit-pos-cache-limit):
9471 New variables for...
9472 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
9473 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
9474 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9475 Use c-state-semi-safe-place.
9476
9477 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9478 Add c-invalidate-macro-cache to the C, C++, Obj entries.
9479
9480 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
9481
9482 * jka-compr.el (jka-compr-call-process):
9483 Apply `file-accessible-directory-p' only when the default directory is
9484 not remote.
9485
9486 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
9487
9488 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
9489 access of FILE2, if FILE1 does not exist.
9490
9491 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9492 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9493
9494 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9495 Add "PAGER=" to `process-environment'.
9496
9497 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
9498
9499 * progmodes/sql.el: Bug fix
9500 (sql-get-login-ext): Save login values in globals.
9501 (sql-get-login): Use new version of `sql-get-login-ext'.
9502 (sql-interactive-mode): Set global `sql-connection' to nil.
9503 (sql-connect): Set global values for connection.
9504 (sql-product-interactive): Save global values as buffer local.
9505
9506 2012-02-29 Leo Liu <sdl.web@gmail.com>
9507
9508 * abbrev.el (define-abbrevs): Reset sys to nil.
9509
9510 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9511
9512 * files.el (file-equal-p): Rename from `files-equal-p'.
9513 Return nil when one or both files don't exist.
9514 (file-subdir-of-p): Now only top directory must exists,
9515 return nil if it doesn't.
9516 (copy-directory): No need to test with `file-subdir-of-p' after
9517 creating dir.
9518 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9519 to `file-equal-p'.
9520
9521 2012-02-28 Glenn Morris <rgm@gnu.org>
9522
9523 * shell.el (shell-mode):
9524 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9525 * play/landmark.el (landmark-font-lock-face-O):
9526 * play/handwrite.el (handwrite):
9527 * play/gomoku.el (gomoku-O):
9528 * net/browse-url.el (browse-url-browser-display):
9529 * international/mule.el (define-charset):
9530 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9531 * filesets.el (filesets-find-file-delay):
9532 * eshell/em-xtra.el (eshell-xtra):
9533 * eshell/em-unix.el (eshell-grep):
9534 * emulation/viper.el (viper-mode):
9535 * emacs-lisp/regexp-opt.el (regexp-opt-group):
9536 * emacs-lisp/easymenu.el (easy-menu-define):
9537 * calendar/timeclock.el (timeclock-use-display-time):
9538 * bs.el (bs-mode):
9539 * bookmark.el (bookmark-save-flag):
9540 Doc fix (standardize possessive apostrophe usage).
9541
9542 2012-02-27 Chong Yidong <cyd@gnu.org>
9543
9544 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9545 Fix key-binding lookup for ESC key (Bug#9146).
9546
9547 * font-lock.el (font-lock-specified-p): Rename from
9548 font-lock-spec-present. Callers changed.
9549
9550 2012-02-27 Daniel Hackney <dan@haxney.org>
9551
9552 * emacs-lisp/package.el (package-compute-transaction):
9553 Handle holding a package version to t in package-load-list.
9554
9555 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
9556
9557 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9558 (tramp-get-inode, tramp-get-device): Use cached values.
9559
9560 2012-02-26 Alan Mackenzie <acm@muc.de>
9561
9562 Check there is a font-lock specification before doing initial
9563 fontification.
9564
9565 * font-core.el (font-lock-mode): Move the conditional from
9566 :after-hook to font-lock-initial-fontify.
9567 (font-lock-default-function): Move the check for a specification
9568 to font-lock-spec-present.
9569
9570 * font-lock.el (font-lock-initial-fontify): Call ...
9571 (font-lock-spec-present): New function.
9572
9573 2012-02-26 Jim Blandy <jimb@red-bean.com>
9574
9575 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9576 (gdb-send): Apply it to the operand of the '-interpreter-exec
9577 console' command, so that we can pass arguments with (say) quotes
9578 in them. Store exact string sent in gdb-debug-log (Bug#10765).
9579
9580 2012-02-26 Chong Yidong <cyd@gnu.org>
9581
9582 * help-fns.el (describe-function-1): Clarify description of
9583 remapping (Bug#10844).
9584
9585 * files.el (files-equal-p): Doc fix.
9586 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
9587 and quit the loop once a mismatch is found.
9588
9589 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
9590
9591 * bs.el (bs--show-with-configuration): Don't throw an error
9592 if the window cannot be split; otherwise, subsequent calls to
9593 bs-show fail, restoring a stale window config. (Bug#10882)
9594
9595 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
9596
9597 * term/ns-win.el (global-map): Bind ns-drag-file to
9598 ns-find-file (Bug#5855, Bug#10050).
9599
9600 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
9601
9602 * calendar/parse-time.el (parse-time-string): Allow extractor to
9603 return nil.
9604
9605 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
9606
9607 * net/tramp.el (tramp-file-name-for-operation):
9608 Add `files-equal-p' and `file-subdir-of-p'.
9609
9610 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9611 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9612 Add COPY-CONTENTS argument.
9613
9614 2012-02-25 Chong Yidong <cyd@gnu.org>
9615
9616 Add custom groups for VC backends, for consistency with vc-bzr.
9617
9618 * vc/vc-arch.el (vc-arch):
9619 * vc/vc-cvs.el (vc-cvs):
9620 * vc/vc-git.el (vc-git):
9621 * vc/vc-hg.el (vc-hg):
9622 * vc/vc-mtn.el (vc-mtn):
9623 * vc/vc-rcs.el (vc-rcs):
9624 * vc/vc-sccs.el (vc-sccs):
9625 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
9626 All relevant defcustoms reassigned.
9627
9628 2012-02-25 Chong Yidong <cyd@gnu.org>
9629
9630 * newcomment.el (comment-styles): Add autoload (Bug#10868).
9631
9632 * term/x-win.el (x-initialize-window-system): Reduce default for
9633 x-selection-timeout to 5 seconds (Bug#8869).
9634
9635 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9636
9637 * files.el (files-equal-p, file-subdir-of-p): New functions.
9638 (copy-directory): Error when trying to copy a directory on itself.
9639 Add missing copy-contents arg to tramp handler.
9640 * dired-aux.el (dired-copy-file-recursive): Same.
9641 (dired-create-files): Modify destination when source is equal to
9642 dest when copying files.
9643 Return also when dest is a subdir of source. (Bug#10489)
9644
9645 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
9646
9647 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
9648 (Bug#10874)
9649
9650 2012-02-23 Alan Mackenzie <acm@muc.de>
9651
9652 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
9653 parameter "after-hook:" to allow the expansion to run code after
9654 the execution of the mode hooks.
9655
9656 * font-lock.el (font-lock-initial-fontify): New function extracted
9657 from font-lock-mode-internal.
9658
9659 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
9660 :after-hook.
9661
9662 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
9665 (completion--cache-all-sorted-completions): New function.
9666 (completion-all-sorted-completions): Use it.
9667 (completion--do-completion, minibuffer-force-complete):
9668 Use it to re-instate the flush hook.
9669
9670 * icomplete.el (icomplete-completions): Replace last fix with a better
9671 one (bug#10850).
9672
9673 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
9674
9675 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
9676 when it might call us back infinitely (bug#10797).
9677
9678 2012-02-23 Glenn Morris <rgm@gnu.org>
9679
9680 * minibuffer.el (completion-category-overrides): Doc fix.
9681
9682 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9683
9684 * minibuffer.el (completion-table-with-context): Fix inf-loop.
9685 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
9686
9687 2012-02-23 Glenn Morris <rgm@gnu.org>
9688
9689 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
9690 (authors-obsolete-files-regexps, authors-ignored-files)
9691 (authors-ambiguous-files, authors-renamed-files-alist):
9692 Add more entries.
9693
9694 2012-02-23 Juri Linkov <juri@jurta.org>
9695
9696 * isearch.el (isearch-occur): Sync interactive spec with occur's
9697 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
9698
9699 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9700
9701 2012-02-22 Juri Linkov <juri@jurta.org>
9702
9703 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
9704 (ucs-insert): Doc fix. Check for hex digits in the string.
9705 Don't display `nil' in the error message. (Bug#10857)
9706
9707 2012-02-22 Alan Mackenzie <acm@muc.de>
9708
9709 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
9710
9711 2012-02-22 Glenn Morris <rgm@gnu.org>
9712
9713 * ffap.el (ffap-c-path):
9714 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
9715
9716 2012-02-22 Chong Yidong <cyd@gnu.org>
9717
9718 * custom.el (load-theme): Doc fix.
9719
9720 2012-02-22 Glenn Morris <rgm@gnu.org>
9721
9722 * dired-x.el (dired-guess-shell-alist-default):
9723 Remove escape sequences from nroff output. (Bug#172)
9724
9725 2012-02-21 Glenn Morris <rgm@gnu.org>
9726
9727 * vc/emerge.el (emerge-defvar-local):
9728 Set `permanent-local' property rather than unused `preserved'.
9729
9730 * textmodes/picture.el (picture-delete-char): New alias.
9731 (picture-mode-map): Use it. (Bug#10860)
9732 (picture-mode): Doc fix.
9733
9734 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
9735
9736 * newcomment.el (uncomment-region-default): Remove unused binding.
9737
9738 2012-02-21 Glenn Morris <rgm@gnu.org>
9739
9740 * textmodes/picture.el (picture-motion, picture-motion-reverse)
9741 (picture-self-insert, picture-tab-chars): Doc fix.
9742 (picture-mode-map): Fix C-a, C-e.
9743
9744 2012-02-20 Glenn Morris <rgm@gnu.org>
9745
9746 * emacs-lisp/authors.el (authors-aliases): Add another entry.
9747
9748 2012-02-20 Leo Liu <sdl.web@gmail.com>
9749
9750 * icomplete.el (icomplete-completions): Check FROM arg before
9751 passing to substring (Bug#10850).
9752
9753 2012-02-19 Chong Yidong <cyd@gnu.org>
9754
9755 * comint.el: Require ansi-color.
9756 (comint-output-filter-functions): Add ansi-color-process-output.
9757
9758 * ansi-color.el: Don't set comint-output-filter-functions; it is
9759 now in the initial value defined in comint.el.
9760 (ansi-color-apply-face-function): New variable.
9761 (ansi-color-apply-on-region): Use it.
9762 (ansi-color-apply-overlay-face): New function.
9763
9764 * shell.el (shell): No need to require ansi-color.
9765 (shell-mode): Use ansi-color-apply-face-function to highlight
9766 color escapes using font-lock-face property (Bug#10835).
9767
9768 2012-02-19 Chong Yidong <cyd@gnu.org>
9769
9770 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
9771 mode-line formats (Bug#10839).
9772
9773 2012-02-18 Glenn Morris <rgm@gnu.org>
9774
9775 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
9776
9777 * mail/undigest.el (unforward-rmail-message): Doc fix.
9778
9779 * saveplace.el (save-place-ignore-files-regexp): Add :version.
9780
9781 2012-02-18 Eli Zaretskii <eliz@gnu.org>
9782
9783 * international/characters.el (script-list): Sync with the latest
9784 Unicode Character Database.
9785
9786 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
9787
9788 * international/titdic-cnv.el: Remove duplicate coding tag.
9789 * language/cham.el: Likewise.
9790 * language/tai-viet.el: Likewise.
9791
9792 2012-02-18 Glenn Morris <rgm@gnu.org>
9793
9794 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
9795 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
9796 (calendar-bahai-all-holidays-flag, calendar-other-dates):
9797 * calendar/diary-lib.el (diary-abbreviated-year-flag):
9798 * calendar/holidays.el (holiday-bahai-holidays)
9799 (calendar-holidays, list-holidays):
9800 Use utf-8 Bahá'í in doc-strings, menus, etc.
9801
9802 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
9803
9804 * saveplace.el (save-place-ignore-files-regexp): New variable
9805 allowing for excluding files from saving their location of point.
9806 The default value matches the temporary commit message editing
9807 files from Git, SVN, Bazaar, and Mercurial.
9808 (save-place-to-alist): Use it.
9809
9810 2012-02-17 Lawrence Mitchell <wence@gmx.li>
9811 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * newcomment.el (uncomment-region-default): Don't leave extra space
9814 when an arg is provided (bug#8150).
9815
9816 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
9817
9818 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
9819
9820 2012-02-17 Glenn Morris <rgm@gnu.org>
9821
9822 * net/socks.el: Require network-stream. (Bug#10599)
9823
9824 2012-02-17 Kenichi Handa <handa@m17n.org>
9825
9826 * international/charprop.el:
9827 * international/uni-name.el:
9828 * international/uni-old-name.el:
9829 * international/uni-comment.el: Regenerate.
9830
9831 2012-02-16 Glenn Morris <rgm@gnu.org>
9832
9833 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
9834 Interactively in calendar buffer, give an error if not on a date.
9835
9836 2012-02-15 Glenn Morris <rgm@gnu.org>
9837
9838 * shell.el (shell-delimiter-argument-list):
9839 Revert 2011-02-17 change. (Bug#8027)
9840
9841 2012-02-15 Chong Yidong <cyd@gnu.org>
9842
9843 * minibuffer.el (completion-at-point-functions): Doc fix.
9844
9845 * custom.el (defcustom): Doc fix; note use of defvar.
9846
9847 2012-02-15 Glenn Morris <rgm@gnu.org>
9848
9849 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
9850 Doc fixes.
9851
9852 2012-02-14 Glenn Morris <rgm@gnu.org>
9853
9854 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
9855
9856 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
9857
9858 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
9859 way the ports list is computed.
9860 (smtpmail-query-smtp-server): Prompt the user for a port number if
9861 we can't connect to any of the standard ports (bug#10810).
9862
9863 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
9864
9865 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
9866
9867 2012-02-13 Glenn Morris <rgm@gnu.org>
9868
9869 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
9870
9871 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
9872
9873 * net/gnutls.el (gnutls-trustfiles): New variable.
9874 (gnutls-negotiate): Use it.
9875
9876 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
9877
9878 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
9879 does its stuff if Gnus is running.
9880
9881 2012-02-13 Alan Mackenzie <acm@muc.de>
9882
9883 Fix a loop in c-set-fl-decl-start.
9884
9885 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
9886 c-backward-syntactic-ws actually moves backwards.
9887
9888 2012-02-13 Leo Liu <sdl.web@gmail.com>
9889
9890 * net/rcirc.el (rcirc-markup-attributes): Move point to the
9891 beginning so that all \C-o chars are removed.
9892
9893 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
9894
9895 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
9896
9897 2012-02-12 Alan Mackenzie <acm@muc.de>
9898
9899 Fix infinite loop with long macros.
9900 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
9901
9902 2012-02-12 Chong Yidong <cyd@gnu.org>
9903
9904 * window.el (display-buffer): Doc fix (Bug#10785).
9905
9906 2012-02-12 Glenn Morris <rgm@gnu.org>
9907
9908 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9909 (x-disown-selection-internal, x-get-selection-internal):
9910 Sync docs with the xselect.c versions.
9911
9912 * allout-widgets.el: Add missing license notice.
9913
9914 2012-02-11 Glenn Morris <rgm@gnu.org>
9915
9916 * select.el (x-get-selection-internal, x-own-selection-internal)
9917 (x-disown-selection-internal):
9918 * x-dnd.el (x-get-selection-internal): Update declarations.
9919
9920 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
9921
9922 * window.el (window-sides-slots):
9923 * tool-bar.el (tool-bar-position):
9924 * term/xterm.el (xterm-extra-capabilities):
9925 * ses.el (ses-self-reference-early-detection):
9926 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
9927 (verilog-auto-wire-type)
9928 (verilog-auto-delete-trailing-whitespace)
9929 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
9930 (verilog-auto-tieoff-declaration):
9931 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
9932 (sql-oracle-statement-starters, sql-oracle-scan-on):
9933 * progmodes/prolog.el (prolog-align-comments-flag)
9934 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
9935 (prolog-left-indent-regexp, prolog-paren-indent-p)
9936 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
9937 (prolog-types, prolog-mode-specificators)
9938 (prolog-determinism-specificators, prolog-directives)
9939 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
9940 (prolog-electric-dot-flag)
9941 (prolog-electric-dot-full-predicate-template)
9942 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
9943 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
9944 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
9945 (prolog-program-switches, prolog-prompt-regexp)
9946 (prolog-debug-on-string, prolog-debug-off-string)
9947 (prolog-trace-on-string, prolog-trace-off-string)
9948 (prolog-zip-on-string, prolog-zip-off-string)
9949 (prolog-use-standard-consult-compile-method-flag)
9950 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
9951 (prolog-imenu-max-lines, prolog-info-predicate-index)
9952 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
9953 (prolog-char-quote-workaround):
9954 * progmodes/cc-vars.el (c-defun-tactic):
9955 * net/tramp.el (tramp-encoding-command-interactive)
9956 (tramp-local-end-of-line):
9957 * net/soap-client.el (soap-client):
9958 * net/netrc.el (netrc-file):
9959 * net/gnutls.el (gnutls):
9960 * minibuffer.el (completion-category-overrides)
9961 (completion-cycle-threshold)
9962 (completion-pcm-complete-word-inserts-delimiters):
9963 * man.el (Man-name-local-regexp):
9964 * mail/feedmail.el (feedmail-display-full-frame):
9965 * international/characters.el (glyphless-char-display-control):
9966 * eshell/em-ls.el (eshell-ls-date-format):
9967 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
9968 (lisp-lambda-list-keyword-parameter-indentation)
9969 (lisp-lambda-list-keyword-parameter-alignment):
9970 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
9971 * dired-x.el (dired-omit-verbose):
9972 * cus-theme.el (custom-theme-allow-multiple-selections):
9973 * calc/calc.el (calc-highlight-selections-with-faces)
9974 (calc-lu-field-reference, calc-lu-power-reference)
9975 (calc-note-threshold):
9976 * battery.el (battery-mode-line-limit):
9977 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
9978 (archive-7z-update):
9979 * allout.el (allout-prefixed-keybindings)
9980 (allout-unprefixed-keybindings)
9981 (allout-inhibit-auto-fill-on-headline)
9982 (allout-flattened-numbering-abbreviation):
9983 * allout-widgets.el (allout-widgets-auto-activation)
9984 (allout-widgets-icons-dark-subdir)
9985 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
9986 (allout-widgets-theme-dark-background)
9987 (allout-widgets-theme-light-background)
9988 (allout-widgets-item-image-properties-emacs)
9989 (allout-widgets-item-image-properties-xemacs)
9990 (allout-widgets-run-unit-tests-on-load)
9991 (allout-widgets-time-decoration-activity)
9992 (allout-widgets-hook-error-post-time)
9993 (allout-widgets-track-decoration):
9994 Add missing :version tags to new defcustoms and defgroups.
9995
9996 * progmodes/sql.el (sql-ansi-statement-starters)
9997 (sql-oracle-statement-starters): Add custom type.
9998
9999 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10000 (prolog-system-version): Give it a type.
10001
10002 2012-02-11 Eli Zaretskii <eliz@gnu.org>
10003
10004 * term/pc-win.el (x-select-text, x-selection-owner-p)
10005 (x-own-selection-internal, x-disown-selection-internal)
10006 (x-get-selection-internal): Sync doc strings and argument lists
10007 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10008
10009 2012-02-11 Leo Liu <sdl.web@gmail.com>
10010
10011 * progmodes/python.el (python-end-of-statement): Fix infinite
10012 loop. (Bug#10788)
10013
10014 2012-02-10 Glenn Morris <rgm@gnu.org>
10015
10016 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10017 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10018
10019 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10020
10021 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10022 about SMTP before checking the From header.
10023
10024 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
10025 into own function for reuse by emacsbug.el.
10026
10027 2012-02-10 Leo Liu <sdl.web@gmail.com>
10028
10029 * subr.el (condition-case-unless-debug): Rename from
10030 condition-case-no-debug. All callers changed.
10031 (with-demoted-errors): Fix caller.
10032
10033 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10034 * nxml/rng-valid.el (rng-do-some-validation):
10035 * emacs-lisp/package.el (package-refresh-contents)
10036 (package-menu-execute):
10037 * desktop.el (desktop-create-buffer):
10038 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
10039
10040 2012-02-10 Glenn Morris <rgm@gnu.org>
10041
10042 * textmodes/bibtex.el:
10043 Add missing :version tags for new/changed defcustoms.
10044
10045 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10046
10047 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
10048
10049 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10050 (smtpmail-via-smtp): Use it, or fall back on the From address.
10051 (smtpmail-send-it): Ditto.
10052
10053 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10056 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10057 (byte-compile-tmp-var): New const.
10058 (byte-compile-defvar): Use it to minimize .elc size.
10059 Just use `defvar' rather than simulate it (bug#10761).
10060
10061 2012-02-09 Glenn Morris <rgm@gnu.org>
10062
10063 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10064
10065 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10066 Add :version tags.
10067
10068 * progmodes/compile.el (compilation-error-screen-columns)
10069 (compilation-first-column, compilation-filter-start): Doc fixes.
10070
10071 * vc/log-view.el (log-view-toggle-entry-display):
10072 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10073
10074 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10075 (report-emacs-bug-can-use-xdg-email):
10076 (report-emacs-bug-insert-to-mailer): Doc fixes.
10077 (report-emacs-bug): Message fix.
10078
10079 * net/browse-url.el (browse-url-can-use-xdg-open)
10080 (browse-url-xdg-open): Doc fixes.
10081
10082 * electric.el (electric-indent-mode, electric-pair-mode)
10083 (electric-layout-rules, electric-layout-mode): Doc fixes.
10084 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10085
10086 2012-02-08 Martin Rudalics <rudalics@gmx.at>
10087
10088 * server.el (server-unselect-display): Don't inadvertently kill
10089 the current buffer. (Bug#10729)
10090
10091 2012-02-08 Glenn Morris <rgm@gnu.org>
10092
10093 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10094 (sql-list-table): Doc fixes.
10095
10096 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10097 Comment out (does nothing).
10098
10099 * completion.el (dynamic-completion-mode):
10100 * dirtrack.el (dirtrack-debug-mode):
10101 * electric.el (electric-layout-mode):
10102 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10103 * face-remap.el (text-scale-mode, buffer-face-mode):
10104 * iimage.el (iimage-mode):
10105 * image-mode.el (image-transform-mode):
10106 * minibuffer.el (completion-in-region-mode):
10107 * scroll-lock.el (scroll-lock-mode):
10108 * simple.el (next-error-follow-minor-mode):
10109 * tar-mode.el (tar-subfile-mode):
10110 * tooltip.el (tooltip-mode):
10111 * vcursor.el (vcursor-use-vcursor-map):
10112 * wid-browse.el (widget-minor-mode):
10113 * emulation/tpu-edt.el (tpu-edt-mode):
10114 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10115 * international/iso-ascii.el (iso-ascii-mode):
10116 * language/thai-util.el (thai-word-mode):
10117 * mail/supercite.el (sc-minor-mode):
10118 * net/goto-addr.el (goto-address-mode):
10119 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10120 * progmodes/cwarn.el (cwarn-mode):
10121 * progmodes/flymake.el (flymake-mode):
10122 * progmodes/glasses.el (glasses-mode):
10123 * progmodes/hideshow.el (hs-minor-mode):
10124 * progmodes/pascal.el (pascal-outline-mode):
10125 * textmodes/enriched.el (enriched-mode):
10126 * vc/smerge-mode.el (smerge-mode):
10127 Doc fixes (minor mode argument).
10128
10129 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10130
10131 * ls-lisp.el (ls-lisp-sanitize): New function.
10132 (ls-lisp-insert-directory): Use it to fix or remove any elements
10133 in file-alist with missing attributes. (Bug#4673)
10134
10135 2012-02-07 Alan Mackenzie <acm@muc.de>
10136
10137 Fix spurious recognition of c-in-knr-argdecl.
10138
10139 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10140 putative K&R region.
10141
10142 2012-02-07 Alan Mackenzie <acm@muc.de>
10143
10144 * progmodes/cc-engine.el (c-forward-objc-directive):
10145 Prevent looping in "#pragma mark @implementation".
10146
10147 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10148
10149 * notifications.el (notifications-on-closed-signal): Make `reason'
10150 optional. (Bug#10744)
10151
10152 2012-02-07 Glenn Morris <rgm@gnu.org>
10153
10154 * emacs-lisp/easy-mmode.el (define-minor-mode):
10155 Doc fixes for the macro and the mode it defines.
10156
10157 * image.el (imagemagick-types-inhibit): Doc fix.
10158
10159 * cus-start.el (imagemagick-render-type): Add it.
10160
10161 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10162
10163 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10164 Set the default at load time, too, so that `font-lock-fontify-buffer'
10165 can be called without setting up the entire mode first. This fixes
10166 a bug in `mm-inline-text' with C MIME parts.
10167
10168 2012-02-06 Chong Yidong <cyd@gnu.org>
10169
10170 * simple.el (list-processes--refresh): Delete exited processes
10171 (Bug#8094).
10172
10173 * comint.el (comint-next-prompt): next-single-char-property-change
10174 and prev-single-char-property-change never return nil (Bug#8657).
10175
10176 * custom.el (defcustom): Doc fix (Bug#9711).
10177
10178 2012-02-05 Chong Yidong <cyd@gnu.org>
10179
10180 * cus-edit.el (custom-variable-reset-backup): Quote the value
10181 before storing it in the customized-value property (Bug#6712).
10182 (custom-display): Add a customization type tag.
10183 (custom-buffer-create-internal): Improve tooltip message.
10184
10185 * wid-edit.el (widget-field-value-get): New optional arg to
10186 suppress trailing whitespace truncation.
10187 (character): Use it (Bug#2689).
10188
10189 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10190
10191 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10192 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10193
10194 2012-02-05 Chong Yidong <cyd@gnu.org>
10195
10196 * cus-edit.el (custom-variable-value-create): For mismatched
10197 types, show the current value (Bug#7600).
10198
10199 * custom.el (defcustom): Doc fix.
10200
10201 2012-02-05 Glenn Morris <rgm@gnu.org>
10202
10203 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10204
10205 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10208 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10209 (pp-last-sexp): Use `looking-at-p'.
10210
10211 2012-02-04 Glenn Morris <rgm@gnu.org>
10212
10213 * files.el (revert-buffer):
10214 Doc fix (mention revert-buffer-in-progress-p).
10215
10216 * emacs-lisp/ert-x.el (ert-simulate-command):
10217 Check deferred-action-list (which is obsolete) is bound.
10218
10219 * subr.el (with-wrapper-hook): Doc fixes.
10220
10221 * simple.el (filter-buffer-substring-functions)
10222 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10223
10224 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10225
10226 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10227 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10228
10229 2012-02-04 Leo Liu <sdl.web@gmail.com>
10230
10231 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10232
10233 2012-02-04 Glenn Morris <rgm@gnu.org>
10234
10235 * image.el (image-extension-data): Add obsolete alias.
10236
10237 * isearch.el (isearch-update): Doc fix.
10238
10239 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10240
10241 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10242
10243 2012-02-03 Glenn Morris <rgm@gnu.org>
10244
10245 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10246 (image-animate-timeout): Doc fix.
10247
10248 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10249
10250 2012-02-02 Glenn Morris <rgm@gnu.org>
10251
10252 * server.el (server-auth-dir): Doc fix.
10253 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10254
10255 * subr.el (run-mode-hooks): Doc fix.
10256
10257 2012-02-02 Juri Linkov <juri@jurta.org>
10258
10259 * image-mode.el (image-toggle-display-image): Remove tautological
10260 `major-mode' from the `derived-mode-p' test.
10261
10262 2012-02-02 Kenichi Handa <handa@m17n.org>
10263
10264 * composite.el (compose-region): Cancel previous change.
10265
10266 2012-02-02 Kenichi Handa <handa@m17n.org>
10267
10268 * composite.el (compose-region, compose-string): Signal error for
10269 a null string component (Bug#6988).
10270
10271 2012-02-01 Chong Yidong <cyd@gnu.org>
10272
10273 * view.el (view-buffer-other-window, view-buffer-other-frame):
10274 Handle special modes like view-buffer (Bug#10650).
10275 (view-buffer): Simplify.
10276
10277 * frame.el (set-frame-font): Tweak meaning of third argument.
10278
10279 * dynamic-setting.el (font-setting-change-default-font):
10280 Use set-frame-font (Bug#9982).
10281
10282 2012-02-01 Glenn Morris <rgm@gnu.org>
10283
10284 * progmodes/compile.el (compilation-internal-error-properties):
10285 Respect compilation-first-column in the "*compilation*" buffer.
10286
10287 * emacs-lisp/easy-mmode.el (define-minor-mode):
10288 Relax :variable's test for a named function.
10289
10290 2012-01-31 Alan Mackenzie <acm@muc.de>
10291
10292 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10293 off by one error.
10294
10295 2012-01-31 Chong Yidong <cyd@gnu.org>
10296
10297 * frame.el (set-frame-font): New arg ALL-FRAMES.
10298
10299 * menu-bar.el (menu-set-font): Use set-frame-font.
10300
10301 * faces.el (face-spec-reset-face): Don't apply unspecified
10302 attribute values to the default face.
10303
10304 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
10305
10306 * progmodes/cwarn.el (cwarn): Remove dead link.
10307 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10308 Remove * from defcustom docstrings.
10309 (turn-on-cwarn-mode): Make obsolete.
10310 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10311 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10312
10313 2012-01-31 Glenn Morris <rgm@gnu.org>
10314
10315 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10316 Fix :variable handling of mode a symbol not equal to modefun.
10317 Allow named functions to be used as the cdr of :variable.
10318
10319 2012-01-30 Glenn Morris <rgm@gnu.org>
10320
10321 * emacs-lisp/authors.el (authors-fixed-entries):
10322 Remove reference to deleted file rnewspost.el.
10323
10324 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
10325
10326 * window.el (window-with-parameter): Remove unused variable `windows'.
10327 (window--side-check): Remove unused variable `code'.
10328 (window--resize-siblings): Remove unused variable `first'.
10329 (adjust-window-trailing-edge): Remove unused variable `failed'.
10330 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10331 Use `let', not `let*'.
10332 (balance-windows-2): Remove unused variable `found'.
10333 (window--state-put-2): Remove unused variable `splits'.
10334 (window-state-put): Remove unused variable `selected'.
10335 (same-window-p): Use `string-match-p'.
10336 (display-buffer-assq-regexp): Remove unused variable `value'.
10337 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10338 Mark argument ALIST as ignored.
10339 (pop-to-buffer): Remove unused variable `old-window'.
10340
10341 2012-01-29 Eli Zaretskii <eliz@gnu.org>
10342
10343 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10344 and .lzma compressed files.
10345
10346 2012-01-29 Chong Yidong <cyd@gnu.org>
10347
10348 * frame.el (window-system-default-frame-alist): Doc fix.
10349
10350 * dynamic-setting.el (font-setting-change-default-font): Don't
10351 change the default face if SET-FONT argument is non-nil (Bug#9982).
10352
10353 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10354
10355 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10356
10357 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
10358
10359 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10360 breakpoints in files outside current directory (Bug#6098).
10361
10362 2012-01-29 Chong Yidong <cyd@gnu.org>
10363
10364 * progmodes/python.el: Require ansi-color at top-level.
10365
10366 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10367 Define and use in Emacs Lisp mode (Bug#9360).
10368 (lisp-mode-abbrev-table): Add doc.
10369 (lisp-mode-variables): Don't set local-abbrev-table.
10370 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10371
10372 2012-01-28 Roland Winkler <winkler@gnu.org>
10373
10374 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10375
10376 2012-01-28 Roland Winkler <winkler@gnu.org>
10377
10378 * textmodes/bibtex.el (bibtex-entry-alist): New function.
10379 (bibtex-set-dialect): Use it. Either set global values of
10380 dialect-dependent variables or bind these variables buffer-locally
10381 (Bug#10254).
10382 (bibtex-mode): Call bibtex-set-dialect via
10383 hack-local-variables-hook.
10384 (bibtex-dialect): Update docstring.
10385 Add safe-local-variable predicate.
10386 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10387 bibtex-set-dialect.
10388 (bibtex-mode-map): Define menu for each dialect.
10389 (bibtex-entry): Fix docstring.
10390
10391 2012-01-28 Chong Yidong <cyd@gnu.org>
10392
10393 * eshell/esh-arg.el (eshell-quote-argument): New function.
10394
10395 * eshell/esh-ext.el (eshell-invoke-batch-file):
10396 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10397 first arg to eshell-parse-command (Bug#10523).
10398
10399 2012-01-28 Drew Adams <drew.adams@oracle.com>
10400
10401 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10402 `default-directory' is non-nil.
10403
10404 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10405
10406 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10407 line that displays system-configuration-options. (Bug#9924)
10408
10409 2012-01-28 Drew Adams <drew.adams@oracle.com>
10410
10411 * descr-text.el (describe-char): Show information about POS, in
10412 addition to information about the character at POS. Improve and
10413 update the doc string. Change "code point" to "code point in
10414 charset", to avoid confusion with the character's Unicode code
10415 point shown above that. (Bug#10129)
10416
10417 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10418
10419 * descr-text.el (describe-char): Show the raw character, not only
10420 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10421 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10422 for the reasons.
10423
10424 2012-01-28 Phil Hagelberg <phil@hagelb.org>
10425
10426 * emacs-lisp/package.el (package-install):
10427 Run package-refresh-contents if there is no archive yet (Bug#9798).
10428
10429 2012-01-28 Chong Yidong <cyd@gnu.org>
10430
10431 * emacs-lisp/package.el (package-maybe-load-descriptor):
10432 New function, split from package-maybe-load-descriptor.
10433 (package-maybe-load-descriptor): Use it.
10434 (package-download-transaction): Fully load required packages
10435 inside the loop, so that `require' calls work (Bug#10593).
10436 (package-install): No need to call package-initialize now.
10437
10438 2012-01-28 Chong Yidong <cyd@gnu.org>
10439
10440 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10441
10442 * tooltip.el (tooltip-mode): Doc fix.
10443 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10444
10445 * frame.el (set-cursor-color): Doc fix (Bug#352).
10446
10447 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10448 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10449
10450 * cus-edit.el (custom-buffer-create-internal): Fix search button
10451 action (Bug#10542).
10452 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
10453
10454 2012-01-27 Eduard Wiebe <usenet@pusto.de>
10455
10456 * dired.el (dired-mark-files-regexp):
10457 Include any subdirectory components. (Bug#10445)
10458
10459 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
10460
10461 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10462 Handle [host]:port syntax. (Bug#10533)
10463
10464 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
10465
10466 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10467
10468 2012-01-26 Glenn Morris <rgm@gnu.org>
10469
10470 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10471 * term.el (term-raw-escape-map): Use Control-X-prefix.
10472 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
10473
10474 2012-01-25 Martin Rudalics <rudalics@gmx.at>
10475
10476 * window.el (window-state-get, window--state-get-1): Don't deal
10477 with fixed-sizeness of windows. Simplify code.
10478
10479 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10480
10481 * window.el (window--state-get-1, window--state-put-2):
10482 Don't save and restore the mark.
10483
10484 2012-01-25 Chong Yidong <cyd@gnu.org>
10485
10486 * custom.el (custom-variable-p): Doc fix.
10487
10488 2012-01-25 Glenn Morris <rgm@gnu.org>
10489
10490 * dired.el (dired-goto-file): Handle some of the more common
10491 characters that `ls -b' escapes. (Bug#10596)
10492
10493 * progmodes/compile.el (compilation-next-error-function):
10494 Respect compilation-first-column in the "*compilation*" buffer.
10495 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
10496
10497 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10498
10499 2012-01-24 Glenn Morris <rgm@gnu.org>
10500
10501 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10502
10503 2012-01-24 Julien Danjou <julien@danjou.info>
10504
10505 * color.el (color-rgb-to-hsl): Fix value computing.
10506 (color-hue-to-rgb): New function.
10507 (color-hsl-to-rgb): New function.
10508 (color-clamp, color-saturate-hsl, color-saturate-name)
10509 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10510 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10511
10512 2012-01-24 Glenn Morris <rgm@gnu.org>
10513
10514 * vc/vc-rcs.el (vc-rcs-create-tag):
10515 * vc/vc-sccs.el (vc-sccs-create-tag):
10516 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
10517
10518 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
10519
10520 * eshell/esh-util.el (eshell-read-hosts-file):
10521 Skip comment lines. (Bug#10549)
10522
10523 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10524
10525 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
10526
10527 * subr.el (display-delayed-warnings): Doc fix.
10528 (collapse-delayed-warnings): New function to collapse identical
10529 adjacent warnings.
10530 (delayed-warnings-hook): Add it.
10531
10532 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
10533
10534 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10535
10536 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10537 (tramp-default-user-alist): Don't add "pscp".
10538 (tramp-do-copy-or-rename-file-out-of-band): Use connection
10539 property "login-as", if set. (Bug#10530)
10540
10541 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
10542
10543 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10544 "plink1" and "psftp". (Bug#10530)
10545
10546 2012-01-21 Kenichi Handa <handa@m17n.org>
10547
10548 * international/mule-cmds.el (prefer-coding-system): Show a
10549 warning message if the default value of file-name-coding-system
10550 was not changed.
10551
10552 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10553
10554 * windmove.el (windmove-reference-loc):
10555 Fix windmove-reference-loc miscalculation.
10556
10557 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
10558
10559 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10560 default unit.
10561
10562 2012-01-21 Glenn Morris <rgm@gnu.org>
10563
10564 * international/mule.el (auto-coding-alist): Add .tbz.
10565
10566 * files.el (local-enable-local-variables): Doc fix.
10567 (inhibit-local-variables-regexps): Rename from
10568 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
10569 Doc fix. Add some extensions from auto-coding-alist.
10570 (inhibit-local-variables-suffixes):
10571 Rename from inhibit-first-line-modes-suffixes. Doc fix.
10572 (inhibit-local-variables-p):
10573 New function, extracted from set-auto-mode-1.
10574 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
10575 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
10576 (hack-local-variables): Doc fix. Make the mode-only case
10577 respect enable-local-variables and friends.
10578 Respect inhibit-local-variables-regexps for file-locals, but
10579 not for directory-locals.
10580 (set-visited-file-name):
10581 Take account of inhibit-local-variables-regexps.
10582 Whether it applies may change as the file name is changed.
10583 * jka-cmpr-hook.el (jka-compr-install):
10584 * jka-compr.el (jka-compr-uninstall):
10585 Update for inhibit-first-line-modes-suffixes name change.
10586
10587 2012-01-20 Martin Rudalics <rudalics@gmx.at>
10588
10589 * help-macro.el (make-help-screen): Temporarily restore original
10590 binding for minor-mode-map-alist (Bug#10454).
10591
10592 2012-01-19 Julien Danjou <julien@danjou.info>
10593
10594 * color.el (color-name-to-rgb): Use the white color to find the max
10595 color component value and return correctly computed values.
10596 (color-name-to-rgb): Add missing float conversion for max value.
10597
10598 2012-01-19 Martin Rudalics <rudalics@gmx.at>
10599
10600 * window.el (window--state-get-1, window-state-get): Do not use
10601 special state value for window-persistent-parameters.
10602 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
10603 (window--state-put-2): Reset all window parameters to nil before
10604 assigning values of persistent parameters.
10605
10606 2012-01-18 Alan Mackenzie <acm@muc.de>
10607
10608 Eliminate sluggishness and hangs in fontification of "semicolon
10609 deserts".
10610
10611 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10612 Change value 10000 -> 3000.
10613 (c-state-safe-place): Reformulate so it doesn't stack up an
10614 infinite number of wrong entries in c-state-nonlit-pos-cache.
10615 (c-determine-limit-get-base, c-determine-limit): New functions to
10616 determine backward search limits disregarding literals.
10617 (c-find-decl-spots): Amend commenting.
10618 (c-cheap-inside-bracelist-p): New function which detects "={".
10619
10620 * progmodes/cc-fonts.el
10621 (c-make-font-lock-BO-decl-search-function): Give a limit to a
10622 backward search.
10623 (c-font-lock-declarations): Fix an occurrence of point being
10624 undefined. Check additionally for point being in a bracelist or
10625 near a macro invocation without a semicolon so as to avoid a
10626 fruitless time consuming search for a declarator. Give a more
10627 precise search limit for declarators using the new
10628 c-determine-limit.
10629
10630 2012-01-18 Glenn Morris <rgm@gnu.org>
10631
10632 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
10633 (set-auto-mode): Doc fixes.
10634
10635 2012-01-17 Glenn Morris <rgm@gnu.org>
10636
10637 * isearch.el (search-nonincremental-instead): Fix doc typo.
10638
10639 * dired.el (dired-insert-directory): Handle newlines in directory name.
10640 (dired-build-subdir-alist): Unescape newlines in directory name.
10641
10642 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
10643
10644 * net/tramp.el (tramp-local-end-of-line): New defcustom.
10645 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
10646 (tramp-action-terminal): Use it. (Bug#10530)
10647
10648 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10651
10652 2012-01-16 Martin Rudalics <rudalics@gmx.at>
10653
10654 * window.el (window-state-ignored-parameters): Remove variable.
10655 (window--state-get-1): Rename argument MARKERS to IGNORE.
10656 Handle persistent window parameters. Make copy of clone-of
10657 parameter only if requested. (Bug#10348)
10658 (window--state-put-2): Install a window parameter only if it has
10659 a non-nil value or an existing parameter shall be overwritten.
10660
10661 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
10662
10663 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10664
10665 2012-01-14 Eli Zaretskii <eliz@gnu.org>
10666
10667 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
10668 don't pass the (nil) value of `upnode' to string-match.
10669
10670 2012-01-14 Chong Yidong <cyd@gnu.org>
10671
10672 * startup.el (command-line): Fix X resource class for cursorColor.
10673 Fix values recognized by the cursorBlink resource.
10674
10675 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
10676
10677 * epg.el (epg--make-temp-file): Avoid permission race condition
10678 when running on old Emacs versions (bug#10403).
10679
10680 2012-01-14 Glenn Morris <rgm@gnu.org>
10681
10682 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10683
10684 2012-01-13 Alan Mackenzie <acm@muc.de>
10685
10686 Fix filling for when filladapt mode is enabled.
10687
10688 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
10689 c-mask-paragraph, pass in `fill-paragraph' rather than
10690 `fill-region-as-paragraph'. (This is a reversion of a previous
10691 change.)
10692 * progmodes/cc-mode.el (c-basic-common-init):
10693 Make fill-paragraph-handle-comment buffer local and set it to nil.
10694
10695 2012-01-13 Glenn Morris <rgm@gnu.org>
10696
10697 * dired.el (dired-switches-escape-p): New function.
10698 (dired-insert-directory): Use dired-switches-escape-p.
10699 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
10700
10701 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
10702
10703 2012-01-12 Glenn Morris <rgm@gnu.org>
10704
10705 * mail/sendmail.el (mail-mode): Update paragraph-separate for
10706 changes in adaptive-fill-regexp. (Bug#10276)
10707
10708 2012-01-11 Alan Mackenzie <acm@muc.de>
10709
10710 Fix Emacs bug #10463 - put `widen's around the critical spots.
10711
10712 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
10713 widen around each invocation of c-state-pp-to-literal. Remove an
10714 unused let variable.
10715
10716 2012-01-11 Glenn Morris <rgm@gnu.org>
10717
10718 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
10719 Doc fix.
10720
10721 2012-01-10 Chong Yidong <cyd@gnu.org>
10722
10723 * net/network-stream.el (network-stream-open-starttls):
10724 Avoid emitting a confusing error message when the server gives a bad
10725 response to the capability command.
10726
10727 2012-01-10 Glenn Morris <rgm@gnu.org>
10728
10729 * mail/unrmail.el (unrmail): Tweak previous change.
10730
10731 2012-01-09 Chong Yidong <cyd@gnu.org>
10732
10733 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10734
10735 2012-01-08 Alan Mackenzie <acm@muc.de>
10736
10737 Optimise font locking in long enum definitions.
10738
10739 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
10740 arm to a cond form to handle enums.
10741 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
10742 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
10743
10744 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
10745
10746 * files.el (move-file-to-trash): Preserve default file modes on error.
10747 (Bug#10401)
10748
10749 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10750
10751 * faces.el (set-face-attribute): Clarify the meaning of the nil
10752 frame (bug#10294).
10753
10754 * subr.el (with-selected-frame): Mention that the selected frame
10755 is restored (bug#9980).
10756
10757 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
10758 (bug#9759).
10759
10760 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
10761 (password-read): Don't autoload unused function.
10762
10763 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
10764
10765 * progmodes/which-func.el (which-func-mode): Turn into a
10766 non-interactive function and mark as obsolete (bug#10428).
10767
10768 2012-01-06 Chong Yidong <cyd@gnu.org>
10769
10770 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
10771 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
10772 functions, along with 1 and -1.
10773
10774 2012-01-06 Eli Zaretskii <eliz@gnu.org>
10775
10776 * time.el (display-time-load-average)
10777 (display-time-default-load-average): Doc fixes. See the thread
10778 starting at
10779 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
10780 for the details.
10781
10782 2012-01-06 Glenn Morris <rgm@gnu.org>
10783
10784 * mail/unrmail.el (unrmail): Give an explicit error if the input file
10785 has no messages. (Bug#10377)
10786
10787 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
10788 than Info-edit. (Bug#10385)
10789
10790 * time.el (display-time-load-average, display-time-next-load-average):
10791 Doc fixes.
10792
10793 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
10794 local setting of buffer-read-only to the input buffer. (Bug#10419)
10795
10796 * calendar/calendar.el (calendar-mode):
10797 Locally set scroll-margin to 0. (Bug#10379)
10798
10799 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
10800
10801 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
10802
10803 2012-01-05 Glenn Morris <rgm@gnu.org>
10804
10805 * eshell/em-unix.el (diff-no-select): Autoload it.
10806 (eshell/diff): Use diff-no-select. (Bug#10420)
10807
10808 2012-01-05 Chong Yidong <cyd@gnu.org>
10809
10810 * shell.el (shell-dynamic-complete-functions): Revert last change.
10811 (shell-command-completion-function): New function.
10812 (shell-completion-vars): Use it to implement
10813 shell-completion-execonly (Bug#10417).
10814
10815 * custom.el (enable-theme): Don't set custom-safe-themes.
10816
10817 * cus-theme.el (custom-theme-merge-theme):
10818 Ignore custom-enabled-themes and custom-safe-themes.
10819
10820 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
10821
10822 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
10823 first prompt in `sql-interacive-mode'.
10824 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
10825 keywords.
10826 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
10827 (sql-product-interactive): Bug fix: Set `sql-buffer' in
10828 context of original buffer. Invoke `sql-login-hook'.
10829
10830 2012-01-04 Eli Zaretskii <eliz@gnu.org>
10831
10832 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
10833 letters in cite-prefix.
10834
10835 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10836
10837 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
10838
10839 2012-01-03 Chong Yidong <cyd@gnu.org>
10840
10841 * shell.el (shell-dynamic-complete-functions):
10842 Put pcomplete-completions-at-point, so as to try
10843 comint-filename-completion first (Bug#10417).
10844
10845 2012-01-02 Richard Stallman <rms@gnu.org>
10846
10847 * battery.el (battery-status-function):
10848 Detect when to use battery-yeeloong-sysfs.
10849 (battery-echo-area-format): Add string for Yeeloong.
10850 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
10851 (battery-yeeloong-sysfs): New function.
10852
10853 2012-01-02 Chong Yidong <cyd@gnu.org>
10854
10855 * dirtrack.el (dirtrack-list): Eliminate unused third element.
10856 (dirtrack): Merge code for handling relative filenames in prompt
10857 from shell-dir-cookie-watcher.
10858 (dirtrack-debug-message): New arg to avoid excess format calls.
10859
10860 * shell.el (shell-dir-cookie-re): Variable deleted.
10861 (shell-dir-cookie-watcher): Function deleted.
10862 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
10863 with dirtrack-mode.
10864
10865 2012-01-01 Eli Zaretskii <eliz@gnu.org>
10866
10867 * term/w32-win.el (dynamic-library-alist) <gnutls>:
10868 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
10869 libgnutls-26.dll.
10870
10871 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
10872
10873 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
10874
10875 2011-12-31 Eli Zaretskii <eliz@gnu.org>
10876
10877 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
10878 headers of non-MIME messages, when rmail-enable-mime is non-nil.
10879
10880 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
10881
10882 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
10883 also for alternative shells.
10884 (tramp-open-connection-setup-interactive-shell): Check, whether
10885 the shell is a busybox.
10886 (tramp-send-command): Don't suppress multiple prompts for
10887 busyboxes, it hurts.
10888
10889 2011-12-28 Chong Yidong <cyd@gnu.org>
10890
10891 * progmodes/gdb-mi.el (gdb-get-source-file-list)
10892 (gdb-get-source-file): Move mode line update to
10893 gdb-get-source-file (Bug#10087).
10894
10895 2011-12-25 Chong Yidong <cyd@gnu.org>
10896
10897 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
10898 gud-gdb-marker-filter without taking it as an argument.
10899 (gud-gdb-run-command-fetch-lines): Caller changed.
10900 (gud-gdb-completion-function): New variable.
10901 (gud-gdb-completion-at-point): Use it.
10902 (gud-gdb-completions-1): Split from gud-gdb-completions.
10903
10904 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
10905 function as separate arguments.
10906 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
10907 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
10908 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
10909 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
10910 (gdb-stopped, def-gdb-auto-update-trigger)
10911 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
10912 (gdb-get-changed-registers, gdb-get-main-selected-frame):
10913 Callers changed.
10914 (gud-gdbmi-completions): New function.
10915 (gdb): Use it for generating the completion table.
10916
10917 2011-12-24 Alan Mackenzie <acm@muc.de>
10918
10919 Introduce a mechanism to widen the region used in context font
10920 locking. Use this to protect declarations from losing their contexts.
10921
10922 * progmodes/cc-langs.el (c-before-font-lock-functions):
10923 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
10924 (c-before-context-fontification-functions): New defvar, a list of
10925 functions to be run just before context (etc.) font locking.
10926
10927 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
10928 New, functionality extracted from
10929 c-neutralize-syntax-in-and-mark-CPP.
10930 (c-in-after-change-fontification): New variable.
10931 (c-after-change): Set c-in-after-change-fontification.
10932 (c-set-fl-decl-start): Rejig its interface, so it can be called
10933 from both after-change and context fontifying.
10934 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
10935 New functions.
10936 (c-standard-font-lock-fontify-region-function): New variable.
10937 (c-font-lock-fontify-region): New function.
10938
10939 2011-12-24 Juri Linkov <juri@jurta.org>
10940
10941 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
10942 (Bug#10348)
10943
10944 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
10945
10946 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
10947 existence of source file. (Bug#10325)
10948
10949 2011-12-23 Alan Mackenzie <acm@muc.de>
10950
10951 Fix unstable fontification inside templates.
10952
10953 * progmodes/cc-langs.el (c-before-font-lock-functions):
10954 Newly created from the singular version. The (c c++ objc) entry now
10955 additionally has c-set-fl-decl-start. The other languages (apart
10956 from AWK) have that as a single entry.
10957
10958 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10959 The functionality for "local" declarations has been extracted to
10960 c-set-fl-decl-start.
10961
10962 * progmodes/cc-mode.el (c-common-init, c-after-change):
10963 Changes due to pluralisation of c-before-font-lock-functions.
10964 (c-set-fl-decl-start): New function, extracted from
10965 c-font-lock-enclosing-decls and enhanced.
10966
10967 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
10968
10969 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
10970
10971 2011-12-22 Juri Linkov <juri@jurta.org>
10972
10973 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
10974
10975 2011-12-22 Chong Yidong <cyd@gnu.org>
10976
10977 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
10978
10979 2011-12-21 Drew Adams <drew.adams@oracle.com>
10980
10981 * files.el (file-remote-p): Fix docstring. (Bug#10319)
10982
10983 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10984
10985 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
10986
10987 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10988
10989 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
10990 highlighting and support. Fix up comments for capitalization.
10991 (cfengine-mode-debug): New var.
10992 (cfengine3-mode): Change the modeline indicator to "CFE3".
10993 (cfengine3-font-lock-keywords): Improve defun highlighting.
10994 (cfengine2-actions): Rename from `cfengine-actions'.
10995 (cfengine2-font-lock-keywords): Rename from
10996 `cfengine-font-lock-keywords'.
10997 (cfengine2-imenu-expression): Rename from
10998 `cfengine-imenu-expression'.
10999 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11000 (cfengine2-beginning-of-defun): Rename from
11001 `cfengine-beginning-of-defun'.
11002 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11003 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11004 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11005 modeline indicator to "CFE2".
11006 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11007 (cfengine-mode-abbrevs): Mark obsolete.
11008
11009 2011-12-21 Chong Yidong <cyd@gnu.org>
11010
11011 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11012 filename argument.
11013
11014 2011-12-20 Martin Rudalics <rudalics@gmx.at>
11015
11016 * window.el (window-normalize-buffer-to-display): Remove.
11017 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11018
11019 2011-12-19 Chong Yidong <cyd@gnu.org>
11020
11021 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11022 Don't signal an error in a predicate function; return non-nil.
11023 (vc-dir-mark-file): Move the error here.
11024 (vc-dir-mark-unmark): If acting on the region, keep going if one
11025 of the entries cannot be marked/unmarked.
11026 (vc-dir-mark-all-files): If current entry is a directory, mark
11027 only child files, as documented.
11028
11029 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11030
11031 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11032 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11033 addition.
11034
11035 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11036
11037 * term/ns-win.el (ns-get-selection-internal)
11038 (ns-store-selection-internal): Declare.
11039 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11040 Declare as obsolete.
11041 (ns-get-pasteboard, ns-paste-secondary):
11042 Use ns-get-selection-internal.
11043 (ns-set-pasteboard, ns-copy-including-secondary):
11044 Use ns-store-selection-internal.
11045
11046 2011-12-17 Chong Yidong <cyd@gnu.org>
11047
11048 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
11049 (vc-deduce-fileset): Doc fix.
11050
11051 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11052
11053 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11054
11055 2011-12-13 Sam Steingold <sds@gnu.org>
11056
11057 * man.el (Man-getpage-in-background): When running under a
11058 window-system, ignore $MANWIDTH and $COLUMNS.
11059
11060 2011-12-15 Kenichi Handa <handa@m17n.org>
11061
11062 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11063 (setup-ethiopic-environment-internal): Comment out key-binding for
11064 ethio-toggle-punctuation.
11065
11066 2011-12-13 Alan Mackenzie <acm@muc.de>
11067
11068 Add the switch statement to AWK Mode.
11069
11070 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
11071 "default" to the keywords regexp.
11072
11073 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
11074 expression as the rest.
11075 (c-nonlabel-token-key): Allow string literals for AWK.
11076 Refactor for the other modes.
11077
11078 Large brace-block initialisation makes CC Mode slow: Fix.
11079 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
11080 routines. Limit backward searching in c-font-lock-enclosing.decl.
11081
11082 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11083 pp-state and literal type in addition to the limits.
11084 (c-state-safe-place): New defun, extracted from c-state-literal-at.
11085 (c-state-literal-at): Use the above new defun.
11086 (c-slow-in-literal, c-fast-in-literal): Remove.
11087 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
11088
11089 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11090 being in a literal. Add a limit for backward searching.
11091
11092 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11093 c-slow-in-literal.
11094
11095 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11098
11099 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11100
11101 * window.el (delete-other-windows): Use correct frame in call to
11102 window-with-parameter.
11103
11104 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11105
11106 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11107 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11108 (makefile-gmake-statements, makefile-makepp-statements):
11109 Use it and add new makepp keywords.
11110 (makefile-makepp-font-lock-keywords): Add new patterns.
11111 (makefile-match-function-end): Match new [...] and [[...]].
11112
11113 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11114
11115 * ses.el (ses-call-printer-return, ses-cell-property-get)
11116 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11117 (ses-create-cell-variable, ses-reset-header-string)
11118 (ses-cell-set-formula, ses-repair-cell-reference-all)
11119 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11120 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11121 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11122 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11123 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11124 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11125 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11126 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11127 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11128 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11129 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11130 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11131
11132 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11133
11134 * ses.el: The overall change is to add cell renaming, that is
11135 setting fancy names for cell symbols other than name matching
11136 "\\`[A-Z]+[0-9]+\\'" regexp .
11137 (ses-create-cell-variable): New defun.
11138 (ses-relocate-formula): Relocate formulas only for cells the
11139 symbols of which are not renamed, i.e. symbols whose names do not
11140 match regexp "\\`[A-Z]+[0-9]+\\'".
11141 (ses-relocate-all): Relocate values only for cells the symbols of
11142 which are not renamed.
11143 (ses-load): Create cells variables as the (ses-cell ...) are read,
11144 in order to check row col consistency with cell symbol name only
11145 for cells that are not renamed.
11146 (ses-replace-name-in-formula): New defun.
11147 (ses-rename-cell): New defun.
11148
11149 2011-12-11 Chong Yidong <cyd@gnu.org>
11150
11151 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11152 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11153
11154 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11155
11156 * window.el (other-window): Fix docstring.
11157
11158 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11159
11160 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11161 `from' or `to' address before taking its substring.
11162 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11163 encoded name is chopped in the middle of the encoded string, and
11164 thus displayed encoded.
11165
11166 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11167
11168 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11169
11170 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11171
11172 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11173 to use texinfo-update-node and commands that call it if the
11174 Texinfo file uses @node lines without next/prev/up pointers.
11175 Correct outdated description about texinfo-master-menu.
11176 (texinfo-all-menus-update, texinfo-master-menu)
11177 (texinfo-update-node, texinfo-every-node-update)
11178 (texinfo-multiple-files-update): Doc fix. Warn against updating
11179 all the @node lines.
11180 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11181 argument is numeric. Explain better in the doc string what the
11182 function really does.
11183 (texinfo-insert-master-menu-list): Improve the error message
11184 displayed if there's no menu in the Top node.
11185 (Bug#2975) See also this thread:
11186 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11187
11188 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11189
11190 * speedbar.el (speedbar-supported-extension-expressions):
11191 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11192
11193 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11194
11195 * printing.el (pr-mode-alist):
11196 * simple.el (filter-buffer-substring-functions)
11197 (completion-list-insert-choice-function):
11198 * window.el (window-with-parameter, window-atom-root)
11199 (window-sides-slots, window-size-fixed, window-min-delta)
11200 (window-max-delta, window--resize-mini-window)
11201 (window--resize-child-windows-normal, window-tree)
11202 (delete-other-windows, quit-window, split-window)
11203 (display-buffer-record-window, special-display-buffer-names)
11204 (special-display-regexps, special-display-popup-frame)
11205 (same-window-p, split-window-sensibly)
11206 (display-buffer-overriding-action, display-buffer-alist)
11207 (display-buffer-base-action, display-buffer, switch-to-buffer)
11208 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11209 (fit-window-to-buffer, recenter-positions)
11210 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11211 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11212 and remove unneeded backslashes in docstrings.
11213
11214 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11217
11218 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11219 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11220 end in ".mk".
11221 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11222 when reading the makefile (bug#10116).
11223
11224 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11227 (bug#10116).
11228
11229 2011-12-06 Glenn Morris <rgm@gnu.org>
11230
11231 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11232
11233 2011-12-06 Chong Yidong <cyd@gnu.org>
11234
11235 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11236
11237 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
11238
11239 * textmodes/table.el (table-shorten-cell): Fix typo.
11240
11241 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11242
11243 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11244
11245 2011-12-05 Eli Zaretskii <eliz@gnu.org>
11246
11247 * descr-text.el (describe-char): Fix display of strong
11248 right-to-left characters and directional embeddings and overrides.
11249
11250 * simple.el (what-cursor-position): Fix display of codepoints of
11251 strong right-to-left characters.
11252
11253 2011-12-05 Chong Yidong <cyd@gnu.org>
11254
11255 * faces.el (read-color): Doc fix.
11256
11257 2011-12-05 Glenn Morris <rgm@gnu.org>
11258
11259 * align.el (align--set-marker): Add doc-string.
11260 Don't try to move something that is not a marker. (Bug#10216)
11261
11262 2011-12-04 Glenn Morris <rgm@gnu.org>
11263
11264 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11265 overly zealous deletion of trailing whitespace.
11266
11267 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
11268
11269 * server.el (server-delete-client): On Windows, do not try to delete
11270 the only terminal.
11271 (server-process-filter): On Windows, treat requests for a tty frame as
11272 if they were for a GUI frame if the running server is in GUI mode.
11273
11274 2011-12-03 Glenn Morris <rgm@gnu.org>
11275
11276 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11277
11278 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * electric.el: Streamline electric-indent's hook.
11281 (electric-indent-chars): Revert to simple list.
11282 (electric-indent-functions): New var.
11283 (electric-indent-post-self-insert-function): Use it.
11284
11285 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11286 there's no inferior buffer (bug#10196).
11287 (prolog-consult-compile): Don't use toggle-read-only.
11288
11289 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
11290
11291 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11292 interrupt. (Bug#10187)
11293
11294 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11297 (bug#9160).
11298
11299 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11300 (bug#10191).
11301
11302 2011-12-02 Juri Linkov <juri@jurta.org>
11303
11304 * info.el (Info-search): Display "end of manual" when Isearch
11305 reaches the end of single-file Info manual. (Bug#9918)
11306
11307 2011-12-02 Eli Zaretskii <eliz@gnu.org>
11308
11309 * isearch.el (isearch-message-prefix): Run the input method part
11310 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11311
11312 2011-12-02 Juri Linkov <juri@jurta.org>
11313
11314 * isearch.el (isearch-occur): Use `word-search-regexp' for
11315 `isearch-word'.
11316 (isearch-search-and-update): Add condition for `isearch-word' and
11317 call `word-search-regexp'. (Bug#10145)
11318
11319 2011-12-01 Glenn Morris <rgm@gnu.org>
11320
11321 * eshell/em-hist.el (eshell-hist-initialize):
11322 Handle eshell-history-size nil and HISTSIZE set or unset.
11323 (eshell-history-file-name, eshell-history-size): Fix custom type.
11324
11325 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11326
11327 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11328
11329 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
11330
11331 * progmodes/verilog-mode.el (verilog-pretty-expr):
11332 Rework verilog-pretty-expr to handle new assignment operators in system
11333 verilog, such as += *= and the like.
11334 (verilog-assignment-operator-re): Regular expression to find the
11335 assigment operator in a verilog assignment.
11336 (verilog-assignment-operation-re): Regular expression to find an
11337 assignment statement for pretty-expr.
11338 (verilog-in-attribute-p): Query returns true if point is in an
11339 attribute context; used to skip these for expression line up from
11340 pretty-expr.
11341 (verilog-in-parameter-p): Query returns true if point is in an
11342 parameter definition context; used to skip these for expression
11343 line up from pretty-expr.
11344 (verilog-in-parenthesis-p): Query returns true if point is in a
11345 parenthetical expression, specifically ( ) but not [ ] or { };
11346 used by pretty-expr.
11347 (verilog-just-one-space): If there is no space, don't add one.
11348 (verilog-get-lineup-indent-2): Specifically skip just attribute
11349 contexts for expression lineup, rather than skipping all
11350 parenthetical expressions.
11351 (verilog-calculate-indent): Fix comment, and fix indent.
11352 (verilog-do-indent): Indent declarations in lists (suggested by
11353 Joachim Lechner).
11354 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11355 skeleton items.
11356 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11357 by Alain Mellan).
11358
11359 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
11360
11361 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11362 parameters with embedded comments. Reported by Ray Stevens.
11363 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11364 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11365 Reported by Tim Holt.
11366 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11367 instantiated by upper module causing wrong expansion until AUTOed a
11368 second time. Reported by K C Buckenmaier.
11369 (verilog-diff-auto): Fix showing .* as a difference when
11370 `verilog-auto-star-save' off. Reported by Dan Dever.
11371 (verilog-auto-reset, verilog-read-always-signals)
11372 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11373 temporary signals in reset list if
11374 verilog-auto-reset-blocking-in-non is nil, and match assignment
11375 style to each signal's assignment type, bug381.
11376 Reported by Thomas Esposito.
11377 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11378 (verilog-uvm-statement-re): Support UVM indentation and
11379 highlighting, with old OVM keywords only.
11380 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
11381 Support AUTOTIEOFF creating non-wire data types.
11382 Suggested by Jonathan Greenlaw.
11383 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11384 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11385 (verilog-inject-sense, verilog-read-inst-pins)
11386 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11387 Fix mismatching parenthesis inside commented out code when deleting
11388 AUTOINST, bug383. Reported by Jonathan Greenlaw.
11389 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11390 non-numeric vector width. Reported by Alex Reed.
11391 (verilog-auto-ascii-enum): Add "onehot" option to work around not
11392 detecting signals with parameter widths. Reported by Alex Reed.
11393 (verilog-auto-delete-trailing-whitespace):
11394 With `verilog-auto-delete-trailing-whitespace' remove trailing
11395 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11396 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11397 Fix verilog-scan-cache corruption when running user AUTO expansion
11398 hooks that call indentation routines.
11399 (verilog-simplify-range-expression): Fix typo ignoring lower case
11400 identifiers.
11401 (verilog-delete-auto): Fix delete-autos to also remove user created
11402 automatics, as long as they start with AUTO.
11403 (verilog-batch-diff-auto, verilog-diff-auto)
11404 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11405 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11406 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11407 (verilog-in-paren-quick, verilog-re-search-backward-quick)
11408 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11409 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
11410 is disabled and its cache will get corrupt, causing AUTOS not to
11411 expand. Instead use only -quick functions.
11412 (verilog-scan-region): Fix scanning over escaped quotes.
11413 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11414 (verilog-re-search-backward-quick)
11415 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11416 related functions now ignore strings, to fix misparsing of strings
11417 with magic comments embedded in them.
11418 (verilog-read-auto-template):
11419 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11420 Reported by Brad Dobbie.
11421 (verilog-read-auto-template):
11422 Fix 'verilog-auto-inst-template-numbers' with comments.
11423 Reported by Brad Dobbie.
11424 (verilog-auto-inst, verilog-auto-inst-param)
11425 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11426 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11427 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
11428 debugging templates without merge conflicts, bug357.
11429 Reported by Brad Dobbie.
11430 (verilog-read-auto-template):
11431 Fix verilog-auto-inst-template-numbers with multiple templates.
11432 Reported by Brad Dobbie.
11433 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11434 abbrevs so user won't be asked to save.
11435 (verilog-read-auto-lisp-present): Fix to start at beginning of
11436 buffer in case called outside of verilog-auto.
11437 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11438 to "X-2". Reported by Matthew Myers.
11439 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11440 all inputs from module templates. Reported by Leith Johnson.
11441 (verilog-module-inside-filename-p): Fix locating programs as with
11442 modules.
11443 (verilog-auto-inst-port): Fix vl-width expressions when using
11444 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11445 (verilog-decls-get-regs, verilog-decls-get-signals,
11446 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11447 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11448 verilog-read-decls): Combine reg and wire structures into one var
11449 structure to represent SystemVerilog concepts.
11450 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11451 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
11452 (verilog-auto-wire-type, verilog-insert-definition):
11453 Add verilog-auto-wire-type and AUTOLOGIC to support using
11454 SystemVerilog "logic" keyword instead of "wire"/"reg".
11455 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11456 to declares outputs that also have assignments (presumably in an
11457 ifdef or generate if so there's not a driver conflict).
11458 Reported by Matthew Myers.
11459 (verilog-auto-declare-nettype, verilog-insert-definition):
11460 Add verilog-auto-declare-nettype to fix declarations using
11461 `default_nettype none. Reported by Julian Gorfajn.
11462 (verilog-read-always-signals-recurse, verilog-read-decls)
11463 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11464 malformed end statement, bug325. Reported by Joshua Wise and
11465 Andrew Drake.
11466 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11467 (verilog-inst-comment-re): Fix not deleting Interfaced comment
11468 when expanding .* in interfaces, bug320.
11469 Reported by Pierre-David Pfister.
11470 (verilog-read-module-name): Fix import statements between module
11471 name and open parenthesis, bug317.
11472 Reported by Pierre-David Pfister.
11473 (verilog-simplify-range-expression): Fix simplification of
11474 multiplications inside AUTOWIRE connections, bug303.
11475 (verilog-auto-inst-port): Support parameter expansion in
11476 multidimensional arrays.
11477 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11478 after "assert property". Reported by Julian Gorfajn.
11479 (verilog-simplify-range-expression): Fix "couldn't merge" errors
11480 with multiplication, bug303.
11481 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11482 Reported by Jan Frode Lonnum.
11483
11484 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
11485
11486 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11487 (hfy-shell-file-name, hfy-shell):
11488 * international/fontset.el (x-decompose-font-name): Fix typos.
11489
11490 2011-11-29 Ken Brown <kbrown@cornell.edu>
11491
11492 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11493 (gdb-version): Remove defvar.
11494 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11495 (gdb-gud-context-command, gdb-non-stop-handler)
11496 (gdb-current-context-command, gdb-stopped): Use it.
11497 (gdb-init-1): Enable pretty printing here.
11498 (gdb-non-stop-handler): Don't enable pretty-printing here.
11499 Check to see if the target supports non-stop mode; if not, turn off
11500 non-stop mode. Use the following.
11501 (gdb-check-target-async): New defun.
11502 (gud-watch, gdb-stopped): Fix whitespace.
11503 (gdb-get-source-file): Don't try to display the source file if
11504 `gdb-main-file' is nil.
11505
11506 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 * align.el: Try to generate fewer markers (bug#10047).
11509 (align--set-marker): New macro.
11510 (align-region): Use it.
11511
11512 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11515
11516 2011-11-29 Chong Yidong <cyd@gnu.org>
11517
11518 * indent.el (indent-for-tab-command, indent-according-to-mode):
11519 Doc fix.
11520 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
11521
11522 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
11523
11524 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11525 aware of remote file names. (Bug#10124)
11526
11527 2011-11-29 Chong Yidong <cyd@gnu.org>
11528
11529 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11530
11531 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11532
11533 * files.el (find-file): Don't use force-same-window (bug#10144).
11534 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11535 use pop-to-buffer if the selected window can't be used.
11536 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11537
11538 2011-11-28 Eli Zaretskii <eliz@gnu.org>
11539
11540 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11541 special-mode-map.
11542
11543 2011-11-28 Chong Yidong <cyd@gnu.org>
11544
11545 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11546
11547 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
11548
11549 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11550 gdb-get-source-file-list on gdb-create-source-file-list.
11551
11552 2011-11-26 Eli Zaretskii <eliz@gnu.org>
11553
11554 * whitespace.el (whitespace-newline): Use a different foreground
11555 color for 16-color light-background displays.
11556
11557 2011-11-24 Chong Yidong <cyd@gnu.org>
11558
11559 * window.el (display-buffer--special-action): Doc fix.
11560
11561 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
11562
11563 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11564 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11565 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11566 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11567 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11568 (avl-tree-stack-first):
11569 * emacs-lisp/cconv.el (cconv--analyse-use):
11570 * net/gnutls.el (gnutls-negotiate): Fix typos.
11571
11572 2011-11-24 Glenn Morris <rgm@gnu.org>
11573
11574 * lpr.el (lpr-windows-system, lpr-lp-system):
11575 * mail/binhex.el (binhex-begin-line):
11576 * progmodes/grep.el (grep-history, grep-find-history):
11577 * textmodes/flyspell.el:
11578 * vc/pcvs-defs.el (cvs-global-menu):
11579 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11580 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11581 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11582
11583 * net/tls.el: Fix case of "GnuTLS".
11584
11585 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11586
11587 * version.el (emacs-build-system): Give it a doc-string.
11588
11589 2011-11-24 Juri Linkov <juri@jurta.org>
11590
11591 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11592
11593 2011-11-24 Glenn Morris <rgm@gnu.org>
11594
11595 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
11596 if called on a non-mime message just toggle the headers. (Bug#8006)
11597
11598 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
11599
11600 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
11601 (allout-lead-with-comment-string, allout-structure-deleted-hook)
11602 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
11603 (allout-rebullet-heading, allout-open-sibtopic)
11604 (allout-toggle-current-subtree-encryption)
11605 (allout-toggle-subtree-encryption, allout-encrypt-string)
11606 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
11607 (allout-distinctive-bullets-string, allout-auto-activation):
11608 * window.el (window-normalize-buffer-to-display):
11609 * progmodes/verilog-mode.el (verilog-batch-indent):
11610 * textmodes/bibtex.el (bibtex-field-braces-opt)
11611 (bibtex-field-strings-opt):
11612 * vc/cvs-status.el (cvs-tree-merge):
11613 Fix typos.
11614
11615 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
11616
11617 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
11618 `non-essential' to t, in order to avoid remote connections.
11619
11620 2011-11-23 Eli Zaretskii <eliz@gnu.org>
11621
11622 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11623 On MS-DOS and MS-Windows, compare with loaddefs.el
11624 case-insensitively.
11625
11626 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11627
11628 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
11629
11630 2011-11-23 Glenn Morris <rgm@gnu.org>
11631
11632 * paths.el (rmail-file-name): Reformat the doc-string so that it
11633 is picked up.
11634
11635 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
11636 (rmail-auto-file): Ignore case in the "special" field names,
11637 as mail-fetch-field does for all others.
11638
11639 * mail/rmail.el (rmail-forward):
11640 * mail/rmailkwd.el (rmail-set-label):
11641 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
11642 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
11643
11644 * mail/rmail.el (rmail-current-message): Doc fix.
11645
11646 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
11647
11648 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11649
11650 * server.el (server-eval-and-print): Allow C-g (bug#6585).
11651
11652 2011-11-22 Glenn Morris <rgm@gnu.org>
11653
11654 * mail/rmailmm.el (test-rmail-mime-handler)
11655 (test-rmail-mime-bulk-handler)
11656 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
11657
11658 2011-11-21 Juri Linkov <juri@jurta.org>
11659
11660 * calc/calc.el (calc-read-key-sequence):
11661 Let-bind `input-method-function' to nil. (Bug#10018)
11662
11663 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11664
11665 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11666 Tell the caller that the next line needs recomputation, even
11667 though it doesn't start a sexp (bug#10094).
11668
11669 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11670
11671 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11672
11673 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11676 Use force-same-window.
11677
11678 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11679
11680 * descr-text.el (describe-char-unicode-data):
11681 * json.el (json-string-escape):
11682 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
11683 (Footnote-unicode, Footnote-style-p):
11684 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
11685
11686 2011-11-20 Chong Yidong <cyd@gnu.org>
11687
11688 * window.el (replace-buffer-in-windows): Restore interactive spec.
11689
11690 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11691
11692 * electric.el (electric-indent-mode): Fix last change (too optimistic).
11693
11694 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
11695 (byte-compile-global-not-obsolete-vars): New var.
11696 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
11697 Use it.
11698 (byte-compile-warn-obsolete): Align text with the one in *Help*.
11699
11700 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11701
11702 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
11703 * progmodes/pascal.el (electric-pascal-equal):
11704 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
11705 * xml.el (xml-substitute-special): Fix typos.
11706
11707 2011-11-20 Glenn Morris <rgm@gnu.org>
11708
11709 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
11710 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
11711 Doc fixes.
11712 (rmail-decode-mime-charset): Mark as obsolete.
11713
11714 * mail/rmailsum.el (rmail-message-regexp-p-1):
11715 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
11716 Before using mime functions, check they are set. (Bug#10077)
11717
11718 2011-11-19 Juri Linkov <juri@jurta.org>
11719
11720 * info.el (Info-finder-find-node): Use `package--builtins' instead
11721 of `package-alist'. Use node names formed by the pattern "Keyword "
11722 and the keyword name.
11723
11724 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11725
11726 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
11727
11728 2011-11-19 Juri Linkov <juri@jurta.org>
11729
11730 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
11731 that calls `revert-buffer' on all Info buffers. (Bug#9915)
11732 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
11733 `old-history', `old-history-forward'. Add let-binding
11734 `window-selected'. Remove calls to `kill-buffer',
11735 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
11736 before calling `Info-find-node', so `Info-find-node-2' will reread
11737 the Info file. Restore window positions only when `window-selected'
11738 is non-nil.
11739
11740 2011-11-19 Juri Linkov <juri@jurta.org>
11741
11742 * isearch.el (isearch-lazy-highlight-new-loop):
11743 Remove condition `(not isearch-error)'. (Bug#9918)
11744
11745 * misearch.el (multi-isearch-search-fun): Add condition
11746 `(not bound)' to ignore lazy-highlighting search.
11747 Add the search-failed message "end of multi" when the end of
11748 multi-sequence is reached. Uncapitalize the search-failed
11749 message "Repeat for next buffer".
11750
11751 * info.el (Info-search): Add the search-failed message
11752 "end of the manual" when the end of the manual is reached
11753 in Isearch mode.
11754
11755 2011-11-19 Juri Linkov <juri@jurta.org>
11756
11757 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
11758 Use non-destructive `remove' instead of `delete' because
11759 `Info-history-list' stored to `Info-isearch-initial-history-list' in
11760 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
11761
11762 2011-11-19 Juri Linkov <juri@jurta.org>
11763
11764 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
11765 to nil instead of binding `search-ring' and `regexp-search-ring'.
11766 (Bug#9185)
11767
11768 2011-11-19 Eli Zaretskii <eliz@gnu.org>
11769
11770 * simple.el (line-move): Force movement by logical lines for any
11771 hscrolled window, not only when auto-hscroll-mode is on.
11772 (line-move-visual): Update doc string to that effect. (Bug#10076)
11773
11774 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11775
11776 * language/european.el (macintosh): Define as alias for mac-roman.
11777
11778 2011-11-19 Eli Zaretskii <eliz@gnu.org>
11779
11780 * mail/rmailmm.el (rmail-mime-display-header)
11781 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
11782 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
11783 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
11784 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
11785 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
11786 of a raw aref.
11787 (rmail-mime-entity-segment): To get past the tagline, move forward
11788 2 more lines, to account for the 2 empty lines that precede and
11789 follow the line with the buttons.
11790 (rmail-mime-update-tagline): Move one more line, to get past the
11791 empty line that follows the buttons in the tagline. (Bug#9520)
11792
11793 2011-11-19 Martin Rudalics <rudalics@gmx.at>
11794
11795 * window.el (window-max-delta-1, window-min-delta-1)
11796 (window-min-size-1, window-state-get-1, window-state-put-1)
11797 (window-state-put-2): Use "window--" prefix.
11798
11799 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * emacs-lisp/smie.el: Improve warnings and conflict detection.
11802 (smie-warning-count): New var.
11803 (smie-set-prec2tab): Use it.
11804 (smie-bnf->prec2): Improve warnings. Add docstring.
11805 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
11806 (smie-bnf--set-class): New function.
11807 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
11808 corner case.
11809
11810 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
11811 (compilation-error-properties, compilation-move-to-column):
11812 Handle compilation-first-column while in the target buffer.
11813
11814 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
11815 Don't hardcode point-min==1.
11816
11817 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
11818 (eshell-rewrite-for-command): Remove workaround.
11819 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
11820 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
11821 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
11822
11823 * files-x.el (modify-file-local-variable): Obey commenting conventions.
11824
11825 2011-11-17 Glenn Morris <rgm@gnu.org>
11826
11827 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11828 Ignore buffer-local generated-autoload-file if it is the same
11829 as the global value. (Bug#10049)
11830
11831 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
11832
11833 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
11834 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
11835 (reftex-toc-previous-heading, reftex-toc-max-level)
11836 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
11837 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
11838 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11839 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11840 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
11841 (reftex-toc-rename-label, reftex-toc-visit-location)
11842 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
11843 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
11844 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
11845 leaving "*toc*" only for references to the buffer.
11846
11847 2011-11-17 Martin Rudalics <rudalics@gmx.at>
11848
11849 * window.el (window-resize, delete-window, split-window):
11850 Replace window-splits by window-combination-resize.
11851 * cus-start.el (window-splits): Replace by window-combination-resize.
11852
11853 2011-11-17 Glenn Morris <rgm@gnu.org>
11854
11855 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11856 Make bash entry derive from sh entry, not shell entry.
11857
11858 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
11859
11860 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
11861 local file name.
11862
11863 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
11864
11865 * menu-bar.el (menu-bar-file-menu):
11866 * printing.el (pr-ps-utility):
11867 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
11868 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
11869 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
11870 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
11871 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
11872 (icalendar--convert-cyclic-to-ical)
11873 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
11874 (icalendar--convert-ical-to-diary)
11875 (icalendar--convert-recurring-to-diary)
11876 (icalendar--convert-non-recurring-all-day-to-diary)
11877 (icalendar-import-format-sample):
11878 * progmodes/idlw-shell.el (idlwave-shell-mode):
11879 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
11880 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
11881 (vhdl-ps-print-init): Fix typos.
11882
11883 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
11884
11885 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
11886 FSF and collapse date sequence, obscure author/maintainer email address
11887 better, remove extra version line, track relocation of author's webpage.
11888
11889 * progmodes/python.el (python-pdbtrack-input-prompt)
11890 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
11891 regular python pdb prompts. Adjustments shamelessly taken exactly as
11892 suggested in EmacsWiki page (tiny change):
11893 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
11894
11895 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
11896
11897 * expand.el (expand-pos, expand-index, expand-point):
11898 Remove redundant info from docstring.
11899 (expand-add-abbrevs): Doc fix.
11900 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
11901 (expand-sample-perl-mode-expand-list): Fix typos.
11902
11903 * net/dbus.el (dbus-event-member-name):
11904 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
11905 * term/pc-win.el (msdos-create-frame-with-faces):
11906 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
11907
11908 2011-11-16 Martin Rudalics <rudalics@gmx.at>
11909
11910 * window.el (split-window, window-state-get-1)
11911 (window-state-put-1, window-state-put-2): Rename occurrences of
11912 window-nest to window-combination-limit.
11913 * cus-start.el (window-nest): Rename to window-combination-limit.
11914
11915 2011-11-16 Chong Yidong <cyd@gnu.org>
11916
11917 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
11918 regexp (Bug#10033).
11919
11920 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
11923 `completing-read' will remove *Completions* and will preserve
11924 current-buffer for us.
11925 (tmm-add-prompt): Users of *Completions* will always (re)set its
11926 major mode.
11927 (tmm-old-comp-map): Remove.
11928
11929 2011-11-16 Glenn Morris <rgm@gnu.org>
11930
11931 * mail/rmailedit.el: Require rmailmm when compiling.
11932 (rmail-old-mime-state): New declaration.
11933 (rmail-edit-current-message): If editing a mime message,
11934 edit the "raw" message from the mbox buffer.
11935 (rmail-cease-edit): Handle mime messages. (Bug#9840)
11936
11937 2011-11-15 Glenn Morris <rgm@gnu.org>
11938
11939 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
11940 which wasn't being used. Add optional arg to force given state.
11941 (rmail-mime): Add optional arg to force given state.
11942
11943 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
11944
11945 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11946 * frame.el (display-mm-dimensions-alist):
11947 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
11948 (outline-move-subtree-down):
11949 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
11950 (newsticker--treeview-do-get-node):
11951 * net/quickurl.el (quickurl-list-buffer-name):
11952 * progmodes/dcl-mode.el (dcl-mode):
11953 * progmodes/gdb-mi.el (gdb-mapcar*):
11954 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
11955
11956 2011-11-15 Glenn Morris <rgm@gnu.org>
11957
11958 * mail/rmail.el (rmail-file-coding-system): It's only ever used
11959 in a boolean sense, so just make it a boolean, and fix the doc.
11960 (rmail-show-mime-function, rmail-mime-feature)
11961 (rmail-require-mime-maybe): Doc fixes.
11962 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
11963
11964 * mail/rmailmm.el (rmail-show-mime): Doc fix.
11965
11966 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
11969 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
11970 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
11971 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
11972
11973 2011-11-15 Glenn Morris <rgm@gnu.org>
11974
11975 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
11976 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
11977 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
11978 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
11979 (rmail-mime, rmail-show-mime): Doc fixes.
11980
11981 * term/ns-win.el (mode-line-frame-identification):
11982 Leave it alone. (Bug#10051)
11983
11984 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
11985
11986 * mail/rmailout.el (rmail-output-to-rmail-buffer):
11987 Handle empty buffers. (Bug#9978)
11988
11989 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
11990
11991 * international/mule.el (define-charset):
11992 * mail/rmailmm.el (rmail-mime-find-header-encoding):
11993 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
11994 * progmodes/verilog-mode.el (verilog-backward-token):
11995 * textmodes/ispell.el (lookup-words):
11996 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
11997
11998 2011-11-14 Glenn Morris <rgm@gnu.org>
11999
12000 * progmodes/executable.el
12001 (executable-make-buffer-file-executable-if-script-p):
12002 Handle file-modes returning nil.
12003
12004 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12005 message - not necessary, and causes problems. (Bug#9831)
12006
12007 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12008
12009 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12010
12011 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12012 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12013 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12014
12015 2011-11-12 Martin Rudalics <rudalics@gmx.at>
12016
12017 * window.el (window-resize, delete-window): Use window-splits
12018 variable instead of function.
12019 (window-state-get-1, window-state-put-2, window-state-put):
12020 Don't deal with windows' splits status.
12021
12022 2011-11-12 Glenn Morris <rgm@gnu.org>
12023
12024 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12025 (apropos-documentation): Doc fixes.
12026
12027 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
12028
12029 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12030 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12031
12032 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * electric.el (electric-indent-post-self-insert-function): Make it
12035 possible for a char to only indent in some circumstances.
12036 (electric-indent-mode): Simplify.
12037
12038 2011-11-11 Martin Rudalics <rudalics@gmx.at>
12039
12040 * window.el (windows-with-parameter): Remove unused function.
12041 (windows-at-side): Rename to window-at-side-list.
12042 (window-check, window-atom-check, window-atom-check-1)
12043 (window-side-check, window-size-ignore, window-size-fixed-1)
12044 (window-in-direction-2): Prefix with "window--".
12045 (window-tree-1): Rename to window--subtree, fix doc-string.
12046
12047 2011-11-11 Glenn Morris <rgm@gnu.org>
12048
12049 * subr.el (eval-after-load): If FILE is already loaded,
12050 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12051
12052 2011-11-10 Glenn Morris <rgm@gnu.org>
12053
12054 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12055 Call svn via vc-svn-command rather than vc-do-command.
12056 (vc-svn-command): Add --non-interactive. (Bug#9993)
12057 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12058
12059 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12060 Add toggle-read-only. (Bug#7292)
12061 * files.el (toggle-read-only): Mention that it should only
12062 be used interactively. (Bug#10006)
12063
12064 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12065
12066 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12067 Adjust regexp for OCaml warnings.
12068
12069 * electric.el (electric-pair-post-self-insert-function): Let user
12070 turn it off buffer-locally (bug#9932).
12071
12072 * progmodes/python.el (python-beginning-of-statement):
12073 Rewrite (bug#2703).
12074
12075 * progmodes/compile.el: Better handle TABs (bug#9749).
12076 (compilation-internal-error-properties)
12077 (compilation-next-error-function): Obey the target buffer's
12078 compilation-error-screen-columns.
12079
12080 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
12081
12082 * progmodes/meta-mode.el: Remove obsolete comments.
12083 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12084 Fix typos in docstrings.
12085
12086 2011-11-09 Martin Rudalics <rudalics@gmx.at>
12087
12088 * window.el (window-size-fixed-p): Rewrite doc-string.
12089 (window-resizable-p): Rename to window--resizable-p. Update callers.
12090 (window--resizable): New function. Make all callers of
12091 window-resizable call window--resizable instead.
12092 (window-resizable): Rewrite in terms of window--resizable.
12093
12094 2011-11-08 Glenn Morris <rgm@gnu.org>
12095
12096 * progmodes/delphi.el (delphi-mode-syntax-table):
12097 Let define-derived-mode define a proper syntax table. (Bug#9994)
12098
12099 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * window.el: Stay away from defsubst.
12102 (window-list-no-nils): Remove.
12103 (window-state-get-1, window-state-get): Use backquote instead.
12104
12105 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12106
12107 * emacs-lisp/find-func.el (find-function-read):
12108 Fix incorrect use of default argument in `completing-read'.
12109
12110 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12111
12112 * window.el (display-buffer-function, special-display-function):
12113 Mention display-buffer-record-window but do not mention
12114 help-setup parameter in doc-strings.
12115 (window-min-delta): Fix doc-string typo.
12116
12117 2011-11-08 Chong Yidong <cyd@gnu.org>
12118
12119 * window.el (window-total-height, window-total-width): Doc fix.
12120 (window-body-size): Move from C.
12121 (window-body-height, window-body-width): Move to C.
12122
12123 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * window.el: Make special-display like display-buffer-alist (bug#9532).
12126 (display-buffer--special-action): New function, morphed
12127 from display-buffer--special.
12128 (display-buffer): Use it to handle special-display-buffers at higher
12129 priority (just after display-buffer-alist).
12130 (display-buffer-fallback-action, display-buffer--other-frame-action)
12131 (pop-to-buffer-same-window): Remove display-buffer--special.
12132
12133 2011-11-07 Glenn Morris <rgm@gnu.org>
12134
12135 * calendar/cal-menu.el (cal-menu-set-date-title):
12136 Do nothing if not in a calendar. (Bug#9976)
12137
12138 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * files.el (find-file): Always use selected-window.
12141
12142 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12143
12144 * window.el (window-combinations): Make WINDOW argument
12145 mandatory. Rewrite doc-string.
12146 (walk-window-subtree, window-atom-check, window-min-delta)
12147 (window-max-delta, window--resize-this-window)
12148 (window--resize-root-window-vertically, window-tree)
12149 (balance-windows, window-state-put): Rewrite doc-strings as to
12150 not mention the term "subwindow".
12151 (window--resize-subwindows-skip-p): Rename to
12152 window--resize-child-windows-skip-p.
12153 (window--resize-subwindows-normal): Rename to
12154 window--resize-child-windows-normal.
12155 (window--resize-subwindows): Rename to
12156 window--resize-child-windows.
12157 (window-or-subwindow-p): Rename to window--in-subtree-p.
12158
12159 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12160
12161 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12162 Ensure that mbox format messages end in two newlines (Bug#9974).
12163
12164 2011-11-06 Chong Yidong <cyd@gnu.org>
12165
12166 * window.el (window-combination-p): Function deleted; its
12167 side-effect is not used in any existing code.
12168 (window-combinations, window-combined-p): Call window-*-child
12169 directly.
12170
12171 2011-11-05 Chong Yidong <cyd@gnu.org>
12172
12173 * window.el (window-valid-p): Rename from window-any-p.
12174 (window-size-ignore, window-state-get): Callers changed.
12175 (window-normalize-window): Rename from window-normalize-any-window.
12176 New arg LIVE-ONLY, replacing window-normalize-live-window.
12177 (window-normalize-live-window): Delete.
12178 (window-combination-p, window-combined-p, window-combinations)
12179 (walk-window-subtree, window-atom-root, window-min-size)
12180 (window-sizable, window-sizable-p, window-size-fixed-p)
12181 (window-min-delta, window-max-delta, window-resizable)
12182 (window-resizable-p, window-full-height-p, window-full-width-p)
12183 (window-current-scroll-bars, window-point-1, set-window-point-1)
12184 (window-at-side-p, window-in-direction, window-resize)
12185 (adjust-window-trailing-edge, maximize-window, minimize-window)
12186 (window-deletable-p, delete-window, delete-other-windows)
12187 (record-window-buffer, unrecord-window-buffer)
12188 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12189 (quit-window, split-window, window-state-put)
12190 (set-window-text-height, fit-window-to-buffer)
12191 (shrink-window-if-larger-than-buffer): Callers changed.
12192
12193 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12194
12195 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12196 rfc2047-decode-string.
12197 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12198 warnings.
12199
12200 * window.el (window-body-height, window-body-width): Mention in
12201 the doc string that the return values are in frame's canonical
12202 units. (Bug#9949)
12203
12204 2011-11-03 Alan Mackenzie <acm@muc.de>
12205
12206 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12207 change in cc-engine.el.
12208
12209 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12210
12211 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12212
12213 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12214
12215 * window.el (quit-window): Call unrecord-window-buffer after
12216 showing another buffer in the window. (Bug#9937)
12217 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12218
12219 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12220
12221 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12222 Accept status with more than 9 shelves. (Bug#9935)
12223 Reported by Colin D Bennett <colin@gibibit.com>.
12224
12225 2011-11-01 Martin Rudalics <rudalics@gmx.at>
12226
12227 * help.el (with-help-window): Don't reference
12228 temp-buffer-show-specifiers in doc-string.
12229
12230 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12231
12232 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12233 menu-item.
12234
12235 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12236
12237 * whitespace.el: New version 13.2.2.
12238 (whitespace-newline-mode): Disable properly. Reported by Sarah
12239 <EmacsWiki>.
12240
12241 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
12242
12243 * net/newst-treeview.el: Remove "Time-stamp".
12244 (newsticker--group-manage-orphan-feeds): Do not call
12245 newsticker--treeview-tree-update.
12246 (newsticker-treeview-update, newsticker-treeview):
12247 Call newsticker--treeview-tree-update if necessary.
12248
12249 2011-10-30 Martin Rudalics <rudalics@gmx.at>
12250
12251 * window.el (window-iso-combination-p, window-iso-combined-p)
12252 (window-iso-combinations): Remove "iso-" infix.
12253 Suggested by Chong Yidong.
12254 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12255 (window-max-delta-1, window-resize, window--resize-siblings)
12256 (window--resize-this-window, adjust-window-trailing-edge)
12257 (split-window, balance-windows-1)
12258 (shrink-window-if-larger-than-buffer):
12259 * calendar/calendar.el (calendar-generate-window):
12260 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12261
12262 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12265 in place (bug#9907).
12266 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12267 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12268 (eshell-structure-basic-command, eshell-rewrite-while-command)
12269 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12270 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12271 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12272 (eshell-do-pipelines-synchronously, eshell-eval-command):
12273 Use backquotes and prefer setq to set.
12274 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12275 (eshell-macrop): Use functionp.
12276 (eshell-do-eval): Handle multiple expressions in `while' body.
12277
12278 2011-10-30 Chong Yidong <cyd@gnu.org>
12279
12280 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12281 instead of set-mark (Bug#9810).
12282
12283 2011-10-30 Chong Yidong <cyd@gnu.org>
12284
12285 * window.el (split-window-below, split-window-right): Rename from
12286 split-window-above-each-other and split-window-side-by-side
12287 respectively. All callers changed.
12288 (split-window-sensibly, split-window-sensibly): Use them.
12289 (split-window-keep-point): Doc fix.
12290
12291 * isearch.el: Add isearch-scroll property to split-window-below
12292 and split-window-right.
12293
12294 * follow.el (follow-mode):
12295 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12296 * progmodes/ada-xref.el (ada-gdb-application):
12297 * emulation/vip.el (vip-buffer-in-two-windows):
12298 * image-dired.el (image-dired-dired-with-window-configuration):
12299 * dired-x.el (dired-do-find-marked-files):
12300 * dired.el (dired-pop-to-buffer):
12301 * bs.el (bs--show-with-configuration):
12302 * vc/emerge.el (emerge-setup-windows):
12303 * textmodes/two-column.el (2C-two-columns):
12304 * textmodes/reftex-toc.el (reftex-toc):
12305 * progmodes/gdb-mi.el (gdb-setup-windows):
12306 * progmodes/fortran.el (fortran-window-create):
12307 * net/newst-treeview.el (newsticker--treeview-window-init):
12308 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12309 * emulation/tpu-edt.el (tpu-gold-map):
12310 * emulation/crisp.el (crisp-mode-map):
12311 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12312
12313 2011-10-29 Chong Yidong <cyd@gnu.org>
12314
12315 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12316
12317 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12318
12319 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12320 forged Ispell output (Bug#7904).
12321
12322 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12323
12324 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * doc-view.el: Avoid ugly errors about not finding nil.
12327 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12328 (doc-view-dvipdf-program, doc-view-unoconv-program)
12329 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12330 Avoid nil or absolute file name as default value.
12331 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12332
12333 2011-10-28 Alan Mackenzie <acm@muc.de>
12334
12335 * progmodes/cc-defs.el (c-version): -> 5.32.2.
12336
12337 2011-10-28 Alan Mackenzie <acm@muc.de>
12338
12339 Amend the handling of c-beginning/end-of-defun in nested declaration
12340 scopes.
12341
12342 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12343 cc-langs.el. Change it to a defcustom.
12344
12345 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12346 cc-vars.el.
12347
12348 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12349 Prevent "class foo : bar" being spuriously recognized as a label.
12350
12351 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12352 Add parameter `inclusive' (to include enclosing braces in the region).
12353 (c-widen-to-enclosing-decl-scope): New function.
12354 (c-while-widening-to-decl-block): New macro.
12355 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12356 outward for defun boundaries, and correspondingly change symbol
12357 `respect-enclosure' to `go-outward'.
12358 (c-declaration-limits): Change algorithm to report only the "innermost"
12359 defun's boundaries.
12360
12361 2011-10-28 Deniz Dogan <deniz@dogan.se>
12362
12363 * net/rcirc.el (rcirc-mode): Use hard newlines.
12364
12365 2011-10-28 Alan Mackenzie <acm@muc.de>
12366
12367 Amend to indent and fontify macros "which include their own semicolon"
12368 correctly, using the "virtual semicolon" mechanism.
12369
12370 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
12371
12372 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12373 Recode to scan one line at a time rather than having \n and \r
12374 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
12375 (c-forward-label): Amend for virtual semicolons.
12376 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
12377
12378 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12379 of the new C macros.
12380
12381 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
12382 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12383 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
12384 (c-opt-cpp-macro-define): Make into a full language variable.
12385 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12386 AWK Mode (including \n, \r) removed, no longer needed.
12387
12388 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12389 Invoke c-make-macro-with-semi-re.
12390
12391 * progmodes/cc-vars.el (c-macro-with-semi-re):
12392 (c-macro-names-with-semicolon): New variables.
12393 (c-make-macro-with-semi-re): New function.
12394
12395 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 * vc/log-edit.el: Fill empty field rather than adding new one.
12398 (log-edit-add-field): New function.
12399 (log-edit-insert-changelog): Use it.
12400
12401 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12402
12403 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12404
12405 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12406
12407 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12408 (gdb--check-interpreter): New function.
12409 (gdb): Use it.
12410
12411 2011-10-27 Glenn Morris <rgm@gnu.org>
12412
12413 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12414 (least-positive-float, least-negative-float)
12415 (least-positive-normalized-float, least-negative-normalized-float)
12416 (float-epsilon, float-negative-epsilon):
12417 Remove unnecessary declarations.
12418
12419 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12420 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12421 (least-positive-float, least-negative-float)
12422 (least-positive-normalized-float, least-negative-normalized-float)
12423 (float-epsilon, float-negative-epsilon): Add doc-strings,
12424 based on those in cl.texi.
12425
12426 * files.el (set-visited-file-name): If the major-mode changed,
12427 reload the local variables. (Bug#9796)
12428
12429 2011-10-27 Chong Yidong <cyd@gnu.org>
12430
12431 * subr.el (change-major-mode-after-body-hook): New hook.
12432 (run-mode-hooks): Run it.
12433
12434 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12435 Use change-major-mode-before-body-hook.
12436
12437 * simple.el (fundamental-mode):
12438 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12439 change introducing fundamental-mode-hook.
12440
12441 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
12442
12443 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
12444
12445 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
12446
12447 * ido.el (ido-file-name-all-completions-1): Do not require
12448 tramp.el explicitly. (Bug#7583)
12449
12450 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * progmodes/octave-mod.el:
12453 * progmodes/octave-inf.el: Update maintainer.
12454
12455 2011-10-26 Chong Yidong <cyd@gnu.org>
12456
12457 * subr.el (with-wrapper-hook): Rewrite doc.
12458
12459 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
12460
12461 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
12462 filenames "/method:foo:". (Bug#9793)
12463
12464 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12465
12466 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12467 (bug#9865).
12468
12469 2011-10-24 Glenn Morris <rgm@gnu.org>
12470
12471 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12472
12473 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
12474
12475 * notifications.el: Add the requirement of a running D-Bus session
12476 bus to the Commentary.
12477
12478 2011-10-24 Juri Linkov <juri@jurta.org>
12479
12480 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12481 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12482 (Bug#9364)
12483
12484 2011-10-24 Juri Linkov <juri@jurta.org>
12485
12486 * info.el (Info-following-node-name-re): Add newline to the list
12487 of allowed characters for leading space. (Bug#9824)
12488
12489 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12490
12491 * progmodes/octave-inf.el (inferior-octave-mode-map):
12492 Fix C-c C-h binding.
12493 * progmodes/octave-mod.el (octave-help): Remove.
12494
12495 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
12496
12497 Sync with Tramp 2.2.3.
12498
12499 * net/tramp-cache.el (top): Pacify byte-compiler using
12500 `init-file-user' and `site-run-file'.
12501
12502 * net/trampver.el: Update release number.
12503
12504 2011-10-23 Chong Yidong <cyd@gnu.org>
12505
12506 * files.el (toggle-read-only): Remove obsolete comment about
12507 version control.
12508
12509 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12510 for toggle-read-only. Note that this hasn't called vc-next-action
12511 since 2008-05-02, though it wasn't documented at the time.
12512
12513 * vc/ediff-init.el (ediff-toggle-read-only-function):
12514 Use toggle-read-only.
12515
12516 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
12517
12518 Fix bug #9560, sporadic wrong indentation; improve instrumentation
12519 of c-parse-state.
12520
12521 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12522 correct faulty logical expression.
12523 (c-parse-state-state, c-record-parse-state-state):
12524 (c-replay-parse-state-state): New defvar/defuns.
12525 (c-debug-parse-state): Use new functions.
12526
12527 2011-10-22 Martin Rudalics <rudalics@gmx.at>
12528
12529 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
12530 last fix. Use window-in-direction correctly.
12531
12532 2011-10-21 Chong Yidong <cyd@gnu.org>
12533
12534 * progmodes/idlwave.el (idlwave-mode):
12535 * progmodes/vera-mode.el (vera-mode): No need to set
12536 require-final-newline; that's done in prog-mode.
12537 Suggested by Stefan Monnier.
12538
12539 2011-10-21 Martin Rudalics <rudalics@gmx.at>
12540
12541 * mouse.el (mouse-drag-window-above)
12542 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12543 (mouse-drag-mode-line-1, mouse-drag-header-line)
12544 (mouse-drag-vertical-line-rightward-window): Remove.
12545 (mouse-drag-line): New function.
12546 (mouse-drag-mode-line, mouse-drag-header-line)
12547 (mouse-drag-vertical-line): Call mouse-drag-line.
12548 * window.el (window-at-side-p, windows-at-side): New functions.
12549
12550 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
12551
12552 * tar-mode.el (tar-grind-file-mode):
12553 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
12554
12555 2011-10-21 Chong Yidong <cyd@gnu.org>
12556
12557 * progmodes/idlwave.el (idlwave-mode):
12558 * progmodes/vera-mode.el (vera-mode):
12559 Use mode-require-final-newline.
12560
12561 2011-10-20 Glenn Morris <rgm@gnu.org>
12562
12563 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
12564
12565 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12566
12567 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12568
12569 2011-10-20 Chong Yidong <cyd@gnu.org>
12570
12571 * emulation/cua-base.el (cua-mode):
12572 * mail/footnote.el (footnote-mode):
12573 * mail/mailabbrev.el (mail-abbrevs-mode):
12574 * net/xesam.el (xesam-minor-mode):
12575 * progmodes/bug-reference.el (bug-reference-mode):
12576 * progmodes/cap-words.el (capitalized-words-mode):
12577 * progmodes/compile.el (compilation-minor-mode)
12578 (compilation-shell-minor-mode):
12579 * progmodes/gud.el (gud-tooltip-mode):
12580 * progmodes/hideif.el (hide-ifdef-mode):
12581 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12582 * progmodes/subword.el (subword-mode):
12583 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12584 * progmodes/which-func.el (which-function-mode):
12585 * term/tvi970.el (tvi970-set-keypad-mode):
12586 * term/vt100.el (vt100-wide-mode):
12587 * textmodes/flyspell.el (flyspell-mode):
12588 * textmodes/ispell.el (ispell-minor-mode):
12589 * textmodes/nroff-mode.el (nroff-electric-mode):
12590 * textmodes/paragraphs.el (use-hard-newlines):
12591 * textmodes/refill.el (refill-mode):
12592 * textmodes/reftex.el (reftex-mode):
12593 * textmodes/rst.el (rst-minor-mode):
12594 * textmodes/sgml-mode.el (html-autoview-mode)
12595 (sgml-electric-tag-pair-mode):
12596 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
12597 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
12598 * emulation/crisp.el (crisp-mode):
12599 * emacs-lisp/eldoc.el (eldoc-mode):
12600 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
12601 minor mode behavior.
12602
12603 2011-10-19 Juri Linkov <juri@jurta.org>
12604
12605 * descr-text.el (describe-char): Add #x2010 and #x2011 to
12606 the list of hard-coded chars with escape-glyph face.
12607
12608 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12609
12610 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12611
12612 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
12613
12614 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
12615 running process.
12616
12617 2011-10-19 Glenn Morris <rgm@gnu.org>
12618
12619 * vc/vc-bzr.el (vc-bzr-after-dir-status):
12620 Ignore ignored files. (Bug#9726)
12621
12622 2011-10-19 Chong Yidong <cyd@gnu.org>
12623
12624 Doc fix for minor modes, stating that an omitted argument enables
12625 the mode unconditionally when called from Lisp.
12626
12627 * abbrev.el (abbrev-mode):
12628 * allout.el (allout-mode):
12629 * autoinsert.el (auto-insert-mode):
12630 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12631 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12632 (global-auto-revert-mode):
12633 * battery.el (display-battery-mode):
12634 * composite.el (global-auto-composition-mode)
12635 (auto-composition-mode):
12636 * delsel.el (delete-selection-mode):
12637 * desktop.el (desktop-save-mode):
12638 * dired-x.el (dired-omit-mode):
12639 * dirtrack.el (dirtrack-mode):
12640 * doc-view.el (doc-view-minor-mode):
12641 * double.el (double-mode):
12642 * electric.el (electric-indent-mode, electric-pair-mode):
12643 * emacs-lock.el (emacs-lock-mode):
12644 * epa-hook.el (auto-encryption-mode):
12645 * follow.el (follow-mode):
12646 * font-core.el (font-lock-mode):
12647 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
12648 * help.el (temp-buffer-resize-mode):
12649 * hilit-chg.el (highlight-changes-mode)
12650 (highlight-changes-visible-mode):
12651 * hi-lock.el (hi-lock-mode):
12652 * hl-line.el (hl-line-mode, global-hl-line-mode):
12653 * icomplete.el (icomplete-mode):
12654 * ido.el (ido-everywhere):
12655 * image-file.el (auto-image-file-mode):
12656 * image-mode.el (image-minor-mode):
12657 * iswitchb.el (iswitchb-mode):
12658 * jka-cmpr-hook.el (auto-compression-mode):
12659 * linum.el (linum-mode):
12660 * longlines.el (longlines-mode):
12661 * master.el (master-mode):
12662 * mb-depth.el (minibuffer-depth-indicate-mode):
12663 * menu-bar.el (menu-bar-mode):
12664 * minibuf-eldef.el (minibuffer-electric-default-mode):
12665 * mouse-sel.el (mouse-sel-mode):
12666 * msb.el (msb-mode):
12667 * mwheel.el (mouse-wheel-mode):
12668 * outline.el (outline-minor-mode):
12669 * paren.el (show-paren-mode):
12670 * recentf.el (recentf-mode):
12671 * reveal.el (reveal-mode, global-reveal-mode):
12672 * rfn-eshadow.el (file-name-shadow-mode):
12673 * ruler-mode.el (ruler-mode):
12674 * savehist.el (savehist-mode):
12675 * scroll-all.el (scroll-all-mode):
12676 * scroll-bar.el (scroll-bar-mode):
12677 * server.el (server-mode):
12678 * shell.el (shell-dirtrack-mode):
12679 * simple.el (auto-fill-mode, transient-mark-mode)
12680 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
12681 (line-number-mode, column-number-mode, size-indication-mode)
12682 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
12683 * strokes.el (strokes-mode):
12684 * time.el (display-time-mode):
12685 * t-mouse.el (gpm-mouse-mode):
12686 * tool-bar.el (tool-bar-mode):
12687 * tooltip.el (tooltip-mode):
12688 * type-break.el (type-break-mode-line-message-mode)
12689 (type-break-query-mode):
12690 * view.el (view-mode):
12691 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12692 (global-whitespace-mode, global-whitespace-newline-mode):
12693 * xt-mouse.el (xterm-mouse-mode): Doc fix.
12694
12695 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12696 Fix autogenerated docstring.
12697
12698 2011-10-19 Juri Linkov <juri@jurta.org>
12699
12700 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
12701 by checking environment variables "DESKTOP_SESSION" and
12702 "XDG_CURRENT_DESKTOP". (Bug#9779)
12703
12704 2011-10-19 Juri Linkov <juri@jurta.org>
12705
12706 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
12707 (browse-url-chromium-program, browse-url-chromium-arguments):
12708 New defcustoms.
12709 (browse-url-default-browser): Check for `browse-url-chromium' and
12710 call `browse-url-chromium-program'.
12711 (browse-url-chromium): New command. (Bug#9779)
12712
12713 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
12714
12715 * facemenu.el (list-colors-duplicates): On Windows, detect more
12716 duplicates by assuming that only colors matching "^System" are
12717 special "system colors". (Bug#9722)
12718
12719 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12720
12721 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
12722 to distinguish the author from the committer.
12723
12724 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
12725
12726 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12727
12728 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
12729
12730 * international/mule.el (sgml-html-meta-auto-coding-function):
12731 Add support for detecting encoding in HTML5 specified only as
12732 <meta charset="UTF-8">. Implementation just makes http-equiv and
12733 content-type parts from HTML4 encoding string optional. (Bug#9716)
12734
12735 2011-10-18 Glenn Morris <rgm@gnu.org>
12736
12737 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
12738
12739 2011-10-18 Chong Yidong <cyd@gnu.org>
12740
12741 * faces.el (cursor): Doc fix.
12742
12743 2011-10-17 Chong Yidong <cyd@gnu.org>
12744
12745 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12746
12747 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
12748
12749 * dirtrack.el (dirtrack): Support shell buffers with path
12750 prefixes, e.g. tramp-based remote shells. (Bug#9647)
12751
12752 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
12753
12754 * json.el: Bump version to 1.3 and note change in History.
12755 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
12756
12757 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * comint.el (comint-insert-input, comint-send-input)
12760 (comint-get-old-input-default, comint-backward-matching-input)
12761 (comint-next-prompt): Use nil instead of `input' for field property of
12762 past user input (bug#114).
12763
12764 * minibuffer.el (completion--replace): Inherit surrounding properties
12765 (bug#114).
12766 (minibuffer-complete-and-exit): Use it.
12767
12768 * comint.el (comint--table-subvert): Quote the all-completions output
12769 (bug#9160).
12770
12771 2011-10-17 Martin Rudalics <rudalics@gmx.at>
12772
12773 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
12774
12775 * menu-bar.el (menu-bar-file-menu): Add entry for making new
12776 window on right of selected. (Bug#9350) Reword other window
12777 entries and separate them from frame entries.
12778
12779 2011-10-15 Glenn Morris <rgm@gnu.org>
12780
12781 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
12782 Doc fixes.
12783
12784 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * net/network-stream.el (network-stream-open-starttls):
12787 Improve detection of failure due to lack of TLS support.
12788
12789 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
12790 putting the input text in front and in bold.
12791
12792 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
12795
12796 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
12797 empty buffer.
12798
12799 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
12800 unread-command-events rather than pushing yet-another event.
12801
12802 2011-10-14 Eli Zaretskii <eliz@gnu.org>
12803
12804 * mail/sendmail.el (sendmail-query-once): Improve the wording of
12805 the explanation of the possible choices. Make the options passed
12806 to completing-read shorter.
12807
12808 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12809
12810 * textmodes/flyspell.el (flyspell-large-region): Make sure
12811 extended character mode is used if defined (Bug#1339).
12812
12813 2011-10-13 Eli Zaretskii <eliz@gnu.org>
12814
12815 * simple.el (what-cursor-position): Fix the display of the
12816 character info for LRE, LRO, RLE, and RLO characters by appending
12817 an invisible PDF.
12818
12819 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12820
12821 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
12822 even in case of error; add debug spec; simplify data flow.
12823 (with-timeout-handler): Remove.
12824
12825 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
12826
12827 Fix Bug#6019, Bug#9315.
12828
12829 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
12830 complete `buffer-file-name', the local file name part could look
12831 remotely (for example on VMS).
12832
12833 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
12834 `tramp-run-real-handler'.
12835 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
12836 already quoted by '"'.
12837
12838 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
12839 Let `file-name-handler-alist' be nil, the local file name part
12840 could look remotely (for example on VMS).
12841
12842 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12843
12844 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
12845 from here...
12846 (flyspell-post-command-hook): ...to here.
12847
12848 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12849
12850 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
12851 if not needed.
12852 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
12853 using completion. Protect against "slow" callers.
12854 Remove the "message hack".
12855
12856 2011-10-11 Juri Linkov <juri@jurta.org>
12857
12858 * isearch.el (isearch-lazy-highlight-word): New variable.
12859 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
12860 Use it. (Bug#9727)
12861
12862 2011-10-11 Glenn Morris <rgm@gnu.org>
12863
12864 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
12865 like f90-previous-statement does.
12866
12867 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12868
12869 * eshell/eshell.el (eshell-command): History should be saved
12870 only in interactive use, to avoid error.
12871
12872 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12873
12874 * minibuffer.el (completion-file-name-table): Fix last change,
12875 i.e. ignore normal errors but not the other ones.
12876
12877 2011-10-10 Martin Rudalics <rudalics@gmx.at>
12878
12879 * window.el (special-display-buffer-names)
12880 (special-display-regexps): Remove some remnants of earlier
12881 changes from doc-strings.
12882 (quit-windows-on): New function.
12883
12884 * vc/vc.el (vc-revert, vc-rollback):
12885 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
12886 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
12887 (Bug#6183) (Bug#7074) (Bug#7447)
12888
12889 2011-10-09 Martin Rudalics <rudalics@gmx.at>
12890
12891 * window.el (frame-auto-hide-function): Add version tag.
12892 (Bug#9699)
12893
12894 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
12895
12896 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
12897 condition.
12898
12899 2011-10-09 Leo Liu <sdl.web@gmail.com>
12900
12901 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
12902 (Bug#9701)
12903
12904 2011-10-08 Glenn Morris <rgm@gnu.org>
12905
12906 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
12907 before the first code statement zero indent. (Bug#9690)
12908
12909 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
12910
12911 * simple.el (count-words-region): Always count in the region.
12912 Report the number of lines and characters too.
12913 (count-words): New command, which counts in the buffer if the
12914 region is inactive, as count-words-region used to.
12915 (count-words--message): New function. Handle plurals.
12916 (count-lines-region): Make it an alias for count-words-region.
12917
12918 * bindings.el (esc-map): Replace count-lines-region with
12919 count-words-region.
12920
12921 2011-10-08 Martin Rudalics <rudalics@gmx.at>
12922
12923 * window.el (window--delete): Delete dedicated frame
12924 unconditionally when argument KILL is non-nil. (Bug#9699)
12925 (switch-to-buffer): Fix doc-string typo.
12926
12927 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12928
12929 * eshell/eshell.el (eshell-command): Avoid using hooks.
12930
12931 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
12932
12933 * bindings.el ([M-left],[M-right]): Bind to left-word and
12934 right-word respectively.
12935
12936 2011-10-07 Glenn Morris <rgm@gnu.org>
12937
12938 * cus-start.el (debug-on-quit): Fix custom type.
12939
12940 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12941
12942 * subr.el (define-key-after): Clarify that the function is not
12943 useful for non-menu keymaps.
12944
12945 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
12946
12947 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12948
12949 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
12950 in current minibuffer (Fix bug with recursive minibuffers).
12951
12952 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
12953
12954 * progmodes/gdb-mi.el (gdb): Doc fix.
12955
12956 2011-10-05 Martin Rudalics <rudalics@gmx.at>
12957
12958 * window.el (frame-auto-hide-function): New option replacing
12959 frame-auto-delete. Suggested by Stefan Monnier.
12960 (window--delete): Call frame-auto-hide-function instead of
12961 investigating frame-auto-delete.
12962 (window-point-1, set-window-point-1): New functions.
12963 (window-in-direction, record-window-buffer, window-state-get-1)
12964 (display-buffer-record-window): Use window-point-1 instead of
12965 window-point.
12966 (set-window-buffer-start-and-point): Use set-window-point-1.
12967
12968 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
12971
12972 2011-10-05 Glenn Morris <rgm@gnu.org>
12973
12974 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
12975 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
12976
12977 2011-10-05 Leo Liu <sdl.web@gmail.com>
12978
12979 * subr.el (read-char-choice): Fix argument to buffer-live-p which
12980 works with buffer object.
12981
12982 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12983
12984 * mpc.el (mpc-tool-bar-map): Add labels.
12985
12986 2011-10-04 Glenn Morris <rgm@gnu.org>
12987
12988 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12989
12990 2011-10-04 Martin Rudalics <rudalics@gmx.at>
12991
12992 * window.el (window--delete): New function.
12993 (frame-auto-delete): Resuscitate option.
12994 (bury-buffer, replace-buffer-in-windows)
12995 (quit-window): Rewrite using window--delete.
12996 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12997 Pass display-buffer-mark-dedicated to window--display-buffer-2
12998 (Bug#9639).
12999
13000 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13001
13002 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13003 returns a list (bug#9554). Add remote file name completion.
13004 * comint.el (comint--table-subvert): Curry and get quote&unquote
13005 functions as arguments.
13006 (comint--complete-file-name-data): Adjust call accordingly.
13007 * pcomplete.el (pcomplete--table-subvert): Remove.
13008 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13009
13010 * minibuffer.el (completion-table-case-fold): Use currying.
13011 (completion--styles-type, completion--cycling-threshold-type):
13012 New constants.
13013 (completion-styles, completion-category-overrides)
13014 (completion-cycle-threshold): Use them.
13015 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13016 completion-table-case-fold.
13017
13018 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
13019
13020 * minibuffer.el (completion-category-overrides): Fix type of styles
13021 and add more user friendly tags (bug#9660).
13022
13023 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13024
13025 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13026 (mule-input-method-string): New widget.
13027 (default-input-method, language-info-custom-alist): Use it.
13028
13029 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 * pcomplete.el: Require comint.
13032 (pcomplete--common-suffix): Remove.
13033 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13034 (pcomplete--table-subvert): Sync with comint--table-subvert.
13035 (pcomplete--entries): Use comint-completion-file-name-table.
13036 * comint.el (comint-unquote-filename): Simplify.
13037 (comint-completion-file-name-table): New function (bug#9616).
13038 (comint--complete-file-name-data): Use it.
13039
13040 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13041 (pcmpl-gnu-tar-buffer): Remove.
13042 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
13043 around. Make sure pcomplete-suffix-list is only changed temporarily.
13044 Don't look inside the tar's file if it's too large.
13045
13046 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
13047
13048 * cus-edit.el (custom-mode-map):
13049 * epa.el (epa-key-list-mode-map):
13050 * man.el (Man-mode-map):
13051 * startup.el (splash-screen-keymap):
13052 * simple.el (special-mode-map): Use scroll-up-command and
13053 scroll-down-command.
13054
13055 * progmodes/idlw-help.el (idlwave-help-mode-map):
13056 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13057 * net/newst-plainview.el (newsticker-mode-map):
13058 * emulation/ws-mode.el (wordstar-mode-map):
13059 * emulation/vi.el (vi-com-map):
13060 * calc/calc-graph.el (calc-graph-show-dumb):
13061 * term/sun.el (terminal-init-sun):
13062 * term/ns-win.el (global-map):
13063 * progmodes/grep.el (grep-mode-map):
13064 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13065 * mail/rmail.el (rmail-mode-map):
13066 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13067
13068 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13069 custom-safe-themes as special.
13070
13071 2011-10-01 Julien Danjou <julien@danjou.info>
13072
13073 * notifications.el (notifications-notify): Fix docstring.
13074
13075 2011-10-01 Per Starbäck <per@starback.se>
13076
13077 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13078
13079 2011-09-30 Martin Rudalics <rudalics@gmx.at>
13080
13081 * startup.el (command-line-1): Fix last fix by inserting
13082 initial-scratch-message into *scratch* before displaying it.
13083 (Bug#9605) and (Bug#9636)
13084
13085 2011-09-29 Eli Zaretskii <eliz@gnu.org>
13086
13087 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13088 window is hscrolled, move by logical lines. (Bug#9607)
13089 (line-move-visual): Update the doc string to the above effect.
13090
13091 2011-09-29 Martin Rudalics <rudalics@gmx.at>
13092
13093 * window.el (display-buffer-record-window): When WINDOW is the
13094 selected window use `point' instead of `window-point'. (Bug#9626)
13095
13096 * startup.el (command-line-1): Use insert-before-markers when
13097 inserting initial-scratch-message. (Bug#9605)
13098
13099 * help.el (help-window): Remove variable.
13100
13101 2011-09-29 Glenn Morris <rgm@gnu.org>
13102
13103 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13104
13105 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13106
13107 * descr-text.el (describe-char-categories): Accept category
13108 descriptions more than one line long.
13109
13110 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13111
13112 * simple.el (delete-trailing-whitespace): Fix last change.
13113
13114 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13115 Don't confuse "y => 3" as the beginning of a `y' operation.
13116
13117 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13118 object has more than 4 slots (bug#9613).
13119
13120 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13121
13122 * subr.el (with-output-to-temp-buffer):
13123 * net/quickurl.el (quickurl, quickurl-browse-url):
13124 Fix typos in docstrings.
13125
13126 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13127
13128 * minibuffer.el (completion-styles)
13129 (completion-category-overrides): Cross reference each other in doc
13130 strings.
13131
13132 2011-09-27 Glenn Morris <rgm@gnu.org>
13133
13134 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13135 to split-string. (Bug#9606)
13136
13137 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13138
13139 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13140 (bug#9615).
13141
13142 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13143
13144 * emacs-lisp/package.el (list-packages): Fix echo area message.
13145
13146 2011-09-27 Leo Liu <sdl.web@gmail.com>
13147
13148 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13149
13150 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13151
13152 * net/dbus.el (dbus-unregister-object): Don't release services for
13153 registered signals. (Bug#9581)
13154
13155 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13156
13157 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13158 function that picks between cfengine 2 and 3 support
13159 automatically. Update docs accordingly.
13160
13161 2011-09-22 Kenichi Handa <handa@m17n.org>
13162
13163 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13164 ZERO.
13165 (indian-itrans-v5-table-for-tamil): New variable.
13166 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13167
13168 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13169
13170 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13171 that's true if the current command involved collapsing of text.
13172 It's reset to false at the beginning of the next command.
13173 (allout-post-command-business): Move the cursor to the beginning
13174 of entry if the cursor is hidden and collapsing activity just
13175 happened.
13176
13177 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13178
13179 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13180 tracking (Bug#9541).
13181
13182 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13183
13184 * net/newst-reader.el (newsticker-html-renderer)
13185 (newsticker-show-news): Automatically load html rendering package
13186 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13187 because w3m-fill-column is let-bound" and the error "Symbol's value
13188 as variable is void: w3m-fill-column".
13189
13190 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13191
13192 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13193 Release services only if they are defined. (Bug#9581)
13194
13195 2011-09-23 Richard Stallman <rms@gnu.org>
13196
13197 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13198 distinguish start of paragraph from start of its text.
13199
13200 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13201
13202 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13203 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13204 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13205
13206 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13207
13208 * international/mule-diag.el (mule-diag): Insert a newline after
13209 each fontset description.
13210
13211 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13212
13213 * simple.el (delete-trailing-whitespace):
13214 Document last change; simplify.
13215
13216 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13217
13218 * simple.el (delete-trailing-whitespace): Also delete
13219 extra newlines at the end of the buffer.
13220
13221 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13222 (picture-newline): Use forward-line so as to ignore fields.
13223
13224 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * subr.el (with-wrapper-hook): Fix edebug spec.
13227
13228 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13229
13230 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13231 (bug#4538).
13232
13233 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
13234
13235 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13236 Fix nasty bug using wrong cached values.
13237
13238 2011-09-23 Alan Mackenzie <acm@muc.de>
13239
13240 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13241
13242 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
13243
13244 * window.el (pop-to-buffer): Ensure right window is selected if we
13245 chose another frame.
13246
13247 2011-09-22 Eli Zaretskii <eliz@gnu.org>
13248
13249 * simple.el (what-cursor-position): Use get-char-property-change
13250 and next-single-char-property-change, to be able to show display
13251 properties that come from overlays as well as text properties.
13252
13253 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
13254
13255 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13256
13257 * cmuscheme.el (run-scheme, switch-to-scheme):
13258 * cus-edit.el (customize-group, custom-buffer-create)
13259 (customize-browse):
13260 * info.el (info):
13261 * shell.el (shell):
13262 * mail/sendmail.el (mail):
13263 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13264
13265 2011-09-22 Richard Stallman <rms@gnu.org>
13266
13267 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13268 move back only to line beg, don't move back over blank lines.
13269
13270 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
13271
13272 * files.el (copy-directory): Set directory attributes only in case
13273 they could be retrieved from the source directory. (Bug#9565)
13274
13275 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13276
13277 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13278 (hs-find-block-beginning, hs-hide-level-recursive):
13279 Ignore strings as well as comments. (Bug#9502)
13280
13281 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13282
13283 * progmodes/sql.el (sql-comint-postgres):
13284 Convert port number to a string. (Bug#9566)
13285
13286 2011-09-22 Martin Rudalics <rudalics@gmx.at>
13287
13288 * window.el (quit-window): Undedicate window when switching to
13289 previous buffer. Reported by Thierry Volpiatto
13290 <thierry.volpiatto@gmail.com>.
13291 (special-display-popup-frame): When popping up a new frame reset
13292 its previous buffers to nil. Simplify code.
13293
13294 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
13295
13296 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13297 and process filter, as done also in `shell-command'.
13298
13299 2011-09-21 Martin Rudalics <rudalics@gmx.at>
13300
13301 * window.el (set-window-buffer-start-and-point):
13302 Call set-window-start with NOFORCE argument t.
13303 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13304 (quit-window): Reword doc-string. Handle new format of
13305 quit-restore parameter. Don't delete window if it has a
13306 previous buffer we can show instead of the present one.
13307 (display-buffer-record-window): Rewrite using a new format for
13308 the quit-restore window parameter
13309 (special-display-popup-frame, display-buffer-same-window)
13310 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13311 (display-buffer-pop-up-window, display-buffer-use-some-window):
13312 Adapt symbol passed to display-buffer-record-window.
13313 * help.el (help-window-setup): Handle new format of quit-restore
13314 parameter.
13315
13316 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13317
13318 * faces.el (face-list): Fix docstring (bug#9564).
13319
13320 * window.el (display-buffer--action-function-custom-type):
13321 Don't include internal functions in the Custom interface.
13322
13323 2011-09-20 Juri Linkov <juri@jurta.org>
13324
13325 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13326 (Info-forward-node, Info-backward-node, Info-next-preorder)
13327 (Info-last-preorder): Use it. (Bug#9528)
13328
13329 2011-09-20 Juri Linkov <juri@jurta.org>
13330
13331 * info.el (Info-last-preorder): Visit last menu item only when
13332 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13333
13334 2011-09-20 Julien Danjou <julien@danjou.info>
13335
13336 * password-cache.el (password-cache-remove): Remove entries even if the
13337 value is nil, so that password with a nil value (negative caching) is
13338 possible to invalidate.
13339
13340 2011-09-20 Lawrence Mitchell <wence@gmx.li>
13341
13342 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13343 all whitespace around breakpoint. (Bug#9553)
13344 (f90-find-breakpoint): Only break at whitespace inside a comment.
13345
13346 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13347
13348 * minibuffer.el (completion-file-name-table): Keep track of errors.
13349 (completion-table-with-predicate): Handle the case where pred1 is nil.
13350 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13351
13352 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13353
13354 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13355 (debugger-return-value): Signal an error if the debugging context does
13356 not await any return value.
13357
13358 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13359 * image-mode.el (image-toggle-display-text)
13360 (image-toggle-display-image): Stay away from evil `intangible'.
13361
13362 2011-09-19 Leo Liu <sdl.web@gmail.com>
13363
13364 * replace.el (occur-revert-arguments): Make it permanent-local.
13365 (occur-mode): Don't call font-lock-defontify.
13366
13367 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
13368
13369 * net/ldap.el (ldap-search-internal): Don't push empty search
13370 result (Bug#9508).
13371
13372 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13373
13374 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13375
13376 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
13377
13378 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13379 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13380
13381 2011-09-18 Juri Linkov <juri@jurta.org>
13382
13383 * buff-menu.el (Buffer-menu-mode-map):
13384 * dired.el (dired-mode-map):
13385 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13386 (lisp-interaction-mode-map):
13387 * emacs-lisp/package.el (package-menu-mode-map):
13388 * epa.el (epa-key-list-mode-map):
13389 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13390 (menu-bar-options-menu):
13391 * outline.el (outline-mode-menu-bar-map):
13392 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13393 * vc/vc-dir.el (vc-dir-menu-map):
13394 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13395 Capitalize non-function content words in menu item strings.
13396
13397 * dired.el (dired-mode-map): Add menu item for
13398 `image-dired-dired-toggle-marked-thumbs'.
13399
13400 2011-09-18 Juri Linkov <juri@jurta.org>
13401
13402 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13403 to `isearch-case-fold-search' and restore its original value
13404 after the `isearch-mode' call.
13405
13406 2011-09-18 Juri Linkov <juri@jurta.org>
13407
13408 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13409 because `zgrep' returns 1 for successful matches (bug#9226).
13410
13411 2011-09-18 Juri Linkov <juri@jurta.org>
13412
13413 * info.el (Info-extract-menu-node-name): Check the second match
13414 for empty string (second test-case of bug#9528).
13415 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13416 intermediate nodes to the history (first test-case of bug#9528).
13417
13418 2011-09-18 Juri Linkov <juri@jurta.org>
13419
13420 * info.el (Info-mode-syntax-table): New variable.
13421 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
13422
13423 2011-09-18 Juri Linkov <juri@jurta.org>
13424
13425 * info.el (Info-file-supports-index-cookies):
13426 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13427 outputs one more line for long file names (bug#4142).
13428
13429 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13430
13431 * newcomment.el (comment-normalize-vars): If prompting for
13432 comment-start, set comment-start-skip too (Bug#8424).
13433
13434 2011-09-18 Johan Bockgård <bojohan@gnu.org>
13435
13436 * icomplete.el: Fix previous fix of Bug#5849.
13437 (icomplete-mode): Don't set completion-show-inline-help.
13438 (icomplete-minibuffer-setup): Set completion-show-inline-help
13439 locally during icompletion.
13440
13441 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13442
13443 * woman.el (woman2-process-escapes): Don't delete unrecognized
13444 escapes (Bug#7843).
13445
13446 * files.el (inhibit-first-line-modes-regexps): Add image files.
13447 (hack-local-variables-prop-line): Return nil for malformed
13448 prop-lines (Bug#9044).
13449
13450 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
13451
13452 * net/tramp.el (top): Don't require 'shell.
13453 (tramp-methods): Fix docstring.
13454 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
13455 Return complete remote file name. Handle "smb" case.
13456 Use `tramp-tmpdir', if defined for the respective method.
13457 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13458
13459 * net/tramp-compat.el (top): Require 'shell.
13460
13461 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13462 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13463 `tramp-current-host'.
13464 (tramp-get-remote-tmpdir): Remove.
13465
13466 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13467 `tramp-tmpdir' entries.
13468 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13469 (tramp-smb-handle-file-attributes): Ignore errors.
13470 (tramp-smb-wait-for-output): Check also for process end.
13471
13472 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13473
13474 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13475 when sending QUIT (bug#9312).
13476
13477 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
13478
13479 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13480 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13481 occur-mode-display-occurrence.
13482 (occur-edit-mode): Add usage message.
13483 (occur-cease-edit): New command.
13484 (occur-after-change-function): Use text properties to find the
13485 position of the prefix text.
13486 (occur-engine): Set stickiness of prefix text properties.
13487
13488 2011-09-17 Glenn Morris <rgm@gnu.org>
13489
13490 * progmodes/etags.el (complete-tag):
13491 Fix call to completion-in-region. (Bug#9526)
13492
13493 2011-09-17 Juri Linkov <juri@jurta.org>
13494
13495 * textmodes/ispell.el (ispell-word): Add to the error message
13496 the word, ispell program name and current dictionary (bug#9121).
13497 (ispell-tex-arg-end): Capitalize "error" in the error message.
13498
13499 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13500
13501 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13502 check. (Bug#4251)
13503
13504 2011-09-17 Juri Linkov <juri@jurta.org>
13505
13506 * window.el (window-safe-min-height, window-safe-min-width):
13507 Fix typos (followup to bug#9522).
13508
13509 2011-09-17 Sven Joachim <svenjoac@gmx.de>
13510
13511 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13512
13513 2011-09-16 Eli Zaretskii <eliz@gnu.org>
13514
13515 * simple.el (line-move): If goal-column is set, move by logical
13516 lines, not by display lines. (Bug#971)
13517 (next-line, previous-line, goal-column, line-move-visual): Doc fix
13518 to reflect the above change.
13519
13520 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13521
13522 * image.el (imagemagick-register-types): Use regexp-opt.
13523
13524 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13525
13526 * window.el (display-buffer-base-action): Rename from
13527 display-buffer-default-action. Make default value empty.
13528 (display-buffer-overriding-action): Convert to defvar.
13529 (display-buffer-fallback-action): New var.
13530
13531 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13532
13533 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13534 declaration.
13535 (package--add-to-archive-contents): If there is a duplicate entry
13536 with an older version, remove it.
13537 (package-menu-mark-delete, package-menu-mark-install)
13538 (package-menu-mark-unmark): Make unused args optional.
13539 (package-menu-mark-obsolete-for-deletion):
13540 Use package-menu-get-status instead of a regexp search.
13541 (package-menu-get-status): Use tabulated-list-entry.
13542 (package-menu-mark-upgrades): New command.
13543 (package-menu-mode-map): Bind it to U. Add it to menu bar.
13544 (package-menu-execute): Do installation before deletion.
13545 (package-menu-refresh, package-menu-execute): Use derived-mode-p
13546 instead of checking major-mode.
13547 (package-menu--find-upgrades): New function.
13548
13549 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13550
13551 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13552 passwords in the log buffer.
13553 (smtpmail-process-filter): Update the process marker so that the
13554 "broken by peer" status message is inserted in the right place.
13555
13556 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13557
13558 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13559 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13560 bibtex-completion-at-point-function.
13561 (bibtex-completion-at-point-function): Use them.
13562
13563 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13564
13565 * mpc.el (mpc-constraints-tag-lookup): New function.
13566 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13567 also to browser "album|playlist".
13568
13569 2011-09-14 Juri Linkov <juri@jurta.org>
13570
13571 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
13572 (isearch-edit-string): Use length of `isearch-string' when
13573 `isearch-fail-pos' returns nil.
13574 (isearch-message): Remove duplicate code and call
13575 `isearch-fail-pos' with arg `t'.
13576
13577 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
13578
13579 * replace.el (occur-mode-goto-occurrence): Don't force using other
13580 window (Bug#9499).
13581
13582 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13583
13584 2011-09-14 Martin Rudalics <rudalics@gmx.at>
13585
13586 * window.el (display-buffer-window): Remove.
13587 (display-buffer-record-window): Use help-setup window parameter
13588 instead of variable display-buffer-window.
13589 (display-buffer-function, special-display-buffer-names)
13590 (special-display-function): Mention help-setup parameter instead
13591 of display-buffer-window in doc-string.
13592 * help.el (help-window-setup): New argument help-window.
13593 Use help-window-setup parameter instead of display-buffer-window.
13594 Reword some messages.
13595 (with-help-window): Pass window used for displaying the buffer
13596 to help-window-setup. Don't set display-buffer-window.
13597
13598 2011-09-13 Glenn Morris <rgm@gnu.org>
13599
13600 * emacs-lisp/debug.el (debugger-make-xrefs):
13601 Preserve point. (Bug#9462)
13602
13603 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13604
13605 * window.el (window-deletable-p): Use next-frame.
13606
13607 2011-09-13 Martin Rudalics <rudalics@gmx.at>
13608
13609 * window.el (window-auto-delete): Remove.
13610 (window-deletable-p): Remove argument FORCE. Don't deal with
13611 dedication and previous buffers.
13612 (switch-to-prev-buffer): Don't delete window.
13613 (delete-windows-on): Delete a window's frame if and only if the
13614 window is dedicated.
13615 (replace-buffer-in-windows): Delete buffer's window or frame if
13616 and only if window is dedicated.
13617 (quit-window): Handle quit-restore as before last change.
13618 (bury-buffer): Delete window only if window-deletable-p returns t.
13619
13620 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13621
13622 * window.el (window-deletable-p): Never delete the last frame on a
13623 given terminal.
13624
13625 2011-09-13 Glenn Morris <rgm@gnu.org>
13626
13627 * help.el (describe-key-briefly): Copy previous standard-output change.
13628
13629 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
13630
13631 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
13632
13633 2011-09-13 Glenn Morris <rgm@gnu.org>
13634
13635 * emacs-lisp/lisp-mode.el (lisp-indent-function):
13636 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
13637
13638 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
13639
13640 * dired-aux.el (dired-mark-read-string): Don't return default
13641 value on empty input (Bug#9361).
13642 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
13643 Omit initial minibuffer contents.
13644 (dired-do-chmod): Signal an error on empty input.
13645 (dired-mark-read-string): Don't return default on empty input.
13646
13647 * files.el (file-modes-symbolic-to-number): Doc fix.
13648
13649 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * international/mule-cmds.el (ucs-completions): Remove.
13652 (read-char-by-name): Use complete-with-action instead; add metadata.
13653
13654 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13655
13656 * window.el (display-buffer--action-function-custom-type)
13657 (display-buffer--action-custom-type): New vars.
13658 (display-buffer-alist, display-buffer-default-action)
13659 (display-buffer-overriding-action): Add defcustom types.
13660
13661 * frame.el (delete-other-frames): Doc fix (Bug#276).
13662
13663 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13664
13665 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13666
13667 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13668
13669 Change modes that used same-window-* vars to use switch-to-buffer.
13670
13671 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
13672 Use switch-to-buffer.
13673
13674 * cus-edit.el (customize-group, custom-buffer-create)
13675 (customize-browse, custom-buffer-create-other-window):
13676 Use switch-to-buffer or switch-to-buffer-other-window.
13677
13678 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
13679 (Info-prev, Info-up, Info-speedbar-goto-node)
13680 (info-display-manual): Use switch-to-buffer.
13681 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
13682
13683 * mail/sendmail.el (mail): Use switch-to-buffer.
13684 (mail-recover): Use switch-to-buffer-other-window.
13685
13686 * cmuscheme.el (run-scheme, switch-to-scheme):
13687 * ielm.el (ielm):
13688 * shell.el (shell):
13689 * net/rlogin.el (rlogin):
13690 * net/telnet.el (telnet, rsh):
13691 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
13692
13693 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
13694
13695 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13696
13697 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13698
13699 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13700 so don't mention it (bug#9301).
13701 (dired-sort-toggle-or-edit): Clarify string further.
13702
13703 * faces.el (face-spec-set-match-display): Make `(type graphic)'
13704 match `x', `w32' and `ns', like the manual says (bug#9029).
13705
13706 * subr.el (eval-after-load): Doc string clarification (bug#9125).
13707 (process-kill-buffer-query-function): Mention the buffer name in
13708 the query.
13709
13710 * image-mode.el (image-next-line): The line parameter is mandatory
13711 (bug#9258).
13712
13713 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13714 which can be useful (bug#9301).
13715
13716 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13717
13718 * subr.el (match-string): Mention that the current buffer should
13719 be the same as the search was done in (bug#9282).
13720
13721 * facemenu.el: Disable the remove-* commands if the mark isn't
13722 active (bug#9162).
13723
13724 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
13725
13726 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
13727 of display-buffer.
13728 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
13729
13730 * replace.el (occur-mode-goto-occurrence)
13731 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
13732 and display-buffer.
13733
13734 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
13735 display-buffer.
13736
13737 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
13738 special-display and same-window variables.
13739 (mail-other-window): Use switch-to-buffer-other-window.
13740 (mail-other-frame): USe switch-to-buffer-other-frame.
13741
13742 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13743 Use display-buffer-other-frame.
13744 (gdb-display-gdb-buffer): Use pop-to-buffer.
13745
13746 * progmodes/gud.el (gud-goto-info): Use info-other-window.
13747
13748 * progmodes/python.el: Don't set same-window-buffer-names.
13749
13750 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
13751
13752 * window.el (display-buffer-alist): Add *Python*.
13753
13754 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
13755
13756 * window.el (display-buffer-alist): Add entry for buffers
13757 previously handled same-window-*.
13758 (display-buffer-alist, display-buffer-default-action)
13759 (display-buffer-overriding-action): Mark as risky.
13760 (display-buffer-alist): Document action function changes.
13761 (display-buffer--same-window-action)
13762 (display-buffer--other-frame-action): New variables.
13763 (switch-to-buffer, display-buffer-other-frame): Use them.
13764 (display-buffer): Rename reuse-frame entry to reusable-frames.
13765 (display-buffer-reuse-selected-window): Function deleted.
13766 (display-buffer-reuse-window): Handle reusable-frames alist entry.
13767 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
13768 (display-buffer-special): New function.
13769 (display-buffer--maybe-pop-up-frame-or-window): Rename from
13770 display-buffer-reuse-or-pop-window. Split off special-display
13771 part into display-buffer-special.
13772 (display-buffer-use-some-window): Don't perform any special
13773 pop-up-frames handling.
13774 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
13775 (display-buffer--maybe-same-window): Rename from
13776 display-buffer-maybe-same-window.
13777
13778 * info.el: Don't set same-window-regexps.
13779 (info-setup): New function.
13780 (info-other-window, info): Call it.
13781
13782 * cus-edit.el: Don't set same-window-regexps.
13783 (customize-group): New argument.
13784 (customize-group-other-window): Use it.
13785 (customize-face, customize-face-other-window): Likewise.
13786 (custom-buffer-create-other-window): Use pop-to-buffer directly.
13787
13788 * net/rlogin.el:
13789 * net/telnet.el:
13790 * progmodes/gud.el: Don't set same-window-regexps.
13791
13792 * cmuscheme.el:
13793 * ielm.el:
13794 * shell.el:
13795 * mail/sendmail.el:
13796 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
13797
13798 2011-09-10 Juri Linkov <juri@jurta.org>
13799
13800 * isearch.el (isearch-edit-string): Remove obsolete mention of
13801 `C-w' (`isearch-yank-word-or-char') from docstring.
13802 (isearch-query-replace): Fix typo in docstring (bug#9466).
13803
13804 2011-09-10 Juri Linkov <juri@jurta.org>
13805
13806 * paren.el (show-paren-function): Don't show escaped parens.
13807 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
13808
13809 2011-09-10 Eli Zaretskii <eliz@gnu.org>
13810
13811 * mail/sendmail.el (mml-to-mime, mml-attach-file)
13812 (mm-default-file-encoding): Remove autoload forms, they are
13813 replaced with autoload cookies in mml.el and mm-encode.el.
13814 (mail-add-attachment): New command.
13815 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
13816 (mail-mode): Mention mail-insert-file and mail-add-attachment in
13817 the doc string.
13818 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
13819
13820 2011-09-10 Reuben Thomas <rrt@sc3d.org>
13821
13822 * simple.el (count-words-region): Use buffer if there's no region
13823 (bug#9429).
13824
13825 2011-09-09 Juri Linkov <juri@jurta.org>
13826
13827 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
13828 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
13829 (wdired-isearch-filter-read-only): New function. (Bug#6362)
13830
13831 2011-09-09 Alan Mackenzie <acm@muc.de>
13832
13833 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
13834 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
13835
13836 2011-09-09 Eli Zaretskii <eliz@gnu.org>
13837
13838 Fix for Savannah bug#9392.
13839 * simple.el (mail-encode-mml): New defvar.
13840
13841 * mail/rmail.el (mail-encode-mml): Add a defvar.
13842 (rmail-enable-mime-composing): Default to t.
13843 (rmail-forward): Use MIME method of forwarding only if both
13844 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
13845 Set mail-encode-mml non-nil if the MIME method was used.
13846
13847 * mail/sendmail.el (mml-to-mime): Add autoload form.
13848 (mail-encode-mml): Add a defvar.
13849 (mail-mode): Make mail-encode-mml buffer-local and initialize it
13850 to nil.
13851 (mail-send): If mail-encode-mml is non-nil, run the outgoing
13852 message through mml-to-mime, and reset mail-encode-mml to nil.
13853
13854 2011-09-09 Glenn Morris <rgm@gnu.org>
13855
13856 * woman.el (woman-if-body): When processing an .el block,
13857 do not delete the next .el block as well. (Bug#9447)
13858 (woman-special-characters): Add oq, cq, and hy characters.
13859
13860 2011-09-08 Martin Rudalics <rudalics@gmx.at>
13861
13862 * window.el (window-deletable-p): Make sure window is live before
13863 invoking window-prev-buffers.
13864
13865 2011-09-08 Leo Liu <sdl.web@gmail.com>
13866
13867 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
13868
13869 2011-09-08 Juri Linkov <juri@jurta.org>
13870
13871 * progmodes/compile.el (compilation-environment): Make it
13872 a defcustom (bug#8340).
13873
13874 2011-09-08 Martin Rudalics <rudalics@gmx.at>
13875
13876 * window.el (frame-auto-delete): Rename to window-auto-delete.
13877 Make it control auto-deletion of windows and/or frames.
13878 (window-deletable-p): New argument FORCE. Rewrite conditions
13879 for deleting window/frame. (Bug#9419)
13880 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
13881 Rewrite handling of case when window/frame can be deleted.
13882 (delete-windows-on): Call window-deletable-p with new FORCE
13883 argument t. (Bug#9456)
13884
13885 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
13886
13887 * help-mode.el (help-mode): Restore autoload.
13888
13889 2011-09-07 Juri Linkov <juri@jurta.org>
13890
13891 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
13892 `compilation-environment'. Set buffer-local
13893 `compilation-environment' to `thisenv' later after (funcall mode).
13894 (Bug#8340)
13895
13896 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
13897 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
13898 instead of replacing its value. (Bug#8340)
13899
13900 2011-09-07 Juri Linkov <juri@jurta.org>
13901
13902 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
13903 based on text properties put by `grep-filter' instead of matching
13904 escape sequences.
13905 (grep-mode): Set buffer-local `compilation-error-screen-columns'
13906 to the value of `grep-error-screen-columns' (bug#9438).
13907
13908 2011-09-07 Juri Linkov <juri@jurta.org>
13909
13910 * simple.el (next-error-highlight, next-error-highlight-no-select):
13911 Doc fix (bug#9432).
13912
13913 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
13914
13915 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13916 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
13917
13918 2011-09-07 Leo Liu <sdl.web@gmail.com>
13919
13920 * net/rcirc.el (rcirc-mode): Conditionally initialize
13921 rcirc-input-ring.
13922
13923 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13924
13925 * emacs-lisp/find-func.el (find-function-C-source): Only set
13926 find-function-C-source-directory after checking that we found a source
13927 file there (bug#9440).
13928
13929 2011-09-06 Alan Mackenzie <acm@muc.de>
13930
13931 * isearch.el (isearch-other-meta-char): Wherever a key list is
13932 unread, "unread" the prefix arg, too. This fixes bug #8901.
13933
13934 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
13935
13936 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
13937
13938 2011-09-05 Juri Linkov <juri@jurta.org>
13939
13940 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
13941
13942 2011-09-05 Juri Linkov <juri@jurta.org>
13943
13944 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
13945 keeping point where processing of grep matches begins, and
13946 continue to delete remaining escape sequences from the same point.
13947 (grep-filter): Make leading zero optional in "0?1;31m" because
13948 git-grep emits "\033[1;31m" escape sequences unlike expected
13949 "\033[01;31m" as GNU Grep does (bug#9408).
13950 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
13951
13952 2011-09-05 Juri Linkov <juri@jurta.org>
13953
13954 * subr.el (y-or-n-p): Capitalize "yes".
13955
13956 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
13957
13958 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
13959 `tramp-cache-unload-hook' where appropriate.
13960 (tramp-methods): Rename `tramp-remote-sh' to
13961 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
13962 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
13963
13964 * net/tramp-sh.el (top): Don't require 'shell.
13965 (tramp-methods): Add `tramp-remote-shell' and
13966 `tramp-remote-shell-args' entries.
13967 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
13968 (tramp-sh-handle-shell-command): Remove.
13969 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13970 Use `tramp-remote-shell'.
13971
13972 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
13973
13974 * mail/sendmail.el (sendmail-query-once-function): Delete.
13975 (sendmail-query-once): Save directly to send-mail-function.
13976 Update message-send-mail-function too.
13977
13978 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
13979
13980 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13981
13982 * progmodes/python.el (python-mode-map): Use correct function to
13983 start python interpreter from menu-bar (as reported by Geert
13984 Kloosterman).
13985 (inferior-python-mode-map): Fix typo.
13986 (python-shell-map): Remove.
13987
13988 2011-09-03 Deniz Dogan <deniz@dogan.se>
13989
13990 * net/rcirc.el (rcirc-print): Simplify code for
13991 rcirc-scroll-show-maximum-output. There is no need to walk
13992 through all windows to find the right one.
13993
13994 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13995
13996 * help.el (help-return-method): Doc fix.
13997
13998 2011-09-03 Martin Rudalics <rudalics@gmx.at>
13999
14000 * window.el (window-deletable-p): Don't return a non-nil value
14001 when there's a buffer that was shown in the window before.
14002 (Bug#9419)
14003 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14004 Set window's previous buffers to nil.
14005
14006 2011-09-03 Eli Zaretskii <eliz@gnu.org>
14007
14008 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14009 newline before and after the tag line, so it doesn't interfere
14010 with determining the paragraph direction of bidirectional text.
14011
14012 2011-09-03 Leo Liu <sdl.web@gmail.com>
14013
14014 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14015
14016 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14017
14018 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
14019 (pop-to-buffer): Change interactive spec. Pass second argument
14020 directly to display-buffer.
14021 (display-buffer): Fix interactive spec. Use functionp to
14022 distinguish between a function and a list of functions.
14023
14024 * abbrev.el (edit-abbrevs):
14025 * arc-mode.el (archive-extract):
14026 * autoinsert.el (auto-insert):
14027 * bookmark.el (bookmark-bmenu-list):
14028 * files.el (find-file):
14029 * view.el (view-buffer):
14030 * progmodes/compile.el (compilation-goto-locus):
14031 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14032
14033 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
14034
14035 * window.el (display-buffer-alist): Doc fix.
14036 (display-buffer): Add docstring. Don't treat
14037 display-buffer-default specially.
14038 (display-buffer-reuse-selected-window)
14039 (display-buffer-same-window, display-buffer-maybe-same-window)
14040 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14041 (display-buffer-pop-up-window)
14042 (display-buffer-reuse-or-pop-window)
14043 (display-buffer-use-some-window): New functions.
14044 (display-buffer-default-action): Use them.
14045 (display-buffer-default): Delete.
14046 (pop-to-buffer-1): Fix choice of actions.
14047
14048 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * minibuffer.el (completion--insert-strings): Don't get confused by
14051 completion entries that end with an LF char.
14052
14053 2011-09-01 Eli Zaretskii <eliz@gnu.org>
14054
14055 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14056
14057 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
14058
14059 * window.el (display-buffer): Restore interactive spec.
14060 (display-buffer-same-window, display-buffer-other-window):
14061 New functions.
14062 (pop-to-buffer-1): New function. Use the above.
14063 (pop-to-buffer, pop-to-buffer-same-window): Use it.
14064 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
14065
14066 * view.el (view-buffer-other-window, view-buffer-other-frame):
14067 Just use pop-to-buffer.
14068
14069 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14070
14071 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14072
14073 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14074
14075 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14076
14077 2011-08-31 Richard Stallman <rms@gnu.org>
14078
14079 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14080 of the separation of rmail-view-buffer from rmail-buffer.
14081 If you say no to "replace original", the decrypt is in the
14082 view buffer. If you say yes, the decrypt goes into the
14083 rmail buffer also.
14084
14085 2011-08-31 Martin Rudalics <rudalics@gmx.at>
14086
14087 * window.el (display-buffer-window): Rewrite doc-string.
14088 (display-buffer-record-window): New function.
14089 (display-buffer-macro-specifiers)
14090 (display-buffer-even-window-sizes, display-buffer-set-height)
14091 (display-buffer-set-width, display-buffer-in-window)
14092 (display-buffer-reuse-window, display-buffer-split-specifiers)
14093 (display-buffer-side-specifiers, display-buffer-split-window-1)
14094 (display-buffer-split-window, display-buffer-split-atom-window)
14095 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14096 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14097 (display-buffer-other-window-means-other-frame)
14098 (display-buffer-normalize-special)
14099 (display-buffer-normalize-default)
14100 (display-buffer-normalize-argument)
14101 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14102 (display-buffer-normalize-specifiers, display-buffer-frame)
14103 (display-buffer-same-window, display-buffer-same-frame)
14104 (display-buffer-other-window)
14105 (display-buffer-same-frame-other-window)
14106 (display-buffer-other-frame, pop-to-buffer-same-window)
14107 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14108 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14109 (switch-to-buffer-same-frame)
14110 (switch-to-buffer-other-window-same-frame)
14111 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14112 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14113 (display-buffer-alist-set): Remove.
14114 (display-buffer-function, special-display-buffer-names)
14115 (special-display-regexps, special-display-function):
14116 In doc-string refer to display-buffer-window and quit-restore
14117 parameter.
14118 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14119 (special-display-frame-alist, special-display-popup-frame)
14120 (same-window-buffer-names, same-window-regexps, same-window-p)
14121 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14122 (split-window-preferred-function, split-height-threshold)
14123 (split-width-threshold, window-splittable-p)
14124 (split-window-sensibly, window--try-to-split-window)
14125 (window--frame-usable-p, even-window-heights)
14126 (window--even-window-heights, window--display-buffer-1)
14127 (window--display-buffer-2, display-buffer-other-frame):
14128 Restore old Emacs 23 code, order and doc-strings where applicable.
14129 (display-buffer-default, display-buffer-assq-regexp): New functions.
14130 (display-buffer-alist): Rewrite doc-string.
14131 (display-buffer-default-action)
14132 (display-buffer-overriding-action): New variables.
14133 (display-buffer, switch-to-buffer): Rewrite.
14134 (pop-to-buffer): Restore Emacs 23 behavior but use
14135 window-normalize-buffer-to-display.
14136 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14137 Restore Emacs 23 behavior but use
14138 window-normalize-buffer-to-switch-to.
14139 (pop-to-buffer-same-window): Rewrite.
14140 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14141 Rewrite using Emacs 23 options.
14142
14143 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14144
14145 * net/tramp.el (tramp-root-regexp): Remove.
14146 (tramp-completion-file-name-regexp-unified)
14147 (tramp-completion-file-name-regexp-separate)
14148 (tramp-completion-file-name-regexp-url): Don't use leading volume
14149 letter on w32 systems. (Bug#5303, Bug#9311)
14150 (tramp-drop-volume-letter): Simplify definition.
14151 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14152
14153 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14154
14155 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14156 (bug#9356).
14157
14158 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14159
14160 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14161
14162 2011-08-29 Juri Linkov <juri@jurta.org>
14163
14164 * isearch.el (isearch-done): Don't display message "Mark saved"
14165 when arg `edit' is non-nil to prevent its flicker in the echo area.
14166
14167 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14168
14169 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14170 obsolete packages for deletion.
14171
14172 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14173
14174 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14175 (help-mode): Derive help-mode from special-mode. Don't invoke
14176 view-mode from help-mode.
14177 (help-xref-override-view-map): Remove.
14178 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14179 view-mode is not used anymore.
14180
14181 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14182
14183 * server.el (server-port): Doc fix.
14184
14185 * cus-theme.el (custom-theme-choose-mode): Inherit from
14186 special-mode (Bug#9124).
14187 (custom-theme-choose-mode-map): Add special-mode to parent.
14188
14189 2011-08-28 Alan Mackenzie <acm@muc.de>
14190
14191 * progmodes/cc-fonts.el
14192 (c-make-font-lock-BO-decl-search-function): New function.
14193 (c-basic-matchers-after - "Fontify the clauses after various
14194 keywords"): Extract the three keyword lists for the 3 erroneous
14195 constructs from the list of four, and use the new function above
14196 in place of an old one.
14197
14198 2011-08-28 Deniz Dogan <deniz@dogan.se>
14199
14200 * net/rcirc.el (rcirc-insert-prev-input)
14201 (rcirc-insert-next-input): Remove unused argument.
14202
14203 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14204
14205 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14206
14207 2011-08-27 Alan Mackenzie <acm@muc.de>
14208
14209 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14210 handle function pointer parameters properly.
14211
14212 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14213
14214 * window.el (display-buffer-reuse-window): Fix case where
14215 selected window was reused with non-nil OTHER-WINDOW argument.
14216 (Bug#9381)
14217
14218 2011-08-27 Deniz Dogan <deniz@dogan.se>
14219
14220 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14221 oftc's NickServ messages.
14222
14223 2011-08-27 Glenn Morris <rgm@gnu.org>
14224
14225 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14226
14227 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * emacs-lisp/package.el (package-install): Call package-initialize
14230 if called interactively.
14231
14232 2011-08-26 Leo Liu <sdl.web@gmail.com>
14233
14234 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14235
14236 2011-08-25 Juri Linkov <juri@jurta.org>
14237
14238 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14239 `search-whitespace-regexp' (bug#9364).
14240
14241 2011-08-25 Juri Linkov <juri@jurta.org>
14242
14243 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14244 `regexp-search-ring' to their global values to protect from
14245 updating by `read-from-minibuffer' (bug#9185).
14246
14247 2011-08-25 Juri Linkov <juri@jurta.org>
14248
14249 * textmodes/ispell.el (ispell-command-loop): Add newline
14250 at the end of the "Use option `i'..." line.
14251
14252 2011-08-25 Juri Linkov <juri@jurta.org>
14253
14254 * battery.el (display-battery-mode): If `battery-status-function'
14255 or `battery-mode-line-format' is nil, display the message and set
14256 `display-battery-mode' to nil (bug#9363).
14257
14258 2011-08-25 Eli Zaretskii <eliz@gnu.org>
14259
14260 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14261 bidi-string-mark-left-to-right; they are unnecessary now.
14262
14263 2011-08-25 Deniz Dogan <deniz@dogan.se>
14264
14265 * net/quickurl.el: Documentation typo fixes.
14266
14267 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
14268
14269 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14270
14271 2011-08-25 Glenn Morris <rgm@gnu.org>
14272
14273 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14274
14275 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14276 (smtpmail-via-smtp): Handle nil response from smtp.
14277
14278 2011-08-24 Juri Linkov <juri@jurta.org>
14279
14280 * proced.el (proced-marked): Inherit from `error' instead of
14281 `font-lock-warning-face'.
14282
14283 * ibuffer.el (ibuffer-marked-face): Change default face from
14284 `font-lock-warning-face' to `warning'.
14285 (ibuffer-deletion-face): Change default face from
14286 `font-lock-type-face' to `error'.
14287
14288 * battery.el (battery-update): Use the face `error' instead of
14289 `font-lock-warning-face' (bug#6117).
14290
14291 2011-08-24 Juri Linkov <juri@jurta.org>
14292
14293 * faces.el (success): Change face color from "Green3" to
14294 "ForestGreen" on light background (bug#9353).
14295
14296 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
14297
14298 * window.el (quit-window): Rename from quit-restore-window.
14299 Use same arglist as old quit-window.
14300 (frame-auto-delete): Doc fix.
14301
14302 * view.el (view-mode-exit): Use quit-window.
14303
14304 2011-08-24 Juri Linkov <juri@jurta.org>
14305
14306 * isearch.el (isearch-ring-adjust1): Start visiting previous
14307 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14308 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14309 for empty search string (when the last search string is reused
14310 automatically) to adjust the isearch ring to the last element and
14311 prepare the correct index for further M-p commands (bug#9185).
14312
14313 2011-08-24 Kenichi Handa <handa@m17n.org>
14314
14315 * international/ucs-normalize.el: If decomposition property of
14316 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14317 nil.
14318 (nfd, nfkd): Likewise.
14319
14320 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14321
14322 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14323 from process filters aren't reliably transmitted to the surrounding
14324 accept-process-output.
14325 (mpc-proc-check): New function.
14326 (mpc-proc-sync): Use it (bug#8293)
14327
14328 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14331 Add compatibility functions (bug#9313).
14332
14333 2011-08-23 Eli Zaretskii <eliz@gnu.org>
14334
14335 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14336
14337 * international/uni-bidi.el: Regenerate.
14338
14339 2011-08-23 Kenichi Handa <handa@m17n.org>
14340
14341 * international/charprop.el:
14342 * international/uni-bidi.el:
14343 * international/uni-category.el:
14344 * international/uni-combining.el:
14345 * international/uni-comment.el:
14346 * international/uni-decimal.el:
14347 * international/uni-decomposition.el:
14348 * international/uni-digit.el:
14349 * international/uni-lowercase.el:
14350 * international/uni-mirrored.el:
14351 * international/uni-name.el:
14352 * international/uni-numeric.el:
14353 * international/uni-old-name.el:
14354 * international/uni-titlecase.el:
14355 * international/uni-uppercase.el: Regenerate.
14356
14357 2011-08-23 Martin Rudalics <rudalics@gmx.at>
14358
14359 * help.el (help-window-setup): Fix message displayed when other
14360 window is reused. (Bug#9341)
14361
14362 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14363
14364 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14365 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14366
14367 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14368 Mark obsolete.
14369 * shell.el (shell-parse-pcomplete-arguments): New function.
14370 (shell-completion-vars): Use it instead (bug#9160).
14371
14372 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14373
14374 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14375 strings and comments (bug#9333).
14376
14377 * emacs-lisp/debug.el (debug-arglist): New function.
14378 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
14379 (debug-on-entry-1): Handle interpreted closures (bug#9120).
14380
14381 2011-08-22 Juri Linkov <juri@jurta.org>
14382
14383 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14384 Revert regexp that highlights output switches to its old
14385 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14386
14387 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14388 to check for empty output (bug#9226).
14389
14390 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
14391
14392 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14393 symbol-constituent as the default, as that stops font-lock from
14394 working properly (Bug#8843).
14395
14396 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14397
14398 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14399 `coding-system-for-*' around the process open call to avoid
14400 auth-source side effects.
14401 (smtpmail-try-auth-methods): Expand the secret password.
14402 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14403 probe hangs.
14404
14405 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14406
14407 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14408
14409 * emacs-lisp/find-func.el (find-function-noselect): New arg
14410 lisp-only.
14411
14412 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14413 signal an error for built-in functions (Bug#6664).
14414
14415 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14416
14417 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14418 (smtpmail-try-auth-methods): Use it.
14419
14420 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14421
14422 * font-lock.el (font-lock-fontify-region)
14423 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14424 (font-lock-default-unfontify-buffer)
14425 (font-lock-default-fontify-region)
14426 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14427
14428 * progmodes/compile.el (compilation-error-properties):
14429 Fix confusion between file struct and message struct (Bug#9319).
14430 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14431 `ant' regexp.
14432
14433 * net/browse-url.el (browse-url-firefox): Don't call
14434 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14435
14436 2011-08-20 Glenn Morris <rgm@gnu.org>
14437
14438 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14439
14440 * tutorial.el (tutorial--default-keys): Update some default bindings.
14441
14442 * files.el (hack-local-variables): Fully ignore case for "mode:".
14443
14444 2011-08-20 Alan Mackenzie <acm@muc.de>
14445
14446 Resolve invalid use of a regexp in regexp-opt.
14447
14448 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14449 detection for a java annotation.
14450
14451 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
14452 detection for a java annotation.
14453
14454 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14455 handling for java.
14456 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14457
14458 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
14459
14460 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14461 (Bug#9274).
14462
14463 2011-08-20 Alan Mackenzie <acm@muc.de>
14464
14465 Fontify CPP expressions correctly when starting in the middle of
14466 such a construct. Mainly for when jit-lock etc. starts a chunk
14467 here.
14468
14469 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
14470 variable.
14471 (c-make-font-lock-search-form): New function, extracted from
14472 c-make-font-lock-search-function.
14473 (c-make-font-lock-search-function): Use the above function.
14474 (c-make-font-lock-context-search-function): New function.
14475 (c-cpp-matchers): Enhance the preprocessor expression case with
14476 the above function
14477 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14478 which takes an expression.
14479
14480 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14481
14482 2011-08-20 Martin Rudalics <rudalics@gmx.at>
14483
14484 * window.el (display-buffer-reuse-window)
14485 (display-buffer-pop-up-window): Don't reuse or split a side
14486 window.
14487
14488 2011-08-19 Glenn Morris <rgm@gnu.org>
14489
14490 * files.el (hack-local-variables-prop-line, hack-local-variables):
14491 Downcase "Mode:". (Bug#9331)
14492
14493 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
14494
14495 * international/characters.el: Add L and R categories.
14496
14497 * subr.el (bidi-string-mark-left-to-right): Rename from
14498 string-mark-left-to-right. Use category search.
14499
14500 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14501
14502 2011-08-18 Juri Linkov <juri@jurta.org>
14503
14504 * faces.el (error, warning, success): New faces with definitions
14505 copied from old default values of `font-lock-warning-face',
14506 `compilation-warning', `compilation-info' (bug#6117).
14507
14508 * font-lock.el (font-lock-warning-face): Inherit from `error'.
14509
14510 * progmodes/compile.el (compilation-error): Inherit from `error'.
14511 (compilation-warning): Inherit from `warning'.
14512 (compilation-info): Inherit from `success'.
14513
14514 * dired.el (dired-marked): Inherit from `warning'.
14515 (dired-flagged): Inherit from `error'.
14516
14517 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14518
14519 * mail/smtpmail.el (auth-source): Require to avoid problems with
14520 binding variables (bug#9298). Also clean up some unused
14521 autoloads.
14522
14523 * net/network-stream.el (network-stream-open-starttls):
14524 Support using starttls.el without using gnutls-cli.
14525
14526 2011-08-17 Juri Linkov <juri@jurta.org>
14527
14528 * progmodes/grep.el (rgrep): Handle the case when
14529 `grep-find-command' is a cons cell (bug#9278).
14530
14531 2011-08-17 Martin Rudalics <rudalics@gmx.at>
14532
14533 * window.el (display-buffer-pop-up-frame): Run frame creation
14534 function with BUFFER current (as special-display-popup-frame
14535 does). Reported by Drew Adams.
14536
14537 2011-08-17 Daiki Ueno <ueno@unixuser.org>
14538
14539 * epa-mail.el: Simplify GnuPG group expansion using
14540 epg-expand-group.
14541 (epa-mail-group-alist, epa-mail-group-modtime)
14542 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14543 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14544 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14545 Remove.
14546
14547 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
14548
14549 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14550
14551 2011-08-16 Alan Mackenzie <acm@muc.de>
14552
14553 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14554 Correct, to avoid the inside of macros.
14555
14556 2011-08-16 Richard Stallman <rms@gnu.org>
14557
14558 * epa-mail.el: Handle GnuPG group definitions.
14559 (epa-mail-group-alist, epa-mail-group-modtime)
14560 (epa-mail-gnupg-conf-file): New variables.
14561 (epa-mail-parse-groups, epa-mail-sync-groups)
14562 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14563 (epa-mail-expand-recipients): New functions.
14564 (epa-mail-encrypt): Call epa-mail-expand-recipients.
14565
14566 * mail/rmail.el (rmail-epa-decrypt): New command.
14567
14568 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14569 Don't bind buffer-read-only, just inhibit-read-only.
14570 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14571 (epa-decrypt-armor-in-region): Make error message clearer.
14572
14573 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14574
14575 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14576 and "a2b" to "ab" for `prefix'.
14577
14578 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
14579
14580 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14581 filter groups.
14582 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14583 Fourquet (Bug#8804).
14584
14585 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
14586
14587 * startup.el (argi): Declare as global variable (bug#9275).
14588
14589 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
14590
14591 * subr.el (string-mark-left-to-right): Search the entire string
14592 for RTL script, not just the terminating character. Doc fix.
14593
14594 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
14595
14596 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
14597 New function.
14598 (js--regexp-literal, js-syntax-propertize-function): Remove.
14599 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
14600 (js-mode-map): Don't rebind electric keys.
14601 (js-insert-and-indent): Remove.
14602 (js-mode): Setup electric-layout and electric-indent instead.
14603
14604 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14605
14606 2011-08-12 Daiki Ueno <ueno@unixuser.org>
14607
14608 * epa.el (epa-progress-callback-function): Fix the logic of
14609 displaying progress.
14610 * epa-file.el (epa-file-insert-file-contents): Make progress
14611 display more user-friendly.
14612 (epa-file-write-region): Ditto.
14613
14614 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
14615
14616 * subr.el (string-mark-left-to-right): New function.
14617
14618 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
14619 Use string-mark-left-to-right.
14620 (list-buffers-noselect): Caller changed.
14621
14622 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14623 Use string-mark-left-to-right.
14624 (tabulated-list-print): Recenter after moving point.
14625
14626 2011-08-10 Juri Linkov <juri@jurta.org>
14627
14628 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
14629 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
14630 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
14631
14632 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
14633
14634 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14635 (Bug#7554).
14636
14637 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
14638
14639 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14640 character. (Bug#6594)
14641
14642 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
14643
14644 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
14645 (image-dired--with-db-file): New macro.
14646 (image-dired-write-tags, image-dired-remove-tag)
14647 (image-dired-create-gallery-lists, image-dired-write-comments)
14648 (image-dired-get-comment, image-dired-mark-tagged-files)
14649 (image-dired-list-tags, image-dired-gallery-generate): Use it.
14650 (image-dired-gallery-generate): Use insert-file-contents.
14651
14652 * time.el (display-time-world-list, display-time-world-display):
14653 * time-stamp.el (time-stamp-string):
14654 * vc/add-log.el (add-change-log-entry): Use setenv instead of
14655 set-time-zone-rule (Bug#7337).
14656
14657 2011-08-08 Daiki Ueno <ueno@unixuser.org>
14658
14659 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
14660 (epg-error-to-string, epg-errors-to-string): New function.
14661 (epg-wait-for-completion): Reverse errors list.
14662 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
14663 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
14664 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
14665 (epg-sign-keys, epg-generate-key-from-file)
14666 (epg-generate-key-from-string): Format errors by using
14667 epg-errors-to-string (bug#9255).
14668 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
14669
14670 2011-08-07 Juri Linkov <juri@jurta.org>
14671
14672 * faces.el (list-faces-display): Remove extra angle bracket
14673 from `help-mode-map'.
14674
14675 * info.el (Info-history-toc-nodes): Doc fix.
14676
14677 * longlines.el (longlines-mode): Doc fix.
14678
14679 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14680
14681 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14682 of statements and in a few more cases (bug#9183).
14683
14684 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
14685 New functions.
14686 (cl-transform-lambda): Use them (bug#9239).
14687
14688 2011-08-05 Martin Rudalics <rudalics@gmx.at>
14689
14690 * window.el (display-buffer-same-window)
14691 (display-buffer-same-frame, display-buffer-other-window)
14692 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14693 (pop-to-buffer-other-window)
14694 (pop-to-buffer-same-frame-other-window)
14695 (pop-to-buffer-other-frame): Make them defuns.
14696 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
14697
14698 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14699
14700 * subr.el (make-composed-keymap): Move from C. Change calling
14701 convention, and improve docstring to bring attention to a subtle point.
14702 * minibuffer.el (completing-read-default): Adjust accordingly.
14703
14704 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
14705
14706 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14707 (tramp-open-shell): Use `tramp-shell-quote-argument'.
14708
14709 * net/trampver.el: Update release number.
14710
14711 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14712
14713 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
14714 "in" (bug#9190).
14715
14716 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14717
14718 * mail/sendmail.el (sendmail-query-once): Restore the current
14719 buffer after querying (bug#9074).
14720
14721 * dired.el (dired-flagged): Use different faces for marked and
14722 flagged files (bug#6117).
14723
14724 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14725 (bug#4433).
14726
14727 * ido.el (ido-mode): Switch off the message if called
14728 non-interactively.
14729
14730 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
14731 before 587, since it appears that that's more likely to work for
14732 more people.
14733
14734 * cus-edit.el (custom-file): When running under emacs -q, always
14735 refuse to save the customizations, even if the .emacs file doesn't
14736 exist.
14737
14738 * info.el: Remove the `Info-beginning-of-buffer' function
14739 (bug#8325).
14740
14741 * net/network-stream.el (network-stream-open-starttls):
14742 Use `starttls-available-p' to see whether starttls.el can be used.
14743
14744 2011-08-01 Martin Rudalics <rudalics@gmx.at>
14745
14746 * window.el (display-buffer-in-window): Don't set dedicated status
14747 of window here (Bug#9215).
14748 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14749 (display-buffer-pop-up-side-window)
14750 (display-buffer-in-side-window): Set dedicated status of window here.
14751
14752 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
14753
14754 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
14755 before binding generated-autoload-file.
14756
14757 2011-08-01 Deniz Dogan <deniz@dogan.se>
14758
14759 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
14760
14761 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
14762
14763 Sync with Tramp 2.2.2.
14764
14765 * net/trampver.el: Update release number.
14766
14767 2011-07-30 Juri Linkov <juri@jurta.org>
14768
14769 * dired-aux.el (dired-touch-initial): Remove function.
14770 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
14771 current time, and `default' to the last modification time of the
14772 current marked file (bug#6887).
14773
14774 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
14775
14776 * simple.el (goto-line): Use string-to-number to provide a
14777 numeric argument to read-number (bug#9163).
14778
14779 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
14780
14781 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
14782 connection process, it could be nil.
14783
14784 2011-07-27 Leo Liu <sdl.web@gmail.com>
14785
14786 Simplify url handling in rcirc-mode.
14787
14788 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
14789 (rcirc-browse-url-at-mouse): Remove.
14790 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
14791
14792 2011-07-26 Alan Mackenzie <acm@muc.de>
14793
14794 Fontify bitfield declarations properly.
14795
14796 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
14797 (c-symbol-chars): Now exported as a lang variable.
14798 (c-not-primitive-type-keywords): New lang variable.
14799
14800 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
14801 QT keyword "more" to prevent "more slots: ...." being spuriously
14802 parsed as a bitfield declaration.
14803
14804 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14805 Refactor and enhance to handle bitfield declarations.
14806 (c-punctuation-in): New function.
14807 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
14808 declarations properly.
14809
14810 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
14811
14812 * calendar/icalendar.el (icalendar--all-events): Take care of
14813 multiple vcalendars in a single file.
14814 (icalendar--convert-float-to-ical): Checkdoc fixes.
14815
14816 2011-07-25 Deniz Dogan <deniz@dogan.se>
14817
14818 * image.el (insert-image): Clarifying docstring.
14819
14820 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
14821
14822 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
14823 `tramp-send-command-and-check' if there is no error.
14824 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
14825
14826 2011-07-22 Alan Mackenzie <acm@muc.de>
14827
14828 Prevent cc-langs.elc being loaded at run time.
14829
14830 * progmodes/cc-mode.el: Remove two autoload forms which loaded
14831 cc-langs.
14832
14833 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
14834 "(require 'cc-langs)". Quote a form so it will evaluate at
14835 (cc-mode's) compilation time.
14836
14837 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
14838
14839 * net/tramp.el (tramp-file-name-handler): Avoid recursive
14840 loading. (Bug#9114)
14841
14842 2011-07-21 Martin Rudalics <rudalics@gmx.at>
14843
14844 * window.el (display-buffer-pop-up-window)
14845 (display-buffer-pop-up-side-window)
14846 (display-buffer-in-side-window): Call display-buffer-set-height
14847 and display-buffer-set-width after setting the new window's
14848 buffer so `fit-window-to-buffer' and friends work on the right buffer.
14849
14850 2011-07-20 Sam Steingold <sds@gnu.org>
14851
14852 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
14853 (etags-tags-included-tables): Call `convert-standard-filename' on
14854 the file names contained in TAGS so that windows Emacs can handle
14855 TAGS files created by cygwin ctags.
14856
14857 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14858
14859 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
14860 which apparently didn't work.
14861
14862 2011-07-19 Roland Winkler <winkler@gnu.org>
14863
14864 * proced.el (proced-send-signal): For *Marked Processes* buffer
14865 put point at beginning of buffer.
14866
14867 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
14868
14869 * proced.el (proced-format): Make header lines align with the text
14870 (bug#1779).
14871
14872 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14873
14874 * view.el (view-buffer): Allow running in `special' modes if we're
14875 visiting a file (bug#8615).
14876
14877 2011-07-19 Martin Rudalics <rudalics@gmx.at>
14878
14879 * window.el (display-buffer-alist-of-strings-p)
14880 (display-buffer-alist-set-1, display-buffer-alist-set-2):
14881 New functions.
14882 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
14883 more accurately.
14884
14885 2011-07-18 Alan Mackenzie <acm@muc.de>
14886
14887 Fontify declarators properly when, e.g., a jit-lock chunk begins
14888 inside a declaration.
14889
14890 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
14891
14892 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14893 New function.
14894 (c-complex-decl-matchers): Insert reference to
14895 c-font-lock-enclosing-decls.
14896
14897 * progmodes/cc-engine.el (c-backward-single-comment):
14898 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
14899 to nil around calls to (forward-comment -1).
14900
14901 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14902
14903 * image.el (put-image): Doc typo fix.
14904
14905 * progmodes/etags.el (tags-search): Doc typo fix.
14906
14907 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
14908 password if we get errors 550 to 554.
14909
14910 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14911
14912 * net/gnutls.el (gnutls-log-level): Remove.
14913
14914 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
14915 indentation character (bug#6380).
14916
14917 * files.el (buffer-offer-save): Made permanently local (bug#6241).
14918
14919 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
14920 to clarify what the problem is (bug#4291).
14921
14922 * simple.el (current-kill): Clarify what
14923 `interprogram-paste-function' does (bug#7500).
14924 (auto-fill-mode): Document `auto-fill-function' in relation to
14925 `auto-fill-mode' (bug#2470).
14926
14927 2011-07-16 Lawrence Mitchell <wence@gmx.li>
14928
14929 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
14930 method if slot is read-only (bug#9035).
14931
14932 2011-07-16 Martin Rudalics <rudalics@gmx.at>
14933
14934 * frame.el (select-frame-set-input-focus): New argument NORECORD.
14935 * window.el (pop-to-buffer): Select window used even if it was
14936 selected before, see discussion of (Bug#8615), (Bug#6954).
14937 Pass argument NORECORD on to select-frame-set-input-focus.
14938
14939 2011-07-15 Glenn Morris <rgm@gnu.org>
14940
14941 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
14942 Respect help-form.
14943
14944 2011-07-09 Lawrence Mitchell <wence@gmx.li>
14945
14946 * net/gnutls.el (gnutls-min-prime-bits): New variable.
14947 (gnutls-negotiate): Use it.
14948
14949 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14950
14951 * net/gnutls.el (gnutls-negotiate):
14952 Upcase `gnutls-algorithm-priority'.
14953
14954 2011-07-15 Glenn Morris <rgm@gnu.org>
14955
14956 * jka-compr.el (jka-compr-verbose): Move from here...
14957 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
14958 Add missing :version tag.
14959 * info.el: No need to require jka-compr when compiling.
14960
14961 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14962
14963 * net/gnutls.el (gnutls-algorithm-priority): New variable.
14964 (gnutls-negotiate): Use it.
14965
14966 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
14967
14968 * info.el (Info-beginning-of-buffer): New command.
14969 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
14970 announcing `b' as the key (bug#8325).
14971 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
14972
14973 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
14974
14975 * international/mule-cmds.el
14976 (describe-specified-language-support): Make the error message
14977 clearer (bug#8905).
14978
14979 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
14980
14981 * isearch.el (isearch-barrier): Add a doc string, since it's
14982 mentioned in a function doc string (bug#8678).
14983
14984 2011-07-15 Martin Rudalics <rudalics@gmx.at>
14985
14986 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
14987 buffer argument (Bug#9083) and self-identifying label argument.
14988
14989 2011-07-15 Glenn Morris <rgm@gnu.org>
14990
14991 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
14992
14993 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14994
14995 * man.el (Man-fontify-manpage): Fix message when formatting the
14996 man page (bug#7929).
14997
14998 2011-07-14 Eli Zaretskii <eliz@gnu.org>
14999
15000 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15001 argument LRM; if non-nil, append an invisible LRM character to the
15002 buffer name.
15003 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15004 last argument non-nil, when formatting buffer names.
15005 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15006 paragraph direction.
15007
15008 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15009
15010 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15011 the man page name (bug#7929).
15012
15013 * image.el (put-image): Mention the `put-image' overlay property
15014 (bug#7834).
15015
15016 * scroll-bar.el (set-scroll-bar-mode): Mention that
15017 `scroll-bar-mode' lists the values (bug#7772).
15018
15019 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15020 command (bug#7729).
15021
15022 * rect.el (apply-on-rectangle): Return the point after the last
15023 operation.
15024 (string-rectangle): Go to the point after the last operation
15025 (bug#7522).
15026
15027 * printing.el (pr-toggle-region): Clarify the documentation
15028 slightly (bug#7493).
15029
15030 * time.el (display-time-update):
15031 Allow `display-time-mail-function' to return nil (bug#7158).
15032 Fix suggested by Detlev Zundel.
15033
15034 * vc/diff.el (diff): Clarify the order the file names are read
15035 (bug#7111).
15036
15037 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15038 the doc string (bug#7015).
15039
15040 * font-lock.el (font-lock-maximum-decoration): Mention what
15041 numeric levels mean (bug#6935).
15042
15043 * startup.el (initial-buffer-choice): Don't mention the `none'
15044 selection, which is against policy.
15045
15046 2011-07-14 Martin Rudalics <rudalics@gmx.at>
15047
15048 * window.el (display-buffer-normalize-special):
15049 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
15050
15051 2011-07-14 Eli Zaretskii <eliz@gnu.org>
15052
15053 * subr.el (version<, version<=, version=): Mention "-CVS" and
15054 "-12345" alpha version numbers.
15055
15056 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15057
15058 * bindings.el: Add advertised binding for set-mark-command
15059 (Bug#5772).
15060
15061 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
15062
15063 * bindings.el (mode-line-other-buffer):
15064 * bookmark.el (bookmark-bmenu-2-window):
15065 * bs.el (bs-cycle-next, bs-cycle-previous):
15066 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15067 switch-to-buffer.
15068
15069 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15070 Delete.
15071
15072 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
15073
15074 * follow.el (follow-debug-message, follow-redisplay):
15075 * jka-cmpr-hook.el (with-auto-compression-mode):
15076 Fix typos in docstrings.
15077
15078 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15079
15080 * subr.el (with-silent-modifications): Clarify somewhat what the
15081 macro inhibits (bug#6525).
15082
15083 * simple.el (eval-expression): Note what it does if called
15084 interactively (bug#6495).
15085
15086 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15087
15088 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15089 Use pop-to-buffer buffer-or-name if it is nil.
15090
15091 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15092 Remove switch-to-buffer.
15093
15094 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15095
15096 * files.el (make-directory): Clarify that an error will be raised
15097 if there's an error (bug#6397).
15098
15099 * startup.el (initial-buffer-choice): Add `none' as a choice
15100 (bug#6234).
15101
15102 * subr.el (add-hook): Clarify section about buffer-local hooks
15103 (bug#6218).
15104
15105 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15106
15107 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15108
15109 * tabify.el (untabify): Preserve the current column so that point
15110 doesn't move (bug#6032).
15111
15112 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15113
15114 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15115 Rewrite to avoid awkward possessive "s" (bug#5986).
15116
15117 2011-07-13 Glenn Morris <rgm@gnu.org>
15118
15119 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15120 (dired-insert-directory): Give a message the first time
15121 if ls is found not to support --dired.
15122
15123 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15124
15125 * simple.el (toggle-truncate-lines): Clarify what is toggled
15126 (bug#5580). Text by Drew Adams.
15127
15128 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15129
15130 * simple.el (blink-matching-open): Make the error message from the
15131 last change less verbose.
15132
15133 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15134
15135 * font-lock.el (font-lock-comment-face): Use the high contrast
15136 "yellow" color for font-lock-comment-face on low color terminals
15137 using a dark background color (bug#4221).
15138
15139 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15140
15141 * dired.el (dired-insert-set-properties): Make the doc string
15142 reflect what it does now (bug#5325).
15143
15144 * simple.el (blink-matching-open): Say that we were unable to find
15145 the match within the limit, if we're limited (bug#5122).
15146
15147 * international/mule-cmds.el (prefer-coding-system): Add an
15148 example (bug#4869).
15149
15150 * progmodes/etags.el (tags-search): Document `file-list-form'
15151 (bug#4731).
15152
15153 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15154
15155 * net/browse-url.el (browse-url-default-browser)
15156 (browse-url-browser-function): Make the default browser choice a
15157 bit more logical (bug#4300). Also clean up the doc string.
15158
15159 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15160
15161 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15162 binary endings (bug#4440).
15163
15164 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15165
15166 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15167 which can be pretty annoying (bug#8971).
15168
15169 * jka-compr.el (jka-compr-verbose): New variable, and use
15170 throughout (bug#8971).
15171
15172 * info.el (Info-find-file): Fall back on the installation
15173 directory if we can't find the info node anywhere else.
15174
15175 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15176
15177 * vc/vc.el (vc-revert-file):
15178 Don't set file time-stamp in the past. (Bug#5181)
15179
15180 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15181
15182 * files.el (after-find-file): Give a better error message when
15183 trying to find a symlink that points to a file that doesn't exist
15184 (bug#4398).
15185
15186 * progmodes/cc-vars.el: Remove (probably) misleading comment
15187 (bug#4396).
15188
15189 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15190
15191 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15192
15193 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15194
15195 * mouse-sel.el: Hack restoring functionality, while keeping
15196 compatibility with 2010-07-03 changes to mouse selection.
15197 (mouse-sel-primary-overlay): New var.
15198 (mouse-sel-selection-alist): Use it.
15199 (mouse-sel-mode): Doc fix; remove points that are default features
15200 of mouse.el.
15201
15202 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15203
15204 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15205 Fix previous fix (bug#2490).
15206
15207 2011-07-12 Roland Winkler <winkler@gnu.org>
15208
15209 * textmodes/bibtex.el (bibtex-initialize):
15210 Use pop-to-buffer-same-window.
15211 (bibtex-search-entries): Fix interactive call.
15212
15213 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15214
15215 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15216 Fontise bytecomp Error lines more correctly (bug#2490).
15217 Fix suggested by Johan Bockgård.
15218
15219 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15220
15221 * dired-x.el (dired-guess-default): Use `delete-dups'.
15222
15223 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15224
15225 * dired.el (dired-mark-prompt):
15226 * dired-aux.el (dired-read-shell-command): Doc fix.
15227
15228 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15229
15230 * mail/sendmail.el (sendmail-query-once):
15231 Use `customize-save-variable' unconditionally, now that it works under
15232 emacs -Q.
15233
15234 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15235
15236 * cus-edit.el (custom-file): Take an optional no-error variable.
15237 (customize-save-variable): Set the variable, and give a warning if
15238 running under "emacs -q".
15239
15240 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
15241
15242 * loadhist.el (unload-feature-special-hooks):
15243 Add `auto-coding-functions', `fill-nobreak-predicate' and
15244 `find-directory-functions' (bug#5327).
15245
15246 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15247
15248 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15249
15250 * cus-edit.el (custom-guess-name-alist): -alist variables should
15251 use the `alist' type (bug#3120). Suggested by Drew Adams.
15252
15253 * printing.el: Add documentation to all the `pr-toggle-' commands.
15254
15255 2011-07-11 Leo Liu <sdl.web@gmail.com>
15256
15257 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15258 backends where it makes sense (bug#2623).
15259
15260 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15261
15262 * dired-x.el (dired-guess-default): Remove duplicate shell command
15263 entries (bug#2028).
15264 (dired-guess-default): Fix grammar in doc string (bug#2028).
15265 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15266
15267 * subr.el (remove-duplicates): New conveniency function.
15268
15269 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15270
15271 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15272 (bug#1526).
15273
15274 2011-07-10 Martin Rudalics <rudalics@gmx.at>
15275
15276 * window.el (display-buffer-normalize-default): Don't invert
15277 meaning of even-window-heights. Reported by Eli Zaretskii
15278 <eliz@gnu.org>.
15279
15280 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15281
15282 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15283
15284 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
15285
15286 * window.el (display-buffer): Fix arguments to
15287 display-buffer-reuse-window in last change.
15288
15289 * faces.el (link): Use a less saturated blue on light backgrounds.
15290
15291 * startup.el (fancy-startup-text, fancy-about-text)
15292 (fancy-startup-tail): Use font-lock faces, for background safety.
15293
15294 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15295
15296 * emulation/viper-cmd.el (viper-change-state-to-vi):
15297 Limit triggering of abbrev expansion (Bug#9038).
15298
15299 2011-07-09 Martin Rudalics <rudalics@gmx.at>
15300
15301 * window.el (display-buffer-default-specifiers): Remove.
15302 (display-buffer-macro-specifiers): Remove default specifiers.
15303 (display-buffer-alist): Default to nil.
15304 (display-buffer-reuse-window): New optional argument other-window.
15305 (display-buffer-pop-up-window): Allow splitting internal
15306 windows. Check whether a live window was created.
15307 (display-buffer-other-window-means-other-frame)
15308 (display-buffer-normalize-arguments): Rename to
15309 display-buffer-normalize-argument and rewrite. Set the
15310 other-window specifier.
15311 (display-buffer-normalize-special): New function.
15312 (display-buffer-normalize-options): Rename to
15313 display-buffer-normalize-default and rewrite.
15314 (display-buffer-normalize-options-inhibit): Remove.
15315 (display-buffer-normalize-specifiers): Rewrite.
15316 (display-buffer): Process other-window specifier and call
15317 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15318 more faithfully.
15319 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15320 (display-buffer-alist-set): Don't handle 'unset default values.
15321 (display-buffer-in-window, display-buffer-alist-set):
15322 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
15323 <tassilo@member.fsf.org>.
15324
15325 2011-07-09 Leo Liu <sdl.web@gmail.com>
15326
15327 * register.el (insert-register): Restore accidental change on
15328 2011-06-26. (Bug#9028)
15329
15330 2011-07-09 Glenn Morris <rgm@gnu.org>
15331
15332 * subr.el (remq): Handle the empty list. (Bug#9024)
15333
15334 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15335
15336 * mail/sendmail.el (send-mail-function): No longer delay custom
15337 initialization.
15338 * custom.el (custom-initialize-delay): Doc fix.
15339
15340 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15341
15342 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15343
15344 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
15345
15346 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15347 human-friendly prompt.
15348
15349 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15350
15351 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15352 provided by a particular plugin.
15353
15354 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15355
15356 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15357 save customizations (with "emacs -Q"), just set the variable
15358 instead of erroring out.
15359
15360 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15361
15362 2011-07-08 Juri Linkov <juri@jurta.org>
15363
15364 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15365 (archive-zip-update-case): Use 7z if found by `executable-find'.
15366 The order of searching the available programs is the same as in
15367 `archive-zip-extract' (bug#8968).
15368
15369 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15370
15371 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15372 (menu-bar-options-menu): Tweak descriptions.
15373
15374 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15375
15376 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15377 menu items into verb phrases (bug#1421). Also refill to fit under
15378 80 columns.
15379
15380 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15381
15382 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15383 (Info-read-node-name): Doc fix (Bug#1084).
15384
15385 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15386 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15387 (end-of-sexp, beginning-of-sexp)
15388 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15389 (forward-symbol, forward-same-syntax, word-at-point)
15390 (sentence-at-point): Doc fix (Bug#1144).
15391
15392 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15393
15394 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15395 should cover it (bug#1281).
15396
15397 * cus-edit.el (custom-show): Mark as obsolete.
15398
15399 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
15400 negotiation fails, then possibly try again with a non-encrypted
15401 connection (bug#9017).
15402
15403 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15404 be used.
15405
15406 2011-07-07 Richard Stallman <rms@gnu.org>
15407
15408 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15409 property, and handle its changed format.
15410 Look for the correct line number.
15411 Use file's line contents (but not past first =) to find
15412 correct line in message.
15413
15414 2011-07-07 Kenichi Handa <handa@m17n.org>
15415
15416 * international/characters.el (build-unicode-category-table):
15417 Delete it.
15418 (unicode-category-table): Set it by unicode-property-table-internal.
15419
15420 * international/mule-cmds.el (char-code-property-alist): Move to
15421 to src/chartab.c.
15422 (get-char-code-property): Call unicode-property-table-internal to
15423 load a file. Call get-unicode-property-internal where necessary.
15424 (put-char-code-property): Call unicode-property-table-internal to
15425 load a file. Call put-unicode-property-internal where necessary.
15426 put-unicode-property-internal where necessary.
15427 (char-code-property-description):
15428 Call unicode-property-table-internal to load a file.
15429
15430 * international/charprop.el:
15431 * international/uni-bidi.el:
15432 * international/uni-category.el:
15433 * international/uni-combining.el:
15434 * international/uni-comment.el:
15435 * international/uni-decimal.el:
15436 * international/uni-decomposition.el:
15437 * international/uni-digit.el:
15438 * international/uni-lowercase.el:
15439 * international/uni-mirrored.el:
15440 * international/uni-name.el:
15441 * international/uni-numeric.el:
15442 * international/uni-old-name.el:
15443 * international/uni-titlecase.el:
15444 * international/uni-uppercase.el: Regenerate.
15445
15446 * loadup.el: Load international/charprop.el before
15447 international/characters.
15448
15449 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15450
15451 * window.el (next-buffer, previous-buffer): Signal an error if
15452 called from a minibuffer window.
15453
15454 * bindings.el: Revert 2011-07-04 change.
15455
15456 2011-07-06 Richard Stallman <rms@gnu.org>
15457
15458 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15459 (rmail-mime-insert-bulk, rmail-mime-insert-text):
15460 Treat markers like ints.
15461 (rmail-mime-entity): Doc fix.
15462
15463 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15464
15465 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15466 defcustom again for backwards compatibility.
15467
15468 * simple.el (shell-command-on-region): Fill.
15469
15470 * dired-aux.el (dired-kill-line): Add a doc string.
15471
15472 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15473 to "\\sw\\|\\s_" (bug#358).
15474
15475 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15476 (dired-unmark-backward): Ditto.
15477 (dired-flag-backup-files): Ditto.
15478
15479 * dired-x.el (dired-mark-sexp): Ditto.
15480
15481 2011-07-06 Richard Stallman <rms@gnu.org>
15482
15483 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15484 (rmail-mime-entity): New arg TRUNCATED.
15485 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15486 New functions.
15487 (rmail-mime-save): Warn if entity is truncated.
15488 (rmail-mime-toggle-hidden): Likewise, for showing.
15489 (rmail-mime-process-multipart): Record when an entity is truncated.
15490
15491 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15492 if ENTITY is a string.
15493
15494 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15495
15496 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
15497 of faces when `M-C-x'-ing their definitions (bug#8378).
15498 Also clean up the code slightly.
15499
15500 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
15501 because that makes the colors go away.
15502
15503 * mail/sendmail.el (send-mail-function): Change the default to
15504 `sendmail-query-once'.
15505 (sendmail-query-once): Add an autoload cookie.
15506
15507 * net/network-stream.el (network-stream-open-starttls): Try using
15508 a plain connection even if the server offered STARTTLS, and we
15509 kinda wanted to use it, if Emacs doesn't have any STARTTLS
15510 capability. This should make smtpmail.el work in slightly more
15511 configurations.
15512
15513 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
15514
15515 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15516 New defun.
15517 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15518
15519 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15520
15521 * progmodes/sql.el: Version 3.0
15522 (sql-product-alist): Add product :completion-object,
15523 :completion-column, and :statement attributes.
15524 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
15525 (sql-mode-syntax-table): Mark all punctuation.
15526 (sql-font-lock-keywords-builder): Temporarily remove fallback on
15527 ansi keywords.
15528 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
15529 (sql-mode-oracle-font-lock-keywords): Improve.
15530 (sql-oracle-show-reserved-words): New function for development.
15531 (sql-product-font-lock): Simplify for source code buffers.
15532 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15533 New functions.
15534 (sql-highlight-product): Set product specific syntax table.
15535 (sql-mode-map): Add statement movement functions.
15536 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15537 New variable.
15538 (sql-statement-regexp, sql-beginning-of-statement)
15539 (sql-end-of-statement, sql-signum): New functions.
15540 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
15541 (sql-show-sqli-buffer): Bug fix.
15542 (sql-interactive-mode): Store connection data as buffer local.
15543 (sql-connect): Add NEW-NAME parameter. Redesign interaction
15544 with sql-interactive-mode.
15545 (sql-save-connection): Save buffer local settings.
15546 (sql-connection-menu-filter): Change menu entry name.
15547 (sql-product-interactive): Bug fix.
15548 (sql-preoutput-hold): New variable.
15549 (sql-interactive-remove-continuation-prompt): Bug fixes.
15550 (sql-debug-redirect): New variable.
15551 (sql-str-literal): New function.
15552 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
15553 Redesign.
15554 (sql-oracle-save-settings, sql-oracle-restore-settings)
15555 (sql-oracle-list-all, sql-oracle-list-table): New functions.
15556 (sql-completion-object, sql-completion-column)
15557 (sql-completion-sqlbuf): New variables.
15558 (sql-build-completions-1, sql-build-completions)
15559 (sql-try-completion): New functions.
15560 (sql-read-table-name): Use them.
15561 (sql-contains-names): New buffer local variable.
15562 (sql-list-all, sql-list-table): Use it.
15563 (sql-oracle-completion-types): New variable.
15564 (sql-oracle-completion-object, sql-sqlite-completion-object)
15565 (sql-postgres-completion-object): New functions.
15566
15567 2011-07-06 Glenn Morris <rgm@gnu.org>
15568
15569 * window.el (pop-to-buffer): Doc fix.
15570
15571 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
15572
15573 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15574
15575 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
15576
15577 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
15578
15579 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
15580
15581 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
15582
15583 * button.el (button): Inherit from link face. Suggested by Dan
15584 Nicolaescu.
15585
15586 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15587
15588 * progmodes/gdb-mi.el: Fit in 80 columns.
15589 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15590 switch-to-buffer.
15591
15592 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15593 if imenu is simply not configured (bug#8941).
15594
15595 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
15596
15597 * allout.el (allout-post-undo-hook): New allout outline-change
15598 event hook to signal undo activity.
15599 (allout-post-command-business): Run allout-post-undo-hook if an
15600 undo just occurred.
15601 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
15602 * allout-widgets.el (allout-widgets-after-undo-function):
15603 Ensure the integrity of the current item's decoration after it has been
15604 in the vicinity of an undo.
15605 (allout-widgets-mode): Include allout-widgets-after-undo-function
15606 on the new allout-post-undo-hook.
15607
15608 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15609
15610 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
15611 Let define-derived-mode define it.
15612 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
15613 cycles of abbrev-table inheritance (bug#8998).
15614
15615 2011-07-05 Roland Winkler <winkler@gnu.org>
15616
15617 * textmodes/bibtex.el: Add support for biblatex.
15618 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
15619 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
15620 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
15621 (bibtex-entry-alist, bibtex-field-alist): New variables.
15622 (bibtex-entry-field-alist): Obsolete alias for
15623 bibtex-BibTeX-entry-alist.
15624 (bibtex-entry-alist, bibtex-field-alist): New widgets.
15625 (bibtex-set-dialect): New command.
15626 (bibtex-entry-type, bibtex-entry-head)
15627 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15628 Bind via bibtex-set-dialect.
15629 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
15630 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
15631 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
15632 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
15633 Define via bibtex-set-dialect.
15634 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15635 Obey bibtex-no-opt-remove-re.
15636 (bibtex-vec-push, bibtex-vec-incr): New functions.
15637 (bibtex-format-entry, bibtex-field-list)
15638 (bibtex-print-help-message, bibtex-validate)
15639 (bibtex-search-entries): Use new format of bibtex-entry-alist.
15640
15641 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15642
15643 * progmodes/compile.el (compilation-goto-locus):
15644 * net/tramp-cmds.el (tramp-append-tramp-buffers):
15645 * bs.el (bs-cycle-next, bs-cycle-previous):
15646 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
15647 * bindings.el (mode-line-other-buffer):
15648 * autoinsert.el (auto-insert):
15649 * arc-mode.el (archive-extract):
15650 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
15651
15652 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15653
15654 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
15655 Fix check of `emacs-lock-unlockable-modes'.
15656 Coerce true values of `emacs-lock--try-unlocking' to t.
15657
15658 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15659
15660 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
15661 * emacs-lock.el: New file.
15662
15663 2011-07-05 Julien Danjou <julien@danjou.info>
15664
15665 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
15666 than `boundp' to check if face is set.
15667
15668 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15669
15670 * register.el (registerv-make):
15671 * window.el (window-min-height): Fix typos in docstrings.
15672
15673 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
15674
15675 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
15676 Update doc string.
15677
15678 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
15679
15680 * server.el (server-execute): Catch quit and call
15681 `server-return-error' to pass the error back to emacsclient and
15682 close the connection (bug#8942).
15683
15684 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
15685
15686 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
15687 insecure exception for current topic. Also note that auto-saves
15688 are handled differently.
15689
15690 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
15691 State variables for tracking auto-save inhibition situation.
15692
15693 (allout-write-contents-hook-handler): Rename from
15694 'allout-write-file-hook-handler', and describe how it depends on
15695 write-contents-functions sensitivity to non-nil value to prevent
15696 file write.
15697
15698 (allout-auto-save-hook-handler): Remove. auto-save does not check
15699 this in individual buffers, only in the starting buffer, so this
15700 is not the right way for us to inhibit auto-save in a buffer
15701 according to its condition.
15702
15703 (allout-mode): Use new allout-write-contents-hook-handler, and
15704 only with write-contents-functions. Remove auto-save provisions -
15705 they're implemented elsewhere.
15706
15707 (allout-before-change-handler): If undo is in progress, note that
15708 for attention of allout-post-command-business.
15709
15710 (allout-post-command-business): If the command we're following was
15711 an undo, check for change in the status of encrypted items and
15712 adjust auto-save inhibitions accordingly.
15713
15714 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
15715 according to whether there are or aren't any plain-text topics
15716 pending encryption.
15717
15718 (allout-inhibit-auto-save-info-for-decryption):
15719 Adjust buffer-saved-size and some allout state to inhibit auto-saves
15720 if there are plain-text topics pending encryption.
15721
15722 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
15723 buffer-saved-size and some allout state to not inhibit auto-saves
15724 if there are no longer any plain-text topics pending encryption.
15725
15726 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15727 No longer provide for exemption of the current topic.
15728
15729 2011-07-04 Juri Linkov <juri@jurta.org>
15730
15731 Add 7z operations to delete and save changed members (bug#8968).
15732 * arc-mode.el (archive-7z-expunge, archive-7z-update):
15733 New defcustoms.
15734 (archive-7z-write-file-member): New function.
15735 (archive-7z-summarize): Fix the number of dashes in the
15736 listing output.
15737
15738 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15739
15740 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
15741 (bug#8958).
15742
15743 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
15744
15745 * bindings.el: Ignore next-buffer and previous-buffer in
15746 minibuffer-local-map.
15747
15748 * font-lock.el (font-lock-builtin-face): Change light background
15749 color to dark slate blue (Bug#6693).
15750
15751 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
15752
15753 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
15754
15755 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
15758 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15759 Add switch-to-buffer.
15760
15761 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15762
15763 * isearch.el (isearch-search-fun-function): Clarify further the
15764 meaning of the function returned.
15765
15766 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
15767
15768 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
15769
15770 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
15771 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
15772 Use it.
15773 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
15774 `tramp-default-remote-path' does not exist.
15775 (tramp-send-command-and-read): New optional argument NOERROR.
15776 (tramp-open-connection-setup-interactive-shell)
15777 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
15778 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
15779 (tramp-process-sentinel): Flush also process' connection property.
15780 (tramp-sh-handle-start-file-process): Do not set process
15781 sentinel. It is done now ...
15782 (tramp-maybe-open-connection): ... here. (Bug#8929)
15783
15784 2011-07-04 MON KEY <monkey@sandpframing.com>
15785
15786 * play/animate.el (animate-string): Doc fixes and allow changing
15787 the buffer name (bug#5417).
15788
15789 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15790
15791 * play/animate.el (animation-buffer-name): Rename from *animate*.
15792
15793 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
15794
15795 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
15796 This is simpler and helps future-proof the code.
15797 (timer-until): Use time-subtract and float-time.
15798 (timer--time-less-p): Use time-less-p.
15799
15800 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
15801
15802 * type-break.el (timep): Use the value of `float-time' to avoid a
15803 byte-compiler warning.
15804
15805 * server.el (server-eval-and-print): Return any result, even nil.
15806
15807 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
15808
15809 * type-break.el: Accept time formats that the builtins accept.
15810 (timep, type-break-time-difference): Accept any format that
15811 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
15812 This is simpler and helps future-proof the code.
15813 (type-break-time-difference): Round rather than ignoring
15814 subseconds components.
15815
15816 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15817
15818 * info.el (Info-apropos-matches): Make non-interactive, since it
15819 doesn't seem to do anything useful as a command (bug#8829).
15820
15821 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
15822
15823 * frame.el (frame-background-mode, frame-set-background-mode):
15824 Move from faces.el.
15825 (frame-default-terminal-background): New function.
15826
15827 * custom.el (custom-push-theme): Don't record faces in `changed'
15828 theme; this doesn't work correctly for per-frame face settings.
15829 (disable-theme): Use face-set-after-frame-default to reset faces.
15830 (custom--frame-color-default): New function.
15831
15832 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15833
15834 * dired.el (dired-flagging-regexp): Remove unused variable
15835 (bug#8769).
15836
15837 2011-03-29 Kevin Ryde <user42@zip.com.au>
15838
15839 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15840 `perl-Test2' extend to match possible "fail #N" rep count
15841 (bug#8377).
15842
15843 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15844
15845 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
15846 `smtpmail-via-smtp' now returns the error instead of nil.
15847
15848 * isearch.el (isearch-search-fun-function): Clarify the doc string
15849 (bug#8101).
15850
15851 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
15852
15853 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
15854 unnecessary spaces (bug#8987).
15855
15856 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15857
15858 * net/network-stream.el (open-network-stream): Use the
15859 :end-of-capability command thoughout.
15860
15861 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15862
15863 * net/network-stream.el (open-network-stream): Add the
15864 :end-of-capability command parameter, used by pop3.el.
15865
15866 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15867
15868 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
15869
15870 * fringe.el (fringe-query-style): Remove redundant text " (type ?
15871 for list)" (bug#6475).
15872
15873 * files.el (file-expand-wildcards): Ignore non-readable
15874 sub-directories while trying to find matches instead of signaling
15875 an error (bug#6297).
15876
15877 * man.el (Man-reference-regexp): Allow matching possible
15878 word-wrapped references (bug#6289).
15879
15880 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
15881 for consistency with the other vc buffers (bug#6197).
15882 (vc-checkin): Ditto.
15883
15884 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
15885
15886 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
15887
15888 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15889
15890 * custom.el (defcustom): Clarify that :set is only used in the
15891 Customize user interface (bug#6089).
15892
15893 * progmodes/flymake.el (flymake-mode): If the buffer isn't
15894 associated with a file, refuse to run instead of erroring out
15895 (bug#6084).
15896
15897 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
15898 the doc string, since it appears that using `fill-column' always
15899 controls the width (bug#7845).
15900
15901 * simple.el (shell-command-on-region): Say where the error output
15902 went if `shell-command-default-error-buffer' is set (bug#6857).
15903
15904 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
15905
15906 * allout.el (allout-yank-processing): Adjust cursor position for
15907 backwards-deleted space.
15908
15909 (allout-rebullet-heading): Register changes with
15910 allout-exposure-changed-hook, so the modified topic is properly
15911 decorated.
15912
15913 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15914
15915 * minibuffer.el (completion-in-region): Document PREDICATE
15916 (bug#7136).
15917
15918 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
15919 of keyword/argument pairs (bug#6904).
15920
15921 * replace.el (multi-occur):
15922 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
15923
15924 2011-07-02 Drew Adams <drew.adams@oracle.com>
15925
15926 * dired.el (dired-mark-if): Make the message about whether it's
15927 marking or unmarking clearer (bug#8523).
15928
15929 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15930
15931 * disp-table.el (display-table-print-array): New function.
15932 (describe-display-table): Use it to print the vectors more pretty
15933 (Bug#8859).
15934
15935 2011-07-02 Martin Rudalics <rudalics@gmx.at>
15936
15937 * window.el (window-state-get-1): Don't assign clone numbers.
15938 Add clone-of item to list of window parameters.
15939 (window-state-put-2): Don't process clone numbers.
15940 (display-buffer-alist): Fix doc-string.
15941
15942 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
15943
15944 * subr.el (remq): Don't allocate if it's not needed.
15945 (keymap--menu-item-binding, keymap--menu-item-with-binding)
15946 (keymap--merge-bindings): New functions.
15947 (keymap-canonicalize): Use them to refine the canonicalization.
15948 * minibuffer.el (minibuffer-local-completion-map)
15949 (minibuffer-local-must-match-map): Move initialization from C.
15950 (minibuffer-local-filename-completion-map): Move initialization from C;
15951 don't inherit from anything here.
15952 (minibuffer-local-filename-must-match-map): Make obsolete.
15953 (completing-read-default): Use make-composed-keymap to combine
15954 minibuffer-local-filename-completion-map with either
15955 minibuffer-local-must-match-map or
15956 minibuffer-local-filename-completion-map.
15957
15958 2011-07-01 Glenn Morris <rgm@gnu.org>
15959
15960 * type-break.el (type-break-time-sum): Use dolist.
15961
15962 * textmodes/flyspell.el (flyspell-word-search-backward):
15963 Replace CL function.
15964
15965 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15966
15967 * mouse.el (mouse--strip-first-event): New function.
15968 (function-key-map): Use it to map fringe clicks to normal clicks
15969 by default.
15970
15971 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
15972 (vc-bzr-revision-completion-table): Add support for annotate and date.
15973
15974 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
15975 inherit from parent.
15976
15977 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15978
15979 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
15980 (dired-show-file-type): Doc fixup (bug#8818).
15981
15982 * dired.el (dired-mode): Fix up the doc string as suggested by
15983 Drew Adams (bug#8817).
15984
15985 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
15986 cookie, since the manual says that it should be possible to add
15987 this function to `find-file-hook' (bug#8709).
15988
15989 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
15990
15991 * progmodes/cfengine.el: Moved all cfengine3.el functionality
15992 here. Noted Ted Zlatanov as the maintainer.
15993 (cfengine-common-settings, cfengine-common-syntax): New functions
15994 to set up common things between `cfengine-mode' and
15995 `cfengine3-mode'.
15996 (cfengine3-mode): New mode.
15997 (cfengine3-defuns cfengine3-defuns-regex
15998 (cfengine3-class-selector-regex cfengine3-category-regex)
15999 (cfengine3-vartypes cfengine3-font-lock-keywords)
16000 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
16001 (cfengine3-indent-line): Add from cfengine3.el.
16002
16003 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
16004
16005 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16006
16007 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16008
16009 2011-07-01 Martin Rudalics <rudalics@gmx.at>
16010
16011 * window.el (same-window-buffer-names, same-window-regexps)
16012 (same-window-p, special-display-frame-alist)
16013 (special-display-popup-frame, special-display-function)
16014 (special-display-buffer-names, special-display-regexps)
16015 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16016 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16017 (split-window-preferred-function, split-height-threshold)
16018 (split-width-threshold, even-window-heights)
16019 (display-buffer-mark-dedicated, window-splittable-p)
16020 (split-window-sensibly, window-safely-shrinkable-p):
16021 Un-obsolete.
16022 (display-buffer): Don't spread args with function specifier
16023 because special-display-popup-frame won't like it.
16024
16025 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16026
16027 Time-stamp simplifications and fixes.
16028 These improve accuracy slightly, and future-proof the code
16029 against some potential changes to current-time format.
16030
16031 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16032 by using time-since and float-time.
16033
16034 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16035 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16036 + NNN microseconds".
16037
16038 * type-break.el (type-break-time-sum): Rewrite using time-add.
16039
16040 * play/hanoi.el (hanoi-current-time-float): Remove.
16041 All uses replaced by float-time.
16042
16043 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16044 This yields a more-accurate answer.
16045 (rng-time-to-float): Remove; no longer needed.
16046
16047 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16048
16049 * calendar/timeclock.el (timeclock-seconds-to-time):
16050 Defalias to seconds-to-time, since they're the same thing.
16051
16052 * emacs-lisp/elp.el (elp-elapsed-time):
16053 * emacs-lisp/benchmark.el (benchmark-elapse):
16054 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16055
16056 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16057
16058 * window.el (bury-buffer): Don't iconify the only frame.
16059 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16060 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16061
16062 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
16063
16064 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16065 Add mouse-yank-primary.
16066
16067 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16068
16069 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16070
16071 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16072
16073 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16074 (find-library-name): Use it to find relative load names when provided
16075 absolute file name (bug#8803).
16076
16077 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16078
16079 * textmodes/flyspell.el (flyspell-word): Consider words that
16080 differ only in case as potential doublons (bug#5687).
16081
16082 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16083 Remove two rather uninteresting debugging-like messages to make
16084 debbugs.el more silent.
16085
16086 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16087 a password-like phrase.
16088
16089 2011-06-30 Masatake YAMATO <yamato@redhat.com>
16090
16091 * progmodes/cc-guess.el: New file.
16092
16093 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
16094
16095 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16096 derived from `c-basic-common-init'.
16097
16098 * progmodes/cc-mode.el (top-level): Require cc-guess.
16099 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16100
16101 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16102
16103 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16104
16105 2011-06-30 Alan Mackenzie <acm@muc.de>
16106
16107 * progmodes/cc-engine.el (c-guess-continued-construct):
16108 Correct the handling of template-args-cont, particularly for when font
16109 lock is disabled. Name this case as "CASE G".
16110
16111 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16112
16113 * allout.el (allout-yank-processing): Fix injection of extra space
16114 between bullet and non-whitespace character in first topic when
16115 pasting, ensuring that the actual spacing in the pasted topic
16116 following the bullet char is preserved. This extra space was
16117 causing pasted encrypted topics to get a decrypted status even
16118 when the content was actually still encrypted. Now the decryption
16119 status from before the paste is preserved.
16120
16121 (allout-flag-region): Set all allout overlays so they evaporate
16122 when reduced to zero length (evanescent), to prevent overlay
16123 leakage.
16124
16125 2011-06-30 Glenn Morris <rgm@gnu.org>
16126
16127 * w32-fns.el (w32-charset-info-alist): Declare.
16128
16129 * find-dired.el (find-grep-options): Simplify.
16130
16131 * term/ns-win.el (ns-set-resource): Declare.
16132
16133 * ses.el (row, col): Declare dynamic variables honestly.
16134
16135 * textmodes/reftex-parse.el (index-tags): Declare.
16136
16137 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16138
16139 * cus-edit.el (customize-push-and-save): New function.
16140
16141 * files.el (hack-local-variables-confirm): Use it.
16142
16143 * custom.el (load-theme): New arg NO-CONFIRM.
16144 Use customize-push-and-save (Bug#8720).
16145 (custom-enabled-themes): Doc fix.
16146
16147 * cus-theme.el (customize-create-theme)
16148 (custom-theme-merge-theme): Callers to load-theme changed.
16149
16150 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16151
16152 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16153 short URLs have at least one dot in them (bug #7614).
16154
16155 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16156 nil, because using a pty is apparently too slow (bug #895).
16157
16158 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16159
16160 * mail/sendmail.el (sendmail-query-once): New function.
16161 (sendmail-query-once-function): New variable.
16162
16163 2011-06-29 Glenn Morris <rgm@gnu.org>
16164
16165 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16166
16167 * ses.el (top-level): Require cl when compiling.
16168 (ses-set-localvars): Fix error statement.
16169 Call it at compile time to silence a storm of warnings.
16170
16171 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16172
16173 * window.el (normalize-live-buffer): Rename to
16174 window-normalize-buffer.
16175 (normalize-live-frame): Rename to window-normalize-frame.
16176 (normalize-any-window): Rename to window-normalize-any-window.
16177 (normalize-live-window): Rename to window-normalize-live-window.
16178 (make-window-atom): Rename to window-make-atom.
16179 (window-resize-reset): Rename to window--resize-reset.
16180 (window-resize-reset-1): Rename to window--resize-reset-1.
16181 (resize-mini-window): Rename to window--resize-mini-window.
16182 (resize-subwindows-skip-p): Rename to
16183 window--resize-subwindows-skip-p.
16184 (resize-subwindows-normal): Rename to
16185 window--resize-subwindows-normal.
16186 (resize-subwindows): Rename to window--resize-subwindows.
16187 (resize-other-windows): Rename to window--resize-siblings.
16188 (resize-this-window): Rename to window--resize-this-window.
16189 (resize-root-window): Rename to window--resize-root-window.
16190 (resize-root-window-vertically): Rename to
16191 window--resize-root-window-vertically.
16192 (normalize-buffer-to-display): Rename to
16193 window-normalize-buffer-to-display.
16194 (normalize-buffer-to-switch-to): Rename to
16195 window-normalize-buffer-to-switch-to.
16196 Correspondingly update all callers of the functions listed
16197 above.
16198 (display-buffer-alist, display-buffer-normalize-arguments)
16199 (display-buffer-normalize-options, display-buffer)
16200 (display-buffer-alist-set): Use "function" instead of
16201 "fun-with-args".
16202
16203 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16204
16205 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16206 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16207 debbugs.gnu.org. Mention acknowledgment email.
16208
16209 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16210
16211 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16212 buffer multibyteness, since it shouldn't matter.
16213
16214 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16215
16216 * window.el (display-buffer-in-side-window): Handle dedicated
16217 windows as in display-buffer-reuse-window.
16218 (display-buffer-normalize-alist): Use value of override
16219 specifier.
16220 (display-buffer-normalize-specifiers): Use value of
16221 other-window-means-other-frame specifier.
16222 (display-buffer-alist): Rewrite some texts in widgets.
16223 (display-buffer): Spread arguments when calling function
16224 specified by fun-with-args.
16225
16226 2011-06-28 Deniz Dogan <deniz@dogan.se>
16227
16228 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16229 Unnest `let'.
16230
16231 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16232 selectors (Bug#5732).
16233 (css-proprietary-nmstart-re): Use `regexp-opt'.
16234
16235 2011-06-27 Jari Aalto <jari.aalto@cante.net>
16236
16237 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16238 (eshell-ls-date-format): New defcustom.
16239 (eshell-ls-file): Use it.
16240
16241 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16242
16243 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16244
16245 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16246
16247 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16248 (ange-ftp-make-tmp-name): New arg.
16249 (ange-ftp-file-local-copy): Use it.
16250
16251 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
16252
16253 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16254 no-conversion (Bug#8870).
16255
16256 2011-06-27 Martin Rudalics <rudalics@gmx.at>
16257
16258 * window.el (window-right, window-left, window-child)
16259 (window-child-count, window-last-child)
16260 (window-iso-combination-p, walk-window-tree-1)
16261 (window-atom-check-1, window-tree-1, delete-window)
16262 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16263 new naming conventions - window-vchild, window-hchild,
16264 window-next and window-prev are now called window-top-child,
16265 window-left-child, window-next-sibling and window-prev-sibling
16266 respectively.
16267 (resize-window-reset): Rename to window-resize-reset.
16268 (resize-window-reset-1): Rename to window-resize-reset-1.
16269 (resize-window): Rename to window-resize.
16270 (window-min-height, window-min-width)
16271 (resize-mini-window, resize-this-window, resize-root-window)
16272 (resize-root-window-vertically, adjust-window-trailing-edge)
16273 (enlarge-window, shrink-window, maximize-window)
16274 (minimize-window, delete-window, quit-restore-window)
16275 (split-window, balance-windows, balance-windows-area-adjust)
16276 (balance-windows-area, window-state-put-2)
16277 (display-buffer-even-window-sizes, display-buffer-set-height)
16278 (display-buffer-set-width, set-window-text-height)
16279 (fit-window-to-buffer): Rename all "resize-window" prefixed
16280 calls to use the "window-resize" prefix convention.
16281 (display-buffer-alist): Fix symbol for label specifier.
16282 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16283 corresponding specifier.
16284 Reported by Juanma Barranquero <lekktu@gmail.com>.
16285
16286 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16287
16288 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16289 convention.
16290 (ses-call-printer): Does not pass an empty string to formatter when the
16291 cell is empty to keep from barking printer Calc math-format-value.
16292
16293 2011-06-27 Richard Stallman <rms@gnu.org>
16294
16295 * battery.el (battery-mode-line-limit): New variable.
16296 (battery-update): Handle it.
16297
16298 * mail/rmailmm.el (rmail-mime-process-multipart):
16299 Handle truncated messages.
16300
16301 2011-06-27 Glenn Morris <rgm@gnu.org>
16302
16303 * progmodes/flymake.el (flymake-err-line-patterns):
16304 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16305
16306 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16307
16308 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16309 (ses--clean-!, ses--clean-_): New functions.
16310 (ses-range): Add configurability of readout order, and conversion
16311 to Calc vector.
16312
16313 * ses.el (ses-repair-cell-reference-all): New function.
16314 (ses-cell-symbol): Set macro as safe, so that it can be used in
16315 formulas.
16316
16317 * ses.el: Update cycle detection algorithm.
16318 (ses-localvars): Add ses--Dijkstra-attempt-nb and
16319 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16320 (ses-set-localvars): New function.
16321 (ses-make-cell): Add property-list as a cell element.
16322 (ses-cell-property-get-fun, ses-cell-property-get)
16323 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16324 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16325 New functions.
16326 (ses-cell-property-set, ses-cell-property-pop)
16327 (ses-cell-property-get-handle): New macro.
16328 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16329 New aliases, used for code readability.
16330 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16331 cycle detection.
16332 (ses-self-reference-early-detection): New defcustom.
16333 (ses-formula-references): Robustify against self-referring cells.
16334 (ses-mode): Use ses-set-localvars.
16335 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16336 before lauching the update processing.
16337 (ses-initialize-Dijkstra-attempt): New function.
16338 (ses-recalculate-cell): Update for cycle detection based on
16339 Dijkstra algorithm.
16340
16341 * ses.el: Fix commenting and indenting convention.
16342
16343 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16344
16345 * bs.el (bs-cycle-next): Complete last change.
16346
16347 2011-06-27 Drew Adams <drew.adams@oracle.com>
16348
16349 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16350
16351 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16352
16353 * net/network-stream.el (network-stream-open-starttls):
16354 Don't re-get capabilities unless we've reestablished connection.
16355 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16356
16357 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16358 to binary to possibly avoid line encoding issues on Windows (among
16359 other things).
16360
16361 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16362
16363 * net/network-stream.el (open-network-stream): Return an :error
16364 saying what the problem was, if possible.
16365
16366 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16367 server.
16368
16369 * net/network-stream.el (network-stream-open-starttls): If we
16370 wanted to use STARTTLS, and the server offered it, but we weren't
16371 able to because we had no STARTTLS support, then close the connection.
16372 (open-network-stream): Return an :error element, if present.
16373
16374 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16375
16376 * hl-line.el (hl-line-sticky-flag): Doc fix.
16377 (global-hl-line-sticky-flag): New option (Bug#8323).
16378 (global-hl-line-highlight): Obey it.
16379
16380 * vc/vc.el (vc-revert-show-diff): Default to t.
16381
16382 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16383
16384 * allout-widgets.el (allout-widgets-post-command-business):
16385 Stop decorating intermediate isearch matches. They're not being
16386 undecorated when an isearch is continued past, and isearch
16387 automatically collapses them. This leads to "widget leaks", where
16388 decorated items accumulate in collapsed areas. Lines with lots of
16389 hidden widgets can slow down cursor travel, substantially.
16390 Too much complicated machinery would be needed to ensure undecoration,
16391 so we're doing without this nicety.
16392
16393 (allout-widgets-tally-string): Don't try to do a hash-table-count
16394 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16395 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16396 *Messages* when allout-widgets-maintain-tally is t.
16397
16398 2011-06-26 Martin Rudalics <rudalics@gmx.at>
16399
16400 * window.el (display-buffer-normalize-argument): Rename to
16401 display-buffer-normalize-arguments. Handle special meaning of
16402 LABEL argument. Respect special-display-function when popping up
16403 a new frame. Fix code searching for a window showing the buffer
16404 on another frame.
16405 (display-buffer-normalize-specifiers):
16406 Call display-buffer-normalize-arguments.
16407 (display-buffer-in-window): Don't undedicate the window if its
16408 buffer remains the same.
16409 Reported by Drew Adams <drew.adams@oracle.com>.
16410 (display-buffer-alist): Add choice for same-window macro
16411 specfier.
16412 (display-buffer): Mention special meaning of LABEL argument in
16413 doc-string. Fix quoting. Don't pop up a new frame even as
16414 fallback.
16415
16416 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
16417
16418 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16419 avoid deleting the current window in some cases (bug#8911).
16420
16421 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16422
16423 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16424 (Bug#8934)
16425
16426 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16427
16428 * net/network-stream.el (network-stream-open-starttls):
16429 Use built-in TLS support if `gnutls-available-p' is true.
16430 (network-stream-open-tls): Ditto.
16431
16432 2011-06-26 Leo Liu <sdl.web@gmail.com>
16433
16434 * register.el (registerv): New struct.
16435 (registerv-make): New function.
16436 (jump-to-register, describe-register-1, insert-register):
16437 Support the jump-func, print-func and insert-func slot of a registerv
16438 struct. (Bug#8415)
16439
16440 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16441
16442 * vc/vc.el (vc-revert-show-diff): New defcustom.
16443 (vc-diff-internal): New arg specifying diff buffer.
16444 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16445 reuse an existing *vc-diff* buffer (Bug#8927).
16446
16447 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16448
16449 2011-06-26 Glenn Morris <rgm@gnu.org>
16450
16451 * progmodes/f90.el (f90-critical-indent): New option.
16452 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16453 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16454 (f90-mode): Doc fix.
16455 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16456 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16457 (f90-beginning-of-block, f90-next-block, f90-indent-region)
16458 (f90-match-end): Handle block, critical.
16459
16460 2011-06-25 Glenn Morris <rgm@gnu.org>
16461
16462 * calendar/diary-lib.el (diary-included-files): Doc fix.
16463 (diary-include-files): New function, extracted from
16464 diary-include-other-diary-files and diary-mark-included-diary-files.
16465 (diary-include-other-diary-files, diary-mark-included-diary-files):
16466 Just call diary-include-files.
16467 (diary-mark-entries): Reset diary-included-files on first call.
16468
16469 * calendar/diary-lib.el (diary-mark-entries)
16470 (diary-mark-included-diary-files):
16471 Visit included diary-files in temp buffers.
16472
16473 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16474 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16475 (f90-start-block-re, f90-imenu-generic-expression)
16476 (f90-looking-at-program-block-start, f90-no-block-limit):
16477 Add support for submodules.
16478
16479 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16480 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
16481
16482 2011-06-25 Eli Zaretskii <eliz@gnu.org>
16483
16484 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16485 buffer-file-type before setting its value, to avoid disastrous
16486 global effects on decoding files for DOS/Windows systems. (Bug#8780)
16487
16488 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16489
16490 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16491
16492 * ses.el (ses-unload-function):
16493 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16494
16495 * proced.el (proced-unload-function):
16496 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16497
16498 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
16499
16500 * server.el (server-create-window-system-frame): Add parameters arg.
16501 (server-process-filter): Doc fix. Handle frame-parameters.
16502
16503 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16504
16505 Fix bug#8730, bug#8781.
16506
16507 * loadhist.el (unload--set-major-mode): New function.
16508 (unload-feature): Use it.
16509
16510 * progmodes/python.el (python-after-info-look): Add autoload cookie.
16511 (python-unload-function): New function.
16512
16513 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16514
16515 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16516
16517 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
16518
16519 * net/browse-url.el (browse-url-firefox-program): Add icecat to
16520 the candidates list.
16521
16522 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
16523
16524 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16525
16526 2011-06-23 Richard Stallman <rms@gnu.org>
16527
16528 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16529 (rmail-variables): Set next-error-move-function.
16530 (rmail-what-message): Take argument POS.
16531 (rmail-next-error-move): New function.
16532
16533 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
16534
16535 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16536 messages for adjacent non-terminals.
16537
16538 2011-06-23 Richard Stallman <rms@gnu.org>
16539
16540 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
16541 (rmail-show-message-1): Preserve buffer modified flag.
16542 (rmail-start-mail): Don't specify use of rmail-mail-return;
16543 that's done by mail-bury now.
16544 (rmail-mail-return): Handle arg NEWBUF.
16545
16546 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
16547
16548 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16549 SIZE is a number.
16550
16551 2011-06-23 Martin Rudalics <rudalics@gmx.at>
16552
16553 * window.el (get-lru-window, get-mru-window)
16554 (get-largest-window): Never return a minibuffer window.
16555 (display-buffer-pop-up-window): Fix a bug that could lead to
16556 reusing the minibuffer window.
16557 (display-buffer): Pass original specifier argument to
16558 display-buffer-function instead of the normalized one.
16559 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16560
16561 2011-06-22 Leo Liu <sdl.web@gmail.com>
16562
16563 * minibuffer.el (completing-read-function)
16564 (completing-read-default): Move from minibuf.c.
16565
16566 2011-06-22 Richard Stallman <rms@gnu.org>
16567
16568 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16569 to Rmail even if not started by a special Rmail command.
16570
16571 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16572 Copy the buffer currently showing just one message.
16573
16574 2011-06-22 Roland Winkler <winkler@gnu.org>
16575
16576 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16577 (bibtex-clean-entry): First delete the old key so that a
16578 customized algorithm for generating the new key does not get
16579 confused by the old key.
16580 (bibtex-url): Obey regexp of first step.
16581 (bibtex-search-entries): Do not use add-to-list with local
16582 list-var.
16583
16584 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16585
16586 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16587 stored a user name, then query for the password first, instead of
16588 waiting for SMTP to give an error message and the trying again.
16589
16590 2011-06-22 Lawrence Mitchell <wence@gmx.li>
16591
16592 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16593 BUFFER in call-process.
16594
16595 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16596
16597 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
16598 QUIT twice.
16599 (smtpmail-try-auth-methods): Require user name and password from
16600 auth-source.
16601
16602 2011-06-22 Martin Rudalics <rudalics@gmx.at>
16603
16604 * window.el (display-buffer-default-specifiers)
16605 (display-buffer-alist): Remove entries for pop-up-frame-alist.
16606 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
16607 (split-window): Normalize SIDE argument (Bug#8916).
16608
16609 * frame.el (pop-up-frame-alist, pop-up-frame-function)
16610 (special-display-frame-alist, special-display-popup-frame):
16611 Remove duplicate declarations. These are now in window.el.
16612
16613 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16614
16615 * mail/smtpmail.el (smtpmail-via-smtp):
16616 Set :use-starttls-if-possible so that we always use STARTTLS if the
16617 server supports it. SMTP servers that support STARTTLS commonly
16618 require it.
16619
16620 * net/network-stream.el (network-stream-open-starttls): Support
16621 upgrading to STARTTLS always, even if we don't have built-in support.
16622 (open-network-stream): Add the :always-query-capabilities keyword.
16623
16624 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
16625 upgrades with `open-network-stream', and rely solely on
16626 auth-source for all credentials. Big changes throughout the file,
16627 but in particular:
16628 (smtpmail-auth-credentials): Remove.
16629 (smtpmail-starttls-credentials): Remove.
16630 (smtpmail-via-smtp): Check for servers saying they want AUTH after
16631 MAIL FROM, too.
16632
16633 * net/network-stream.el (network-stream-open-starttls):
16634 Provide support for client certificates both for external and built-in
16635 STARTTLS.
16636 (auth-source): Require.
16637 (open-network-stream): Document the :client-certificate keyword.
16638 (network-stream-certificate): Change cert-cert to cert and
16639 cert-key to key.
16640
16641 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
16642
16643 * net/tramp-cache.el (top): Don't load the persistency file when
16644 "emacs -Q" has been called.
16645
16646 2011-06-21 Tim Harper <timcharper@gmail.com>
16647
16648 * term/ns-win.el (ns-initialize-window-system):
16649 Set application-specific `ApplePressAndHoldEnabled' system
16650 resource to NO as it is not yet supported by the NS port.
16651
16652 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
16653
16654 * misc.el (list-dynamic-libraries--refresh): Compute header here...
16655 (list-dynamic-libraries): ...not here.
16656
16657 2011-06-21 Leo Liu <sdl.web@gmail.com>
16658
16659 * subr.el (sha1): Implement sha1 using secure-hash.
16660
16661 2011-06-21 Martin Rudalics <rudalics@gmx.at>
16662
16663 * window.el (display-buffer-alist): In default value do not
16664 enforce searching a window on any but the selected frame.
16665 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16666 (display-buffer-select-window): Remove function.
16667 (display-buffer-in-window): When a window on another frame gets
16668 reused, do not select it any more but just raise its frame if
16669 necessary (Bug#8851) and (Bug#8856).
16670 (display-buffer-normalize-options): Handle pop-up-frames related
16671 options more faithfully.
16672 (pop-to-buffer): Don't rely on `display-buffer' selecting the
16673 window if it is on another frame.
16674 (display-buffer-alist, display-buffer-default-specifiers):
16675 Don't make new frame unsplittable by default.
16676 (display-buffer-normalize-argument): Fix doc-string typo and use
16677 'same-frame-other-window instead of 'other-window when associating
16678 with display-buffer-macro-specifiers.
16679
16680 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
16681
16682 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
16683 New functions.
16684 (5x5-mode-map, 5x5-mode-menu): Bind them.
16685 (5x5-draw-grid): Tweak the solver's rendering.
16686
16687 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
16690 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
16691
16692 2011-06-21 Drew Adams <drew.adams@oracle.com>
16693
16694 * menu-bar.el: Use function variable instead of switch-to-buffer.
16695 (menu-bar-select-buffer-function): New variable.
16696 (menu-bar-update-buffers): Use it (bug#8876).
16697
16698 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16699
16700 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
16701 variable's status.
16702
16703 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
16704
16705 * x-dnd.el (x-dnd-version-from-flags)
16706 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16707 and long as number (Bug#8899).
16708 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
16709
16710 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16711
16712 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
16713 (completion-try-completion, completion-all-completions): Compute the
16714 metadata argument if it's missing; make it optional (bug#8795).
16715
16716 * wid-edit.el: Use lex-bind and move towards completion-at-point.
16717 (widget-complete): Use new :completion-function property.
16718 (widget-completions-at-point): New function.
16719 (default): Use :completion-function instead of :complete.
16720 (widget-default-completions): Rename from widget-default-complete;
16721 Rewrite.
16722 (widget-string-complete, widget-file-complete, widget-color-complete):
16723 Remove functions.
16724 (file, symbol, function, variable, coding-system, color):
16725 * international/mule-cmds.el (default-input-method, charset)
16726 (language-info-custom-alist):
16727 * cus-edit.el (face): Use new property :completions.
16728
16729 * progmodes/pascal.el (pascal-completions-at-point): New function.
16730 (pascal-mode): Use it.
16731 (pascal-mode-map): Use completion-at-point.
16732 (pascal-toggle-completions): Make obsolete.
16733 (pascal-complete-word, pascal-show-completions):
16734 * progmodes/octave-mod.el (octave-complete-symbol):
16735 Redefine as obsolete alias.
16736 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
16737 Signal absence of completion info for old Octave,
16738 (inferior-octave-complete): Redefine as obsolete alias.
16739 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
16740 (meta-completions-at-point): Rename from meta-complete-symbol and
16741 adapt it for use on completion-at-point-functions.
16742 (meta-common-mode): Use it.
16743 (meta-looking-at-backward, meta-match-buffer): Remove.
16744 (meta-complete-symbol): Redefine as obsolete alias.
16745 (meta-common-mode-map): Use completion-at-point.
16746 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
16747 (makefile-mode-map): Use completion-at-point.
16748 (makefile-completions-at-point): Rename from makefile-complete and
16749 adapt it for use on completion-at-point-functions.
16750 (makefile-mode): Use it.
16751 (makefile-complete): Redefine as obsolete alias.
16752
16753 2011-06-20 Deniz Dogan <deniz@dogan.se>
16754
16755 * net/rcirc.el: Delete trailing whitespaces once and for all.
16756
16757 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
16758
16759 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
16760
16761 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
16762
16763 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
16764
16765 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
16766
16767 2011-06-19 Martin Rudalics <rudalics@gmx.at>
16768
16769 * window.el (display-buffer-other-window-means-other-frame):
16770 Call display-buffer-normalize-alist.
16771 (display-buffer-normalize-specifiers-1): Rename to
16772 display-buffer-normalize-argument. New argument other-frame.
16773 Rewrite.
16774 (display-buffer-normalize-specifiers-2): Rename to
16775 display-buffer-normalize-options.
16776 (display-buffer-normalize-alist-1): New function.
16777 (display-buffer-normalize-specifiers-3): Rename to
16778 display-buffer-normalize-alist.
16779 Call display-buffer-normalize-alist-1.
16780 (display-buffer-normalize-options-inhibit): New variable.
16781 (display-buffer-normalize-specifiers): Rewrite calling
16782 display-buffer-normalize-alist,
16783 display-buffer-normalize-argument, and
16784 display-buffer-normalize-options. Don't call the latter if
16785 display-buffer-normalize-options-inhibit is non-nil.
16786 (frame-auto-delete): New option.
16787 (window-deletable-p): Use frame-auto-delete.
16788 (window-list-no-nils, window-state-ignored-parameters)
16789 (window-state-get-1, window-state-get, window-state-put-list)
16790 (window-state-put-1, window-state-put-2, window-state-put):
16791 New functions.
16792 (display-buffer-normalize-options): Move special-display-p group
16793 after pop-up-frame group (Bug#8851) and (Bug#8856).
16794
16795 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
16796
16797 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
16798 groups (Bug#8776).
16799 (rx-submatch-n): New function.
16800 (rx): Document it.
16801
16802 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
16803 (Bug#8768).
16804
16805 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
16806
16807 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
16808
16809 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
16810 anytime existing face settings are present (Bug#8889).
16811
16812 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
16813 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
16814 Remove unused argument.
16815
16816 2011-06-18 Martin Rudalics <rudalics@gmx.at>
16817
16818 * window.el (display-buffer-default-specifiers):
16819 Remove pop-up-frame. Add pop-up-window-min-height,
16820 pop-up-window-min-width, and another reuse-window specifier
16821 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
16822 (display-buffer-normalize-specifiers-2):
16823 Handle split-height-threshold and split-width-threshold also when
16824 pop-up-windows is unset. Add a reuse-window specifier for the
16825 case popping up a new window fails.
16826 (special-display-popup-frame): Remove double quoting.
16827 (display-buffer-normalize-specifiers-1): Fix thinko.
16828
16829 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
16830
16831 * shell.el (shell-completion-vars): Set pcomplete-termination-string
16832 according to comint-completion-addsuffix.
16833
16834 * pcomplete.el: Convert to lexical binding and fix bug#8819.
16835 (pcomplete-suffix-list): Mark as obsolete.
16836 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
16837 pcomplete-seen in the closure.
16838 (pcomplete-comint-setup): Setup completion-at-point as well.
16839 (pcomplete--entries): New function.
16840 (pcomplete--env-regexp): New var.
16841 (pcomplete-entries): Rewrite to work with partial-completion and
16842 without relying on pcomplete-suffix-list.
16843 (pcomplete-pare-list): Remove, unused.
16844
16845 2011-06-17 Martin Rudalics <rudalics@gmx.at>
16846
16847 * window.el (display-buffer-alist): Set pop-up-window-min-height
16848 and pop-up-window-min-width in default value. Reported by
16849 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
16850 other-window-means-other-frame.
16851 (display-buffer-macro-specifiers): Comment out entry for
16852 other-window specifier.
16853 (display-buffer-other-window-means-other-frame): New function.
16854 (display-buffer-normalize-specifiers-1): New arguments
16855 buffer-name and label. Treat other-window case specially.
16856 (display-buffer-normalize-specifiers-2): Treat other-window case
16857 specially.
16858 (display-buffer-normalize-specifiers-3): New function.
16859 (display-buffer-normalize-specifiers):
16860 Call display-buffer-normalize-specifiers-3.
16861
16862 2011-06-17 Martin Rudalics <rudalics@gmx.at>
16863
16864 * window.el (same-window-p): Fix two typos introduced when
16865 adding with-no-warnings.
16866 (display-buffer-normalize-specifiers-1): Don't check
16867 pop-up-frames for 'unset initialization.
16868 (display-buffer-normalize-specifiers-2): Major rewrite using
16869 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
16870 (pop-up-frames, display-buffer-reuse-frames)
16871 (display-buffer-mark-dedicated): Don't initialize to 'unset.
16872 Suggested by David Engster <deng@randomsample.de>.
16873 (even-window-heights): Initialize to 'unset.
16874 (display-buffer-alist-set): Handle new 'unset initializations.
16875 (display-buffer-macro-specifiers): Don't pop up a new frame in the
16876 other window case.
16877
16878 2011-06-16 Martin Rudalics <rudalics@gmx.at>
16879
16880 * window.el (display-buffer-normalize-specifiers-1):
16881 Respect current value of pop-up-frames for most reasonable values of
16882 second argument of display-buffer (Bug#8865).
16883 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
16884 (switch-to-buffer-other-window-same-frame)
16885 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
16886 Adams (Bug#8875).
16887 (display-buffer): Don't check noninteractive when calling
16888 display-buffer-pop-up-frame.
16889 (display-buffer-pop-up-frame): Never pop up a frame in
16890 noninteractive mode (Bug#8857).
16891 (enlarge-window, shrink-window): Don't report an error when the
16892 window can't be resized as requested (Bug#8862).
16893
16894 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16895
16896 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
16897
16898 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
16899
16900 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
16901
16902 2011-06-15 Alan Mackenzie <acm@muc.de>
16903
16904 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
16905 for declarators, disable knr checking to speed up for normal files.
16906 2: Refactor, replacing a sequence of nested if forms by a cond form.
16907
16908 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16909
16910 * net/network-stream.el (open-network-stream): Add the keyword
16911 :always-query-capabilities for the case where you want to force a
16912 `plain' network connection, but the protocol still requires the
16913 capabilitiy command (i.e., SMTP and EHLO).
16914
16915 * subr.el (process-live-p): Rename from `process-alive-p' for
16916 consistency with other `-live-p' functions.
16917
16918 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16919
16920 * window.el (same-window-buffer-names, same-window-regexps)
16921 (special-display-frame-alist, special-display-popup-frame)
16922 (special-display-function, special-display-buffer-names)
16923 (special-display-regexps, pop-up-frame-alist)
16924 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
16925 (pop-up-windows, split-window-preferred-function)
16926 (split-height-threshold, split-width-threshold, even-window-heights)
16927 (display-buffer-mark-dedicated): Don't encourage the use of
16928 display-buffer-alist from Elisp code.
16929
16930 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
16931
16932 * progmodes/python.el (python-mode): Derive from prog-mode.
16933 * progmodes/ps-mode.el (ps-mode):
16934 * progmodes/mixal-mode.el (mixal-mode):
16935 * progmodes/cfengine.el (cfengine-mode):
16936 * progmodes/ld-script.el (ld-script-mode): Likewise.
16937
16938 2011-06-15 Martin Rudalics <rudalics@gmx.at>
16939
16940 * window.el (display-buffer-alist): Trim default value to avoid
16941 popping up a new frame (Bug#8857) or reusing an arbitrary window
16942 on another frame.
16943 (display-buffer): Do not fall back on popping up a new frame in
16944 batch mode (Bug#8857).
16945
16946 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
16947
16948 * cus-theme.el (describe-theme-1): Use custom-theme-p.
16949 (custom-theme-summary): New function.
16950 (customize-themes): Use it.
16951
16952 2011-06-13 Glenn Morris <rgm@gnu.org>
16953
16954 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
16955
16956 2011-06-13 Martin Rudalics <rudalics@gmx.at>
16957
16958 * help.el (help-window): Remove variable.
16959 (help-window-point-marker, temp-buffer-max-height)
16960 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
16961 (help-print-return-message): Don't set help-window.
16962 (resize-temp-buffer-window): Rewrite cod eand doc-string.
16963 (help-window-setup-finish): Remove.
16964 (help-window-display-message, help-window-setup)
16965 (with-help-window): Major rewrite based on new
16966 display-buffer-window variable.
16967
16968 * help-mode.el (help-mode-finish): Remove help-window related
16969 code.
16970
16971 * view.el (view-exits-all-viewing-windows): Remove reference to
16972 view-return-to-alist in doc-string.
16973 (view-return-to-alist): Make obsolete.
16974 (view-buffer): Call pop-to-buffer-same-window and remove
16975 undo-window code.
16976 (view-buffer-other-window): Call pop-to-buffer-other-window and
16977 simplify code. Ignore second argument.
16978 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
16979 simplify code. Ignore second argument.
16980 (view-return-to-alist-update): Make obsolete.
16981 (view-mode-enter): Rename second argument to QUIT-RESTORE.
16982 Rewrite using quit-restore window parameters.
16983 (view-mode-exit): Rename second argument to EXIT-ONLY.
16984 Rewrite using quit-restore-window.
16985 (View-exit, View-exit-and-edit, View-leave, View-quit)
16986 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
16987 appropriate arguments.
16988 (view-end-message): Use quit-restore window parameter.
16989
16990 * window.el (display-buffer-function): Rewrite doc-string.
16991 (display-buffer-window, display-buffer-alist): New variables.
16992 (display-buffer-split-specifiers)
16993 (display-buffer-side-specifiers)
16994 (display-buffer-macro-specifiers): New constants.
16995 (display-buffer-even-window-sizes, display-buffer-set-height)
16996 (display-buffer-set-width, display-buffer-select-window)
16997 (display-buffer-in-window, display-buffer-reuse-window)
16998 (display-buffer-split-window-1, display-buffer-split-window)
16999 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17000 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17001 (display-buffer-in-side-window, normalize-buffer-to-display)
17002 (display-buffer-normalize-specifiers-1)
17003 (display-buffer-normalize-specifiers-2)
17004 (display-buffer-normalize-specifiers, display-buffer-frame):
17005 New functions.
17006 (display-buffer): Major rewrite.
17007 (display-buffer-other-window, display-buffer-other-frame)
17008 (pop-to-buffer, switch-to-buffer-other-window)
17009 (switch-to-buffer-other-frame): Rewrite.
17010 (display-buffer-same-window, display-buffer-same-frame)
17011 (display-buffer-same-frame-other-window)
17012 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17013 (pop-to-buffer-other-window)
17014 (pop-to-buffer-same-frame-other-window)
17015 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17016 (switch-to-buffer-other-window-same-frame): New functions.
17017 (same-window-p, special-display-p): Rewrite disabling warnings.
17018 Make obsolete.
17019 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17020 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17021 Make obsolete
17022 (same-window-buffer-names, same-window-regexps)
17023 (special-display-frame-alist, special-display-popup-frame)
17024 (special-display-function, special-display-buffer-names)
17025 (special-display-regexps, pop-up-frame-alist)
17026 (pop-up-frame-function, split-window-preferred-function)
17027 (split-height-threshold, split-width-threshold)
17028 (even-window-heights): Make obsolete.
17029
17030 2011-06-12 Glenn Morris <rgm@gnu.org>
17031
17032 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
17033 Misc simplifications.
17034
17035 2011-06-12 Martin Rudalics <rudalics@gmx.at>
17036
17037 * window.el (window-safely-shrinkable-p): Restore function which
17038 was inadvertently removed in change from 2011-06-11. Declare as
17039 obsolete.
17040
17041 * calendar/calendar.el (calendar-generate-window):
17042 Use window-iso-combined-p instead of combination of one-window-p and
17043 window-safely-shrinkable-p.
17044
17045 2011-06-12 Glenn Morris <rgm@gnu.org>
17046
17047 * progmodes/fortran.el (fortran-mode-syntax-table):
17048 * progmodes/f90.el (f90-mode-syntax-table):
17049 Set % to punctuation. (Bug#8820)
17050 (f90-find-tag-default): Remove, no longer needed.
17051
17052 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17053
17054 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17055
17056 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
17057
17058 * image.el (image-animated-p): Return animation delay in seconds.
17059 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17060 (image-animate-timeout): Remove DELAY argument. Don't assume
17061 every subimage has the same delay; get it from image-animated-p.
17062 (image-animate): Caller changed.
17063
17064 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
17065
17066 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17067 to ignored backtrace functions.
17068
17069 2011-06-11 Glenn Morris <rgm@gnu.org>
17070
17071 * calendar/appt.el (appt-disp-window-function): Doc fix.
17072 (appt-check): Handle overlapping appointments. (Bug#8337)
17073
17074 2011-06-11 Martin Rudalics <rudalics@gmx.at>
17075
17076 * window.el (window-tree-1, window-tree): New functions, moving
17077 the latter to window.el.
17078 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17079 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17080 (bw-refresh-edges): Remove.
17081 (balance-windows-1, balance-windows-2): New functions.
17082 (balance-windows): Rewrite in terms of window tree functions,
17083 balance-windows-1 and balance-windows-2.
17084 (bw-adjust-window): Remove.
17085 (balance-windows-area-adjust): New function with functionality of
17086 bw-adjust-window but using resize-window.
17087 (set-window-text-height): Rewrite doc-string.
17088 Use normalize-live-window and resize-window.
17089 (enlarge-window-horizontally, shrink-window-horizontally):
17090 Rename argument to DELTA.
17091 (window-buffer-height): New function.
17092 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17093 Rewrite using new window resize routines.
17094 (kill-buffer-and-window, mouse-autoselect-window-select):
17095 Use ignore-errors instead of condition-case.
17096 (quit-window): Call delete-frame instead of delete-windows-on
17097 for the only buffer on frame.
17098
17099 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17100
17101 * loadup.el (top-level): Load window before files for the sake
17102 of replace-buffer-in-windows.
17103
17104 * files.el (read-buffer-to-switch)
17105 (switch-to-buffer-other-window)
17106 (switch-to-buffer-other-frame, display-buffer-other-frame):
17107 Move to window.el.
17108
17109 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17110 (previous-buffer): Move to window.el.
17111
17112 * bindings.el (unbury-buffer): Move to window.el.
17113
17114 * window.el (delete-other-windows-vertically): Move after
17115 definition of delete-other-windows.
17116 (other-window, delete-windows-on, replace-buffer-in-windows):
17117 Move here from window.c.
17118 (record-window-buffer, unrecord-window-buffer)
17119 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17120 (switch-to-next-buffer): New functions.
17121 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17122 from simple.el. Call switch-to-next-buffer.
17123 (previous-buffer): Move here from simple.el.
17124 Call switch-to-prev-buffer.
17125 (bury-buffer): Move here from buffer.c. Switch to previous
17126 buffer when window cannot be deleted.
17127 (unbury-buffer): Move here from bindings.el.
17128 (ctl-x-map): Move binding for other-window from window.c to
17129 here.
17130 (read-buffer-to-switch, switch-to-buffer-other-window)
17131 (switch-to-buffer-other-frame): Move here from files.el.
17132 (normalize-buffer-to-switch-to): New functions.
17133 (switch-to-buffer): Move here from buffer.c.
17134 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17135
17136 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17137
17138 * window.el (window-min-height, window-min-width): Move here
17139 from window.c. Add defcustoms and rewrite doc-strings.
17140 (resize-mini-window, resize-window): New functions.
17141 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17142 Move here from window.c.
17143 (maximize-window, minimize-window): New functions.
17144 (delete-window, delete-other-windows, split-window): Move here
17145 from window.c.
17146 (window-split-min-size): New function.
17147 (split-window-keep-point): Mention split-window-above-each-other
17148 instead of split-window-vertically.
17149 (split-window-above-each-other, split-window-vertically):
17150 Rename split-window-vertically to split-window-above-each-other
17151 and provide defalias for old definition.
17152 (split-window-side-by-side, split-window-horizontally):
17153 Rename split-window-horizontally to split-window-side-by-side
17154 and provide defalias for the old definition.
17155 (ctl-x-map): Move bindings for delete-window,
17156 delete-other-windows and enlarge-window here from window.c.
17157 Replace bindings for split-window-vertically and
17158 split-window-horizontally by bindings for
17159 split-window-above-each-other and split-window-side-by-side.
17160
17161 * cus-start.el (all): Remove entries for window-min-height and
17162 window-min-width. Add entries for window-splits and
17163 window-nest.
17164
17165 2011-06-09 Glenn Morris <rgm@gnu.org>
17166
17167 * calendar/appt.el (appt-mode-line): New function.
17168 (appt-check, appt-disp-window): Use it.
17169
17170 * files.el (hack-one-local-variable-eval-safep):
17171 Allow minor-modes with explicit +/-1 arguments.
17172
17173 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17174
17175 * term/xterm.el (xterm): Add defgroup.
17176 (xterm-extra-capabilities): Add defcustom to supply known xterm
17177 capabilities, skip querying them, or query them (default).
17178 (terminal-init-xterm): Use it.
17179 (terminal-init-xterm-modify-other-keys): New function to set up
17180 modifyOtherKeys support to simplify `terminal-init-xterm'.
17181
17182 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17183
17184 * window.el (resize-window-reset, resize-window-reset-1)
17185 (resize-subwindows-skip-p, resize-subwindows-normal)
17186 (resize-subwindows, resize-other-windows, resize-this-window)
17187 (resize-root-window, resize-root-window-vertically)
17188 (window-deletable-p, window-or-subwindow-p)
17189 (frame-root-window-p): New functions.
17190
17191 2011-06-09 Glenn Morris <rgm@gnu.org>
17192
17193 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17194 (ange-ftp-get-files): Use it.
17195
17196 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17197
17198 * mail/sendmail.el (mail-recover-1, mail-recover):
17199 * files.el (recover-file, recover-session):
17200 Handle dired-listing-switches not being just a single short option.
17201
17202 2011-06-09 Glenn Morris <rgm@gnu.org>
17203
17204 * calendar/appt.el (appt-display-message, appt-disp-window):
17205 Handle lists of appointments.
17206
17207 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17208
17209 * window.el (one-window-p): Move down in code.
17210 Rewrite doc-string.
17211 (window-current-scroll-bars): Rewrite doc-string.
17212 Normalize live window argument.
17213 (walk-windows, get-window-with-predicate, count-windows):
17214 Rewrite doc-string. Use window-list-1.
17215 (window-in-direction-2, window-in-direction, get-mru-window):
17216 New functions.
17217
17218 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17219
17220 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17221 Doc fix (Bug#8713).
17222
17223 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17224
17225 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17226
17227 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
17228
17229 * loadhist.el (unload-feature-special-hooks):
17230 Add `comint-output-filter-functions'.
17231
17232 2011-06-08 Ivan Kanis <gnu@kanis.fr>
17233
17234 * calendar/appt.el (appt-check): Move some initializations into the let.
17235
17236 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17237
17238 * window.el (window-height): Defalias to window-total-height.
17239 (window-width): Defalias to window-body-width.
17240
17241 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
17242
17243 * image-mode.el (image-toggle-animation): New command.
17244 (image-mode-map): Bind it to RET.
17245 (image-mode): Update message.
17246 (image-toggle-display-image): Avoid a spurious cache flush.
17247 (image-transform-rotation): Doc fix.
17248 (image-transform-properties): Return quickly in the normal case.
17249 (image-animate-loop): Rename from image-animate-max-time.
17250
17251 * image.el (image-animate-max-time): Move to image-mode.el.
17252 (create-animated-image): Remove unnecessary function.
17253 (image-animate): Rename from image-animate-start. New arg.
17254 (image-animate-stop): Remove; just use image-animate-timer.
17255 (image-animate-timer): Use car-safe.
17256 (image-animate-timeout): Rename argument.
17257
17258 2011-06-07 Martin Rudalics <rudalics@gmx.at>
17259
17260 * window.el (get-lru-window, get-largest-window): Move here from
17261 window.c. Rename first argument to ALL-FRAMES.
17262 Rephrase doc-strings.
17263 (get-buffer-window-list): Rewrite using window-list-1.
17264 Rephrase doc-string.
17265 (window-safe-min-height, window-safe-min-width): New constants.
17266 (window-size-ignore, window-min-size, window-min-size-1)
17267 (window-sizable, window-sizable-p, window-size-fixed-1)
17268 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17269 (window-max-delta-1, window-max-delta, window-resizable)
17270 (window-resizable-p, window-total-height, window-total-width)
17271 (window-body-width): New functions.
17272 (window-full-height-p, window-full-width-p): Rewrite using
17273 window-total-size.
17274 (window-body-height): Rewrite using window-body-size.
17275
17276 2011-06-06 Martin Rudalics <rudalics@gmx.at>
17277
17278 * window.el (window-right, window-left, window-child)
17279 (window-child-count, window-last-child, window-any-p)
17280 (normalize-live-buffer, normalize-live-frame)
17281 (normalize-any-window, normalize-live-window)
17282 (window-iso-combination-p, window-iso-combined-p)
17283 (window-iso-combinations)
17284 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17285 (windows-with-parameter, window-with-parameter)
17286 (window-atom-root, make-window-atom, window-atom-check-1)
17287 (window-atom-check, window-side-check, window-check):
17288 New functions.
17289 (ignore-window-parameters, window-sides, window-sides-vertical)
17290 (window-sides-slots): New variables.
17291 (window-size-fixed): Move down in code. Minor doc-string fix.
17292
17293 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17294
17295 * comint.el (comint-dynamic-complete-as-filename)
17296 (comint-dynamic-complete-filename): Correctly call
17297 completion-in-region.
17298
17299 2011-06-05 Deniz Dogan <deniz@dogan.se>
17300
17301 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17302 in last change.
17303
17304 2011-06-05 Deniz Dogan <deniz@dogan.se>
17305
17306 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17307 (rcirc): Use it to prompt for encryption.
17308
17309 2011-06-05 Roland Winkler <winkler@gnu.org>
17310
17311 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17312 (bibtex-search-entries): New command bound to C-c C-a.
17313 (bibtex-display-entries): New function.
17314
17315 2011-06-05 Roland Winkler <winkler@gnu.org>
17316
17317 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17318 (bibtex-insert-kill): After yanking insert newline if necessary.
17319 (bibtex-initialize): Call bibtex-string-files-init only once.
17320 (bibtex-mode): Do not call easy-menu-add.
17321 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17322 (bibtex-yank): Set arg properly if nil.
17323
17324 2011-06-05 Roland Winkler <winkler@gnu.org>
17325
17326 * textmodes/bibtex.el (bibtex-search-entry-globally):
17327 New variable.
17328 (bibtex-search-entry): Use it.
17329
17330 2011-06-05 Roland Winkler <winkler@gnu.org>
17331
17332 * textmodes/bibtex.el (bibtex-entry-format): New option
17333 sort-fields.
17334 (bibtex-format-entry, bibtex-reformat): Honor this option.
17335 (bibtex-parse-entry): Return fields in proper order.
17336
17337 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
17338
17339 * doc-view.el (doc-view-remove-if): Move computation of result out
17340 of `dolist' to silence misleading lexical-binding warning.
17341
17342 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
17343
17344 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17345 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17346
17347 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17348
17349 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17350 "SunOS 5.10".
17351
17352 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17353
17354 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17355 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17356 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17357 (tramp-parse-putty):
17358 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17359 (tramp-completion-function-alist-ssh)
17360 (tramp-completion-function-alist-telnet)
17361 (tramp-completion-function-alist-su)
17362 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17363 cookie.
17364
17365 * net/tramp-ftp.el:
17366 * net/tramp-sh.el:
17367 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17368 load "tramp.el" `tramp-set-completion-function'.
17369
17370 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
17371
17372 * shell.el: Require and use pcomplete.
17373 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17374 (shell-completion-vars): Set pcomplete-default-completion-function.
17375
17376 2011-06-04 Deniz Dogan <deniz@dogan.se>
17377
17378 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17379 `memq' (Bug#8799).
17380
17381 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17382
17383 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17384
17385 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
17386
17387 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17388 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17389 * vc/log-view.el (log-view-beginning-of-defun):
17390 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17391 (smerge-refine-forward, smerge-refine-chopup-region):
17392 Silence warning for unused `dotimes' counter variables.
17393
17394 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17395
17396 * net/tramp.el (tramp-with-progress-reporter): Rename from
17397 with-progress-reporter. Use `declare'.
17398 * net/tramp-smb.el:
17399 * net/tramp-sh.el:
17400 * net/tramp-gvfs.el: Update all uses.
17401
17402 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17403
17404 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17405 buffer isn't killed before making it current.
17406
17407 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17408
17409 Silence various byte-compiler warnings.
17410 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17411 `access-type' and new obsolescence format.
17412 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17413 new format.
17414 (byte-compile-check-variable): New `access-type' argument.
17415 Only warn if the access-type is obsolete.
17416 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17417 (byte-compile-variable-set): Adjust callers.
17418 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17419 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17420 setting it as obsolete.
17421 * simple.el (minibuffer-completing-symbol):
17422 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17423 access as obsolete.
17424 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17425 obsolete yet.
17426 * international/quail.el (quail-mouse-choose-completion): Remove unused
17427 code referring to obsolete var.
17428 (quail-choose-completion-string): Remove.
17429 * server.el (server-clients-with, server-kill-buffer-query-function)
17430 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17431 * proced.el (proced-send-signal):
17432 * emacs-lisp/lisp.el (lisp-complete-symbol):
17433 Replace completion-annotate-function with completion-extra-properties.
17434
17435 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17436
17437 * simple.el (goto-line): Use read-number.
17438 (overriding-map-is-bound): Remove.
17439 (saved-overriding-map): Change default.
17440 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17441 Take the map as argument.
17442 (universal-argument, negative-argument, digit-argument): Use it.
17443 (restore-overriding-map): Adjust.
17444 (do-auto-fill): Use fill-forward-paragraph.
17445 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17446
17447 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17448 (minibuffer-inactive-mode): New major mode.
17449 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17450 the *Messages* buffer" hack.
17451 (mouse-popup-menubar): Don't burp if the event is a normal key.
17452
17453 Miscellaneous tweaks.
17454 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17455 lexical scoping as in subr.el's dolist and dotimes.
17456 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17457 Silence compiler warning.
17458 * thingatpt.el (forward-whitespace): Trivial coding style fix.
17459 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17460 * international/ccl.el (ccl-compile): Trivial simplification.
17461 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17462 * emacs-lisp/testcover.el (testcover-end): Remove spurious
17463 `printflag' argument.
17464 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17465 Purecopy the whole obsolescence data.
17466
17467 2011-06-01 Leo Liu <sdl.web@gmail.com>
17468
17469 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17470 improve doc-string as suggested by Marco Pessotto
17471 <melmothx@gmail.com>.
17472 (rcirc-print): Fix last change.
17473
17474 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17475
17476 * minibuffer.el (complete-with-action): Return nil for the metadata and
17477 boundaries of non-functional tables.
17478 (completion-table-dynamic): Return nil for the metadata.
17479 (completion-table-with-terminator): Add default case, using
17480 complete-with-action.
17481 (completion--metadata): New function.
17482 (completion-all-sorted-completions, minibuffer-completion-help): Use it
17483 to try and avoid pathological performance problems.
17484 (completion--embedded-envvar-table): Return `category' metadata.
17485
17486 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17487
17488 * subr.el (process-alive-p): New tiny convenience function.
17489
17490 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17491
17492 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17493 content but also its previous major mode.
17494
17495 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
17496
17497 * emacs-lisp/debug.el (debug): Restore the previous content of the
17498 *Backtrace* buffer when we exit with C-M-c.
17499
17500 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17501
17502 * minibuffer.el: Add metadata method to completion tables.
17503 (completion-category-overrides): New defcustom.
17504 (completion-metadata, completion--field-metadata)
17505 (completion-metadata-get, completion--styles)
17506 (completion--cycle-threshold): New functions.
17507 (completion-try-completion, completion-all-completions):
17508 Add `metadata' argument to choose completion-styles.
17509 (completion--do-completion): Use metadata to choose cycling.
17510 (completion-all-sorted-completions): Use metadata for sorting.
17511 Remove :completion-cycle-penalty which is not needed any more.
17512 (completion--try-word-completion): Add `metadata' argument.
17513 (minibuffer-completion-help): Check metadata for annotation function
17514 and sorting.
17515 (completion-file-name-table): Return `category' metadata.
17516 (minibuffer-completing-file-name): Make obsolete.
17517 * simple.el (minibuffer-completing-symbol): Make obsolete.
17518 * icomplete.el (icomplete-completions): Pass new `metadata' param to
17519 completion-try-completion.
17520
17521 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17522
17523 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17524
17525 2011-05-30 Leo Liu <sdl.web@gmail.com>
17526
17527 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
17528 (rcirc-print): Decode all incoming messages (bug#8744).
17529 (rcirc-decode-coding-system): Allow value nil for automatic coding
17530 system detection.
17531
17532 2011-06-01 Glenn Morris <rgm@gnu.org>
17533
17534 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17535
17536 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17537
17538 * image.el (image-animate-max-time): Allow nil and t values.
17539 Default to nil.
17540 (create-animated-image): Doc fix.
17541 (image-animate-start): Remove second arg; just use
17542 image-animate-max-time.
17543 (image-animate-timeout): Doc fix. Args changed.
17544
17545 * image-mode.el (image-toggle-display-image): Ensure that the
17546 image spec passed to the animate timer is the same object as in
17547 the buffer's display property (Bug#6981).
17548 (image-transform-properties): Doc fix.
17549
17550 * image.el (image-animate-max-time): Default to nil.
17551
17552 2011-05-29 Martin Rudalics <rudalics@gmx.at>
17553
17554 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17555 entire buffer list (Bug#8184).
17556
17557 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17558
17559 * image.el (imagemagick-types-inhibit)
17560 (imagemagick-register-types): Doc fix.
17561
17562 2011-05-29 Deniz Dogan <deniz@dogan.se>
17563
17564 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17565 default.
17566
17567 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17568
17569 * select.el: Don't perform clipboard-manager saving in hooks;
17570 leave the hooks empty.
17571
17572 2011-05-28 Leo Liu <sdl.web@gmail.com>
17573
17574 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17575 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
17576 (occur-edit-mode): New major mode (Bug#8463).
17577 (occur-after-change-function): New function.
17578 (occur-engine): Give Occur tags a read-only property.
17579
17580 2011-05-28 Kevin Ryde <user42@zip.com.au>
17581
17582 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17583
17584 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17585
17586 * bindings.el (help-echo): Make the initial non-indicator dash
17587 empty on graphical terminals (Bug#7295).
17588
17589 * files.el (auto-mode-alist): Move config rule after the
17590 in-stripping one (Bug#8547).
17591
17592 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17593
17594 * startup.el (normal-splash-screen): Remove gratuitous mode-line
17595 setting (Bug#8740).
17596
17597 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
17598
17599 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17600 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17601 (Bug#8539).
17602
17603 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17604
17605 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17606
17607 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
17608
17609 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
17610 (hs-hide-block-at-point, hs-find-block-beginning)
17611 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
17612 (Bug#8279).
17613
17614 2011-05-28 Glenn Morris <rgm@gnu.org>
17615
17616 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
17617
17618 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17619
17620 * help-fns.el (describe-function-1): If the function is a derived
17621 major mode, print the parent mode.
17622
17623 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
17624 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
17625
17626 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17627
17628 * minibuffer.el (completion--capf-wrapper): Check applicability before
17629 returning non-nil for non-exclusive completion data.
17630 * progmodes/etags.el (tags-completion-at-point-function):
17631 * info-look.el (info-lookup-completions-at-point): Mark as
17632 non-exclusive.
17633 (info-complete): Adjust accordingly.
17634
17635 * info-look.el: Convert to lexical-binding and completion-at-point.
17636 (info-lookup-completions-at-point): New function.
17637 (info-complete): Use it and completion-in-region.
17638
17639 2011-05-28 Drew Adams <drew.adams@oracle.com>
17640
17641 * isearch.el: Let M-e start with point at the first mismatched char.
17642 (isearch-fail-pos): New function.
17643 (isearch-edit-string): Use it.
17644
17645 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17646
17647 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17648
17649 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
17650
17651 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
17652 traversal functions for avl-trees.
17653 (avl-tree--stack): New struct.
17654 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
17655 (avl-tree-enter): Add optional `updatefun' arg.
17656 (avl-tree--do-enter): Add optional `updatefun' arg.
17657 Change return value.
17658 (avl-tree-delete): Add optional `test' and `nilflag' args.
17659 (avl-tree--do-delete): Add `test' and `nilflag' args.
17660 Change return value.
17661 (avl-tree-member): Add optional `nilflag'
17662 (avl-tree-member-p): New function.
17663 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
17664 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
17665 (avl-tree-stack-empty-p): New functions.
17666
17667 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
17668 avl-tree--del-balance1 and make it work both ways.
17669 (avl-tree--del-balance2): Remove.
17670 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
17671 make it work both ways.
17672 (avl-tree--enter-balance2): Remove.
17673 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
17674 New macros.
17675 (avl-tree--mapc, avl-tree-map): Add direction argument.
17676
17677 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
17678
17679 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17680
17681 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
17682
17683 * select.el: Support clipboard managers with built-in function
17684 x-clipboard-manager-save, via delete-frame-functions and
17685 kill-emacs-hook.
17686 (xselect-convert-to-targets): Add MULTIPLE target to list.
17687 (xselect-convert-to-save-targets): New function.
17688
17689 2011-05-27 Kenichi Handa <handa@m17n.org>
17690
17691 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
17692 let-binding rfc2047-encode-encoded-words to nil.
17693
17694 2011-05-27 Glenn Morris <rgm@gnu.org>
17695
17696 * mail/emacsbug.el: Don't require url-util.
17697
17698 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
17699
17700 * files.el (set-auto-mode):
17701 Also respect mode: entries at the end of the file. (Bug#8586)
17702
17703 2011-05-26 Glenn Morris <rgm@gnu.org>
17704
17705 * files.el (hack-local-variables-prop-line, hack-local-variables):
17706 Downcase mode names, as seems to be traditional.
17707 (hack-local-variables, hack-local-variables-apply): Doc fixes.
17708
17709 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
17710 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
17711
17712 2011-05-25 Julien Danjou <julien@danjou.info>
17713
17714 * textmodes/rst.el (rst-define-level-faces): Do not define face
17715 symbol if it is already defined.
17716
17717 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
17718
17719 * play/5x5.el (5x5-new-game, 5x5-randomize):
17720 Reset 5x5-solver-output to nil when a new grid is cast.
17721 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
17722 these debugging traces, as defmacro breaks the compiled code.
17723
17724 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17725
17726 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17727
17728 2011-05-24 Leo Liu <sdl.web@gmail.com>
17729
17730 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
17731 (vc-bzr-sha1): Adapt.
17732
17733 * sha1.el: Remove. Function `sha1' is now builtin.
17734
17735 * bindings.el: Provide sha1 feature.
17736
17737 2011-05-24 Kenichi Handa <handa@m17n.org>
17738
17739 * mail/sendmail.el: Require `rfc2047'.
17740 (mail-insert-from-field): Do not perform RFC2047 encoding.
17741 (mail-encode-header): New function.
17742 (sendmail-send-it): Set buffer-file-coding-system of the work
17743 buffer to the return value of select-message-coding-system.
17744 Call mail-encode-header.
17745
17746 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17747
17748 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
17749
17750 * mail/supercite.el (sc-default-cite-frame):
17751 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
17752
17753 2011-05-24 Glenn Morris <rgm@gnu.org>
17754
17755 * progmodes/python.el (brm-menu): Declare.
17756
17757 * emulation/viper.el (viper-set-hooks): Declare.
17758
17759 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
17760 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
17761 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
17762 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
17763 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
17764 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
17765
17766 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
17767
17768 Add an :exit-function for completion-at-point.
17769
17770 * minibuffer.el (completion--done): New fun.
17771 (completion--do-completion): Use it. New arg `expect-exact'.
17772 (minibuffer-complete, minibuffer-complete-word): Don't output message,
17773 since completion--do-completion does it for us now.
17774 (minibuffer-force-complete): Use completion--done and
17775 completion--replace. Handle sole-completion case with more care.
17776 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
17777 (completion-extra-properties): New var.
17778 (completion-annotate-function): Make obsolete.
17779 (minibuffer-completion-help): Adjust accordingly.
17780 Use completion-list-insert-choice-function.
17781 (completion-at-point, completion-help-at-point):
17782 Bind completion-extra-properties.
17783 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
17784 * simple.el (completion-list-insert-choice-function): New var.
17785 (completion-setup-function): Preserve it.
17786 (choose-completion): Pay attention to it, shuffle the code a bit.
17787 (choose-completion-string): New arg `insert-function'.
17788
17789 * textmodes/bibtex.el: Convert to lexical binding.
17790 (bibtex-mode-map): Use completion-at-point.
17791 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
17792 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
17793 (bibtex-complete): Define as obsolete alias.
17794 (bibtex-complete-internal): Remove.
17795 (bibtex-format-entry): Remove unused sub-group in regexp.
17796 * shell.el (shell--command-completion-data)
17797 (shell-environment-variable-completion):
17798 * pcomplete.el (pcomplete-completions-at-point):
17799 * comint.el (comint--complete-file-name-data): Use :exit-function
17800 instead of completion-table-with-terminator so it also works for
17801 choose-completion.
17802
17803 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
17806
17807 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
17808 (bug#8710).
17809
17810 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
17811
17812 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
17813
17814 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
17815 customization variable and implement: If non-nil, auto-fill will
17816 be inhibited while on topic's header line.
17817
17818 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
17819
17820 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
17821 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
17822 always have a solution in grid size = 5 cases.
17823 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
17824 (5x5-solver-output, 5x5-log-buffer): New vars.
17825 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
17826 Make these variables buffer local to achieve 5x5 multi-session-ness.
17827 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
17828 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
17829 (5x5-solve-suggest): New funs.
17830 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
17831 randomize a grid so that we ensure that there is always a solution.
17832 (5x5-make-random-grid): Allow other movement than flipping.
17833
17834 2011-05-23 Kevin Ryde <user42@zip.com.au>
17835
17836 * emacs-lisp/advice.el (ad-read-advised-function):
17837 Use `function-called-at-point' as the default, if it has
17838 advice and passes PREDICATE.
17839
17840 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17841
17842 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
17843 byte-compile-lambda if it's actually a lambda.
17844
17845 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
17846 Fix function quoting. Use backquote better.
17847
17848 2011-05-22 Yuanle Song <sylecn@gmail.com>
17849
17850 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
17851 matching (Bug#8516).
17852
17853 2011-01-22 Jari Aalto <jari.aalto@cante.net>
17854
17855 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
17856 different face (Bug#8178).
17857
17858 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
17859
17860 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
17861 defface (Bug#8144).
17862
17863 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17864
17865 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
17866 funcall as well (bug#8712). Warn when performing those conversions.
17867 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
17868
17869 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
17870
17871 2011-05-22 Glenn Morris <rgm@gnu.org>
17872
17873 * files.el (hack-local-variables-prop-line): Small simplifications.
17874 (hack-local-variables, hack-local-variables-prop-line):
17875 If MODE-ONLY, return the mode, rather than just `t'.
17876
17877 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
17878
17879 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
17880
17881 2011-05-21 Glenn Morris <rgm@gnu.org>
17882
17883 * files.el (hack-local-variables-prop-line, hack-local-variables):
17884 If only interested in the mode, don't bother doing the other stuff.
17885
17886 * image-mode.el (image-after-revert-hook):
17887 Redraw all frames on which the image is visible. (Bug#8567)
17888
17889 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
17890
17891 * wid-edit.el (widget-checklist-match-inline):
17892 Fix 2011-04-19 change. (Bug#8649)
17893
17894 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17895
17896 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
17897 Also allow singlespace after single-letter capitals followed by a dot.
17898
17899 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
17900 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
17901
17902 2011-05-20 Nix <nix@esperi.org.uk>
17903
17904 * files.el (basic-save-buffer-2):
17905 Fix handling of break-hardlink-on-save with non-existent files.
17906
17907 2011-05-19 Deniz Dogan <deniz@dogan.se>
17908
17909 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
17910 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
17911
17912 2011-05-19 Glenn Morris <rgm@gnu.org>
17913
17914 * progmodes/f90.el (f90-type-def-re):
17915 Handle "type, bind(c)". (Bug#8691)
17916
17917 * emacs-lisp/autoload.el (batch-update-autoloads):
17918 Set autoload-excludes by parsing loadup.el rather than Makefiles.
17919
17920 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
17921
17922 * net/tramp.el (tramp-process-actions): Set "first-password-request"
17923 property for the correct connection in case of multihops.
17924
17925 2011-05-18 Glenn Morris <rgm@gnu.org>
17926
17927 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
17928 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
17929
17930 Rationalize calendar handling of day and month abbrev-arrays.
17931 * calendar/calendar.el (calendar-customized-p): New function.
17932 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
17933 (calendar-day-name-array, calendar-month-name-array): Doc fix.
17934 Add :set function.
17935 (calendar-abbrev-length, calendar-day-abbrev-array)
17936 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
17937 (calendar-day-abbrev-array, calendar-month-abbrev-array):
17938 Elements may no longer be nil.
17939 (calendar-day-name, calendar-month-name):
17940 Update for changed nature of abbrev arrays.
17941 * calendar/diary-lib.el (diary-name-pattern):
17942 Update for changed nature of abbrev arrays.
17943 (diary-mark-entries-1): Update calendar-make-alist calls.
17944 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
17945 * calendar/cal-html.el (cal-html-day-abbrev-array):
17946 Simply inherit from calendar-day-abbrev-array.
17947
17948 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
17949
17950 * progmodes/grep.el (grep-mode): Disable default
17951 compilation-directory-matcher setting (bug#8684).
17952
17953 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
17954
17955 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
17956 instead of "head" and "tail". There were problems with SunOS 5.9,
17957 and it performs better.
17958
17959 2011-05-17 Glenn Morris <rgm@gnu.org>
17960
17961 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
17962
17963 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
17964 Replace obsolete function.
17965
17966 * shell.el (pcomplete-parse-arguments-function): Declare.
17967
17968 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
17969 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
17970 (appt-check): Doc fixes.
17971 (appt-disp-window-function, appt-delete-window-function):
17972 Remove needless special case in custom :type.
17973 (appt-display-count): Default to 0, not nil.
17974 (appt-check): Reset appt-display-count to 0, not nil.
17975
17976 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
17977
17978 * progmodes/python.el (python-font-lock-keywords):
17979 Add the Python 3.X keyword "nonlocal" (bug#8639).
17980
17981 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
17982
17983 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
17984
17985 2011-05-16 Kevin Ryde <user42@zip.com.au>
17986
17987 * info-look.el (makefile-automake-mode): New setups, looking in
17988 automake manual, then makefile-mode.
17989 (makefile-mode): Remove automake manual, have it just in
17990 makefile-automake-mode since there's various things different or
17991 not relevant to plain make.
17992 (makefile-mode): Remove "other-modes" non-existent automake-mode,
17993 believe a hypothetical automake-mode would go to makefile-mode,
17994 not the other way around.
17995
17996 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
17997
17998 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
17999 hunk-end tags (Bug#8672).
18000
18001 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18002 vc-annotate-show-diff-revision-at-line (Bug#8671).
18003
18004 2011-05-14 Glenn Morris <rgm@gnu.org>
18005
18006 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18007 in the middle of an existing one with multiple authors. (Bug#8645)
18008 (change-log-font-lock-keywords): Also handle multiple author lines
18009 with leading tabs. (Bug#8644)
18010
18011 * calendar/appt.el (appt-check): Rename some local variables.
18012 Some simplification/reordering.
18013
18014 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18015 (feedmail-sendmail-f-doesnt-sell-me-out)
18016 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18017 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18018 (feedmail-queue-runner-message-sender): Set :version.
18019 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18020 (bbdb-dwim-net-address, vm-mail): Declare.
18021 (feedmail-binmail-gnulinuxish-template):
18022 Rename from feedmail-binmail-linuxish-template.
18023 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18024 Use insert-buffer-substring.
18025
18026 2011-05-14 Bill Carpenter <bill@carpenter.org>
18027
18028 * mail/feedmail.el (feedmail-patch-level): Increase.
18029 (feedmail-debug): New custom group.
18030 (feedmail-confirm-outgoing-timeout)
18031 (feedmail-sendmail-f-doesnt-sell-me-out)
18032 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18033 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18034 (feedmail-sender-line, feedmail-from-line)
18035 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
18036 (feedmail-spray-this-address)
18037 (feedmail-spray-address-fiddle-plex-list)
18038 (feedmail-queue-use-send-time-for-date)
18039 (feedmail-queue-use-send-time-for-message-id)
18040 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18041 (feedmail-buffer-eating-function):
18042 Doc fixes.
18043 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18044 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18045 (feedmail-message-action-scroll-down): New functions.
18046 (feedmail-queue-directory, feedmail-queue-draft-directory):
18047 Use expand-file-name.
18048 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18049 Remove C-v help entry.
18050 (feedmail-queue-buffer-file-name): New variable.
18051 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18052 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18053 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18054 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18055 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18056 (feedmail-message-action-toggle-spray)
18057 (feedmail-run-the-queue-no-prompts)
18058 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18059 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18060 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18061 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18062 (feedmail-envelope-deducer, feedmail-fiddle-from)
18063 (feedmail-fiddle-sender, feedmail-default-date-generator)
18064 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18065 (feedmail-fiddle-spray-address)
18066 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18067 (feedmail-fiddle-list-of-fiddle-plexes)
18068 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18069 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18070 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18071 Change default. Doc fix.
18072 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18073 (feedmail-binmail-linuxish-template): New constant.
18074 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18075 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18076 (feedmail-send-it): Add debug call.
18077 Use feedmail-queue-buffer-file-name, and
18078 feedmail-send-it-immediately-wrapper.
18079 (feedmail-message-action-send): Add debug call.
18080 Use feedmail-send-it-immediately-wrapper.
18081 (feedmail-queue-express-to-queue): Add debug call.
18082 Run feedmail-queue-express-hook.
18083 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18084 (feedmail-message-action-help-blat):
18085 Rename from feedmail-queue-send-edit-prompt-help-first.
18086 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18087 Check line-endings. Handle errors better.
18088 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18089 Doc fix. Add debug call.
18090 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18091 Use feedmail-queue-send-edit-prompt-inner.
18092 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18093 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18094 from feedmail-queue-send-edit-prompt.
18095 (feedmail-queue-send-edit-prompt-help)
18096 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18097 (feedmail-tidy-up-slug): Add debug call.
18098 Respect feedmail-queue-slug-suspect-regexp.
18099 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18100 (feedmail-dump-message-to-queue): Add debug call.
18101 Expand queue-directory.
18102 (feedmail-dump-message-to-queue): Change message slightly.
18103 Use feedmail-say-chatter.
18104 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18105 (feedmail-send-it-immediately-wrapper): New function.
18106 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18107 Insert empty string rather than newline. Handle full-frame case.
18108 Use catch/throw. Use feedmail-say-chatter.
18109 (feedmail-fiddle-from): Try mail-host-address.
18110 (feedmail-default-message-id-generator): Doc fix.
18111 Bind system-time-locale. Handle missing end.
18112 (feedmail-fiddle-x-mailer): Add debug call.
18113 Handle feedmail-x-mailer-line being nil.
18114 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18115 Add debug call. Use buffer-substring-no-properties.
18116 (feedmail-say-debug, feedmail-say-chatter): New functions.
18117 (feedmail-find-eoh): Give an explicit error.
18118
18119 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18120
18121 * net/newst-treeview.el (newsticker-treeview-face): Change default
18122 family from helvetica to sans.
18123 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18124 etc/images/newsticker.
18125
18126 * net/newst-reader.el (newsticker-feed-face): Change default
18127 family from helvetica to sans.
18128
18129 * net/newst-plainview.el (newsticker-new-item-face)
18130 (newsticker-old-item-face, newsticker-immortal-item-face)
18131 (newsticker-obsolete-item-face, newsticker-date-face)
18132 (newsticker-statistics-face): Change default family from
18133 helvetica to sans.
18134 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18135 etc/images/newsticker.
18136
18137 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18138 (newsticker--process-auto-mark-filter-match): Tell user about
18139 auto-marking.
18140
18141 2011-05-13 Didier Verna <didier@xemacs.org>
18142
18143 Common Lisp indentation improvements on defmethod and lambda-lists.
18144 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18145 TODO entries.
18146 (lisp-lambda-list-keyword-parameter-indentation)
18147 (lisp-lambda-list-keyword-parameter-alignment)
18148 (lisp-lambda-list-keyword-alignment): New customizable user options.
18149 (lisp-indent-defun-method): Improve docstring.
18150 (extended-loop-p): Fix comment.
18151 (lisp-indent-lambda-list-keywords-regexp): New variable.
18152 (lisp-indent-lambda-list): New function.
18153 (lisp-indent-259): Use it.
18154 (lisp-indent-defmethod): Support for more than one
18155 method qualifier and properly indent methods lambda-lists.
18156 (defgeneric): Provide a missing common-lisp-indent-function property.
18157
18158 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18159
18160 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18161 bounds for the empty string (bug#8667).
18162
18163 2011-05-13 Glenn Morris <rgm@gnu.org>
18164
18165 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18166
18167 * mail/sendmail.el (sendmail-program): Try executable-find first.
18168 (sendmail-send-it): `sendmail-program' cannot be unbound.
18169
18170 * calendar/appt.el (appt-make-list): Simplify.
18171 (appt-time-msg-list): Doc fix.
18172 (appt-check): Change mode-line message at the time of the appointment.
18173
18174 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18175
18176 * progmodes/ld-script.el (ld-script-keywords)
18177 (ld-script-builtins): Update keywords list.
18178
18179 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18180
18181 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18182
18183 * shell.el (shell-completion-vars): New function.
18184 (shell-mode):
18185 * simple.el (read-shell-command): Use it.
18186 (blink-matching-open): No need for " [...]" in minibuffer-message.
18187
18188 2011-05-12 Glenn Morris <rgm@gnu.org>
18189
18190 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18191 (appt-check): Simplify.
18192
18193 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18194
18195 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18196 literal "/dev/null".
18197
18198 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18199
18200 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18201 Fix typo.
18202
18203 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18204
18205 * progmodes/which-func.el (which-function):
18206 Use add-log-current-defun instead of add-log-current-defun-function,
18207 which might not be defined (Bug#8260).
18208
18209 2011-05-12 Glenn Morris <rgm@gnu.org>
18210
18211 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18212 Let byte-compile-initial-macro-environment always take precedence.
18213
18214 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18215
18216 * net/rcirc.el: Add support for SSL/TLS connections.
18217 (rcirc-server-alist): New field `encryption'.
18218 (rcirc): Check `encryption' settings.
18219 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18220 Merge make-local-variable into `set'.
18221 (rcirc--connection-open-p): New function.
18222 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18223 the process is not a network process (e.g. running gnutls-cli).
18224 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18225 Make rcirc-(en|de)code-coding-system local here.
18226 (rcirc-mode): Merge make-local-variable into `set'.
18227 (rcirc-parent-buffer): Make permanent buffer-local.
18228 (rcirc-multiline-minor-mode): Don't do it here.
18229 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18230 there's no server buffer.
18231
18232 2011-05-11 Glenn Morris <rgm@gnu.org>
18233
18234 * newcomment.el (comment-kill): Prefix "unused" local.
18235
18236 * term/w32console.el (get-screen-color): Declare.
18237
18238 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18239 Handle symbol elements of byte-compile-initial-macro-environment.
18240
18241 2011-05-10 Leo Liu <sdl.web@gmail.com>
18242
18243 * bookmark.el (bookmark-bmenu-mode-map):
18244 Bind bookmark-bmenu-search to `/'.
18245
18246 * mail/footnote.el: Convert to utf-8 encoding.
18247 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18248 (Footnote-unicode): New function.
18249 (footnote-style-alist): Add unicode style to the list.
18250 (footnote-style): Doc fix.
18251
18252 2011-05-10 Jim Meyering <meyering@redhat.com>
18253
18254 Fix doubled-word typos.
18255 * international/quail.el (quail-insert-kbd-layout): and and -> and
18256 * kermit.el: and and -> and
18257 * net/ldap.el (ldap-search-internal): to to -> to
18258 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18259 * progmodes/js.el (js-mode): and and -> and
18260 * textmodes/artist.el (artist-move-to-xy): at at -> at
18261 (artist-draw-region-trim-line-endings): if if -> if
18262 And Safetyc -> Safety.
18263 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18264
18265 2011-05-10 Glenn Morris <rgm@gnu.org>
18266 Stefan Monnier <monnier@iro.umontreal.ca>
18267
18268 * files.el (hack-one-local-variable-eval-safep):
18269 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18270
18271 2011-05-10 Glenn Morris <rgm@gnu.org>
18272
18273 * calendar/diary-lib.el (diary-list-entries-hook)
18274 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18275 (diary-nongregorian-marking-hook, diary-list-entries)
18276 (diary-include-other-diary-files, diary-mark-entries)
18277 (diary-mark-included-diary-files): Doc fixes.
18278
18279 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18280
18281 * misc.el: Require tabulated-list.el during compilation.
18282
18283 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18284
18285 * progmodes/compile.el (compilation-start):
18286 Run compilation-filter-hook for the async case too.
18287 (compilation-filter-hook): Doc fix.
18288
18289 2011-05-09 Deniz Dogan <deniz@dogan.se>
18290
18291 * wdired.el: Remove outdated installation comment. Fix usage
18292 comment.
18293
18294 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18295
18296 * misc.el: Implement new command `list-dynamic-libraries'.
18297 (list-dynamic-libraries--loaded-only-p): New variable.
18298 (list-dynamic-libraries--refresh): New function.
18299 (list-dynamic-libraries): New command.
18300
18301 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18302
18303 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18304 Fix the ant regexp to handle end-line and end-column info from jikes.
18305 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18306 higher priority to avoid clobbering by gnu.
18307
18308 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18309
18310 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18311 if the face has existing theme settings (Bug#8454).
18312
18313 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18314
18315 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18316 Only match variables declared via `my' or `our' (Bug#8261).
18317
18318 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18319 special file names `.' and `..' (Bug#8259).
18320
18321 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18322
18323 * progmodes/grep.el (grep-mode-font-lock-keywords):
18324 Remove buffer-changing entries.
18325 (grep-filter): New function.
18326 (grep-mode): Add it to compilation-filter-hook.
18327
18328 * progmodes/compile.el (compilation-filter-hook)
18329 (compilation-filter-start): New defvars.
18330 (compilation-filter): Call compilation-filter-hook prior to
18331 updating the process mark.
18332
18333 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18334
18335 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18336
18337 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18338
18339 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18340 mailclient-send-it even if window-system is nil. (Bug#8595)
18341
18342 * term/w32console.el (terminal-init-w32console):
18343 Call get-screen-color and use its output to set the frame
18344 background-mode. (Bug#8597)
18345
18346 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18347
18348 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18349 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18350 New functions.
18351 (defgeneric, eieio--defmethod): Use them.
18352 (eieio-defgeneric): Remove.
18353 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18354
18355 2011-05-07 Glenn Morris <rgm@gnu.org>
18356
18357 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18358 Use let rather than let*.
18359 (timeclock-find-discrep): Remove unused local.
18360
18361 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18362
18363 * calendar/appt.el (appt-time-msg-list): Doc fix.
18364
18365 2011-05-06 Noah Friedman <friedman@splode.com>
18366
18367 * apropos.el (apropos-print-doc): Only use
18368 emacs-lisp-docstring-fill-column when it is bound to an integer,
18369 per that variable's documentation.
18370
18371 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18372
18373 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
18374 and warnings are not silently discarded (e.g. use -d instead of -P).
18375
18376 2011-05-06 Glenn Morris <rgm@gnu.org>
18377
18378 * calendar/appt.el (appt-message-warning-time): Doc fix.
18379 (appt-warning-time-regexp): New option.
18380 (appt-make-list): Respect appt-message-warning-time.
18381
18382 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18383 New options.
18384 (diary-add-to-list): Strip comments from the displayed string.
18385 (diary-mode): Set comment-start and comment-end.
18386
18387 * vc/diff-mode.el (smerge-refine-subst): Declare.
18388 (diff-refine-hunk): Don't require smerge-mode when compiling.
18389
18390 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
18391
18392 * simple.el (list-processes): Return nil as the docstring says.
18393
18394 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18395
18396 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18397 to "".
18398 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18399 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18400 determining of binary transfer. (Bug#7383)
18401
18402 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18403
18404 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18405 Fix port computation bug. (Bug#8618)
18406
18407 2011-05-05 Glenn Morris <rgm@gnu.org>
18408
18409 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18410
18411 * simple.el (shell-dynamic-complete-functions)
18412 (comint-dynamic-complete-functions): Declare.
18413
18414 * net/network-stream.el (gnutls-negotiate):
18415 * simple.el (tabulated-list-print): Fix declarations.
18416
18417 * progmodes/gud.el (syntax-symbol, syntax-point):
18418 Remove unnecessary and incorrect declarations.
18419
18420 * emacs-lisp/check-declare.el (check-declare-scan):
18421 Handle byte-compile-initial-macro-environment in bytecomp.el.
18422
18423 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18424
18425 Fix earlier half-done eieio-defmethod change (bug#8338).
18426 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18427 Streamline and change calling convention.
18428 (defmethod): Adjust accordingly and simplify.
18429 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18430 new eieio--defmethod.
18431 (slot-boundp): Minor CSE simplification.
18432
18433 2011-05-05 Milan Zamazal <pdm@zamazal.org>
18434
18435 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18436 (glasses-make-readable): Use glasses-separate-capital-groups.
18437
18438 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
18439
18440 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18441 (warning-series): Doc fix.
18442 (display-warning): Don't try to create the buffer if we just found it.
18443
18444 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
18445
18446 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18447 (autoload-find-generated-file): New function.
18448 (generate-file-autoloads): Bind generated-autoload-file to
18449 buffer-file-name.
18450 (update-file-autoloads, update-directory-autoloads):
18451 Use autoload-find-generated-file. If called interactively, prompt for
18452 output file (Bug#7989).
18453 (batch-update-autoloads): Doc fix.
18454
18455 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
18456
18457 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18458
18459 2011-05-04 Glenn Morris <rgm@gnu.org>
18460
18461 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18462 function, so it follows changes in calendar-date-style.
18463 (diary-fancy-date-matcher): New function.
18464 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18465 (diary-fancy-font-lock-fontify-region-function):
18466 Use diary-fancy-date-pattern as a function.
18467
18468 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18469 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18470
18471 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
18472
18473 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18474 instead of positional arguments. Allow :keylist and :crlfiles
18475 arguments.
18476 (open-gnutls-stream): Call it.
18477
18478 * net/network-stream.el (network-stream-open-starttls): Adjust to
18479 call `gnutls-negotiate' with :process and :hostname arguments.
18480
18481 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18482
18483 * minibuffer.el (completion--message): New function.
18484 (completion--do-completion, minibuffer-complete)
18485 (minibuffer-force-complete, minibuffer-complete-word): Use it.
18486 (completion--do-completion): Don't ignore completion-auto-help when in
18487 icomplete-mode.
18488
18489 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18490 internal encoding (e.g. tibetan zero is not whitespace).
18491 (global-whitespace-mode): Prefer save-current-buffer.
18492 (whitespace-trailing-regexp): Remove useless save-match-data.
18493 (whitespace-empty-at-bob-regexp): Minor simplification.
18494
18495 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
18496
18497 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18498
18499 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18500
18501 * textmodes/ispell.el (ispell-add-per-file-word-list):
18502 Use `concat' to create string for insertion.
18503
18504 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18505
18506 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18507 Avoid open-line which runs post-self-insert-hook.
18508 (bibtex-fill-entry): Remove unused `end' var.
18509
18510 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18511
18512 * textmodes/ispell.el (ispell-add-per-file-word-list):
18513 Protect against `nil' value of `comment-start' (Bug#8579).
18514
18515 2011-05-03 Leo Liu <sdl.web@gmail.com>
18516
18517 * isearch.el (isearch-yank-pop): New command.
18518 (isearch-mode-map): Bind it to `M-y'.
18519 (isearch-forward): Mention it.
18520
18521 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18522
18523 * simple.el (minibuffer-complete-shell-command): Remove.
18524 (minibuffer-local-shell-command-map): Use completion-at-point.
18525 (read-shell-command): Setup completion vars here instead.
18526 (read-expression-map): Bind TAB to symbol completion.
18527
18528 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18529 error directly rather via storing it into `results'.
18530
18531 2011-05-02 Leo Liu <sdl.web@gmail.com>
18532
18533 * vc/diff.el: Fix description.
18534
18535 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18536
18537 * server.el (server-eval-at): New function.
18538
18539 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18540
18541 * net/network-stream.el (open-network-stream): Take a :nowait
18542 parameter and pass it on to `make-network-process'.
18543 (network-stream-open-plain): Ditto.
18544
18545 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
18546
18547 * faces.el (face-spec-set-match-display): Don't match toolkit
18548 options on terminal frames.
18549
18550 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18551
18552 * progmodes/pascal.el: Use lexical binding.
18553 (pascal-mode-map): Remove author preferences.
18554
18555 * pcomplete.el (pcomplete-std-complete): Don't abuse
18556 completion-at-point.
18557
18558 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18559
18560 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18561 removing code that has been dead since 1991 or so.
18562
18563 * startup.el (command-line): When warning about "_emacs", use a
18564 delayed warning to allow the user to filter it out.
18565
18566 2011-04-28 Deniz Dogan <deniz@dogan.se>
18567
18568 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18569 user has not joined.
18570
18571 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18572
18573 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18574 aren't any completions at point.
18575
18576 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18577
18578 * subr.el (display-delayed-warnings): New function.
18579 (delayed-warnings-hook): New variable.
18580
18581 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18582
18583 * minibuffer.el (completion-at-point, completion-help-at-point):
18584 Don't presume that a given completion-at-point-function will always
18585 use the same calling convention.
18586
18587 * pcomplete.el (pcomplete-completions-at-point):
18588 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
18589 pcomplete-seen is non-nil.
18590 (pcomplete-comint-setup): Also recognize the new comint/shell
18591 completion functions.
18592 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18593 pcomplete-seen is non-nil.
18594
18595 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
18596
18597 * calendar/icalendar.el (diary-lib): Add require statement.
18598 (icalendar--create-uid): Read out a uid from a text-property on
18599 the first character in the entry. This allows for code to add its
18600 own uid to the entry.
18601 (icalendar--convert-float-to-ical): Add export of
18602 `diary-float'-entries save for those with the optional DAY
18603 argument.
18604
18605 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
18606
18607 * subr.el (shell-quote-argument): Use alternate escaping strategy
18608 when we spot a variable reference in a string.
18609
18610 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18611
18612 * cus-start.el (all): Define customization for debug-on-event.
18613
18614 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18615
18616 * subr.el (shell-quote-argument): Escape correctly under Windows.
18617
18618 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18619
18620 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18621
18622 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
18623
18624 * net/tramp.el (tramp-process-actions): Add POS argument.
18625 Delete region between POS and (pos).
18626
18627 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18628 Use `nil' position in `tramp-process-actions' call.
18629 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
18630
18631 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
18632 position in `tramp-process-actions' call.
18633
18634 * net/trampver.el: Update release number.
18635
18636 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18637
18638 * custom.el (defcustom): Obey lexical-binding.
18639
18640 Fix octave-inf completion problems reported by Alexander Klimov.
18641 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
18642 Inherit from octave-mode-syntax-table.
18643 (inferior-octave-mode): Set info-lookup-mode.
18644 (inferior-octave-completion-at-point): New function.
18645 (inferior-octave-complete): Use it and completion-in-region.
18646 (inferior-octave-dynamic-complete-functions): Use it as well, and use
18647 comint-filename-completion.
18648 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
18649 symbol elements which shouldn't be word elements.
18650 (octave-font-lock-keywords, octave-beginning-of-defun)
18651 (octave-function-header-regexp): Adjust regexps accordingly.
18652 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
18653
18654 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
18655
18656 * net/gnutls.el (gnutls-errorp): Declare before first use.
18657
18658 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
18659
18660 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
18661 verify-error, and verify-hostname-error parameters. Check whether
18662 default trustfile exists before going to use it. Add missing
18663 argument to gnutls-message-maybe call. Return value.
18664 Reported by Claudio Bley <claudio.bley@gmail.com>.
18665 (open-gnutls-stream): Add usage example.
18666
18667 * net/network-stream.el (network-stream-open-starttls): Give host
18668 parameter to `gnutls-negotiate'.
18669 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
18670 * subr.el (shell-quote-argument): Escape correctly under Windows.
18671
18672 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
18673
18674 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18675 Use correct match group (bug#8438).
18676
18677 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18678
18679 * emacs-lisp/package.el (package-built-in-p): Fix typo.
18680 (package-menu--generate): New arg specifying packages to show.
18681 (package-menu-refresh, package-menu-execute, list-packages):
18682 Callers changed.
18683 (package-show-package-list): New function, replacing deleted
18684 package--list-packages (renamed because it is non-internal).
18685
18686 * finder.el (finder-list-matches): Use package-show-package-list
18687 instead of deleted package--list-packages.
18688
18689 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18690 Based on a previous implementation by Juanma Barranquero (Bug#8366).
18691 (vc-annotate-mode-map): Bind it to RET.
18692
18693 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
18694
18695 * progmodes/etags.el (next-file): Don't use set-buffer to change
18696 buffers (Bug#8478).
18697
18698 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18699
18700 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18701
18702 * apropos.el (apropos-label-face): Avoid variable-pitch face.
18703 (apropos-accumulator): Doc fix.
18704 (apropos-function, apropos-macro, apropos-command)
18705 (apropos-variable, apropos-face, apropos-group, apropos-widget)
18706 (apropos-plist): Add face property.
18707 (apropos-symbols-internal): Fix indentation.
18708 (apropos-print): Simplify help, and recognize apropos-multi-type.
18709 (apropos-print-doc): Use button-type-get to extract the button's
18710 face property. Fill docstring (Bug#8352).
18711
18712 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
18713
18714 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18715
18716 * play/mpuz.el (mpuz-silent): Doc fix.
18717 (mpuz-mode-map): Use mapc.
18718 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
18719 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
18720 Fix typos in docstrings.
18721
18722 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18723 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18724
18725 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18726
18727 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
18728
18729 * minibuffer.el (completion--do-completion): Avoid the "Next char
18730 not unique" prompt if icomplete-mode is enabled (Bug#5849).
18731
18732 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
18733 mouse-2 into unread-command-events, it is interpreted correctly.
18734
18735 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
18736 (image-toggle-display): Doc fix.
18737
18738 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
18739
18740 * textmodes/page.el (what-page): Use line-number-at-pos to
18741 calculate line number (Bug#6825).
18742
18743 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18744
18745 * eshell/esh-mode.el (find-tag-interactive): Declare function.
18746 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
18747 Pass argument NO-DEFAULT to `find-tag-interactive'.
18748
18749 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18750
18751 Lexical-binding cleanup.
18752
18753 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
18754 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
18755 * progmodes/ada-prj.el (ada-prj-initialize-values)
18756 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
18757 (ada-prj-show-value):
18758 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
18759 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
18760 (antlr-invalidate-context-cache, antlr-options-menu-filter)
18761 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
18762 * progmodes/bug-reference.el (bug-reference-push-button):
18763 * progmodes/fortran.el (fortran-line-length):
18764 * progmodes/glasses.el (glasses-change):
18765 * progmodes/octave-mod.el (octave-fill-paragraph):
18766 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
18767 (python-pdbtrack-grub-for-buffer, python-sentinel):
18768 * progmodes/sql.el (sql-save-connection):
18769 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
18770 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
18771 Mark unused parameters.
18772
18773 * progmodes/compile.el (compilation--flush-directory-cache)
18774 (compilation--flush-parse, compile-internal): Mark unused parameters.
18775 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
18776 (compilation-next-error-function): Remove unused variable `timestamp'.
18777
18778 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
18779 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
18780
18781 * progmodes/dcl-mode.el (dcl-end-of-command):
18782 Remove unused variable `start'.
18783 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
18784 (dcl-option-value-basic, dcl-option-value-offset)
18785 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
18786 Mark unused parameters.
18787 (dcl-save-local-variable): Remove unused variable `val'.
18788 (mode): Declare.
18789
18790 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
18791 Mark unused parameters.
18792 (delphi-ignore-changes): Move before first use.
18793 (delphi-charset-token-at): Remove unused variable `start'.
18794 (delphi-else-start): Remove unused variable `if-count'.
18795 (delphi-comment-block-start, delphi-comment-block-end):
18796 Remove unused variable `kind'.
18797 (delphi-indent-line): Remove unused variable `new-point'.
18798
18799 * progmodes/ebrowse.el (ebrowse-files-list)
18800 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
18801 Mark unused parameters. Don't quote `lambda'.
18802 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
18803 Don't quote `lambda'.
18804 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
18805 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
18806 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
18807 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
18808 Use `ignore-errors'.
18809 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
18810 (ebrowse-view/find-file-and-search-pattern)
18811 (ebrowse-view/find-member-declaration/definition):
18812 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
18813 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
18814 Rename parameter PREFIX-ARG to PREFIX.
18815 (ebrowse-tags-read-name): Remove unused variables `start' and
18816 `member-info'.
18817 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
18818 to `tags-file'.
18819
18820 * progmodes/etags.el (local-find-tag-hook): Declare.
18821 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
18822 Mark unused parameters.
18823
18824 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
18825 (executable-interpret): Mark unused parameter.
18826
18827 * progmodes/flymake.el (flymake-process-sentinel)
18828 (flymake-after-change-function)
18829 (flymake-create-temp-with-folder-structure)
18830 (flymake-get-include-dirs-dot): Mark unused parameters.
18831 (flymake-safe-delete-directory): Remove unused variable `err'.
18832
18833 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
18834 (speedbar-timer-fn, speedbar-line-text)
18835 (speedbar-change-expand-button-char, speedbar-delete-subblock)
18836 (speedbar-center-buffer-smartly): Declare functions.
18837 (gdb-find-watch-expression): Remove unused variable `array'.
18838 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
18839 (gdb-starting): Mark unused parameters.
18840 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
18841 (gdb-table-string): Remove unused variable `res'.
18842 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
18843 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
18844 (gdb-display-buffer): Remove unused variable `cur-size'.
18845
18846 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
18847 allow lexical-binding compilation.
18848 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
18849 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
18850 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
18851 Mark unused parameters.
18852 (gud-gdb-marker-filter): Remove unused variable `match'.
18853 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
18854 lambda expressions and funcall them, instead of using `fset'.
18855
18856 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
18857 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
18858
18859 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
18860 variable `header-beg'; use `let'.
18861
18862 * progmodes/icon.el (indent-icon-exp): Remove unused variables
18863 `restart', `last-sexp' and `at-do'.
18864
18865 * progmodes/js.el (js--debug): Mark unused parameter.
18866 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
18867 (js--splice-into-items): Remove unused variable `item'.
18868 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
18869
18870 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
18871 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
18872 (makefile-complete): Remove unused variable `try'.
18873 (makefile-fill-paragraph, makefile-match-function-end):
18874 Mark unused parameters.
18875
18876 * progmodes/octave-inf.el (inferior-octave-complete):
18877 Remove unused variable `proc'.
18878 (inferior-octave-output-digest): Mark unused parameter.
18879
18880 * progmodes/perl-mode.el (perl-calculate-indent):
18881 Remove unused variable `err'.
18882
18883 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
18884 (prolog-indent-line): Mark unused parameters.
18885 (prolog-indent-line): Remove unused variable `beg'.
18886
18887 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
18888 (reporter-dont-compact-list): Declare.
18889
18890 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
18891 Remove unused variable `char'.
18892 (sh-debug): Mark unused parameter.
18893 (sh-get-indent-info): Remove unused variable `start'.
18894 (sh-calculate-indent): Remove unused variable `var'.
18895
18896 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
18897 (simula-electric-keyword): Remove unused variable `null'.
18898 (simula-search-backward, simula-search-forward): Remove unused
18899 variables `begin' and `end'.
18900
18901 * progmodes/vera-mode.el (vera-guess-basic-syntax):
18902 Remove unused variable `pos'.
18903 (vera-electric-tab, vera-comment-uncomment-region):
18904 Mark unused parameters.
18905 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
18906
18907 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
18908
18909 * emacs-lisp/package.el (package--builtins, package-alist)
18910 (package-load-descriptor, package-built-in-p, package-activate)
18911 (define-package, package-installed-p)
18912 (package-compute-transaction, package-buffer-info)
18913 (package--push): Doc fix. Distinguish more clearly between
18914 version strings and version lists.
18915
18916 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
18917
18918 Lexical-binding cleanup.
18919
18920 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
18921 (5x5-make-mutate-best):
18922 * play/fortune.el (fortune-in-buffer):
18923 * play/gomoku.el (gomoku-init-display):
18924 * play/solitaire.el (solitaire, solitaire-do-check):
18925 * play/tetris.el (tetris-default-update-speed-function):
18926 Mark unused parameters.
18927
18928 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
18929 (bubbles--shift): Remove unused variable `char-org'.
18930 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
18931 (bubbles--show-images): Remove unused variable `char'.
18932
18933 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
18934 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
18935 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
18936 (decipher-analyze-buffer): Use ?\s.
18937 (decipher-make-checkpoint): Remove unused variable `mapping'.
18938
18939 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
18940
18941 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
18942 Remove unused variable `result'; use `let'.
18943
18944 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
18945 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
18946 (gametree-children-shown-p, gametree-compute-reduced-score):
18947 Use `ignore-errors'.
18948
18949 * play/handwrite.el (ps-lpr-switches): Declare.
18950 (handwrite): Remove unused variables `pmin' and `lastp'.
18951
18952 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
18953
18954 * play/landmark.el (landmark-init-display)
18955 (landmark-update-naught-weights): Mark unused parameters.
18956 (landmark-y): Remove unused variable `noise'. Simplify.
18957 (landmark-human-plays): Remove unused variable `score'.
18958
18959 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
18960 (mpuz-try-proposal): Remove unused variable `game'.
18961
18962 * play/zone.el (life-patterns): Declare.
18963
18964 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
18965
18966 * vc/vc.el (ediff-vc-internal): Declare function.
18967
18968 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18969
18970 * shell.el: Use lexical-binding and std completion UI.
18971 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
18972 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
18973 comint-preoutput-filter-functions rather than on
18974 comint-output-filter-functions.
18975 (shell-command-completion, shell--command-completion-data)
18976 (shell-filename-completion, shell-environment-variable-completion)
18977 (shell-c-a-p-replace-by-expanded-directory): New functions.
18978 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
18979 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
18980 (shell-dynamic-complete-environment-variable): Use them.
18981 (shell-dynamic-complete-as-environment-variable)
18982 (shell-dynamic-complete-as-command): Remove.
18983 (shell-match-partial-variable): Match past point.
18984 * comint.el: Clean up use of completion-at-point-functions.
18985 (comint-completion-at-point): New function.
18986 (comint-mode): Use it completion-at-point-functions.
18987 (comint-dynamic-complete): Make it obsolete.
18988 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
18989 (comint-c-a-p-replace-by-expanded-history): New function.
18990 (comint-dynamic-complete-functions)
18991 (comint-replace-by-expanded-history): Use it.
18992 * minibuffer.el (completion-table-with-terminator): Allow dynamic
18993 termination strings. Try harder to avoid second try-completion.
18994 (completion-in-region-mode-map): Disable bindings that don't work yet.
18995
18996 * comint.el: Use lexical-binding. Require CL.
18997 (comint-dynamic-complete-functions): Use comint-filename-completion.
18998 (comint-completion-addsuffix): Tweak custom type.
18999 (comint-filename-completion, comint--common-suffix)
19000 (comint--common-quoted-suffix, comint--table-subvert)
19001 (comint--complete-file-name-data): New functions.
19002 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19003 (comint-dynamic-list-filename-completions): Use them.
19004 (comint-dynamic-simple-complete): Make obsolete.
19005
19006 * minibuffer.el (completion-in-region-mode):
19007 Keep completion-in-region-mode--predicate global.
19008 (completion-in-region--postch):
19009 Assume completion-in-region-mode--predicate is not null.
19010
19011 * progmodes/flymake.el (flymake-start-syntax-check-process):
19012 Obey `dir'. Simplify.
19013
19014 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19015 we're in VC after all.
19016
19017 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19018
19019 * vc/vc.el (vc-diff-build-argument-list-internal)
19020 (vc-version-ediff, vc-ediff): New commands.
19021 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19022
19023 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19024
19025 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19026 add sanity check.
19027
19028 * obsolete/erc-hecomplete.el: Make obsolete.
19029 * obsolete/: Standardize obsolescence info in the header.
19030
19031 2011-04-20 Glenn Morris <rgm@gnu.org>
19032
19033 * calendar/solar.el (solar-horizontal-coordinates):
19034 Use the longitude argument rather than `calendar-longitude'.
19035 (solar-date-next-longitude): Remove unused locals.
19036
19037 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19038
19039 * whitespace.el: New version 13.2.1.
19040
19041 2011-04-20 felix <EmacsWiki> (tiny change)
19042
19043 * whitespace.el (global-whitespace-mode): Keep highlight when
19044 switching between major modes on a file.
19045
19046 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19047
19048 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19049 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19050 multi-line comments as well.
19051
19052 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
19053
19054 Lexical-binding cleanup.
19055
19056 * arc-mode.el (archive-mode-revert):
19057 * cmuscheme.el (scheme-interactively-start-process):
19058 * custom.el (custom-initialize-delay):
19059 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19060 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19061 * emacs-lock.el (emacs-lock-clear-sentinel):
19062 * ezimage.el (defezimage):
19063 * follow.el (follow-avoid-tail-recenter):
19064 * fringe.el (set-fringe-mode-1):
19065 * generic-x.el (bat-generic-mode-compile):
19066 * help-mode.el (help-info-variable, help-do-xref)
19067 (help-mode-revert-buffer):
19068 * help.el (view-emacs-todo):
19069 * iswitchb.el (iswitchb-completion-help):
19070 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19071 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19072 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19073 * locate.el (locate-update):
19074 * longlines.el (longlines-encode-region)
19075 (longlines-after-change-function):
19076 * outline.el (outline-isearch-open-invisible):
19077 * ps-def.el (declare-function, charset-dimension, char-width)
19078 (encode-char):
19079 * ps-mule.el (ps-mule-plot-string):
19080 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19081 (recentf-edit-list-select, recentf-edit-list-validate)
19082 (recentf-open-files-action):
19083 * rect.el (delete-whitespace-rectangle-line)
19084 (rectangle-number-line-callback):
19085 * register.el (window-configuration-to-register)
19086 (frame-configuration-to-register):
19087 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19088 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19089 (xselect-convert-to-targets, xselect-convert-to-delete)
19090 (xselect-convert-to-filename, xselect-convert-to-charpos)
19091 (xselect-convert-to-lineno, xselect-convert-to-colno)
19092 (xselect-convert-to-os, xselect-convert-to-host)
19093 (xselect-convert-to-user, xselect-convert-to-class)
19094 (xselect-convert-to-name, xselect-convert-to-integer)
19095 (xselect-convert-to-atom, xselect-convert-to-identity):
19096 * subr.el (declare, ignore, process-kill-without-query)
19097 (text-clone-maintain):
19098 * terminal.el (te-get-char, te-tic-sentinel):
19099 * tool-bar.el (tool-bar-make-keymap):
19100 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19101 * type-break.el (type-break-mode, type-break-noninteractive-query):
19102 * view.el (View-back-to-mark):
19103 * wid-browse.el (widget-browse-action, widget-browse-widget)
19104 (widget-browse-widgets, widget-browse-sexp):
19105 * widget.el (define-widget-keywords):
19106 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19107 Mark unused parameters.
19108
19109 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19110 (align-areas): Remove unused variable `look'.
19111 (align-region): Remove unused variables `real-end' and `pos-list'.
19112
19113 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19114
19115 * bindings.el (mode-line-modified, mode-line-remote):
19116 Mark unused parameters.
19117 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19118
19119 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19120 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19121
19122 * comint.el (comint-history-isearch-pop-state)
19123 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19124 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19125 (comint-substitute-in-file-name): Doc fix.
19126
19127 * completion.el (cmpl-statistics-block): Mark unused parameter.
19128 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19129 (save-completions-to-file, load-completions-from-file):
19130 Remove unused local variable `e'.
19131
19132 * composite.el (compose-chars): Remove unused variable `len'.
19133 (lgstring-insert-glyph): Remove unused variable `g'.
19134 (compose-glyph-string): Remove unused variables `ascent',
19135 `descent', `lbearing' and `rbearing'.
19136 (compose-glyph-string-relative): Remove unused variables
19137 `lbearing', `rbearing' and `wadjust'.
19138 (compose-gstring-for-graphic): Remove unused variables `header',
19139 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19140 (compose-gstring-for-terminal): Remove unused variables `header'
19141 and `nchars'. Use `let', not `let*'.
19142
19143 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19144 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19145 (Custom-buffer-done, custom-buffer-create-internal)
19146 (custom-browse-visibility-action, custom-browse-group-tag-action)
19147 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19148 (widget-magic-mouse-down-action, custom-toggle-parent)
19149 (custom-add-parent-links, custom-toggle-hide-variable)
19150 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19151 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19152 (custom-face-menu-create, custom-variable-menu-create, get)
19153 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19154 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19155 (customize-apropos): Remove unused variable `tests'.
19156 (custom-group-value-create): Remove unused variable `hidden-p'.
19157 (sort-fold-case): Declare.
19158
19159 * cus-theme.el (custom-reset-standard-faces-list)
19160 (custom-reset-standard-variables-list): Declare.
19161 (customize-create-theme, custom-theme-revert, custom-theme-write)
19162 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19163 Mark unused parameters.
19164
19165 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19166
19167 * delim-col.el (delimit-columns-max): Move defvar before first use.
19168
19169 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19170 (describe-char): Don't quote `lambda'. Mark unused parameter.
19171
19172 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19173 (auto-insert): Declare.
19174 (desktop-restore-file-buffer): Rename desktop-* parameters;
19175 mark unused ones.
19176 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19177 (desktop-buffer): Rename desktop-* parameters.
19178
19179 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19180 (dframe-reposition-frame-xemacs, dframe-help-echo)
19181 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19182 Mark unused parameters.
19183
19184 * dired-aux.el (backup-extract-version-start, overwrite-query)
19185 (overwrite-backup-query, rename-regexp-query)
19186 (rename-non-directory-query): Declare.
19187 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19188 (dired-add-entry): Remove unused variable `orig-file-name'.
19189 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19190 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19191 `dired-copy-preserve-time' directly.
19192 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19193 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19194
19195 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19196 (dired-virtual-revert, dired-make-relative-symlink):
19197 Mark unused parameters.
19198 (manual-program): Declare.
19199 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19200 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19201 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19202
19203 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19204
19205 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19206
19207 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19208 Declare.
19209
19210 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19211
19212 * electric.el (Electric-command-loop): Rename parameter
19213 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19214
19215 * expand.el (expand-in-literal): Remove unused variable `here'.
19216
19217 * facemenu.el (facemenu-add-new-color):
19218 Remove unused variable `docstring'.
19219
19220 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19221 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19222 (face-attr-construct): Mark unused parameter. Doc fix.
19223 (read-color): Remove unused variable `hex-string'.
19224
19225 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19226 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19227 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19228 (display-buffer-other-frame): Remove unused variable `old-window'.
19229 (kill-buffer-hook): Declare.
19230 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19231 Mark unused parameters.
19232 (after-find-file): Pass 1 to `auto-save-mode', not t.
19233
19234 * files-x.el (auto-insert): Declare.
19235 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19236
19237 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19238 variable `buf'. Mark unused parameter.
19239 (find-lisp-insert-directory): Mark unused parameter.
19240
19241 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19242 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19243 (format-common-tail): Remove, unused.
19244 (format-deannotate-region): Remove unused variable `loc'.
19245 (format-annotate-region): Remove unused variable `p'.
19246 (format-annotate-single-property-change): Remove unused variables
19247 `default' and `tail'.
19248
19249 * forms.el (read-file-filter): Declare.
19250 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19251
19252 * frame.el (frame-creation-function-alist): Mark unused parameter.
19253 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19254
19255 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19256 Remove unused parameters.
19257 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19258 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19259
19260 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19261 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19262 (hfy-prepare-tag-map): Mark unused parameters.
19263 (htmlfontify-buffer): Use `called-interactively-p'.
19264
19265 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19266 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19267 (ibuffer-do-occur): Mark unused parameters.
19268 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19269 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19270
19271 * ibuffer.el: Don't quote `lambda'.
19272 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19273 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19274 Mark unused parameters.
19275
19276 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19277 (ido-completing-read): Mark unused parameters.
19278 (ido-copy-current-word): Mark unused parameters;
19279 remove unused variable `name'.
19280 (ido-sort-merged-list): Remove unused parameter `dirs'.
19281
19282 * ielm.el (ielm-input-sender): Mark unused parameter.
19283 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19284 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19285 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19286 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19287 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19288
19289 * image-dired.el (image-dired-display-thumbs): Remove unused
19290 variables `curr-file' and `count'.
19291 (image-dired-remove-tag): Remove unused variable `start'.
19292 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19293 variable `curr-file'
19294 (image-dired-rotate-original): Remove unused variable `temp-file'.
19295 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19296 Remove unused variable `file'.
19297 (image-dired-gallery-generate): Remove unused variable `curr'.
19298 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19299
19300 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19301
19302 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19303
19304 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19305
19306 * isearch.el (minibuffer-history-symbol): Declare.
19307 (isearch-edit-string): Remove unused variable `err'.
19308 (isearch-message-prefix, isearch-message-suffix):
19309 Mark unused parameters.
19310
19311 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19312
19313 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19314
19315 * makesum.el (double-column): Remove unused variable `cnt'.
19316
19317 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19318 (ido-ignore-item-temp-list): Declare.
19319
19320 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19321 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19322 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19323 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19324 `mouse-col-delta'.
19325
19326 * mouse-sel.el (mouse-extend-internal):
19327 Remove unused variable `orig-window-frame'.
19328
19329 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19330 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19331 Move declarations before first use.
19332 (pcomplete-opt): Mark unused parameters; doc fix.
19333
19334 * proced.el (proced-revert): Mark unused parameter.
19335 (proced-send-signal): Remove unused variable `err'.
19336
19337 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19338 Rename parameter PREFIX-ARG to ARG.
19339 (ps-basic-plot-string, ps-basic-plot-whitespace):
19340 Mark unused parameters.
19341
19342 * replace.el (replace-count): Define.
19343 (occur-revert-function): Mark unused parameters.
19344 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19345 (isearch-case-fold-search, isearch-string): Declare.
19346 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19347 bind `case-fold-search'. Remove unused variables `beg' and `end',
19348 and simplify.
19349 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19350 COUNT and bind `replace-count'.
19351 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19352 to COUNT.
19353
19354 * savehist.el (print-readably, print-string-length): Declare.
19355
19356 * shadowfile.el (shadow-expand-cluster-in-file-name):
19357 Remove unused variable `cluster'.
19358 (shadow-copy-file): Remove unused variable `i'.
19359 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19360 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19361 (shadow-define-literal-group, shadow-define-regexp-group)
19362 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19363
19364 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19365 (shell): Use `called-interactively-p'.
19366 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19367
19368 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19369 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19370 (delete-backward-char): Remove unused variable `ocol'.
19371 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19372 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19373 (event-apply-hyper-modifier, event-apply-shift-modifier)
19374 (event-apply-control-modifier, event-apply-meta-modifier):
19375 Mark unused parameters.
19376 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19377 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19378
19379 * speedbar.el (speedbar-ignored-directory-expressions)
19380 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19381 (speedbar-find-file, speedbar-dir-follow)
19382 (speedbar-directory-buttons-follow, speedbar-tag-find)
19383 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19384 (speedbar-buffers-line-directory, speedbar-buffer-click):
19385 Mark unused parameters.
19386 (speedbar-tag-file): Remove unused variable `mode'.
19387 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19388
19389 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19390
19391 * talk.el (talk): Remove unused variable `display'.
19392
19393 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19394 (tar-write-region-annotate): Mark unused parameter.
19395
19396 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19397 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19398 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19399 warning by another.
19400
19401 * time-stamp.el (time-stamp-string-preprocess):
19402 Remove unused variable `require-padding'.
19403
19404 * tree-widget.el (widget-glyph-enable): Declare.
19405 (tree-widget-action): Mark unused parameter.
19406
19407 * w32-fns.el (x-get-selection): Mark unused parameter.
19408 (autoload-make-program, generated-autoload-file): Declare.
19409
19410 * wdired.el (wdired-revert): Mark unused parameters.
19411 (wdired-xcase-word): Remove unused variable `err'.
19412
19413 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19414 (whitespace-help-scroll): Remove unused variable `data-help'.
19415
19416 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19417 (widget-image-insert, widget-after-change, default)
19418 (widget-default-format-handler, widget-default-notify)
19419 (widget-default-prompt-value, widget-info-link-action)
19420 (widget-url-link-action, widget-function-link-action)
19421 (widget-variable-link-action, widget-file-link-action)
19422 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19423 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19424 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19425 (widget-insert-button-action, widget-delete-button-action, visibility)
19426 (widget-documentation-link-action, widget-documentation-string-action)
19427 (widget-const-prompt-value, widget-regexp-match, symbol)
19428 (widget-coding-system-prompt-value)
19429 (widget-key-sequence-value-to-external, sexp)
19430 (widget-sexp-value-to-internal, character, vector, cons)
19431 (widget-choice-prompt-value, widget-boolean-prompt-value)
19432 (widget-color--choose-action): Mark unused parameters.
19433 (widget-item-match-inline, widget-choice-match-inline)
19434 (widget-checklist-match, widget-checklist-match-inline)
19435 (widget-group-match): Rename parameter VALUES to VALS.
19436 (widget-field-value-set): Remove unused variable `size'.
19437 (widget-color-action): Remove unused variables `value' and `start'.
19438
19439 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
19440 variable `dir'. Doc fix.
19441 (windmove-find-other-window): Don't pass it.
19442
19443 * window.el (count-windows): Mark unused parameter.
19444 (bw-adjust-window): Remove unused variable `err'.
19445
19446 * woman.el (woman-file-name): Remove unused variable `default'.
19447 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19448 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19449 (global-font-lock-mode): Declare.
19450 (woman-decode-region): Mark unused parameter.
19451 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19452
19453 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19454 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19455 (x-dnd-handle-moz-url): Remove unused variable `title'.
19456 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19457
19458 * xml.el (xml-parse-tag, xml-parse-attlist):
19459 Remove unused variable `pos'.
19460
19461 2011-04-19 Glenn Morris <rgm@gnu.org>
19462
19463 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19464 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19465 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19466 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19467 * calendar/cal-html.el (cal-html-insert-minical):
19468 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19469 (calendar-mark-date-pattern):
19470 Prefix "unused" locals.
19471
19472 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19473 optional argument `style'.
19474
19475 * calendar/appt.el (appt-make-list):
19476 * calendar/cal-china.el (calendar-chinese-date-string):
19477 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19478 (diary-hebrew-yahrzeit):
19479 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19480 * calendar/calendar.el (calendar-generate-window):
19481 * calendar/time-date.el (time-to-days):
19482 Remove unused local variables.
19483
19484 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
19485
19486 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19487 glyphless-char-display table.
19488 (tabulated-list-glyphless-char-display): New var.
19489
19490 2011-04-18 Sam Steingold <sds@gnu.org>
19491
19492 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19493 to acknowledgments.
19494
19495 2011-04-17 Glenn Morris <rgm@gnu.org>
19496
19497 * calendar/diary-lib.el (diary-sexp-entry):
19498 * calendar/holidays.el (holiday-sexp):
19499 Set debug-on-error rather than the removed stack-trace-on-error.
19500
19501 2011-04-16 Glenn Morris <rgm@gnu.org>
19502
19503 * progmodes/f90.el: Use lexical-binding.
19504 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19505
19506 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19507
19508 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19509 (mail-mode): Setup mailalias completion here instead.
19510 * mail/mailalias.el: Use lexical-binding.
19511 (pattern, mailalias-done): Declare dynamic.
19512 (mail-completion-at-point-function): New function, from mail-complete.
19513 (mail-complete): Use it.
19514 (mail-completion-expand): New function.
19515 (mail-get-names): Use it.
19516 (mail-directory, mail-directory-process, mail-directory-stream):
19517 Don't use `pattern' for lexically bound arg.
19518
19519 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19520
19521 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19522 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19523 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19524
19525 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19526 (byte-save-window-excursion, byte-temp-output-buffer-setup)
19527 (byte-interactive-p): Define them again, for use when inlining
19528 old code.
19529
19530 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
19531
19532 * loadup.el: Use `string-to-number', not `string-to-int'.
19533
19534 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19535
19536 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19537 gud-gdb-complete-command.
19538 (gud-gdb-completions): New function, from gud-gdb-complete-command.
19539 (gud-gdb-completion-at-point): New function.
19540 (gud-gdb-completions): Remove.
19541
19542 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
19543
19544 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19545 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
19546 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19547 whether `executable-find' is bound.
19548
19549 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19550
19551 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19552
19553 * minibuffer.el (completion-in-region-mode-predicate)
19554 (completion-in-region-mode--predicate): New vars.
19555 (completion-in-region, completion-in-region--postch)
19556 (completion-in-region-mode): Use them.
19557 (completion--capf-wrapper): Also return the hook function.
19558 (completion-at-point, completion-help-at-point):
19559 Adjust and provide a predicate.
19560
19561 Preserve arg names for advice of subr and lexical functions (bug#8457).
19562 * help-fns.el (help-function-arglist): Consolidate the subr and
19563 new-byte-code cases. Add argument `preserve-names' to extract names
19564 from the docstring when needed.
19565 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19566 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19567 (ad-arglist): Use help-function-arglist's new arg.
19568 (ad-definition-type): Use cond.
19569
19570 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
19571
19572 * autorevert.el (auto-revert-handler):
19573 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19574 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19575 Don't quote lambda.
19576
19577 * image-mode.el (image-transform-set-scale):
19578 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19579
19580 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19581
19582 * net/network-stream.el (network-stream-open-starttls): Only do
19583 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
19584 Upgrades via gnutls-cli are too slow to be done opportunistically.
19585
19586 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
19587
19588 * dframe.el (dframe-current-frame): Remove spurious quote.
19589
19590 2011-04-12 Glenn Morris <rgm@gnu.org>
19591
19592 * calendar/cal-tex.el (cal-tex-end-document):
19593 Try to automatically use latin1 input if needed.
19594
19595 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19596 Don't try to cons a mark onto an empty element.
19597
19598 2011-04-11 Leo Liu <sdl.web@gmail.com>
19599
19600 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
19601 buffers.
19602 (ido-kill-buffer-at-head): Support killing virtual buffers.
19603
19604 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
19605
19606 * minibuffer.el (completion-show-inline-help): New var.
19607 (completion--do-completion, minibuffer-complete)
19608 (minibuffer-force-complete, minibuffer-complete-word):
19609 Inhibit minibuffer messages if completion-show-inline-help is nil.
19610
19611 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19612 to avoid interference from inline help (Bug#5849).
19613
19614 2011-04-10 Leo Liu <sdl.web@gmail.com>
19615
19616 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19617 Fix typo.
19618
19619 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
19620
19621 * image-mode.el (image-toggle-display-image): Signal an error if
19622 not in Image mode.
19623 (image-transform-mode, image-transform-resize)
19624 (image-transform-set-rotation): Doc fix.
19625 (image-transform-set-resize): Delete.
19626 (image-transform-set-scale, image-transform-fit-to-height)
19627 (image-transform-fit-to-width): Handle image-toggle-display-image
19628 and image-transform-resize directly.
19629
19630 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
19631
19632 * doc-view.el (doc-view-fit-width-to-window)
19633 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
19634 New functions for fitting the shown image to the Emacs window size.
19635 (doc-view-mode-map): Add bindings for the new functions.
19636
19637 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
19638
19639 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
19640 Fix typo in docstring.
19641
19642 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19643
19644 * files.el (file-size-human-readable): Produce one digit after
19645 decimal, like "ls -lh" does.
19646
19647 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
19648 the file size representation.
19649
19650 * simple.el (list-processes): If async subprocesses are not
19651 available, error out with a clear error message.
19652
19653 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
19654
19655 * help.el (help-form-show): New function, to be called from C.
19656 Put help-form output in a buffer named differently than *Help*.
19657
19658 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19659
19660 * files.el (file-size-human-readable): New function.
19661
19662 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
19663 computing the representation inline. Don't require `cl'.
19664
19665 2011-04-08 Glenn Morris <rgm@gnu.org>
19666
19667 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19668
19669 * net/browse-url.el (browse-url-firefox):
19670 Test system-type, not system-configuration.
19671
19672 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
19673 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
19674 Use log-edit-empty-buffer-p. (Bug#7598)
19675
19676 * net/rlogin.el (rlogin-process-connection-type): Simplify.
19677 (rlogin-mode-map): Initialize in the defvar.
19678 (rlogin): Use ignore-errors.
19679
19680 * replace.el (occur-mode-map): Some fixes for menu items.
19681
19682 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
19683
19684 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
19685
19686 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19687
19688 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
19689 issuing unused warnings.
19690
19691 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
19692 macro directly.
19693
19694 * simple.el: Lisp reimplement of list-processes. Based on an
19695 earlier reimplementation by Leo Liu, but using tabulated-list.el.
19696 (process-menu-mode): New major mode.
19697 (list-processes--refresh, list-processes):
19698 (process-menu-visit-buffer): New functions.
19699
19700 * files.el (save-buffers-kill-emacs): Don't assume any return
19701 value of list-processes, which is undocumented anyway.
19702
19703 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19704
19705 * emacs-lisp/tabulated-list.el: New file.
19706
19707 * emacs-lisp/package.el: Use Tabulated List mode.
19708 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
19709 (package-menu-mode): Derive from tabulated-list-mode. Set up the
19710 table format using Tabulated List mode variables.
19711 (package--push): New macro, replacing package-list-maybe-add.
19712 (package-menu--generate): Use package--push. Renamed from
19713 package--generate-package-list.
19714 (package-menu-refresh, list-packages): Use it.
19715 (package-menu--print-info): Rename from package-print-package.
19716 Return insertion data instead of inserting it directly.
19717 (package-menu-describe-package, package-menu-execute):
19718 Use tabulated-list-get-id.
19719 (package-menu-mark-delete, package-menu-mark-install)
19720 (package-menu-mark-unmark, package-menu-backup-unmark)
19721 (package-menu-mark-obsolete-for-deletion):
19722 Use tabulated-list-put-tag.
19723 (package--list-packages, package-menu-revert)
19724 (package-menu-get-package, package-menu-get-version)
19725 (package-menu-sort-by-column): Functions deleted.
19726 (package-menu-package-list, package-menu-sort-key): Vars deleted.
19727 (package-menu--status-predicate, package-menu--version-predicate)
19728 (package-menu--name-predicate)
19729 (package-menu--description-predicate): Handle arguments in the
19730 Tabulated List format.
19731 (package-list-packages-no-fetch): Call list-packages.
19732
19733 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
19734
19735 * files.el (after-find-file-from-revert-buffer): Remove variable.
19736 (after-find-file): Don't bind it.
19737 (revert-buffer-in-progress-p): New variable.
19738 (revert-buffer): Bind it.
19739 Pass nil for `after-find-file-from-revert-buffer'.
19740
19741 * saveplace.el (save-place-find-file-hook): Use new variable
19742 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
19743
19744 2011-04-06 Glenn Morris <rgm@gnu.org>
19745
19746 * Makefile.in (AUTOGEN_VCS): New variable.
19747 (autoloads): Use $AUTOGEN_VCS.
19748
19749 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
19750 * calendar/calendar.el (calendar-mode-map):
19751 Check for toolkit scroll bars. (Bug#8305)
19752
19753 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
19754
19755 * minibuffer.el (completion-in-region--postch)
19756 (completion-in-region-mode): Remove unnecessary messages.
19757
19758 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
19759
19760 * font-lock.el (font-lock-refresh-defaults):
19761 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
19762 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
19763
19764 * info.el (Info-directory-list, Info-read-node-name-2)
19765 (Info-split-parameter-string): Doc fixes.
19766 (Info-virtual-nodes): Reflow docstring.
19767 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
19768 (Info-apropos-toc-nodes, info-finder, Info-get-token)
19769 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
19770 Fix typos in docstrings.
19771 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
19772 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
19773 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
19774 (Info-restore-desktop-buffer): Mark unused parameters.
19775 (Info-directory-find-file, Info-directory-find-node)
19776 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
19777 (Info-virtual-index-find-node, Info-apropos-find-file)
19778 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
19779 Mark unused parameters; fix typos in docstrings.
19780 (Info-virtual-index): Remove unused local variable `nodename'.
19781
19782 2011-04-05 Deniz Dogan <deniz@dogan.se>
19783
19784 * net/rcirc.el: Update my e-mail address.
19785 (rcirc-mode-map): Remove M-o binding.
19786
19787 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
19788
19789 * startup.el (command-line): Save the cursor's theme-face
19790 directly, instead of using face-override-spec.
19791
19792 * custom.el (load-theme): Minor optimization in assigning faces.
19793
19794 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
19795
19796 * help-fns.el (describe-variable): Complete all variables having
19797 documentation, including keywords.
19798 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
19799
19800 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
19801
19802 Convert to lexical-binding.
19803
19804 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
19805 (bs--get-marked-string, bs--get-modified-string)
19806 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
19807 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
19808 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
19809
19810 * ehelp.el (electric-help-execute-extended)
19811 (electric-help-ctrl-x-prefix):
19812 * hexl.el (hexl-revert-buffer-function):
19813 * linum.el (linum-after-change, linum-after-scroll):
19814 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
19815
19816 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
19817
19818 2011-04-04 Daiki Ueno <ueno@unixuser.org>
19819
19820 * epa-dired.el:
19821 * epa-mail.el:
19822 * epa-hook.el:
19823 * epa-file.el:
19824 * epa.el:
19825 * epg.el: Use lexical binding.
19826
19827 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
19828
19829 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
19830
19831 * textmodes/flyspell.el (flyspell-word): Recognize default
19832 dictionary case for flyspell-mark-duplications-exceptions.
19833 Use regexp matching for languages.
19834 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
19835 default dictionary (Bug#7926).
19836
19837 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
19838
19839 * emacs-lisp/package.el (package--with-work-buffer):
19840 Recognize https URLs.
19841
19842 * net/network-stream.el: Move from gnus/proto-stream.el.
19843 Change prefix to network-stream throughout.
19844 (open-protocol-stream): Merge into open-network-stream, leaving
19845 open-protocol-stream as an alias. Handle nil BUFFER args.
19846
19847 * subr.el (open-network-stream): Move to net/network-stream.el.
19848
19849 2011-04-02 Glenn Morris <rgm@gnu.org>
19850
19851 * find-dired.el (find-exec-terminator): New option.
19852 (find-ls-option): Test for -ls support.
19853 (find-ls-subdir-switches): Test for -b in find-ls-option.
19854 (find-dired, find-grep-dired): Doc fixes.
19855 (find-dired): Use find-exec-terminator.
19856
19857 * find-dired.el (find-ls-option, find-ls-subdir-switches)
19858 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
19859 (find-name-arg): Remove purecopy.
19860
19861 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
19862 (grep-compute-defaults): Check for `-exec COMMAND +' support.
19863 Set grep-find-use-xargs, grep-find-command, and grep-find-template
19864 accordingly. Don't add the null-device if not needed.
19865
19866 * files.el (save-some-buffers): Doc fix.
19867
19868 2011-04-02 Eli Zaretskii <eliz@gnu.org>
19869
19870 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
19871
19872 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
19873
19874 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
19875 Use `dolist' rather than `mapcar'.
19876
19877 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19878
19879 Add lexical binding.
19880
19881 * subr.el (apply-partially): Use new closures rather than CL.
19882 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
19883 (dolist, dotimes): Use slightly different expansion for lexical code.
19884 (functionp): Move to C.
19885 (letrec): New macro.
19886 (with-wrapper-hook): Use it and apply-partially instead of CL.
19887 (eval-after-load): Preserve lexical-binding.
19888 (save-window-excursion, with-output-to-temp-buffer): Turn them
19889 into macros.
19890
19891 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
19892
19893 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
19894 than the arglist.
19895 (help-add-fundoc-usage): Don't add `Not documented'.
19896 (help-function-arglist): Handle closures, subroutines, and new
19897 byte-code-functions.
19898 (help-make-usage): Remove leading underscores.
19899 (describe-function-1): Handle closures.
19900 (describe-variable): Use special-variable-p for completion.
19901
19902 * files.el (lexical-binding): Declare safe.
19903
19904 * emacs-lisp/pcase.el: Don't use destructuring-bind.
19905 (pcase--memoize): Rename from pcase-memoize. Change weakness.
19906 (pcase): Add `let' pattern.
19907 Change memoization so it actually works.
19908 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
19909 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
19910 <let>: New case.
19911
19912 * emacs-lisp/macroexp.el: Use lexical binding.
19913 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
19914 Don't convert ' to #' without checking that it's indeed quoting
19915 a lambda.
19916
19917 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
19918 Use eval-sexp-add-defvars.
19919 (eval-sexp-add-defvars): New fun.
19920
19921 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
19922
19923 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
19924 Don't autoload.
19925 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
19926 than the internal `byte-compile-lambda'.
19927 (defmethod): Don't hide code under quotes.
19928 (eieio-defmethod): New `code' argument.
19929
19930 * emacs-lisp/eieio-comp.el: Remove.
19931
19932 * emacs-lisp/edebug.el (edebug-eval-defun)
19933 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
19934 (edebug-toggle): Avoid `eval'.
19935
19936 * emacs-lisp/disass.el (disassemble-internal): Handle new
19937 `closure' objects.
19938 (disassemble-1): Handle new byte codes.
19939
19940 * emacs-lisp/cl.el (pushnew): Silence warning.
19941
19942 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
19943 (cl-byte-compile-throw): Remove.
19944 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
19945
19946 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
19947 closures.
19948
19949 * emacs-lisp/cconv.el: New file.
19950
19951 * emacs-lisp/bytecomp.el: Use lexical binding instead of
19952 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
19953 (byte-compile-initial-macro-environment):
19954 Handle declare-function here.
19955 (byte-compile--lexical-environment): New var.
19956 (byte-stack-ref, byte-stack-set, byte-discardN)
19957 (byte-discardN-preserve-tos): New lap codes.
19958 (byte-interactive-p): Don't use any more.
19959 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
19960 New macros.
19961 (byte-compile-lapcode): Use them and handle new lap codes.
19962 (byte-compile-obsolete): Remove.
19963 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
19964 (byte-compile-arglist-warn): Check late def of inlinable funs.
19965 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
19966 since they should have been expanded by now.
19967 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
19968 (byte-compile-from-buffer): Remove unused second arg.
19969 (byte-compile-preprocess): New function.
19970 (byte-compile-toplevel-file-form): New function to distinguish
19971 file-form calls from outside from file-form calls from hunk-handlers.
19972 (byte-compile-file-form): Simplify.
19973 (byte-compile-file-form-defsubst): Remove.
19974 (byte-compile-file-form-defmumble): Simplify now that
19975 byte-compile-lambda always returns a byte-code-function.
19976 (byte-compile): Preprocess.
19977 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
19978 Remove, not used any more.
19979 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
19980 (byte-compile-make-args-desc): New funs.
19981 (byte-compile-lambda): Handle lexical functions. Always return
19982 a byte-code-function.
19983 (byte-compile-reserved-constants): New var, to make up room for
19984 closed-over variables.
19985 (byte-compile-constants-vector): Obey it.
19986 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
19987 (byte-compile-macroexpand-declare-function): New function.
19988 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
19989 byte-code-functions.
19990 (byte-compile-form): Check obsolescence here.
19991 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
19992 (byte-compile-variable-ref): Remove.
19993 (byte-compile-dynamic-variable-op): New fun.
19994 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19995 (byte-compile-variable-set): New funs.
19996 (byte-compile-discard): Add 2 args.
19997 (byte-compile-stack-ref, byte-compile-stack-set)
19998 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
19999 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20000 macroexpand-all instead.
20001 (byte-compile-quote-form): Remove.
20002 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20003 (byte-compile-bind, byte-compile-unbind): New funs.
20004 (byte-compile-let): Handle let* and lexical binding.
20005 (byte-compile-let*): Remove.
20006 (byte-compile-catch, byte-compile-unwind-protect)
20007 (byte-compile-track-mouse, byte-compile-condition-case):
20008 Handle a new :fun-body form, used for lexical scoping.
20009 (byte-compile-save-window-excursion)
20010 (byte-compile-with-output-to-temp-buffer): Remove.
20011 (byte-compile-defun): Simplify.
20012 (byte-compile-stack-adjustment): New fun.
20013 (byte-compile-out): Use it.
20014 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20015
20016 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20017 handler any more.
20018
20019 * emacs-lisp/byte-opt.el: Use lexical binding.
20020 (byte-inline-lapcode): Remove (to bytecomp).
20021 (byte-compile-inline-expand): Pay attention to inlining to/from
20022 lexically bound code.
20023 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20024 any more.
20025 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20026 any more and don't call compiler-macros.
20027 (byte-compile-splice-in-already-compiled-code): Remove.
20028 (byte-code): Don't inline any more.
20029 (disassemble-offset): Receive `bytes' as argument rather than via
20030 dynamic scoping.
20031 (byte-compile-tag-number): Declare before first use.
20032 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20033 `return' even if make-spliceable.
20034 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20035 obsolete interactive-p.
20036 (byte-optimize-lapcode): Optimize new lap-codes.
20037 Don't trip up on new form of `byte-constant' lap code.
20038
20039 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20040
20041 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20042
20043 * custom.el (custom-initialize-default, custom-declare-variable):
20044 Use `defvar'.
20045
20046 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20047 New variables.
20048 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20049 (COMPILE_FIRST): Add macroexp and cconv.
20050 * makefile.w32-in: Mirror changes in Makefile.in.
20051
20052 * vc/cvs-status.el:
20053 * vc/diff-mode.el:
20054 * vc/log-edit.el:
20055 * vc/log-view.el:
20056 * vc/smerge-mode.el:
20057 * textmodes/bibtex-style.el:
20058 * textmodes/css-mode.el:
20059 * startup.el:
20060 * uniquify.el:
20061 * minibuffer.el:
20062 * newcomment.el:
20063 * reveal.el:
20064 * server.el:
20065 * mpc.el:
20066 * emacs-lisp/smie.el:
20067 * doc-view.el:
20068 * dired.el:
20069 * abbrev.el: Use lexical binding.
20070
20071 2011-04-01 Eli Zaretskii <eliz@gnu.org>
20072
20073 * info.el (info-display-manual): New function.
20074
20075 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20076
20077 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20078
20079 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20080
20081 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
20082 an entry for that server in rcirc-authinfo. (Bug#8385)
20083
20084 2011-03-31 Glenn Morris <rgm@gnu.org>
20085
20086 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20087
20088 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20089
20090 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20091
20092 * progmodes/python.el (python-default-interpreter)
20093 (python-python-command-args, python-jython-command-args)
20094 (python-which-shell, python-which-args, python-which-bufname)
20095 (python-file-queue, python-comint-output-filter-function)
20096 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20097 variables and functions.
20098
20099 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20100
20101 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20102 (completion-in-region-mode): New minor mode.
20103 (completion-in-region): Use it.
20104 (completion-in-region--data, completion-in-region-mode-map): New vars.
20105 (completion-in-region--postch): New function.
20106 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20107 New vars.
20108 (completion--capf-wrapper): New function.
20109 (completion-at-point): Use it to track well-behavedness of
20110 hook functions.
20111 (completion-help-at-point): New command.
20112
20113 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20114
20115 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20116 syntax class to search for whitespace on a single line
20117 (Message-ID: <4D938140.4030905@redhat.com>).
20118
20119 2011-03-30 Leo Liu <sdl.web@gmail.com>
20120
20121 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20122 New commands.
20123 (edit-abbrevs-map): Bind them here.
20124 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20125
20126 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20127
20128 * allout.el (allout-hide-by-annotation, allout-flag-region):
20129 Reduce possibility of overlay leakage by making them volatile.
20130
20131 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20132 hash is not shared between buffers. Mode initialization is
20133 responsible for giving it a useful starting value.
20134 (allout-item-span): Reduce possibility of overlay leakage by
20135 making them volatile.
20136 (allout-widgets-count-buttons-in-region): Add diagnostic function
20137 for tracking down button overlay leaks.
20138
20139 2011-03-29 Leo Liu <sdl.web@gmail.com>
20140
20141 * ido.el (ido-read-internal): Use the default history var
20142 minibuffer-history if no HISTORY is specified.
20143
20144 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20145
20146 * net/imap.el (imap-shell-open, imap-process-connection-type):
20147 Use imap-process-connection-type for 'shell' streams as well as
20148 Kerberos, SSL, other subprocesses.
20149
20150 2011-03-28 Leo Liu <sdl.web@gmail.com>
20151
20152 * abbrev.el (abbrev-table-empty-p): New function.
20153 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20154 nonempty ones. (Bug#5937)
20155
20156 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20157
20158 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20159
20160 2011-03-27 Leo Liu <sdl.web@gmail.com>
20161
20162 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20163 for foreground and background colors.
20164 (ansi-color-make-color-map): Adapt.
20165
20166 2011-03-25 Leo Liu <sdl.web@gmail.com>
20167
20168 * midnight.el (midnight-time-float): Remove. Note it calculates
20169 the microsecond component incorrectly and seconds-to-time does the
20170 same job.
20171 Remove redundant (require 'timer).
20172
20173 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20174 (ido-completions): Remove unused arguments. (Bug#8329)
20175
20176 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20177
20178 * minibuffer.el (completion--flush-all-sorted-completions):
20179 Remove itself from hook.
20180 (completion-at-point): Let the functions perform the completion
20181 immediately and return nil or t.
20182 * comint.el (comint-dynamic-complete-functions): Now identical to
20183 completion-at-point-functions.
20184 (comint-dynamic-list-input-ring): Remove unused var `index'.
20185 (comint--match-partial-filename, comint--unquote&expand-filename):
20186 New funs, split from comint-match-partial-filename.
20187 (comint-dynamic-complete): Use completion-at-point.
20188 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20189
20190 2011-03-24 Drew Adams <drew.adams@oracle.com>
20191
20192 * thingatpt.el: Support `defun'.
20193
20194 2011-03-23 Leo Liu <sdl.web@gmail.com>
20195
20196 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20197
20198 * help-mode.el (help-mode-finish): Tweak regexp.
20199
20200 2011-03-23 Glenn Morris <rgm@gnu.org>
20201
20202 * eshell/esh-opt.el (eshell-eval-using-options):
20203 Do not bind unused local variable `eshell-option-stub'.
20204
20205 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20206
20207 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20208
20209 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20210 keymap variable in `with-no-warnings' to avoid a warning when the
20211 keymap has been already `defconst'ed.
20212
20213 2011-03-22 Leo Liu <sdl.web@gmail.com>
20214
20215 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20216 encode all chars in abbrevs; otherwise use emacs-mule or
20217 utf-8-emacs. (Bug#8308)
20218
20219 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20220
20221 * simple.el (backward-delete-char-untabify):
20222 Avoid warning about using `delete-backward-char'.
20223
20224 * image.el (image-type-file-name-regexps): Make it variable.
20225 `imagemagick-register-types' modifies it, and the user may want
20226 to add new extensions for known image types.
20227 (imagemagick-register-types): Throw error if not using ImageMagick.
20228
20229 2011-03-22 Leo Liu <sdl.web@gmail.com>
20230
20231 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20232 located before rcirc-prompt-end-marker.
20233 (rcirc-complete): Error if point is not after rcirc prompt.
20234 Handle the case when table is nil.
20235 (rcirc-user-authenticated): Define to fix compiler warning.
20236
20237 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
20238
20239 * custom.el (custom--inhibit-theme-enable): Make it affect only
20240 custom-theme-set-variables and custom-theme-set-faces.
20241 (provide-theme): Ignore custom--inhibit-theme-enable.
20242 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20243 (custom-enabling-themes): Delete variable.
20244 (enable-theme): Accept only loaded themes as arguments.
20245 Ignore the special custom-enabled-themes variable.
20246 (custom-enabled-themes): Forbid themes from setting this.
20247 Eliminate use of custom-enabling-themes.
20248 (custom-push-theme): Quote "changed" custom var entry.
20249
20250 2011-03-21 Leo Liu <sdl.web@gmail.com>
20251
20252 * ido.el (ido-read-internal): Add ido-selected to history instead
20253 of user input.
20254
20255 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20256
20257 * subr.el (deferred-action-list, deferred-action-function):
20258 Mark obsolete.
20259
20260 2011-03-21 Leo Liu <sdl.web@gmail.com>
20261
20262 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20263 change on 2011-02-13 (bug#8309).
20264
20265 * minibuffer.el (read-file-name-function): Change default value.
20266 (read-file-name--defaults): Rename from read-file-name-defaults.
20267 (read-file-name-default): Rename from read-file-name.
20268 (read-file-name): Call read-file-name-function.
20269
20270 2011-03-21 Glenn Morris <rgm@gnu.org>
20271
20272 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20273 Doc fixes.
20274
20275 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
20276
20277 * cus-theme.el: Add missing provide statement.
20278 (customize-create-theme): Extract theme value correctly.
20279 (custom-theme-visit-theme): Autoload.
20280 (customize-create-theme): Prompt before inserting default faces.
20281
20282 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20283
20284 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20285 units and musical notes.
20286
20287 2011-03-20 Leo Liu <sdl.web@gmail.com>
20288
20289 * ido.el (ido-read-internal): Use completing-read-default.
20290 (ido-completing-read): Fix compatibility with completing-read.
20291
20292 2011-03-20 Christian Ohler <ohler@gnu.org>
20293
20294 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20295 (ert-delete-all-tests): Use `called-interactively-p' rather than
20296 `interactive-p'.
20297 (ert--make-xrefs-region): Respect END.
20298
20299 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20300
20301 * dired-aux.el (dired-create-directory): Signal an error if the
20302 directory already exists (Bug#8246).
20303
20304 * facemenu.el (list-colors-display): Call list-faces-display
20305 inside with-help-window.
20306 (list-colors-print): Use display property to align the final
20307 column, instead of checking window-width.
20308
20309 2011-03-19 Eli Zaretskii <eliz@gnu.org>
20310
20311 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20312 windows-nt systems.
20313 (emerge-protect-metachars): Quote correctly for ms-dos and
20314 windows-nt systems.
20315
20316 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
20317
20318 * info.el (info-initialize): Replace all uses of `:' with
20319 path-separator for compatibility with non-Unix systems.
20320 Cache quoting of path-separator. (Bug#8258)
20321
20322 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
20323
20324 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20325 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20326 (mouse-avoidance-mode): Fix typos in docstrings.
20327
20328 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20329
20330 * startup.el (package-subdirectory-regexp): Move from package.el.
20331 Omit \\` and \\', and let callers add them.
20332
20333 * emacs-lisp/package.el (package-strip-version)
20334 (package-load-all-descriptors): Add \\` and \\' to
20335 package-subdirectory-regexp before using it.
20336 (package-untar-buffer): New arg DIR; ensure that file untars only
20337 into this expected directory. Remove superfluous delete-region.
20338 (package-unpack): Caller changed.
20339 (package-tar-file-info): Use package-subdirectory-regexp.
20340
20341 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20342
20343 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20344 diff-mode-shared-map (bug#8284).
20345 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20346
20347 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20348
20349 * calendar/time-date.el (format-seconds): Use assoc instead of
20350 assoc-string, since assoc-string doesn't exist in XEmacs.
20351
20352 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
20353
20354 * custom.el (custom-known-themes): Reflow docstring.
20355 (custom-theme-load-path): Fix typo in docstring.
20356 (load-theme): Fix typo in error message.
20357 (custom-available-themes, custom-variable-theme-value):
20358 Use `let', not `let*'.
20359
20360 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20361
20362 * calc/README: Mention inclusion of musical notes.
20363
20364 * calc/calc-units.el (calc-lu-quant): Rename from
20365 `calc-logunits-quantity'.
20366 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20367 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20368 (calc-db): Rename from `calc-dblevel'.
20369 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20370 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20371 (calc-np): Rename from `calc-nplevel'.
20372 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20373 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20374 (calc-lu-plus): Rename from `calc-logunits-add'.
20375 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20376 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20377 (calc-lu-minus): Rename from `calc-logunits-sub'.
20378 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20379 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20380 (calc-lu-times): Rename from `calc-logunits-mul'.
20381 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20382 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20383 (calc-lu-divide): Rename from `calc-logunits-div'.
20384 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20385 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20386
20387 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20388 functions being autoloaded.
20389
20390 * calc/calc.el (calc-lu-power-reference): Rename from
20391 `calc-logunits-power-reference'.
20392 (calc-lu-field-reference): Rename from
20393 `calc-logunits-field-reference'.
20394
20395 * calc/calc-help.el (calc-l-prefix-help):
20396 Mention musical note functions.
20397
20398 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20399
20400 * minibuffer.el (completion-all-sorted-completions):
20401 Use :completion-cycle-penalty text property if present.
20402
20403 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20404
20405 * allout.el (allout-yank-processing): Adjust for new rebulleting
20406 regime so bullet being yanked is used without prompting the user
20407 for a choice.
20408
20409 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20410
20411 * startup.el (command-line): Warn the user that _emacs is deprecated.
20412
20413 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20414
20415 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20416 (delphi-verbose, delphi-comment-face, delphi-string-face)
20417 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20418 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20419 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20420 (delphi-new-comment-line, delphi-font-lock-defaults)
20421 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20422 Fix typos in docstrings.
20423
20424 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20425
20426 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
20427 Invert the roles of character and string values for INSTEAD, so a
20428 string is used for the more common case of a defaulting prompt.
20429
20430 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20431
20432 * progmodes/ruby-mode.el (ruby-backward-sexp):
20433 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20434 * play/gamegrid.el (gamegrid-make-face):
20435 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20436 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20437 * notifications.el (notifications-notify):
20438 * net/xesam.el (xesam-search-engines):
20439 * net/quickurl.el (quickurl-list-insert):
20440 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20441
20442 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
20443
20444 * startup.el (command-line): Update package subdirectory regexp.
20445
20446 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20447
20448 * allout.el (allout-abbreviate-flattened-numbering)
20449 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20450
20451 * subr.el (read-char-choice): Only show the cursor after the prompt,
20452 not after the answer.
20453
20454 2011-03-15 Kevin Ryde <user42@zip.com.au>
20455
20456 * help-fns.el (variable-at-point): Skip leading quotes, if any
20457 (bug#8253).
20458
20459 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20460
20461 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20462 warning message.
20463
20464 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
20465
20466 * shell.el (shell): When called interactively, offer to change the
20467 shell file name on remote hosts.
20468
20469 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
20470
20471 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20472 integration for LDAP parameters. The host, base, user or binddn,
20473 and secret tokens can be specified in a netrc file, for instance.
20474 This is optional because an `auth-source' parameter must be
20475 specified in the search attributes.
20476
20477 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
20478
20479 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20480
20481 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20482
20483 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20484 into declaration. Remove redundant and harmful binding.
20485
20486 2011-03-12 Eli Zaretskii <eliz@gnu.org>
20487
20488 * files.el (file-ownership-preserved-p): Pass `integer' as an
20489 explicit 2nd argument to `file-attributes'. If the file's owner
20490 is the Administrators group on Windows, and the current user is
20491 Administrator, consider that a match.
20492
20493 * server.el (server-ensure-safe-dir): Consider server directory
20494 safe on MS-Windows if its owner is the Administrators group while
20495 the current Emacs user is Administrator. Use `=' to compare
20496 numerical UIDs, since they could be integers or floats.
20497
20498 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
20499
20500 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20501
20502 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
20503
20504 Sync with Tramp 2.2.1.
20505
20506 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20507
20508 * net/trampver.el: Update release number.
20509
20510 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20511
20512 * progmodes/compile.el (compilation--previous-directory): Fix up
20513 various nil/dead-marker mismatches (bug#8014).
20514 (compilation-directory-properties, compilation-error-properties):
20515 Don't call it at a position past the one we're about to change.
20516
20517 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20518 Disable obsolescence warnings in the file that declares it.
20519
20520 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20521
20522 * allout-widgets.el (allout-widgets-tally):
20523 Initialize allout-widgets-tally as a hash table rather than nil to
20524 prevent mode-line redisplay warnings. Also, clarify the module
20525 description and fix a comment typo.
20526
20527 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
20528
20529 * help-fns.el (describe-variable): Don't complete keywords.
20530 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20531
20532 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
20533
20534 * emacs-lisp/package.el (package-version-join): Impose a standard
20535 string representation for pre/alpha/beta version lists.
20536 (package-unpack-single): Standardize the directory name by passing
20537 it through package-version-join.
20538 (package-strip-rcs-id): Accept any version string that does not
20539 signal an error in version-to-list.
20540
20541 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
20542
20543 * simple.el (delete-trailing-whitespace): Return nil for the
20544 benefit of `write-file-functions'.
20545
20546 2011-03-10 Glenn Morris <rgm@gnu.org>
20547
20548 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20549
20550 * vc/vc-git.el (vc-git-program): New option.
20551 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20552 (vc-git--call): Use it.
20553
20554 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20555
20556 * cus-edit.el (Custom-newline): If no button at point, look
20557 for a subgroup button at start-of-line. (Bug#2298)
20558
20559 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20560
20561 2011-03-10 Julien Danjou <julien@danjou.info>
20562
20563 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20564 `cursor-type' is nil.
20565
20566 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
20567
20568 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20569
20570 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20571
20572 * allout.el: Change so yank of distinctive-bullet items
20573 preserves the existing header prefix, rebulleting it if necessary,
20574 rather than replacing it. This is necessary for proper operation
20575 of cooperative addons like allout-widgets.
20576 (allout-make-topic-prefix, allout-rebullet-heading):
20577 Change SOLICIT arg to INSTEAD, and interpret additionally a string
20578 value as alternate bullet to be used, instead of prompting the user
20579 for a bullet character.
20580
20581 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
20582
20583 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20584 Do not use `tramp-file-name-port', because this returns also
20585 `tramp-default-port'.
20586
20587 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
20588
20589 * net/rcirc.el (rcirc-handler-001): Remove useless
20590 with-rcirc-process-buffer.
20591 (rcirc-check-auth-status): Swap arguments to string-match.
20592
20593 2011-03-09 Glenn Morris <rgm@gnu.org>
20594
20595 * shell.el (shell-mode):
20596 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
20597
20598 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20599 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
20600
20601 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20602
20603 * emacs-lisp/package.el (package-refresh-contents)
20604 (package-menu-execute): Use condition-case-no-debug.
20605
20606 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
20607
20608 * simple.el (shell-command-to-string): Use `process-file'.
20609
20610 * emacs-lisp/package.el (package-tar-file-info): Handle also
20611 remote files.
20612
20613 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20614 Use `equal' for upload base check.
20615
20616 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
20617
20618 * textmodes/texinfo.el (texinfo-environments):
20619 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
20620
20621 2011-03-08 Glenn Morris <rgm@gnu.org>
20622
20623 * cus-start.el (cursor-in-non-selected-windows):
20624 Fix :set quoting oddness. (Bug#8192)
20625
20626 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20627 in some setf expressions. (Bug#2159)
20628
20629 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20630
20631 * custom.el (custom-available-themes): Return themes in
20632 alphabetical order.
20633
20634 See ChangeLog.15 for earlier changes.
20635
20636 ;; Local Variables:
20637 ;; coding: utf-8
20638 ;; End:
20639
20640 Copyright (C) 2011-2012 Free Software Foundation, Inc.
20641
20642 This file is part of GNU Emacs.
20643
20644 GNU Emacs is free software: you can redistribute it and/or modify
20645 it under the terms of the GNU General Public License as published by
20646 the Free Software Foundation, either version 3 of the License, or
20647 (at your option) any later version.
20648
20649 GNU Emacs is distributed in the hope that it will be useful,
20650 but WITHOUT ANY WARRANTY; without even the implied warranty of
20651 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20652 GNU General Public License for more details.
20653
20654 You should have received a copy of the GNU General Public License
20655 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.